/** Shopify CDN: Minification failed

Line 544:34 Unexpected "{"

**/
/* cart drawer */
.drawer__inner {
   width: 65rem !important;
}
.video-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .video-mobile {
    display: block !important;
  }
  .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 62vh;
  }
  .banner-txt-content{
    top:30% !important;
            width: 93% !important;
  }
}
@media screen and (max-width: 425px) {
 .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 61vh!important;
}
}
@media screen and (max-width: 414px) {
 .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 60vh!important;
}
}
@media screen and (max-width: 390px) {
 .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 56vh!important;
}
}
@media screen and (max-width: 375px) {
 .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 54vh!important;
}
}
@media screen and (max-width: 360px) {
 .video-section__media.gradient.global-media-settings.global-media-settings--full-width {
    height: 52vh!important;
}
}


.contact-form-sec .form-status.form-status-list.form__message {
    font-size: 18px !important;
    line-height: 24px !important;
}
.footer__content-bottom {
    padding-top: 0rem;
    padding-bottom: 2rem;
    background-color: #000000;
    color: #fff;
}
.footer__content-bottom-wrapper {
    justify-content: center;
}

.footer-block__newsletter .newsletter-form__message--success {
    margin-top: 7rem;
    font-size: 16px !important;
    line-height: 26px !important;
}


/*home header banner  */
.custom-banner-sec {
  height: 300px !important;
}
.home-banner-sec .banner__text{
  margin-top:2rem !important;
}
.home-banner-sec p{
    font-size: 26px;
    line-height: 34px;
    color: #000;
}
.home-banner-sec .banner__buttons a{
    font-size: 14px;
    line-height: 16px;
    font-weight:700;
    padding: 0 4rem;
}
.cart-drawer .drawer__heading {
    font-size: 25px !important;
    line-height: 25px !important;
}
.cart-drawer .totals__total {
    font-size: 25px !important;
    line-height: 25px !important;
}

.related-products .card__inner.color-scheme-2 {
    background-color: transparent;
}
.banner-video-sec {
  overflow: hidden;
}
.banner-txt-content {
    position: absolute;
    z-index: 3;
    top: 40%;
}
.banner-txt-content .title {
    color: #fff;
    margin-bottom: 0px !important;
}
.banner-txt-content .title-wrapper {
    margin-bottom: 0rem;
}
.banner-txt-content .banner-description p {
    color: #fff;
}

/*shop foam products  */
.home-featured-product .title {
    text-align: center;
    color: #112A71;
}
.cart__items .cart-item__details ul li {
    display: none;
}
.cart__footer .totals__total {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 0px !important;
    margin-bottom: -6px;
}

.home-multicol-sec .multicolumn-card__info{
  padding-left:0px !important;
  padding-right:0px !important;
}
.home-multicol-sec h2.title.inline-richtext.h1{
     color: #112A71;
}
.home-multicol-sec .title-wrapper-with-link{
    justify-content: center;
}
.home-multicol-sec .multicolumn-card__info .link{
    background: #112A71;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
  }
