/* ============================================================
   SINGLE PRODUCT CSS — MIGRATED (2026-07-08)
   Former block: lines 1–9008 of pre-migration common.css
   Loaded from: oasis-zoho-books-connector/assets/css/single-product-v2.css
   Rollback: tools/backups/themes-mysite-assets-css-common.css__20260708-132008.css
============================================================ */

   OASIS SMART NETWORK â€“ CART PAGE
   CART PAGE â€“ APPROVED / FINAL / LOCKED
   Scope: body.woocommerce-cart / .oasis-cart-page / .oasis-cart-woocommerce only

   LOCK: Do not edit existing cart selectors/values.
   Future cart changes must be appended only after explicit approval.
   Shop and other page CSS must be added below the end-of-cart lock comment.
============================================================ */

/* ============================================================
   CART PAGE CSS â€“ OASIS CART PAGE
   Source: cart.txt
   Scope: .oasis-cart-page
   ============================================================ */
/* ============================================================
   1) PAGE BASE
============================================================ */

.oasis-cart-page {
    width: 100%;
    background:
        radial-gradient(1200px 500px at 20% 5%, rgba(255,255,255,0.10), rgba(0,0,0,0) 60%),
        radial-gradient(1000px 500px at 85% 15%, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
        #050505;
    color: #ffffff;
    font-family: 'OpenSans', sans-serif;
    line-height: 1.75;
    padding-bottom: clamp(24px, 1.25vw, 96px);
}


/* ============================================================
   2) HERO (Scoped Ã¢â‚¬â€ no override)
============================================================ */

.oasis-cart-page .oasis-cart-hero{
    padding-top: clamp(18px, 1.1vw, 70px);
    padding-bottom: clamp(16px, 1vw, 64px);
}

.oasis-cart-page .oasis-cart-hero .oasis-container{
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: clamp(14px, 0.8vw, 32px);
    padding: clamp(16px, 1.1vw, 44px) clamp(16px, 1.4vw, 56px);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    box-shadow: 0 20px 60px rgba(0,0,0,0.55);

    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: clamp(24px, 3vw, 80px);
    align-items: center;
}

.oasis-cart-page .cart-hero-title{
    margin: 0;
    font-family: 'ArbutusSlab', serif;
    font-size: clamp(26px, 1.6vw, 64px);
    letter-spacing: clamp(0.4px, 0.05vw, 1.2px);
    line-height: 1.15;
    color: #ffffff;
}

.oasis-cart-page .cart-hero-subtitle{
    margin-top: clamp(6px, 0.45vw, 18px);
    margin-bottom: 0;
    font-size: clamp(13px, 0.9vw, 26px);
    opacity: 0.92;
    max-width: clamp(620px, 46vw, 1200px);
}

/* Right column (Need help) */
.oasis-cart-page .cart-hero-help{
    border-left: 1px solid rgba(255,255,255,0.25);
    padding-left: clamp(16px, 2vw, 40px);
}

.oasis-cart-page .cart-hero-help .help-title{
    margin: 0 0 clamp(6px, 0.6vw, 14px);
    font-weight: 600;
    font-size: clamp(14px, 1vw, 22px);
    color: #ffffff;
}

.oasis-cart-page .cart-hero-help .help-contact{
    margin: 0;
    font-size: clamp(13px, 0.9vw, 20px);
    opacity: 0.95;
}

.oasis-cart-page .cart-hero-help a{
    color: #25d366;
    font-weight: 600;
    text-decoration: none;
}

.oasis-cart-page .help-call{
    display: inline-flex;
    align-items: center;
    gap: 6px;   /* yahin se space control */
}

.oasis-cart-page .cart-hero-help .help-contact .help-sep {
    margin: 0 clamp(6px, 0.6vw, 12px);   
}

/* Desktop/Tablet (>=769px): HERO help ON, totals help OFF */
@media (min-width: 769px){
  .oasis-cart-page .oasis-cart-totals-help{
    display: none !important;
  }
  .oasis-cart-page .cart-hero-help{
    display: block !important;
  }
}

/* Mobile (<=768px): HERO help OFF, totals help ON */
@media (max-width: 768px){
	
	.oasis-cart-page .oasis-cart-hero .oasis-container{
    grid-template-columns: 1fr !important;
  }

  
  .oasis-cart-page .cart-hero-help{
    display: none !important;
  }
  .oasis-cart-page .oasis-cart-totals-help{
    display: block !important;
    text-align: center;
    margin: 10px 0 14px;
  }
}


/* ============================================================
   CART TOTALS Ã¢â‚¬â€œ HELP BOX (Above checkout button)
============================================================ */
.oasis-cart-page .oasis-cart-totals-help{
    margin-top: 0;
    margin-bottom: clamp(12px, 0.9vw, 20px);
    padding: 0 clamp(12px, 0.9vw, 18px);
	    
}

.oasis-cart-page .oasis-cart-totals-help .help-title{
    margin: 0 0 clamp(6px, 0.6vw, 12px);
    font-weight: 600;
    font-size: clamp(13px, 0.95vw, 18px);
	text-align: center !important;
}

.oasis-cart-page .oasis-cart-totals-help .help-contact{
    margin: 0;
    font-size: clamp(12px, 0.9vw, 16px);
    opacity: 0.95;
	text-align: center !important;
}

.oasis-cart-page .oasis-cart-totals-help a{
    color: #25d366;
    font-weight: 600;
    text-decoration: none;
}

.oasis-cart-page .oasis-cart-totals-help .help-sep{
    margin: 0 clamp(6px, 0.6vw, 12px);
    opacity: 0.6;
}

/* =========================================
   CART Ã¢â‚¬â€œ Hide help box above checkout (Desktop)
========================================= */

/* Desktop: hide help message */
@media (min-width: 769px){
    .oasis-cart-page .oasis-cart-totals-help{
        display: none;
    }
}


/* ============================================================
   3) LAYOUT (CART ITEMS + TOTALS)
============================================================ */
.oasis-cart-page .oasis-cart-body .oasis-container {
	border: 3px solid #222222 !important;
}

.oasis-cart-page .woocommerce {
	
    display: grid;
    grid-template-columns: 1fr clamp(300px, 24vw, 520px);
    gap: clamp(14px, 1vw, 40px);
    align-items: start;
}

/* Notices full width */
.oasis-cart-page .woocommerce-notices-wrapper,
.oasis-cart-page .woocommerce-message,
.oasis-cart-page .woocommerce-info,
.oasis-cart-page .woocommerce-error {
    grid-column: 1 / -1;
}

.oasis-cart-page .woocommerce-message,
.oasis-cart-page .woocommerce-info,
.oasis-cart-page .woocommerce-error {
    border-radius: clamp(12px, 0.7vw, 22px);
    padding: clamp(12px, 0.75vw, 22px);
    margin-bottom: clamp(12px, 0.9vw, 28px);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
}

/* Left column (table) */
.oasis-cart-page .woocommerce-cart-form {
    grid-column: 1;
}

/* Right column (totals) */
.oasis-cart-page .cart-collaterals {
    grid-column: 2;
}


/* ============================================================
   4) CART TABLE (ITEMS)
============================================================ */

.oasis-cart-page table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: clamp(16px, 0.9vw, 34px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 24px 70px rgba(0,0,0,0.55);
}

.oasis-cart-page table.shop_table thead th.product-name {
	text-align: left !important;
}

/* Headings */
.oasis-cart-page table.shop_table thead th {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: clamp(0.3px, 0.05vw, 1px);
    font-size: clamp(12px, 0.85vw, 22px);
    padding: clamp(12px, 0.85vw, 24px);
    border-bottom: 1px solid rgba(255,255,255,0.14);
	text-align:center;
}

/* Cells */
.oasis-cart-page table.shop_table td {
    color: rgba(255,255,255,0.92);
    font-size: clamp(12px, 0.85vw, 22px);
    padding: clamp(12px, 0.85vw, 24px);
    border-top: 1px solid rgba(255,255,255,0.10);
    vertical-align: middle;
}

/* Remove (Ãƒâ€”) */
.oasis-cart-page a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(28px, 2vw, 44px);
    height: clamp(28px, 2vw, 44px);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #ffffff !important;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.oasis-cart-page a.remove:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.28);
}

.oasis-cart-page table.shop_table td.product-thumbnail {
	padding: 5px !important;
}

/* Product thumbnail */
.oasis-cart-page td.product-thumbnail a,
.oasis-cart-page td.product-thumbnail img {
    display: inline-block;
}
.oasis-cart-page td.product-thumbnail img {
    width: clamp(54px, 3.2vw, 96px);
    height: auto;
    border-radius: clamp(12px, 0.8vw, 22px);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    padding: clamp(4px, 0.25vw, 8px);
}

/* Product name */
.oasis-cart-page .product-name a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: clamp(0.25px, 0.04vw, 0.9px);
    text-decoration: none;
}
.oasis-cart-page .product-name a:hover {
    text-decoration: underline;
}

/* =========================================
   CART Ã¢â‚¬â€œ Quantity (ONLY QTY updated)
========================================= */

/* Quantity wrapper (fix alignment for - qty +) */
.oasis-cart-page .quantity{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 0.8vw, 18px);
}

/* Qty input */
.oasis-cart-page .quantity .qty{
    width: clamp(64px, 5.2vw, 120px);
    height: clamp(36px, 2.8vw, 56px);
    padding: 0 clamp(10px, 0.7vw, 18px);
    border-radius: clamp(12px, 0.8vw, 22px);
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.30);
    color: #ffffff;
    outline: none;
    text-align: center;
    font-size: clamp(13px, 0.9vw, 16px);


    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Disable native number spinner (use custom +/- only) */
.oasis-cart-page .quantity .qty::-webkit-inner-spin-button,
.oasis-cart-page .quantity .qty::-webkit-outer-spin-button{
    -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
    opacity: 0 !important;
    margin: 0 !important;
}

/* +/- buttons (your custom class) */
.oasis-cart-page .oasis-qty-btn{
    width: clamp(30px, 2.2vw, 44px);
    height: clamp(30px, 2.2vw, 44px);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25) !important;
    background: rgba(0,0,0,0.35) !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    user-select: none;

    /* Force symbols visible (prevents blank boxes due to overrides) */
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Bulletproof fallback: render symbols via pseudo elements */
.oasis-cart-page .oasis-qty-minus,
.oasis-cart-page .oasis-qty-plus{
    font-size: 0 !important; /* hide any overridden text rendering */
}

.oasis-cart-page .oasis-qty-minus::before{
    content: "\2212";
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

.oasis-cart-page .oasis-qty-plus::before{
    content: "+";
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

.oasis-cart-page .oasis-qty-btn:active{
    transform: scale(0.96);
}
/* ============================================================
   5) COUPON + ACTIONS ROW
============================================================ */

.oasis-cart-page td.actions {
    padding: clamp(14px, 1vw, 26px);
}

/* Coupon row */
.oasis-cart-page .coupon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(10px, 0.8vw, 18px);
}

.oasis-cart-page .coupon input.input-text {
    min-width: clamp(200px, 18vw, 380px);
    padding: clamp(11px, 0.75vw, 18px);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.22);
    color: #ffffff;
}


/* ============================================================
   6) BUTTONS (GLOBAL WOO BUTTONS WITHIN CART)
============================================================ */


.oasis-cart-page .woocommerce a.button,
.oasis-cart-page .woocommerce button.button,
.oasis-cart-page .woocommerce input.button,
.oasis-cart-page .woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;

    border-radius: 999px;
    border: 2px solid #ffffff;
    background: #f9fafb;
    color: #000000 !important;

    font-family: 'OpenSans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;

    padding: clamp(10px, 0.65vw, 14px) clamp(18px, 1.15vw, 40px);
    font-size: clamp(12px, 0.5vw, 15px);
    line-height: 1.1;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.50),
        inset 0 1px 0 rgba(255,255,255,0.80);

    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Shine */
.oasis-cart-page .woocommerce a.button::before,
.oasis-cart-page .woocommerce button.button::before,
.oasis-cart-page .woocommerce input.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}
.oasis-cart-page .woocommerce a.button:hover::before,
.oasis-cart-page .woocommerce button.button:hover::before,
.oasis-cart-page .woocommerce input.button:hover::before {
    left: 100%;
}

/* Hover */
.oasis-cart-page .woocommerce a.button:hover,
.oasis-cart-page .woocommerce button.button:hover,
.oasis-cart-page .woocommerce input.button:hover {
    transform: translateY(-3px) scale(1.02);
    background: #000000;
    color: #ffffff !important;
    box-shadow:
        0 15px 45px rgba(0,0,0,0.70),
        inset 0 1px 0 rgba(255,255,255,0.20);
}

