/* Extracted from index.php */

/* =========================================
   HERO SECTION 
   ========================================= */

.hero-content h1 {
    font-size: 60px !important;
    color: #0C2856 !important;
    letter-spacing: -1.5px !important;
    font-weight: 400 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    line-height: 63px !important;
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 32px !important;
        letter-spacing: -0.9px !important;
        line-height: 38px !important;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 30px !important;
        letter-spacing: -0.85px !important;
        line-height: 34.7px !important;
    }
}

@media (max-width: 320px) {
    .hero-content h1 {
        font-size: 20px !important;
        letter-spacing: -0.5px !important;
        line-height: 30px !important;
    }
}

/* Hero Description */
.hero-content .hero-desc-1 {
    font-size: 18px !important;
    color: oklch(0.45 0.01 260) !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 29.25px !important;
    margin-bottom: 0 !important;
    margin-top: 16px !important;
}

.hero-content .hero-desc-2 {
    font-size: 18px !important;
    color: #0C2856 !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 29.25px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

@media (max-width: 1024px) {

    .hero-content .hero-desc-1,
    .hero-content .hero-desc-2 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 767px) {

    .hero-content .hero-desc-1,
    .hero-content .hero-desc-2 {
        font-size: 13px !important;
        line-height: 21.125px !important;
    }
}

/* Hero Buttons */
.hero-btn-1 {
    font-size: 14px !important;
    color: oklch(0.985 0.005 85) !important;
    letter-spacing: 0.35px !important;
    font-weight: 500 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 20px !important;
}

.hero-btn-2 {
    font-size: 14px !important;
    color: #0C2856 !important;
    letter-spacing: 0.35px !important;
    font-weight: 500 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 20px !important;
}

@media (max-width: 1024px) {

    .hero-btn-1,
    .hero-btn-2 {
        font-size: 14px !important;
        letter-spacing: 0.35px !important;
        line-height: 19.5px !important;
    }
}

@media (max-width: 767px) {

    .hero-btn-1,
    .hero-btn-2 {
        font-size: 13px !important;
        letter-spacing: 0.325px !important;
        line-height: 19.5px !important;
    }
}

/* General Section Adjustments */
@media (max-width: 767px) {
    .section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}


/* =========================================
   SHOP BY CATEGORY SECTION 
   ========================================= */

/* Category Header H2 */
.category-section .section-header h2 {
    color: #0C2856 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    font-size: 36px !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
}

@media (max-width: 1024px) {
    .category-section .section-header h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .category-section .section-header h2 {
        font-size: 26px !important;
        letter-spacing: -0.26px !important;
        line-height: 39px !important;
    }
}

/* Category Header Subtitle */
.category-section .section-header .subtitle {
    color: oklch(0.45 0.01 260) !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 4px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1024px) {
    .category-section .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 767px) {
    .category-section .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }
}

/* Category Item Label */
.category-item .category-label {
    color: #0C2856 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .category-item .category-label {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 767px) {
    .category-item .category-label {
        font-size: 11px !important;
        line-height: 13.75px !important;
    }
}

/* Category Circle Image */
.category-carousel-container .category-item .circle-img {
    margin-bottom: 0px !important;
}

.category-item {
    text-decoration: none !important;
}

