/** Shopify CDN: Minification failed

Line 690:12 Expected identifier but found whitespace
Line 690:13 Unexpected "("

**/
@media(max-width:676px) {

    img.right-arrow-pagi,
    .left-arrow-pagi {
        width: 20px;
    }

    .collect-but {
        display: none;
    }

    .product__description.rte.quick-add-hidden {
        font-size: 15px !important;
    }

    .search-modal {
        top: 60px !important;
    }

    header .gradient.menu-drawer {
        width: 80% !important;
    }

    header .header__icons.header__icons--localization details-modal.header__search {
        display: none !important;
    }

    header .header-search-button-mobile {
        margin-top: -55px;
        margin-left: 25px;
    }
    

    td.cart-item__details {
        padding-left: 0px !important;
    }

    .cart-items .product-option {
        font-size: 1.2rem !important;
    }

    .cart-items .price {
        font-size: 1.0rem !important;
    }

    .drawer .drawer__close svg {
        height: 1.4rem !important;
        width: 1.4rem !important;
    }

    .drawer__header {
        padding: 5px !important;
    }

    button.button.button--tertiary.cart-remove-button {
        background: none !important;
    }

    .cart-items th {
        padding-bottom: 0 !important;
    }

    .totals__total-value {
        font-size: 16px !important;
    }

    .header {
        padding: 0px 0rem 0px 1rem !important;
    }

    .banner--mobile-bottom .banner__box {
        padding: 1rem 3.5rem !important;
    }

    .banner__heading {
        margin-bottom: 0;
        font-size: 16px;
    }

    .banner__box .banner__heading+* {
        margin-top: 1rem !important;
    }

    .banner__box>*+.banner__buttons {
        margin-top: 0rem !important;
    }

    .header .list-menu__item {
        border-bottom: 1px solid !important;
        border-color: #9e9e9eb3 !important;
    }

    .cart-drawer .cart-item__media {
        grid-row: 1 / 3;
    }

    a.link.link--text.list-menu__item.list-menu__item--link {
        font-size: 15px !important;
    }
    .template-product .product__title,
    .template-product .product__title>h1 {
        font-size: 18px;
        margin-top: -37px;
        text-align: start;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }
    .template-product .breadcrumbs__link {
        font-size: 12px;
    }
    .template-product .price.price--large {
        text-align: start;
        font-weight: 600;
    }
    .carousel.product__image-thumbnail.flickity-enabled.is-draggable .flickity-viewport {
        display: none;
    }
    .flickity-page-dots {
        position: absolute;
        width: 100%;
        bottom: 18px !important;
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: start !important;
        line-height: 1;
    }

}

/* .footer--subscribe--info {
    font-family: 'ITC Caslon No 224' !important;
} */
@media (max-width:480px) {

    span.badge.price__badge-sale.color-scheme-4 {
        font-size: 12px !important;
    }

    .product__info-wrapper span.money {
        font-size: 15px !important;
    }

    .template-page .rte b {
        letter-spacing: 1px !important;
        font-size: 15px !important;
    }

    .template-page .rte h2 {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }


    .template-page .rte h3 b {
        font-size: 15px !important;
    }

    .template-page .rte ul,
    .template-page .rte ol {
        list-style-position: outside !important;
    }


    .main-page-title {
        font-size: 22px !important;
    }

    .template-page .isolate h2.rich-text__heading.rte {
        font-size: 22px !important;
    }

    .pagination__list>li {
        max-width: 2.4rem !important;
    }

    .pagination__list {
        padding: 0 !important;
        /* flex-wrap: nowrap !important; */
    }

    .pagination__item {
        font-size: 15px !important;
    }

    .collect-but span {
        font-size: 16px;
    }

    .pagination__list>li:not(:last-child) {
        margin-right: 10px !important;
    }

    .quantity {
        color: rgba(var(--color-foreground));
        position: relative;
        width: 113px !important;
        display: flex;
        border-radius: var(--inputs-radius);
        min-height: 30px !important;
    }

    span.summary__title {
        font-size: small;
    }

    small.tax-note.caption-large.rte {
        font-size: small;
    }

    .totals__total-value h2.totals__total {
        font-size: small;
    }

    .totals__total-value span.money {
        font-size: small;
    }



    .cart-item__name {
        font-size: 18px !important;
    }

    .cart-item__quantity-wrapper .quantity {
        width: 110px !important;
    }

    .cart-item__quantity-wrapper .quantity__button {
        width: 36px !important;
    }

    .drawer__close {
        top: -10px !important;
        right: -22px !important;
    }

}


.cart-item__quantity-wrapper.quantity-popover-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: start;
}

button.button.button--tertiary.cart-remove-button {
    background: none !important;
}

.drawer .drawer__close svg {
    height: 1.4rem !important;
    width: 1.4rem !important;
}