/* Active */
.oasis-cart-page .woocommerce a.button:active,
.oasis-cart-page .woocommerce button.button:active,
.oasis-cart-page .woocommerce input.button:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow:
        0 5px 15px rgba(0,0,0,0.60),
        inset 0 2px 4px rgba(0,0,0,0.20);
}

/* Focus */
.oasis-cart-page .woocommerce a.button:focus-visible,
.oasis-cart-page .woocommerce button.button:focus-visible,
.oasis-cart-page .woocommerce input.button:focus-visible {
    outline: 2px solid rgba(255,255,255,0.65);
    outline-offset: 3px;
}

/* Ripple */
.oasis-cart-page .woocommerce a.button::after,
.oasis-cart-page .woocommerce button.button::after,
.oasis-cart-page .woocommerce input.button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.50);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
}
.oasis-cart-page .woocommerce a.button:active::after,
.oasis-cart-page .woocommerce button.button:active::after,
.oasis-cart-page .woocommerce input.button:active::after {
    width: 300px;
    height: 300px;
    opacity: 1;
    transition: 0s;
}

/* Disabled stays disabled */
.oasis-cart-page .woocommerce button.button:disabled,
.oasis-cart-page .woocommerce button.button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}



/* Hide Update Cart button everywhere (desktop + tablet + mobile) */
.oasis-cart-page button[name="update_cart"] {
    display: none !important;
}

/* ============================================================
   7) TOTALS (RIGHT CARD)
============================================================ */

.oasis-cart-page .cart_totals {
    border-radius: clamp(18px, 1vw, 36px);
    padding: clamp(16px, 1.1vw, 34px);
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 24px 70px rgba(0,0,0,0.55);
}

.oasis-cart-page .cart_totals h2 {
    margin: 0 0 clamp(10px, 0.7vw, 20px);
    font-family: 'ArbutusSlab', serif;
    font-size: clamp(18px, 1.2vw, 34px);
    color: #ffffff;
}

.oasis-cart-page .cart_totals table {
    width: 100%;
    margin: 0 0 clamp(12px, 0.9vw, 22px);
    border-collapse: collapse;
}

.oasis-cart-page .cart_totals th,
.oasis-cart-page .cart_totals td {
    padding: clamp(10px, 0.7vw, 18px) 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: clamp(12px, 0.85vw, 20px);
    color: rgba(255,255,255,0.92);
}

.oasis-cart-page .cart_totals th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Checkout button (primary CTA) */
.oasis-cart-page .woocommerce a.checkout-button {
    width: 100%;
    text-align: center;
    padding: clamp(8px, 0.6vw, 14px) clamp(18px, 1.4vw, 30px);
    font-size: clamp(13px, 0.95vw, 16px);
}


/* ============================================================
   8) CROSS-SELLS
============================================================ */

.oasis-cart-page .cross-sells {
    grid-column: 1 / -1;
    margin-top: clamp(16px, 1.2vw, 46px);
}

.oasis-cart-page .cross-sells h2 {
    font-family: 'ArbutusSlab', serif;
    font-size: clamp(18px, 1.2vw, 34px);
    margin: 0 0 clamp(10px, 0.9vw, 20px);
    color: #ffffff;
}

.oasis-cart-page .cross-sells ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1vw, 28px);
}

.oasis-cart-page .cross-sells ul.products li.product {
    border-radius: clamp(18px, 1vw, 36px);
    padding: clamp(12px, 0.9vw, 22px);
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 18px 55px rgba(0,0,0,0.55);
}

.oasis-cart-page .cross-sells ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: clamp(13px, 0.85vw, 20px);
    letter-spacing: clamp(0.25px, 0.04vw, 0.9px);
}

.oasis-cart-page .cross-sells ul.products li.product .price {
    color: rgba(255,255,255,0.92);
    font-weight: 700;
}


/* ============================================================
   9) OPTIONAL TRUST LINE
============================================================ */

.oasis-cart-page .oasis-cart-trust {
    grid-column: 1 / -1;
    margin-top: clamp(14px, 1vw, 28px);
    padding: clamp(12px, 0.9vw, 20px);
    border-radius: clamp(14px, 0.9vw, 26px);
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.05);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: clamp(0.25px, 0.05vw, 0.9px);
}


/* ============================================================
   RESPONSIVE OVERRIDES (KEEP AT BOTTOM ONLY)
============================================================ */


/* ============================================================
   TABLET & BELOW (max-width: 1024px)
============================================================ */
@media (max-width: 1024px) {

    /* 1-column layout */
    .oasis-cart-page .woocommerce {
        grid-template-columns: 1fr;
    }

    .oasis-cart-page .cart-collaterals {
        position: static;
        top: auto;
    }

    /* Cross-sells: 2 columns */
    .oasis-cart-page .cross-sells ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    
    /* Buttons (Apply coupon / Update cart / Proceed to checkout) Ã¢â‚¬â€œ compact + font normal */
    .oasis-cart-page .coupon .button,
    .oasis-cart-page .cart_totals .checkout-button {
        padding: 7px 18px !important;
        font-size: 10px !important;
        letter-spacing: 0.05em !important;
        line-height: 1 !important;
        font-weight: 400 !important; /* normal */
    }

    .oasis-cart-page .cart_totals .checkout-button {
        padding: 9px 20px !important;
        font-size: 11px !important;
        letter-spacing: 0.07em !important;
    }
}


