/*
Theme Name: Nooni Child
Theme URI: https://demo.theme-sky.com/nooni/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: nooni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: nooni-child
*/

/* ============================================================
   CUSTOM BREADCRUMB STYLE - UPPERCASE WITH ARROW SEPARATOR
   ============================================================ */

/* Breadcrumb wrapper - make it compact and left aligned - AGGRESSIVE OVERRIDE */
html body .breadcrumb-title-wrapper .breadcrumbs,
html body.single-product .breadcrumb-title-wrapper .breadcrumbs {
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Style the arrow separator - AGGRESSIVE OVERRIDE */
html body .breadcrumb-title-wrapper .breadcrumbs-container .brn_arrow,
html body .breadcrumb-title-wrapper .breadcrumbs-container span[class*="arrow"],
html body .breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current) {
    margin: 0 8px !important;
    font-size: 12px !important;
    display: inline-block !important;
}

/* Ensure all breadcrumb items are inline */
html body .breadcrumb-title-wrapper .breadcrumbs-container > * {
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Style all links in breadcrumbs */
html body .breadcrumb-title-wrapper .breadcrumbs-container a {
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
}

/* Current page (last item) styling */
html body .breadcrumb-title-wrapper .breadcrumbs-container .current {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
}

/* Adjust spacing in the breadcrumb container */
html body .breadcrumb-title-wrapper .breadcrumbs-container {
    display: block !important;
}

/* BREADCRUMB - Balanced spacing with light grey background */
html body .breadcrumb-title-wrapper .breadcrumb-title {
    padding: 25px 0 !important;
    min-height: auto !important;
}

/* Hide the default page title in breadcrumb area on product pages */
html body.single-product .breadcrumb-title-wrapper .page-title {
    display: none !important;
}

/* Light grey background for breadcrumb on product pages */
html body.single-product .breadcrumb-title-wrapper {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove any extra margins from breadcrumb wrapper */
html body .breadcrumb-title-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Tighten breadcrumb line height */
html body .breadcrumb-title-wrapper .breadcrumbs-container {
    line-height: 1.4 !important;
}

body.single-product #main .breadcrumb-title-wrapper + .page-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-product.woocommerce #main .page-container,
body.single-product.woocommerce .page-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-product.woocommerce {
    --nooni-product-shell-pad: 100px;
    --nooni-product-sticky-top: 0px;
}

body.admin-bar.single-product.woocommerce {
    --nooni-product-sticky-top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar.single-product.woocommerce {
        --nooni-product-sticky-top: 46px;
    }
}

/* ============================================================
   PRODUCT PAGE DESKTOP GALLERY
   Left image sticky + right images scroll with page + sticky summary
   ============================================================ */
body.single-product .breadcrumb-title-wrapper,
body.single-product .breadcrumb-title-wrapper.breadcrumb-v1.no-title {
    display: none !important;
}

body.single-product.woocommerce div.product .ts-product-ratings-stock {
    display: none !important;
}

.nooni-delivery-timeline-note {
    color: #1f8a46;
}

body.single-product.woocommerce div.product .summary a.button.ts-buy-now-button {
    color: #000 !important;
    background-color: transparent !important;
    border: 2px solid #000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 12px 26px !important;
}

@media (min-width: 992px) {
    body.single-product.woocommerce #main,
    body.single-product.woocommerce #primary,
    body.single-product.woocommerce #main-content,
    body.single-product.woocommerce .page-container,
    body.single-product.woocommerce .product-images-summary {
        overflow: visible !important;
    }

    body.single-product.woocommerce div.product .product-images-summary {
        display: grid !important;
        grid-template-columns: minmax(0, 66%) minmax(320px, 34%);
        align-items: start;
        column-gap: 0;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery,
    body.single-product.woocommerce div.product div.images {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: 0 !important;
        margin: 0 !important;
    }

    body.single-product.woocommerce div.product .gallery-col-left,
    body.single-product.woocommerce div.product .gallery-col-right {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.single-product.woocommerce div.product .gallery-col-left {
        position: sticky;
        top: var(--nooni-product-sticky-top);
        height: calc(100vh - var(--nooni-product-sticky-top));
        align-self: start;
        overflow: hidden;
    }

    body.single-product.woocommerce div.product .gallery-col-left .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product .gallery-col-left .woocommerce-product-gallery__image > a,
    body.single-product.woocommerce div.product .gallery-col-left .woocommerce-product-gallery__image img {
        height: 100%;
        width: 100%;
        display: block;
        margin: 0 !important;
    }

    body.single-product.woocommerce div.product .gallery-col-left .woocommerce-product-gallery__image img {
        object-fit: cover;
        object-position: top center;
    }

    body.single-product.woocommerce div.product .gallery-col-right {
        display: block;
    }

    body.single-product.woocommerce div.product .gallery-col-right .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product .gallery-col-right .woocommerce-product-gallery__image > a,
    body.single-product.woocommerce div.product .gallery-col-right .woocommerce-product-gallery__image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.single-product.woocommerce div.product .gallery-col-right .woocommerce-product-gallery__image {
        line-height: 0;
    }

    body.single-product.woocommerce div.product div.summary {
        position: sticky;
        top: var(--nooni-product-sticky-top);
        align-self: start;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 22px 44px 0 28px !important;
        z-index: 2;
    }

    body.single-product.woocommerce div.product .flex-control-thumbs,
    body.single-product.woocommerce div.product .flex-direction-nav,
    body.single-product.woocommerce div.product .woocommerce-product-gallery__trigger,
    body.single-product.woocommerce div.product img.zoomImg {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #group-icon-header .sidebar-content .nooni-sidebar-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
        border-bottom: 1px solid rgba(26, 23, 20, 0.08);
        background: #fff;
    }

    #group-icon-header .sidebar-content .nooni-sidebar-topbar .logo-wrapper {
        margin: 0;
        min-width: 0;
        max-width: calc(100% - 52px);
        text-align: left;
    }

    #group-icon-header .sidebar-content .nooni-sidebar-topbar .logo-wrapper .logo {
        display: inline-flex;
        justify-content: flex-start;
    }

    #group-icon-header .sidebar-content .nooni-sidebar-topbar .logo-wrapper img {
        max-height: 32px;
        width: auto;
    }

    #group-icon-header .sidebar-content .nooni-sidebar-close {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(26, 23, 20, 0.2);
        border-radius: 999px;
        background: #fff;
        color: #1a1714;
        font-size: 20px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        z-index: 4;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }
}

