#wrapper .cat-item {
    border: 0;
}

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
    color: #fff;
}

/* Form  */
.cf7-custom-form {
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
}

.cf7-row {
    display: flex;
    gap: 24px;
}

.cf7-col {
    flex: 1;
}

.cf7-custom-form label {
    display: block;
    font-size: 14px;
    color: #d8d8d8;
    margin-bottom: 10px;
    font-weight: 500;
}

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form select,
.cf7-custom-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.cf7-custom-form textarea {
    height: 140px;
    padding-top: 15px;
    resize: vertical;
}

.cf7-custom-form input:focus,
.cf7-custom-form select:focus,
.cf7-custom-form textarea:focus {
    outline: none;
    border-color: #999;
}

.cf7-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* File Upload */
.cf7-custom-form input[type="file"] {
    width: 100%;
    border: 1px dashed #d8d8d8;
    padding: 18px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

/* Submit Button */
.cf7-submit {
    text-align: center;
    margin-top: 40px;
}

.cf7-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    color: #E8EDF2;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 44px;
    border: 1px solid rgba(232, 237, 242, 0.7);
    transition: all 0.25s;
}

.cf7-submit input[type="submit"]:hover {
    background: #E8EDF2;
    color: #080C1A;
    gap: 24px;
}

.wpcf7-spinner {
    display: none !important;
}

/* Responsive */
@media (max-width: 767px) {
    .cf7-row {
        flex-direction: column;
        gap: 0;
    }
}

#wrapper .cits-my-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

#wrapper .cits-my-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

/* Whistlist */
#wrapper .stw-icon {
    margin-right: 1px;
    height: auto;
    min-height: unset;
    line-height: 1;
}

#wrapper .section-dark {
    background-color: #080C1A;
}

#main a,
#main p,
#main span {
    color: rgba(240, 238, 232, 0.7);
}

#wrapper .button.is-outline:not(.icon) {
    display: inline-block;
    border: 1px solid rgba(200, 184, 154, 0.4);
    color: #C8B89A;
    padding: 16px 48px;
    font-family: 'Reload', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
}

#wrapper .button.is-outline span {
    color: #C8B89A;
}

#wrapper .button.is-outline:not(.icon):hover {
    background-color: #C8B89A !important;
    color: #080C1A;
}

#wrapper .button.is-outline:not(.icon):hover span {
    color: #080C1A;
}

/* Whistlist */
#wrapper #stw-button-placement-top_right .stw-text-label {
    display: none;
}

/* Product LightBox */
.product-lightbox .product-info {
    background: #0d1225;
    font-family: 'Reload', sans-serif;
    align-items: center;
    display: flex;
}

.product-lightbox .product-info h1 {
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 3px;
    color: #F0EEE8;
    line-height: 1.1;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Reload', sans-serif;
}

.product-lightbox .product-info .amount,
.product-lightbox .product-info .amount .woocommerce-Price-currencySymbol {
    font-size: 21px;
    color: #C8B89A;
    font-weight: 500;
    margin-bottom: 26px;
}

.product-lightbox .product-info .save-to-wishlist-button {
    display: none;
}

/* Cart Popup */
.off-canvas-cart {
    background: #080c1a !important;
}

#cart-popup *:not(i),
#cart-popup button,
#cart-popup input,
#cart-popup select,
#cart-popup textarea,
#cart-popup a,
#cart-popup span {
    font-family: 'Reload', sans-serif !important;
}

#cart-popup .cart-popup-title span {
    font-family: 'Reload', sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 4px;
    color: #F0EEE8;
    text-align: left;
}

#cart-popup .woocommerce-mini-cart-item.mini_cart_item a {
    font-family: 'Reload', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #F0EEE8;
}

#wrapper .woocommerce-Price-currencySymbol {
    color: inherit;
}

/* ── Bank transfer details ────────────────────────────────────────────────────
   Shared by Checkout_Module::render_bacs_details() — used on both the
   checkout payment tab (checkout.css wraps it in #payment) and the
   order-confirmation page, so it lives here instead of in a single
   page-scoped stylesheet. ──────────────────────────────────────────────────── */

#wrapper .checkout-bank-details {
    margin-top: 20px;
}

#wrapper .checkout-bank-details__heading {
    font-size: 9px;
    letter-spacing: 2px;
    color: #6B7280;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'Reload', sans-serif !important;
}

#wrapper .checkout-bank-details__account+.checkout-bank-details__account {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#wrapper .checkout-bank-details__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrapper .checkout-bank-details__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    border: 0;
    margin-top: 0;
}

#wrapper .checkout-bank-details__row+.checkout-bank-details__row {
    margin-top: 14px;
}

