/** Shopify CDN: Minification failed

Line 187:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*Custom CSS*/
:root {
  --color-base-text: #666666;
    --color-shadow: #666666;
    --color-base-background-1: #ffffff;
    --color-base-border: #E5E5E5;
    --color-base-background-2: #f0f0f0;
    --color-base-solid-button-labels: #ffffff;
    --color-base-outline-button-labels: #ffffff;
}
/* section-header-top */
.header-top {
  border-bottom: 1px solid var(--color-base-border);
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.header-top__link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 5px;
  position: relative;
}

.header-top-left .header-top_link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 10px;
  position: relative;
}
.header-top__link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2);
  top: 3px;
  position: absolute;
  right: 0;
}
/* .header-top_link:last-child::after {
  display: none;
} */
.header-top__message,
.header-top-center p {
  margin: 0;
  color: var(--color-base-accent-2);
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  padding-right: 1.5rem;
}

.header-top-center a,
.menu-drawer__navigation span p a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.header-top-center a:hover {
  text-decoration: none;
}
/* .header-top__message:hover {
  color: var(--color-base-accent-1);
} */
.header-top-left .header-top-icon {
  display: flex;
  align-items: center;
}
.header-top-left {
  display: inline-flex;
  gap: 15px;
}
.header-top-right {
  display: flex;
  gap: 10px;
  margin-left: 75px;
}
.header__localization {
  /*position: relative;*/
  line-height: initial;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 989px) {
  #menu-drawer .header-top__link {
    padding: 0.8rem 2rem;
  }
  #menu-drawer .header-top__message {
    font-size: 1.4rem;
    text-transform: capitalize;
  }
  #menu-drawer .header-top__message:hover {
    color: var(--color-base-accent-1);
  }
  #menu-drawer .header__localization {
    flex-direction: column;
    align-items: flex-start;
  }
  #menu-drawer .header__localization localization-form {
    padding: 0.8rem 2rem;
  }
  .header-top-right {
    float: none;
    text-align: center;
    margin-left: 0px;
  }
  .header-top .header-top-left {
    display: none;
  }
  .header-top__link::after {
    display: none;
  }
  .header-top-inner {
    justify-content: center;
  }
  .menu-drawer__navigation span p {
    padding: 0.3rem 2.2rem;
    margin: 0;
    color: var(--color-base-accent-2);
  }
}
/**/
/*details{
      animation: animateMenuOpen var(--duration-default) ease;
}*/
.shopify-section-header-sticky .mega-menu__content{
  z-index: 3;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}
.shopify-section-header-sticky.scrolled-past-header .header-wrapper--border-bottom {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.shopify-section-header-sticky.scrolled-past-header .header__heading-logo{transition: all 0.3s;}
.shopify-section-header-sticky.scrolled-past-header .header__heading-logo{max-width: 74%;transition: all 0.3s;}
.shopify-section-header-sticky.scrolled-past-header ul.list-menu--inline>li .mega-menu,
.shopify-section-header-sticky.scrolled-past-header ul.list-menu--inline>li>a{padding: 2.4rem 1.8rem !important;}
.header__heading-logo-wrapper{width: 100%;max-width: 74%;}
.mega-menu .mega-menu__content{
  position: absolute;
  opacity: 0 !important;
}
.header__inline-menu{position: relative;}
.mega-menu__list{grid-template-columns: repeat(4, minmax(0, 1fr)) !important;}
.header__inline-menu ul.list-menu--inline > li:hover .mega-menu__content{
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
ul.list-menu--inline>li .mega-menu, ul.list-menu--inline>li>a {
    padding: 2.4rem 1.8rem;
}
ul.list-menu--inline>li>a#HeaderMenu-free-sample-request>span {
    color: #000000;
    outline: 2px solid #000000;
    outline-offset: 7px;
  
}
ul.list-menu--inline>li>a#HeaderMenu-free-sample-request.header__menu-item:hover span{
  text-decoration:none;
}
.header__inline-menu ul.list-menu--inline > li:hover .icon-caret {
    transform: rotate(180deg);
}
/*.mega-menu .mega-menu__content{
  left:inherit;
  right:inherit;*/
}
.mega-menu .mega-menu__list{
  display: flex;
}
.mega-menu .mega-menu__list li {
    min-width: 215px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    text-align: left;
}
.mega-menu .mega-menu__link{
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  text-transform: capitalize;
  font-size: 1.4rem;
}
ul.mega-menu__list > li > a.mega-menu__link {
    font-weight: 500;
    color: var(--color-base-accent-2);
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0px;
}