@media (max-width: 991px) {
    body.single-product.woocommerce div.product .product-images-summary {
        display: block !important;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery,
    body.single-product.woocommerce div.product div.images,
    body.single-product.woocommerce div.product div.summary,
    body.single-product.woocommerce div.product .gallery-col-left,
    body.single-product.woocommerce div.product .gallery-col-right {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        top: auto !important;
        height: auto !important;
        padding: 0 !important;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery,
    body.single-product.woocommerce div.product div.images {
        position: relative !important;
        overflow: hidden !important;
        background: #ede8e0;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
        background: #ede8e0;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
        display: none;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product .woocommerce-product-gallery__image--placeholder,
    body.single-product.woocommerce div.product .nooni-mobile-gallery-slide {
        margin: 0 !important;
        background: #ede8e0;
        line-height: 0;
        box-sizing: border-box;
    }

    body.single-product.woocommerce div.product .woocommerce-product-gallery__image img,
    body.single-product.woocommerce div.product .woocommerce-product-gallery__image--placeholder img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-nav {
        position: absolute;
        inset: 0;
        z-index: 20;
        pointer-events: none;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: rgba(32, 28, 26, 0.55);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        pointer-events: auto;
        cursor: pointer;
        font-size: 0;
        line-height: 0;
        color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow::before {
        content: "";
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        display: block;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow-prev {
        left: 12px;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow-prev::before {
        transform: rotate(-135deg);
        margin-left: 4px;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow-next {
        right: 12px;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow-next::before {
        transform: rotate(45deg);
        margin-right: 4px;
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow:hover,
    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow:active,
    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow:focus {
        background: rgba(32, 28, 26, 0.72);
    }

    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow:disabled {
        opacity: 0.35;
        cursor: default;
    }

    body.single-product.woocommerce div.product .flex-control-thumbs,
    body.single-product.woocommerce div.product .flex-direction-nav,
    body.single-product.woocommerce div.product .woocommerce-product-gallery__trigger,
    body.single-product.woocommerce div.product .zoomImg,
    body.single-product.woocommerce div.product .nooni-mobile-gallery-dots,
    body.single-product.woocommerce div.product .nooni-mobile-gallery-dot,
    body.single-product.woocommerce div.product .flex-control-nav.flex-control-thumbs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body.single-product.woocommerce div.product .nooni-mobile-gallery-arrow {
        width: 42px;
        height: 42px;
    }
}

/* ============================================================
   PRODUCT PAGE SPACING TWEAKS (desktop)
   ============================================================ */
@media (min-width: 992px) {
    body.single-product.woocommerce .page-container #main-content {
        padding-left: var(--nooni-product-shell-pad) !important;
        padding-right: var(--nooni-product-shell-pad) !important;
        box-sizing: border-box;
    }

    body.single-product.woocommerce div.product .product-images-summary {
        margin-left: calc(var(--nooni-product-shell-pad) * -1) !important;
        margin-right: calc(var(--nooni-product-shell-pad) * -1) !important;
    }

    body.single-product.woocommerce div.product > .woocommerce-tabs {
        padding-top: 36px !important;
        margin-top: 0 !important;
    }

    body.single-product.woocommerce div.product > .related.products,
    body.single-product.woocommerce div.product > .upsells.products {
        padding-top: 36px !important;
        margin-top: 24px !important;
    }

    body.single-product.woocommerce div.product > .related.products > h2,
    body.single-product.woocommerce div.product > .upsells.products > h2 {
        margin-bottom: 24px !important;
    }

    body.single-product.woocommerce div.product > .related.products ul.products,
    body.single-product.woocommerce div.product > .upsells.products ul.products {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ============================================================
   HEADER WHATSAPP ICON + REMOVE TOP BLACK BAR
   ============================================================ */
body .ts-header .header-top {
    display: none !important;
}

@media (min-width: 992px) {
    .ts-header .header-middle .header-right.auto-width .whatsapp-header-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        margin-right: 10px;
        font-size: 21px;
        line-height: 1;
    }

    .ts-header .header-middle .header-right.auto-width .whatsapp-header-button a {
        color: #000;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ts-header .header-middle .header-right.auto-width .whatsapp-header-button a:hover {
        color: #25d366;
    }

    /* Fallback: hide top strip if any plugin/theme still prints one */
    .ts-header .header-bottom,
    .e-floating-bars.e-floating-bars-var-1.e-pos-top,
    .e-floating-bars.e-pos-top {
        display: none !important;
    }
}

/* ============================================================
   SITE FOOTER
   ============================================================ */
.nooni-child-site-footer {
    background: #f4f4f4;
    color: #1a1a1a;
    margin-top: 0;
}

.nooni-child-site-footer a {
    color: #3c3c3c;
}

.nooni-child-site-footer a:hover {
    color: #000;
}

.nooni-child-footer-main {
    padding: 54px 70px 34px;
}

.nooni-child-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.6fr;
    gap: 40px;
    align-items: start;
}

.nooni-child-footer-column h3 {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    text-transform: none;
}

.nooni-child-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nooni-child-footer-column li {
    margin: 0 0 10px;
}

.nooni-child-footer-column li:last-child {
    margin-bottom: 0;
}

.nooni-child-footer-column a,
.nooni-child-footer-column p {
    font-size: 14px;
    line-height: 1.55;
    color: #3f3f3f;
}

.nooni-child-footer-intro {
    max-width: 260px;
    margin: 0 0 18px;
}

.nooni-child-footer-newsletter p {
    max-width: 420px;
    margin: 0 0 22px;
}

.nooni-child-footer-newsletter .mc4wp-form,
.nooni-child-footer-newsletter .nooni-child-footer-newsletter-fallback {
    max-width: 360px;
}

.nooni-child-footer-newsletter .mc4wp-form-fields p {
    margin-bottom: 0;
}

.nooni-child-footer-newsletter .mc4wp-form-fields,
.nooni-child-footer-newsletter .nooni-child-footer-newsletter-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #767676;
    padding-bottom: 8px;
}

.nooni-child-footer-newsletter input[type="email"] {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    font-size: 14px;
    height: auto;
}

.nooni-child-footer-newsletter input[type="email"]::placeholder {
    color: #757575;
    opacity: 1;
}

.nooni-child-footer-newsletter input[type="submit"],
.nooni-child-footer-newsletter button[type="submit"] {
    border: 0;
    background: transparent;
    color: #1a1a1a;
    padding: 0 0 0 14px;
    min-width: 0;
    font-size: 28px;
    line-height: 1;
}

.nooni-child-footer-socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
}

.nooni-child-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #3f3f3f;
}

.nooni-child-footer-meta {
    border-top: 1px solid #e5e5e5;
    padding: 14px 70px;
}

.nooni-child-footer-meta-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.nooni-child-footer-meta p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #525252;
}

@media (max-width: 1200px) {
    .nooni-child-footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nooni-child-footer-newsletter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .nooni-child-footer-main {
        padding: 38px 24px 26px;
    }

    .nooni-child-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .nooni-child-footer-newsletter .mc4wp-form,
    .nooni-child-footer-newsletter .nooni-child-footer-newsletter-fallback,
    .nooni-child-footer-newsletter p {
        max-width: none;
    }

    .nooni-child-footer-meta {
        padding: 14px 24px 22px;
    }

    .nooni-child-footer-meta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ============================================================
   FLOATING WHATSAPP POSITION
   ============================================================ */
body .ht-ctc-chat {
    bottom: 92px !important;
}

body.admin-bar .ht-ctc-chat {
    bottom: 92px !important;
}

@media (max-width: 767px) {
    body .ht-ctc-chat {
        bottom: 86px !important;
    }
}

/* ============================================================
   BRAND DIRECTION
   Elegant, feminine, polished, premium
   ============================================================ */
body {
    --nooni-brand-ink: #201a1a;
    --nooni-brand-muted: #6f6262;
    --nooni-brand-line: #e8dddd;
    --nooni-brand-blush: #f6efee;
    --nooni-brand-rose: #b78484;
    --nooni-brand-rose-deep: #8f6161;
}

body,
body input,
body textarea,
body select,
body button {
    color: var(--nooni-brand-ink);
}

body .button,
body a.button,
body button,
body input[type="submit"],
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background: var(--nooni-brand-ink) !important;
    border-color: var(--nooni-brand-ink) !important;
    color: #fff !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

body .button:hover,
body a.button:hover,
body button:hover,
body input[type="submit"]:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    background: var(--nooni-brand-rose-deep) !important;
    border-color: var(--nooni-brand-rose-deep) !important;
}

body .price,
body .woocommerce-Price-amount,
body .products .meta-wrapper > .price {
    color: var(--nooni-brand-ink);
}

body.home .breadcrumb-title-wrapper,
body.page-id-5327 .breadcrumb-title-wrapper {
    display: none !important;
}

body.page-id-5327 {
    background: linear-gradient(180deg, #fffaf9 0%, #ffffff 18%, #faf6f5 100%);
}

body.page-id-5327 .page-container {
    background: transparent;
}

body.page-id-5327 .rev_slider_wrapper,
body.page-id-5327 rs-module-wrap,
body.page-id-5327 rs-module {
    background: linear-gradient(135deg, #fbf4f2 0%, #f3e5e4 42%, #f7efee 100%) !important;
}

body.page-id-5327 rs-module-wrap {
    position: relative;
    overflow: hidden;
}

body.page-id-5327 rs-module-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(183, 132, 132, 0.16), transparent 34%),
        radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.55), transparent 30%),
        linear-gradient(90deg, rgba(255,255,255,0.14), transparent 40%);
    pointer-events: none;
    z-index: 1;
}

body.page-id-5327 rs-module .tp-caption,
body.page-id-5327 rs-module .rs-layer,
body.page-id-5327 rs-module .rev-btn {
    z-index: 2 !important;
}

body.page-id-5327 .elementor-widget-heading h4,
body.page-id-5327 .elementor-widget-heading h3,
body.page-id-5327 .elementor-widget-heading h2 {
    color: var(--nooni-brand-ink);
    letter-spacing: 0.04em;
}

body.page-id-5327 .elementor-widget-text-editor p {
    color: var(--nooni-brand-muted);
}

body.page-id-5327 .ts-product-in-product-type-tabs,
body.page-id-5327 .ts-product-deals {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--nooni-brand-line);
    border-radius: 26px;
    box-shadow: 0 18px 60px rgba(38, 22, 22, 0.06);
    padding: 34px 26px;
}

body.page-id-5327 .ts-shortcode .shortcode-heading-wrapper .shortcode-title,
body.page-id-5327 .woocommerce .related > h2,
body.page-id-5327 .woocommerce .up-sells > h2 {
    position: relative;
    padding-bottom: 12px;
}

body.page-id-5327 .ts-shortcode .shortcode-heading-wrapper .shortcode-title::after,
body.page-id-5327 .woocommerce .related > h2::after,
body.page-id-5327 .woocommerce .up-sells > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 1px;
    background: var(--nooni-brand-rose);
}