td.cart-item__totals.right .cart-item__price-wrapper {
    display: none;
}

.cart__note {
    border: 1px solid;
}

img.icon.icon-hamburger {
    height: 1.6rem !important;
    width: 1.6rem !important;
}

.footer-block__newsletter .newsletter-form__field-wrapper label.field__label {
    color: black !important;
}



.cart-drawer .cart-item {
    display: flex !important;
    gap: 1rem !important;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
    /* padding-bottom: 12px; */
}

td.cart-item-title {
    width: 100%;
    text-align: center;
}

.cart-item>td+td {
    padding-left: 0 !important;
}

.cart-item__details span.money {
    font-size: 14px;
}

.product-option {
    font-size: 14px !important;
}

.cart-item__quantity-wrapper .quantity {
    min-height: 36px !important;
}



.cart-item cart-remove-button {
    margin: 0 !important;
}

.drawer__inner {
    width: 31rem !important;
}

td.cart-item__media {
    width: 35%;
}

cart-remove-button .button {
    min-height: 2.5rem !important;
    font-size: 12px !important;
}

cart-drawer-items {
    flex: unset !important;
}

.drawer__header {
    border-bottom: 1px solid #d6d6d6;
}


.cart-drawer .totals {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.totals__total-value {
    margin: 0 !important;
}

.cart-drawer .tax-note {
    text-align: center !important;
}

h2.totals__total {
    margin-bottom: 5px;
}

.cart-drawer .cart-items .cart-item__quantity {
    width: 100%;
}

.drawer__heading {
    margin: 0 !important;
}



@media (min-width:767px) {

    img.right-arrow-pagi,
    img.left-arrow-pagi {
        display: none !important;
    }



    .pagination__list>li {
        max-width: 3rem !important;
    }

    .pagi-prev-btn {
        margin-right: 30px !important;
    }

    #Details-CartDrawer span.summary__title {
        font-size: 16px !important;
    }

    .drawer__heading {
        font-size: 28px !important;
    }

    .cart-item__quantity-wrapper .quantity {
        width: 90px !important;
    }


    .cart-item__name {
        font-size: 24px !important;
    }

    .cart-item__quantity-wrapper .quantity__button {
        width: 24px !important;
    }
}

/* .pagi-prev-btn,.pagi-next-btn {
    background: black;
} */
.collect-but span {
    color: black;
}

a.pagination__button.pagination__arrow {
    text-decoration: none;
    display: flex;
    align-items: center;
}

a.pagination__item.pagination__item--current.light {
    border: 1px solid;
}

.template-page .rte p b {
    letter-spacing: 1px !important;
}

.template-page .rte p {
    font-size: 15px !important;
    word-spacing: -1px;
}

.card-wrapper .card-information .price-item--sale span.money {
    font-size: 15px;
    color: black;
}

.card-wrapper .card-information .price-item--regular span.money {
    font-size: 14px;
}

.pagination__item {
    height: 2.4rem !important;
    /* width: 70% !important; */
}

.template-page .rte li {
    font-size: 15px;
}

.template-page .rte h3 b {
    letter-spacing: 2px !important;
}

.wishlisthero-customer-view-listing .MuiButton-label {
    color: black;
    font-size: 14px;
}

.slider123 .slideshow__controls .slider-button.slider-button--prev {
    position: absolute;
    top: -26rem;
    background: white;
    border-radius: 50%;
    left: 0;
}

.slider123 .slideshow__controls .slider-button.slider-button--next {
    position: absolute;
    top: -26rem;
    background: white;
    border-radius: 50%;
    right: 0;

}

.feature-collection123 button.slider-button.slider-button--prev {
    position: absolute;
    top: 200px;
    left: 11px;
    background-color: #ffffff;
    width: 3.5rem;
    border-radius: 50%;
}

.feature-collection123 button.slider-button.slider-button--next {
    position: absolute;
    top: 200px;
    right: 11px;
    background-color: #fff;
    width: 3.5rem;
    border-radius: 50%;

}






.custome_slide.collection-slider.section-spacing.color-scheme.color-scheme--scheme-abc66930-fb20-4ac2-a7fe-856acf2147aa {
    display: flex;
    flex-direction: column
}


div#shopify-section-template--24363180228925__check_delivery_yUGDWQ {
    width: 36%;
    float: right;
    margin-right: 119px;
}

h2.product-count__text.text-body {
    display: none;
}

.mobile-facets__summary {
    padding: 1.3rem 2.5rem;
    position: relative;
    top: -10px;
}

div#Details-Mobile-SortBy-template--24363179737405__product-grid {
    display: none;
}

/* .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        gap: 50px;
    }
.jdgm-rev-widg__summary-text {
    font-size: 16px !important;
} */





