/** Shopify CDN: Minification failed

Line 660:29 Expected ")" to end URL token

**/
.header__icon svg path {
    fill: #fff;
}

.leftheader_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content:space-around;
}

.search-modal__form {
    max-width: 74rem;
}

input.search__input.field__input {
    border-radius: 20px !important;
    border:1px solid;
}
.category-arrow.prev, .category-arrow.next {
    display: none;
}

.category-slider:hover .category-arrow.prev, .category-slider:hover .category-arrow.next {
  display: block;
}

form.search.search-modal__form .field:before,
form.search.search-modal__form .field:after{content:unset;}

.header_button-flex {
    display: flex;
    gap: 19px;
}
a#cart-icon-bubble {
    margin-right: 4px;
}
.header_button-flex a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight:600;
}
.header_button-flex {
  position: relative;
  display: flex;
  align-items: center;
}

.header_button-flex::after {
  content: "";
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    width: 1.5px;
    background-color: #ffffff;
}
/* wrapper */
.category-slider {
   position: relative;
   justify-content: center;
    display: flex;
    /* width: 85%; */
    margin: 0px auto;
}

/* scroll container */
.category-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding:15px 15px 0px 15px;
  
}

.category-track::-webkit-scrollbar {
  display: none;
}

/* card size (important) */
.category-card {
  flex: 0 0 80px;
  text-align: center;
  text-decoration: none;
}

/* card box */
.collection_feature-image {
  border-radius: 20px;
    padding: 12px;
    border: 1.5px solid #e7e7e7;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
    box-shadow: 0 0 10px #e7e7e7;
}

.collection_feature-image:hover {
  transform: translateY(-3px);
}

.category-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.category-card__title {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom:0px;
  color:#222;
  font-weight:500;
}

/* arrows */
.category-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
  cursor: pointer;
  font-size: 22px;
  z-index: 2;
}

.category-arrow.prev {
  left: 0;
}

.category-arrow.next {
  right: 0;
}
.search-modal__form {
    max-width: 76rem;
}
input.search__input.field__input {
    border-radius: 20px!important;
    border: 1px solid;
    background: #fff;
    color: #000;
    color: #000;
    outline: none;
    box-shadow: none !important;
}
.search-modal__form .field__label, .search-modal__form .field{
  color: #000;
}
.header__icons a svg {
    height: 3rem !important;
    width: 3rem !important;
}
.header__icons {
    display: flex;
    /* grid-area: icons; */
    /* justify-self: end; */
    align-items: center;
    justify-content: space-between;
    /* gap: 8px; */
}
a.sell_button.header__icon {
    height: max-content !IMPORTANT;
    width: max-content;
    padding: 1px 14px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin-left: 15px;
}
.home_slider .slideshow__slide{
  border-radius:30px;
  overflow: hidden;
}
.home_slider .slideshow__controls{
  display:none;
}
.home_slider h2{
  font-family: 'Poppins';
    font-weight: 700;
    width: 70%;
}
.multi_image-box .multicolumn-card__image-wrapper{
  margin:0px !important;
}
.multi_image-box .multicolumn-card__image-wrapper img{
  border-radius:12px;
}
.multicolumn-card__image-wrapper{
  margin:0px;
}
.product_list-slider ul li .card-wrapper .card__inner{
  overflow:hidden;
   border-radius: 12px;
}
.product_list-slider ul li .card-wrapper .card__inner .card__media{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
}
.product_list-slider ul li .card-wrapper .card__inner .card__media img{
    height: auto;
    margin:20px auto;
}
.product_list-slider .card__badge {
    display: none;
}
.product_list-slider h2{
  font-size: 32px;
    font-weight: 500;
    margin-bottom: 0px !important;
}
.product_list-slider .collection__title {
    margin-bottom: 20px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_list-slider .badge_text{
  position: absolute;
    background-color: #c5e4ff;
    padding: 5px 12px;
    border-radius: 0px 0px 10px 0px;
    font-size: 10px;
}
.product_list-slider .card__information {
    padding: 7px 10px !important;
}
.product_list-slider s.price-item.price-item--regular {
    font-size: 12px;
    margin: 0px;
}
.product_list-slider span.price-item.price-item--sale.price-item--last, .product_list-slider span.price-item.price-item--regular {
        font-size: 14px;
    font-weight: 700;
    margin-right: 0px;
}

s.price-item.price-item--regular {
    color: red;
}
.price-save {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-top: 14px;
    background: red;
    padding: 4px;
    border-radius: 8px;
}

.price__badge-sale{
 display:none !important; 
}
.stock-viewer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}

/* LEFT */
.stock-left {
  color: #2e7d32;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.stock-icon {
  color: #2e7d32;
  font-weight: bold;
}