body.page-id-5327 ul.products li.product .product-wrapper {
    background: rgba(255,255,255,0.78);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.page-id-5327 ul.products li.product .product-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(34, 20, 20, 0.08);
}

body.page-id-5327 ul.products li.product .meta-wrapper {
    padding: 18px 18px 22px;
}

.nooni-child-site-footer {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.15)),
        linear-gradient(135deg, #f7f0ef 0%, #f4eceb 100%);
}

.nooni-child-footer-column h3,
.nooni-child-footer-meta p {
    color: var(--nooni-brand-ink);
}

.nooni-child-footer-column a,
.nooni-child-footer-column p,
.nooni-child-footer-newsletter input[type="email"]::placeholder {
    color: var(--nooni-brand-muted);
}

.nooni-child-footer-socials a:hover {
    color: var(--nooni-brand-rose-deep);
}

/* ============================================================
   HOMEPAGE CATEGORIES SECTION
   ============================================================ */
.nooni-home-categories {
    background: #fff;
    padding: 56px 0 64px;
}

.nooni-home-categories__container {
    width: min(1360px, calc(100% - 120px));
    margin: 0 auto;
}

.nooni-home-categories__heading {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #1f1a1a;
    text-align: left;
}

.nooni-home-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nooni-home-categories__card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    min-height: 430px;
    text-decoration: none;
    background: #ddd6d3;
}

