/** Shopify CDN: Minification failed

Line 566:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.product__title h1,
.product__title .h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.8rem !important;
    line-height: 1.25 !important;
}
@media screen and (min-width: 750px) {
    .product__title h1,
    .product__title .h1 {
        font-size: 3.2rem !important;
    }
}

.product-form__buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
}
.product-form__buttons > .product-form__wishlist-inline {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-form__buttons > .button-inflex {
    flex: 1 1 0;
    min-width: 0;
}
.product-form__buttons .button-inflex .product-form__submit {
    width: 100%;
}
.product-form__buttons .shopify-payment-button,
.product-form__buttons > [class*="shopify-payment-button"] {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0 !important;
}
.product-form__buttons .shopify-payment-button__button {
    width: 100%;
}
.product-form__buttons > .product-form__dynamic-checkout-placeholder {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0 !important;
}
.product-form__buttons .product-form__sold-out-dynamic {
    width: 100%;
}

.por-wrapper--with-wishlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.por-wrapper--with-wishlist > .product-form__wishlist-inline {
    flex: 0 0 auto;
    order: 0;
    margin-top: 1.5rem;
}
.por-wrapper--with-wishlist > .por-toggle {
    flex: 1 1 0;
    min-width: 0;
    order: 1;
}
.por-wrapper--with-wishlist > .por-panel {
    flex: 1 1 100%;
    order: 2;
}

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'SF-Compact-Display-Regular';
    src: url('/cdn/shop/files/SF-Compact-Display-Regular.ttf?v=1756318500') format('truetype');
    }

    p, a, span, li, div, .service-highlights__content h3 {  font-family: 'SF-Compact-Display-Regular' !important; }

.satisfy-regular, .satisfy-regular p {
  font-family: "Satisfy", cursive !important;
  font-weight: 400;
  font-style: normal;
}

p.caption__section, .caption__section p {
    text-align: center;
}

span.item__countt {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}


.section-title {
    text-align: center;
    font-weight: 600;
}
.banner__media a {
  pointer-events: auto;
}
.collection-list-wrapper h3.card__heading {
    text-align: center;
    font-weight: 600;
}
.cst-collection-2 .card__content {
    position: absolute;
    bottom: 2%;
    right: 0;
    width: 38%;
}
.cst-collection-2 .cst-btn {
    text-align: center;
    padding-top: 1rem;
}
/* Do not force .swiper div:empty { display: block } — it overrides base.css div:empty { display: none } and shows empty nodes as white squares on product cards inside carousels. */

.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  background-color: #b32429;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Icon inside arrow */
.custom-swiper .swiper-button-prev::after,
.custom-swiper .swiper-button-next::after {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Optional hover effect */
.custom-swiper .swiper-button-prev:hover,
.custom-swiper .swiper-button-next:hover {
  background-color: #4d1f15;
}
.custom-swiper .swiper-button-prev {
  left: 0px; /* or 0 or 10px as needed */
}
.custom-swiper .swiper-button-next {
  right: 0px;
}

/* product card */
.button--full-width {
    background: #672C1C;
    color: #fff;
    font-weight: 600;
}
.card__heading {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
/* nesletter css */
.newsletter.center {
    position: relative;
    overflow: hidden;
  }

  .newsletter-wrapper--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .newsletter-wrapper--bg img.newsletter-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .newsletter__wrapper {
    position: relative;
    z-index: 1;
  }
  .newsletter__wrapper h2.section-title {
    color: #fff;
}
.newsletter-form svg.icon.icon-arrow {
    color: #000;
}
/* footer section */

.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer .grid--4-col-tablet .grid__item {
    width: 100%;
}
.footer-block__heading {
    font-weight: 600;
     text-transform: uppercase;

}
.footer__content-bottom-wrapper {
    justify-content: center;
}
@media screen and (max-width: 990px) {
    /* a.whis_cts.header__icon {
    display: none;
} */
    .add_flex {
    display: block !important;
}

.grid--peek .grid__item {
        width: 100% !important;
    }
    .tab-content.active {
    padding: 0 10px !important;
}
.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 3fr  3fr;
}
.footer .grid--4-col-tablet .grid__item {
    width: 100%;
}
}

.custom-header-search {
    max-width: 60%;
    width: 100%;
    margin: 0 auto; 
    border-radius: 12px !important;
}

    .custom-header-search .header__search summary {
        border: 1px solid;
        border-radius: 24px !important; border-width: 1px;
        border-color: #222222;
    }

    .header__icon .svg-wrapper {
    border: 1px solid #222222;
    border-radius: 50%;
}

.header__icons{ gap: 15px;}
.list-menu--inline {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 5px auto;
}

.header__menu-item span {
    color: #000;
}

.title-wrapper-with-link {
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    margin: auto;
    align-items: center;
    margin-bottom: 25px;
}

p.caption__section, .caption__section p {
    font-size: 18px;
    margin: 0px auto;
    color: #b32429;
    font-weight: 100;
    font-family: cursive;
}

.inline-richtext.h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 5px auto;
    margin-bottom: 0px;
    font-weight: 400; 
}

.collection-list__item, .card .card__inner .card__media {
    border-radius: 10px !important;
}

.spaan__content {
    display: block;
    width: 40px;
    background: #fff;
    height: 40px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-radius: 50%;
}

.spaan__content img {
    width: 100%;
    padding: 6px;
}

.banner .banner__heading {
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 500;
    font-weight: 600 !important;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
}

.text_block_pd h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0px;
}

.scroll-section__right {
    background: #fff7ee;
}

.newsletter__wrapper {
    max-width: 76%;
    margin: auto;
    text-align: left;
}

.newsletter__wrapper h2.section-title.inline-richtext {
    text-align: left;
    font-family: 'Satisfy';
    text-transform: capitalize;
    font-weight: 100;
    font-size: 48px; color: #af1a20 !important; margin-top: 10px;
}

.newsletter__subheading {
    max-width: 100% !important;
    margin: auto !important;
    text-align: left;
    font-family: none;
    margin-top: 15px !important;
    font-size: 14px;
}

    .newsletter-form {
        align-items: flex-start;
        margin: 0 !important;
        max-width: 480px !important;
    }

    .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 480px !important;
} 

span.svg-wrapper.subscriptt_btn {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #b32429;
    padding: 9px 20px;
    border-radius: 20px;
}

button#Subscribe {
    width: auto !important;
    right: 6px !important;
}

.service-highlights__item {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.service-highlights__content {
    text-align: left;
}

.service-highlights__content h3 {
    font-size: 15px !important;
    font-weight: 700;
    margin: 0 0 5px;
}

.service-highlights__content p {
    font-size: 13px !important;
    color: #555;
    margin: 0;
    line-height: 18px;
}

.service-highlights__icon img {
    margin-bottom: 0px !important;
}

h2.footer-block__heading.inline-richtext {
    color: #b32429;
}

.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 2fr 0.5fr 0.5fr 1fr;
}

    .footer-block__details-content .list-menu__item--link {
        color: #000;
    }

    .footer__content-top {
    padding-bottom: 1rem !important;
    display: block;
}

