/** Shopify CDN: Minification failed

Line 271:19 Unexpected "{"

**/
/* HEADER */
#cart-icon-bubble, .header__icon--account {
    display: none !important;
}
.headerBtn {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
.headerBtn a, .product__custom-button a {
    border: 1px solid #F04F00;
    text-decoration: none;
    background: #F04F00;
    color: #fff;
    padding: 12px  25px;
    font-size: 16px;
}
.header.page-width {
    padding: 35px 0 !important;
}
.header__icons {
    gap: 20px;
}
@media only screen and (min-width: 1080px){
nav.header__inline-menu {
    display: flex;
    justify-content: center;
}
.header.page-width {
    display: flex;
    justify-content: space-between;
}
}
.header__menu-item {
    color: #000;
    font-size: 16px;
}
.list-menu--inline li {
  padding: 0 20px;
}

.header__menu-item .icon-caret path {
    stroke: #F04F00;
}
/* details-modal.header__search {
    display: none !important;
} */
/* HEADER END*/

/* BANNER */
.homeBanner .banner__heading {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 500;
}

.homeBanner .banner__text.rte.body {
    font-size: 20px;
    color: #fff !important;
    max-width: 736px;
    margin: 18px auto;
}
.homeBanner .banner__buttons {
    display: flex;
    max-width: 54rem;
}
.homeBanner  a.button.button--secondary:hover {
    background: #F04F00;;
}
.homeBanner .button.button--primary {
    display: flex;
    background: #F04F00;
    color: #fff;
}
.homeBanner .button.button--primary:before, a.button.button--primary:after  {
    display: none;
}
.homeBanner .button.button--primary .svg-wrapper {
    width: auto;
    height: auto;
}
.homeBanner .button.button--primary .svg-wrapper path {
    stroke: #fff;
}
.homeBanner button.button--secondary:hover {
    background: #F04F00;
}
.homeBanner .button:hover::after {
    display: none;
}
.homeBanner .media>*:not(.zoom):not(.deferred-media__poster-button) {
    z-index: 2;
    opacity: 12%;
}
.homeBanner .banner__media:after{
    z-index: 0;
    background: #373737;
}
.bannerTOpLevel {
    position: relative;
}
.bannerTOpLevel:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(https://cdn.shopify.com/s/files/1/0666/0731/7095/files/banner-btm.png?v=1778187162);
}
.bannerTOpLevel:before{
    content: '';
    position: absolute;
    top: 0%;
    width: 100%;
    height: 60px;
    background: url(https://cdn.shopify.com/s/files/1/0666/0731/7095/files/banner-btm.png?v=1778187162);
    z-index: 2;
    transform: rotate(180deg);
}
/* BANNER END*/
.leftImgContent .split-container {
    margin: 0 0 auto 0 !important;
}
.split-grid.image-left {
    grid-template-columns: 1fr 679px !important;
}
.collectionMainSec .page-width,
.menu-columns.page-width {
  max-width: 1681px;
}
.collectionMainSec .card__actions {
gap: 10px;
}
.collectionBanner .hero-content {
    max-width: 1106px !important;
}



/* MEGA MENU */

ul.list-menu.list-menu--inline>li:hover>a, ul.list-menu.list-menu--inline>li:hover>a span {
    color: #f04f00;
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
}
.mega-grid-menu a.mega-item {
    position: relative;
}

.mega-grid-menu a.mega-item:hover .mega-title {
    padding-bottom: 25px;
}

.mega-grid-menu a.mega-item .mega-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    padding: 12px 20px;
    letter-spacing: -1px;
    transition: all .3s;
    color: #fff;
    line-height: 1.2;
}
sticky-header.header-wrapper{
  position: relative;
}
ul.list-menu.list-menu--inline li:hover .mega-grid-menu {
    top: 106px;
    visibility: visible;
    opacity: 1;
  background: #fff;
}
h1.header__heading {
    z-index: 10000;
}
header.header.header--middle-center .list-menu--inline {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}
details[open]>.search-modal{
  z-index: 10000;
}
.mega-grid {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
}

.mega-item {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mega-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  height: 260px;
}
.mega-grid.page-width {padding: 0;}
.mega-title {
  margin-top: 0.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.arrow {
  margin-left: 0.25rem;
}
.mega-viewall {
  text-align: right;
  margin-top: 2rem;
}
.mega-viewall .button {
  background-color: #f04f00;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.mega-grid-menu a.mega-item.last-item .mega-title {
    background: #373737;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 49px;
    margin: auto;
    left: 0;
    right: 0;
    letter-spacing: 0;
    max-width: 80%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* Shop Menu End  */
/* Explore Brands Menu */
.explore-brands-mega-menu .menu-columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr;
    gap: 2rem;
}
.explore-brands-mega-menu .left-nav {
  border-right: 1px solid #ddd;
}
.brand-category{
  margin-bottom: 1rem;
      padding-right: 30px;
}
.event-left-nav .event-category a,
.blog-left-nav .blog-category a{
  margin-bottom: 1rem;
}
.brand-category a, {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.brand-category.active a {
  color: #f04f00;
}

.subcategory-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.subcategory-list.hidden {
  display: none;
}

.best-sellers h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 20px 0;
}

.seller-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
      gap: 30px;
}

.seller-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.seller-item .image img {
border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.seller-grid a.seller-item {
    border-radius: 20px;
    position: relative;
}
.seller-item .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #373737;
    bottom: 0;
    text-align: left;
    margin: 0;
    padding-top: 20px;
}
.best-sellers {
    border-left: 1px solid #ddd;
    padding: 0 0 0 50px;
}
.left-nav .brand-category a,
.event-left-nav .event-category a,
.blog-left-nav .blog-category a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
      display: flex;
    justify-content: space-between;
  text-decoration: none;
}
.left-nav .brand-category a:after, .event-category a:after,
.blog-category a:after{
  content: url(/cdn/shop/files/arrow.svg?v=1778617098);
    line-height: 20px;
    height: 20px;
    margin: auto 20px auto 0px;
  opacity: 0;
  transition: all 300ms;
}
.left-nav .brand-category.active a:after, .event-category.active a:after,
.blog-category.active a:after{
  opacity: 1;
   margin-right: 0;
}
.left-nav .brand-category.active a,
.event-category.active a,
.blog-category.active a{
  color: #000;
}
.subcategory .subcategory-list a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}
.events-mega-menu .event-card .event-image {
    width: 64%;
}