.nooni-home-categories__media,
.nooni-home-categories__media img,
.nooni-home-categories__overlay {
    position: absolute;
    inset: 0;
}

.nooni-home-categories__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 420ms ease;
}

.nooni-home-categories__overlay {
    background: linear-gradient(to top, rgba(15, 12, 12, 0.5) 6%, rgba(15, 12, 12, 0.16) 54%, rgba(15, 12, 12, 0.06) 100%);
}

.nooni-home-categories__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    padding: 0 14px;
}

.nooni-home-categories__title {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nooni-home-categories__cta {
    display: inline-block;
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    transition: color 240ms ease, border-color 240ms ease;
}

.nooni-home-categories__card:hover .nooni-home-categories__media img {
    transform: scale(1.06);
}

.nooni-home-categories__card:hover .nooni-home-categories__cta {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1199px) {
    .nooni-home-categories__container {
        width: min(1360px, calc(100% - 72px));
    }
}

@media (max-width: 991px) {
    .nooni-home-categories {
        padding: 44px 0 50px;
    }

    .nooni-home-categories__container {
        width: min(1360px, calc(100% - 42px));
    }

    .nooni-home-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .nooni-home-categories__card {
        min-height: 390px;
    }
}

@media (max-width: 640px) {
    .nooni-home-categories__container {
        width: min(1360px, calc(100% - 28px));
    }

    .nooni-home-categories__heading {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .nooni-home-categories__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nooni-home-categories__card {
        min-height: 420px;
    }
}

/* ============================================================
   HOMEPAGE INSTAGRAM FOLLOW SECTION
   ============================================================ */
.nooni-home-instagram-follow {
    width: 100%;
    padding: 30px 0;
}

.nooni-home-instagram-follow-inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 24px;
}

.nooni-home-instagram-follow-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.nooni-home-instagram-follow-title {
    margin: 0;
    font-size: clamp(20px, 1.9vw, 30px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.1;
}

.nooni-home-instagram-follow-handle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.nooni-home-instagram-follow-carousel {
    position: relative;
    padding: 0 28px;
    --nooni-ig-gap: 14px;
    --nooni-ig-visible: 4;
}

.nooni-home-instagram-follow-viewport {
    overflow: hidden;
    width: 100%;
}

.nooni-home-instagram-follow-track {
    display: flex;
    gap: var(--nooni-ig-gap);
    padding: 2px 0 8px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.nooni-home-instagram-follow-card {
    display: block;
    flex: 0 0 calc((100% - (var(--nooni-ig-gap) * (var(--nooni-ig-visible) - 1))) / var(--nooni-ig-visible));
    position: relative;
    width: calc((100% - (var(--nooni-ig-gap) * (var(--nooni-ig-visible) - 1))) / var(--nooni-ig-visible));
    aspect-ratio: 9 / 16;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
}

.nooni-home-instagram-follow-media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nooni-home-instagram-follow-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(34, 28, 29, 0.95);
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.nooni-home-instagram-follow-arrow span {
    font-size: 24px;
    line-height: 1;
}

.nooni-home-instagram-follow-prev {
    left: 0;
}

.nooni-home-instagram-follow-next {
    right: 0;
}

@media (max-width: 1024px) {
    .nooni-home-instagram-follow {
        padding: 26px 0 28px;
    }

    .nooni-home-instagram-follow-inner {
        padding: 0 16px;
    }

    .nooni-home-instagram-follow-carousel {
        --nooni-ig-gap: 12px;
        --nooni-ig-visible: 3;
    }
}

@media (max-width: 767px) {
    .nooni-home-instagram-follow {
        padding: 22px 0 24px;
    }

    .nooni-home-instagram-follow-inner {
        padding: 0 14px;
    }

    .nooni-home-instagram-follow-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 14px;
    }

    .nooni-home-instagram-follow-title {
        font-size: 20px;
        letter-spacing: 0.06em;
    }

    .nooni-home-instagram-follow-handle {
        font-size: 14px;
    }

    .nooni-home-instagram-follow-carousel {
        --nooni-ig-gap: 10px;
        --nooni-ig-visible: 2;
        padding: 0 24px;
    }

    .nooni-home-instagram-follow-arrow {
        width: 30px;
        height: 30px;
    }

    .nooni-home-instagram-follow-arrow span {
        font-size: 20px;
    }
}

/* ============================================================
   FOOTER FINAL OVERRIDE (STABLE)
   ============================================================ */
.nooni-child-site-footer {
    position: relative;
    background: #f5f4f2;
    color: #3c3c3c;
}

.nooni-child-site-footer a,
.nooni-child-site-footer a:hover,
.nooni-child-site-footer a:visited,
.nooni-child-site-footer a:active,
.nooni-child-site-footer a:focus {
    color: #3c3c3c !important;
    text-decoration: none;
}

.nooni-child-footer-main {
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto;
    padding: 40px 0 24px;
}

.nooni-child-footer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.nooni-child-footer-column h3 {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}

.nooni-child-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nooni-child-footer-column li {
    margin: 0 0 8px;
    line-height: 1.5;
}

.nooni-child-footer-column li:last-child {
    margin-bottom: 0;
}

.nooni-child-footer-column a,
.nooni-child-footer-column p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
}

.nooni-child-footer-intro {
    margin-bottom: 10px !important;
    max-width: 320px;
}

.nooni-child-footer-newsletter p {
    margin-bottom: 12px;
    max-width: 320px;
}

.nooni-child-footer-newsletter .mc4wp-form,
.nooni-child-footer-newsletter .nooni-child-footer-newsletter-fallback {
    max-width: 320px;
}

.nooni-child-footer-newsletter .mc4wp-form-fields,
.nooni-child-footer-newsletter .nooni-child-footer-newsletter-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 6px;
}

