/** Shopify CDN: Minification failed

Line 219:17 Expected identifier but found whitespace
Line 219:19 Unexpected "{"
Line 219:23 Expected ":"
Line 220:18 Expected identifier but found whitespace
Line 220:20 Unexpected "{"
Line 220:30 Expected ":"
Line 220:61 Expected ":"

**/
:root{
   --swiper-navigation-sides-offset:0;
   --swiper-navigation-top-offset:50%;
}
.template-index a.grid-product__link .grid-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 1px;
} 

.share-modal-host {
    position: absolute;
    right: 0;
    z-index: 9;
}
.ready-to-ship{
    margin-top: 8px;
    font-size:11px;
    padding:5px 10px;
    color:#fff;
    background:#ed1380;
    display: inline-block;
}
.box-shadow{
    padding-block:10px;
    width: 100%;
    text-align: center;
    border-top:0;
    box-shadow:
    0 1px 4px #f1429a1a inset;
}
.currency-converter-currency-button {
  display: none;
}
/* .site-header{
    position:relative;
} */
.site-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e5e7eb;
    height: 1px;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 1px 2px #f1429a0d;
}
.toolbar + .header-sticky-wrapper .site-header{
    padding-bottom:0;
}
/* .template-page  .page-width.page-width--narrow.page-content{
    text-align:center;
} */
@media (min-width:768px){
.template-collection main#MainContent {
    position: relative;
    padding-top: 30px;
}
.template-page .main-content ul,
.template-page .main-content p{
    font-size:14px;
    line-height:1.5;
    letter-spacing:0.2px;
}
.template-page .main-content h6{
    font-size:1rem;
    margin-block:5px 10px;
}
.template-page .main-page-content{
    padding-top:40px;
}
.site-footer .grid{
    max-width:1110px;
    margin-inline:auto;
}
}
.grid-product__tag{
    right: auto;
    left:0;
}
 .product-block--tab .collapsible-trigger-btn {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
} 
.product-block--tab .collapsible-trigger-btn--borders{
    padding-top:20px;
padding-bottom:15px;
} 
.product-block.product-block--tab {
    margin-block: 0 !important;
}
@media (max-width:768px){

.site-header__search-container.mobile-only {
    display: block;
    position: static;
}

.site-header__search.mobile-only {
    position: static;
    top: 0;
    transform: none;
    padding-bottom: 10px;
}

.site-header__search.mobile-only div#predictive-search {
    /* z-index: 9999; */
    position: relative;
}
.site-header .box-shadow {
    padding: 0;
    box-shadow: none;
}
    .product-block.product-buttons .product-block {
    left: 0;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 1;
    margin-bottom: 0;
    padding: 10px;
    box-shadow: 2px 5px 20px rgb(0,0,0,0.6);
}

.product-block form {
    /* position: sticky; */
    /* bottom: 10px; */
    /* left: 0; */
    width: 100%;
    /* display: flex; */
}


.payment-buttons {
    gap: 10px;
    display: flex;
    width: 100%;
}

.payment-buttons>* {
    flex: 1 0 calc(50% - 10px);
}

.shopify-payment-button {
    margin-top: 0;
}
.product-buttons .free-shipping{
    margin-bottom:0;
line-height: 1;
        font-size: 12px;
        margin-top: 8px;
}
.grid__item.medium-up--three-fifths.product-single__sticky {
    position: relative;
}
.collection-item{
    margin-bottom:10px
}
.product-block,.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    margin-bottom:10px;
}

}
  /* --- Product card slider (scoped) --- */
 /* Show a thin scrollbar at the bottom */
.grid-product__slider {
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: #888 transparent;  /* Thumb and track color */
}

.grid-product__slider::-webkit-scrollbar {
  height: 6px; /* horizontal scrollbar height */
}
.grid-product__slider::-webkit-scrollbar-track {
  background: transparent;
}
.grid-product__slider::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.grid-product__slider::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

 .grid-product__media {
    position: relative;
  }
 .grid-product__slider {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* IE/Edge (legacy) */
    aspect-ratio: {{ ar }};
    border-radius: {{ settings.cards_radius | default: 6 }}px;
    background: transparent;
    touch-action: pan-x;
  }
 /* .grid-product__slider::-webkit-scrollbar { display: none; } */

 .grid-product__slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
  }

 .grid-product__slide > img,
 .grid-product__slide picture,
 .grid-product__slide .responsive-image,
 .grid-product__slide .grid-product__slider-image {
    display: block;
    width: 100%;
    height: auto;
  }
  
.swiper-pagination-bullet-active{
    background-color:#fff !important;
}
.wishlist-header-link .wkh-button{}
wishlist-button-collection {
    position: absolute !important;
    top: 0 !important;
    right: 0 ;
    z-index:1;
}
.swiper-button-next, .swiper-button-prev{
  width: 30px !important;
    height: 30px !important;
    background-size:10px !important;
    padding:5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;

}
.grid-product__slider:hover .swiper-button-next, .grid-product__slider:hover .swiper-button-prev{
opacity: 1 !important;
    visibility: visible!important;
}
 .swiper-button-prev {
    cursor: pointer;
    background: #fffffff2 url(left_arrow_slider.svg) no-repeat center center;
   left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
}
.swiper-button-next {
    cursor: pointer;
    background: #fffffff2 url(right_arrow_slider.svg) no-repeat center center;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
}
.swiper-button-prev:after,.swiper-button-next:after{
    content:unset !important;
}
 /* .grid-product__slide:hover .swiper .swiper-button-prev, .grid-product__slide:hover .swiper .swiper-button-next {
    opacity: 1;
    visibility: visible;
} */
.grid-product__slider {
  position: relative; /* makes arrows position correctly */
}