/* RIGHT */
.stock-right {
  color: #ff6f00;
  font-weight: 500;
}
.icon-with-text--horizontal .icon-with-text__item{
  flex-direction: unset !important;
  width:unset !important;
}
ul.icon-with-text.icon-with-text--horizontal.list-unstyled {
    background: #0080002e;
    padding: 10px;
    border-radius: 12px;
}
.product__tax.caption.rte {
    display: none;
}
.product__accordion.accordion {
    border: 1px solid #00000026;
    border-radius: 8px;
    margin-bottom: 16px;
}

.accordion summary {
    padding: 1.5rem 1rem !important;
}
.muliti_image_prod .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    margin: 0px;
}
.muliti_image_prod .multicolumn-card__image-wrapper img{
  border-radius:12px;
}
.slider--desktop .slider__slide:first-child {
    margin-left: 0px !important;
}
.collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 0rem !important;
}
.top-brands-heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* .product_list-slider .price__sale{
  display: flex;
    align-items: center;
    flex-direction: row-reverse;
} */
 
.top-brands-wrapper {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;     
  -ms-overflow-style: none;
  padding-top:12px;
}
 
.top-brand-item {
  flex: 0 0 auto;
}
 
.top-brand-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 15px #b7b0b0c4;
    border: 1.5px solid rgb(255 255 255);
}
 
.top-brand-circle:hover {
  transform: translateY(-5px);
}
 
.top-brand-circle img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.product_list-slider .slider-counter.caption {
    display: none;
}
.product_list-slider .slider-buttons {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 40%;
}
.product_list-slider .slider-mobile-gutter:hover .slider-buttons{
   display: flex;
}
.product_list-slider .card__information h3 a{
  font-size: 14px;
  text-decoration:none;
}
.product_list-slider .slider-button {
    color: rgb(36 40 51);
    background: #ffffff;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #242833;
}
.breadcrumbs {
    margin: 0 0 1em !important;
}
.breadcrumbs__link {
    text-decoration: none !important;
    margin-right: 15px;
    color: #fb7e04;
}
h2.collection_title {
       margin-top: 0;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0px;
}
.facets__form {
    align-items: center;
}
.dark-mode{
  background-color:#000;
}
.dark-mode .gradient {
/* background-color:#000 !important;  */
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 15%;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: none;
}
.list-social {
    justify-content: start !important;
}
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-around;
}
.address_footer {
    font-size: 12px;
}
.footer__copyright {
    text-align: left !important;
    margin-top: 0px !important;
}
.footer__column.footer__column--info {
    display: none;
}
.product__info-wrapper h1{
  font-size: 32px;
    line-height: 36px;
}
.product-form__buttons {
    max-width: 100% !important; 
    display: flex;
    gap: 15px;
}
.product-form__buttons button, .product-form__buttons .shopify-payment-button{
  width: 49%;
}
 .product-form__buttons .shopify-payment-button .shopify-payment-button__button{
  width: 100%;
}
.product__description h2, .product__description h3{
  font-size: 20px;
}
.product__description p, .product__description li{
  font-size: 14px;
}
.product__description ul{
  padding:0px;
}
.product__description ul li::marker {
    content: "✔ ";
    color: green; /* optional */
    font-size: 16px; /* optional */
}
.top-brands-section .swiper-wrapper{
  padding: 20px 0px 50px;
}
.top-brands-section .swiper-pagination{
bottom: -20px;
}
.top-brands-section .swiper-pagination-bullet-active {
    background: #fb7e04 !important;
}
.product_list-slider .quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 12px;
}
.product_list-slider .button:after{
    content: none;
}
.collection__view-all a.button {
    padding: .8rem;
    /* min-width: 100%; */
    box-sizing: border-box;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 12px;
    margin-top:0px !important;
}
.BoxOuterDIV{
  padding: 15px;
}
.box_heading {
    text-align: left;
    display: flex;
}
.In_boxOuter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.box_heading h3{
  margin: 5px 0px 15px;
    text-align: center;
}
.icon-with-text img {
    height: 70px !important;
    width: 70px !important;
    object-fit: contain;
}
.list-payment {
    justify-content: center !important;
}
li.list-payment__item {
    width: 80px;
}
li.list-payment__item svg{
    width: 100%;
    height:auto;
}
table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: none;
    border: 1px solid #000;
}
.box_item-image{
  text-align:center;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
}
.box-material-wrapper {
    background-color: aliceblue;
    padding: 5px 0px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
}
.box_item-title h3{
  margin: 5px 0px;
    text-align: center;
    font-size: 12px;
}
.box_item-image img{
    width: 80%;
    margin: 0px auto;
}
.box_item {
    width: 90px;
}
.stats-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  border-radius: 16px;
  overflow: hidden;
}
 .stats-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: rgb(0 0 0 / 61%);
    z-index: 0;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.4)
  );
}
 
.stats-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
 
.sub-text {
  font-size: 14px;
  letter-spacing: 2px;
}
 
.stats-content h2 {
  font-size: 48px;
  margin: 20px 0 40px;
}
 
