.header-sticky-banaam {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.header-sticky-banaam.header-bg {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}

/* Featured Collections — template layout + subtle bottom scrim for text */
#featured-collections .collection-item-v2 .collection-image {
    position: relative;
    aspect-ratio: 4 / 5;
}

#featured-collections .collection-item-v2 .collection-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0) 35%,
        rgba(0, 0, 0, 0.45) 100%
    );
    pointer-events: none;
}

#featured-collections .collection-item-v2 .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#featured-collections .collection-item-v2 .collection-content .heading,
#featured-collections .collection-item-v2 .collection-content .subheading {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

[x-cloak] {
    display: none !important;
}

/* Add to cart button — match template style-8 pill button on all product cards */
.card-product .card-product-info .banaam-add-to-cart-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--line-2);
    font-size: 12px;
    line-height: 42px;
    font-weight: 700;
    background-color: var(--white);
    color: var(--main);
    padding: 0 10px;
    border-radius: 999px;
    min-height: 42px;
    min-width: 0;
    box-sizing: border-box;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
}

.card-product .card-product-info a.banaam-add-to-cart-btn:hover,
.card-product .card-product-info .banaam-add-to-cart-btn:hover:not(:disabled):not(.banaam-btn-added):not(.loading) {
    background-color: var(--main);
    color: var(--white);
    border-color: var(--main);
}

.card-product .card-product-info .banaam-add-to-cart-btn.loading,
.card-product.style-8 .card-product-info .banaam-add-to-cart-btn.loading,
.card-product .card-product-info .banaam-add-to-cart-btn.banaam-btn-added,
.card-product.style-8 .card-product-info .banaam-add-to-cart-btn.banaam-btn-added {
    background-color: var(--main);
    color: var(--white);
    border-color: var(--main);
}

.banaam-add-to-cart-btn {
    position: relative;
}

.banaam-add-to-cart-btn .btn-label {
    display: inline-block;
}

.banaam-add-to-cart-btn.loading .btn-label,
.banaam-add-to-cart-btn.banaam-btn-added .btn-label {
    opacity: 0;
    visibility: hidden;
}

.banaam-add-to-cart-btn .icon-check {
    display: none;
}

.card-product .card-product-info .banaam-add-to-cart-btn.banaam-btn-added .icon-check,
.card-product.style-8 .card-product-info .banaam-add-to-cart-btn.banaam-btn-added .icon-check {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--white);
}

.banaam-add-to-cart-btn:disabled {
    opacity: 1;
    cursor: default;
}

.card-product.list-layout .card-product-info .banaam-add-to-cart-btn {
    width: auto;
    min-width: 130px;
}

#featured-collections {
    scroll-margin-top: 110px;
}

/* Crafted for You — process steps */
.banaam-crafted {
    background: transparent;
}

.banaam-crafted__bg {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
}

.banaam-crafted__header {
    max-width: 720px;
    margin: 0 auto 36px;
    padding: 0 15px;
}

.banaam-crafted__eyebrow {
    margin: 0 0 8px;
    color: #c4a278;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.banaam-crafted__title {
    margin: 0 0 10px;
    color: var(--main);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
}

.banaam-crafted__subtitle {
    margin: 0 auto;
    max-width: 640px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
}

.banaam-crafted__panel {
    width: 100%;
    max-width: 100%;
    margin: 0 0 28px;
}

.banaam-crafted__steps--desktop {
    display: none;
}

.banaam-crafted__slider,
.banaam-crafted__steps--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0 15px;
    position: relative;
}

.banaam-crafted__slider .swiper-wrapper,
.banaam-crafted__steps--mobile .swiper-wrapper {
    align-items: stretch;
}

.banaam-crafted__slider .swiper-slide,
.banaam-crafted__steps--mobile .swiper-slide {
    height: auto;
    display: flex;
}

.banaam-crafted__slider .banaam-crafted__step,
.banaam-crafted__steps--mobile .banaam-crafted__step {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    max-width: none;
}

.banaam-crafted__slider .sw-dots,
.banaam-crafted__steps--mobile .sw-dots {
    display: flex !important;
    margin-top: 18px;
    min-height: 12px;
}

.banaam-crafted__slider .nav-sw,
.banaam-crafted__steps--mobile .nav-sw {
    display: flex;
}

.banaam-crafted__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.banaam-crafted__step {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    height: auto;
    overflow: hidden;
    padding: 0;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #efe8dc;
    text-align: center;
    box-shadow: none;
}

