/** Shopify CDN: Minification failed

Line 688:4 Unexpected "@"

**/
@font-face {
  font-family: "Galano Grotesque Regular";
  src: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/GalanoGrotesqueAlt-Regular.woff?v=39474246978976641061762407275') format("woff2"),
       url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/GalanoGrotesqueAlt-Regular.woff2?v=153751612614083837801762407096') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque SemiBold";
  src: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/GalanoGrotesque-SemiBold.woff?v=147616762450371015241762411919') format("woff2"),
       url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/GalanoGrotesque-SemiBold.woff2?v=103819705133572279011762411919') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.button,
h1, h2, h3, h4, h5, h6{
    font-family: "Galano Grotesque SemiBold", sans-serif !important;
    font-weight: 400 !important;
}

body{
  --font-size--paragraph: 20px;
  --font-size--h1: 72px;
  --font-size--h2: 64px;
  --font-size--h3: 32px;
  --font-size--h4: 24px;
  --font-size--h5: 20px;
  --font-size--h6: 18px;

  --font-paragraph--size: var(--font-size--paragraph);
  --font-h1--size: var(--font-size--h1);
  --font-h2--size: var(--font-size--h2);
  --font-h3--size: var(--font-size--h3);
  --font-h4--size: var(--font-size--h4);
  --font-h5--size: var(--font-size--h5);
  --font-h6--size: var(--font-size--h6);
}

header .header-logo .header-logo__image{
    --cust-header-logo-image-width: 203px;
    --cust-header-logo-image-height: 64px;
    --cust-header-logo-image-width-mobile: 89px;
    --cust-header-logo-image-height-mobile: 28px;
}

header .header-logo .header-logo__image{
    object-fit: contain;
    height: var(--cust-header-logo-image-height-mobile);
    width: var(--cust-header-logo-image-width-mobile);
}

.section--greener-print .custom-section-background .background-image-container::before,
.section--home-stats .custom-section-background .background-image-container::before,
.section--home-services .custom-section-background .background-image-container::before{
    content: "";
    height: 70px;
    background: #fff;
    position: absolute;
    right: 0;
    width: 37%;
    z-index: 9;
    bottom: 0;
}

.section--greener-print .custom-section-background .background-image-container::after,
.section--home-stats .custom-section-background .background-image-container::after,
.section--home-services .custom-section-background .background-image-container::after{
  content:"";
  background: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/bg-patch-bottom.png?v=105815236266703387881762847414');
  width: 129px;
  height: 71px;
  position: absolute;
  bottom: 0px;
  right: 37%;
  z-index: 99;
}

.section--global-audit  .custom-section-background .background-image-container img,
.section--greener-print .custom-section-background .background-image-container img,
.section--home-stats .custom-section-background .background-image-container img,
.section--home-services .custom-section-background .background-image-container img{
  object-position: top;
}


.header-informations{
  display: flex;
  gap: 40px;
  background: #0089F5;
  color: #fff;
  align-items: center;
  padding: 20px 140px;
  position: relative;
}

.header-informations p{
  font-family: "Galano Grotesque SemiBold", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.header-informations .button-tertiary,
.header-informations .button-secondary{
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.header-informations .button-tertiary:hover{
  color: #fff !important;
}

.header-informations .button-tertiary{
  gap:10px;
}

.header-informations .button-secondary{
  background: #000E52;
  border-color: #000E52;
  border-radius: 100px;
  font-family: "Galano Grotesque SemiBold", sans-serif;
  font-size: 18px;
  line-height: 1em;
  padding: 11px 32px;
}
.header-section {
    padding-top: 15px !important;
    background: #fff !important;
}

#header-component .header__row .header__columns{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 0 10px 0 0;
  background: linear-gradient(to right, #fff 30%, #000 30%);
}

#header-component .header__row .header__columns nav .menu-list .menu-list__list-item .menu-list__link{
  color: #fff !important;
  font-family: "Galano Grotesque SemiBold", sans-serif;
  font-size: 14px;
}

#header-component .header__row .header__columns .account-button__icon,
#header-component .header__row .header__columns .header-actions__action .svg-wrapper{
  color: #fff;
}

footer.shopify-section {
    margin-top: -80px;
}

footer.shopify-section .background-image-container{
  grid-column: 1;
}

footer.shopify-section .background-image-container img{
  object-position: top;
}

footer.shopify-section .section-content-wrapper{
  flex-wrap: wrap;
}

.footer-social-icons ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    gap: 15px;
}

footer.shopify-section .text-block p{
  font-size: 14px;
}

footer.shopify-section .menu__item a{
  font-size: 14px;
}