@media (max-width: 749px) {
    div#Details-Mobile-SortBy-template--24363179737405__product-grid {
        display: block;
    }

    summary.mobile-facets__open-wrapper.focus-offset {
        padding-left: 25px;
    }

    .facets-container {
        grid-template-columns: auto minmax(0, max-content);
        column-gap: 6rem !important;
    }

    select#SortBy-mobile {
        font-size: 14px !important;
        text-align: center;
    }

    .mobile-facets__sort .select__select:focus-visible {
        outline: .0rem solid rgba(var(--color-foreground), .5);
        outline-offset: 0rem;
        box-shadow: 0;
    }

    .section-template--24363179737405__product-grid-padding {
        padding-top: 0px !important;
        padding-bottom: 27px;
    }





    .select {
        position: unset !important;
    }

    .select__select {
        padding: 0;
        opacity: 0;
        width: 100% !important;
        position: absolute !important;
        right: 0px !important;
        bottom: 0 !important;
        height: 100%;
    }

    .mobile-facets__sort {
        position: relative;
        min-width: 95px !important;
    }

    .mobile-facets__open-wrapper focus-offset {
        display: flex;
        align-items: center;
    }

    .template-product product-form form .product-form__buttons {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 11px;
        margin-left: 0;
        margin-right: 0;
    }
    .size.chat {
        position: absolute;
        margin-top: -5px;
      right: 20px;
    }
    .template-product div#wishlist-hero-product-page-button {
        position: relative;
        bottom: 45px !important;
    }
    .template-product .button, .template-product .shopify-challenge__button, .template-product .customer button, .template-product button.shopify-payment-button__button--unbranded {
      min-width: unset;
      min-height: unset;
      margin: 0px;
    }
    .template-product  button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
        height: 36px;
        font-size: 15px;
    }
    .template-product .product-form__submit {
        height: 37px;
        font-size: 15px;
    }

}
.template-product .product__description {
        font-family: Cardo;
        font-weight: 400;
        font-size: 14px !important;
}
.size.chat {
    position: absolute;
    margin-top: -5px;
}
.template-product product-form form .product-form__submit {
    color: #fff;
    text-decoration: none !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    padding: 0;
}
.template-product #wishlisthero-product-page-button-container button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons {
    border: none !important;
}
.template-product div#wishlisthero-product-page-button-container {
    position: absolute;
}
.template-product div#wishlist-hero-product-page-button {
    position: relative;
    bottom: 72px;
}
.template-product .product__info-container .product-form {
    margin: 1rem 0;
}







 @media (max-width: 767px) {
    .footer-block__newsletter .field {
        width: 100%;
        max-width: 82%;
        position: relative;
        left: 26px;
    }
   button#openPopup:before {
    content: "";
    position: absolute;
    left: -27px !important;
    height: 105% !important;
    top: 1px !important;
    width: 100%;
    background: url(/cdn/shop/files/illustration-graphic-of-size-chart-free-vector-removebg-preview.png?v=1747230475);
    background-size: contain;
    background-repeat: no-repeat;
}
}
@media (min-width: 400px) and (max-width: 767px) {
    .footer-block__newsletter .newsletter-form__button
Specificity: (0,2,0)
 {
        right: 5.2rem;
        top: 70px;
        height: 80%;
    }
}
 /* @media (max-width: 768px) {
     .footer-block__newsletter .newsletter-form__button {
        right: 5.7rem;
       
    } 

  button#Subscribe { right: 5.7rem;
  
  }
}*/
 
@media (max-width: 915px) {
 button#Subscribe { 
   right: 15.5vw;
  
  }


} 
@media(min-width:768px) and (max-width:1024px){
button#openPopup:before {
   
    left: -30px!important;
    height: 106%!important;
    top: 3px!important;
   
}  
}


  
button#openPopup:before {
    content: "";
    position: absolute;
    left: -26px;
    height: 165%;
    top: -4px;
    width: 100%;
    background: url(/cdn/shop/files/illustration-graphic-of-size-chart-free-vector-removebg-preview.png?v=1747230475);
    background-size: contain;
    background-repeat: no-repeat;
}
.product-form__input label{
    font-size: 15px !important;
    font-family: 'Cardo' !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
}


@media(max-width:676px) {
span.h4.inline-richtext {
    font-size: 10px;
    font-weight: 600;
}
 .template-product .flickity-prev-next-button.previous {
    display: none !important;
}

.template-product button.flickity-button.flickity-prev-next-button.next {
    display: none !important;
}
}



.product__info-wrapper.grid__item{
  color: black !important;
}

.markdown.prose.dark\:prose-invert.w-full.break-words.light.animate-bottom-to-top {
  animation: none !important;
}
delivery-checker p{
  color: black !important;
  
}