#wrapper .checkout-bank-details__row br {
    display: none;
}

#wrapper .checkout-bank-details__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(240, 238, 232, 0.35);
    white-space: nowrap;
    font-family: 'Reload', sans-serif !important;
}

#wrapper .checkout-bank-details__value {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C8B89A;
    text-align: right;
    word-break: break-all;
    font-family: 'Reload', sans-serif !important;
}

/* Custom Woo overrides for variation modal */
.product-lightbox .woocommerce-variation-description,
.product-lightbox .woocommerce-variation.single_variation {
    display: none !important;
}

.product-lightbox .single-product-eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
    color: #C8B89A;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 10px;
}

.product-lightbox .is-divider {
    display: none;
}

.product-lightbox span.woo-selected-variation-item-name {
    font-size: 11px;
    letter-spacing: 2px;
    color: #C8B89A !important;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

.product-lightbox .variations_form {
    margin-bottom: 0;
}

.product-lightbox .product-short-description {
    font-size: 11px;
    line-height: 1.95;
    color: rgba(240, 238, 232, 0.46);
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(200, 184, 154, 0.1);
}

.product-lightbox .row {
    align-items: stretch !important;
}

.product-lightbox .product-gallery {
    display: flex !important;
    flex-direction: column !important;
}

/* Hide non-first slides before Flickity is initialized to prevent duplicate image flash */
.product-lightbox .product-gallery-slider:not(.flickity-enabled) .slide:not(.first) {
    display: none !important;
}

/* Stretch the first slide and image before Flickity is initialized to prevent layout shift */
.product-lightbox .product-gallery-slider:not(.flickity-enabled) {
    height: 100% !important;
}

.product-lightbox .product-gallery-slider:not(.flickity-enabled) .slide.first,
.product-lightbox .product-gallery-slider:not(.flickity-enabled) .slide.first img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Maintain stretch styling after Flickity is initialized */
.product-lightbox .product-gallery-slider.flickity-enabled {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.product-lightbox .product-gallery-slider.flickity-enabled .flickity-viewport {
    flex-grow: 1 !important;
    height: 100% !important;
}

.product-lightbox .product-gallery-slider.flickity-enabled .flickity-slider,
.product-lightbox .product-gallery-slider.flickity-enabled .slide {
    height: 100% !important;
}

.product-lightbox .product-gallery-slider.flickity-enabled .slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

#wrapper .variations .label label {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding-right: 60px !important;
    margin: 0 !important;
    min-height: 18px !important;
    line-height: 18px !important;
}

#wrapper .woo-selected-variation-item-name {
    display: inline-block !important;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #F0EEE8 !important;
    text-transform: uppercase;
    margin: 0;
    min-height: 18px !important;
    line-height: 18px !important;
}

#wrapper .variations .reset_variations {
    position: absolute !important;
    top: 2px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    font-size: 9px !important;
    letter-spacing: 2px !important;
    color: rgba(200, 184, 154, 0.48) !important;
    text-transform: uppercase !important;
    line-height: 18px !important;
}

/* ── Click to Zoom Hint & Gallery Cursor in Product Lightbox (Global) ─────── */
.product-lightbox .product-gallery,
.product-lightbox .product-gallery-slider,
.product-lightbox .product-gallery img,
.csop-product-page .gallery-main,
.csop-product-page .gallery-main img {
    position: relative;
    cursor: zoom-in !important;
}


/* Fix mobile gallery height collapse when Flickity initializes */
@media (max-width: 767px) {
    .product-lightbox .product-short-description p {
        margin-bottom: 0;
    }

    .product-lightbox .product-gallery {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
    }

    .product-lightbox .product-gallery-slider,
    .product-lightbox .product-gallery-slider.flickity-enabled,
    .product-lightbox .product-gallery-slider .flickity-viewport {
        height: 100% !important;
        width: 100% !important;
    }

    .product-lightbox .product-gallery-slider .slide,
    .product-lightbox .product-gallery-slider .slide img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        background-color: transparent !important;
    }
}

.modal-img-zoom-hint {
    position: absolute;
    bottom: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(8, 12, 26, 0.85);
    border: 1px solid rgba(200, 184, 154, 0.25);
    padding: 6px 12px;
    opacity: 0;
    transition: opacity 0.25s ease, border-color 0.2s ease, background-color 0.2s ease;
    pointer-events: auto;
    cursor: zoom-in !important;
    z-index: 15;
}

.product-lightbox .product-gallery:hover .modal-img-zoom-hint,
.csop-product-page .gallery-main:hover .modal-img-zoom-hint {
    opacity: 1;
}