footer.shopify-section .section{
  --page-content-width: 80rem;
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

footer.shopify-section .footer-utilities{
  font-family: "Galano Grotesque SemiBold", sans-serif;
  color: #fff;
}

.section.hero .hero__container{
  border-radius: 10px 0px 10px 10px;
}

.hero__container.section{
  --page-margin: 115px;  
}

/* home cta boxes */
.section--home-focus-area .layout-panel-flex .group-block .group-block-content .group-block .group-block-content svg path {
  fill: #0089f5;
  transition: 0.3s;
}
.section--home-focus-area .layout-panel-flex .group-block .group-block-content .group-block .group-block-content {
  flex-direction: column;
  transition: 0.3s;
}
.section--home-focus-area .layout-panel-flex .group-block > .group-block__media-wrapper .overlay.overlay--solid,
.section--home-focus-area .layout-panel-flex > .group-block{
  transition: 0.3;
}

.section--home-focus-area .layout-panel-flex > .group-block > .group-block-content > .group-block .text-block {
    opacity: 1;
    height: auto;
}

.section--home-focus-area .layout-panel-flex > .group-block > .group-block-content .text-block,
.section--home-focus-area .layout-panel-flex > .group-block > .group-block-content .button-secondary{
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.section--home-focus-area .layout-panel-flex > .group-block > .group-block-content .button-secondary{
  padding: 0px;
  background: rgba(255, 255, 255, 0.45);
  font-family: "Galano Grotesque SemiBold", sans-serif;
}
.section--home-focus-area .layout-panel-flex > .group-block {
  padding-top: 78px;
  padding-bottom: 78px;
  transition: 0.3s;
  min-height: 79px;
}
.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .group-block .group-block-content .h3{
  font-family: "Galano Grotesque SemiBold", sans-serif;
}
.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .group-block .group-block-content svg path {
  fill: #fff;
}
.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .group-block .group-block-content {
  /*flex-direction: row;*/
}

.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .group-block .group-block-content{
  max-width: 370px;
  margin: auto;
}

.section--home-focus-area .layout-panel-flex .group-block:hover > .group-block__media-wrapper .overlay.overlay--solid{
  background: rgba(0, 137, 245, 0.9);
}

.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .text-block,
.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .button-secondary{
  opacity: 1;
  height: auto;
  overflow: visible;
}

.section--home-focus-area .layout-panel-flex > .group-block:hover > .group-block-content .button-secondary{
      padding: 5px 38px;
      margin-top: 14px;
}

.section--home-focus-area .layout-panel-flex>.group-block>.group-block-content .button-secondary:hover{
  background:#fff;
  color: #000;
}

.section--home-focus-area .layout-panel-flex > .group-block:hover {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section--home-focus-area .layout-panel-flex > .group-block .group-block-content > .group-block{
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: unset;
}

.multi-column-heading-section-wrapper{
  max-width: 676px;
  margin: auto; 
}

.multi-column-heading-section-wrapper .multi-column-heading-section{
  text-align: center;
}

.multi-column-heading-section-wrapper .multi-column-heading-section span.subheading{
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #262626;
}

.multi-column-heading-section-wrapper .multi-column-heading-section h2{
  color: #0089F5;
}

.multi-column-heading-section-wrapper .multi-column-heading-section p{
  max-width: 526px;
  margin: auto;
  margin-top: 0px;
  font-weight: 500;
}

/* section industries */
.section--industry-we-serve{
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1600px;
  margin: auto;
}

.section--industry-we-serve .group-block .group-block{
  filter: blur(29.4);
  border: 1px solid rgba(255,255,255,0.32);
      padding: 10px 20px;
    width: calc(100% - 20px);
}

.section--industry-we-serve .group-block > .group-block__media-wrapper .background-image-container{
  padding: 10px;
}

.section--industry-we-serve .group-block > .group-block__media-wrapper .background-image-container img{
  border-radius: 8px;
}

.section--industry-we-serve .layout-panel-flex > .group-block > .group-block-content > .group-block::before{
  content: unset;
}

.section--industry-we-serve .layout-panel-flex > .group-block:before{
  content: "";
  background: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/box-bg.png?v=48708776883085996071762507940');
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 20px;
  background-size: cover;
  border-radius: 6px;
}


/* home stats */

.section--home-stats .custom-section-content > .layout-panel-flex{
  flex-wrap: wrap;
  gap: 80px;
      padding-top: 260px;
    padding-bottom: 260px;
}

.section--home-stats .layout-panel-flex > .group-block{
    flex: 1 1 350px;
}

/* section home brands */
.section--home-brands{
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--home-brands .custom-section-content > .layout-panel-flex{
  flex-wrap: wrap;
      column-gap: 80px;
    row-gap: 0px;
}

.section--home-brands .layout-panel-flex > .group-block{
    flex: 1 1 250px;
}

/* home services */
.section--home-services .custom-section-content > .layout-panel-flex{
  padding-top: 200px;
  padding-bottom: 200px;
}

.section--home-services accordion-custom .details{
  padding: 20px 40px 20px 20px;
  border: 2px solid rgba(255,255,255, 0.32);
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}

.section--home-services accordion-custom:last-child .details{
  margin-bottom: 0px;
}

accordion-custom .details .details__header{
  font-family: "Galano Grotesque SemiBold", sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px;
}

accordion-custom .details .details-content{
  padding: 30px;
}

accordion-custom .details .details-content .image-block img{
  border: 8px solid #fff;
  border-radius: 4px;
}

.section--page-width .custom-section-content .section-content-wrapper accordion-custom .details .details-content .button{
  padding: 4px 38px;
}

/* home trusts */

.section--home-brands.home-trusts{
  padding-top: 200px;
  padding-bottom: 200px;
}

.section--home-brands.home-trusts .multi-column-heading-section-wrapper{
  max-width: 940px;
}

.section--home-brands.home-trusts .layout-panel-flex>.group-block {
    flex: 1 1 200px;
    max-width: 200px;
}

/* greener print */
.section--greener-print{
  padding-top: 200px;
  padding-bottom: 200px;
}

.section--greener-print .text-block.h2 h2 strong{
  color: #0CF574;
  font-weight: unset;
}

.section--page-width .custom-section-content .section-content-wrapper .button{
      padding: 12px 92px;
}

.group-icon-box{
  padding: 40px;
  position: relative;
}

.group-icon-box .group-green-box {
    z-index: 9;
    margin-bottom: 50px;
}

.group-icon-box .image-block{
  max-width: 80px;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 99;
}

.group-icon-box:after{
    content: "";
    background: url(//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/icon-box-bg.png?v=1683917…);
    top: 60px;
    bottom: 70px;
    left: 60px;
    right: 20px;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.group-icon-box .group-green-box .group-block-content .text-block.spacing-style{
  position: unset;
}

.group-icon-box .spacing-style.text-block {
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 0;
}

.group-icon-box .group-green-box h4{
  line-height: 1.4em;
}

/* home global 5 audit */
.section--global-audit{
  padding-top: 200px;
  padding-bottom: 200px;
}

.section--global-audit .text-block.h2 h2 strong{
  color: #0089F5;
  font-weight: unset;
}

/* testimonials */ 
.section--industry-we-serve.testimonials{
  padding-top: 0px;
}

.section--industry-we-serve.testimonials .group-testimonial-wrap{
  position: relative;
}

.section--industry-we-serve.testimonials .group-testimonial-wrap:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  right: 20px;
  background: #0089F573;
  border: 1px solid #FFFFFF54;
  backdrop-filter: blur(10.399999618530273px);
  z-index: 9;
}

.section--industry-we-serve.testimonials .group-testimonial-wrap:before{
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(150.88deg, #FFFFFF 2.02%, #0089F5 71.69%, #000E52 141.36%);
  border-radius: 2px;
  z-index: 1;
}

.section--industry-we-serve.testimonials .group-testimonial-wrap > .group-block-content{
  z-index: 99;
}

.section--industry-we-serve.testimonials .multi-column-heading-section p{
  color: #2a2a2a;
}


.section--industry-we-serve.testimonials .swiper{
  margin-top: 60px;
  padding-bottom: 100px;
}

/* specification table */

table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: #fff;
        }
        th {
            padding: 12px 15px;
            text-align: left;
            font-weight: bold;
            text-transform: uppercase;
        }
        td {
            padding: 12px 15px;
            border-bottom: 1px solid #D8D8D8;
        }

        tr:hover {
            background-color: #D8D8D8;
        }

        .spec-label {
            width: 35%;
        }
        .spec-value {
            width: 65%;
        }
        @media (max-width: 768px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }
            th {
                display: none;
            }
            td {
                border: none;
                position: relative;
                padding-left: 50%;
            }
            td:before {
                content: attr(data-label);
                position: absolute;
                left: 15px;
                width: 45%;
                font-weight: bold;
            }
        }

/*specification table ends */

/* Support Downloads */ 
    .support-wrapper {
      display: grid;
      gap: 20px;
      padding: 20px;
      max-width: 1400px;
      margin: 0 auto;
    }

    .support-wrapper .item {
      background: white;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      transition: transform 0.3s ease;
    }

    .support-wrapper .item:hover {
      transform: translateY(-5px);
    }

    .support-wrapper .item img {
      width: 100%;
      height: auto;
      max-height: 250px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .support-wrapper .item h3 {
      margin-bottom: 15px;
      font-family: var(--font-paragraph--family);
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
    }

    .support-wrapper .btn-download {
      font-family: "Galano Grotesque SemiBold";
      width: 100%;
      display: block;
      background-color: #0CF574;
      color: #000;
      padding: 8px 20px;
      border-radius: 50px;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .support-wrapper .btn-download:hover {
      background-color: #0CF574;
    }

    /* Desktop: 6 columns */
    @media (min-width: 1200px) {
      .support-wrapper {
        grid-template-columns: repeat(6, 1fr);
      }
    }

    /* Tablet: 3 columns */
    @media (min-width: 768px) and (max-width: 1199px) {
      .support-wrapper {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Mobile: 1 column */
    @, .support-wrapper {
      grid-template-columns: 1fr;
    }

    @media (max-width: 767px) {
      .support-wrapper {
        grid-template-columns: 1fr;
        padding: 10px;
      }

      .support-wrapper .item {
        padding: 15px;
      }

      .support-wrapper .item h3 {
        font-size: 1rem;
      }
    }

/* Support Downlods Ends */


/* product page */
.product-information .product-information__grid{
  background: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/product-bg.jpg?v=60914924428898366971763033753');
  background-size: cover;
  border-radius: 0 0 3px 3px;
  padding: 20px 20px 40px;
}

.AirReviews-StarRate--Count{
  font-family: var(--font-paragraph--family);
  font-weight: 700;
  font-size: 16px;
}

.group-rating-sku-wrapper .layout-panel-flex{
  display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
}

.priceContainer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
}

.priceContainer .group.saving-price .saving-price-wrap{
  background: #0CF574;
  padding: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold", sans-serif;
}

.priceContainer .group.saving-price .visually-hidden{
  display: inline-block;
  position: relative !important;
}

.priceContainer .price{
  font-family: "Galano Grotesque SemiBold", sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #0089F5;
}

.priceContainer .compare-at-price{
  font-family: "Galano Grotesque SemiBold", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #C7C5C4;
}

.rent-lease-text {
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
 }
.rent-lease-text .lease-quote-btn { 
  font-family: var(--font-paragraph--family);
  color: #0089F5; 
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline; 
}

/* ────────────────────────────────
   Lease Quote Modal – Beautiful & Responsive
   ──────────────────────────────── */
/* Modal Overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease-out;
}

/* Modal Content Box */
.modal-content {
  position: relative;
  background: #fff;
  margin: 5% auto;
  max-width: 520px;
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  overflow: hidden;
  animation: slideDown 0.4s ease-out;
}

/* Modal Header */
.modal-content h2 {
  margin: 0;
  padding: 24px 24px 0px;
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 600;
}

/* Close button */
.modal-content .close {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.modal-content .close:hover {
  opacity: 1;
}

/* Form styling */
.modal-content form {
  padding: 24px;
}

.modal-content label {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.modal-content label .required {
  color: #e74c3c;
}

.modal-content input[type=text],
.modal-content input[type=email],
.modal-content input[type=tel],
.modal-content textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border 0.2s;
}

.modal-content input:focus,
.modal-content textarea:focus {
  outline: none;
  border-color: var(--color-button, #0066cc);
  box-shadow: 0 0 0 3px rgba(0,102,204,0.15);
}

.modal-content textarea {
  min-height: 100px;
  resize: vertical;
}

/* Submit button */
.modal-content button[type=submit] {
  margin-top: 24px;
  width: 100%;
  background: var(--color-button, #0089F5);
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.25s;
}

.modal-content button[type=submit]:hover {
  background: #0052a3;
}

.buy-buttons-block {
    width: 100%;
    max-width: 440px;
}

.buy-buttons-block .add-to-cart-button{
  background-color: #0089F5;
  outline-color: #0089F5;
  color: #fff !important;
}

.group-product-delivery-info .text-block p{
  color: #ED1A3A;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.bulky-notice-text{
  display: flex;
  gap: 10px;
  font-family: var(--font-paragraph--family);
  font-size: 20px;
  line-height: 24px;
  align-items: center;
}

.bulky-notice-text strong{
  color: #000;
  font-weight: 600;
}

.bulky-notice-text span{
  color: #848484;
  font-family: var(--font-paragraph--family);
  font-size: 16px;
}

.product-information__media{
  position: relative;
}

.product-information__media .product-brand-logo-overlay {
    position: absolute;
    left: 130px;
    z-index: 9;
    width: 76px;
}

.product-information__media .product-brand-logo-overlay img{
  width: 100% !important;
}

.gom-benefits{
  margin-top: -52px;
  width: 100%;
}

.gom-benefits .gom-benefits-container{
  max-width: 1600px;
  margin: auto;
  background: #0089F5;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  gap: 80px;
  align-items: center;
  width: 90%;
  justify-content: center;
}

.gom-benefits .gom-benefits-container .benefit-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.gom-benefits .gom-benefits-container .benefit-item p{
  color: #fff;
  font-family: "Galano Grotesque Regular", sans-serif !important;
  font-size: 24px;
  line-height: 24px;
  margin: 0px !important;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .modal-content {
    margin: 10% auto;
    width: 94%;
  }
  .modal-content h2 {
    font-size: 20px;
    padding: 20px 20px 14px;
  }
}

@media screen and (min-width: 1200px) {
    .product-information__grid:not(.product-information__grid--half,:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr !important;
    }

    .product-information__grid .product-grid-inner{
      background: #fff;
      border-radius: 8px;
      padding: 30px 30px 80px;
    }

    .product-information__grid .product-grid-inner .product-info-wrap{
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-width: 1600px;
      margin: auto;
    }
}

.section--price-beaten-cta.section,
.section--price-beaten-cta.section .section-content-wrapper{
  min-height: 0px !important;
}

.section--price-beaten-cta.section{
  max-width: var(--wide-page-width);
  margin: auto;
  padding: 80px 20px;
}

.section--price-beaten-cta.section .group-price-beaten-cta-inside{
  max-width: 1600px;
  margin: auto;
  width: 90%;
}

.section.no-padding-top{
  padding-top: 0px;
}

.group-partner-text-block .text-block p{
  font-size: 16px;
}

.partner-of-year .group-price-beaten-cta-inside a.button-secondary{
  border: 0px solid rgba(255,255,255,0.45);
  border: none !important;
  background: rgba(255,255,255,0.3);
  font-size: 20px;
  font-family: "Galano Grotesque SemiBold";
  min-width: 300px;
  padding: 10px 16px;
  text-align: center;
  box-shadow: none;
}


/*breadcrumb*/
/* Breadcrumb – Horizon Style */
.breadcrumb {
  padding: 16px 0;
  font-size: 12px;
  color: #848484;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item::after {
  content: "/";
  margin-left: 8px;
  color: #848484;
}

.breadcrumb__item--current::after,
.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__link {
  color: #848484;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 600;
}

.breadcrumb__link:hover {
  color: var(--color-foreground);
  text-decoration: underline;
}

.breadcrumb__item--current {
  color: #848484;
}

/* product overview */
.product-overview-tabs .group-block-content h2{
  font-family: "Galano Grotesque SemiBold";
  font-size: 48px;
  line-height: 56px;
  color: #000;
  margin-bottom: 0px;
}

.accordion-wrapper.accordion-wrapper--tabs {
    width: 100%;
}

.accordion-wrapper--tabs .tab-navigation{
  border-bottom: 2px solid #0089F5;
  padding-bottom: 0px;
}

.accordion-wrapper--tabs .tab-navigation .tab-btn{
  font-family: "Galano Grotesque SemiBold";
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 16px;
  min-width: 250px;
  justify-content: center;
  color: #848484;
}
.accordion-wrapper--tabs .tab-navigation .tab-btn:hover,
.accordion-wrapper--tabs .tab-navigation .tab-btn[aria-selected="true"]{
  background: #0089F5;
  color: #fff;
}

.tab-panels-container .details-content h2{
  font-family: var(--font-paragraph--family);
  font-weight: 700;
  font-size: 24px;
}

.tab-panels-container .details-content .text-block{
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tab-panels-container .page-block .page-title{
  display: none;
}

.tab-panels-container .page-block .rte{
  margin: auto;
  width: 100%; 
  max-width: 1260px;
}

.tab-panels-container .page-block table{
  font-size: 16px;
}

.tab-panels-container .page-block table thead tr,
.tab-panels-container .page-block table thead{
  background: transparent;
}

.tab-panels-container .page-block table thead tr th{
  padding-top: 40px;
}

.tab-panels-container .page-block table thead:first-child  tr th{
  padding-top: 0px;
}

.tab-panels-container .page-block .final-accordion{
  width: 100%;
}

.section--price-beaten-cta.section.partner-of-year{
  padding-top: 0px;
}

/*product page end */

/* css accordion */
.final-accordion details {
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.final-accordion summary {
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
  background: #0089F5;
  color: #fff;
}

.final-accordion summary::-webkit-details-marker {
  display: none;
}

.final-accordion details[open] summary {
  background: #000E52;
}

.final-accordion .content {
  padding: 20px;
  animation: fadeIn 0.25s ease;
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

/* Chevron arrow */
.final-accordion summary .chevron {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}

/* Rotate when open */
.final-accordion details[open] summary .chevron {
  transform: rotate(-135deg);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}


@media screen and (min-width: 750px) {
    header .header-logo .header-logo__image {
        height: var(--cust-header-logo-image-height);
        width: var(--cust-header-logo-image-width);
    }
}

.section--featured-products-block .layout-panel-flex.spacing-style{
      padding-block: calc(120px + var(--section-top-offset, 0px)) 120px;
}


.section--featured-products-block > .custom-section-background .background-image-container:before{
    content: "";
    height: 69px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 37%;
    z-index: 9;
    bottom: 0;
}

.section--featured-products-block > .custom-section-background .background-image-container:after{
    content: "";
    background: url('//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/white-patch-for-products.png?v=14372267307028503211763707153');
    width: 156px;
    height: 69px;
    position: absolute;
    bottom: 0px;
    left: 37%;
    z-index: 99;
}

.product-recommendations .section-resource-list__content .text-block h4{
  font-family: "Galano Grotesque SemiBold";
  font-size: 48px;
  line-height: 56px;
  color: #000;
}

.product-recommendations .section-inner-wrap{
  max-width: 1600px;
  width: 90%;
  margin: auto;
}

.product-recommendations slideshow-arrows{
  align-items: flex-start;
  max-width: 600px;
  left: unset;
  top: -60px;
}

.product-recommendations slideshow-arrows .slideshow-control{
  opacity: 1 !important;
}

.product-recommendations .resource-list__carousel .slideshow-control[disabled]{
  opacity: 1 !important;
  display: block;
}

.product-recommendations slideshow-arrows button{
  padding: 8px !important;
}

.product-recommendations slideshow-arrows button .svg-wrapper{
  border: 1px solid #000;
}

.product-recommendations .product-media,
.product-recommendations .product-card__media{
  border: 1px solid #EBEBEB;
}

.product-recommendations .product-card__media{
  margin-bottom: 20px;
}

.section--featured-products-block .layout-panel-flex.spacing-style .product-recommendations .spacing-style{
  padding-block: calc(20px + var(--section-top-offset, 0px)) 20px;
}

.product-recommendations .resource-list .product-card .product-card__content.layout-panel-flex--column{
  justify-content: flex-start !important;
}

.product-recommendations .resource-list .product-card a[ref='productTitleLink'] p,
.product-recommendations .resource-list .product-card .product-card__title{
  font-family: "Galano Grotesque Regular";
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.product-recommendations .resource-list .product-card .product-card__title a{
  text-decoration: none;
}

.product-recommendations .resource-list .product-card .priceContainer span,
.product-recommendations .resource-list .product-card .priceContainer .price,
.product-recommendations .resource-list .product-card .price .price-item{
  font-family: "Galano Grotesque SemiBold";
  font-size: 24px;
  line-height: 24px;
  color: #0089F5;
}

.product-recommendations .resource-list .product-card .priceContainer .saving-price{
  display: none;
}

.product-recommendations .resource-list .product-card .priceContainer .compare-at-price,
.product-recommendations .resource-list .product-card .price .price-item.price-item--regular{
  color: #C7C5C4;
  font-size: 16px;
}

.product-recommendations .resource-list .product-card .priceContainer{
      grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.section--global-office-difference{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--global-office-difference .multi-column-heading-section h2{
  font-size: 64px;
  line-height: 64px;
  font-family: "Galano Grotesque SemiBold";
}

.section--global-office-difference .multi-column-heading-section p{
  font-family: var(--font-paragraph--family);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.group-light-blue-block .group-block-content.layout-panel-flex,
.group-dark-blue-block .group-block-content.layout-panel-flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1600px;
    width: 90%;
    margin: auto;
}

.group-dark-blue-block .group-block-content.layout-panel-flex .text-block,
.group-light-blue-block .group-block-content.layout-panel-flex .text-block{
  background: #0089F5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}

.group-dark-blue-block .group-block-content.layout-panel-flex .text-block{
  background: #000E52;
}

.group-dark-blue-block .group-block-content.layout-panel-flex .text-block p,
.group-light-blue-block .group-block-content.layout-panel-flex .text-block p{
  text-align: center;
  font-family: var(--font-paragraph--family);
  font-size: 24px;
  line-height: 40px;
}

.group-dark-blue-block .group-block-content.layout-panel-flex .text-block p strong,
.group-light-blue-block .group-block-content.layout-panel-flex .text-block p strong{
  font-family: "Galano Grotesque SemiBold";
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.product-poa {
    display: flex;
    align-items: center;
    border: 2px solid #0089F5;
    border-radius: 50px;
    overflow: hidden;
}

.product-poa .is-poa-product{
  font-family: "Galano Grotesque SemiBold";
  font-size: 32px;
  line-height: 40px;
  padding: 10px 30px;
  margin: 0px;
  color: #ED1A3A;
}

.product-poa .request-quote-btn-wrap{
  font-family: "Galano Grotesque SemiBold";
  font-size: 24px;
  line-height: 40px;
  padding: 10px 30px;
  background: #0089F5;
  color: #fff;
  margin: 0px;
}

.product-poa .request-quote-btn-wrap a{
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.product-poa .request-quote-btn-wrap a:hover{
  color: #fff !important;
}

.product-recommendations .shopify-product-form {
    display: none !important;
}

.custom-checkbox label{
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.product-bulky-item,
.mps-product-notice{
  margin-bottom: 20px;
}

.mps-product-notice p{
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.mps-product-notice p strong{
  font-size: 20px;
}

.group-description-content .text-block>*{
  max-width: 100%;
}

.collection-wrapper .facets-block-wrapper{
  background: #F8F8F8;
  padding: 20px;
}

.collection-wrapper .facets--filters-title{
  display: none;
}

.collection-wrapper .facets__panel{
  margin-bottom: 10px;
}

.collection-wrapper .facets__filters-wrapper .facets__panel .facets__summary .icon-caret{
  color: #fff;
}

.collection-wrapper .facets__filters-wrapper .facets__panel .facets__summary{
  background: #000E52;
  border-radius: 4px;
  padding: 10px;
  opacity: 1 !important;
  text-transform: uppercase;
}

.collection-wrapper .facets__filters-wrapper .facets__panel[open] .facets__summary{
  background: #0089F5;
  opacity: 1;
}

.collection-wrapper .facets__panel .facets__summary .facets__label{
  color: #fff;
  font-family: "Galano Grotesque SemiBold";
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  margin: 0px;
}

.collection-wrapper .facets__form-wrapper{
  color: #000;
}

.collection-wrapper .facets__form-wrapper .price-facet__label,
.collection-wrapper .facets__form-wrapper .field__input,
.collection-wrapper .facets__form-wrapper .price-facet__separator,
.collection-wrapper .facets__form-wrapper .price-facet__inputs-wrapper,
.collection-wrapper .facets__form-wrapper .facets__panel-content,
.collection-wrapper .facets__form-wrapper ul li{
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.collection-wrapper .facets__form-wrapper .facets__clear-all{
  background: #E94141;
  border-radius: 4px;
  color: #fff;
  font-family: "Galano Grotesque SemiBold";
   font-size: 16px;
   text-transform: uppercase;
   margin-left: 10px;
}

.collection-wrapper .facets__form-wrapper .facets__panel .facets__panel-content{
  max-height: 200px;
  overflow-y: scroll;
  padding: 20px 0px;
}

.section.section--collection-banner{
  --section-min-height: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.sorting-filter__options label,
.products-count-wrapper{
  font-family: var(--font-paragraph--family);
  font-weight: 400;
  font-size: 16px;
}

.product-grid__card .card-gallery{
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 30px;
  background: #fff;
}

.product-grid__card .card-gallery slideshow-component{
  justify-content: center;
    align-items: center;
    height: 100%;
}

.product-grid__card .card-gallery .product-media-container{
  
}
.product-grid__card .card-gallery .product-media-container .product-media img{
  height: 100%;
}

.product-grid__card .card-gallery{
  margin-bottom: 20px;
}

.product-grid__card a[ref="productTitleLink"] p{
  color: #262626;
  font-family: "Galano Grotesque SemiBold";
   font-size: 22px;
   line-height: 1.2em;
}

.product-grid__card .priceContainer .price{
  font-family: "Galano Grotesque SemiBold";
  font-size: 24px;
}

.product-grid__card .priceContainer .saving-price{
  display: none;
}

.product-grid__card .priceContainer .compare-at-price{
  font-size: 16px;
}

.product-badges .product-badges__badge{
  background: #ED1A3A;
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-paragraph--family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#ResultsList{
  margin-bottom: 80px;
}

.group-collection-title-wraper .background-image-container img{
  border-radius: 4px 0px 4px 4px;
}

.section--product-key-specs .section-content-wrapper{
  min-height: 0px !important;
}

.section--product-key-specs .group-key-specs{
  max-width: 1600px;
  margin: auto;
  width: 90%;
  padding: 30px;
}

.section--product-key-specs.section{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}

.section--product-key-specs .key-spec-wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.section--product-key-specs .product-key-specs-block{
  width: 100%;
}

.section--product-key-specs .key-spec-wrapper .spec-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1 1 200px;
}

.section--product-key-specs .key-spec-wrapper .spec-item h4{
  font-size: 22px;
  text-transform: uppercase;
}

.section--product-key-specs .key-spec-wrapper .spec-item svg{
  max-width: 100px;
  fill: #000 !important;
  height: auto !important;
}

.section--product-key-specs .key-spec-wrapper .spec-item img{
  max-width: 75px;
  height: 75px;
  object-fit: cover;
  margin: auto;
}

.section--product-key-specs .key-spec-wrapper .spec-item svg path{
  fill: #000 !important;
}

.section--product-key-specs .product-key-specs-block{
  margin-top: 40px;
}

.section--product-key-specs .product-key-specs-block ul{
  padding: 0px;
  gap: 5px;
  list-style: none;
      width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section--product-key-specs .product-key-specs-block ul li{
  font-size: 18px;
  position: relative;
  float: left;
  display: flex;
}

.section--product-key-specs .product-key-specs-block ul li:after{
  content: ", ";
  padding-right: 5px;
}

.section--product-key-specs .product-key-specs-block ul li:last-child:after{
  content: unset;
}

.ui-test-collection-list .collection-card__inner .image-block:after{
  content: "";
  background: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: 0.3s;
}

.resource-list__item .collection-card:hover .collection-card__inner .image-block:after{
  background: rgba(0,137,245,0.8);
}

.ui-test-collection-list .collection-card__inner .collection-card__content{
  padding: 40px !important;
}

.ui-test-collection-list .collection-card__inner .collection-card__content .button{
  border-radius: 4px;
      padding: 8px 32px;
}

.background--featured-products:after{
      content: "";
    background: url(//zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/white-patch-for-products.png?v=1437226…);
    width: 156px;
    height: 69px;
    position: absolute;
    bottom: 0px;
    left: 37%;
    z-index: 99;
}

.background--featured-products:before{
  content: "";
  height: 69px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 37%;
    z-index: 9;
    bottom: 0;
}

.ui-test-collection-list .section-shop-by-collection .collection-card__inner .image-block:after{
  content: unset;
}

.ui-test-collection-list .section-shop-by-collection .collection-card__inner .image-block{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}

.ui-test-collection-list .section-shop-by-collection .collection-card__inner .collection-card__content{
  padding: 10px !important;
  align-items: center;
}

.ui-test-collection-list .section-shop-by-collection .collection-card__inner .collection-card__content .text-block p{
  text-align: center;
  text-transform: uppercase;
}

.color-scheme-6 .product-card .product-grid__card .priceContainer .compare-at-price,
.color-scheme-6 .product-card .product-grid__card .priceContainer .price,
.color-scheme-6 .product-card .product-grid__card a[ref="productTitleLink"] p{
  color: #fff;
}

div#AirReviews-FloatButtonWrapper {
    display: none;
}

.product-grid__item .product-card .custom-checkbox{
  display: none;
}

.product-grid__card.product-grid__card a[ref="productTitleLink"] p{
  min-height: 53px;
}

.product-grid__card.product-grid__card a[ref="productTitleLink"] p{
  overflow: hidden;      
  text-overflow: ellipsis;    
  display: -webkit-box;       
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical;   
  line-clamp: 2;
}

.product-grid__card.product-grid__card product-price{
  margin-bottom: 20px;
}

.button-box-wrapper {
    display: flex;
    gap: 12px;
        align-items: center;
}

.button-box-wrapper .ispoa-button,
.button-box-wrapper .view-more-button{
  display: none;
  width: 227px;
}

/*.product-grid__card.product-grid__card .button-box-wrapper.cannot-add-to-cart,*/
.product-grid__card.product-grid__card .button-box-wrapper.poa-box-wrap{
      margin-top: 50px;
}

.button-box-wrapper .view-more-button .product-card-view-more-btn {
        background: #253464;
    color: #fff;
    padding: 15px 10px;
    border-radius: 100px;
    font-family: "Galano Grotesque SemiBold", sans-serif !important;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: 6px;
}

.product-grid__card.product-grid__card .button-box-wrapper .ispoa-button{
  display: block;
  background-color: #0089F5;
    outline-color: #0089F5;
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 100px;
    text-align: center;
    height: 100%;
}

.product-grid__card.product-grid__card .button-box-wrapper .ispoa-button .product-card-view-more-btn{
  color: #fff !important;
    font-family: "Galano Grotesque SemiBold", sans-serif !important;
    font-size: 18px;
    text-decoration: none;
}

.product-grid__card.product-grid__card .button-box-wrapper .add-to-cart-button{
  font-size: 18px;
  height: auto;
  padding: 9px 10px;
}

.product-grid__card.product-grid__card .button-box-wrapper local-pickup{
  display: none;
}

.product-grid__card.product-grid__card .button-box-wrapper .view-more-button{
  display: block;
  height: 100%;
}

.product-grid__card.product-grid__card .card-gallery .add-to-cart-text .add-to-cart-icon{
  display: block;
}

.product-grid__card.product-grid__card .add-to-cart-text .add-to-cart-icon{
  display: none;
}

.product-grid{
      gap: 60px 20px;
}

.button,
button.shopify-payment-button__button--unbranded {
  --button-border-width: 0px;
}

.product-grid__card.product-grid__card{
  padding-bottom: 20px;
}

.group-hero-logo-section{
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.predictive-search-results__list .predictive-search-results__card{
  max-width: 140px;
}

.predictive-search-results__list .predictive-search-results__card .priceContainer .compare-at-price,
.predictive-search-results__list .predictive-search-results__card .priceContainer .price{
  font-size: 14px;
}
.predictive-search-results__list .predictive-search-results__card .priceContainer .price{
  font-size: 16px;
}

.predictive-search-results__list .predictive-search-results__card .resource-card__title{
  font-size: 16px;
}

.predictive-search-results__list .predictive-search-results__card .resource-card__media{
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 20px;
}

.predictive-search-results__list .predictive-search-results__card:hover{
  background: transparent !important;
  transform: unset;
}

.page-width-wide
 {
    --page-content-width: 100rem;
 }

@media screen and (max-width: 1545px) and (min-width: 1199px ){
  .priceContainer .price{
    font-size: 42px;
  }

  .priceContainer .compare-at-price,
  .priceContainer .group.saving-price .saving-price-wrap{
    font-size: 18px;
  }

  .priceContainer {
    grid-template-columns: 2fr 1.5fr 1fr;
}

.buy-buttons-block{
  max-width: 372px;
}

}


@media screen and (max-width: 1360px){
  .hero__content-wrapper .group-block.group-hero-logo-section{
    padding: 30px;
  }
  .hero__content-wrapper .group-block.group-hero-logo-section > .group-block-content.layout-panel-flex{
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 1290px){
  .header-informations .office-info{
      display: none;
  }

  h3, .h3, .h3.h3, .text-block.h3>*{
    font-size: 24px;
  }

  body, .paragraph:not(.button), .paragraph>*{
    font-size: 16px;
  }

  .resource-list--grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media screen and (max-width: 1199px){
  #MainContent .product-information .product-information__grid{
    grid-template-columns: 1fr;
  }

   #MainContent .product-information .product-information__grid .product-info-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #MainContent .product-information .product-information__grid .product-grid-inner{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }

  #MainContent .gom-benefits{
    z-index: 99;
  }

  .group-rating-sku-wrapper .layout-panel-flex {
      grid-template-columns: 2fr 4fr;
  }

  #MainContent .product-information .product-information__grid .priceContainer .price{
    font-size: 38px;
  }

  #MainContent .product-information .product-information__grid  .priceContainer{
        grid-template-columns: 1fr 2fr 1fr;
        gap: 10px;
  }

  #MainContent .product-information .product-information__grid .buy-buttons-block{
    width: 100%;
    flex: 1 1 800px;
  }

  #MainContent .product-information .product-information__grid .product-inventory{
    width: 100%;
  }

  .gom-benefits .gom-benefits-container .benefit-item p{
    font-size: 16px;
  }

}

@media screen and (max-width: 1024px){
  .header-informations{
      display: none;
  }

  #header-component .header__row .header__columns {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      border-radius: 0 10px 0 0;
      background: linear-gradient(to right, #fff 30%, #000 30%);
  }

  #header-component .header__row .header-logo__image-container img{
    max-width: 150px;
  }
  .header__column.header__column--left:after{
    content: "";
    background: url('https://zyrrij-bd.myshopify.com/cdn/shop/t/1/assets/black-bg.png?v=22248218821064210111764326017');
            height: 65px;
        width: 109px;
        position: absolute;
        left: 21%;
        top: 0;
        background-size: cover;
  }

   .resource-list--grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px){

    #MainContent .product-information .product-information__grid .product-info-wrap{
    display: grid;
    grid-template-columns: 1fr;
  }

  .gom-benefits .gom-benefits-container .benefit-item {
    flex-direction: column;
    text-align: center;
}

 .gom-benefits .gom-benefits-container .benefit-item p{
    font-size: 14px;
  }

  .group-price-beaten-cta-inside .group-block-content.layout-panel-flex,
  .group-description-content .group-block-content.layout-panel-flex{
    flex-direction: column !important;
  }

  .ui-test-collection-list .collection-card__inner .collection-card__content .button {
      padding: 5px 15px;
          font-size: 16px;
  }

  .ui-test-collection-list .collection-card__inner .collection-card__content {
      padding: 20px !important;
      gap: 10px !important;
  }

  .product-grid__card .priceContainer .price,
  .product-grid__card a[ref="productTitleLink"] p{
    font-size: 20px;
  }

}

@media screen and (max-width: 839px){
  .section--home-brands .custom-section-content > .layout-panel-flex{
    gap: 20px;
            flex-direction: row;
  }

  .section--home-brands.home-trusts .layout-panel-flex>.group-block {
    flex: 1 1 150px;
    max-width: 150px;
}

}

@media screen and (max-width: 756px){

   .resource-list--grid {
        grid-template-columns: repeat(2, 1fr);
    }

  .menu-drawer-container .header__icon--summary{
    color: #fff !important;
  }

  #header-component .header__row .header__columns {
    background: #000;
            border-radius: 10px 10px 0px 0px;
        padding: 8px 8px 8px 20px;
  }
  #header-component .header__row .header__columns .header-logo__image-container{
    position: relative;
  }

  #header-component .header__row .header__columns .header-logo__image-container img{
    opacity: 0;
  }

  #header-component .header__row .header__columns .header-logo__image-container:before{
    content: "";
    background: url('//zyrrij-bd.myshopify.com/cdn/shop/files/Logo_Color_2.png?v=1762412887&width=3840');
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 130px;
  }

  .header__column.header__column--left:after{
    content: unset;
  }

  #ResultsList {
      padding: 20px;
  }

  #MainContent .product-information .product-information__grid .product-info-wrap{
    display: flex;
    flex-direction: column;
  }

  #MainContent .product-information .product-information__grid .buy-buttons-block{
    flex: 1 1 100%;
  }

  .gom-benefits .gom-benefits-container{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .gom-benefits .gom-benefits-container .benefit-item{
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    text-align: left;
  }

  .product-overview-tabs .accordion-wrapper .details__header .icon-caret{
    display: none;
  }

  .product-overview-tabs .accordion-wrapper table tr td{
    padding-inline: 0px;
    width: 100%;
  }

  .product-overview-tabs .accordion-wrapper table tr td:before{
    content: unset;
  }

  .group-light-blue-block .group-block-content.layout-panel-flex, .group-dark-blue-block .group-block-content.layout-panel-flex{
    grid-template-columns: 1fr;
  }

  .group-dark-blue-block .group-block-content.layout-panel-flex .text-block, .group-light-blue-block .group-block-content.layout-panel-flex .text-block{
    padding: 30px;
  }

 .product-overview-tabs .accordion-wrapper .details .details-content .page-title,
  .product-overview-tabs .group-description-content .group-block-content h2{
    font-size: 24px;
    line-height: 1.4em;
  }

  .hero__container .hero__content-wrapper.page-width{
    grid-column: 1/4;
  }

}

@media screen and (max-width: 749px){
  .hero__content-wrapper .group-block.group-hero-logo-section > .group-block-content.layout-panel-flex{
    align-items: center;
  }

  .group-hero-logo-wrapper .group-block-content.layout-panel-flex{
            display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
  }

  .group-hero-logo-wrapper .group-block-content.layout-panel-flex .image-block{
    flex: 1 1 100px;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 500px){
  #MainContent .product-information .product-information__grid .priceContainer .saving-price{
    display: none;
  }

  .section--price-beaten-cta.section .group-price-beaten-cta-inside{
    width: 100%;
  }

  .product-grid{
    grid-template-columns: 1fr;
  }

}