.shop__the__look .swiper-slide {
    width: 50% !important;
    margin: 0px !important;
}

.shop__the__look .custom-shop-look {
    display: flex;
    gap:  15px !important;
    align-items: center;
    max-width: 100% !important;
    margin: auto;
    flex-direction: column;
}

.shop__the__look .left-image {
    position: relative;
    width: 100% !important;
}

.whatmore-carousel-events p {
    font-weight: 700 !important;
    font-size: 28px !important;
    margin: 15px auto !important;
}

.wht-prod-info {
    line-height: 20px;
    font-size: 15px !important;
    justify-content: flex-start !important;
}

.wht-prod-info p {
    display: inline !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
}
button.share-button__button {
    display: none;
}
.swiper-button-prev:hover {
    background-color: #4d1f15 !important;
}
.swiper-button-next:hover {
    background-color: #4d1f15 !important;
}
button.slider-button:hover {
    background-color: #4d1f15 !important;
}
.scroll-btn:hover {
    background-color: #4d1f15 !important;
}
@media (min-width: 1600px) {
.image-text-banner {
   
    padding: 100px 60px !important;
}
    section.custom-marquee-section {
        min-height: 560px !important;
    }
    .marquee img{
        max-height: 600px !important;
    }
    .newsletter__wrapper {
    padding-top: 290px !important;
}
}
@media (max-width: 768px) {
    a.decoretion-none {
    display: block;
    width: 100%;
}
  .card__heading {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
  }
}
.xb-wishlist__btn-custom {
        position: absolute;
            top: 10px;
                right: 10px;
                    z-index: 99;
                        background-color: transparent;
                            background: transparent;
                                border: none;
                                }
                                .xb-wishlist__remove svg {
                                    fill: #b32429;
                                        stroke: #b32429;
                                        }
                                        span.xb-wishlist-button-collection__remove-icon svg {
                                              fill: #b32429;
                                              }
                                              span.xb-wishlist-button-collection__add-icon svg {
                                                    stroke: #b32429;
                                                    }
                                                    .xb-wishlist__add svg {
                                                      
                                                          stroke: #b32429;
                                                          }
                                                          .xb-wishlist__remove button{
                                                                background: transparent;
                                                                    border: none;
                                                                    }
                                                                    .xb-wishlist__add button {
                                                                        background: transparent;
                                                                            border: none;
                                                                            }
                                                                            .page-search .template-search__search {
                                                                                display: none;
}
}
.quick-add-modal__content-info .share-button {
    display: none;
    position: relative;
}

a.whis_cts.header__icon {
    display: none;
}
@media (max-width: 768px){
    button.xb-wishlist-header-auto {
    margin-right: -11px;
    width: 40px !important;
    height: 44px !important;
}

    .quick-add .button--full-width {
    font-size: 7px !important;
    min-height: 25px !important;
}

.slider-counter.caption {
    display: none;
}
    /* a.header__icon.header__icon--account.link.focus-inset.small-hide1 {
    margin-right: 14px;
} */
    /* .headerr__insidee {
    display: contents !important;
} */
  
.header__icons {
    gap: 0px;
}
    .utility-bar {
    height: 100% !important;
    max-height: 38px  !important;
}

.announcement-bar, .announcement-bar__announcement {
    height: !important;
    max-height: 38px !important;
}
.utility-bar__grid .announcement-bar-slider, .announcement-bar-slider, .announcement-bar-slider .slider {
    width: 100%;
    height: auto !important;
    max-height: 38px !important;
}

.header__icon--menu {
    position: initial;
    /* border: 1px solid #222222; */
    border-radius: 50%;
}
.header__icon .svg-wrapper {
    width: 25px !important;
    height: 25px !important;
}

.header__icon .icon {
    height: 2rem !important;
    width: 2rem !important;
}

.header__icon, .header__icon--cart .icon {
    height: 2.4rem !important;
    width: 2.4rem !important;
    padding: 0;
}
.header-wrapper {
    margin-bottom: 75px;
}
.header-wrapper.sticky-my .search-modal__form {
    display: none;
}

a#ViewAll-template--19954706055383__collection_list_bQwCf9 {
    color: #fff;
    background: #b32429;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 6px;
}

.inline-richtext.h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase; letter-spacing: 0;
}

ul.collection-list {
    gap: 10px;
}

.collection-list-wrapper .slider-button {
    border: none;
    cursor: pointer;
    background: #b32429;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; gap: 10px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.collection-list-wrapper .slider-buttons {
gap: 10px !important;
}

.collection-list-wrapper .slider-counter {
    display: none;
}

.collection-list-wrapper .slider-button path {
   fill: #fff;
}

h2.head-cus1 {
    font-weight: 400;
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    margin-top: 0px; letter-spacing: 0;
}

.masterpieces-grid {
    /* display: flex !important;
    width: 100%;
    flex-direction: row;
    overflow-x: auto; */
}

.masterpiece-card {
    /* width: 85%;
    min-width: 85%;
    height: 100%;
    max-height: 300px !important;
    min-height: 300px !important; */
}

.masterpiece-card.block_card_1 
{ grid-column: 1 / 6 !important;
    min-height: 94px !important;
    max-height: 100px !important;
}
.masterpiece-card.block_card_3 {
    grid-column: 9 / 20 !important;
}


.masterpiece-card.block_card_2 {
    grid-column: 6 / 9 !important;
     min-height: 100px !important;
    max-height: 100px !important;
}

.masterpiece-card.block_card_3 {
    min-height: 203px !important;
    max-height: 100px !important;
}

.masterpiece-card.block_card_4 {
    grid-column: 1 / 4 !important;
     min-height: 100px !important;
    max-height: 100px !important;
}

.masterpiece-card.block_card_5 {
    grid-column: 4 / 9 !important;
     min-height: 100px !important;
    max-height: 100px !important;
}

.masterpiece-card {
    border-radius: 6px !important;
}
.custom-collection-card__image img {
    border-radius: 15px;
}
.masterpieces-grid {
    gap: 5px !important;
}

.masterpiece-card .overlay {
    display: none !important;
}

.new-masterpieces-section {
    padding: 40px 0px !important;
}

.shop__the__look .swiper-slide {
    width: 100% !important;
    margin-right: 10px !important;
}

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

.banner .banner__heading {
    font-size: 25px !important;
}

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

.banner .banner__buttons a.button.button--secondary {
    font-size: 13px;
    padding: 12px;
    min-height: 35px;
}

.banner .banner__media.media {
    min-height: 175px;
    object-fit: cover;
}