.modal-img-zoom-hint .zoom-icon {
    font-size: 13px;
    color: #C8B89A !important;
    line-height: 1;
}

.modal-img-zoom-hint .zoom-label {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(240, 238, 232, 0.6);
    text-transform: uppercase;
    line-height: 1;
}

.modal-img-zoom-hint:hover {
    border-color: #C8B89A;
    background: rgba(8, 12, 26, 0.95);
}

.modal-img-zoom-hint:hover .zoom-label {
    color: #F0EEE8;
}

.modal-img-zoom-hint:active,
.modal-img-zoom-hint.is-zoom-open {
    background: #C8B89A;
    border-color: #C8B89A;
    opacity: 1;
}

.modal-img-zoom-hint:active .zoom-icon,
.modal-img-zoom-hint:active .zoom-label,
.modal-img-zoom-hint.is-zoom-open .zoom-icon,
.modal-img-zoom-hint.is-zoom-open .zoom-label {
    color: #080c1a !important;
}

/* ── Fullscreen Zoom Lightbox (CSOP Sample Style - Global) ───────────────── */
#zoomLightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#zoomLightbox.open {
    opacity: 1;
    pointer-events: auto;
}

.zoom-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 16, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.zoom-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    max-height: 92vh;
    transform: scale(0.92);
    transition: transform 0.3s ease;
}

#zoomLightbox.open .zoom-container {
    transform: scale(1);
}

.zoom-close {
    position: absolute;
    top: -42px;
    right: 0;
    width: 36px;
    height: 36px;
    background: rgba(8, 12, 26, 0.8);
    border: 1px solid rgba(200, 184, 154, 0.25);
    color: #F0EEE8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    z-index: 2;
    padding: 0;
    margin: 0 !important;
}

.zoom-close::before,
.zoom-close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: rgba(240, 238, 232, 0.75);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.zoom-close::before {
    transform: rotate(45deg);
}

.zoom-close::after {
    transform: rotate(-45deg);
}

.zoom-img-wrap {
    max-width: 80vw;
    max-height: 78vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(200, 184, 154, 0.15);
    background: #080c1a;
}

.zoom-img-wrap img {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
}

.zoom-caption {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.zoom-product-name {
    font-size: 11px;
    letter-spacing: 3px;
    color: rgba(240, 238, 232, 0.6);
    text-transform: uppercase;
    font-weight: 500;
}

.zoom-product-color {
    font-size: 10px;
    letter-spacing: 2px;
    color: #C8B89A;
    text-transform: uppercase;
    opacity: 0.8;
}

/* ── Hide WooCommerce Error Notices Outside Checkout ──────────────────────── */
body:not(.woocommerce-checkout) .woocommerce-notices-wrapper,
body:not(.woocommerce-checkout) .woocommerce-error,
body:not(.woocommerce-checkout) .woocommerce-message,
body:not(.woocommerce-checkout) .woocommerce-info {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* ── Hide Scrollbar for Cart Popup Drawer ─────────────────────────────────── */
#cart-popup,
#cart-popup *,
.off-canvas-cart,
.off-canvas-cart * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

#cart-popup::-webkit-scrollbar,
#cart-popup *::-webkit-scrollbar,
.off-canvas-cart::-webkit-scrollbar,
.off-canvas-cart *::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

@media (max-width: 782px) {
    .product-lightbox .product-info h1 {
        font-size: 24px;
        letter-spacing: 2px;

    }

    .product-info.summary .price .amount,
    .product-info.summary .price .amount span {
        font-size: 20px;
    }

    .product-lightbox .product-short-description {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .product-lightbox .product-short-description p {
        margin-bottom: 0;
    }
}

/* ── HEADER DROPDOWN SUBMENU (Navy background & Gold text) ───────────────── */

/* Dropdown box background and border */
#header .nav-dropdown {
    background-color: #080c1a !important;
    border: 1px solid rgba(200, 184, 154, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    padding: 10px 0 !important;
}

/* Links inside the dropdown */
#header .nav-dropdown>li>a {
    color: rgba(240, 238, 232, 0.7) !important;
    font-family: 'Reload', sans-serif !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease !important;
    display: block !important;
}

/* Hover state for links */
#header .nav-dropdown>li>a:hover {
    background-color: rgba(200, 184, 154, 0.08) !important;
    color: #C8B89A !important;
}

/* Dropdown small arrow at the top */
#header .nav-dropdown::after,
#header .nav-dropdown::before,
#header .nav-dropdown-has-arrow .nav-dropdown::after,
#header .nav-dropdown-has-arrow .nav-dropdown::before {
    border-bottom-color: #080c1a !important;
}