.banaam-crafted__image {
    flex: 0 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 10px 0;
    background: #fff;
}

.banaam-crafted__image img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    object-position: center top;
    display: block;
}

.banaam-crafted__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 14px 18px 18px;
    background: #f7f3eb;
    min-height: 88px;
}

.banaam-crafted__step-title {
    display: none;
}

.banaam-crafted__step-text {
    margin: 0;
    max-width: 100%;
    color: #5c5c5c;
    font-size: 13px;
    line-height: 1.55;
    min-height: calc(1.55em * 3);
}

.banaam-crafted__arrow {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 32px;
    height: 32px;
    margin: 0 -10px;
    border: 1px solid #d9c8b0;
    border-radius: 999px;
    color: #b8956a;
    background: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.banaam-crafted__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    border-radius: 10px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.banaam-crafted__cta {
    padding: 0 15px;
}

.banaam-crafted__trust-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.banaam-crafted__trust-icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: #c4a278;
}

.banaam-crafted__trust-icon svg {
    width: 100%;
    height: 100%;
}

.banaam-crafted__trust-copy {
    min-width: 0;
}

.banaam-crafted__trust-copy strong {
    display: block;
    margin: 0 0 2px;
    color: var(--main);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.banaam-crafted__trust-copy span {
    display: block;
    color: var(--text);
    font-size: 12px;
    line-height: 1.4;
}

.banaam-crafted__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--main);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: opacity 0.25s ease;
}

.banaam-crafted__cta-btn:hover {
    opacity: 0.9;
    color: #fff !important;
}

.banaam-crafted__cta-btn .icon {
    font-size: 12px;
}

@media (min-width: 768px) {
    .banaam-crafted__header,
    .banaam-crafted__slider,
    .banaam-crafted__steps--mobile,
    .banaam-crafted__cta {
        padding-left: 0;
        padding-right: 0;
    }

    .banaam-crafted__trust {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px 20px;
        padding: 18px 22px;
    }
}

@media (min-width: 1150px) {
    .banaam-crafted__slider {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1149px) {
    .banaam-crafted__title {
        font-size: 24px;
    }

    .banaam-crafted__image {
        padding: 8px 8px 0;
    }

    .banaam-crafted__image img {
        max-height: 200px;
    }

    .banaam-crafted__body {
        padding: 12px 12px 14px;
        min-height: 80px;
    }

    .banaam-crafted__step-text {
        font-size: 12px;
        min-height: calc(1.55em * 3);
    }
}

/* Footer logo � SVGs need explicit size; Bootstrap max-width:100% can collapse them otherwise */
.footer .footer-logo a {
    display: inline-block;
    line-height: 0;
}
.footer .footer-logo img.logo,
.footer .footer-logo img {
    width: 110px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Best Seller / New Arrival cards — equal height + variant swatch images */
.card-product.banaam-style8-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-product.banaam-style8-card .card-product-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0;
}

.card-product.banaam-style8-card .banaam-card-meta {
    margin-top: 8px;
    min-height: 52px;
}

.card-product.banaam-style8-card .banaam-card-swatches {
    min-height: 28px;
}

.card-product.banaam-style8-card .banaam-card-personalize-note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
    min-height: 1.4em;
}

.card-product.banaam-style8-card .banaam-card-personalize-note.invisible {
    visibility: hidden;
}

.card-product.banaam-style8-card .banaam-add-to-cart-btn,
.card-product.banaam-style8-card .banaam-card-cta-spacer {
    margin-top: auto;
}

.card-product.banaam-style8-card .banaam-card-cta-spacer {
    min-height: 42px;
}

.swiper-slide:has(.banaam-style8-card) {
    height: auto;
    display: flex;
}

.swiper-slide .banaam-style8-card {
    width: 100%;
}

/* Shop by category — fixed white circles; any SVG scales inside with padding */
.flat-categories-bg .collection-item-circle .collection-image {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-categories-bg .collection-item-circle .collection-image img,
.flat-categories-bg .collection-item-circle .collection-image .collection-icon-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 22%;
    box-sizing: border-box;
}

.flat-categories-bg .collection-item-circle .collection-image .collection-icon-placeholder {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-categories-bg .collection-item-circle.hover-img .img-style img {
    transition: transform 0.45s ease;
}

.flat-categories-bg .collection-item-circle.hover-img:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .flat-categories-bg .collection-item-circle .collection-image {
        width: 110px;
        height: 110px;
    }
}