.header__submenu .header__menu-item {
    justify-content: space-between;
    padding: .8rem 2rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.home-feature-prod .multicolumn-card__info h3 {
    min-height: 65px;
}
 .home-multicol-sec a.link.animate-arrow:hover {
    background: #FCA311;
}
.home-multicol-sec span.svg-wrapper{
display: none;  
}
.home-multicol-sec .multicolumn-card__image-wrapper{
  margin-left:0px !important;
  margin-right: 0px !important;
}

/* made in austrailia  */
.home-made-sec{
  min-height: 42.4rem !important;
}
.home-made-sec h2{
    color: #FCA311;
}
.home-made-sec p{
    color: #fff;
}
.home-made-sec .banner__box .banner__heading+*{
      margin-top: 3rem;
}
.home-made-sec .banner__buttons{
  margin-top: 3rem !important;
}
.home-made-sec .banner__buttons a.button.button--primary{
      width: 19rem;
    letter-spacing: normal;
}

/* Blog page */
.main-blog .title--primary {
    display: none;
}
.main-blog .article-card__info {
    display: flex;
    align-items: center;
    gap: 8px;
}
article.article-template {
    padding-top: 40px;
    padding-bottom: 20px;
}

 .sp-table { width:100%; border-collapse:collapse; min-width:560px; }
    .sp-table th, .sp-table td { border:1px solid #e0e0e0; padding:12px 14px; text-align:left; vertical-align:top; }
    .sp-table thead th { background:#f7f7f7; font-weight:700; }
    .sp-table tbody td:first-child { background:#fbfbfb; font-weight:600; width:22%; }
    .sp-table tr:nth-child(even) td { background:#fff; }
    /* Small devices: stack rows and show labels */
    @media screen and (max-width:768px) {
      .sp-wrapper { padding:0 6px; }
      .sp-table, .sp-table thead, .sp-table tbody, .sp-table th, .sp-table td, .sp-table tr { display:block; width:100%; }
      .sp-table thead { display:none; }
      .sp-table tr { margin-bottom:14px; border-radius:6px; overflow:hidden; border:1px solid #e8e8e8; }
      .sp-table td {
        border:none;
        border-bottom:1px solid #f0f0f0;
        padding:12px 12px 12px 45%;
        position:relative;
        background:#fff;
      }
      .sp-table td:before {
        content: attr(data-label);
        position:absolute;
        left:12px;
        top:12px;
        font-weight:700;
        color:#333;
      }
      .sp-table td:last-child { border-bottom:none; }
      .sp-table tbody td:first-child { background:#fafafa; padding-left:12px; }
    }

/* Contact Page */
.cstm-ofice-loaction .multicolumn-card__info {
    border: solid 1px;
    border-radius: 20px;
    padding-top: 20px !important;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}
.cstm-ofice-loaction .title {
    color: #112a71;
}
/* End Contact Page */

/*contact us section  */
.home-contact-sec .banner__buttons{
  margin-top: 3rem !important;
}
.home-contact-sec  .banner__buttons a.button.button--primary{
    letter-spacing: normal;
}
.home-contact-sec .banner__box>*+*{
      margin-top: 2rem;
}
.home-contact-sec .banner__text p{
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500 !important;
}

/*brand section  */
.home-brand-sec{
      background: url(/cdn/shop/files/Rectangle_51.png?v=1746188105);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-brand-sec .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title{
      display: flex;
    justify-content: center;
}
.home-brand-sec  h2.title.inline-richtext.h1{
  color:#fff;
}
/* feature product */
.home-feature-product span.jdgm-prev-badge__text{
      font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.home-feature-product h2.product__title.h1{
  font-size: 26px;
    line-height: 34px;
    font-weight: 600 !important;
}

.home-feature-product .product .select__select{
  /* height: 35px; */
  color: #000;
}

.home-feature-product .product .form__label{
  font-size: 18px;
    line-height: 30px;
    letter-spacing: .04rem;
    font-weight: 700;
    color: #000;
  text-transform: upercase;
}
.home-feature-product .product .product-form__input{
  max-width:50rem;
}
.home-feature-product .product .product-form__buttons {
    max-width: 50rem;
}
.product span.price-item.price-item--regular {
    font-size: 26px;
    line-height: 35px;
    color: #000;
}
.product .product-form__submit {
    border-radius: 30px;
    background-color: #112A71;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.product .product-form__submit:hover {
    background-color: #FCA311;
}
.home-feature-product .product .button:before{
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
.product .product-form  .button:after{
  border-radius: 0px;
  box-shadow: none !important;
  border: none;
}
.home-feature-product .product .button:not([disabled]):hover:after{
  box-shadow: none;
}
.product  a.link.product__view-details.animate-arrow{
  display: none;
}
.home-feature-product .product .button{
     --border-opacity: none;   
      letter-spacing: normal;
}

.custom-blog-posts h2{
  color:#112A71;
}

.related-products .related-products__heading {
    padding-bottom: 20px;
    color: #112A71;
    text-align: center;
}
.custom-related-products .inline-richtext {
    padding-bottom: 20px;
    color: #112A71;
    text-align: center;
}
/* about us page */
.about-icon-txt-sec .multicolumn-card__image-wrapper--third-width
{
  width: 23.1%;
}

/* Download Page */
.resources-section .section-heading {
    width: 40%;
    color: #112A71;
}
.resources-section .title-grid-wrap {
    display: flex;
}
.resources-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.resource-item {
    text-align: left;
    background: #F5F5F5;
    padding: 15px 20px;
    transition: all 0.3s ease;
    width: 48%;
    border: 1px solid #FCA311;
}
.resource-title {
  margin-bottom: 15px;
  margin-top: 0px;
  color: #112A71;
}
.resource-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 5px 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #FCA311;
}
.resource-button:hover {
  background: #122A72;
  color: #fff;
}

/* End Download page */

/* Collection Page */
.top-rated-products {
  padding: 20px;
  background-color: #F5F5F5;
  padding-top: 0px;
}
.top-rated-products ul {
  list-style: none;
  padding: 0;
}
.top-rated-products .top-product {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.top-rated-products .product-info a.read-more {
    text-decoration: underline !important;
}
.top-rated-products .top-product img {
  width: 60px;
  height: auto;
  object-fit: cover;
}
.top-rated-products .product-info {
  font-size: 14px;
}
.top-rated-products .read-more {
  font-weight: bold;
  text-decoration: underline;
}
.top-rated-products li.top-product {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-rated-products li.top-product a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.top-rated-products h4 {
    margin-top: 0px;
    color: #112A71;
    border-top: 1px solid #666666;
    padding-top: 20px;
    font-weight: 600;
    margin-bottom: 0px;
  font-size: 14px !important;
  line-height:20px !important;
}
.facets-vertical .facets-container {
    background-color: #F5F5F5;
    padding: 20px;
    margin-top: 16px;
    padding-bottom: 8px;
}
.facets-vertical .facets__summary {
        padding-bottom: 0px !important;
    }
.facets-vertical .facets__heading--vertical {
        color: #112A71;
        font-size: 18px !important;
        line-height: 30px !important;
    }
.facets-vertical .facets__summary span:first-of-type{
      font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.facets-vertical span.facets__selected {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.facets-vertical input#Filter-Filter\ By\ Price-GTE{
  font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.facets-vertical .facets__summary {
      color: #112A71;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
    }
.facets-vertical h2.product-count__text.text-body {
    color: #112A71;
    font-size: 18px !important;
    line-height: 28px !important;
}
.facets-vertical .mobile-facets__open {
    color: #112A71;
    font-size: 18px !important;
    line-height: 28px !important;
}
.facets-vertical .mobile-facets__summary {
      color: #112A71;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
}
.mobile-facets__heading {
        color: #112A71;
        font-size: 20px;
        line-height: 30px;
}

/* Shipping-Return Page */
    .shipping-rich-txt .rich-text__blocks {
        max-width: 100%;
        /* padding-left: 20px;
        padding-right: 20px; */
    }

    /* End Shipping Return Page */


/* wholesale page  */


.faq-sec .grid__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.faq-sec .accordion details[open]>{
  background:#ffff00;
}
.faqs-sec svg.icon.icon-caret {
    filter: invert(1);
}
.faq-sec .collapsible-content-wrapper-narrow{
      max-width: 94.4rem;
}
.faq-sec .collapsible-row-layout .accordion summary {
    padding-top: 2.5rem;
    padding-left: 3.5rem;
    padding-right:3.5rem
}
.faq-sec .collapsible-row-layout .accordion .accordion__content{
    padding:0 3.5rem;
}

.with-alig .image-with-text__content {
        padding: 6rem 7rem 7rem 0rem;
    }
.with-right .image-with-text__content {
        padding: 6rem 0rem 7rem 7rem;
    }
.custom-image-with-sec .image-with-text__text li{
 font-family:'inter' !important;
 color:#000;
}
/* Download page  */
.Download-brouch-sec .title-wrapper-with-link{
      justify-content: center;
}
.Download-brouch-sec .multicolumn-card__info{
 display:flex;
  justify-content: space-between;
      align-items: center;
}

.Download-brouch-sec .svg-wrapper{
  display:none;
}
.Download-brouch-sec .multicolumn-list h3{
  font-size: 20px !important;
  line-height:25px !important;
  font-weight: 500 !important;
      text-transform: capitalize !important;
}
.Download-brouch-sec .multicolumn-card__info .link{
    padding: 13px 35px;
    color: #fff;
    background: #FCA311;
  margin-top: 0px;
  font-weight: 700;
      text-transform: uppercase;
}

/*product page  */
.product .product__title h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
}
.product .select__select {
    font-family: 'Outfit';
    font-style: var(--font-body-style);
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.product .jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.product .product-form__input .form__label {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.custom-tab-sec.product-tabs .tabset>input:checked+label {
    border-color: #fff;
    border-bottom: 5px solid #FCA311;
}
.price__container {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0px;
}
.product-tabs .tabset>label{
    text-align: center;

}
.product-tabs .tabset>label:hover{ 
  text-align: center;
}



/*responsive  */
@media screen and (min-width: 1600px) {
.home-banner-sec {
    min-height: 65rem !important;
    }
}
@media screen and (max-width: 1440px) {
.home-banner-sec{
    min-height: 65rem !important;
}
}

@media screen and (max-width: 1024px) {
  .home-banner-sec{
    min-height: 42rem !important;
}
.resources-section .section-heading {
    width: 35%;
}
.resources-grid {
    gap: 20px;
}

.banner-txt-content {
    top: 20%;
}
 .home-multicol-sec ul#Slider-template--19339294408961__multicolumn_HnPMDV{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}
.home-multicol-sec .grid--1-col-tablet-down .grid__item{
    max-width: 49%;
    width: 100%;
}
.home-feature-prod .multicolumn-card__info h3 {
    min-height: auto;
}
.home-feature-prod  .multicolumn-card__info p br {
    display: none;
}

}
@media screen and (max-width: 990px) {
.shop-collect .facets__form-vertical{
    width: 63rem;
  }
.shop-collect li.grid__item{
    width: 49% !important;
 }
.shop-collect aside#main-collection-filters{
    width: 100% !important;
    padding-right: 0rem !important;
  }
.shop-collect .facets-vertical{
    flex-direction: column;
}
  .home-banner-sec p {
    font-size: 20px;
    line-height: 30px;
  }
  .main-sec {
    padding-top: 4rem !important;
}
    .home-made-sec {
    min-height: 35.4rem !important;
}
.home-multicol-sec .page-width{
    padding-top: 60px;
    padding-bottom: 60px;
  }
.home-contact-sec .banner__text p{
  font-size: 22px;
  line-height: 30px;
}
.home-contact-sec{
  min-height: 32rem !important;
}
}

@media screen and (max-width: 820px) {
  .top-rated-products li.top-product{
    width:50%;
  }
  .top-rated-products ul{
        display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .white-bg .image-with-text__content{
    padding-left:0px !important;
    padding-right:0px !important;
  }
/* .custom-image-with-sec .image-with-text__text-item.grid__item{
    width:100%;
  }
.custom-image-with-sec .image-with-text__media-item{
  width:100%;
} */
/* .custom-image-with-sec .image-with-text__grid{
    display: flex;
  flex-direction: column;
  } */
   .custom-image-with-sec .grid--gapless.grid {
    column-gap: 8px;
  }
  .custom-image-with-sec .page-width{
    padding:0 3rem;
  }
.facets-vertical aside#main-collection-filters{
        width: 47%;
  }
  .home-feature-product .product .product-form__buttons {
    max-width: 100%;
}
   .home-feature-product .product__info-container {
        max-width: 100%;
    }
  .home-feature-product .product .product-form__input{
        max-width: 100%;
    width:100%;
  }

 .home-feature-product .product__info-wrapper.grid__item {
   padding: 3rem 0 0 0;
    width: 100%;
}
 .home-feature-product .grid__item.product__media-wrapper{
    width: 100% !important;
  }
  .home-feature-product .featured-product{
    display: flex;
    flex-direction: column;
  }

 .home-brand-sec .slider-button[disabled] .icon {
    color: rgb(255 255 255 / 30%);
  }
.home-brand-sec .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(36% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
   .home-brand-sec .slider-button:not([disabled]):hover {
    color: rgb(255 255 255);
}
  .home-brand-sec .slider-counter.caption{
    color:#fff;
  }
  .home-brand-sec button.slider-button.slider-button--next{
    color:#fff;
  }
}

@media screen and (max-width: 768px) {
  .resources-section .title-grid-wrap {
    flex-wrap: wrap;
}
  .resources-section .section-heading {
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
.shop-collect li.grid__item {
        width: 50% !important;
    }
.top-rated-products li.top-product {
    width: 100%;
}
.cstm-ofice-loaction .multicolumn-card__info {
    padding-left: 20px !important;
}
.top-rated-products ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

  
}

@media screen and (max-width: 600px) {
  
    .banner-txt-content h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
  .banner-txt-content {
      top: 20%
  }

}

@media screen and (max-width: 430px) {
 .custom-blog-posts .blog__posts.articles-wrapper{
    margin-bottom:-2rem;
  }
  .resource-item {
    width: 100%;
}
  .banner-txt-content {
    top: 10%
  }
  .custom-blog-posts .page-width-desktop{
    padding-top:40px !important;
    padding-bottom: 30px;
  }
  .home-multicol-sec .page-width{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .facets-vertical aside#main-collection-filters{
    width: 100%;
  }
  .custom-brand-logos .brand-logo{
    left: 20px !important;
    width:85% !important;
  }
.home-feature-product .page-width{
    padding-top: 50px;
    padding-bottom:30px;
  }
.main-sec{
    padding-top: 2rem !important;
    padding-bottom:5rem !important;
  }
.custom-image-with-sec .image-with-text__content {
    padding: 0rem !important;
    padding-top: 40px !important;
    }
.Download-brouch-sec .title-wrapper-with-link{
    justify-content: center;
  }
.Download-brouch-sec .multicolumn-card__info{
    flex-direction: column;
    gap: 25px;
  }
.home-multicol-sec .grid--1-col-tablet-down .grid__item {
    max-width: 100%;
    width: 100%;
    }
.home-brand-sec .slider--tablet.grid--peek{
    gap: 40px;
  }
.home-brand-sec .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item{
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 33rem);
    }
    
}