.nooni-child-footer-newsletter input[type="email"] {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 32px;
    font-size: 13px;
}

.nooni-child-footer-newsletter input[type="email"]::placeholder {
    color: rgba(60, 60, 60, 0.72);
}

.nooni-child-footer-newsletter input[type="submit"],
.nooni-child-footer-newsletter button[type="submit"] {
    border: 0;
    background: transparent;
    padding: 0 0 0 8px;
    height: 32px;
    min-width: 24px;
    font-size: 18px;
    line-height: 1;
}

.nooni-child-footer-socials {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.nooni-child-footer-socials a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
}

.nooni-child-footer-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.nooni-child-footer-meta-inner {
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nooni-child-footer-meta p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .nooni-child-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .nooni-child-footer-newsletter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .nooni-child-footer-main {
        width: calc(100% - 28px);
        padding: 30px 0 16px;
    }

    .nooni-child-footer-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .nooni-child-footer-column h3 {
        margin-bottom: 8px;
    }

    .nooni-child-footer-column li {
        margin-bottom: 6px;
    }

    .nooni-child-footer-newsletter p,
    .nooni-child-footer-newsletter .mc4wp-form,
    .nooni-child-footer-newsletter .nooni-child-footer-newsletter-fallback {
        max-width: none;
    }

    .nooni-child-footer-meta-inner {
        width: calc(100% - 28px);
        justify-content: center;
    }
}