gift-section__title {
    font-size: 27px !important;
    margin-bottom: 10px;
    color: #fea861;
    text-align: left;
    line-height: 35px !important;
    margin: 5px auto;
}

.gift-section__header {
    margin-bottom: 15px !important;
}

.gift-section__item {
    padding: 0px !important;
}

.gift-section__blocks {
    overflow-x: auto;
    display: flex !important;
    gap: 15px !important;
}

.gift-section__img img {
    object-fit: cover;
}

.gift-section__item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    width: 80%;
    min-width: 80%; position: relative;
}

a.gift-section__btn {
    position: absolute;
    bottom: 15px !important;
    margin: 0px !important;
    display: block;
    left: 50% !important;
    transform: translateX(-50%);
}

.gift-section__title {
    font-size: 27px !important;
    margin-bottom: 10px;
    color: #fea861;
    text-align: left;
    line-height: 40px !important;
    margin: 5px auto;
}

.categories-tabs-left {
    width: 60% !important;
    flex-direction: column !important;
}

.categories-tabs-left .tab-item {
    border-right: 0px !important;
    border-bottom: 1px solid #a5a3a3 !important;
}

.image-item {
    width: 100% !important;
    min-width: 100% !important;
    max-height: 320px !important;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.categories-tabs-right {
    width: 100%  !important;
    max-height: 320px !important;
}

.categories-tabs-left .tab-item {
    padding: 5px !important;
    max-height: 58px !important;
}

.categories-tabs-left {
    min-height: 100% !important;
}

.swiper.custom-swiper.testimonal-slider {
    padding: 10px;
}

    .footer-block__details-content .list-menu__item--link {
        padding-top: 0.5rem !important;
    }

    .footer-block__details-content {
    margin-bottom: 2rem !important;
}

.footer-block.grid__item {
        margin: 2rem 0 !important;
    }

    .spaan__content {
    width: 28px !important;
    height: 28px !important;
}

    .gift-section__img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .gift-section__img {
    width: 100%;
    height: 100%;
}

.header__icon .svg-wrapper {
    border: 0px solid #222222 !important;
}


}

.gift-section__item {
 position: relative;
}

a.gift-section__btn{ width: 70%;}

button.slider-button.slick-arrow {
    border-radius: 50%;
}

.new-masterpieces-section {
    margin-top: 50px;
    margin-bottom: 40px;
}

body {
    background: #fef5ec !important;
}

.shop__the__look {
    background: #fef5ec !important;
}

.custom-collection-banner h2 {
       font-size: 40px !important;
    font-weight: 100 !important;
    margin-bottom: 20px !important;
    font-family: 'Satisfy';
    color: #FFAE00;
    margin-top: 0px;
    font-size: 48px;
}

.custom-collection-banner p {
    font-size: 14px;
    max-width: 700px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 30px;
    line-height: 22px;
}

.custom-collection-banner .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1020px;
    margin: auto;
}

.custom-collection-banner .product-card {
    background: transparent;
    border-radius: 8px;
    padding: 0px; text-align: left !important;
}

.custom-collection-banner .product-card h4{
    margin-top: 0px;
    color: #fff;
 font-family: 'SF-Compact-Display-Regular' !important;
}

.custom-collection-banner .product-card p{
  color: #fff;  
}

.collection-swiper .swiper-wrapper {
    gap: 10px !important;
}

.collection-list-wrapper11 {
  position: relative; /* zaroori hai pseudo-elements ko position karne ke liye */
}

.collection-list-wrapper11::before,
.collection-list-wrapper11::after {
  content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background-image: url(/cdn/shop/files/4816c566-92a3-487d-b8bc-4f72b1a9de0e-removebg-preview.png?v=1756665640);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0; opacity: 0.4;
}

/* Left side image */
.collection-list-wrapper11::before {
 left: -70px;
    top: 0;
}

/* Right side image */
.collection-list-wrapper11:after {
    right: 0px;
    z-index: -1;
    top: -162px;
}

.f-col-cus {
  position: relative; /* zaroori hai pseudo-elements ke liye */
}

.f-col-cus::before,
.f-col-cus::after {
  content: "";
  position: absolute;
  width: 120px;   /* image ka size adjust karein */
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; opacity: 0.4;
  pointer-events: none; /* taaki click block na ho */
}

/* Left side image */
.f-col-cus::before {
 top: -95px;
    left: 0;
    width: 380px;
    background-image: url(/cdn/shop/files/cc3b9a8c-d752-4d91-b386-b2b589f15378-removebg-preview_1.png?v=1756665641);
    height: 415px;
}

.collection-list-view-all {
    margin-bottom: 30px;
}


.f-col-cus:after {
    top: -58px;
    right: 50px;
    background-image: url(/cdn/shop/files/45348657-ccbf-4046-9833-453e5f1e15ae-removebg-preview.png?v=1756665640);
    transform: scaleX(-1);
    width: 220px;
    background-size: cover;
    height: 240px;
}

