.elementor-497 .elementor-element.elementor-element-2c4112b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-497 .elementor-element.elementor-element-2c4112b:not(.elementor-motion-effects-element-type-background), .elementor-497 .elementor-element.elementor-element-2c4112b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0E5E0;}.elementor-497 .elementor-element.elementor-element-13dea08{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-497 .elementor-element.elementor-element-13dea08 img{border-radius:20px 20px 20px 20px;}.elementor-497 .elementor-element.elementor-element-448f873{text-align:start;}.elementor-497 .elementor-element.elementor-element-448f873 .elementor-heading-title{font-family:"Archivo Narrow", Sans-serif;font-size:20px;font-weight:500;color:#C70016;}.elementor-497 .elementor-element.elementor-element-94052c1{--display:flex;}.elementor-497 .elementor-element.elementor-element-94052c1:not(.elementor-motion-effects-element-type-background), .elementor-497 .elementor-element.elementor-element-94052c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0E5E0;}.elementor-497 .elementor-element.elementor-element-3801c59{--display:flex;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-woo-products-grid{grid-template-columns:repeat(3, 1fr);column-gap:20px;row-gap:35px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-item{background-color:#FFE4D8;border-radius:15px 15px 15px 15px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-add-to-cart .button{background-color:#FFFFFF00;padding:0px 0px 0px 0px;color:#C70016;font-family:"Inter", Sans-serif;font-weight:500;}.elementor-497 .elementor-element.elementor-element-1269778 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:90px 0px 0px 0px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-content{padding:20px 20px 20px 20px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-title, .elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-title a{color:#C70016;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-title{font-family:"Archivo Narrow", Sans-serif;font-size:26px;font-weight:400;margin-bottom:50px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-price span{font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;color:#C70016;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-product-price{margin-bottom:10px;}@media(max-width:1024px){.elementor-497 .elementor-element.elementor-element-1269778 .hfe-woo-products-grid{grid-template-columns:repeat(3, 1fr);}}@media(max-width:767px){.elementor-497 .elementor-element.elementor-element-2c4112b{--padding-top:0px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-497 .elementor-element.elementor-element-448f873 .elementor-heading-title{font-size:30px;}.elementor-497 .elementor-element.elementor-element-1269778 .hfe-woo-products-grid{grid-template-columns:repeat(1, 1fr);}}/* Start custom CSS for container, class: .elementor-element-94052c1 *//* ============================================================
   EDITORIAL PRODUCT GRID – BESPOKE DESIGN
   Clean, asymmetrical, magazine-style product showcase
   ============================================================ */

/* ----- MAIN GRID CONTAINER ----- */
.naba-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 70px 40px !important;
    padding: 20px 0 60px !important;
    margin: 0 !important;
    list-style: none !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ----- PRODUCT CARD – NO CARD LOOK ----- */
.naba-shop ul.products li.product {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/* ----- IMAGE – CINEMATIC RATIO ----- */
.naba-shop ul.products li.product a {
    display: block !important;
    overflow: hidden !important;
}

.naba-shop ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;  /* elegant portrait ratio */
    object-fit: cover !important;
    display: block !important;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1) !important;
    filter: grayscale(0%) !important;
    will-change: transform !important;
}

/* IMAGE HOVER – SOPHISTICATED ZOOM + COLOR SHIFT */
.naba-shop ul.products li.product:hover a img {
    transform: scale(1.04) !important;
    filter: grayscale(20%) contrast(105%) !important;
}

/* ----- PRODUCT TITLE – MINIMAL & REFINED ----- */
.naba-shop ul.products li.product h2,
.naba-shop ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.03em !important;
    padding-top: 24px !important;
    margin-bottom: 2px !important;
    color: #1a1410 !important;
    transition: color 0.3s !important;
}

/* TITLE HOVER – SUBTLE DARKEN */
.naba-shop ul.products li.product:hover h2,
.naba-shop ul.products li.product:hover .woocommerce-loop-product__title {
    color: #000 !important;
}