.stats-box {
  display: flex;
  justify-content: center;
  gap: 80px;
}
 
.stat h3 {
      font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 0px;
}
 
.stat p {
  font-size: 18px;
  opacity: .8;
}
.template--about .image-with-text__heading{
font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.template--about .image-with-text__heading{
font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.template--about .image-with-text__content ul, .template--about .image-with-text__content p {
  padding-left: 8px;
    font-size: 14px;
}
/* responsive */
 .stats-section {
    position: relative;
    background-image: url({{ section.settings.bg_image | image_url }});
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
  }
 
  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(0,0,0,0.8),
      rgba(0,0,0,0.4)
    );
  }
 
  .stats-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
  }
 
  .sub-text {
    font-size: 14px;
    letter-spacing: 2px;
  }
 
  .stats-content h2 {
    font-size: 42px;
    margin: 10px 0 20px;
    color:#fff;
  }
 
  .stats-box {
    display: flex;
    justify-content: center;
    gap: 80px;
  }
 
  .stat h3 {
    font-size: 50px;
    margin-bottom: 10px;
  }
 
  .stat p {
    font-size: 18px;
    opacity: .8;
  }
.flot_buy-button {
    display: none;
}

@media(max-width:768px){
 .stats-content h2{
  font-size:30px;
  }
 
  .stats-box{
  flex-direction:column;
  gap:30px;
  }
.stats-content h2{
font-size:30px;
}
 

}
 @media screen and (min-width: 768px) {
  .footer-block.grid__item.footer-block--menu {
    width: 15%;
}
/* LARGE SCREEN → ALL IN ONE LINE */
@media screen and (min-width: 1600px) {
  .contact-cards-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
 
/* TABLET */
@media screen and (max-width: 990px) {
  .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
/* MOBILE */
@media screen and (max-width: 600px) {
  .contact-cards-grid {
    grid-template-columns: 1fr;
  }
  .contact-cards-header h2 {
    font-size: 26px;
  }
  .stats-box{
flex-direction:column;
gap:30px;
}

}

}
@media screen and (max-width: 768px) {
  .top-brand-circle {
    width: 100px;
    height: 100px;
  }
  .header__icons {
    padding-right: 0;
}
.footer-block__heading {
    margin-bottom: 0.5rem !important;
}
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
.footer-block__details-content .list-menu__item--link {
    padding-top: 0.2rem !IMPORTANT;
    padding-bottom: 0.2rem !important;
}
  .search-modal__form {
    display: none;
}
h2 {
    font-size: 24px !important;
    margin-top: 0;
}
.footer__content-top.page-width {
    padding: 0px 15px;
}
.footer .grid {
    display: flex !important;
}
.footer-block.grid__item {
    padding: 0;
    margin: 0rem 0 !important;
    width: 48% !important;
}
.muliti_image_prod-flex-1 ul li{
  max-width: 32% !important;
}
.muliti_image_prod-flex-2 ul li{
  max-width: 49% !important;
}
.multi_image-box ul li{
  max-width: 49% !important;
}
.multi_image-box ul li:last-child {
  display: none;
}
.category-track {
    padding: 15px 0px 0;
}
.collection_feature-image {
    box-shadow: none;
}
.home_slider h2 {
    font-family: Poppins;
    font-weight: 700;
    width: 75%;
    font-size: 20px !IMPORTANT;
}
.home_slider a.button {
   min-width: calc(10rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
    padding: 0 2rem;
}
.home_slider .slideshow__slide {
    border-radius: 15px;
}
.product__info-wrapper h1 {
    font-size: 20px;
    line-height: 26px;
}
.footer__content-bottom-wrapper {
    row-gap: 1rem !important;
    margin-top: 6px;
}
.address_footer {
    text-align: center;
}
.product_list-slider .quick-add__submit {
    min-height: calc(4rem + var(--buttons-border-width) * 2);
}
.collection__view-all a.button{
  min-width: calc(10rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.In_boxOuter {
    gap: 8px;
}
.BoxOuterDIV {
    padding: 10px;
}
.box_item {
    width: 78px;
}
.icon-with-text--horizontal {
    column-gap: 1rem !important; 
}
li.list-payment__item {
    width: 60px;
}
.flot_buy-button {
    display: block;
}
.flot_buy-button .product-form__buttons button {
    width: 100%;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0;
}
}

/* IMAGE BOX */
.custom-media-box {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 
    0 2px 6px rgba(0,0,0,0.05),
    0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.custom-media-box:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 5px 15px rgba(0,0,0,0.08),
    0 20px 40px rgba(0,0,0,0.12);
}

.product__media img {
  border-radius: 12px;
}

/* KEY FEATURES */
.key-features {
  margin: 15px 0;
}
.key-features li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.key-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: green;
}

/* TRUST */
.trust-badges {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.trust-badges span {
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
}

/* URGENCY */
.urgency {
  color: red;
  font-weight: 600;
  margin-top: 10px;
}