.bottom-decor:before, .bottom-decor:after {
    opacity: 0.4;
    content: "";
    position: absolute;
    bottom: -20px;
    width: 130px;
    height: 110px;
    background-image: url(/cdn/shop/files/4ca90494-05bb-4599-ab62-63ece13c9820-removebg-preview.png?v=1756665640);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.bottom-decor::before {
  left: 0;
}

/* Bottom Right */
.bottom-decor::after {
  right: 0;
}

.bottom-decor {
    display: block !important;
}

.new-masterpieces-section {
  position: relative;
}

/* ---- TOP LEFT IMAGE ---- */
.new-masterpieces-section::before {
  opacity: 0.5;
    content: "";
    position: absolute;
    top: -20px;
    left: 50px;
    width: 150px;
    height: 182px;
    background-image: url(/cdn/shop/files/removebg-preview.png?v=1756665640);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* ---- TOP RIGHT IMAGE ---- */
.new-masterpieces-section::after {
  content: "";
    position: absolute;
    top: -30px;
    opacity: 0.5;
    z-index: 0;
    right: 0px;
    width: 500px;
    height: 350px;
    background-image: url(/cdn/shop/files/7216cf60-47b9-49f0-875b-b4c687c979d6-removebg-preview.png?v=1756665640);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.new-masterpieces-section .page-width{
  position: relative; z-index: 1;  
}

.image-text-banner_video {
  position: relative; margin-top: 100px;
}

/* ---- TOP LEFT & TOP RIGHT (same image) ---- */
.image-text-banner_video::before,
.image-text-banner_video::after {
     content: "";
    position: absolute;
    top: -100px;
    width: 200px;
    z-index: -1;
    height: 205px;
    background-image: url(/cdn/shop/files/Screenshot_2025-08-15_121110-removebg-preview_36e9f490-a15a-477e-97f1-6cbacb56eb9a.png?v=1756671657);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* Left top */
.image-text-banner_video::before {
  left: 50px;
}

/* Right top */
.image-text-banner_video::after {
  right: 50px;
}

.marquee__mainn_sec, .app__Sectionnn{
    position: relative;
}

/* ---- TOP LEFT & TOP RIGHT (same image) ---- */
.marquee__mainn_sec::before,
.marquee__mainn_sec::after {
  content: "";
  position: absolute;
      top: -15px;
    width: 220px;
    height: 230px;
  z-index: -1;  /* behind content */
  background-image: url("/cdn/shop/files/Rectangle_113.png?v=1756671930");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* Left top */
.marquee__mainn_sec::before {
  left: 10px; /* adjust distance from left */
}

/* Right top */
.marquee__mainn_sec::after {
  right: 10px; /* adjust distance from right */
}

/* ---- TOP LEFT IMAGE ---- */
.app__Sectionnn::before {
  content: "";
  position: absolute;
  top: -100px;   /* adjust as per design */
  left: 50px;    /* adjust distance from left */
  width: 200px;  /* adjust size */
  height: 205px;
  z-index: -1;
  background-image: url("LEFT_IMAGE_LINK.png"); /* <-- left wali image ka link yaha */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* ---- TOP RIGHT IMAGE ---- */
.app__Sectionnn::after {
  content: "";
  position: absolute;
  top: -100px;   /* adjust as per design */
  right: 50px;   /* adjust distance from right */
  width: 200px;  /* adjust size */
  height: 205px;
  z-index: -1;
  background-image: url("RIGHT_IMAGE_LINK.png"); /* <-- right wali image ka link yaha */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.featuredd__coll {
  position: relative;
}


/* ---- LEFT IMAGE ---- */
.featuredd__coll::before {
  content: "";
    position: absolute;
    top: -75px;
    left: 20px;
    width: 200px;
    height: 205px;
    z-index: -1;
    background-image: url(/cdn/shop/files/Rectangle_94_1.png?v=1756665639);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* ---- RIGHT IMAGE ---- */
.featuredd__coll::after {
  content: "";
    position: absolute;
    top: -60px;
    right: 50px;
    width: 170px;
    height: 260px;
    z-index: -1;
    background-image: url(/cdn/shop/files/Rectangle_81.png?v=1756670803);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.categories-tabs {
  position: relative;
  z-index: 1;
}

.categories-tabs::before,
.categories-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
    width: 250px;
    height: 260px;
  z-index: -1; opacity: 0.4;
}

.categories-tabs:before {
    left: 0;
    background-image: url(/cdn/shop/files/ChatGPT_Image_Aug_15__2025__11_37_58_AM-removebg-preview.png?v=1756672902);
    top: -105px;
}

.categories-tabs::after {
    right: 25px;
    background-image: url(/cdn/shop/files/Generated_by_Image_Creator_in_Bing-removebg-preview_1.png?v=1756665640);
    top: -110px;
}

span.svgg_iconn {
    width: 24px;
    height: 24px;
}

.categories-tabs-left .tab-item.active span.svgg_iconn path { stroke: #000 !important;}

.custom__shop_collection {
  position: relative;  z-index: 0;
}

.custom__shop_collection::before,
.custom__shop_collection::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 250px;   /* apni requirement ke hisaab se adjust karein */
  height: 260px;  /* apni requirement ke hisaab se adjust karein */
 
  opacity: 0.4;   /* optional transparency */
}

/* Before image */
.custom__shop_collection::before {
  left: 0;
  top: -105px; /* adjust for alignment */
  background-image: url("/cdn/shop/files/Rectangle_85.png?v=1756665639");
      width: 350px;
    height: 350px;
opacity: 1;
}

/* After image */
.custom__shop_collection::after {
  content: "";
  position: absolute;
  top: -67px; width: 350px;
  right: 25px;
  z-index: -1;
  background-image: url("/cdn/shop/files/518409593427a914bda1b410408b6f2b-removebg-preview.png?v=1756665640"),
                    url("/cdn/shop/files/98b378c48f95cb05e14261b93da43480-removebg-preview_flipped.png?v=1756757997");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;   /* dono alag set karo */
  background-size: 135px auto, 240px auto;         /* sizes adjust karo */
}

.shop___look__Ssec{
    position: relative;  z-index: 0;
}

.shop___look__Ssec:after{
 content: "";
    position: absolute;
    top: -32px;
    right: 260px;
    width: 265px;
    height: 260px;
    opacity: 0.2;
    z-index: -1;
    background-image: url(/cdn/shop/files/ab3352b9-853d-4bed-8df2-001bab071177-removebg-preview.png?v=1756665640);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;

}

.scroll-section{
     position: relative;
    padding-top: 60px;
    z-index: 0;
}

.scroll-section:after {
    content: "";
    position: absolute;
    top: -100px;
    opacity: .5;
    z-index: -1;
    right: 0;
    width: 400px;
    height: 319px;
    background-image: url(/cdn/shop/files/7216cf60-47b9-49f0-875b-b4c687c979d6-removebg-preview.png?v=1756665640);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.testimoniall__Se{
   position: relative;  
}

.testimoniall__Se::before,
.testimoniall__Se::after {
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 440px;
    z-index: 1;
    opacity: 1;
}

.testimoniall__Se::before {
 left: 0px;
    background-image: url('/cdn/shop/files/Rectangle_111_flipped.png?v=1757368050');
    top: -75px;
}

.testimoniall__Se::after {
  right: 0px;
  background-image: url('/cdn/shop/files/Rectangle_111.png?v=1757367967');
  top: -75px; z-index: 0;
}

html.js {
    overflow-x: hidden;
}

.pp.newsletter.center {
    position: relative;
    margin-top: 90px !important; overflow: visible !important;
}

.pp.newsletter.center:before{
content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 0; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80px;
    height: 100px;
    z-index: 2;
    opacity: 1;
    background-image: url(/cdn/shop/files/a6cbe465-f06d-4b9d-a8be-589c0bf2a9c1-removebg-preview.png?v=1756665640);
    top: -95px;
}

.testimonial-separator {
    display: none !important;
}

a.testimonial-product {
    display: none !important;
}

.newsletter__wrapper h2.section-title.inline-richtext:first-child {
    max-width: 350px;
    /* margin-left: 60px; */
    font-size: 35px !important;
    text-align: center;
}

.newsletter__subheading {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    background: #fef5ec;
}

.newsletter-form__field-wrapper .field:after, .newsletter-form__field-wrapper .field:before {
box-shadow: none !important; 
}

.newsletter-form__field-wrapper .field:after {
border: 1px solid #af1a20 !important;
}

@media screen and (min-width: 750px) {
    .newsletter__wrapper {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}

footer.footer {
  background: url("/cdn/shop/files/Group_1_9.png?v=1756839459") no-repeat center center;
  background-size: cover;  /* pura area fill karega, thoda crop ho sakta hai */
}

.footer__blocks-wrapper {
    display: grid
;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
    justify-content: center;
    margin: auto;
    align-items: flex-start;
    align-content: center;
    max-width: 570px;
    padding-left: 50px;
    /* text-align: center; */
}

.product-card a {
    text-decoration: none !important;
}
.nm-portal {
    width: 100%;
    text-transform: uppercase;
}
.nm-portal button{
    text-transform: uppercase;
}

.slider-button .icon {
     height: auto !important;
}
/* Sold-out / unavailable products: keep the action button VISIBLE in a faded,
   disabled state (the `disabled` attribute already blocks clicks/submits)
   instead of hiding it. */
.product-form__submit[disabled] {
  display: flex !important;
  opacity: 0.5;
  cursor: not-allowed;
}
/* The disabled "Sold out" button above already communicates the state, so hide
   the duplicate dynamic-checkout sold-out placeholder (only rendered when the
   product is unavailable) to avoid showing two sold-out buttons. */
.product-form__buttons .product-form__dynamic-checkout-placeholder {
  display: none !important;
}
/* Same treatment for the quick-add / Add-to-cart button on product cards:
   visible but faded + disabled when sold out (consistent site-wide). */
.quick-add__submit[disabled],
.quick-add__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
/* .collection .swiper-wrapper{
column-gap:15px;
} */

@media (max-width: 768px){
    .facets-container.scroll-trigger.animate--fade-in {
    overflow: hidden !important;
}
a.decoretion-none {
    text-decoration: none;
    color: black;
}
    .home-decor-header h2 {

    font-size: 30px !important;
   
    line-height: 30px !important;
    margin-top: 0 !important;
}
.home-decor-header p {
    font-size: 15px !important;
  
    letter-spacing: 1px !important;
    line-height: 22px !important;
}
    .decor-card {
    flex: 0 0 100% !important;
    }
.custom-shop-look .product-info h3 {

    font-size: 11px  !important;
}
    .utility-bar__grid.page-width {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .utility-bar__grid.page-width slideshow-component {
        padding: 0px !important;
    }

 

    .localization-wrapper {
    display: none;
}
button.slider-button {
    display: none !important;
}
    .banner .banner__media.media {
        min-height: 375px;
        object-fit: cover;
        max-height: 400px;
    }
    .slideshow__slide, .slideshow__media {
        height: 375px !important;
    }

    slideshow-component .slideshow.banner{ gap: 10px !important;}

    slideshow-component .media>img{ border-radius: 10px !important; }

    slideshow-component .slider__slide { width: 95% !important; margin: auto !important; border-radius: 10px !important; max-width: 95% !important;} 

    .service-highlights__item {
    flex-direction: column !important;
    gap: 5px !important;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center !important;
    min-width: 42%;
            display: flex !important;
}

.service-highlights__content {
    text-align: center;
}
/* .collection .swiper-wrapper{
column-gap:15px;
} */


    .service-highlights__wrapper {
    gap: 10px !important;
    display: flex !important;
    overflow-x: auto;
    scroll-behavior: smooth;   /* smooth scrolling */
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;     /* Firefox */
    }

    .service-highlights__wrapper::-webkit-scrollbar {
    display: none;  /* Chrome, Safari */
    }

    .collection-list-wrapper11:before, .collection-list-wrapper11:after {
    width: 135px;
    height: 290px;
}

.f-col-cus:before {
    width: 120px;
    height: 210px;
}

.f-col-cus:after {
    top: -20px;
    right: 0;
    width: 110px;
    height: 125px;
}

.page-index .collection-list.contains-card--collection {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;   /* smooth scrolling */
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;   gap: 10px !important;
}
 .custom-collection-banner .products-grid {
   width: 100%;
        overflow-x: auto;
        scroll-behavior: smooth; 
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 10px !important;
        flex: 0 0 calc(33.33% - 10px);
        width: calc(100% - 10px) !important;
}
.custom-collection-card {
    width: 140px;
}
 .collection-list.contains-card--collection::-webkit-scrollbar, .custom-collection-banner .products-grid::-webkit-scrollbar {
    display: none;  /* Chrome, Safari */
    }

.contains-card--collection li { min-width: 48%; width: 48%; max-width: 48%;}

    .collection-slider li.grid__item {
        width: 48% !important;
        flex-grow: unset !important;
        flex-shrink: unset !important;
        max-width: 48% !important;
        min-width: min-content !important;
    }
    .custom-collection-banner .product-card{
        min-width: 32% !important; width: 32% !important;
    }

        .tab-content .card-wrapper {
        padding: 5px !important;
    }

    a.tab {
    font-weight: 100;
    border-radius: 24px !important;
    font-size: 12px !important;
}

.new-masterpieces-section:after {
    width: 200px;
    height: 300px;
    right: 0px !important;
}

.new-masterpieces-section:before {
    width: 95px;
    left: 0;
}

.image-text-banner_video:before {
 left: 0; width: 110px;
}

.image-text-banner_video:after {
 right: 0; width: 110px;
}

.image-text-banner_video .text-block {
    flex: 1;
    padding: 0px 10px;
    max-width: 100%;
}

.image-text-banner_video .media-block {
    flex: 1;
    text-align: center;
    border-radius: 10px;
    padding: 0px 10px;
}

.custom-marquee-section .container {
    position: relative;
    z-index: 2;
    margin-left: 0px !important;
    width: 100%;
    max-width: 400px;
}

    .content-box {
        width: 60% !important; max-width: 60% !important;
        padding: 15px;
    }

    .marquee img {
    height: 335px !important;
    width: auto;
    flex-shrink: 0;
    object-fit: cover;
    max-height: 335px !important;
    max-width: 200px !important;
    min-height: 335px !important;
}

.custom-marquee-section {
 padding: 15px !important; }

 .content-box .subtext {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 8px !important;
}

.marquee__mainn_sec:before, .marquee__mainn_sec:after {
    width: 130px;
    height: 265px;
}

.featuredd__coll:before {
    left: 0px;
    width: 125px;
    height: 115px;
}

    .featuredd__coll:after {
        right: 0;
        width: 125px;
        height: 250px;
        z-index: 0;
    }

    .collection-swiper .swiper-wrapper {
    /* overflow-x: auto; */
    scroll-behavior: smooth;   /* smooth scrolling */
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;   gap: 10px !important;
}

 .collection-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;  /* Chrome, Safari */
    }

    .categories-tabs:before, .categories-tabs:after {
    width: 115px;
    height: 220px;
    }

    .categories-tabs:after {
    right: 0;

    }

    .categories-tabs-left {
    border: 1px solid #000;
    margin-top: 20px;
}

.custom__shop_collection:before {
    left: 0;
    top: -20px;
    width: 170px;
    height: 200px;
}

.custom__shop_collection:after {
    top: -52px;
    width: 250px;
    right: 0px;
    background-size: 100px auto, 170px auto;
}

    .shop-right .products-grid {
        display: flex;
        width: 100%;  overflow-x: auto;
         scroll-behavior: smooth;   /* smooth scrolling */
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;   gap: 10px !important;
    }

    .shop-collection-wrapper .product-card {
    text-align: left;
    padding: 0px;
    min-width: 48%;
}

.shop-right .products-grid::-webkit-scrollbar, .right-product::-webkit-scrollbar {
    display: none;  /* Chrome, Safari */
    }

    .left-image {
    position: relative;
    flex: 1;
    max-width: 100% !important;
}

.right-product {
    align-items: center;
    flex: 1;
    display: flex
;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px;
    justify-content: flex-start !important;
    overflow-x: auto;
     scroll-behavior: smooth;   /* smooth scrolling */
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;   gap: 10px !important;
}

.scroll-section:after {
    width: 256px;
}

.testimoniall__Se:before, .testimoniall__Se:after {
    width: 120px;
    height: 440px;
}

.newsletter__wrapper h2.section-title.inline-richtext:first-child {
    max-width: 100% !important; margin: auto;
    font-size: 22px !important;
    text-align: center !important;
}

.newsletter__wrapper h2.section-title.inline-richtext {
    text-align: center;
    font-family: Satisfy;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 24px;
}

.newsletter__subheading{
  text-align: center;  
}

.pp.newsletter.center {
    margin-top: 50px !important;
}

.footer__blocks-wrapper{ padding-left: 0px !important;}


    .footer-block__details-content .list-menu__item--link {
        padding-bottom: 0px !important;
    }

  slideshow-component{ padding: 0px 10px;}

}


@media (max-width: 768px){
     footer.footer {
        padding-bottom: 140px;
        background: url('/cdn/shop/files/Group_3.png?v=1757452466') no-repeat center center !important;
        background-size: cover !important;
        padding-top: 340px; position: relative;
    }

    .copyright__content {
    font-size: 10px;
    }

.footer__copyright.caption {
    margin: 10px 0px !important;
    text-align: right;
    width: 100%;
    position: absolute;
    font-size: 10px !important;
    padding-right: 10px;
    bottom: -10px;
    z-index: 999999999999;
}

    .footer-block.grid__item:first-child {
        margin-top: 0;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .footer-block__heading {
    margin-bottom: 0.5rem !important;
    }

    .footer .grid--4-col-tablet .grid__item {
        width: 100%;
        margin-bottom: 0px !important;
    }


}

@media (max-width: 768px) {
    .footer .grid--4-col-tablet .grid__item {
        width: 48% !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

        .footer .grid {
        display: flex !important;
        align-items: flex-start;
    }

        .right-product .product-info {
        width: 31.33% !important;
        }

        .right-product img {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
}

.right-product h3 {
    min-height: 0px;
}

.right-product a.button {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    padding: 0px;
    font-size: 13px !important;
    height: 40px !important;
    min-height: 40px !important;
}

.shop-left {
    display: none !important;
}

    .categories-wrapper {
        flex-direction: row !important;
        gap: 15px;
    }

    .categories-tabs-left {
        min-width: 50%;
        margin-top: 0 !important;
        padding: 10px !important;
    }

        .categories-tabs-right .image-item {
        width:100% !important;
        min-width: 100% !important;
        max-height: 320px !important;
        min-height: 290px;
        /* min-width: 270px !important; */
    }

.tab-item span {
    font-size: 11px;
    line-height: 16px;
}

span.svgg_iconn {
    width: 16px;
}

.categories-wrapper {
    gap: 10px !important;
}

}

.list-menu--inline {
    justify-content: space-between !important;
}

a.view-all-btn {
    border-radius: 0px !important;
}

a.btn-view-more {
    background: transparent;
    color: #8a4500;
    border: 2px solid #8a4500;
    border-radius: 0px !important;
    padding: 8px 25px;
    margin-top: 40px !important;
    display: block;
    max-width: max-content;
    margin: auto;
}

a.btn-view-more:hover{
   background: #8a4500 !important; 
    color: #fff;
}

/* .categories-tabs {
    overflow-x: hidden;
} */
.quick-add-modal__content-info .product__title .h1 {
    font-size: 21px !important;
}
@media screen and (min-width: 750px) {
    quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up {
        display: block !important;
    }
}
@media (max-width: 768px){
    .color-.gradient.shop___look__Ssec {
    margin-top: 50px;
}
.collection-list-wrapper11 .slider-button {
    display: none !important;
}

    a#ViewAll-template--19954706055383__collection_list_bQwCf9 {
         color: #8a4500;
        border: 1px solid #8a4500;
        background: transparent;
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 0px;
        text-align: center;
        margin: auto auto 30px;
        display: block;
        max-width: 95px;
    }

        .pp.newsletter.center:before{
        opacity: 0.5 !important;
        top: -35px !important; content: unset !important;
        }

        div#shopify-section-template--19954706055383__trust_widget_section_6MbM4b {
    display: none !important;
    
}

.section-template--19954706055383__newsletter_kngp9a-padding {
padding-top: 25px !important;
} 

}

@media (min-width: 769px){
    div#shopify-section-template--19954706055383__trust_widget_section_CaPiBc {
    display: none !important;
}
}

.hotspot-dot {
    width: 8px !important;
    height: 8px !important;
    background: #000 !important;
    border: 10px solid #fff !important;
}

.contact-info svg {
    width: 18px;
    height: 18px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info .text a {
  color: #fff;
  text-decoration: none;
}
.divider {
  color: #fff;
}

.contact-info .text {
    font-size: 14px;
    line-height: 16px;
}

.contact-info span.icon {
    line-height: 6px;
}

p.announcement-bar__message.h5 span {
      font-family: "Satisfy", cursive !important;
font-size: 16px !important;
}

.tab-t {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    align-items: center;
    max-width: 395px;
    background: #f9eadce6;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 24px;
}

a.tab {
    margin: 0px !important;
}

.grid-change span.active {
  color: #000;
  transform: scale(1.3);
}
.product-count-vertical {
    display:none;
}
.quick-add {
    position: absolute !important;
    grid-row-start: 4;
    z-index: 1;
    bottom: 120px;
    margin: auto !important;
    left: 0;
    right: 0;
    display: none;
}
.custom-swiper .swiper-button-next::after{
    display:none;
}
.custom-swiper .swiper-button-prev::after{
    display:none;
}
/* Flex lives on .quick-add__row only so quick-add-modal is never a flex item (it caused a white box until JS moves it to body). */
.product-card-wrapper:hover .quick-add {
  display: block;
}
.product-card-wrapper:hover .quick-add .quick-add__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0;
  line-height: 0;
}
.quick-add .button--full-width {
    font-size: 12px;
 line-height: 14px;
    min-height: 40px;
}
.quick-add product-form{
margin-left:5px;
}

.product-card-wrapper:hover .quick-add .button,
.product-card-wrapper:hover .quick-add .quick-add__submit {
  font-size: 12px;
  line-height: 14px;
}

/* Masterpieces Quick View: same issue inside inline-flex buttons (label vs. hidden spinner slot). */
.masterpiece-card .overlay-right .quick-add__submit.button {
  font-size: 0;
  line-height: 0;
}
.masterpiece-card .overlay-right .quick-add__submit .eye-icon {
  font-size: 12px;
  line-height: 14px;
}
.masterpiece-card .overlay-right .quick-add__submit .loading__spinner:not(.hidden) {
  font-size: medium;
}

/* Backup: badge grid cell bottom-left on image when wrapper has no real badge (whitespace is not :empty) */
.product-card-wrapper .card__content > .card__badge:not(:has(.badge)):not(:has(.badge-cst)) {
  display: none !important;
  margin: 0 !important;
}
.facets-vertical .facets-wrapper {
        scrollbar-width: thin;

  top: 120px; /* Distance from top when stuck */
  height: fit-content; /* Prevents sidebar from being taller than viewport */
  max-height: calc(100vh - 40px); /* Ensures it fits in viewport with padding */
  /* overflow-y: auto;  */

}
  @media (min-width: 768px){

.facets-vertical .facets-wrapper {
    
position: sticky;
  

}
  }

@media (min-width: 1050px){
.footer__blocks-wrapper {
   display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        justify-content: flex-end;
        margin: auto;
        align-items: flex-start;
        align-content: flex-end;
        max-width: 950px !important;
        padding-left: 280px !important;
}
}

.custom-shop-look .product-info h3 {
        margin: 5px 0 !important;
    font-size: 15px;
    font-family: Assistant;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-shop-look .product-info p{
    font-size: 13px !important;
    color: #3c3b3b;
    font-weight: 600;
    text-align: left;
    margin: 0px;
}

.custom-shop-look .product-info .button {
    display: none;
}

body {
    overflow-x: hidden;
}






@media (max-width: 768px){
    .quick-add {
    position: absolute !important;
    grid-row-start: 4;
    z-index: 1;
    bottom: 120px;
    margin: auto !important;
    left: 0;
    right: 0;
    display: none !important;
}
    .product-card-wrapper:hover .quick-add,
    .product-card-wrapper:active .quick-add {
        display: none !important;
    }
    modal-opener:hover .quick-hide,
    modal-opener:active .quick-hide,
    .masterpiece-image:hover .quick-hide,
    .masterpiece-image:active .quick-hide {
        visibility: hidden !important;
    }
    .header {
    padding: 0px 2.5rem 0px 2.5rem !important;
}
       p.announcement-bar__message.h5 span {
    font-family: Satisfy, cursive !important;
    font-size: 12px !important;
}

    header.header {
        /* min-height: 120px; */
        align-items: flex-start;
        display: block;
    }
    .tab-content .slick-arrow {
        bottom: -44px !important;

    }
predictive-search.search-modal__form.large-up-hide.medium-hide {
    position: absolute;
    width: 95%;
    left: 50%;
    margin: auto;
    z-index: 9;
    top: 60px;
    transform: translateX(-50%);
}

.headerr__insidee {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header__heading-logo {
    height: auto;
    width: 175px;
    max-width: 100%;
}

}
a.class-dd {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
@media (max-width: 768px) {
    .link-btn {
font-size: 11px  !important;

    }
    img.bg-col {
    margin-bottom: 25px;
}
    .shop-collection-wrapper .product-card {
        text-align: left;
        padding: 0;
        min-width: 36%;
    }
}

.concept-heading h2 {
    font-size: 30px;
}
.concept-item p {
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0;
    font-weight: 600;
}

@media (min-width: 769px) {
    .card__information {
    height: 70px;
}
    /* .custom-swiper .swiper-button-prev, .custom-swiper .swiper-button-next {
        display: none !important;
    } */

    .scroll-section__right {
    height: 1050px !important;
    overflow-y: auto;  scrollbar-width: none;     
  -ms-overflow-style: none; 
}

.scroll-section__right::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scroll-section__left {
    height: 1050px !important;
}

.scroll-section__left img{
    height: 100% !important;
}
}

.collection-list-view-all .button, .collection__view-all .button {
    background: transparent;
    color: #8a4500;
    text-transform: uppercase; font-weight: 700;  
}

.collection-list-view-all .button:hover, .collection__view-all .button:hover {
  background: #8a4500;
  color: #fff;
  font-weight: 700;  
}
a.banner-btn:hover {
    background: #8a4500 !important;
    color: #fff;
}
.product-info.active {
    border: 2px solid #8a4500;
    padding: 15px;
    border-radius: 6px;
}
.card__content span.item__countt {
    display: none;
}
@media (min-width: 768px){
    .page-index .collection-list {
    overflow-x: auto;
    flex-wrap: nowrap !important;
            overflow-y: hidden;
}
}

@media (min-width: 769px) {
    header.header {
        display: block;
        max-width: 1600px;
    }

    section.custom-marquee-section {
    min-height: 520px;
}

.custom-marquee-section .container {
    position: absolute !important;
    z-index: 2;
    margin-left: 50px;
    max-width: 400px;
    min-width: 400px;
    top: 50%;
    transform: translateY(-50%) !important;
}

}

.product-card img {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 990px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list-menu--inline {
    max-width: 95%;
    margin: auto !important;
}
}

@media (max-width: 768px){
    .header__icon .svg-wrapper img {
    width: 25px !important;
    height: 25px !important;
}

.title-wrapper-with-link {
    margin: auto auto 15px !important;
}

    slideshow-component {
        padding: 0 10px;
        z-index: 1;
    }

    span.item__countt {
    opacity: 0;
    visibility: hidden;
}

.custom-collection-banner h2{
    font-size: 24px !important;
    line-height: 40px !important;
}

.custom-collection-banner p {
    font-size: 12px !important;
    line-height: 20px !important;

}

.masterpieces-grid {
    margin-top: 20px;
}

.image-text-banner_video {
    position: relative;
    margin-top: 20px !important;
}

.new-masterpieces-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.whatmore-root p {
    display: inline !important;
    font-family: 'Playfair', serif !important;
    font-weight: 100 !important;
    margin: 0px auto !important;
}

h2.section-title {
    text-align: center;
    font-weight: 100 !important; font-size: 20px;
}

    .categories-wrapper {
        margin-top: 20px;
    }

    .categories-tabs {
    padding: 0px 0 !important;
}



}

/* product thumb left */
@media screen and (min-width: 750px) {
.add_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .product .slider-mobile-gutter {
    width: 80%;
  }
  .product .thumbnail-slider {
    width: 20%;
  }
  .product .thumbnail-list {
    flex-direction: column !important;
    width: 100%;
  }

  .product
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: 86% !important;
  }

  .product .vertical-thumbnail-slider {
    max-height: 500px;
    overflow-y: hidden;
  }

  .vertical-thumbnail-slider .swiper-slide {
    margin-bottom: 10px;
  }
  .product button.slick-next.slick-arrow {
    border: none;
    background-color: white;
  }
  .product button.slick-prev.slick-arrow {
    border: none;
    background-color: white;
  }
}
  @media screen and (min-width: 769px) {
  ul#thumb {
    max-height: 540px;
            padding-bottom: 40px;
}
  ul#thumb .slick-track {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
  }
  @media screen and (max-width: 768px) {
    .product .slider-mobile-gutter {
        width: 100% !important;
    }
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 37px;
    margin-bottom: 30px;
    color: #45693f;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 0px;
    text-align: center;
}
.cards-wrapper
 {
   
    justify-content: center;
 
}
@media screen and (min-width: 750px) {
    a.header__heading-link.link.link--text.focus-inset {
    padding-left: 33px;
    padding-top: 20px;
}

    .product--thumbnail_slider .thumbnail-slider {
        display: block !important;
        align-items: center;
    }
    .product--thumbnail_slider .slick-list.draggable {
    height: auto !important;
    margin-top: 37px;
}
    .product--thumbnail_slider .slider-mobile-gutter .slider-button {
        display: none !important;
    }
}
#thumb button.slick-prev.slick-arrow {
    top: 10px;
    left: 38px;
    transform: rotate(90deg);
    background-color: transparent !important;
}
#thumb button.slick-next.slick-arrow {
    bottom: 0px;
    left: 38px;
    transform: rotate(90deg);
    background-color: transparent !important;
}
.button-inflex {
    display: flex;
    column-gap: 20px;
}
.off-img {
    display: flex
;
    column-gap: 26px;
    align-items: center;
    margin-top: 20px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-color: #ED0303;
    border: none;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:after {
  display:none;
}
.center-filter {
    display: none;
}
.mega-menu__content{
        top: 99%;
    z-index: 999;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #672c1c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.sticky-my {
    position: fixed;
    width: 100%;
    top: 0;
}
.page-search .template-search__header.page-width.scroll-trigger.animate--fade-in {
    display: none;
}
modal-opener:hover .quick-hide {
    visibility: visible;
}
.masterpiece-image:hover .quick-hide {
    visibility: visible;
}

.quick-hide{
  visibility: hidden;
}
.footer-block--text {
    padding-left: 30px;
}
/* .share-button__button, .share-button__fallback button {
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    width: 100%;
    margin-bottom: 11px;
}
.share-button {
    display: block;
    position: relative;
    width: 100%;
}
.share-button__button, .share-button__fallback button {
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    width: 100%;
    margin-bottom: 11px;
}
.button-inflex {
    display: flex;
    column-gap: 20px;
    flex-direction: column;
} */

a.tag-a-my {
    text-decoration: none;
}
.mobile-facets__main {
    padding: 2.7rem 0 0;
    position: relative;
    z-index: 9999 !important;
}
/* .product--thumbnail_slider .product__media-item:not(.is-active) {
        display: block !important;
    } */


.sticky-my {
   
    z-index: 9999;
}
.xb-wishlist-button-collection{
     z-index:2 !important;
}

/* Wishlist app: position the injected button at the card's top-right and hide
   only the app's raw checkbox/radio controls (they can render as a stray small
   square). The app's real heart button (.xb-wishlist__add / .xb-wishlist__remove,
   styled above) stays VISIBLE so cards show the wishlist heart. */
.product-card-wrapper .xb-wishlist-button-collection,
.masterpiece-card .xb-wishlist-button-collection {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4 !important;
}
.product-card-wrapper .xb-wishlist-button-collection input[type='checkbox'],
.product-card-wrapper .xb-wishlist-button-collection input[type='radio'],
.product-card-wrapper .xb-wishlist-button-collection input[type='button'],
.masterpiece-card .xb-wishlist-button-collection input[type='checkbox'],
.masterpiece-card .xb-wishlist-button-collection input[type='radio'],
.masterpiece-card .xb-wishlist-button-collection input[type='button'] {
  display: none !important;
}

/* TOP PICS: remove orphan tiny square controls/markers inside product cards */
.tab-content .collection-slider li::marker {
  content: '' !important;
}
.tab-content .collection-slider .product-card-wrapper input:not([type='hidden']),
.tab-content .collection-slider .product-card-wrapper select,
.tab-content .collection-slider .product-card-wrapper textarea {
  display: none !important;
}

/* Recently viewed: was using .ratio on both .card and .card__inner = double ::before padding (~250% height) + height:100% chain = huge blank gap above slides */
.recently-viewed-section .recently-viewed-swiper .swiper-slide {
  align-self: flex-start;
  height: auto;
}
.recently-viewed-section .recently-viewed-swiper .card-wrapper {
  height: auto !important;
}
.recently-viewed-section .recently-viewed-swiper .card {
  height: auto !important;
}
.recently-viewed-section .recently-viewed-swiper .card:not(.ratio) {
  height: auto !important;
}
.recently-viewed-section .collection__title.title-wrapper {
  margin-bottom: 0.75rem !important;
}
/* Cart Wishlist Button */
.cart-item__wishlist-btn-wrapper {
  margin-top: 8px;
}
.cart-item__wishlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  transition: all 0.2s ease;
}
.cart-item__wishlist-btn:hover {
  border-color: #b32429;
  color: #b32429;
}
.cart-item__wishlist-btn svg {
  flex-shrink: 0;
}
.cart-item__wishlist-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

/* Product card titles: cap at two lines with an ellipsis (…) so long product
   names can't push the card layout around. Scoped to product cards only. */
.product-card-wrapper .card__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Price on Request Button */
.price-on-request-btn {
  display: inline-block;
  background: #672c1c;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  transition: background 0.3s;
}
.price-on-request-btn:hover {
  background: #4d1f15;
}
/* Keep the "Price on Request" button INSIDE the product card and make it follow
   the same hover behaviour as the quick-add action button, so a long product
   title can no longer push it down/over the next card. It shares the same
   positioning context (.card) as .quick-add, so bottom:120px lands in the same
   spot. Revealed on hover (desktop); kept visible but still contained on touch
   devices where there is no hover. */
.product-card-wrapper .price-on-request-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  margin: 0 auto !important;
  width: max-content;
  max-width: calc(100% - 24px);
  z-index: 2;
  display: none;
}
.product-card-wrapper:hover .price-on-request-btn {
  display: inline-block;
}
@media (max-width: 768px) {
  .product-card-wrapper .price-on-request-btn {
    display: inline-block;
  }
}