/* Footer hard cleanup for theme/plugin conflicts */
.nooni-child-site-footer .nooni-child-footer-column ul,
.nooni-child-site-footer .nooni-child-footer-column li {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nooni-child-site-footer .nooni-child-footer-column li::before,
.nooni-child-site-footer .nooni-child-footer-column li::after {
    content: none !important;
    display: none !important;
}

.nooni-child-site-footer .nooni-child-footer-column a {
    display: inline-block;
}

.nooni-child-site-footer .nooni-child-footer-newsletter .mc4wp-response,
.nooni-child-site-footer .nooni-child-footer-newsletter .mc4wp-alert,
.nooni-child-site-footer .nooni-child-footer-newsletter .mc4wp-error {
    display: none !important;
}

/* Desktop header height reduction */
@media (min-width: 992px) {
    .ts-header .header-middle .container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* ============================================================
   HEADER MOBILE LAYOUT (REVERSIBLE BLOCK)
   Remove this entire block to revert.
   ============================================================ */
@media (max-width: 991px) {
    .ts-header .header-middle .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .ts-header .header-middle .ts-mobile-icon-toggle.visible-phone {
        order: -1 !important;
        flex: 0 0 auto;
        margin-right: auto;
        position: relative;
        z-index: 10;
    }

    .ts-header .header-middle .header-left {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        margin: 0;
    }

    .ts-header .header-middle .header-right.auto-width {
        order: 2;
        margin-left: auto;
        display: flex;
        align-items: center;
        z-index: 10;
    }
}