/*  */
.grid-product__link:after{
    content:unset;
}
.product__price {
    font-size: 16px;
    line-height: 19px;
    margin-right:4px;
    padding-right:0;
}
.product__price.on-sale{
    padding-right:0;
}
span.product__price-savings {
    line-height: 17px;
    font-size: 16px;
}
.footer__title{
    letter-spacing:0;
}
@media only screen and (min-width: 769px) {
    .index-section {
        margin: 30px 0;
    }
}

/* color and font customisation 17/09/2025 */
.etimated-delivery{
    display:flex;
    gap:5px;
    align-items: center;
    justify-content: center;
}
b, strong {
    font-weight: 500;
}
.product-extra-info{
text-align: center;
}
p.free-shipping {
    margin-block: 10px;
    
}
 .section-header {
        margin-bottom: 15px;
    }
      .promo-grid--space-bottom {
        padding-bottom: 0px;
    }
    @media only screen and (min-width: 769px) {
    .promo-grid--space-bottom {
        padding-bottom: 0px;
    }
    .grid-product,.collection-item {
        margin-bottom: 0px;
    }
    .section-header {
        margin-bottom: 20px;
    }
}
.collection-item__title--overlaid-box>span{
    background:#ed1380;
    color:#fff;
}
.collection-item__title--overlaid-box .collection-button{
   
    border-radius: 2px;
    color: #fff;
    padding: 12px;
    min-width: 148px;
    font-size: 14px !important;
    letter-spacing: .98px;
    line-height: 18px;
    transition: none;
}
.site-footer .footer__item-padding:after{
    padding-bottom:16px;
}

@media (min-width: 0px) and (max-width: 749px) {
   .grid-product__content .swiper-pagination.swiper-pagination-clickable {
     display:block !important;  
    }
}
@media (max-width: 1024px) {
    .mobile-nav__social{
        display:none;
    }
  .Header_drawer_mobile_bottom_2_new {
      padding: 15px 10px;
      border-top: 1px solid #d9d9d9;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 99;
  }
  .Header_drawer_mobile_bottom_2_new .button {
      min-width: 100%;
      padding: 0 16px;
      font-size: 14px;
      line-height: 26px;
      border-radius: 50px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      display: flex;
      align-items: center;
      height: 50px;
      gap: 6px;
      justify-content: center;
      background: #000; /* default black bg */
      color: #fff;
      text-decoration: none;
  }
  .Header_drawer_mobile_bottom_2_new .button img {
      filter: brightness(0) invert(1);
      margin-top: -3px;
      width: 36px;
  }
}
.Header_drawer_mobile_bottom_2_new a {
    color: #fff !important;
}
@media only screen and (max-width: 768px) {
    .product-single__meta {
        text-align: left;
    }    
    .sales-point .icon-and-text, p.etimated-delivery{
        justify-content: flex-start;
    }
    .site-footer button.footer__title{
        text-transform:uppercase;
        color:#2e2c2c;
        font-size:12px;
    }
      .collection-item__title--overlaid-box .collection-button{
    margin-top: 8px;
    font-size: 11px !important;
        padding: 5px 10px;
        min-width: 120px;
  }
   
}
.drawer .btn.btn--cart{
    background:white !important;
    border:1px solid #000;
    color:#000;
    margin-top:5px;
}
.cart-drawer-payment-icons {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}
button.btn.cart__checkout ,.drawer .btn.btn--cart{
    font-size: 16px;
    font-weight: 500;
}
.highlighted-collections-swiper {
    padding-left: 20px;
}
.cart-drawer-payment-icons span{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-block:0;
}
.add-to-cart.btn--secondary {
    font-weight: 500;
}
.drawer .btn.btn--cart + .cart__item-row.text-center {
    margin-top: 12px;
    margin-bottom: 10px;
}
.collapsible-trigger-btn {
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    padding-block: 16px;
}
.megamenu .h5, .megamenu h5{
    font-weight:500;
}
.collection-grid__wrapper .grid.grid--uniform {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
@media only screen and (min-width: 769px) {
    .site-header {
        padding: 20px 0 0;
    }
    .collection-grid__wrapper .grid.grid--uniform {
     row-gap: 30px;   
    }
    .megamenu{
        border-top:1px solid #f4f4f4;
        padding-block:0px;
    }
  
}
.grid-product__image-mask {
    aspect-ratio: 3 / 4 !important;
}
.grid-product__slider {
    aspect-ratio: 3 / 4;
}

.grid-product__media .image-element {
    aspect-ratio: 3 / 4 !important;
}