.events-mega-menu .event-card .event-info {
    width: 20%;
}

.events-mega-menu .event-card .event-image img {
width: 100%;
    height: 380px;
    object-fit: cover;
}
.subcategory{
   column-count:2;
}

.subcategory .subcategory-list {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; */
}
.events-mega-menu .event-card .event-info {
    width: 34.3%;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.events-mega-menu .event-card .event-info h2.event-title {
    margin-top: 0;
}
.subcategory .subcategory-list a:hover {
    color: #F04F00;
}
.seller-item .title p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #7B7B7B;
    padding-top: 10px;
}
.seller-item .title .sku {
color: #F04F00;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-top: 10px;
}
div#shopify-section-template--16294379487303__heading_columns_tXnYEE h1 {
    display: flex;
    gap: 30px;
    max-width: 400px;
    align-items: flex-end;
}
div#shopify-section-template--16294379487303__heading_columns_tXnYEE h1:after {
    content: url(https://cdn.shopify.com/s/files/1/2560/2536/files/Arrow_5.png?v=1747948553);
}
.seller-grid .image {
    background: #F5F5F5;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seller-grid .image img {
    max-width: 226px;
}
/*  Explore Brands Menu End */
/* Shop Menu Css */
.mega-grid-menu {
position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    z-index: 1000;
    top: 105px; 
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}
.subcategory-list.hidden {
  display: none;
}
.brand-category.active a {
  color: #F04F00; /* Optional styling */
}
.mega-img {
    position: relative;
}
.mega-img:after {
    content: '';
    background: linear-gradient(
1deg, #000000d4, transparent);
    height: 19%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* MEGAMENU */
.collection-intro-description :is(*) {
    font-family: 'Inter' !important;
}
/* PRODUCT PAGE */
/* 
.product__description table {
    width: 100%;
} */
 /* .page-width.product-Container {
    max-width: 100% !important;
} */
.product__description table thead {
    background: #373737;
    color: #fff;
    border: 1px solid #fff;
}
.product__description table thead td {
    border: 1px solid #fff;
}
.related-products.page-width {
    max-width: 100%;
}
.product__info-container .metafield-rich_text_field {
    color: #373737;
}
/* PRODUCT PAGE */
.sticky-ribbon {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
}
.ribbon-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.2s ease, opacity 0.2s;
  text-decoration: none;
}
.ribbon-btn:hover {
  width: 54px;
  opacity: 0.92;
}
.ribbon-btn svg {
  transition: transform 0.2s;
}
.ribbon-btn:hover svg {
  transform: scale(1.12);
}
.ribbon-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.btn-phone,
.btn-mail,
.btn-wa {
  background: #373737;
  color: #fff;
}
.custom-button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.facets__disclosure-vertical>summary {
    background: #373737;
    color: #fff ;
    padding: 15px;
    margin-bottom: 10px !important;
}
.facets__disclosure[open] .facets__summary, .facets__summary:hover{
    background: #f04f00;
    color: #fff !important;
}
.facets__disclosure-vertical summary .icon-caret {
    right: 1rem !important;
}
.facets__disclosure-vertical span.facet-checkbox__text-label {
    color: #373737;
}
.ribbon-btn.btn-txt {
    width: 46px;
    height: 170px;
    background: #373737;
    color: #fff;
    font-size: 14px;
}
.ribbon-btn.btn-txt span {
    display: inline-block;
    transform: rotate(-90deg);
    white-space: nowrap;
}
.collection-list__item .card__information {
    background: #F5F5F5;
    padding: 20px !important;
    border-radius: 0 0 6px 6px;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
}
.collection-list__item:hover .card__information{
     background: #373737;
}
.collection-list__item:hover .card__heading{
     color: #fff;
}
.collection-list__item .card__heading {
    font-size: 16px !important;
    color: #373737;
}

.collection-list__item .animate-arrow .icon-arrow path {
    fill: #f04f00;
} 
.collection-list__item:hover .animate-arrow .icon-arrow path {
    fill: #fff;
} 
.collection-list {
    margin: 8rem 0 !important;
}
section#hero-overlay-template--27074726428745__custom_inner_banner_mUWPYG {
    min-height: 200px;
}
.case-studies-logoSec .container {
    max-width: 1360px !important;

}
.case-studies-logoSec .heading {
    margin: 0 !important;
}
.case-studies-gallery h2.proj-header__title {
    text-align: left;
    margin: 0 !important;
}
.case-studies-gallery .proj-header {
    max-width: 1360px !important;
}
.mega-grid-menu a.mega-item.last-item:hover .mega-title {
    padding: 20px;
    opacity: 0.8;
}
.template-search .facets-vertical.page-width {
    max-width: 100%;
}
/* 1440px (for ~1200px screens) */
@media (max-width: 1600px) {
  .header.page-width {
    padding: 25px 40px !important;
  }
  .headerBtn a, .product__custom-button a {
    font-size: 14px;
  }
  .header__icons {
    gap: 14px;
  }

  .list-menu--inline li {
    padding: 0px;
  }

  .header__menu-item {
    font-size: 14px;
  }

  .headerBtn a,
  .product__custom-button a {
    padding: 11px 22px;
    font-size: 15px;
  }

  .homeBanner .banner__heading {
    font-size: 42px;
  }

  .homeBanner .banner__text.rte.body {
    font-size: 16px;
  }

  .homeBanner .banner__buttons {
    max-width: 54rem;
  }

  .bannerTOpLevel:after,
  .bannerTOpLevel:before {
    height: 35px;
    background-size: cover;
  }
  .collectionMainSec .card__actions .btn-raq, .card__actions .btn-view-specs {
  font-size: 10px;
  }
  .collectionMainSec .custom-card .card__inner {
  height: 250px;
  }
  .collectionMainSec .custom-card .card__media .media img {
  width: 90%;
  height: 225px;
  }
  .seller-item .title {
    font-size: 18px;
  }
  .seller-item .title p{
    font-size: 14px;
}
  .seller-item .title .sku{
    font-size: 14px;
}
.seller-grid .image {
    height: 200px;
    padding: 10px;
}
.related-products .card__actions {
    gap: 10px;
}
.related-products .custom-card .card__inner {
    height: 200px;
}
.related-products .custom-card .card__media .media img {
    height: 200px;
    width: 90%;
}
.case-studies-logoSec .container {
    padding: 0 50px;
}
.case-studies-gallery {
    padding: 60px 50px;
}
}
/* 1024px (tablet landscape) */
@media (max-width: 1024px) {
  .header.page-width {
    padding: 20px 30px !important;
  }
.myMultiGrid.myMultiCol .right .button {
    position: relative;
}
  .header__menu-item {
    font-size: 12px;
  }

  .list-menu--inline li {
    padding-left: 0px !important;
  }

  .headerBtn a,
  .product__custom-button a {
    padding: 10px 18px;
    font-size: 14px;
  }

  .homeBanner .banner__heading {
    font-size: 42px;
  }

  .homeBanner .banner__text.rte.body {
    font-size: 17px;
    max-width: 560px;
  }

  .homeBanner .banner__buttons {
    justify-content: center;
  }

  .bannerTOpLevel:after,
  .bannerTOpLevel:before {
    height: 35px;
  }
    .collectionMainSec .card__actions .btn-raq, .card__actions .btn-view-specs {
  font-size: 14px;
  }
  .list-menu--inline li {
    padding: 0px;
}
.collectionMainSec .card__actions .btn-raq, .collectionMainSec .card__actions .btn-view-specs {
    font-size: 10px;
    padding: 5px;
}
.card__tag-badge {
    font-size: 10px;
}
.custom-card .card__heading span {
    font-size: 16px;
    -webkit-line-clamp: 1;
}
section#hero-overlay-template--27074726428745__custom_inner_banner_mUWPYG {
    padding: 50px 0;
}
.case-studies-logoSec .container {
    padding: 0 30px;
}
.case-studies-gallery {
    padding: 60px 30px;
}
.case-studies-gallery h2.proj-header__title {
    font-size: 28px;
}
}