.category-item:hover .category-label {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

/* Shop by Category Carousel Arrow Button Centering on Circle Images */
@media (min-width: 769px) {
    .category-carousel-container .carousel-btn {
        top: 100px !important;
        transform: translateY(-50%) !important;
    }

    .category-carousel-container .left-btn {
        left: -30px !important;
    }

    .category-carousel-container .right-btn {
        right: -30px !important;
    }
}

@media (min-width: 1441px) {
    .category-carousel-container .carousel-track {
        gap: 40px !important;
    }

    .category-carousel-container .category-item {
        flex: 0 0 calc((100% - 240px) / 7) !important;
        width: calc((100% - 240px) / 7) !important;
        min-width: calc((100% - 240px) / 7) !important;
        max-width: calc((100% - 240px) / 7) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .category-carousel-container .carousel-track {
        gap: 32px !important;
    }

    .category-carousel-container .category-item {
        flex: 0 0 calc((100% - 160px) / 6) !important;
        width: calc((100% - 160px) / 6) !important;
        min-width: calc((100% - 160px) / 6) !important;
        max-width: calc((100% - 160px) / 6) !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .category-carousel-container .carousel-track {
        gap: 20px !important;
    }

    .category-carousel-container .category-item {
        flex: 0 0 calc((100% - 96px) / 4) !important;
        width: calc((100% - 96px) / 4) !important;
        min-width: calc((100% - 96px) / 4) !important;
        max-width: calc((100% - 96px) / 4) !important;
    }
}



@media (max-width: 480px) {
    .category-carousel-container .carousel-track {
        gap: 20px !important;
    }

    .category-carousel-container .category-item {
        flex: 0 0 calc((100% - 40px) / 3) !important;
        width: calc((100% - 40px) / 3) !important;
        min-width: calc((100% - 40px) / 3) !important;
        max-width: calc((100% - 40px) / 3) !important;
    }

    .category-carousel-container .carousel-btn {
        top: 68px !important;
        transform: translateY(-50%) !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
    }

    .category-carousel-container .left-btn {
        left: -12px !important;
    }

    .category-carousel-container .right-btn {
        right: -12px !important;
    }
}

/* Universal fix for circles to remain perfectly round regardless of width */
.category-carousel-container .category-item .circle-img {
    width: 100% !important;
    max-width: 160px !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    margin: 0 auto 0px auto !important;
    transition: box-shadow 0.3s ease !important;
}


.category-carousel-container .category-item .circle-img {
    transition: box-shadow 0.3s ease !important;
    overflow: hidden !important;
}

.category-carousel-container .category-item:hover .circle-img {
    box-shadow: none !important;
}

.category-carousel-container .category-item .circle-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    transition: transform 0.3s ease !important;
}

.category-carousel-container .category-item:hover .circle-img img {
    transform: scale(1.08) !important;
}

.category-carousel-container .category-item .category-label {
    font-size: 16px !important;
    white-space: nowrap !important;
}

@media (max-width: 786px) {
    .category-carousel-container .category-item .category-label {
        font-size: 11px !important;
    }
}

@media (max-width: 1024px) {
    .category-carousel-container .carousel-btn {
        top: 50% !important;
        /* Center relatively */
        transform: translateY(-100%) !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 16px !important;
    }

    .category-carousel-container .left-btn {
        left: -15px !important;
    }

    .category-carousel-container .right-btn {
        right: -15px !important;
    }
}

/* =========================================
   BANNER SPLIT SECTION 
   ========================================= */

@media (min-width: 768px) {
    .banner-split {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto 40px auto !important;
        padding: 0 32px !important;
        box-sizing: border-box !important;
        min-height: 400px !important;
    }
}

@media (max-width: 991px) {
    .banner-split {
        flex-direction: column !important;
        height: auto !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-text {
        flex: 0 0 50% !important;
        width: 50% !important;
        background-color: #0C2856 !important;
        padding: 40px 60px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 991px) {
    .banner-split .banner-text {
        padding: 40px 20px !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-text .subtitle {
        font-size: 11px !important;
        letter-spacing: 3px !important;
        color: rgba(255, 255, 255, 0.7) !important;
        margin-bottom: 20px !important;
        text-transform: uppercase !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-text h2 {
        font-size: 40px !important;
        line-height: 1.25 !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        margin-bottom: 20px !important;
        font-family: var(--font-heading), serif !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-text p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        opacity: 0.9 !important;
        max-width: 380px !important;
        margin-bottom: 30px !important;
        color: #ffffff !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 16px !important;
        width: auto !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .banner-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .banner-buttons .btn,
    .banner-buttons a {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-buttons .btn {
        width: auto !important;
        padding: 16px 28px !important;
        font-size: 11px !important;
        letter-spacing: 2px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }
}

@media (min-width: 768px) {
    .banner-split .banner-img {
        flex: 0 0 50% !important;
        width: 50% !important;
        background: #ffffff !important;
        min-height: 400px !important;
        position: relative !important;
        overflow: hidden !important;
    }
}

@media (max-width: 991px) {
    .banner-split .banner-img {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        min-height: unset !important;
    }
}

@media (max-width: 767px) {
    .banner-split .banner-img {
        aspect-ratio: 1 / 1 !important;
    }
}

@media (min-width: 768px) {

    .banner-split .banner-img .slide img,
    .banner-split .banner-img .slide video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        background: #ffffff !important;
    }
}

/* =========================================
   CUSTOM CLASSES (Used in Banner & Steps)
   ========================================= */
.custom-subtitle {
    color: rgb(199, 201, 206) !important;
    font-size: 10px !important;
    letter-spacing: 4px !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    display: block;
}

@media (max-width: 991px) {
    .custom-subtitle {
        letter-spacing: 4px !important;
    }
}

@media (max-width: 767px) {
    .custom-subtitle {
        letter-spacing: 3px !important;
    }
}

.custom-h2 {
    font-size: 36px !important;
    color: oklch(0.985 0.005 85) !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    line-height: 41.4px !important;
    margin-bottom: 20px !important;
}

@media (max-width: 991px) {
    .custom-h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 41.4px !important;
    }
}

@media (max-width: 767px) {
    .custom-h2 {
        font-size: 28px !important;
        letter-spacing: -0.28px !important;
        line-height: 32.2px !important;
    }
}

.custom-p {
    font-size: 15px !important;
    color: rgb(231, 233, 237) !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 24.375px !important;
    max-width: 380px !important;
    margin: 0 auto 30px auto !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .custom-p {
        font-size: 15px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 767px) {
    .custom-p {
        font-size: 13px !important;
        line-height: 21.125px !important;
    }
}

.custom-btn-whatsapp {
    background: white !important;
    color: #0C2856 !important;
    font-size: 11px !important;
    letter-spacing: 3.08px !important;
    font-weight: 500 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 16.5px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .custom-btn-whatsapp {
        letter-spacing: 2.75px !important;
    }
}

.custom-btn-form {
    background: transparent !important;
    color: rgb(255, 255, 255) !important;
    font-size: 11px !important;
    letter-spacing: 3.08px !important;
    font-weight: 500 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 16.5px !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .custom-btn-form {
        letter-spacing: 2.75px !important;
    }
}

.custom-step-label {
    color: rgb(79, 91, 107) !important;
    font-size: 10px !important;
    letter-spacing: 3.2px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    background: white !important;
    padding: 8px 16px !important;
    position: absolute !important;
    top: 40px !important;
    left: 40px !important;
    z-index: 15 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.custom-step-caption {
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 24px !important;
    position: absolute !important;
    bottom: 40px !important;
    left: 40px !important;
    z-index: 15 !important;
}

@media (max-width: 991px) {
    .custom-step-caption {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 767px) {
    .custom-step-caption {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 768px) {
    .mobile-sig-slider-btn {
        display: none !important;
    }
}
}


/* =========================================
   SHAPE SECTION 
   ========================================= */

.shape-section .section-header h2 {
    color: #0C2856 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    font-size: 36px !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
}

@media (max-width: 1024px) {
    .shape-section .section-header h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .shape-section .section-header h2 {
        font-size: 26px !important;
        letter-spacing: -0.26px !important;
        line-height: 32.5px !important;
    }
}

.shape-section .section-header .subtitle {
    color: oklch(0.45 0.01 260) !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 4px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1024px) {
    .shape-section .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 767px) {
    .shape-section .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }
}

.shape-item p {
    font-family: var(--font-body), sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    margin-top: 20px !important;
    color: oklab(0.286 -0.0157499 -0.0893221 / 0.7) !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

@media (max-width: 767px) {
    .shape-item p {
        font-size: 10px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        line-height: 12.5px !important;
        max-width: 75px;
        letter-spacing: -0.1px !important;
    }
}

.shape-item:hover p {
    color: #0C2856 !important;
}

.responsive-shape-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 16px 24px;
    padding-bottom: 20px;
}

.shape-item {
    flex: 0 0 auto;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.shape-item-inner {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.shape-img-responsive {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.3s ease;
    transform: scale(1.25);
}

.shape-item:hover .shape-img-responsive {
    transform: scale(1.25) translateY(-6px);
}

@media (min-width: 768px) {
    .shape-item-inner {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .responsive-shape-grid {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        justify-content: center;
        gap: 60px 16px;
    }

    .shape-item-inner {
        width: 90px;
        height: 90px;
    }
}

/* Color matching for Shape Section Header */
.shape-section .section-header h2 {
    color: #0C2856 !important;
    font-family: var(--font-heading), serif !important;
}



.shape-featured-wrapper:hover .shape-hover-img {
    opacity: 1 !important;
}

/* .shape-featured-wrapper:hover .shape-main-img {
                                    opacity: 0 !important;
                                } */


/* =========================================
   SIGNATURE PIECE SECTION 
   ========================================= */

.signature-piece .section-header h2 {
    color: #0C2856 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    font-size: 36px !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
}

@media (max-width: 1024px) {
    .signature-piece .section-header h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .signature-piece .section-header h2 {
        font-size: 26px !important;
        letter-spacing: -0.26px !important;
        line-height: 32.5px !important;
    }
}

.signature-piece .section-header .subtitle {
    color: oklch(0.45 0.01 260) !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 4px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1024px) {
    .signature-piece .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 768px) {
    .signature-piece .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }
}

@media (min-width: 750px) {
    .signature-grid {
        flex-wrap: nowrap !important;
        gap: 20px !important;
        max-width: 1120px !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 749px) {
    .signature-grid {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding-bottom: 10px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        scroll-snap-type: x mandatory;
    }
}

@media (min-width: 750px) {
    .sig-item {
        flex: 1 1 0% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        aspect-ratio: 3 / 4 !important;
        height: auto !important;
    }
}

@media (min-width: 481px) and (max-width: 749px) {
    .sig-item {
        flex: 0 0 226px !important;
        width: 226px !important;
        min-width: 226px !important;
        max-width: 226px !important;
        aspect-ratio: 4 / 5 !important;
        height: auto !important;
    }
}

@media (max-width: 749px) {
    .sig-item {
        flex: 0 0 44vw !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 60vw !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .sig-content {
        padding: 15px 10px !important;
    }
}

.sig-content h3 {
    color: oklch(0.985 0.005 85) !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    font-size: 24px !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 0 10px 0 !important;
}

@media (max-width: 1024px) {
    .sig-content h3 {
        font-size: 24px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 768px) {
    .sig-content h3 {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-bottom: 8px !important;
    }
}

.sig-btn {
    position: relative;
    z-index: 15;
    display: inline-block;
    border: 1px solid #fff;
    color: oklch(0.985 0.005 85) !important;
    background: transparent;
    padding: 12px 24px;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .sig-btn {
        font-size: 11px !important;
        letter-spacing: 2px !important;
        line-height: 16.5px !important;
    }
}

@media (max-width: 768px) {
    .sig-content .sig-btn {
        padding: 8px 12px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
        line-height: 14px !important;
    }
}

@media (max-width: 749px) {
    .sig-content .sig-btn {
        width: max-content !important;
        white-space: nowrap !important;
    }
}

.sig-item:hover .sig-btn {
    background: #fff;
    color: #0c2856 !important;
}

.sig-hover-img {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sig-item:hover .sig-hover-img {
    opacity: 1;
}

.sig-main-img {
    transition: opacity 0.5s ease;
}

.sig-item:hover .sig-main-img.has-hover {
    opacity: 0;
}

/* Fix for blurry image during hover scale animation */
.sig-item>img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform, opacity;
}

.sig-item:hover>img {
    transform: scale(1.05) translateZ(0) !important;
}


/* =========================================
   PROMISES SECTION 
   ========================================= */

.promises .section-header h2 {
    font-size: 36px !important;
    color: oklch(0.985 0.005 85) !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    line-height: 45px !important;
}

@media (max-width: 1024px) {
    .promises .section-header h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .promises .section-header h2 {
        font-size: 26px !important;
        letter-spacing: -0.26px !important;
        line-height: 32.5px !important;
    }
}

.promises .section-header .subtitle {
    font-size: 10px !important;
    color: oklch(0.985 0.005 85) !important;
    letter-spacing: 4px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1024px) {
    .promises .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 767px) {
    .promises .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }
}

@media (min-width: 769px) {
    .promises-grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 30px;
        margin-top: 50px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promises-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .promises-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 15px;
    }
}

@media (min-width: 769px) {
    .promise-item {
        flex: 1;
        text-align: center;
        padding: 0;
        background: transparent;
        border: none;
        min-width: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promise-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 16px !important;
        background: rgba(255, 255, 255, 0.07) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding: 22px 20px !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .promise-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 12px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 6px;
    }
}

@media (min-width: 769px) {
    .promise-item .icon {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px auto;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promise-item .icon {
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        background: rgba(255, 255, 255, 0.15) !important;
        border-radius: 50% !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .promise-item .icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        margin: 0;
    }
}

@media (min-width: 769px) {
    .promise-item .icon span {
        font-size: 28px !important;
        color: rgba(255, 255, 255, 0.9) !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promise-item .icon span {
        font-size: 22px !important;
        color: #ffffff !important;
    }
}

@media (max-width: 480px) {
    .promise-item .icon span {
        font-size: 20px !important;
        color: rgba(255, 255, 255, 0.9) !important;
    }
}

@media (min-width: 769px) {
    .promise-item h4 {
        font-size: 14px !important;
        color: oklch(0.985 0.005 85) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 1.4 !important;
        margin: 0 auto 4px auto !important;
        text-transform: uppercase !important;
        text-align: center !important;
        max-width: 150px !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promise-item h4 {
        font-size: 14px !important;
        color: oklch(0.985 0.005 85) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 22px !important;
        margin: 0 0 6px 0 !important;
        text-transform: none !important;
    }
}

@media (max-width: 480px) {
    .promise-item h4 {
        font-size: 13px !important;
        color: oklch(0.985 0.005 85) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 13px !important;
        margin: 0 0 3px 0 !important;
        text-transform: none !important;
    }
}

@media (min-width: 769px) {
    .promise-item p {
        font-size: 14px !important;
        color: oklab(0.985 -0.001 -0.004 / 0.8) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 26px !important;
        margin: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .promise-item p {
        font-size: 14px !important;
        color: oklch(0.985 0.005 85 / 0.8) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 24px !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .promise-item p {
        font-size: 13px !important;
        color: oklch(0.985 0.005 85 / 0.8) !important;
        letter-spacing: normal !important;
        font-weight: 400 !important;
        font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
        line-height: 21.125px !important;
        margin: 0 !important;
    }
}


.explore-style {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 0;
}

.explore-style .section-header .subtitle {
    font-size: 10px !important;
    color: oklch(0.45 0.01 260) !important;
    letter-spacing: 4px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px;
}

.explore-style .section-header h2 {
    font-size: 36px !important;
    color: #0C2856 !important;
    letter-spacing: -0.36px !important;
    font-weight: 400 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    line-height: 45px !important;
    margin-bottom: 40px;
}

.explore-card {
    border: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: box-shadow var(--duration-fast) var(--ease-luxe-out);
}

.explore-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.explore-card .img-container {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e4e8 100%);
    padding: 0;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.explore-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-fast) var(--ease-luxe-out);
    mix-blend-mode: multiply;
}

.explore-card:hover .img-container img {
    transform: scale(1.08);
}

.explore-card .card-content {
    padding: 15px;
    background: #fff;
}

.explore-card h4 {
    font-size: 16px !important;
    color: #0C2856 !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 20px !important;
    margin-bottom: 12px;
}

.explore-card .shop-link {
    font-size: 10px !important;
    color: oklch(0.45 0.01 260) !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.explore-card:hover .shop-link {
    color: #0C2856 !important;
    border-bottom-color: #0C2856 !important;
}

.explore-nav-btn {
    position: absolute;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #eaeaea;
    cursor: pointer;
    z-index: 10;
    color: #333;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .explore-card {
        width: 230px !important;
        max-width: 230px !important;
        flex: 0 0 230px !important;
    }

    .explore-card .img-container {
        width: 230px !important;
        height: 230px !important;
    }

    .explore-card .card-content {
        height: 100px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .explore-nav-btn,
    .explore-next {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .explore-style .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }

    .explore-style .section-header h2 {
        font-size: 36px !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .explore-style .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }

    .explore-style .section-header h2 {
        font-size: 26px !important;
        letter-spacing: -0.26px !important;
        line-height: 32.5px !important;
    }

    .style-grid {
        flex-wrap: nowrap !important;
        gap: 15px !important;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        justify-content: flex-start !important;
    }

    .style-grid::-webkit-scrollbar {
        display: none;
    }

    .explore-card {
        flex: 0 0 calc(50% - 7.5px) !important;
        min-width: 0 !important;
    }

    .explore-card .img-container {
        height: 45vw !important;
    }

    .explore-card .card-content {
        padding: 15px 10px !important;
    }

    .explore-card h4 {
        font-size: 11px !important;
        line-height: 13.75px !important;
        margin-bottom: 15px !important;
    }

    .explore-card .shop-link {
        font-size: 10px !important;
        letter-spacing: 2px !important;
        line-height: 15px !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .style-grid {
        justify-content: flex-start !important;
        overflow-x: auto !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .explore-nav-btn,
    .explore-next {
        display: flex !important;
    }

    .explore-card {
        flex: 0 0 calc((100% - 40px) / 3) !important;
        width: calc((100% - 40px) / 3) !important;
        min-width: calc((100% - 40px) / 3) !important;
        max-width: calc((100% - 40px) / 3) !important;
    }

    .explore-card .img-container {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important;
        display: block !important;
    }

    .explore-card .img-container img {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
    }

    .explore-card .card-content {
        padding: 15px 10px !important;
        min-height: 80px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .explore-card h4 {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }

    .explore-card .shop-link {
        font-size: 10px !important;
    }
}

@media (max-width: 480px) {
    .explore-nav-btn {
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
    }

    .explore-card .card-content {
        padding: 10px 5px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        min-height: auto !important;
    }

    .explore-card h4 {
        font-size: 12px !important;
        margin-bottom: 6px !important;
    }

    .explore-card .shop-link {
        font-size: 9px !important;
        padding-bottom: 2px !important;
    }
}


.most-loved {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 80px;
}

.most-loved .section-header h2 {
    font-size: 36px !important;
    font-weight: 400;
    color: #0C2856;
    margin-bottom: 50px;
}

.loved-carousel-container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.loved-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 20px;
}

.loved-track::-webkit-scrollbar {
    display: none;
}

.loved-card {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.loved-img-wrapper {
    background: #F8F9FB;
    position: relative;
    padding: 15px;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.loved-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform var(--duration-fast) var(--ease-luxe-out);
}

.loved-card:hover .loved-img-wrapper img {
    transform: scale(1.08);
}

.loved-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    z-index: 10;
    transition: color 0.3s ease;
    cursor: pointer;
}

.loved-heart:hover {
    color: var(--primary-blue);
}

.loved-card h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: oklch(18% 0.01 260) !important;
    margin-top: 15px;
    text-align: left;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    letter-spacing: -.01em !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.most-loved .section-header h2 {
    font-size: 36px !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    font-weight: 400 !important;
    color: #0C2856 !important;
    letter-spacing: -0.36px !important;
    line-height: 45px !important;
}

.most-loved .section-header .subtitle {
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 4px !important;
    color: oklch(0.45 0.01 260) !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1024px) {
    .most-loved .section-header h2 {
        font-size: 36px !important;
        color: #0C2856 !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }

    .most-loved .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 768px) {
    .most-loved .section-header h2 {
        font-size: 32px !important;
        color: #0C2856 !important;
        letter-spacing: -0.36px !important;
        line-height: 40px !important;
    }

    .most-loved .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 4px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 576px) {
    .most-loved .section-header h2 {
        font-size: 26px !important;
        color: #0C2856 !important;
        letter-spacing: -0.26px !important;
        line-height: 32.5px !important;
    }

    .most-loved .section-header .subtitle {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 15px !important;
    }
}

.loved-nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    z-index: 20;
    color: #333;
    transition: all 0.3s ease;
}

.loved-prev {
    left: -22px;
}

.loved-next {
    right: -22px;
}

@media (min-width: 577px) and (max-width: 768px) {
    .loved-track {
        gap: 15px !important;
    }

    .loved-card {
        flex: 0 0 calc((100% - 30px) / 3) !important;
        width: calc((100% - 30px) / 3) !important;
        min-width: calc((100% - 30px) / 3) !important;
        max-width: calc((100% - 30px) / 3) !important;
    }

    .loved-img-wrapper {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }

    .loved-img-wrapper img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .loved-nav-btn {
        width: 36px !important;
        height: 36px !important;
    }

    .loved-prev {
        left: 10px !important;
    }

    .loved-next {
        right: 10px !important;
    }
}

@media (max-width: 576px) {
    .loved-card {
        flex: 0 0 200px !important;
        width: 200px !important;
        max-width: 200px !important;
    }

    .loved-card h4 {
        font-size: 12px !important;
    }

    .loved-img-wrapper {
        width: 200px !important;
        height: 200px !important;
        margin: 0 auto !important;
    }

    .loved-nav-btn {
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
    }

    .loved-prev {
        left: 5px !important;
    }

    .loved-next {
        right: 5px !important;
    }
}


.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.view-all-jewellery-btn {
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    letter-spacing: 3.08px !important;
    font-size: 11px !important;
    line-height: 16.5px !important;
    border: 1px solid oklch(0.286 0.0907 260) !important;
    color: #0C2856 !important;
    background: transparent;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block;
    transition: none !important;
    text-align: center;
}

.view-all-jewellery-btn:hover {
    background: transparent !important;
    color: #0C2856 !important;
    border-color: #0C2856 !important;
}


@media (min-width: 769px) {
    .kayra-edit-img-col {
        flex: 0 0 480px !important;
        width: 480px !important;
        height: 230px !important;
        min-width: 480px !important;
        max-width: 480px !important;
    }

    .kayra-edit-img-col img {
        width: 480px !important;
        height: 230px !important;
        object-fit: cover !important;
    }
}

.kayra-edit-subtitle {
    font-size: 11px !important;
    color: oklab(0.286 -0.0157499 -0.0893221 / 0.7) !important;
    letter-spacing: 3.52px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 16.5px !important;
    text-transform: uppercase !important;
    display: block;
}

.kayra-edit-title {
    font-size: 40px !important;
    color: #0C2856 !important;
    letter-spacing: -0.42px !important;
    font-weight: 400 !important;
    font-family: "Tenor Sans", ui-serif, Georgia, serif !important;
    line-height: 48px !important;
    margin-top: 15px;
    margin-bottom: 25px;
}

.kayra-edit-desc {
    font-size: 15px !important;
    color: oklch(0.45 0.01 260) !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 24.375px !important;
    max-width: 420px;
    margin-bottom: 35px;
}

.kayra-edit-shop-btn {
    background: #0C2856 !important;
    color: oklch(0.985 0.005 85) !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-size: 11px !important;
    letter-spacing: 3.08px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    line-height: 16.5px !important;
    text-transform: none !important;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1024px) {
    .kayra-edit-title {
        font-size: 36px !important;
        letter-spacing: -.01em !important;
        line-height: 42px !important;
    }

    .kayra-edit-shop-btn {
        text-transform: uppercase !important;
    }

    .kayra-edit-desc {
        font-size: 15px !important;
        line-height: 26px !important;
        color: oklch(45% 0.01 260) !important;
    }
}

@media (max-width: 767px) {
    .kayra-edit-subtitle {
        font-size: 10px !important;
        letter-spacing: 3.2px !important;
        line-height: 15px !important;
        color: oklab(0.286 -0.0157499 -0.0893221 / 0.7) !important;
    }

    .kayra-edit-title {
        font-size: 28px !important;
        color: oklch(28.6% 0.0907 260) !important;
        letter-spacing: -.01em !important;
        line-height: 29.4px !important;
    }

    .kayra-edit-desc {
        font-size: 14px !important;
        color: oklch(45% 0.01 260) !important;
        line-height: 22.75px !important;
    }

    .kayra-edit-shop-btn {
        font-size: 10px !important;
        letter-spacing: 2.8px !important;
        line-height: 15px !important;
        text-transform: uppercase !important;
    }

    .view-all-jewellery-btn {
        font-size: 10px !important;
        letter-spacing: 2.8px !important;
        line-height: 15px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .kayra-edit-title {
        font-size: 36px !important;
        color: oklch(28.6% 0.0907 260) !important;
        letter-spacing: -.01em !important;
        line-height: 42px !important;
    }

    .kayra-edit-desc {
        font-size: 15px !important;
        line-height: 26px !important;
        color: oklch(45% 0.01 260) !important;
    }
}

@media (max-width: 767px) {
    .most-loved {
        padding-bottom: 30px !important;
    }

    .kayra-edit-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .kayra-edit-row {
        gap: 30px !important;
    }
}

@media (max-width: 1024px) {
    .kayra-edit-row {
        flex-direction: column-reverse !important;
        align-items: center !important;
        gap: 40px !important;
    }

    .kayra-edit-text,
    .kayra-edit-img-col {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        flex: none !important;
        text-align: center !important;
    }

    .kayra-edit-desc {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .kayra-edit-btns {
        justify-content: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .kayra-edit-btns .btn,
    .kayra-edit-btns a {
        width: auto !important;
        flex: 0 1 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    .kayra-edit-img-col img {
        width: 100% !important;
        height: auto !important;
        max-height: 500px;
        object-fit: cover !important;
    }
}

@media (max-width: 480px) {
    .kayra-edit-btns {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .kayra-edit-btns .btn,
    .kayra-edit-btns a {
        width: 100% !important;
        display: flex !important;
    }
}

/* First Visit Banner */
.first-visit-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.first-visit-banner-inner {
    position: relative;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    text-align: center;
    background: transparent;
}

.first-visit-banner-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: red;
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.first-visit-banner-picture {
    display: block;
    width: 100%;
    height: 100%;
}

.first-visit-banner-img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Hero Section */
.hero-section-override {
    padding-bottom: 0px;
}

.hero-container-override {
    position: static;
    z-index: auto;
}

.hero-content-override {
    position: relative;
    z-index: 2;
}

.hero-image-override {
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
}

/* =========================================
   EXTRACTED INLINE STYLES 
   ========================================= */

.pt-50 {
    padding-top: 50px !important;
}

.pos-rel {
    position: relative !important;
}

.cat-left-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.z-index-2 {
    z-index: 2 !important;
}

.cat-right-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.empty-msg {
    text-align: center;
    color: #666;
    font-size: 14px;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.banner-text-centered {
    padding: 50px 40px;
    text-align: center;
    align-items: center;
}

.banner-buttons-centered {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.banner-img-styled {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    background: #f0f0f0;
}

.banner-dots {
    position: absolute;
    bottom: 10px;
    right: 40px;
    z-index: 15;
    display: flex;
    gap: 6px;
}

.banner-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 14;
    pointer-events: none;
}

.flex-1-h100-trans {
    display: flex;
    flex: 1;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide-full {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.w-h-100-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.shape-vid-img-style {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.shape-feat-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.shape-main-trans {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    transition: opacity 0.4s ease;
}

.pos-rel {
    position: relative !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.shape-hover-abs {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.w-100-mx-auto {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-20 {
    margin-top: 20px !important;
}

.bg-sig {
    background-color: #F4F6F9 !important;
}

.px-20-box {
    padding: 0 20px;
    box-sizing: border-box;
}

.flex-center-gap20 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    scroll-padding-left: 5%;
}

.sig-item-fixed {
    position: relative;
    height: 475px;
    overflow: hidden;
    background: #eaeaea;
    flex: 0 0 355px;
    width: 355px;
    max-width: 355px;
}

.abs-fill-z5 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.w-h-100-cover-abs-z1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.w-h-100-cover-abs-z2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sig-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
}

.sig-h3-title {
    margin-top: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: var(--font-heading);
    margin-bottom: 15px;
}

.op-0-no-ptr {
    opacity: 0;
    pointer-events: none;
}

.fs-20 {
    font-size: 20px;
}

.bg-primary-dark {
    background-color: #0C2856 !important;
}

/* =========================================
   MORE INLINE STYLES EXTRACTED 
   ========================================= */

.hero-media-cover {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.max-w-100 {
    max-width: 100%;
}

.banner-dot-style {
    width: 20px;
    height: 2px;
    padding: 15px 5px;
    box-sizing: content-box;
    background-clip: content-box;
    cursor: pointer;
    transition: background-color 0.3s;
}

.gap-20 {
    gap: 20px;
}

.explore-card-flex {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.metal-swatches-style {
    margin-top: 12px;
    margin-bottom: 0px;
    display: flex;
    gap: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.op-0 {
    opacity: 0;
}

.text-center-mt-50 {
    text-align: center;
    margin-top: 50px;
}

.hr-style {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 0;
}

.kayra-edit-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to left, #EDF0F4, #ffffff);
}

.kayra-edit-row-style {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.kayra-text-flex {
    flex: 1;
    min-width: 300px;
}

.kayra-btns-flex {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.kayra-img-flex {
    flex: 1.2;
    min-width: 300px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}

.w-h-100-cover-blk {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kayra-italic {
    font-style: italic;
    font-family: var(--font-heading);
}