/** Shopify CDN: Minification failed

Line 117:155 Expected ":"
Line 134:133 Expected identifier but found "!"
Line 134:137 Expected identifier but found "!"
Line 202:76 Expected identifier but found "!"
Line 202:80 Expected identifier but found "!"
Line 202:110 Expected identifier but found "!"
Line 202:114 Expected identifier but found "!"
Line 204:115 Expected identifier but found "!"
Line 204:119 Expected identifier but found "!"
Line 205:240 Expected identifier but found "!"
... and 10 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.slick-slider { position: relative; display: block !important; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-slider:not(.slick-dotted) { padding-bottom: 0;}
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: flex; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ""; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: flex; height: inherit; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {z-index: 1; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; contain-intrinsic-block-size: auto 100px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translateY(-50%); cursor: pointer; /* border: 1px solid #E4E6EC; outline: none; background: transparent; */ width: 35px; height: 35px; border-radius: 50%; transition: all .3s ease-in; }
.slick-prev:hover,  .slick-next:hover { background: #E4E6EC; outline: none; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled, .slick-next.slick-disabled{ opacity: 0.5; }
.slick-prev:before, .slick-next:before {content: ''; width: 35px; height: 35px; top: 0; left: 0; position: absolute; opacity: .9; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; background-size: 16px; background-repeat: no-repeat; background-position: center; }
.slick-prev { left: 20px; }
.slick-prev:before { background-image : url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7.60938L5 11.6094M1 7.60938L5 3.60938M1 7.60938L13.5 7.60938" stroke="%23595757"/></svg>') }
.slick-next { right: 20px; }
.slick-next:before { background-image : url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85355 3.25586L14.2071 7.60941L9.85355 11.963L9.14645 11.2559L12.2929 8.10941H1V7.10941H12.2929L9.14645 3.96297L9.85355 3.25586Z" fill="%23595757"/></svg>') }
.slick-slider { margin-bottom: 0; }
.slick-dots { margin: 0; margin-top:16px; display: flex; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; justify-content:center; }
.slick-dots li { position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
 }
.slick-prev, .slick-next {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    float: left;
    padding: 0;
    contain-intrinsic-block-size: auto 100px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: #8fb4b1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease-in;
}
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 10px; height: 10px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: #E4E6EC; opacity: 1; border-radius: 50%; vertical-align: top; margin: 8px 3px; }
.slick-dots li.slick-active button { background-color:#8FB4B1; }
.white-dots .slick-dots li button { border: none; background: #979797; opacity: 1; }
.slick-next:hover:before { animation: .3s arrownext linear; }
.slick-prev:hover:before { animation: .3s arrowprev linear; }
.arrow-type-two .slick-arrow.slick-next { left: auto; right: 10px; }
.arrow-type-two .slick-arrow.slick-prev { left: auto; right: 56px; }
.arrow-type-two  .slick-dots { height: 35px; padding-top: 5px; text-align: start; padding-inline: 6px;}
.arrow-type-two .slick-arrow { top: auto; bottom: 0; transform: none;}
.same-height .slick-track { display: flex; gap:20px; }
.same-height .slick-slide { height: auto; }
body{ padding: 20px; font-size: 14px; line-height: 135%; color: #383838;}
.btn { min-width: 146px; display: inline-block; text-align: center; font-size: 14px; font-weight: 400; padding: 15px 39px;cursor:pointer; line-height: 15px; text-decoration: none; letter-spacing: -.1px; border: 1px solid transparent; transition: all .2s ease-in;font-family: 'Roboto';}
.page-width-sm{max-width:1160px; margin-inline:auto;}
.page-width-full { width: 100%; padding-inline: 20px;}
.section-padding{padding-block:40px;}
.section-padding-more {padding-block:80px;}
.mb-0{margin-bottom:0;}
.pt-0{padding-top:0 !important}
.pb-0{padding-bottom:0 !important}
.btn + .btn { margin-left: 10px; }
.btn-dark { background-color: #202020; color: #fff; }
.btn-dark:hover { background-color: #202020e6; color: #fff; }
.btn-white { background-color: #E9EBF0; color: #202020; }
.btn-white:hover { background-color: #e7eae9; }
.btn-two { display: block; transition: all .2s ease-in; background-color: #202020; color: #fff; text-align: center; font-family: 'Montserrat'; font-style: italic; font-weight: 900; text-decoration: none; padding: 14px 20px; line-height: 111%; font-size: 18px; }
.btn-two:hover { background-color: #111;}
.btn-two.bg-gray { background-color: #E9EBF0; color: #202020; }
.btn-two.bg-gray:hover { background-color: #e3e5ea; color: #202020; }
.btn-link { text-decoration: underline; text-underline-offset: 2px; color: #383838; font-weight: 500; }
.btn-gray { background-color: #E4E6EC; color: #202020; }
.btn-gray:hover { background-color: #d9dde8; }
.btn-brown { background-color: #2C3B40; color: #fff; }
.btn-brown:hover { background-color: #2b383d; color: #fff; }
.btn-brown-border { border: 1px solid #2C3B40; color: #fff; }
.btn-brown-border:hover { background-color: #2C3B40; color: #fff; }
.btn-white-border { border: 1px solid #fff; color: #fff; }
.btn-white-border:hover { background-color: #fff; color: #202020; }
.heading-text { margin-inline: auto; max-width: 450px; margin-bottom: 10px; }
.heading-text p { font-weight: 600; font-size: 18px; margin: 0; line-height: 135%; }
.heading-style-floating { font-size: 72px; text-transform: uppercase; font-style: italic; font-weight: 900; font-family: Montserrat, sans-serif; Montserrat, font-family: sans-serif; color: #E4E6EC; line-height: 100%; max-width: 720px; margin-inline: auto; display: block; margin-bottom: -20px; }
.heading { margin-bottom: 34px; }
.heading h6 { font-size: 14px; font-weight: 400; line-height: 110%; margin-bottom: 10px; margin-top: 0; color: #383838; }
.heading h4 { font-size: 24px; margin-top: 0; margin-bottom: 0; line-height: 115%; font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; }

.text-wrapper { font-size: 14px; line-height: 135%; color: #383838; }
.text-wrapper p { margin-bottom: 0; }
.heading-two { margin-bottom: 40px; font-size: 14px; line-height: 135%; color: #383838; }
.heading-two h6 { font-size: 14px; line-height: 100%; font-weight: 500; margin-bottom: 6px; margin-top: 0; color: #383838; }
.heading-two h2, .heading-two h1 { font-size: 48px; font-weight: 900; text-transform: uppercase; margin: 0; line-height: 115%; }
.heading-two h3 { font-size: 34px; font-weight: 900; text-transform: uppercase; margin: 0; line-height: 115%; }
.heading-two h4 { font-size: 30px; font-weight: 900; text-transform: uppercase; margin: 0; line-height: 115%; }
.heading-two h5 { font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0; line-height: 115%; }
.heading-two h4 + p { margin-top: 10px;}
.bg-gray { background-color: #E9EBF0; }
.mt-auto { margin-top: auto !important; }
.social-media .social-link { font-size: 14px; line-height: 120%; color: #fff; display: flex; align-items: center; gap: 20px; }
.social-media .social-link > a { display: inline-flex; align-items: center; gap: 5px; color: #fff; text-decoration: none !important; !i; !; }
.social-media .social-link > a > span { width: 18px; height: 18px; }
.social-media .social-link > a > span svg { margin-top: -1px; }

/* header start  */

/* header end  */

/* cart start  */
.cart-drawer .drawer__close { min-width: 30px; min-height: 30px; display: grid; place-items: center; right: -5px; top: 16px; }
.cart-drawer .drawer__close .svg-wrapper { width: 18px; height: 18px; }
.cart-drawer .cart-item__price-wrapper { font-family: Montserrat, sans-serif; font-style: italic; font-weight: 800; }
.cart-drawer .cart-item__price-wrapper .price { font-size: 14px; }
.cart-drawer .cart-items .cart-item__name { font-size: 14px; }
.cart-drawer .cart-items .product-option { display: none; }
.cart-drawer .cart-item__quantity-wrapper .quantity { width: 110px; }
.cart-drawer .cart-item__quantity-wrapper .quantity .quantity__input { font-size: 14px; font-weight: 500; font-family: 'Roboto'; height: auto; min-height: auto; line-height: 10px; }
.cart-drawer .cart-drawer__footer .totals__total-value { font-family: 'Montserrat'; font-style: italic; font-weight: 900; color: #ddd; font-size: 16px; }
/* cart end  */
/* search Product */
.template-search__search { padding: 2rem 0 0 0; }
.template-search__search .field {
    border: 1px solid #c6c6c6;
}
aside#main-search-filters {
    padding: 0 3rem 0 0;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.facet-filters__field {
    display: block !important;
}
.facets-container.scroll-trigger.animate--fade-in {
    padding-top: 10px !important;
}
h2.facet-filters__label.caption-large.text-body {
    margin-bottom: 20px;
}
.facet-filters.sorting.caption {
    width: 27%;
}
@media screen and (min-width: 750px) {
aside#main-search-filters {
  max-width:300px; }
  
.template-search .facets-vertical-form {
  display:none;
}
  
.template-search .facets-wrapper .facets-container {
  justify-content:center;
}

.template-search .facets-wrapper .facets-container .product-count {
  padding-top:20px;
  text-align:center;
}
  
}
  
button.reset__button.field__button {
    margin-top: 6px;
}
/* end search Product */
/* collection page  */
#product-grid{margin-top:0;}
.collection .grid__item .card__head { text-align: center; padding: 10px; position: relative; }
.collection .grid__item .card__inner.ratio { aspect-ratio: auto !important; !i; !; display: block !important; !i; !; }
.collection .grid__item .card__inner.ratio::before { display: none; }
.collection .grid__item .card__inner .card__media { position: relative; width: calc(100% - 20px); aspect-ratio: 1; !i; !; margin: 0 10px; }
.collection .grid__item .card__heading a { font-weight: 900; font-size: 16px; line-height: 105%; margin: 10px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-decoration: none !important; !i; !; }
.collection .grid__item .card__head h6 { color: #525252; font-size: 14px; font-weight: 400; margin: 0; padding-top: 10px; text-transform: capitalize; }
.collection .grid__item .card__head .type { margin: 0; display: inline-block; line-height: 100%; background-color: #E4E6EC; padding: 4px 15px; font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 12px; color: #202020; }
.collection .grid__item .card__content:not(:has(.quick-add)) { position: absolute !important; !i; !; top: 0; justify-content: end; padding: 20px !important; !i; !; }
.collection .grid__item .card__media .card__content:not(:has(.quick-add)) { position: absolute !important; top: 0; justify-content:center; padding: 0px !important; !i; !; }
.collection .grid__item .card__content .price__container { font-size: 18px; font-family: 'Montserrat'; font-style: italic; font-weight: 900; color: #000; line-height: 100%; margin: 0; display: block; }
.collection .grid__item .card__content .card__information { padding: 10px; }
.collection .grid__item .card__content .card__information .price { margin: 0 0 5px !important; }
.collection .grid__item .card__content button.button { background-color: #202020; color: #fff; font-size: 14px; font-weight: 400; line-height: 135%; }
.collection .grid__item .card__content button.button::before, .collection .grid__item .card__content button.button::after { display: none; }
.collection .grid__item .card__content .btn.quick-add { font-size: 14px; color: #383838; font-weight: 600; padding: 12px 0 8px; min-width: auto; border-bottom: 1px solid #383838; margin: 0; text-decoration: none !important;  }
.collection .grid__item .card__content .btn.quick-add:hover { border-color: transparent;  }
aside.facets-wrapper { padding-right: 40px; width: 41%; max-width: 500px;}
.facets-wrapper .facets-vertical-form { justify-content: start; }
.facets-wrapper .facets-vertical-form .facet-filters { padding: 0; width: 100%; }
.facets-wrapper .facets-vertical-form .product-count-vertical { display: none; }
.facets-wrapper .facets-vertical-form .facet-filters .facet-filters__field { flex-flow: column; justify-content: start !important; align-items: self-start; gap: 16px; }
.facets-wrapper .facets-vertical-form .facet-filters .facet-filters__label { font-size: 18px; font-family: Montserrat, sans-serif; font-weight: 900; letter-spacing: normal; font-style: italic; line-height: 100%; }
.facets-wrapper .facets-vertical-form .facet-filters .select { width: 100%; }
.facets-wrapper .facets-vertical-form .facet-filters .select select { padding: 14px 20px; border: 1px solid #CED0D7; font-size: 14px; line-height: 132%; outline: none !important; box-shadow: none !important; }
.facets-wrapper .facets-vertical-form .facet-filters .select .svg-wrapper { right: 14px; }
.facets-wrapper .facets-container { padding-top: 40px; }
.facets-wrapper .facets__form-vertical .facets__heading { font-size: 18px; font-family: Montserrat, sans-serif; font-weight: 900; letter-spacing: normal; font-style: italic; line-height: 100%; display: block !important; margin-bottom: 18px; width: 100%; }
.facets-wrapper facet-filters-form .facets__form-vertical { width: 100%; }
.facets-wrapper .facets__disclosure-vertical { border-color: #CED0D7; }
.facets-wrapper .facets__summary { font-size: 18px; font-weight: 600; color: #232323 !important; padding-block: 10px !important; line-height: 135%; text-decoration: none !important; }
.facets-wrapper .facets__summary-label { text-decoration: none !important; }
.facets-wrapper fieldset.facets-wrap { padding-right: 0 !important; margin: 0; }
.facets-wrapper .facets__item label.facets__label { padding: 14px !important; font-size: 14px; font-weight: 400; line-height: 143%; display: flex; align-items: center; }
.facets-wrapper .facets__item label.facets__label input { display: none; }
.facets-wrapper .facets__item label.facets__label .svg-wrapper { top: 16px; left: 14px; margin: 0 !important; width: 16px !important; height: 16px !important; background: #202020 !important; outline: .2rem solid #fff; outline-offset: -3px; }
.facets-wrapper .facets__item label.facets__label .svg-wrapper svg { }
.facets-wrapper .facets__item label.facets__label .svg-wrapper svg { opacity: 0; }
.facets-wrapper .facet-checkbox>input[type=checkbox]:checked~.svg-wrapper { visibility: visible; opacity: 1; }
.facets-wrapper .facets__form-vertical .active-facets-vertical-filter facet-remove { font-size: 14px; line-height: 135%; white-space: nowrap; margin: 0; }
.facets-wrapper .facets-vertical .active-facets { display: flex; justify-content: space-between; align-items: center; }
.facets-wrapper .facets__form-vertical .active-facets-vertical-filter facet-remove a { text-decoration: none !important; color: #4D4E4D; }
.facets-wrapper .facets__item label.facets__label .facet-checkbox__text { flex-grow: 1; display: flex; gap: 10px; justify-content: space-between; }
.facets-wrapper .facets__item label.facets__label:has(input:checked) { background: #F5F6F8; }
.facets-wrapper .facets__item label.facets__label .facet-checkbox__text-label { text-decoration: none !important; }
.facets-wrapper price-range.facets__price .field::before, .facets-wrapper price-range.facets__price .field::after { display: none; }
.facets-wrapper price-range.facets__price .field .field__input { border: 1px solid #CED0D7 !important; outline: none !important; box-shadow: none !important; font-size: 14px; color: #202020; padding: 15px !important; padding-left: 57px !important; }
.facets-wrapper price-range.facets__price .field .field__label { font-size: 14px; top: 13px !important; left: 1.5rem !important; }
.facets-wrapper price-range.facets__price .field { position: relative; }
.facets-wrapper price-range.facets__price { padding-top: 18px !important; }
.facets-wrapper price-range.facets__price .field:last-child .field__input { padding-left: 40px !important; }

/* product single page start */
.page-width-second { max-width: 1440px; margin: 0 auto; }
.page-width-second .product__media-wrapper { width: 58% !important; max-width: 58% !important; }
.page-width-second .product__info-wrapper { width: 42% !important; max-width: 42% !important; padding-left: 80px !important; }
.page-width-second .product__media-wrapper .slick-list .slick-slide { background-color: #E9EBF0; padding: 40px; }

.page-width-second .product__media-wrapper .slick-dots { /* position: absolute; bottom: 12px; */ }
.page-width-second .product__media-wrapper .slick-list .slick-slide img { aspect-ratio: 1; object-fit: contain;}
.product__info-wrapper .text-with-star { display: flex; justify-content: space-between; gap: 20px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
.product__info-wrapper .text-with-star .product__tag { margin: 0; display: inline-block; line-height: 100%; background-color: #E4E6EC; padding: 4px 15px; font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 12px; color: #202020; }
.product__info-wrapper .text-with-star p { margin: 0; }
.product__info-wrapper .title-with-price { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0 !important; margin-top: 0; margin-bottom: 30px; !i; !; }
.product__info-wrapper .title-with-price .price__regular { font-size: 24px; font-family: Montserrat, sans-serif; font-style: italic; font-weight: 900; color: #202020; line-height: 100%; }
.product__info-wrapper .title-with-price .product__title h1 { font-size: 24px; font-family: Montserrat, sans-serif; font-style: italic; font-weight: 900; color: #202020; line-height: 100%; max-width: 275px; padding-right: 15px; }
.product__info-wrapper .title-with-price div.product__title { width: calc(100% - 200px); margin: 0; }
.product__info-wrapper .title-with-price .product__title + div[role="status"] { width: 200px; }
.product__info-wrapper .title-with-price .price { text-align: end; }
.product__info-wrapper .product-form__input .form__label { font-size: 14px; color: #525252; line-height: 130%; margin-bottom: 0; display: block; width: 100%; }
.product__info-wrapper variant-selects .product-form__input { margin-bottom: 20px; }
.product__info-wrapper .product-form__input--pill input[type=radio]+label { border-radius: 0; border-color: #E4E6EC; font-size: 14px; color: #141414; padding: 16px 15px; line-height: 103%; min-width: 76px; }
.product__info-wrapper .product-form__input--pill input[type=radio]:checked+label { background-color: #202020; color: #fff; }
.product__info-wrapper .product-form__input, .product__info-wrapper .product-form__buttons { max-width: 100%; }
.product__info-wrapper .product-form__quantity .quantity__label.form__label { margin-bottom: 10px; }
.product__info-wrapper .price-per-item__container .quantity { width: 100%; border: 1px solid #CED0D7; }
.product__info-wrapper .price-per-item__container .quantity::before, .product__info-wrapper .price-per-item__container .quantity::after { display: none; }
.product__info-wrapper .price-per-item__container .quantity .quantity__input { box-shadow: none !important; outline: none !important; font-size: 14px; font-weight: 500; color: #707070; !IMPORTAN; }
.product__info-wrapper .product-form__buttons .product-form__submit { background-color: #202020; color: #fff; font-size: 18px; font-weight: 900; font-style: italic; font-family: 'Montserrat'; box-shadow: none !important; outline: none !important; border: none !important; }
.product__info-wrapper .product-form__buttons .product-form__submit:before, .product__info-wrapper .product-form__buttons .product-form__submit:after { display: none !important; }
.product__info-wrapper .product-form__buttons .product-form__submit:hover { background-color: #111; }
.product__info-wrapper .pay-securely-wrapper { display: flex; flex-flow: column; justify-content: center; align-items: center; gap: 10px; }
.product__info-wrapper .pay-securely-wrapper > span { font-size: 14px; font-weight: 400; color: #383838; line-height: 135%; }
.product__info-wrapper .pay-securely-icons { display: flex; gap: 5px; }
.product__info-wrapper .pay-securely-icon { width: 44px; height: 30px; border: 1px solid #d9d8d1; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.product__info-wrapper .product__info-container .product-form { margin-bottom: 10px; }
.product__info-wrapper .pickup-availability-preview { background-color: #f1f1f1; margin-top: 16px; padding: 16px; font-size: 14px; font-weight: 400; color: #383838; line-height: 135%; }
.product__info-wrapper .accordion .summary__icon svg.minus { display: none; }
.product__info-wrapper .accordion summary { align-items: center; }
.product__info-wrapper .accordion [open] .summary__icon svg.minus { display: block; }
.product__info-wrapper .accordion [open] .summary__icon svg.plus { display: none; }
.product__info-wrapper .summary__title .accordion__title { font-size: 18px; font-family: 'Roboto'; font-style: normal; font-weight: 600; color: #202020; line-height: 120%; }
.product__info-wrapper .product__accordion .accordion__content { padding: 0; font-size: 14px; color: #383838; }
.product__info-wrapper .product__accordion .accordion__content p { margin: 0; }
.product__info-wrapper .product__bulk_purchase { background-color: #F1F1F1; padding: 20px;  }
.product__info-wrapper .product__bulk_purchase h4 { margin: 0; font-size: 18px; font-family: 'Roboto'; font-style: normal; color: #232323; font-weight: 600; margin-bottom: 0; line-height: 120%; }
.product__info-wrapper .product__bulk_purchase p { margin: 12px 0  0 0; line-height: 135%; font-size: 14px; color: #383838; font-weight: 400; }
.product__info-wrapper .product__bulk_purchase p a { display: block; margin-top: 13px; color: #383838; font-weight: 600; }
.template-search .collection .grid__item .card__inner .card__media { margin-bottom: 10px; }
.template-search .collection .grid__item .card__content { position: relative !important; display: block; }
.template-search .collection .grid__item .card__content .card__information { padding: 0 !important }
.template-search .collection .grid__item .card__inner  .card__content { display: none; }
.product__info-wrapper .product-form__input--pill input[type=radio].disabled+label {
    text-decoration: none;
}

.product__info-wrapper .product-form__input--pill input[type=radio].disabled+label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d5d8e0;
    top: 0;
    left: 0;
    clip-path: polygon(98% 0, 100% 0, 0 100%, 0 98%);
}
@media (max-width:1199.98px){
    .page-width-second .product__media-wrapper { width: 56% !important; max-width: 56% !important;}
    .page-width-second .product__info-wrapper { width: 44% !important; max-width: 44% !important;padding-left:20px !important;}
}
@media (max-width:991.98px){
    .page-width-sm {max-width: 600px;}
    .page-width-second .product__media-wrapper .slick-dots{bottom:6px;}
    .page-width-second .product__media-wrapper { width: 100% !important; max-width: 100% !important; margin-bottom:34px;}
    .page-width-second .product__info-wrapper { width: 100% !important; max-width: 100% !important;padding-left:0px !important;}
    .page-width-second .product__media-wrapper .slick-list .slick-slide { padding: 20px; }
    .product__info-wrapper .product-form__buttons .product-form__submit{font-size:16px;}
    .page-width-second .product__media-wrapper .slick-list .slick-slide img { aspect-ratio: 1.34; object-fit: contain; }
    .page-width-second .product__info-wrapper .product__info-container { max-width: 100%;}
    .page-width-second .product__info-wrapper .product__info-container { max-width: 100%; }
    .product__info-wrapper .title-with-price .product__title h1, .product__info-wrapper .title-with-price .price__regular { font-size: 20px; max-width: max-content; }
    .product__info-wrapper .summary__title .accordion__title { font-size: 16px; }
    .product__info-wrapper .product__bulk_purchase h4 { font-size: 16px; }
    .product__info-wrapper .product-form__input--pill input[type=radio]+label { padding: 14px 15px;}
}
@media (max-width:767.98px){
  .product__info-wrapper .product-form__input .form__label { text-align: center; }
  .product__info-wrapper variant-selects .product-form__input { text-align: center; }
  .product__info-wrapper .pickup-availability-preview { text-align: center; gap: 0; }
  .product__info-wrapper .pickup-availability-preview .pickup-availability-info { flex: 1; }
  .product__info-wrapper .product__bulk_purchase { text-align: center; }
  .product__info-wrapper .product__bulk_purchase{margin-bottom:0;}
  .product__info-wrapper .title-with-price .product__title + div[role="status"] { width: 150px; }
  .product__info-wrapper .title-with-price div.product__title { width: calc(100% - 150px); }
  .features ul li, .specifications dl dt, .specifications dl dd {
    text-align: left;
}
.specifications {
    padding-left: 10px;
}
   .specifications dl dd {
    margin-bottom:10px;
}
}
@media (max-width:399.98px){
 .product__info-wrapper .title-with-price .product__title h1, .product__info-wrapper .title-with-price .price__regular { font-size: 16px;}
}
/* product single page end */

/* accordion start */
.accordion__wrapper .accordion { background-color: #f5f6f8; list-style: none; padding: 0; margin: 0; }
.accordion__wrapper .accordion li { border-bottom: 1px solid #CED0D7; }
.accordion__wrapper .acc-toggle {padding: 24px 40px 24px 40px; display:flex; gap:20px; cursor: pointer; }
.accordion__wrapper .acc-toggle h6 { font-weight: 600; flex:1; font-size: 18px; line-height: 135%; margin: 0; position: relative; color: #202020; font-family: 'Roboto'; }
.accordion__wrapper .inner.collapse { font-weight: 300; font-size: 14px; line-height: 135%; overflow: hidden; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition-property: opacity, height; will-change: opacity, contents;  }
.accordion__wrapper .inner .inner-text{padding: 0 80px 25px 40px;}
.accordion__wrapper .inner.collapse:not(.is-active) { height: 0; opacity: 0; }
.accordion__wrapper .inner.collapse p { margin-top: 0; margin-bottom: 40px; }
.accordion__wrapper .inner.collapse p { margin: 0; }
.accordion__wrapper .inner.collapse p + p { margin-top: 10px; }
.accordion__wrapper .acc-toggle-icon { margin-left: auto; margin-block: -4px; width: 32px; height: 32px; border-radius: 50%; background-color: #E4E6EC; display: grid; place-items: center; }
.accordion__wrapper .acc-toggle-icon svg.minus { display: none; }
.accordion__wrapper .acc-toggle.is-active .acc-toggle-icon svg.minus { display: block; }
.accordion__wrapper .acc-toggle.is-active .acc-toggle-icon svg.plus { display: none; }
@media screen and (max-width:1199.98px) {
}
@media screen and (max-width:991.98px) {
  .accordion__wrapper .acc-toggle h6{font-size:16px;}
}
@media screen and (max-width:399.98px) {
  .accordion__wrapper .acc-toggle{padding:16px 24px;}
  .accordion__wrapper .acc-toggle-icon{width:30px;height:30px;}
  .accordion__wrapper .inner .inner-text { padding: 0 30px 16px 24px;}
}
/* accordion end */


@media (max-width:1199.98px){
  /* aside.facets-wrapper { width: 100%; padding: 0 !important;  display: flex; gap: 20px; }
  .facets-vertical { flex-flow: column; }
  aside.facets-wrapper facet-filters-form.facets.facets-vertical-sort { width: calc(50% - 10px); display: block !important;}
  aside.facets-wrapper .facets-wrapper .facets-container { width: calc(50% - 10px); }
  .facets-wrapper .facets-vertical-form .facet-filters .facet-filters__label { display: none; } */
}
@media (max-width:991.98px){
  .facets-vertical { flex-flow: column; }
  aside.facets-wrapper > facet-filters-form.facets.facets-vertical-sort { display: none; }
  aside.facets-wrapper menu-drawer.mobile-facets__wrapper, aside.facets-wrapper menu-drawer.mobile-facets__wrapper .mobile-facets__open-label { display: block !important; }
  .facets-container facet-filters-form.facets.small-hide { display: none !important; }
  .facets-wrapper .facets-container { display: flex !important; margin: 0;  padding: 0 !important; flex-wrap: wrap; margin-bottom: 40px !important;}
  aside.facets-wrapper { width: 100%; max-width: 100%; padding: 0 !important; }
  .collection .grid__item .card__heading a{font-size:16px !important;}
  menu-drawer.mobile-facets__wrapper { background-color: #E9EBF0; padding: 10px 20px;}
  menu-drawer.mobile-facets__wrapper .mobile-facets__open-wrapper span { font-size: 16px; color: #202020; text-decoration: none !important;}
  .facets-wrapper .facets-container .active-facets { order: 1; margin: 0; display: flex !important; justify-content: space-between; flex-wrap: wrap; }
 .facets-wrapper .facets-container  .product-count { flex-grow: 1; display: block !important;}
}
@media (max-width:749.98px){
  #product-grid .grid__item { flex: 0 0 50%; max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);}
  menu-drawer.mobile-facets__wrapper .mobile-facets__open-wrapper span { font-size: 14px;}
  .collection .grid__item .card__content .price__container {    font-size: 16px;}
}
@media (max-width:399.98px){
  .collection .grid__item .card__content button.button{    min-height: auto;}
}
/* collection end  */

/* logo slide css  */
.grid-logos { margin-top: 20px; width: calc(100% + 20px); margin-left: -10px; }
.grid-logo { padding: 0 10px; display: block !important; }
.grid-logo-img { height: 80px; display: flex; align-items: center; justify-content: center; padding: 16px; }
.grid-logo-img img { width: 100%; height: auto; object-fit: contain; max-width: 120px; }



@media (max-width:1199.98px){
 .heading-style-floating { font-size: 60px;}
  .slick-prev { left: -18px; }
  .slick-next { right: -18px; }
}

@media (max-width:991.98px){
  
  .btn-two {font-size: 16px; line-height: 125%;}
  body{padding: 10px;}
  .heading-two h2, .heading-two h1 { font-size: 34px;  }
  .heading-two h3{font-size:30px;}
  .heading-two h4{font-size:24px;}
  .heading-two h5 { font-size: 20px;}
  .section-padding-more {padding-block:40px;}
  .page-width-full{padding-inline:10px;}
  .heading h4 { font-size: 20px;}
  .heading-text p { font-size: 16px;}
  .cmpl-slider .slick-prev { left: 10px;}
  .cmpl-slider .slick-next { right: 10px;}
  .slick-prev { left: 0px;}
  .slick-next { right: 0px;}
    .customer-wrapper .customer.login h1{font-size:34px}
    .heading-style-floating { font-size: 40px; max-width: 600px; margin-bottom: -10px;}
}
.product-media-container .media {
    padding-top: 100% !important;
}
  .product-media-container .media img {
    object-fit: contain;
}
@media screen and (max-width:750.98px) {
.grid__item.product__media-wrapper .product__media-item.grid__item.slider__slide {
    padding-inline: 20px;
}

    .grid__item.product__media-wrapper .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0; 
    }
  
.slider-buttons .slider-button {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    float: left;
    padding: 0;
    contain-intrinsic-block-size: auto 100px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: #8fb4b1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.slider-buttons .slider-button.slider-button--prev {
    left: 20px;
}

.slider-buttons .slider-button.slider-button--next {
    right: 20px;
}
 .slider-buttons  .slider-counter{display:none}
    }

@media screen and (max-width:649.98px) {
 .heading-two h2, .heading-two h1 { font-size: 30px;  }
  .heading-two h3{font-size:24px;}
      .heading-two h4 {
        font-size: 20px;
    }
  footer .footer__content-bottom .footer__copyright.caption{flex-wrap:wrap;}
 .heading-style-floating { font-size: 34px; max-width: 320px;}
}
@media screen and (max-width:399.98px) {
  .btn-two {font-size: 15px; line-height: 100%;}
}
.pickup-availability-drawer {
  z-index: 999 !important;
}