/* ============================================================
   MOBILE (max-width: 767px)
============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .oasis-cart-page .oasis-cart-hero .oasis-container {
        padding: clamp(14px, 4.5vw, 18px);
    }
	
	.oasis-cart-page .oasis-container {
		border: 0px;
	}

    /* Full-width cart shell â€“ use available viewport */
    .oasis-cart-page .oasis-cart-body {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 clamp(14px, 3.6vw, 16px) !important;
        box-sizing: border-box !important;
    }

    .oasis-cart-page .oasis-cart-body .oasis-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: clamp(14px, 3.6vw, 16px) !important;
        box-sizing: border-box !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce,
    .oasis-cart-page .oasis-cart-woocommerce .woocommerce,
    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form,
    .oasis-cart-page .oasis-cart-woocommerce table.shop_table {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Hide table header */
    .oasis-cart-page table.shop_table thead {
        display: none;
    }

    /* Make cart table responsive (stacked cards) */
    .oasis-cart-page table.shop_table,
    .oasis-cart-page table.shop_table tbody,
    .oasis-cart-page table.shop_table tr,
    .oasis-cart-page table.shop_table td {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .oasis-cart-page table.shop_table tr {
        border-top: none;
        padding: 0;
        position: relative;
        margin-bottom: 12px;
    }

    .oasis-cart-page table.shop_table tr.woocommerce-cart-form__cart-item {
        padding: calc(var(--oasis-thumb) + 16px) clamp(12px, 3.2vw, 14px) clamp(14px, 3.5vw, 16px) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-radius: clamp(12px, 3vw, 14px) !important;
        background: rgba(0, 0, 0, 0.28) !important;
    }

    .oasis-cart-page table.shop_table td {
        border: 0;
        padding: clamp(10px, 2.8vw, 12px) 0 !important;
    }

    /* Totals ALWAYS below */
    .oasis-cart-page .woocommerce {
        display: block !important;
    }

    .oasis-cart-page .cart-collaterals {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        position: static !important;
        margin-top: 14px !important;
    }
	
	
    .oasis-cart-page .cart-collaterals .cart_totals {
        float: none !important;        
    }

    /* Buttons full width by default */
    .oasis-cart-page .woocommerce a.button,
    .oasis-cart-page .woocommerce button.button,
    .oasis-cart-page .woocommerce input.button {
        width: 100%;
    }

    /* ------------------------------------------------------------
       TOP ROW: Thumbnail LEFT + Remove RIGHT (same row)
       + remove ":" labels
    ------------------------------------------------------------ */

    .oasis-cart-page { 
        --oasis-thumb: clamp(64px, 18vw, 80px);
        overflow-x: hidden !important;
    }

    /* Kill Woo responsive labels on thumb/remove only */
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-thumbnail:before,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-remove:before {
        content: "" !important;
        display: none !important;
    }

    /* Stacked rows: label left, value right */
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-name,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-price,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-quantity,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-subtotal {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        text-align: right !important;
    }

    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-name::before,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-price::before,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-quantity::before,
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-subtotal::before {
        flex: 0 0 auto !important;
        margin-right: auto !important;
        padding-right: 8px !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.55) !important;
        text-align: left !important;
    }

    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-name a {
        text-align: right !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    /* Thumbnail pinned left */
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-thumbnail {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: absolute !important;
        left: clamp(12px, 3.2vw, 14px) !important;
        top: clamp(14px, 3.5vw, 16px) !important;

        width: var(--oasis-thumb) !important;
        height: var(--oasis-thumb) !important;

        padding: 0 !important;
        margin: 0 !important;

        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;
    }

    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-thumbnail img {
        display: block !important;
        width: var(--oasis-thumb) !important;
        height: var(--oasis-thumb) !important;
        margin: 0 !important;
        border-radius: 10px !important;
    }

    /* Remove pinned right */
    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-remove {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: absolute !important;
        right: clamp(12px, 3.2vw, 14px) !important;
        top: clamp(14px, 3.5vw, 16px) !important;

        width: auto !important;
        height: auto !important;

        padding: 0 !important;
        margin: 0 !important;

        align-items: center !important;
        justify-content: center !important;
    }

    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-remove a.remove {
        margin: 0 !important;
    }

    .oasis-cart-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-quantity .quantity {
        margin: 0 0 0 auto !important;
    }

    .oasis-cart-page td.actions {
        padding: clamp(14px, 3.5vw, 16px) 0 0 !important;
    }

    /* ------------------------------------------------------------
       COUPON: input + Apply coupon in SAME ROW + spacing
    ------------------------------------------------------------ */

    .oasis-cart-page .coupon {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        margin-bottom: 14px !important; /* gap before Update cart */
    }

    .oasis-cart-page .coupon input.input-text {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
        margin: 0 !important;
    }

    .oasis-cart-page .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .coupon .button[name="apply_coupon"] {
        flex: 0 0 auto !important;
        width: auto !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    /* ------------------------------------------------------------
       BUTTON SIZES (Mobile) Ã¢â‚¬â€œ compact, centered
    ------------------------------------------------------------ */

    /* Apply coupon */
    .oasis-cart-page .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .coupon .button[name="apply_coupon"] {
        padding: 8px 16px !important;
        font-size: 12px !important;
        letter-spacing: 0.06em !important;
        line-height: 1.1 !important;
        font-weight: 400 !important; /* normal */
        max-width: 200px !important;
    }
/* Proceed to checkout */
    .oasis-cart-page .cart_totals .checkout-button {
        padding: 10px 22px !important;
        font-size: 13px !important;
        letter-spacing: 0.08em !important;
        line-height: 1.1 !important;
        font-weight: 400 !important; /* normal */
        max-width: 280px !important;
        margin: 14px auto 0 auto !important;
        display: block !important;
    }

    /* Cross-sells: single column */
    .oasis-cart-page .cross-sells ul.products {
        grid-template-columns: 1fr;
    }
}



/* =========================================
   CART Ã¢â‚¬â€œ Success tick on Cart Totals title
   (shown only when body has .oasis-cart-updated)
========================================= */
.oasis-cart-page.oasis-cart-updated .cart_totals h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oasis-cart-page.oasis-cart-updated .cart_totals h2::after {
    content: "Ã¢Å“â€œ";
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;
    border-radius: 999px;

    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.25);
    color: #22c55e;
    font-size: 16px;
    line-height: 1;
}


.oasis-cart-page .woocommerce-message, .oasis-cart-page .woocommerce-info, .oasis-cart-page .woocommerce-error {
    border-radius: none;
    padding: clamp(12px, 0.75vw, 22px) clamp(12px, 0.75vw, 22px) clamp(12px, 0.75vw, 22px) clamp(45px, 0.75vw, 65px);
    margin-bottom: clamp(12px, 0.9vw, 28px);
    background: transparent !important;
    border: 0px;
    color: #ffffff;
}





.oasis-cart-page .woocommerce-cart-form
 {
     width: 107%;
}

.oasis-cart-page .cart-collaterals .cart_totals {
    width: 80% !important;
}

@media (max-width: 1024px){
	.oasis-cart-page .woocommerce-cart-form
 {
     width: 100%;
}

.oasis-cart-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
}



/* =========================================
   CART Ã¢â‚¬â€œ Sticky Cart Totals (Tablet + Desktop)
   min-width: 769px
========================================= */

@media (min-width: 769px){
    /* WooCommerce cart totals wrapper */
    .oasis-cart-page .cart-collaterals .cart_totals{
        position: sticky;
        top: clamp(18px, 1.6vw, 44px);
        align-self: flex-start;
        z-index: 5;
    }
}

/* ============================================================
   CART PAGE CSS â€“ QTY & CTA ALIGNMENT FIX
   Scope: .oasis-cart-page .oasis-cart-woocommerce (tpl-cart.php)
   ============================================================ */

/* Quantity: aligned minus / input / plus row */
.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form td.product-quantity {
    text-align: center !important;
    vertical-align: middle !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity {
    display: inline-grid !important;
    grid-template-columns: 38px minmax(48px, 64px) 38px !important;
    grid-template-rows: 38px !important;
    align-items: center !important;
    justify-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .oasis-qty-minus {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .qty {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 48px !important;
    max-width: 64px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 6px !important;
    margin: 0 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .oasis-qty-plus {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .oasis-qty-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    flex: 0 0 38px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .oasis-qty-minus::before {
    content: "\2212" !important;
}

/* Coupon row: input + Apply Coupon aligned heights */
.oasis-cart-page .oasis-cart-woocommerce td.actions .coupon {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 44px !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: clamp(128px, 12vw, 156px) !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 clamp(16px, 1.2vw, 22px) !important;
    font-size: clamp(10px, 0.72vw, 12px) !important;
    font-weight: 600 !important;
    letter-spacing: 0.07em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Proceed to Checkout: full-width primary CTA in totals card */
.oasis-cart-page .oasis-cart-woocommerce .cart-collaterals .checkout-button,
.oasis-cart-page .oasis-cart-woocommerce .cart_totals .checkout-button,
.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    height: auto !important;
    margin: clamp(12px, 0.9vw, 16px) 0 0 !important;
    padding: clamp(12px, 0.85vw, 14px) clamp(20px, 1.4vw, 28px) !important;
    font-size: clamp(11px, 0.78vw, 13px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.1 !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    .oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
        min-width: 120px !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 16px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
        height: 42px !important;
        min-height: 42px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .cart_totals .checkout-button,
    .oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
        min-height: 46px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 768px) {
    .oasis-cart-page .oasis-cart-woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-quantity {
        text-align: center !important;
        padding-top: 8px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity {
        grid-template-columns: 36px minmax(44px, 56px) 36px !important;
        grid-template-rows: 36px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .quantity > .qty {
        min-width: 44px !important;
        max-width: 56px !important;
        height: 36px !important;
        min-height: 36px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .quantity > .oasis-qty-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
        width: auto !important;
        min-width: 108px !important;
        max-width: 44% !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
        height: 40px !important;
        min-height: 40px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .cart_totals .checkout-button,
    .oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 44px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 11px !important;
        font-weight: 700 !important;
    }
}

/* ============================================================
   CART PAGE CSS â€“ REFERENCE PREMIUM UI
   Scope: .oasis-cart-page .oasis-cart-woocommerce
   ============================================================ */

.oasis-cart-page {
    overflow-x: hidden !important;
}

.oasis-cart-page .oasis-cart-body .oasis-container {
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: clamp(16px, 1vw, 22px) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.28)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 20px 56px rgba(0, 0, 0, 0.48) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: clamp(14px, 1.1vw, 22px) !important;
}

/* Desktop: table left, totals right */
@media (min-width: 769px) {
    .oasis-cart-page .oasis-cart-woocommerce .woocommerce {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) !important;
        gap: clamp(16px, 1.2vw, 28px) !important;
        align-items: start !important;
        width: 100% !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .cart-collaterals {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form {
    width: 100% !important;
    max-width: 100% !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart-collaterals,
.oasis-cart-page .oasis-cart-woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Cart table glass card */
.oasis-cart-page .oasis-cart-woocommerce table.shop_table {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.92), rgba(8, 8, 8, 0.96)) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 16px 44px rgba(0, 0, 0, 0.42) !important;
}

.oasis-cart-page .oasis-cart-woocommerce table.shop_table thead th {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: clamp(11px, 0.72vw, 13px) !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

.oasis-cart-page .oasis-cart-woocommerce a.remove {
    background: rgba(220, 38, 38, 0.22) !important;
    border-color: rgba(248, 113, 113, 0.45) !important;
    color: #fecaca !important;
}

/* Quantity pill control */
.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity {
    padding: 4px 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .oasis-qty-btn {
    border-color: rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .quantity > .qty {
    border: none !important;
    background: transparent !important;
}

/* Coupon row â€“ balanced, input not oversized */
.oasis-cart-page .oasis-cart-woocommerce td.actions {
    padding-top: clamp(16px, 1vw, 22px) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
    flex: 1 1 200px !important;
    max-width: min(100%, 360px) !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 clamp(14px, 1vw, 18px) !important;
    border-radius: clamp(10px, 0.7vw, 12px) !important;
    border: 1px dashed rgba(255, 255, 255, 0.22) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    font-size: clamp(12px, 0.85vw, 14px) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text::placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
    flex: 0 0 auto !important;
    min-width: clamp(120px, 11vw, 148px) !important;
    max-width: 148px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 clamp(14px, 1vw, 18px) !important;
    font-size: clamp(10px, 0.68vw, 11px) !important;
    font-weight: 700 !important;
}

/* Cart totals panel */
.oasis-cart-page .oasis-cart-woocommerce .cart_totals {
    padding: clamp(18px, 1.2vw, 24px) !important;
    border-radius: clamp(16px, 1vw, 20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(8, 8, 8, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 48px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals h2 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: clamp(14px, 1vw, 18px) !important;
    font-size: clamp(18px, 1.15vw, 24px) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals h2::before {
    content: "\f023";
    font-family: 'FontAwesome' !important;
    font-size: 14px !important;
    color: #60a5fa !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(96, 165, 250, 0.14) !important;
    border: 1px solid rgba(96, 165, 250, 0.28) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals table th,
.oasis-cart-page .oasis-cart-woocommerce .cart_totals table td {
    font-size: clamp(13px, 0.88vw, 15px) !important;
    color: rgba(255, 255, 255, 0.78) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .order-total th,
.oasis-cart-page .oasis-cart-woocommerce .cart_totals .order-total td {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: clamp(14px, 0.95vw, 16px) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .order-total .woocommerce-Price-amount,
.oasis-cart-page .oasis-cart-woocommerce .cart_totals .order-total td strong .woocommerce-Price-amount {
    color: #4ade80 !important;
    font-size: clamp(22px, 1.5vw, 30px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

/* Proceed to Checkout â€“ primary white CTA */
.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout {
    margin: clamp(14px, 1vw, 18px) 0 0 !important;
    padding: 0 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: clamp(12px, 0.85vw, 14px) clamp(18px, 1.2vw, 24px) !important;
    border: 2px solid #ffffff !important;
    border-radius: clamp(10px, 0.7vw, 12px) !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-size: clamp(11px, 0.75vw, 12px) !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
    transform: none !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button::before {
    content: "\f07a" !important;
    font-family: 'FontAwesome' !important;
    font-size: 14px !important;
    margin-right: 4px !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    left: auto !important;
    opacity: 1 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button::after {
    content: "\f061" !important;
    font-family: 'FontAwesome' !important;
    font-size: 12px !important;
    margin-left: 6px !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    transform: none !important;
}

.oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* Secure note below Proceed */
.oasis-cart-page .oasis-cart-secure-note {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: clamp(12px, 0.9vw, 14px) 0 0 !important;
    padding: 0 !important;
    font-family: 'OpenSans', sans-serif !important;
    font-size: clamp(12px, 0.82vw, 13px) !important;
    line-height: 1.45 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    text-align: center !important;
}

.oasis-cart-page .oasis-cart-secure-note .fa {
    color: #4ade80 !important;
    font-size: 14px !important;
}

/* Continue Shopping â€“ secondary ghost */
.oasis-cart-page .oasis-cart-continue-shopping {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    margin: clamp(12px, 0.9vw, 14px) 0 0 !important;
    padding: clamp(11px, 0.8vw, 13px) clamp(18px, 1.2vw, 22px) !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    border-radius: clamp(10px, 0.7vw, 12px) !important;
    background: rgba(0, 0, 0, 0.38) !important;
    color: #ffffff !important;
    font-family: 'OpenSans', sans-serif !important;
    font-size: clamp(10px, 0.72vw, 11px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease !important;
}

.oasis-cart-page .oasis-cart-continue-shopping:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* Neutralize global cart button shine/ripple on totals CTAs */
.oasis-cart-page .oasis-cart-continue-shopping::before,
.oasis-cart-page .oasis-cart-continue-shopping::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    .oasis-cart-page .oasis-cart-body {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 clamp(14px, 3.6vw, 16px) !important;
        box-sizing: border-box !important;
    }

    .oasis-cart-page .oasis-cart-body .oasis-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: clamp(14px, 3.6vw, 16px) !important;
        box-sizing: border-box !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form,
    .oasis-cart-page .oasis-cart-woocommerce table.shop_table {
        width: 100% !important;
        max-width: 100% !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .cart-collaterals,
    .oasis-cart-page .oasis-cart-woocommerce .cart-collaterals .cart_totals {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 16px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon {
        flex-wrap: nowrap !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
        flex: 1 1 auto !important;
        max-width: none !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
        max-width: 42% !important;
        min-width: 108px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,
    .oasis-cart-page .oasis-cart-continue-shopping {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 44px !important;
    }
}

/* ============================================================
   CART PAGE CSS â€“ QUANTITY CONTROL FINAL ALIGNMENT
   Cart form quantity only. Totals/coupon/hero untouched.
   ============================================================ */

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form td.product-quantity {
    text-align: center !important;
    vertical-align: middle !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity {
    --oasis-cart-qty-btn: 34px;
    --oasis-cart-qty-input: 42px;

    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;

    height: var(--oasis-cart-qty-btn) !important;
    min-height: var(--oasis-cart-qty-btn) !important;
    max-height: var(--oasis-cart-qty-btn) !important;
    padding: 0 5px !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity > .oasis-qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 var(--oasis-cart-qty-btn) !important;
    width: var(--oasis-cart-qty-btn) !important;
    height: var(--oasis-cart-qty-btn) !important;
    min-width: var(--oasis-cart-qty-btn) !important;
    min-height: var(--oasis-cart-qty-btn) !important;
    max-width: var(--oasis-cart-qty-btn) !important;
    max-height: var(--oasis-cart-qty-btn) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    align-self: center !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity > .qty {
    display: block !important;
    flex: 0 0 var(--oasis-cart-qty-input) !important;
    width: var(--oasis-cart-qty-input) !important;
    min-width: var(--oasis-cart-qty-input) !important;
    max-width: var(--oasis-cart-qty-input) !important;
    height: var(--oasis-cart-qty-btn) !important;
    min-height: var(--oasis-cart-qty-btn) !important;
    max-height: var(--oasis-cart-qty-btn) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-family: 'OpenSans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: var(--oasis-cart-qty-btn) !important;
    text-align: center !important;
    box-sizing: border-box !important;
    align-self: center !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity > .qty::-webkit-inner-spin-button,
.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-minus,
.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-plus {
    font-size: 0 !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-minus::before,
.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-plus::before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-minus::before {
    content: "\2212" !important;
}

.oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .oasis-qty-plus::before {
    content: "+" !important;
}

@media (max-width: 768px) {
    .oasis-cart-page .oasis-cart-woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item > td.product-quantity {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: right !important;
        padding: clamp(10px, 2.8vw, 12px) 0 !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity {
        --oasis-cart-qty-btn: 32px;
        --oasis-cart-qty-input: 38px;
        margin: 0 0 0 auto !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .woocommerce-cart-form .quantity > .qty {
        font-size: 13px !important;
        line-height: var(--oasis-cart-qty-btn) !important;
    }
}

/* ============================================================
   CART PAGE CSS â€“ COUPON SECTION FINAL POLISH
   Coupon row only. Totals/checkout/quantity/hero untouched.
   ============================================================ */

.oasis-cart-page .oasis-cart-woocommerce td.actions .coupon {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: min(100%, 360px) !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 clamp(12px, 0.9vw, 16px) !important;
    border-radius: clamp(10px, 0.7vw, 12px) !important;
    border: 1px dashed rgba(255, 255, 255, 0.22) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    color: #ffffff !important;
    font-family: 'OpenSans', sans-serif !important;
    font-size: clamp(12px, 0.82vw, 13px) !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text::placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: clamp(112px, 10vw, 136px) !important;
    max-width: 140px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 0 clamp(14px, 1vw, 18px) !important;
    border: 2px solid #ffffff !important;
    border-radius: clamp(10px, 0.7vw, 12px) !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: 'OpenSans', sans-serif !important;
    font-size: clamp(10px, 0.68vw, 11px) !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
    transform: none !important;
    overflow: visible !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"]::before,
.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"]::after,
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"]::before,
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"]::after {
    display: none !important;
    content: none !important;
}

.oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"]:hover,
.oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"]:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55) !important;
}

@media (max-width: 768px) {
    .oasis-cart-page .oasis-cart-woocommerce .coupon input.input-text,
    .oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
    }

    .oasis-cart-page .oasis-cart-woocommerce .coupon button.button[name="apply_coupon"],
    .oasis-cart-page .oasis-cart-woocommerce .coupon .button[name="apply_coupon"] {
        min-width: 100px !important;
        max-width: 42% !important;
        padding: 0 12px !important;
        font-size: 10px !important;
    }
}

/* ============================================================
   CART PAGE â€“ APPROVED / FINAL / LOCKED
   End of locked cart CSS.
   Do not edit selectors/values above this line.
   Future cart changes: append only after approval.
============================================================ */

/* ============================================================
   SHOP PAGE CSS â€“ MERGE AREA
   Paste/merge shop page CSS only below this point.
   Do not place shop CSS above Cart lock.
   Do not modify Single Product or Cart locked sections.
============================================================ */

/* ============================================================
   SMART-SHOP (Home) â€“ Premium Dark Theme + Responsive Grid
   Scope: only Smart-Shop template
   Requirements:
   - Categories: Desktop 5x2, Tablet 3x2, Mobile 2x2 + More
   - New Arrivals: Desktop 5x2, Tablet 4x2, Mobile 2x2 + More
   - Best Sellers: Desktop 5x2, Tablet 4x2, Mobile 2x2 + More
============================================================ */

/* -----------------------------
   Page + Section styling
------------------------------*/
.smart-shop-page{
  background:#0b0b0b;
  color:#ffffff;
  padding: clamp(18px, 1.2vw, 40px) 0;
  min-height: 100vh;
}

.smart-shop-page .oasis-container{
  background: transparent !important;
}

.smart-shop-page section{
  background: transparent;
}


.smart-shop-page .smart-shop-categories,
.smart-shop-page .smart-shop-products{
  padding: clamp(2px, 1vw, 70px) 0;
}

.smart-shop-page .smart-shop-best-sellers{
  margin-bottom: clamp(5px, 0.5vw, 15px);
}

.smart-shop-page .smart-shop-section-head{
  text-align:left;
  margin: 0 0 clamp(14px, 1vw, 34px);
}

.smart-shop-page .smart-shop-kicker{
  display:inline-block;
  font-family:"Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: clamp(10px, 0.6vw, 14px);
  opacity: .85;
  margin-bottom: 6px;
}

.smart-shop-page .smart-shop-title{
  font-family:"ArbutusSlab", serif;
  font-size: clamp(22px, 1.6vw, 44px);
  line-height: 1.15;
  margin: 0;
}

/* -----------------------------
   Category Grid (cards)
------------------------------*/
.smart-shop-page .smart-shop-cat-grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 22px);
}

.smart-shop-page .smart-shop-cat-card{
  box-sizing: border-box;
  position:relative;
  display:block;
  overflow:hidden;
  border-radius: clamp(10px, 0.6vw, 18px);
  background:#121212;
  text-decoration:none;
  isolation:isolate;
}

.smart-shop-page .smart-shop-cat-img{
  width:100%;
  height: clamp(160px, 14vw, 260px);
}

.smart-shop-page .smart-shop-cat-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .35s ease;
}

.smart-shop-page .smart-shop-cat-placeholder{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, #1f1f1f, #0e0e0e);
}

.smart-shop-page .smart-shop-cat-overlay{
  position:absolute;
  left:0; right:0; bottom:0;
  padding: clamp(12px, 0.9vw, 20px);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 70%, rgba(0,0,0,.95) 100%);
}

.smart-shop-page .smart-shop-cat-name{
  font-family:"ArbutusSlab", serif;
  font-size: clamp(15px, 0.95vw, 22px);
  margin: 0 0 6px;
  color:#fff;
}

.smart-shop-page .smart-shop-cat-cta{
  font-family:"OpenSans", sans-serif;
  font-size: clamp(12px, 0.8vw, 15px);
  opacity:.9;
  color:#fff;
}

.smart-shop-page .smart-shop-cat-card:hover .smart-shop-cat-img img{
  transform: scale(1.06);
}

/* Limit Categories to 2 rows (Desktop 5x2 = 10) */
.smart-shop-page .smart-shop-categories .smart-shop-cat-card:nth-child(n+11){
  display:none;
}

/* -----------------------------
   Woo Product Grids
------------------------------*/
.smart-shop-page .smart-shop-products .woocommerce{
  margin-top: clamp(12px, 0.9vw, 26px);
}

/* Force a consistent flex grid (Woo default uses floats/widths) */
.smart-shop-page .smart-shop-products ul.products,
.smart-shop-page .woocommerce ul.products{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:stretch !important;
  gap: clamp(10px, 0.9vw, 22px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}


.smart-shop-page .smart-shop-products ul.products li.product,
.smart-shop-page .woocommerce ul.products li.product{
  box-sizing: border-box !important;
  float:none !important;
  margin: 0 !important;
  display:flex !important;
  flex-direction:column !important;
  background:#ffffff;
  border-radius: clamp(10px, 0.6vw, 18px);
  overflow:hidden;
  padding: clamp(10px, 0.8vw, 18px);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

/* Desktop: 5 per row */
.smart-shop-page .smart-shop-products .woocommerce ul.products li.product{
  flex: 0 0 calc(20% - clamp(10px, 0.9vw, 22px));
  max-width: calc(20% - clamp(10px, 0.9vw, 22px));
}

/* Product link — block flow (title + price live inside the link) */
.smart-shop-page .smart-shop-products ul.products li.product > a.woocommerce-LoopProduct-link,
.smart-shop-page .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block !important;
  flex: 1 1 auto !important;
}

/* Title / price / button alignment */
.smart-shop-page .smart-shop-products ul.products li.product .woocommerce-loop-product__title,
.smart-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:"ArbutusSlab", serif;
  font-size: clamp(14px, 0.9vw, 20px);
  line-height: 1.25;
  min-height: clamp(44px, 4vw, 68px);
  margin: clamp(10px, 0.8vw, 16px) 0 6px;
  color:#101010;
  flex: 1 1 auto;
}

.smart-shop-page .smart-shop-products ul.products li.product .price,
.smart-shop-page .woocommerce ul.products li.product .price{
  font-family:"OpenSans", sans-serif;
  font-size: clamp(12px, 0.85vw, 16px);
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display:block;
  color:#0b0b0b;
}

.smart-shop-page .smart-shop-products ul.products li.product .button,
.smart-shop-page .woocommerce ul.products li.product .button{
  margin-top: clamp(10px, 0.8vw, 16px) !important;
  align-self:flex-start;
  margin-bottom: 0 !important;
}

/* Limit product lists to 2 rows
   Desktop: 5x2=10 (hide from 11)
   Tablet:  4x2=8  (hide from 9)
   Mobile:  2x2=4  (hide from 5)
*/
.smart-shop-page .smart-shop-new-arrivals ul.products li.product:nth-child(n+11),
.smart-shop-page .smart-shop-best-sellers ul.products li.product:nth-child(n+11){
  display:none !important;
}

/* -----------------------------
   More buttons
------------------------------*/
.smart-shop-page .smart-shop-more-wrap{
  margin-top: clamp(14px, 1vw, 28px);
  display:flex;
  justify-content:flex-end;
}


.smart-shop-page .smart-shop-more{
  display:none; /* JS will show when needed */
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: clamp(10px, 0.8vw, 14px) clamp(16px, 1.2vw, 22px);
  border-radius: 999px;
  background:#ffffff;
  color:#0b0b0b;
  text-decoration:none;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  font-size: clamp(12px, 0.85vw, 14px);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.smart-shop-page .smart-shop-more:hover{
  transform: translateY(-1px);
}

.smart-shop-page .smart-shop-empty{
  margin: 0;
  opacity: .85;
}

/* ============================================================
   Responsive
   Tablet: <=1024
============================================================ */
@media (max-width: 1024px){
  .smart-shop-page .smart-shop-more-wrap{
    justify-content:center;
  }
  /* Categories: 3 per row, max 6 */
  .smart-shop-page .smart-shop-cat-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .smart-shop-page .smart-shop-categories .smart-shop-cat-card:nth-child(n+7){
    display:none;
  }

  /* Products: 4 per row */
  .smart-shop-page .smart-shop-products .woocommerce ul.products li.product{
    flex: 0 0 calc(25% - clamp(10px, 0.9vw, 22px));
    max-width: calc(25% - clamp(10px, 0.9vw, 22px));
  }

  /* Limit products: max 8 */
  .smart-shop-page .smart-shop-new-arrivals ul.products li.product:nth-child(n+9),
  .smart-shop-page .smart-shop-best-sellers ul.products li.product:nth-child(n+9){
    display:none !important;
  }
}

/* ============================================================
   Mobile: <=600
============================================================ */
@media (max-width: 600px){
  .smart-shop-page .smart-shop-more-wrap{
    justify-content:center;
  }
  /* Categories: 2 per row, max 4 */
  .smart-shop-page .smart-shop-cat-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smart-shop-page .smart-shop-categories .smart-shop-cat-card:nth-child(n+5){
    display:none;
  }

  /* Products: 2 per row */
  .smart-shop-page .smart-shop-products .woocommerce ul.products li.product{
    flex: 0 0 calc(50% - clamp(10px, 0.9vw, 22px));
    max-width: calc(50% - clamp(10px, 0.9vw, 22px));
  }

  /* Limit products: max 4 */
  .smart-shop-page .smart-shop-new-arrivals ul.products li.product:nth-child(n+5),
  .smart-shop-page .smart-shop-best-sellers ul.products li.product:nth-child(n+5){
    display:none !important;
  }
}


/* ============================================================
   V7 FIXES â€“ Product card alignment + image top fill
   ============================================================ */

.smart-shop-page .woocommerce ul.products{
  justify-content: flex-start !important;
}

/* Ensure consistent card widths (no shifting) */
.smart-shop-page{
  --oasis-gap: clamp(10px, 0.9vw, 22px);
}

/* Desktop 5 cols */
.smart-shop-page .smart-shop-products ul.products li.product,
.smart-shop-page .woocommerce ul.products li.product{
  padding: 0 !important; /* so image can touch top edge */
}

/* Smart Shop product link — block only (no image slot on link) */
.smart-shop-page .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.smart-shop-page .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Content padding inside card */
.smart-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.smart-shop-page .woocommerce ul.products li.product .price,
.smart-shop-page .woocommerce ul.products li.product .button,
.smart-shop-page .woocommerce ul.products li.product .added_to_cart{
  padding-left: clamp(10px, 0.8vw, 18px) !important;
  padding-right: clamp(10px, 0.8vw, 18px) !important;
}

.smart-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding-top: clamp(10px, 0.8vw, 16px) !important;
  min-height: clamp(44px, 4.2vw, 70px) !important; /* row alignment */
}

/* Keep CTA aligned at bottom */
.smart-shop-page .woocommerce ul.products li.product .button,
.smart-shop-page .woocommerce ul.products li.product .added_to_cart{
  margin-top: auto !important;
  margin-bottom: clamp(12px, 1vw, 18px) !important;
}

/* Price spacing */
.smart-shop-page .woocommerce ul.products li.product .price{
  padding-top: clamp(6px, 0.6vw, 12px) !important;
  padding-bottom: clamp(8px, 0.7vw, 14px) !important;
}

/* Column widths */
.smart-shop-page .woocommerce ul.products li.product{
  flex: 0 0 calc(20% - var(--oasis-gap)) !important;
  max-width: calc(20% - var(--oasis-gap)) !important;
}

@media (max-width: 1024px){
  .smart-shop-page .woocommerce ul.products li.product{
    flex: 0 0 calc(25% - var(--oasis-gap)) !important; /* 4 cols */
    max-width: calc(25% - var(--oasis-gap)) !important;
  }
  /* More buttons center on tablet */
  .smart-shop-page .smart-shop-more{
    justify-content: center !important;
  }
}

@media (max-width: 600px){
  .smart-shop-page .woocommerce ul.products li.product{
    flex: 0 0 calc(50% - var(--oasis-gap)) !important; /* 2 cols */
    max-width: calc(50% - var(--oasis-gap)) !important;
  }
  /* More buttons center on mobile */
  .smart-shop-page .smart-shop-more{
    justify-content: center !important;
  }
}

/* Best sellers bottom breathing space */
.smart-shop-page .smart-shop-section.best-sellers{
  margin-bottom: clamp(18px, 1.6vw, 40px) !important;
}
/* ============================================================
   V8 PATCH â€“ Premium dark product cards (match category style)
   - Small top/side padding around image
   - Dark card background + consistent spacing
============================================================ */

/* Product grid items */
.smart-shop-page .smart-shop-products ul.products li.product {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 10px !important; /* small inner gap */
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-shadow: 0 14px 40px rgba(0,0,0,0.55) !important;
}

/* Link wrapper — block flow; image slot is on img only */
.smart-shop-page .smart-shop-products ul.products li.product a.woocommerce-LoopProduct-link,
.smart-shop-page .smart-shop-products ul.products li.product a.woocommerce-loop-product__link {
    color: #ffffff !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
}

/* Smart Shop product loop — square image slot on img only (title/price remain in link flow) */
.smart-shop-page .smart-shop-products ul.products li.product a.woocommerce-LoopProduct-link img,
.smart-shop-page .smart-shop-products ul.products li.product a img,
.smart-shop-page .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
.smart-shop-page .woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000000 !important;
    border-radius: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Title */
.smart-shop-page .smart-shop-products ul.products li.product .woocommerce-loop-product__title,
.smart-shop-page .smart-shop-products ul.products li.product h2.woocommerce-loop-product__title {
    color: #ffffff !important;
    margin: 6px 4px 4px 4px !important;
    font-family: 'ArbutusSlab', serif !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    min-height: 3.2em; /* keeps rows aligned */
	text-align: center; !important;
}

/* Price */
.smart-shop-page .smart-shop-products ul.products li.product .price {
    color: rgba(255,255,255,0.86) !important;
    margin: 0 4px 10px 4px !important;
    font-family: 'OpenSans', sans-serif !important;
	text-align: center; !important;
}

/* Buttons */
.smart-shop-page .smart-shop-products ul.products li.product .button,
.smart-shop-page .smart-shop-products ul.products li.product a.button {
    margin-top: auto !important; /* push to bottom for alignment */
    align-self: center; !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Sale badge */
.smart-shop-page .smart-shop-products ul.products li.product .onsale {
    background: #b6a400 !important;
    color: #000 !important;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    font-weight: 700 !important;
}

@media (max-width: 600px) {
    .smart-shop-page .smart-shop-products ul.products li.product {
        padding: 9px !important;
        border-radius: 14px !important;
    }
    .smart-shop-page .smart-shop-products ul.products li.product img,
    .smart-shop-page .smart-shop-products ul.products li.product a img {
        margin: 0 !important;
        border-radius: 16px !important;
    }
}

.smart-shop-page .oasis-container {
	border: 3px solid #262626;
}
/* ============================================================
   V12 FIX â€“ Stable Grid Columns (New Arrivals + Best Sellers)
   - Fixes random 3/4/5/1 wrapping caused by flex + wrong calc()
   - Keeps existing design (dark cards, centered title/price/button)
   - Scoped to .smart-shop-page only
============================================================ */

/* Force Woo product list to a real grid (no float/flex surprises) */
.smart-shop-page .smart-shop-products ul.products,
.smart-shop-page .woocommerce ul.products{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: var(--oasis-gap, clamp(10px, 0.9vw, 22px)) !important;
  align-items: stretch !important;
  justify-content: initial !important;
}

/* Ensure items don't carry old width/float rules */
.smart-shop-page .smart-shop-products ul.products li.product,
.smart-shop-page .woocommerce ul.products li.product{
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
}

/* Center alignment (fix invalid "!important" syntax from v8) */
.smart-shop-page .smart-shop-products ul.products li.product .woocommerce-loop-product__title,
.smart-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title{
  text-align: center !important;
}

.smart-shop-page .smart-shop-products ul.products li.product .price,
.smart-shop-page .woocommerce ul.products li.product .price{
  text-align: center !important;
}

.smart-shop-page .smart-shop-products ul.products li.product .button,
.smart-shop-page .woocommerce ul.products li.product .button{
  align-self: center !important;
}

/* Responsive columns */
@media (max-width: 1024px){
  .smart-shop-page .smart-shop-products ul.products,
  .smart-shop-page .woocommerce ul.products{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px){
  .smart-shop-page .smart-shop-products ul.products,
  .smart-shop-page .woocommerce ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* ============================================================
   V13 HOTFIX â€“ Remove "empty first cell" + pack items
   Cause: theme/Woo adds .first/.last rules that shift items or clear floats.
============================================================ */

/* Pack items to the left and fill any gaps */
.smart-shop-page .smart-shop-products ul.products,
.smart-shop-page .woocommerce ul.products{
  grid-auto-flow: row dense !important;
}

/* Neutralize Woo 'first/last' positioning rules from older float layouts */
.smart-shop-page .smart-shop-products ul.products li.product.first,
.smart-shop-page .woocommerce ul.products li.product.first,
.smart-shop-page .smart-shop-products ul.products li.product.last,
.smart-shop-page .woocommerce ul.products li.product.last{
  clear: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-column: auto !important;
}

/* If any rule is forcing a column start, reset it */
.smart-shop-page .smart-shop-products ul.products li.product,
.smart-shop-page .woocommerce ul.products li.product{
  grid-column-start: auto !important;
  grid-column-end: auto !important;
}
/* ============================================================
   V14 FIX â€“ Remove clearfix pseudo-elements occupying 1st grid cell
   Many themes add ul.products:before/:after {content:""; display:table;} for floats.
   In CSS Grid, these pseudo-elements become grid items -> first slot looks empty.
============================================================ */

.smart-shop-page .smart-shop-products ul.products::before,
.smart-shop-page .smart-shop-products ul.products::after,
.smart-shop-page .woocommerce ul.products::before,
.smart-shop-page .woocommerce ul.products::after{
  content: none !important;
  display: none !important;
}

/* ============================================================
   SMART SHOP â€“ TOP AFFILIATE STRIP (ONE-LINE COMPACT)
============================================================ */

.oasis-affiliate-strip {
  width: 100%;
  background: #0b0b0b;
  border-bottom: 1px solid #2b2b2b;
}

.oasis-affiliate-strip .oasis-container {
	border: 3px solid #262626;
}

.oasis-affiliate-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1vw, 18px);
  padding: clamp(8px, 0.8vw, 12px) 0; /* ðŸ‘ˆ height control */
}

.oasis-affiliate-text {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 14px);
  flex-wrap: wrap;
}

.oasis-affiliate-title {
  margin: 0;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #ffffff;
  white-space: nowrap;
}

.oasis-affiliate-subtitle,
.oasis-affiliate-note {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(12px, 0.95vw, 14px);
  color: #eaeaea;
  white-space: nowrap;
}

.oasis-affiliate-highlight {
  color: #00ff88;
  font-weight: 700;
}

.oasis-affiliate-cta {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 12px);
  flex-shrink: 0;
}

.oasis-affiliate-btn {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  padding: clamp(6px, 0.6vw, 8px) clamp(10px, 1vw, 14px);
  border-radius: clamp(6px, 0.6vw, 10px);
  background: #ffffff;
  color: #0b0b0b;
  border: 1px solid #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.oasis-affiliate-btn--ghost {
  background: transparent;
  color: #ffffff;
  border-color: #2b2b2b;
}

/* =========================
   MOBILE ADJUSTMENT (FIXED CTA STACK)
========================= */
@media (max-width: 768px) {

  .oasis-affiliate-inner {
    flex-wrap: nowrap;
    align-items: center;
  }

  .oasis-affiliate-text {
    flex: 1;
  }

  .oasis-affiliate-cta {
    flex-direction: column;          /* ðŸ‘ˆ stack buttons */
    align-items: flex-end;           /* ðŸ‘ˆ right side */
    gap: 8px;
  }

  .oasis-affiliate-note {
    display: none; /* height bachane ke liye */
  }
}

/* ============================================================
   AFFILIATE LANDING PAGE
   Scope: .oasis-affiliate-page only
============================================================ */

.oasis-affiliate-page {
  background: #0b0b0b;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: clamp(18px, 1.2vw, 40px);
  min-height: 100vh;
}

.oasis-affiliate-page .oasis-container {
  border: 3px solid #262626;
  box-sizing: border-box;
}

.oasis-affiliate-page section {
  padding: clamp(24px, 2vw, 48px) 0;
}

.oasis-affiliate-kicker {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: clamp(10px, 0.6vw, 14px);
  opacity: 0.85;
  margin-bottom: 6px;
}

.oasis-affiliate-section-head {
  text-align: left;
  margin: 0 0 clamp(18px, 1.4vw, 32px);
}

.oasis-affiliate-section-title {
  font-family: "ArbutusSlab", serif;
  font-size: clamp(22px, 1.6vw, 44px);
  line-height: 1.15;
  margin: 0;
  color: #ffffff;
}

.oasis-affiliate-why .oasis-affiliate-section-title::after,
.oasis-affiliate-steps .oasis-affiliate-section-title::after {
  content: "";
  display: block;
  width: clamp(72px, 6vw, 110px);
  height: 3px;
  margin-top: clamp(8px, 0.7vw, 12px);
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, rgba(168, 85, 247, 0.15));
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.45);
}

/* Hero */
.oasis-affiliate-page .oasis-affiliate-hero {
  padding-top: 0;
  padding-bottom: clamp(24px, 2vw, 48px);
}

.oasis-affiliate-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(18px, 2vw, 36px);
  align-items: start;
  padding: clamp(16px, 1.4vw, 28px) 0;
}

.oasis-affiliate-badge {
  display: inline-block;
  margin-bottom: clamp(10px, 0.9vw, 16px);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.45);
  background: rgba(168, 85, 247, 0.12);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, 0.75vw, 13px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.oasis-affiliate-hero-title {
  font-family: "ArbutusSlab", serif;
  font-size: clamp(28px, 2.2vw, 52px);
  line-height: 1.12;
  margin: 0 0 clamp(12px, 1vw, 18px);
  color: #ffffff;
}

.oasis-affiliate-hero-title-accent {
  color: rgba(168, 85, 247, 0.88);
}

.oasis-affiliate-hero-lead {
  margin: 0 0 clamp(16px, 1.2vw, 24px);
  max-width: clamp(320px, 38vw, 560px);
  font-family: "OpenSans", sans-serif;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.oasis-affiliate-hero-perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 0.8vw, 12px);
}

.oasis-affiliate-hero-perks li {
  position: relative;
  padding-left: 22px;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.88vw, 15px);
  color: rgba(255, 255, 255, 0.86);
}

.oasis-affiliate-hero-perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00ff88;
  font-weight: 700;
}

.oasis-affiliate-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 0.85vw, 14px);
  margin-top: clamp(16px, 1.2vw, 24px);
}

.oasis-affiliate-stat-card {
  padding: clamp(12px, 1vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(12px, 0.8vw, 16px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.oasis-affiliate-stat-value {
  display: block;
  margin-bottom: 4px;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  color: #00ff88;
}

.oasis-affiliate-stat-label {
  display: block;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(11px, 0.75vw, 13px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.oasis-affiliate-hero-graphic {
  margin-top: clamp(12px, 1vw, 18px);
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

.oasis-affiliate-network-svg {
  display: block;
  width: 100%;
  max-width: clamp(280px, 36vw, 420px);
  height: auto;
  color: #ffffff;
}

.oasis-affiliate-network-node {
  fill: rgba(168, 85, 247, 0.35);
  stroke: #ffffff;
  stroke-width: 1.2;
}

.oasis-affiliate-network-node--hub {
  fill: rgba(168, 85, 247, 0.55);
  stroke: #a855f7;
  stroke-width: 1.6;
}

.oasis-affiliate-network-pulse {
  fill: none;
  stroke: #a855f7;
  stroke-width: 1;
  opacity: 0.6;
}

/* Registration card */
.oasis-affiliate-register-card {
  width: 93%;
  max-width: 100%;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 0.9vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.35));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.48);
  padding: clamp(16px, 1.3vw, 24px);
  box-sizing: border-box;
}

.oasis-affiliate-register-title {
  margin: 0 0 clamp(14px, 1vw, 18px);
  font-family: "ArbutusSlab", serif;
  font-size: clamp(18px, 1.2vw, 26px);
  color: #ffffff;
}

.oasis-affiliate-form-notice {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.oasis-affiliate-form-notice--success {
  border: 1px solid rgba(0, 255, 136, 0.35);
  background: rgba(0, 255, 136, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.oasis-affiliate-form-notice--error {
  border: 1px solid rgba(255, 107, 107, 0.45);
  background: rgba(255, 107, 107, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.oasis-affiliate-success-card {
  display: grid;
  gap: clamp(14px, 1.1vw, 20px);
  padding: clamp(8px, 0.6vw, 12px) clamp(4px, 0.4vw, 8px) clamp(4px, 0.3vw, 6px);
  text-align: center;
}

.oasis-affiliate-success-icon {
  display: flex;
  justify-content: center;
  color: #00ff88;
}

.oasis-affiliate-success-icon svg {
  width: clamp(52px, 4vw, 64px);
  height: clamp(52px, 4vw, 64px);
  filter: drop-shadow(0 0 18px rgba(0, 255, 136, 0.35));
}

.oasis-affiliate-success-title {
  margin: 0;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(20px, 1.35vw, 28px);
  color: #ffffff;
  line-height: 1.25;
}

.oasis-affiliate-success-text {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(14px, 0.92vw, 16px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.oasis-affiliate-success-actions {
  display: grid;
  gap: 10px;
  margin-top: clamp(4px, 0.4vw, 8px);
}

.oasis-affiliate-page .oasis-affiliate-success-actions .oasis-affiliate-btn.oasis-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.oasis-affiliate-page .oasis-affiliate-success-btn-secondary.oasis-btn:not(:hover):not(:active):not(:focus) {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.oasis-affiliate-form {
  display: grid;
  gap: clamp(10px, 0.85vw, 14px);
}

.oasis-affiliate-field input,
.oasis-affiliate-field select,
.oasis-affiliate-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.88vw, 15px);
  box-sizing: border-box;
}

.oasis-affiliate-field textarea {
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.oasis-affiliate-field select {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.85) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.85) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.oasis-affiliate-field input::placeholder,
.oasis-affiliate-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.oasis-affiliate-field input:focus,
.oasis-affiliate-field select:focus,
.oasis-affiliate-field textarea:focus {
  outline: none;
  border-color: rgba(168, 85, 247, 0.55);
  box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.15);
}

.oasis-affiliate-page .oasis-affiliate-field select option {
  background-color: #0b0b0b;
  color: #ffffff;
}

.oasis-affiliate-page .oasis-affiliate-field select option:checked,
.oasis-affiliate-page .oasis-affiliate-field select option:hover,
.oasis-affiliate-page .oasis-affiliate-field select option:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}

/* Affiliate page: compact button look + global .oasis-btn hover/animation */
.oasis-affiliate-page .oasis-affiliate-btn.oasis-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 0.6vw, 8px) clamp(10px, 1vw, 14px);
  border-radius: clamp(6px, 0.6vw, 10px);
  border-width: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.oasis-affiliate-page .oasis-affiliate-btn.oasis-btn:not(:hover):not(:active):not(:focus) {
  background: #ffffff;
  color: #0b0b0b;
  border-color: #ffffff;
  box-shadow: none;
  transform: none;
}

.oasis-affiliate-page .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit {
  display: flex;
  width: 100%;
  margin-top: 4px;
}

/* Why join */
.oasis-affiliate-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 20px);
}

.oasis-affiliate-why-card {
  padding: clamp(16px, 1.2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(12px, 0.8vw, 16px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.oasis-affiliate-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(255, 255, 255, 0.08),
    0 0 36px rgba(255, 255, 255, 0.04);
}

.oasis-affiliate-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #101010, #050505);
  box-shadow: none;
  position: relative;
}

.oasis-affiliate-why-icon::before,
.oasis-affiliate-why-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.oasis-affiliate-why-icon--commission::before {
  content: "%";
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.oasis-affiliate-why-icon--payments::before {
  width: 14px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

.oasis-affiliate-why-icon--payments::after {
  width: 8px;
  height: 2px;
  background: #ffffff;
  margin-top: -4px;
}

.oasis-affiliate-why-icon--tracking::before {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: translate(-50%, -50%) rotate(35deg);
}

.oasis-affiliate-why-icon--marketing::before {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  transform: translate(-50%, -55%);
}

.oasis-affiliate-why-icon--marketing::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: 62%;
}

.oasis-affiliate-why-card h3 {
  margin: 0 0 8px;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  color: #ffffff;
}

.oasis-affiliate-why-card p {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* Steps */
.oasis-affiliate-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.oasis-affiliate-step-card {
  padding: clamp(16px, 1.2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(12px, 0.8vw, 16px);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.oasis-affiliate-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(255, 255, 255, 0.08),
    0 0 36px rgba(255, 255, 255, 0.04);
}

.oasis-affiliate-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.2vw, 48px);
  height: clamp(40px, 3.2vw, 48px);
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #101010, #050505);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, 0.75vw, 13px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.oasis-affiliate-step-card h3 {
  margin: 0 0 8px;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  color: #ffffff;
}

.oasis-affiliate-step-card p {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* Section containers without outer wrapper border */
.oasis-affiliate-why .oasis-container,
.oasis-affiliate-steps .oasis-container,
.oasis-affiliate-commission .oasis-container,
.oasis-affiliate-faq .oasis-container,
.oasis-affiliate-final-cta .oasis-container {
  border: none;
}

.oasis-affiliate-commission-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.5vw, 28px);
  padding: clamp(20px, 1.6vw, 32px) clamp(18px, 1.4vw, 28px);
  border-radius: clamp(14px, 0.9vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(180deg, #101010, #0a0a0a 48%, #050505);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  text-align: left;
}

.oasis-affiliate-commission-copy {
  flex: 1;
  min-width: 0;
}

.oasis-affiliate-commission-heading {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(18px, 1.4vw, 28px);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.oasis-affiliate-commission-heading strong {
  color: #00ff88;
  font-weight: 700;
}

.oasis-affiliate-commission-subtext {
  margin: clamp(8px, 0.7vw, 12px) 0 0;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.oasis-affiliate-commission-action {
  flex-shrink: 0;
}

.oasis-affiliate-commission-action .oasis-affiliate-btn.oasis-btn {
  margin: 0;
}

/* FAQ (dark theme) */
.oasis-affiliate-page .oasis-affiliate-faq-list {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(14px, 0.9vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  overflow: hidden;
}

.oasis-affiliate-page .oasis-faq-item + .oasis-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.oasis-affiliate-page .oasis-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: clamp(14px, 1.1vw, 18px) clamp(16px, 1.2vw, 22px);
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: clamp(14px, 0.95vw, 16px);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.oasis-affiliate-page .oasis-faq-question:hover {
  background: rgba(255, 255, 255, 0.04);
}

.oasis-affiliate-page .oasis-faq-item.is-open .oasis-faq-question {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.oasis-affiliate-page .oasis-faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.oasis-affiliate-page .oasis-faq-question[aria-expanded="true"] .oasis-faq-icon {
  transform: rotate(45deg);
  background: rgba(168, 85, 247, 0.28);
  color: #ffffff;
  border-color: rgba(168, 85, 247, 0.45);
}

.oasis-affiliate-page .oasis-faq-answer {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  transition: max-height 0.28s ease;
}

.oasis-affiliate-page .oasis-faq-item.is-open .oasis-faq-answer {
  max-height: 240px;
  background: rgba(255, 255, 255, 0.02);
}

.oasis-affiliate-page .oasis-faq-answer-inner {
  padding: 0 clamp(16px, 1.2vw, 22px) clamp(14px, 1.1vw, 18px);
  font-family: "OpenSans", sans-serif;
  font-size: clamp(13px, 0.88vw, 15px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

/* Final CTA */
.oasis-affiliate-final-inner {
  text-align: center;
  padding: clamp(28px, 2.2vw, 44px) clamp(20px, 1.6vw, 32px);
}

.oasis-affiliate-final-title {
  margin: 0 0 10px;
  font-family: "ArbutusSlab", serif;
  font-size: clamp(24px, 1.8vw, 40px);
  color: #ffffff;
}

.oasis-affiliate-final-subtitle {
  max-width: clamp(320px, 52vw, 640px);
  margin: 0 auto clamp(16px, 1.2vw, 22px);
  font-family: "OpenSans", sans-serif;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.oasis-affiliate-final-inner .oasis-affiliate-btn.oasis-btn {
  display: inline-flex;
  margin: 0;
}

@media (max-width: 1024px) {
  .oasis-affiliate-hero-grid {
    grid-template-columns: 1fr;
  }

  .oasis-affiliate-register-card {
    width: 100%;
    justify-self: stretch;
  }

  .oasis-affiliate-why-grid,
  .oasis-affiliate-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .oasis-affiliate-hero-grid {
    gap: 16px;
  }

  .oasis-affiliate-hero-graphic {
    display: none;
  }

  .oasis-affiliate-hero-perks {
    grid-template-columns: 1fr;
  }

  .oasis-affiliate-hero-stats {
    grid-template-columns: 1fr;
  }

  .oasis-affiliate-network-svg {
    max-width: 100%;
  }

  .oasis-affiliate-why-grid,
  .oasis-affiliate-steps-grid {
    grid-template-columns: 1fr;
  }

  .oasis-affiliate-hero-lead {
    max-width: none;
  }

  .oasis-affiliate-final-subtitle {
    max-width: none;
  }

  .oasis-affiliate-commission-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .oasis-affiliate-commission-copy {
    width: 100%;
  }
}

/* ============================================================
   WOO ARCHIVE â€“ Smart Shop listings (New Arrivals / Best Sellers)
   Scope: body.oasis-shop-new-arrivals | body.oasis-shop-best-sellers
============================================================ */

body.oasis-shop-new-arrivals,
body.oasis-shop-best-sellers {
  background: #0b0b0b;
  color: #ffffff;
}

body.oasis-shop-new-arrivals .site-header,
body.oasis-shop-best-sellers .site-header,
body.oasis-shop-new-arrivals .site-footer,
body.oasis-shop-best-sellers .site-footer {
  position: relative;
  z-index: 2;
}

/* Page shell */
body.oasis-shop-new-arrivals section.oasis-shop-archive,
body.oasis-shop-best-sellers section.oasis-shop-archive {
  --oasis-archive-gap: clamp(10px, 0.9vw, 22px);
  display: block;
  width: 100%;
  background: #0b0b0b;
  color: #ffffff;
  padding: clamp(18px, 1.2vw, 40px) 0;
  min-height: 100vh;
  box-sizing: border-box;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive > .oasis-container ,
body.oasis-shop-best-sellers section.oasis-shop-archive > .oasis-container {
  width: 100%;
  max-width: clamp(1200px, 88vw, 3200px);
  margin: 0 auto;
  padding: clamp(14px, 1.2vw, 24px);
  background: transparent !important;
  border: 3px solid #262626;
  box-sizing: border-box;
}

/* Dark archive panel */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-archive-panel ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-archive-panel {
  margin-top: clamp(12px, 0.9vw, 18px);
  padding: clamp(14px, 1.1vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: clamp(14px, 0.8vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.48);
  box-sizing: border-box;
}

/* Hero + breadcrumb */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-archive-hero ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-archive-hero {
  margin: 0 0 clamp(14px, 1vw, 24px);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-breadcrumb ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 clamp(12px, 0.9vw, 18px);
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  color: rgba(255, 255, 255, 0.62);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-breadcrumb a ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 600;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-breadcrumb a:hover ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-breadcrumb a:hover {
  color: #ffffff;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-breadcrumb-sep ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-breadcrumb-sep {
  opacity: 0.45;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-breadcrumb-current ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-breadcrumb-current {
  color: #ffffff;
  font-weight: 600;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-section-head ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-section-head {
  text-align: left;
  margin: 0;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-title ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-title {
  font-family: 'ArbutusSlab', serif;
  font-size: clamp(22px, 1.6vw, 44px);
  line-height: 1.15;
  margin: 0;
  color: #ffffff;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-description ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-description {
  margin: clamp(8px, 0.7vw, 12px) 0 0;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: clamp(520px, 52vw, 760px);
}

/* Toolbar */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-archive-panel .woocommerce-notices-wrapper ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-archive-panel .woocommerce-notices-wrapper {
  margin-bottom: clamp(12px, 0.9vw, 18px);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 clamp(14px, 1vw, 20px);
  padding-bottom: clamp(10px, 0.8vw, 14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-result-count,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-result-count,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering {
  margin: 0;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  color: rgba(255, 255, 255, 0.78);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering {
  position: relative;
  margin-left: auto;
}

/* Hide native select â€“ keep in DOM for WooCommerce form submit */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering select.oasis-shop-sort-native,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering select.oasis-shop-sort-native,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering select.orderby ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering select.orderby {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Custom dark sort dropdown */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-ui ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-ui {
  position: relative;
  min-width: clamp(180px, 18vw, 240px);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-trigger ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 0 clamp(14px, 1vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-trigger:hover,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-trigger:hover,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-ui.is-open .oasis-shop-sort-trigger ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-ui.is-open .oasis-shop-sort-trigger {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-label ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-label {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-chevron ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-chevron {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  opacity: 0.85;
  transition: transform 0.22s ease;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-ui.is-open .oasis-shop-sort-chevron ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-ui.is-open .oasis-shop-sort-chevron {
  transform: rotate(180deg);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 30;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list[hidden] ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list[hidden] {
  display: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list li ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list li {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list li:hover ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list li:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list li.is-active,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list li.is-active,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-list li[aria-selected="true"] ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-list li[aria-selected="true"] {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}

/* Products grid wrapper */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid {
  width: 100%;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: var(--oasis-archive-gap) !important;
  align-items: stretch !important;
  justify-content: initial !important;
  grid-auto-flow: row dense !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products::before,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products::after {
  content: none !important;
  display: none !important;
}

/* Product cards â€“ homepage Smart Shop match */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  clear: none !important;
  grid-column-start: auto !important;
  grid-column-end: auto !important;
  box-sizing: border-box !important;
  background: #0b0b0b !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55) !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product.first,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product.first,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product.last ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product.last {
  clear: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-column: auto !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.woocommerce-LoopProduct-link,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.woocommerce-LoopProduct-link,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.woocommerce-loop-product__link ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.woocommerce-loop-product__link {
  color: #ffffff !important;
  text-decoration: none !important;
  display: block !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product img,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product img,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a img ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a img {
  width: 100% !important;
  background: #000000 !important;
  border-radius: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .woocommerce-loop-product__title,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .woocommerce-loop-product__title,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product h2.woocommerce-loop-product__title ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product h2.woocommerce-loop-product__title {
  color: #ffffff !important;
  margin: 6px 4px 4px 4px !important;
  font-family: 'ArbutusSlab', serif !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  min-height: 3.2em;
  text-align: center !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .price ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .price {
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 0 4px 10px 4px !important;
  font-family: 'OpenSans', sans-serif !important;
  text-align: center !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .button,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .button,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.button,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a.button,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .added_to_cart ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .added_to_cart {
  margin-top: auto !important;
  align-self: center !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .onsale ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product .onsale {
  background: #b6a400 !important;
  color: #000000 !important;
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-weight: 700 !important;
}

/* Pagination â€“ premium dark bar */
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination {
  width: 100%;
  margin-top: clamp(28px, 2.2vw, 48px);
  padding: clamp(16px, 1.2vw, 22px) clamp(14px, 1.1vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 0.9vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  overflow: visible;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .woocommerce-pagination ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .woocommerce-pagination {
  width: 100%;
  margin: 0;
  border: none !important;
  background: transparent !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  clear: none !important;
  white-space: normal !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers::before,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers::after,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers::after,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul::before,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination nav.woocommerce-pagination ul::after {
  content: none !important;
  display: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  display: block !important;
  overflow: visible !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li::before,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li::after {
  content: none !important;
  display: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li a,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li a,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li span ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers li span {
  margin: 0 !important;
  float: none !important;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination a.page-numbers:hover ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination a.page-numbers:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: translateY(-1px);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .page-numbers.current ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .page-numbers.current {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .page-numbers.dots ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .page-numbers.dots {
  min-width: auto;
  padding: 0 4px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers {
  min-width: clamp(108px, 10vw, 132px);
  padding: 0 clamp(18px, 1.4vw, 24px);
  border-radius: 999px;
  font-size: 0;
  letter-spacing: 0;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before {
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 700;
  line-height: 1;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after,
body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after {
  font-size: clamp(11px, 0.75vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before {
  content: "â†";
  margin-right: 6px;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after {
  content: "Previous";
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before {
  content: "Next";
  margin-right: 6px;
}

body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after {
  content: "â†’";
}

/* Responsive: 5 / 3 / 2 */
@media (max-width: 1024px) {
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  body.oasis-shop-new-arrivals section.oasis-shop-archive > .oasis-container ,
body.oasis-shop-best-sellers section.oasis-shop-archive > .oasis-container {
    padding: clamp(12px, 3.6vw, 16px);
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product {
    padding: 9px !important;
    border-radius: 14px !important;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product img,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product img,
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a img ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-products-grid ul.products li.product a img {
    border-radius: 16px !important;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-toolbar .woocommerce-ordering {
    width: 100%;
    margin-left: 0;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-sort-ui ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-sort-ui {
    width: 100%;
    min-width: 0;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination {
    margin-top: clamp(22px, 5vw, 32px);
    padding: clamp(12px, 3.5vw, 16px) clamp(10px, 3vw, 14px);
    border-radius: 14px;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination ul.page-numbers {
    gap: 8px;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 11px;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers,
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers {
    min-width: 96px;
    padding: 0 14px;
  }

  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::before,
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::before,
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .prev.page-numbers::after,
  body.oasis-shop-new-arrivals section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after ,
body.oasis-shop-best-sellers section.oasis-shop-archive .oasis-shop-pagination .next.page-numbers::after {
    font-size: 10px;
  }
}

/* ============================================================
   WOO ARCHIVE – Product Category (CSS-only premium mimic)
   Scope: body.tax-product_cat.woocommerce-page only
============================================================ */

body.tax-product_cat.woocommerce-page {
  --oasis-cat-archive-gap: clamp(10px, 0.9vw, 22px);
  --oasis-cat-purple: #a855f7;
  --oasis-cat-purple-soft: rgba(168, 85, 247, 0.72);
  --oasis-cat-purple-glow: rgba(168, 85, 247, 0.58);
  background: #0b0b0b;
  color: #ffffff;
}

body.tax-product_cat.woocommerce-page .site-header,
body.tax-product_cat.woocommerce-page .site-footer {
  position: relative;
  z-index: 2;
}

body.tax-product_cat.woocommerce-page main,
body.tax-product_cat.woocommerce-page .site-main {
  background: #0b0b0b;
  color: #ffffff;
  padding: clamp(10px, 0.7vw, 20px) 0 clamp(18px, 1.2vw, 40px);
  min-height: 100vh;
  box-sizing: border-box;
}

/* Shared container width (toolbar + product grid column) */
body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar,
body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero,
body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero,
body.tax-product_cat.woocommerce-page ul.products,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination {
  width: 100%;
  max-width: clamp(1200px, 88vw, 3200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(14px, 1.2vw, 24px);
  padding-right: clamp(14px, 1.2vw, 24px);
  box-sizing: border-box;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar,
body.tax-product_cat.woocommerce-page ul.products,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination {
  border-left: 3px solid #262626;
  border-right: 3px solid #262626;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar {
  margin-top: 0;
  padding-top: clamp(10px, 0.85vw, 14px);
  border-top: 3px solid #262626;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination,
body.tax-product_cat.woocommerce-page ul.products {
  padding-bottom: clamp(14px, 1.2vw, 24px);
  border-bottom: 3px solid #262626;
}

/* Premium category hero card */
body.tax-product_cat.woocommerce-page header.woocommerce-products-header {
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero {
  margin-bottom: clamp(10px, 0.8vw, 16px);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-card {
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(120% 80% at 85% 20%, rgba(168, 85, 247, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.34));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(10px, 1.1vw, 20px);
  align-items: center;
  padding: clamp(12px, 1vw, 18px) clamp(14px, 1.2vw, 22px) clamp(6px, 0.55vw, 10px);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-copy {
  min-width: 0;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-copy .oasis-cat-archive-title-head {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

body.tax-product_cat.woocommerce-page h1.page-title,
body.tax-product_cat.woocommerce-page h1.woocommerce-products-header__title,
body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-title {
  font-family: 'ArbutusSlab', serif;
  font-size: clamp(24px, 1.85vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-title-main {
  color: #ffffff;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-title-accent {
  color: var(--oasis-cat-purple-soft);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-accent {
  display: block;
  width: clamp(72px, 6vw, 110px);
  height: 3px;
  margin-top: clamp(6px, 0.55vw, 9px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--oasis-cat-purple), rgba(168, 85, 247, 0.15));
  box-shadow: 0 0 18px var(--oasis-cat-purple-glow);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-desc {
  margin: clamp(6px, 0.55vw, 10px) 0 0;
  max-width: clamp(320px, 34vw, 520px);
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-visual {
  position: relative;
  min-height: clamp(148px, 11.5vw, 196px);
  overflow: hidden;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-glow {
  position: absolute;
  inset: 4% 2% 12% 4%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(168, 85, 247, 0.42), rgba(168, 85, 247, 0.12) 42%, transparent 72%),
    repeating-linear-gradient(-24deg, rgba(168, 85, 247, 0.06) 0 2px, transparent 2px 14px);
  filter: blur(0.4px);
  pointer-events: none;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.9vw, 14px);
  min-height: clamp(132px, 10.5vw, 178px);
  padding: 2px 0;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item {
  position: relative;
  margin: 0;
  width: clamp(64px, 6.2vw, 92px);
  height: clamp(64px, 6.2vw, 92px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transform: translateY(8px) scale(0.86);
  opacity: 0.78;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-swapping {
  opacity: 0.5;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-swapping img {
  opacity: 0.45;
  transform: scale(0.96);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-featured.is-swapping {
  opacity: 0.82;
  transform: translateY(0) scale(0.98);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-placeholder {
  background:
    linear-gradient(145deg, rgba(168, 85, 247, 0.18), rgba(0, 0, 0, 0.65)),
    rgba(255, 255, 255, 0.04);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item--1 {
  transform: translateY(10px) scale(0.84) rotate(-5deg);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item--3 {
  transform: translateY(10px) scale(0.84) rotate(5deg);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-featured {
  width: clamp(118px, 11vw, 168px);
  height: clamp(118px, 11vw, 168px);
  transform: translateY(0) scale(1);
  opacity: 1;
  border: 2px solid rgba(168, 85, 247, 0.92);
  box-shadow:
    0 0 28px var(--oasis-cat-purple-glow),
    0 0 56px rgba(168, 85, 247, 0.32),
    0 0 0 6px rgba(168, 85, 247, 0.12),
    0 14px 30px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-dots span.is-active {
  background: var(--oasis-cat-purple);
  box-shadow: 0 0 10px var(--oasis-cat-purple-glow);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.65vw, 10px);
  margin: 0;
  padding: clamp(8px, 0.75vw, 12px) clamp(12px, 1vw, 18px) clamp(10px, 0.85vw, 14px);
  list-style: none;
  border-top: 1px solid rgba(168, 85, 247, 0.18);
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.05), rgba(0, 0, 0, 0.2));
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: rgba(168, 85, 247, 0.08);
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(11px, 0.76vw, 13px);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-feature-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--oasis-cat-purple);
  box-shadow: 0 0 10px var(--oasis-cat-purple-glow);
}

body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-feature-label {
  min-width: 0;
}

/* Toolbar first (top of archive) */
body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-top: 3px solid #262626;
  border-bottom: none;
  border-radius: clamp(14px, 0.8vw, 18px) clamp(14px, 0.8vw, 18px) 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.48);
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .woocommerce-notices-wrapper {
  margin-bottom: clamp(8px, 0.65vw, 12px);
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .woocommerce-notices-wrapper:empty {
  margin-bottom: 0;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar {
  display: block;
  visibility: visible;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding-bottom: clamp(6px, 0.5vw, 8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  visibility: visible;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-result-count,
body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering {
  margin: 0;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  color: rgba(255, 255, 255, 0.78);
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering {
  position: relative;
  margin-left: auto;
}

/* Breadcrumb hero (below toolbar, above title) */
body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero {
  margin: 0 auto;
  padding-top: clamp(2px, 0.3vw, 5px);
  padding-bottom: clamp(0px, 0.2vw, 3px);
  border: none;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero .oasis-shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(10px, 0.72vw, 12px);
  color: rgba(255, 255, 255, 0.42);
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero .oasis-shop-breadcrumb a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
  font-weight: 500;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero .oasis-shop-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.78);
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero .oasis-shop-breadcrumb-sep {
  opacity: 0.32;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero .oasis-shop-breadcrumb-current {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby {
  min-width: clamp(180px, 18vw, 240px);
  min-height: 42px;
  padding: 0 clamp(14px, 1vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-family: 'OpenSans', sans-serif;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 600;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.85) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.85) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby option {
  background-color: #111111;
  color: #ffffff;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby option:checked,
body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby option:hover,
body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby option:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}

body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.34);
  background-color: rgba(0, 0, 0, 0.62);
  color: #ffffff;
}

body.tax-product_cat.woocommerce-page ul.products {
  margin-top: 0;
  padding-top: clamp(14px, 1.1vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-top: none;
  border-radius: 0 0 clamp(14px, 0.8vw, 18px) clamp(14px, 0.8vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.48);
}

/* Products grid */
body.tax-product_cat.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: var(--oasis-cat-archive-gap) !important;
  align-items: stretch !important;
  justify-content: initial !important;
  grid-auto-flow: row dense !important;
  list-style: none !important;
}

body.tax-product_cat.woocommerce-page ul.products::before,
body.tax-product_cat.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  clear: none !important;
  grid-column-start: auto !important;
  grid-column-end: auto !important;
  box-sizing: border-box !important;
  background: #0b0b0b !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55) !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product.first,
body.tax-product_cat.woocommerce-page ul.products li.product.last {
  clear: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-column: auto !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat.woocommerce-page ul.products li.product a.woocommerce-loop-product__link {
  color: #ffffff !important;
  text-decoration: none !important;
  display: block !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product img,
body.tax-product_cat.woocommerce-page ul.products li.product a img {
  width: 100% !important;
  background: #000000 !important;
  border-radius: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
  color: #ffffff !important;
  margin: 6px 4px 4px 4px !important;
  font-family: 'ArbutusSlab', serif !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  min-height: 3.2em;
  text-align: center !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product .price {
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 0 4px 10px 4px !important;
  font-family: 'OpenSans', sans-serif !important;
  text-align: center !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product .button,
body.tax-product_cat.woocommerce-page ul.products li.product a.button,
body.tax-product_cat.woocommerce-page ul.products li.product .added_to_cart {
  margin-top: auto !important;
  align-self: center !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.tax-product_cat.woocommerce-page ul.products li.product .onsale {
  background: #b6a400 !important;
  color: #000000 !important;
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-weight: 700 !important;
}

/* Pagination */
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination {
  width: 100%;
  margin-top: clamp(28px, 2.2vw, 48px);
  padding: clamp(16px, 1.2vw, 22px) clamp(14px, 1.1vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 0.9vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  overflow: visible;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  clear: none !important;
  white-space: normal !important;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul::before,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul::after,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers::before,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers::after {
  content: none !important;
  display: none !important;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul li,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  display: block !important;
  overflow: visible !important;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul li::before,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul li::after,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers li::before,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers li::after {
  content: none !important;
  display: none !important;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination a.page-numbers:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: translateY(-1px);
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .page-numbers.current {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .page-numbers.dots {
  min-width: auto;
  padding: 0 4px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers,
body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers {
  min-width: clamp(108px, 10vw, 132px);
  padding: 0 clamp(18px, 1.4vw, 24px);
  border-radius: 999px;
  font-size: 0;
  letter-spacing: 0;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers::before {
  content: "\2190";
  margin-right: 6px;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 700;
  line-height: 1;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers::after {
  content: "Previous";
  font-size: clamp(11px, 0.75vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers::before {
  content: "Next";
  margin-right: 6px;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 700;
  line-height: 1;
}

body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers::after {
  content: "\2192";
  font-size: clamp(11px, 0.75vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 1024px) {
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-main {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 8px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-desc {
    max-width: none;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-visual {
    min-height: 160px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-featured {
    width: clamp(104px, 14vw, 140px);
    height: clamp(104px, 14vw, 140px);
  }

  body.tax-product_cat.woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile category hero – breadcrumb, title, description only */
@media (max-width: 767px) {
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-visual,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-glow,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-nav,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-dots,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-arrow,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-features {
    display: none !important;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero {
    margin-bottom: clamp(8px, 2.5vw, 12px);
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-card {
    border-color: rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding: clamp(12px, 3.5vw, 16px) clamp(12px, 3.6vw, 16px) clamp(10px, 3vw, 14px);
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-desc {
    max-width: none;
    margin-top: clamp(8px, 2.5vw, 12px);
  }
}

@media (max-width: 600px) {
  body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar,
  body.tax-product_cat.woocommerce-page .oasis-cat-archive-hero,
  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero,
  body.tax-product_cat.woocommerce-page ul.products,
  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination {
    padding-left: clamp(12px, 3.6vw, 16px);
    padding-right: clamp(12px, 3.6vw, 16px);
  }

  body.tax-product_cat.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tax-product_cat.woocommerce-page ul.products li.product {
    padding: 9px !important;
    border-radius: 14px !important;
  }

  body.tax-product_cat.woocommerce-page ul.products li.product img,
  body.tax-product_cat.woocommerce-page ul.products li.product a img {
    border-radius: 16px !important;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-main {
    padding: 14px 14px 8px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-title {
    font-size: clamp(20px, 6.2vw, 30px);
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item {
    width: 58px;
    height: 58px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-flash-item.is-featured {
    width: 96px;
    height: 96px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-features {
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 12px 12px;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-premium-hero-feature-chip {
    width: 100%;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering {
    width: 100%;
    margin-left: 0;
  }

  body.tax-product_cat.woocommerce-page .oasis-cat-archive-toolbar .oasis-shop-toolbar .woocommerce-ordering select.orderby {
    width: 100%;
    min-width: 0;
  }

  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination {
    margin-top: clamp(22px, 5vw, 32px);
    padding: clamp(12px, 3.5vw, 16px) clamp(10px, 3vw, 14px);
    border-radius: 14px;
  }

  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    gap: 8px;
  }

  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 11px;
  }

  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers,
  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers {
    min-width: 96px;
    padding: 0 14px;
  }

  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers::before,
  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers::before,
  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .prev.page-numbers::after,
  body.tax-product_cat.woocommerce-page nav.woocommerce-pagination .next.page-numbers::after {
    font-size: 10px;
  }
}

/* ============================================================
   AFFILIATE REGISTRATION CARD — UI REFINEMENT (scoped)
   Registration form / notices / success only — not hero sections
============================================================ */

.oasis-affiliate-page .oasis-affiliate-register-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1vw, 18px);
  padding: clamp(20px, 1.65vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(16px, 1vw, 22px);
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.02) 42%,
      rgba(0, 0, 0, 0.48) 100%
    );
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(168, 85, 247, 0.14) inset,
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.oasis-affiliate-page .oasis-affiliate-register-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(168, 85, 247, 0.7),
    rgba(0, 255, 136, 0.45),
    transparent
  );
  pointer-events: none;
  z-index: 0;
}

.oasis-affiliate-page .oasis-affiliate-register-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% -20%, rgba(168, 85, 247, 0.14), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.oasis-affiliate-page .oasis-affiliate-register-card > * {
  position: relative;
  z-index: 1;
}

.oasis-affiliate-page .oasis-affiliate-form {
  gap: clamp(12px, 0.95vw, 16px);
  margin-top: 2px;
}

.oasis-affiliate-page .oasis-affiliate-field {
  display: flex;
  flex-direction: column;
}

.oasis-affiliate-page .oasis-affiliate-field input,
.oasis-affiliate-page .oasis-affiliate-field select,
.oasis-affiliate-page .oasis-affiliate-field textarea {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background-color: rgba(8, 8, 14, 0.72);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
  color: #ffffff;
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.45;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 8px 22px rgba(0, 0, 0, 0.22);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.oasis-affiliate-page .oasis-affiliate-field textarea {
  min-height: 96px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.55;
}

.oasis-affiliate-page .oasis-affiliate-field select {
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.88) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px),
    0 0;
  background-size: 6px 6px, 6px 6px, auto;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.oasis-affiliate-page .oasis-affiliate-field input::placeholder,
.oasis-affiliate-page .oasis-affiliate-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.oasis-affiliate-page .oasis-affiliate-field input:hover,
.oasis-affiliate-page .oasis-affiliate-field select:hover,
.oasis-affiliate-page .oasis-affiliate-field textarea:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

.oasis-affiliate-page .oasis-affiliate-field input:focus,
.oasis-affiliate-page .oasis-affiliate-field select:focus,
.oasis-affiliate-page .oasis-affiliate-field textarea:focus {
  border-color: rgba(168, 85, 247, 0.72);
  background-color: rgba(12, 10, 20, 0.88);
  box-shadow:
    0 0 0 3px rgba(168, 85, 247, 0.18),
    0 0 22px rgba(168, 85, 247, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  transform: translateY(-1px);
}

.oasis-affiliate-page .oasis-affiliate-form-notice {
  margin-bottom: 0;
  padding: 13px 14px 13px 16px;
  border-radius: 12px;
  font-size: clamp(13px, 0.88vw, 14px);
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.oasis-affiliate-page .oasis-affiliate-form-notice--error {
  border: 1px solid rgba(255, 107, 107, 0.42);
  border-left: 3px solid rgba(255, 107, 107, 0.95);
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.14), rgba(255, 107, 107, 0.06));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.94);
}

.oasis-affiliate-page .oasis-affiliate-form-notice--success {
  border: 1px solid rgba(0, 255, 136, 0.38);
  border-left: 3px solid rgba(0, 255, 136, 0.9);
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.12), rgba(0, 255, 136, 0.05));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.oasis-affiliate-page .oasis-affiliate-success-card {
  gap: clamp(16px, 1.2vw, 22px);
  padding: clamp(12px, 1vw, 18px) clamp(8px, 0.7vw, 12px);
  border: 1px solid rgba(0, 255, 136, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 255, 136, 0.06), rgba(0, 0, 0, 0.28));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(0, 255, 136, 0.08);
}

.oasis-affiliate-page .oasis-affiliate-success-icon svg {
  filter: drop-shadow(0 0 22px rgba(0, 255, 136, 0.42));
}

.oasis-affiliate-page .oasis-affiliate-success-title {
  letter-spacing: 0.01em;
}

.oasis-affiliate-page .oasis-affiliate-success-text {
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.oasis-affiliate-page .oasis-affiliate-success-actions {
  gap: 12px;
  margin-top: clamp(6px, 0.5vw, 10px);
  width: 100%;
}

.oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit {
  min-height: 50px;
  width: 100%;
  margin-top: clamp(6px, 0.6vw, 10px);
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  font-size: clamp(13px, 0.92vw, 15px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(168, 85, 247, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
}

.oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit:not(:hover):not(:active):not(:focus) {
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f5 100%);
  color: #0b0b0b;
  border-color: #ffffff;
}

.oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit:hover {
  transform: translateY(-2px) scale(1.01);
  background: #0b0b0b;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.55),
    0 0 26px rgba(168, 85, 247, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit:focus {
  outline: none;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.5),
    0 0 0 4px rgba(168, 85, 247, 0.28);
}

.oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit:active {
  transform: translateY(0) scale(0.99);
}

.oasis-affiliate-page .oasis-affiliate-success-card .oasis-affiliate-btn.oasis-btn {
  min-height: 46px;
  border-radius: 999px;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .oasis-affiliate-page .oasis-affiliate-register-card {
    width: 100%;
    padding: clamp(18px, 2.4vw, 24px);
    gap: 14px;
  }

  .oasis-affiliate-page .oasis-affiliate-form {
    gap: 14px;
  }

  .oasis-affiliate-page .oasis-affiliate-field input,
  .oasis-affiliate-page .oasis-affiliate-field select,
  .oasis-affiliate-page .oasis-affiliate-field textarea {
    min-height: 50px;
    font-size: 16px;
  }

  .oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit {
    min-height: 52px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .oasis-affiliate-page .oasis-affiliate-register-card {
    padding: 16px;
    border-radius: 14px;
    gap: 12px;
  }

  .oasis-affiliate-page .oasis-affiliate-form {
    gap: 12px;
  }

  .oasis-affiliate-page .oasis-affiliate-field input,
  .oasis-affiliate-page .oasis-affiliate-field select,
  .oasis-affiliate-page .oasis-affiliate-field textarea {
    min-height: 48px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 11px;
  }

  .oasis-affiliate-page .oasis-affiliate-field select {
    padding-right: 38px;
  }

  .oasis-affiliate-page .oasis-affiliate-field textarea {
    min-height: 88px;
  }

  .oasis-affiliate-page .oasis-affiliate-form-notice {
    padding: 12px 12px 12px 14px;
    font-size: 13px;
  }

  .oasis-affiliate-page .oasis-affiliate-success-card {
    padding: 14px 10px;
    gap: 14px;
  }

  .oasis-affiliate-page .oasis-affiliate-success-text {
    max-width: none;
    font-size: 14px;
  }

  .oasis-affiliate-page .oasis-affiliate-form .oasis-affiliate-btn.oasis-btn.oasis-affiliate-form-submit {
    min-height: 48px;
    padding: 11px 16px;
    font-size: 13px;
  }
}