.list-menu__item{
  padding:0;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
/*PRODUCT ACCORDION*/
/*.product__info-container .product__accordion.accordion details:not([open]){
  transform:inherit;
}
.product__info-container .product__accordion.accordion summary{
  padding: 1.5rem 15px;
    background: #f5f5f5;
    margin-bottom: 2px;
}*/
.product-description-accordion {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #333;
  }

  .accordion-section {
    border-bottom: 1px dashed #ddd;
    /*margin-bottom: 10px;*/
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 16px;
    /*background: #f7f7f7;*/
    font-weight: 600;
  }

  .accordion-header:hover, .accordion-section.active .accordion-header {
    background: #f7f7f7;
  }

  .accordion-header span {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .accordion-icon svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    fill: #333;
  }

  .accordion-section.active .accordion-icon svg {
    transform: rotate(180deg);
  }

  .accordion-body {
    display: none;
    padding: 16px;
    background-color: #fff;
  }

  .accordion-section.active .accordion-body {
    display: block;
  }
/*.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  background-color: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-section.active .accordion-body {
  max-height: 1000px;
  padding: 16px;
}*/

  .faq-item {
    margin-bottom: 1em;
  }

  .faq-item strong {
    display: block;
    margin-bottom: 4px;
    color: #000;
  }
/*PRODUCT ACCORDION END*/
@media screen and (min-width: 990px) {
  
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto 1fr auto;
        column-gap: 2rem;
        text-align: center;
      position: relative;
    }
}
.product__info-container .product__title{margin-top:0}
.product__title>h1 {
    font-size: 2.4rem;
    font-weight:500;
}
@media only screen and (min-width:900px) { 
  .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(20% - .8rem);
  }
  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 500px; /* manage width of small image */
    left: 0;
    transform-origin: left top;
    height: 100px;
    overflow: hidden;
  }
  .grid__item.product__media-wrapper {
    position: relative;
    padding-left: 100px;
  }
  .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(20% - .8rem); /* decrease percentage and it will increase items */
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
        display: flex;
        background: #E5E5E5;
        height: calc(100% - 18px);
            max-width: 30px;
    }
  .slider-button .icon {
    height: 1.2rem;
}
}

.product .product__info-container .product-form__quantity {
    float: left;
    margin-right: 15px;
}
.product__info-container .product-form{
  margin-top:0;
}
.product-form__buttons .product-form__submit {
    max-width: calc(100% - 160px);
    margin-top: 55px;
    background-color: #0f9f4f;
    color: #fff;
}

@media screen and (min-width: 750px) {
    .facets__form-vertical {
        background-color: var(--color-base-background-1);
        padding: 18px;
        border: 1px solid var(--color-base-border);
    }
}
/*Custom Product Description*/
.product-desc-container{
  font-size: 14px; line-height: 1.5;
}
details:not([open]){transform: scale(1);}
summary {
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .custom-summary {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-top: 12px;
  }
  .custom-summary::before {
    content: "➕";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
  }
  .custom-details[open] .custom-summary::before {
    content: "➖";
  }
  .custom-details {
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 10px;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
/************************/
@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: 11rem !important;
    }
}
/************************/
.contact.page-width.page-width--narrow {
    max-width: 90rem;
}
@media screen and (min-width: 990px) {    
  .page-width.page-width--narrow {
    max-width: 100%;
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.main-page-title{
  font-size: 2.4rem;
  font-weight: 700;
}
/************************/
.contact-section a {
      color: #1a73e8;
      text-decoration: none;
    }

    .contact-section a:hover {
      text-decoration: underline;
    }

    .contact-section .info-box {
      background-color: #f4f4f4;
      border-left: 5px solid #ff8500;
      padding: 20px;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .contact-section .highlight {
      background-color: #fffbe6;
      border-left: 5px solid #df1919;
      padding: 15px;
      margin-top: 10px;
      margin-bottom: 20px;
    }
.contact-section .info-box p, .contact-section .highlight p {
    margin: 0;
}
    .contact-section h2 {
      margin-top: 30px;
      font-size: 1.5em;
      color: #e67300;
    }

    .contact-section ul {
      list-style-type: square;
      padding-left: 20px;
    }

    .contact-section li {
      margin-bottom: 5px;
    }
.contact-section .region-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }

  .contact-section .region-section {
    flex: 1 1 calc(25% - 20px);
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
  }
.contact-section .region-section ul{
    max-height: 290px;
    overflow: auto;
}
  .contact-section .section-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }

  .contact-section .label {
    font-weight: 600;
    color: #000;
  }

  @media (max-width: 768px) {
    .contact-section .region-section {
      flex: 1 1 100%;
    }
  }
/**********GALLERY**************/

@media (min-width: 768px) {
    .robin-pro-image-gallery>div{
      grid-template-columns: repeat(5, 1fr) !important;
      gap: 15px !important;
    }
  }

/************************/
#product-grid .grid__item{
  /*padding: 1rem .875rem;
    border: 1px solid #ddd;
    border-radius: 4px;*/
}
#product-grid .card-wrapper:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.08);}
#product-grid .card__content{
  border: 1px solid #eaeaea;
}
.quick-add__submit {
    background: #eff0f1;
}
/************************/
.footer-block__details-content>p, .footer-block__details-content>li{
  font-size: 1.4rem;
  margin: 0;
}
footer.footer {
    background-image: url(/cdn/shop/files/pattern_footer.png?v=1750086622);
    background-repeat: repeat;
}
.footer__content-bottom{
  padding-top: 1rem !important;
}
.footer-links {
    margin-left: auto;
    margin-top: 10px;
}
.footer-links * {
    font-size: 1.1rem;
    color: #fff;
}
.footer__blocks-wrapper{
      text-align: center;
}
.footer-block__brand-info{
  display: flex;
    flex-direction: column;
    align-items: center;
}
/*****************/
cart-drawer.active ~ [data-id=zsalesiq] {display: none;}
[data-id=zsalesiq],.zpcookie-banner-bottom, .zpcookie-banner-top{z-index: 2147483646 !important;}
.drawer{z-index: 2247483647 !important;}
/*****************/
@media screen and (min-width: 750px) {  
    .section+.section {
        margin-top: 0;
    }
  .product__column-sticky{min-height: 500px;}
}