/* ----- PRICE – CLEAN SANS-SERIF ----- */
.naba-shop ul.products li.product .price {
    font-family: 'Jost', 'Helvetica Neue', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    color: #2c241e !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* SALE PRICE STYLING */
.naba-shop ul.products li.product .price del {
    opacity: 0.4 !important;
    font-weight: 300 !important;
    text-decoration: line-through !important;
    order: 2 !important;
}

.naba-shop ul.products li.product .price ins {
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #1a1410 !important;
    order: 1 !important;
}

/* ----- ADD TO CART BUTTON – UNDERSTATED ----- */
.naba-shop ul.products li.product .button {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    color: #8a6b4f !important;
    font-family: 'Jost', 'Helvetica Neue', sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.35em !important;
    text-transform: uppercase !important;
    position: relative !important;
    transition: color 0.3s !important;
    cursor: pointer !important;
}

.naba-shop ul.products li.product .button:hover {
    color: #1a1410 !important;
}

/* UNDERLINE ANIMATION */
.naba-shop ul.products li.product .button:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -5px !important;
    width: 0 !important;
    height: 1.5px !important;
    background: #1a1410 !important;
    transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.naba-shop ul.products li.product:hover .button:after {
    width: 100% !important;
}

/* ----- STAGGERED LAYOUT – EDITORIAL RHYTHM ----- */
.naba-shop ul.products li.product:nth-child(2) {
    margin-top: 130px !important;
}
.naba-shop ul.products li.product:nth-child(4) {
    margin-top: 130px !important;
}
.naba-shop ul.products li.product:nth-child(6) {
    margin-top: 130px !important;
}
.naba-shop ul.products li.product:nth-child(8) {
    margin-top: 130px !important;
}

/* ALTERNATING PRODUCT POSITIONING FOR VISUAL INTEREST */
.naba-shop ul.products li.product:nth-child(odd) {
    padding-right: 10px !important;
}
.naba-shop ul.products li.product:nth-child(even) {
    padding-left: 10px !important;
}

/* ----- HIDE CATEGORY & OTHER CLUTTER ----- */
.naba-shop .posted_in,
.naba-shop .product-category,
.naba-shop .woocommerce-loop-category__title {
    display: none !important;
}

/* ----- SALE BADGE – MINIMALIST CIRCLE ----- */
.naba-shop .onsale {
    background: #1a1410 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 5 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transition: all 0.4s !important;
}

.naba-shop ul.products li.product:hover .onsale {
    transform: scale(1.05) !important;
    background: #000 !important;
}

/* ----- PRODUCT META – ADDITIONAL INFO LINE (optional) ----- */
.naba-shop ul.products li.product .product-meta {
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.15em !important;
    color: #b0a89e !important;
    text-transform: uppercase !important;
    margin-top: -4px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* ----- RESPONSIVE: TABLET ----- */
@media (max-width: 1024px) {
    .naba-shop ul.products {
        gap: 50px 30px !important;
        padding: 10px 20px 40px !important;
    }

    .naba-shop ul.products li.product:nth-child(2),
    .naba-shop ul.products li.product:nth-child(4),
    .naba-shop ul.products li.product:nth-child(6),
    .naba-shop ul.products li.product:nth-child(8) {
        margin-top: 80px !important;
    }

    .naba-shop ul.products li.product h2,
    .naba-shop ul.products li.product .woocommerce-loop-product__title {
        font-size: 26px !important;
    }

    .naba-shop .onsale {
        width: 40px !important;
        height: 40px !important;
        font-size: 9px !important;
        top: 12px !important;
        right: 12px !important;
    }
}

/* ----- RESPONSIVE: MOBILE ----- */
@media (max-width: 767px) {
    .naba-shop ul.products {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px 16px !important;
        padding: 0 10px 30px !important;
    }

    .naba-shop ul.products li.product:nth-child(2),
    .naba-shop ul.products li.product:nth-child(4),
    .naba-shop ul.products li.product:nth-child(6),
    .naba-shop ul.products li.product:nth-child(8) {
        margin-top: 40px !important;
    }

    .naba-shop ul.products li.product:nth-child(odd) {
        padding-right: 4px !important;
    }
    .naba-shop ul.products li.product:nth-child(even) {
        padding-left: 4px !important;
    }

    .naba-shop ul.products li.product h2,
    .naba-shop ul.products li.product .woocommerce-loop-product__title {
        font-size: 18px !important;
        padding-top: 14px !important;
        letter-spacing: 0.02em !important;
    }

    .naba-shop ul.products li.product .price {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        gap: 6px !important;
    }

    .naba-shop ul.products li.product .button {
        font-size: 8px !important;
        letter-spacing: 0.25em !important;
    }

    .naba-shop .onsale {
        width: 32px !important;
        height: 32px !important;
        font-size: 8px !important;
        top: 8px !important;
        right: 8px !important;
    }

    .naba-shop ul.products li.product a img {
        aspect-ratio: 3 / 4 !important;
    }
}

/* ----- EXTRA SMALL MOBILE ADJUSTMENT ----- */
@media (max-width: 420px) {
    .naba-shop ul.products {
        gap: 24px 12px !important;
    }

    .naba-shop ul.products li.product:nth-child(2),
    .naba-shop ul.products li.product:nth-child(4),
    .naba-shop ul.products li.product:nth-child(6),
    .naba-shop ul.products li.product:nth-child(8) {
        margin-top: 20px !important;
    }

    .naba-shop ul.products li.product h2,
    .naba-shop ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
        padding-top: 10px !important;
    }
}/* End custom CSS */