/* 768px (tablet portrait) */
@media (max-width: 768px) {
  .header.page-width {
    padding: 18px 20px !important;
  }

  .header__heading-logo {
    max-width: 140px;
  }
  button.headerBtn {
    display: none;
}

  .headerBtn a,
  .product__custom-button a {
    padding: 10px 16px;
    font-size: 13px;
  }

  .homeBanner .banner__heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .homeBanner .banner__text.rte.body {
    font-size: 15px;
    max-width: 90%;
    margin: 14px auto;
  }

  .homeBanner .banner__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 100%;
  }

  .homeBanner .button.button--primary,
  .homeBanner a.button.button--secondary {
    width: 100%;
    justify-content: center;
  }

  .bannerTOpLevel:after,
  .bannerTOpLevel:before {
    height: 28px;
  }
  .related-products.page-width {
   padding: 30px;
}
.collectionMainSec .card__actions .btn-raq, .collectionMainSec .card__actions .btn-view-specs {
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1;
}
.card__tag-badge {
    font-size: 10px;
}
.custom-card .card__heading span {
    font-size: 16px;
}
}

/* 480px (mobile) */
@media (max-width: 480px) {
  .header.page-width {
    padding: 14px 15px !important;
  }

  .header__heading-logo {
    max-width: 120px;
  }

  .header__icons {
    gap: 10px;
  }

  .headerBtn a,
  .product__custom-button a {
    padding: 9px 14px;
    font-size: 12px;
  }

  .homeBanner .banner__heading {
    font-size: 28px;
  }

  .homeBanner .banner__text.rte.body {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }

  .homeBanner .banner__buttons {
    gap: 10px;
  }

  .homeBanner .button.button--primary,
  .homeBanner a.button.button--secondary {
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
  }

  .bannerTOpLevel:after,
  .bannerTOpLevel:before {
    height: 15px;
  }
}




