/* =========================================================
   RIKIVA SHOP.CSS - CLEANED
   Duplicate and obsolete override blocks removed.
   Cleaned from the working version to preserve current UI.
   ========================================================= */

.rikiva-shop-banner {
    background:
        linear-gradient(
            rgba(20, 39, 78, 0.68),
            rgba(20, 39, 78, 0.68)
        ),
        url('../images/festival-banner.webp') center center / cover no-repeat;

    min-height: 340px;
    padding: 60px 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-align: center;

    border-radius: 22px;
    overflow: hidden;

    margin: 0 auto 50px;
}
/* Banner inner content */
.rikiva-shop-banner .container {
    width: 100%;
}

/* Small heading */
.rikiva-shop-banner span {
    display: inline-block;
    margin-bottom: 15px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #f3d59c;
}


.rikiva-shop-banner h1 {
    margin: 0 0 18px;

    font-size: 46px;
    line-height: 1.15;

    color: #fff;
}

/* Description */
.rikiva-shop-banner p {
    max-width: 650px;
    margin: 0 auto;

    font-size: 17px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.9);
}

/* Button */
.rikiva-shop-banner .banner-btn {
    display: inline-block;

    margin-top: 28px;
    padding: 14px 34px;

    border-radius: 30px;

    background: #b88a44;
    color: #fff;

    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;
}

.rikiva-shop-banner .banner-btn:hover {
    background: #946b30;
    transform: translateY(-2px);
}


.woocommerce-products-header{
    display:none;
}

/* ========================================
   SHOP PAGE CLEANUP
======================================== */

.woocommerce-products-header {
    display: none !important;
}

.rikiva-shop-banner {
    padding: 70px 0;
    margin-bottom: 40px;
}

.rikiva-shop-content {
    padding-top: 20px;
}

/* ========================================
   SHOP CATEGORY CHIPS
======================================== */

.rikiva-shop-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 0 0 40px;
}

.rikiva-shop-categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    border: 1px solid #d9c3a0;
    border-radius: 30px;
    background: #ffffff;
    color: #14274e;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.rikiva-shop-categories a:hover {
    border-color: #b88a44;
    background: #b88a44;
    color: #ffffff;
    transform: translateY(-2px);
}



.rikiva-products-area ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rikiva-products-area {
    align-self: start;
}

.rikiva-ordering {
    display: flex;
    justify-content: flex-end;
}

.rikiva-ordering select {
    min-width: 230px;
    height: 46px;
    padding: 0 42px 0 18px;
    border: 1px solid #d8cfc4;
    border-radius: 30px;
    background-color: #ffffff;
    color: #14274e;
    font-size: 14px;
}

@media (max-width: 768px) {

    .rikiva-shop-banner {
        min-height: 300px;
        padding: 45px 20px;
        border-radius: 16px;
    }

    .rikiva-shop-banner h1 {
        font-size: 34px;
    }

    .rikiva-shop-banner p {
        font-size: 15px;
    }
}


/* ========================================
   CUSTOM SHOP SIDEBAR
======================================== */

.rikiva-shop-sidebar {
    align-self: start;
    position: sticky;
    top: 120px;
}

.rikiva-filter-card {
    margin-bottom: 24px;
    padding: 26px;
    border: 1px solid rgba(184, 138, 68, 0.14);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0,0,0,.045);
}

.rikiva-filter-card h3 {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee5d9;
    color: #14274e;
    font-size: 18px;
}

.rikiva-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rikiva-category-list li + li {
    margin-top: 12px;
}

.rikiva-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    font-size: 14px;
    transition: color .3s ease;
}

.rikiva-category-list a:hover {
    color: #b88a44;
}

.category-count {
    display: inline-flex;
    min-width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #faf4ec;
    color: #b88a44;
    font-size: 12px;
    font-weight: 600;
}
/* ========================================
   ACTIVE SHOP FILTERS
======================================== */

.rikiva-category-list a:hover {
    color: #b88a44;
}

.rikiva-category-list .current-cat > a {
    color: #b88a44;
    font-weight: 700;
}

.rikiva-category-list .current-cat .category-count {
    background: #b88a44;
    color: #ffffff;
}


/* ========================================
   PREMIUM PRODUCT CARD INTERACTIONS
======================================== */

.rikiva-product-card {
    position: relative;
    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.rikiva-product-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 24px 55px rgba(20, 39, 78, .13);
}


/* PRODUCT IMAGE */

.rikiva-product-media {
    position: relative;
    overflow: hidden;
}

.rikiva-product-image-link {
    display: block;
    overflow: hidden;
}

.rikiva-product-image-link img {
    width: 100%;
    display: block;

    transition:
        transform .5s ease,
        filter .5s ease;
}

.rikiva-product-card:hover
.rikiva-product-image-link img {
    transform: scale(1.07);
}


/* SALE BADGE */

.rikiva-sale-badge {
    position: absolute;

    top: 15px;
    left: 15px;

    z-index: 5;

    padding: 7px 13px;

    border-radius: 30px;

    background: #8d2635;
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .7px;

    text-transform: uppercase;
}


/* WISHLIST */

.rikiva-wishlist-button {
    position: absolute;

    top: 15px;
    right: 15px;

    z-index: 6;

    display: flex;

    width: 42px;
    height: 42px;

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

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, .94);

    color: #14274e;

    font-size: 25px;

    cursor: pointer;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, .10);

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease;
}

.rikiva-wishlist-button:hover {
    transform: scale(1.1);

    background: #b88a44;

    color: #ffffff;
}

.rikiva-wishlist-button.is-active {
    background: #b88a44;
    color: #ffffff;
}


/* ========================================
   QUICK VIEW MODAL
======================================== */

.rikiva-modal-open {
    overflow: hidden;
}

.rikiva-quick-view-modal {
    position: fixed;
    inset: 0;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    visibility: hidden;
    opacity: 0;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.rikiva-quick-view-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.rikiva-quick-view-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(10, 19, 38, .70);

    backdrop-filter: blur(3px);
}

.rikiva-quick-view-dialog {
    position: relative;

    z-index: 2;

    width: min(920px, 100%);

    max-height: calc(100vh - 60px);

    overflow-y: auto;

    border-radius: 24px;

    background: #ffffff;

    box-shadow:
        0 30px 90px rgba(0,0,0,.28);

    transform: translateY(20px) scale(.98);

    transition: transform .3s ease;
}

.rikiva-quick-view-modal.is-open
.rikiva-quick-view-dialog {
    transform: translateY(0) scale(1);
}

.rikiva-quick-view-content {
    position: relative;

    padding: 34px;
}

.rikiva-quick-view-close {
    position: absolute;

    top: 16px;
    right: 18px;

    z-index: 5;

    display: flex;

    width: 42px;
    height: 42px;

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

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #ffffff;

    color: #14274e;

    font-size: 28px;
    line-height: 1;

    cursor: pointer;

    box-shadow:
        0 6px 20px rgba(0,0,0,.10);
}

.rikiva-quick-view-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 45px;

    align-items: start;
}

.rikiva-quick-view-details {
    padding: 25px 15px 25px 0;
}


.rikiva-quick-view-image {
    position: relative;
    overflow: hidden;

    width: 100%;
    aspect-ratio: 1 / 1;

    border-radius: 18px;

    background: #faf4ec;
}

.rikiva-quick-view-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.rikiva-quick-view-category {
    margin-bottom: 10px;

    color: #b88a44;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.rikiva-quick-view-category a {
    color: inherit;
}

.rikiva-quick-view-details h2 {
    margin: 0 0 14px;

    color: #14274e;

    font-size: 34px;
    line-height: 1.2;
}

.rikiva-quick-view-rating {
    margin-bottom: 15px;
}

.rikiva-quick-view-rating .star-rating {
    float: none;

    color: #b88a44;
}

.rikiva-quick-view-price {
    margin-bottom: 20px;

    color: #b88a44;

    font-size: 26px;
    font-weight: 700;
}

.rikiva-quick-view-price del {
    margin-right: 7px;

    color: #999;

    font-size: 17px;
    font-weight: 400;
}

.rikiva-quick-view-price ins {
    text-decoration: none;
}

.rikiva-quick-view-description {
    margin-bottom: 20px;

    color: #666;

    font-size: 14px;
    line-height: 1.8;
}

.rikiva-quick-view-stock {
    display: inline-block;

    margin-bottom: 22px;

    padding: 7px 13px;

    border-radius: 30px;

    background: #ecf8ef;

    color: #2c7a42;

    font-size: 12px;
    font-weight: 700;
}

.rikiva-quick-view-stock.is-out {
    background: #fff0f0;
    color: #a83333;
}

.rikiva-quick-view-actions {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}

.rikiva-quick-add-cart,
.rikiva-quick-product-link {
    display: flex;

    min-height: 50px;

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

    padding: 12px 20px;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition: all .3s ease;
}

.rikiva-quick-add-cart {
    border: 1px solid #b88a44;

    background: #b88a44;

    color: #ffffff;
}

.rikiva-quick-add-cart:hover {
    border-color: #946b30;

    background: #946b30;
}

.rikiva-quick-product-link {
    border: 1px solid #14274e;

    color: #14274e;
}

.rikiva-quick-product-link:hover {
    background: #14274e;

    color: #ffffff;
}

.rikiva-full-width {
    width: 100%;
}

.rikiva-quick-trust {
    display: flex;
    flex-wrap: wrap;

    gap: 10px 18px;

    margin-top: 22px;

    color: #777;

    font-size: 12px;
}

.rikiva-quick-loading,
.rikiva-quick-error {
    padding: 80px 30px;

    color: #14274e;

    text-align: center;

    font-size: 16px;
}


/* MOBILE */

@media (max-width: 800px) {

    .rikiva-quick-view-modal {
        padding: 15px;
    }

    .rikiva-quick-view-content {
        padding: 32px;
    }

    .rikiva-quick-view-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .rikiva-quick-view-details h2 {
        font-size: 28px;
    }

}

@media (max-width: 500px) {

    .rikiva-quick-view-actions {
        grid-template-columns: 1fr;
    }

}
/* =========================================================
   RIKIVA PRODUCT TAXONOMY ARCHIVE FIX
========================================================= */

/*
 * Product archive container
 */

body.tax-product_cat .rikiva-shop-content,
body.tax-product_tag .rikiva-shop-content,
body[class*="tax-pa_"] .rikiva-shop-content {
    width: 100% !important;
}


/*
 * Main shop layout
 */

body.tax-product_cat .rikiva-shop-layout,
body.tax-product_tag .rikiva-shop-layout,
body[class*="tax-pa_"] .rikiva-shop-layout {
    display: grid !important;

    grid-template-columns:
        220px minmax(0, 1fr) !important;

    gap: 28px !important;

    width: 100% !important;
}


/*
 * Products area
 */

body.tax-product_cat .rikiva-products-area,
body.tax-product_tag .rikiva-products-area,
body[class*="tax-pa_"] .rikiva-products-area {
    width: 100% !important;
    min-width: 0 !important;
}


/*
 * Product grid
 */

body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body[class*="tax-pa_"] ul.products {
    display: grid !important;

    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;

    gap: 18px !important;

    width: 100% !important;

    margin: 0 !important;
}


/*
 * Individual product
 */

body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body[class*="tax-pa_"] ul.products li.product {
    width: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;
    float: none !important;
}


/*
 * Product image
 */

body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img,
body[class*="tax-pa_"] ul.products li.product img {
    width: 100% !important;

    aspect-ratio: 1 / 1;

    object-fit: cover;
}


/*
 * Product title
 */

body.tax-product_cat ul.products li.product h2,
body.tax-product_tag ul.products li.product h2,
body[class*="tax-pa_"] ul.products li.product h2 {
    word-break: normal !important;
    overflow-wrap: normal !important;

    white-space: normal !important;

    font-size: 14px !important;
    line-height: 1.35 !important;
}
/* =========================================================
   ATTRIBUTE ARCHIVE SPACING
========================================================= */

body[class*="tax-pa_"] .rikiva-shop-hero {
    padding: 36px 0 28px !important;
    min-height: 0 !important;
}


body[class*="tax-pa_"] .rikiva-shop-content {
    padding-top: 30px !important;
}


body[class*="tax-pa_"] .rikiva-shop-toolbar {
    margin-bottom: 22px !important;
}


body[class*="tax-pa_"] .woocommerce-products-header {
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   RIKIVA - PRODUCT ARCHIVE FINAL LAYOUT FIX
   Shop / Category / Occasion / Jewellery Style
========================================================= */


/* ---------------------------------------------------------
   MAIN ARCHIVE WIDTH
--------------------------------------------------------- */

body.woocommerce-shop .rikiva-shop-content .container,
body.tax-product_cat .rikiva-shop-content .container,
body.tax-product_tag .rikiva-shop-content .container,
body.tax-pa_occasion .rikiva-shop-content .container,
body.tax-pa_jewellery-style .rikiva-shop-content .container {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


/* ---------------------------------------------------------
   SHOP TOOLBAR
--------------------------------------------------------- */

body.tax-pa_occasion .rikiva-shop-toolbar,
body.tax-pa_jewellery-style .rikiva-shop-toolbar,
body.tax-product_cat .rikiva-shop-toolbar,
body.woocommerce-shop .rikiva-shop-toolbar {

    display: flex !important;

    width: 100% !important;

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

    margin: 0 0 28px !important;
    padding: 0 0 20px !important;

    border-bottom: 1px solid #e6dfd6;
}


/* ---------------------------------------------------------
   MAIN SHOP LAYOUT
--------------------------------------------------------- */

body.woocommerce-shop .rikiva-shop-layout,
body.tax-product_cat .rikiva-shop-layout,
body.tax-product_tag .rikiva-shop-layout,
body.tax-pa_occasion .rikiva-shop-layout,
body.tax-pa_jewellery-style .rikiva-shop-layout {

    display: grid !important;

    grid-template-columns:
        220px minmax(0, 1fr) !important;

    gap: 30px !important;

    width: 100% !important;

    align-items: start !important;
}


/* ---------------------------------------------------------
   SIDEBAR
--------------------------------------------------------- */

body.tax-pa_occasion .rikiva-shop-sidebar,
body.tax-pa_jewellery-style .rikiva-shop-sidebar,
body.tax-product_cat .rikiva-shop-sidebar,
body.woocommerce-shop .rikiva-shop-sidebar {

    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    margin: 0 !important;

    float: none !important;
}


/* ---------------------------------------------------------
   PRODUCTS AREA
--------------------------------------------------------- */

body.tax-pa_occasion .rikiva-products-area,
body.tax-pa_jewellery-style .rikiva-products-area,
body.tax-product_cat .rikiva-products-area,
body.woocommerce-shop .rikiva-products-area {

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

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

    float: none !important;
}


/* ---------------------------------------------------------
   REMOVE WOOCOMMERCE FLOAT GRID
--------------------------------------------------------- */

body.tax-pa_occasion ul.products,
body.tax-pa_jewellery-style ul.products,
body.tax-product_cat ul.products,
body.woocommerce-shop ul.products {

    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 22px !important;

    width: 100% !important;
    max-width: none !important;

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

    float: none !important;

    list-style: none !important;
}


/* ---------------------------------------------------------
   PRODUCT CARD
--------------------------------------------------------- */

body.tax-pa_occasion ul.products li.product,
body.tax-pa_jewellery-style ul.products li.product,
body.tax-product_cat ul.products li.product,
body.woocommerce-shop ul.products li.product {

    display: flex !important;

    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    height: auto !important;

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

    float: none !important;
    clear: none !important;

    overflow: hidden !important;

    border-radius: 16px !important;

    background: #fff !important;
}


/* ---------------------------------------------------------
   PRODUCT IMAGE
--------------------------------------------------------- */

body.tax-pa_occasion ul.products li.product img,
body.tax-pa_jewellery-style ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.woocommerce-shop ul.products li.product img {

    display: block !important;

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 1 / 1 !important;

    margin: 0 !important;

    object-fit: cover !important;
}


/* ---------------------------------------------------------
   PRODUCT TEXT
--------------------------------------------------------- */

body.tax-pa_occasion ul.products li.product h2,
body.tax-pa_occasion ul.products li.product .woocommerce-loop-product__title,

body.tax-pa_jewellery-style ul.products li.product h2,
body.tax-pa_jewellery-style ul.products li.product .woocommerce-loop-product__title,

body.tax-product_cat ul.products li.product h2,
body.woocommerce-shop ul.products li.product h2 {

    width: 100% !important;

    margin: 14px 0 8px !important;
    padding: 0 15px !important;

    color: #14274e !important;

    font-size: 16px !important;
    line-height: 1.3 !important;

    text-align: center !important;

    white-space: normal !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
}


/* ---------------------------------------------------------
   PRICE
--------------------------------------------------------- */

body.tax-pa_occasion ul.products li.product .price,
body.tax-pa_jewellery-style ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price {

    display: flex !important;

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

    gap: 7px !important;

    width: 100% !important;

    margin: 0 0 15px !important;
    padding: 0 12px !important;

    white-space: nowrap !important;
}


/* ---------------------------------------------------------
   BUTTON
--------------------------------------------------------- */
/* ---------------------------------------------------------
   PRODUCT CARD STANDARD BUTTON
   Do NOT affect hover action buttons
--------------------------------------------------------- */

body.tax-pa_occasion
ul.products li.product
.button:not(.rikiva-card-cart),

body.tax-pa_jewellery-style
ul.products li.product
.button:not(.rikiva-card-cart),

body.tax-product_cat
ul.products li.product
.button:not(.rikiva-card-cart),

body.woocommerce-shop
ul.products li.product
.button:not(.rikiva-card-cart) {

    align-self: center !important;

    margin:
        auto auto 18px !important;
}


/* ---------------------------------------------------------
   REMOVE OLD WOOCOMMERCE COLUMN WIDTHS
--------------------------------------------------------- */

body.tax-pa_occasion
ul.products.columns-4
li.product,

body.tax-pa_jewellery-style
ul.products.columns-4
li.product,

body.tax-product_cat
ul.products.columns-4
li.product,

body.woocommerce-shop
ul.products.columns-4
li.product {

    width: 100% !important;
}

/* =========================================================
   ARCHIVE SIDEBAR CATEGORY LINKS
========================================================= */

body.tax-pa_occasion .rikiva-shop-sidebar,
body.tax-pa_jewellery-style .rikiva-shop-sidebar {

    display: block !important;
}


body.tax-pa_occasion .rikiva-shop-sidebar a,
body.tax-pa_jewellery-style .rikiva-shop-sidebar a {

    display: flex !important;

    width: 100% !important;

    align-items: center !important;

    padding: 10px 0 !important;

    color: #4e5662 !important;

    font-size: 12px !important;

    text-decoration: none !important;
}

/* =========================================================
   RIKIVA ATTRIBUTE ARCHIVE - DESKTOP FINAL FIX
   Occasion + Jewellery Style
========================================================= */

@media (min-width: 769px) {

    /*
     * Main WooCommerce archive area
     */

    body.tax-pa_occasion .woocommerce,
    body.tax-pa_jewellery-style .woocommerce {

        width: 100% !important;
        max-width: 100% !important;
    }


    /*
     * Products wrapper
     */

    body.tax-pa_occasion ul.products,
    body.tax-pa_jewellery-style ul.products,

    body.tax-pa_occasion .woocommerce ul.products,
    body.tax-pa_jewellery-style .woocommerce ul.products {

        display: grid !important;

        grid-template-columns:
            repeat(4, minmax(220px, 1fr)) !important;

        gap: 24px !important;

        width: 100% !important;
        max-width: 100% !important;

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

        float: none !important;

        clear: both !important;
    }


    /*
     * VERY IMPORTANT:
     * Kill WooCommerce / Blocksy fixed card width
     */

    body.tax-pa_occasion ul.products li.product,
    body.tax-pa_jewellery-style ul.products li.product,

    body.tax-pa_occasion
    .woocommerce ul.products li.product,

    body.tax-pa_jewellery-style
    .woocommerce ul.products li.product,

    body.tax-pa_occasion
    ul.products.columns-4 li.product,

    body.tax-pa_jewellery-style
    ul.products.columns-4 li.product {

        width: 100% !important;

        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;

        padding: 0 !important;

        float: none !important;

        clear: none !important;

        position: relative !important;

        box-sizing: border-box !important;
    }


    /*
     * Some themes apply percentage width
     * directly to WooCommerce product cards.
     */

    body.tax-pa_occasion
    .products.columns-4 > .product,

    body.tax-pa_jewellery-style
    .products.columns-4 > .product {

        flex: none !important;

        flex-basis: auto !important;

        width: 100% !important;

        max-width: 100% !important;
    }


    /*
     * Product card link
     */

    body.tax-pa_occasion
    ul.products li.product
    .woocommerce-LoopProduct-link,

    body.tax-pa_jewellery-style
    ul.products li.product
    .woocommerce-LoopProduct-link {

        display: block !important;

        width: 100% !important;

        max-width: 100% !important;
    }


    /*
     * Product image
     */

    body.tax-pa_occasion
    ul.products li.product img,

    body.tax-pa_jewellery-style
    ul.products li.product img {

        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;

        aspect-ratio: 1 / 1 !important;

        object-fit: cover !important;

        margin: 0 !important;
    }


    /*
     * Product title
     */

    body.tax-pa_occasion
    ul.products li.product
    .woocommerce-loop-product__title,

    body.tax-pa_jewellery-style
    ul.products li.product
    .woocommerce-loop-product__title {

        display: block !important;

        width: 100% !important;

        margin: 14px 0 8px !important;

        padding: 0 14px !important;

        font-size: 15px !important;
        line-height: 1.35 !important;

        text-align: center !important;

        white-space: normal !important;

        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }


    /*
     * Price
     */

    body.tax-pa_occasion
    ul.products li.product .price,

    body.tax-pa_jewellery-style
    ul.products li.product .price {

        display: flex !important;

        width: 100% !important;

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

        gap: 7px !important;

        margin: 0 0 16px !important;

        padding: 0 12px !important;

        white-space: nowrap !important;
    }


    /*
     * If only 1 or 2 products exist,
     * don't stretch them across full screen.
     */

    body.tax-pa_occasion ul.products,
    body.tax-pa_jewellery-style ul.products {

        grid-template-columns:
            repeat(
                auto-fill,
                minmax(250px, 290px)
            ) !important;

        justify-content: start !important;
    }


    /*
     * Remove WooCommerce float clearfix behaviour
     * interfering with CSS grid
     */

    body.tax-pa_occasion
    ul.products::before,

    body.tax-pa_occasion
    ul.products::after,

    body.tax-pa_jewellery-style
    ul.products::before,

    body.tax-pa_jewellery-style
    ul.products::after {

        display: none !important;
        content: none !important;
    }

}

@media (min-width: 769px) {

    body.tax-pa_occasion
    .rikiva-shop-sidebar,

    body.tax-pa_jewellery-style
    .rikiva-shop-sidebar {

        display: none !important;
    }


    body.tax-pa_occasion
    .rikiva-shop-layout,

    body.tax-pa_jewellery-style
    .rikiva-shop-layout {

        display: block !important;

        width: 100% !important;
    }


    body.tax-pa_occasion
    .rikiva-products-area,

    body.tax-pa_jewellery-style
    .rikiva-products-area {

        width: 100% !important;

        max-width: 100% !important;

        margin: 0 !important;
    }

}
/* =========================================================
   RIKIVA PRODUCT HOVER ACTIONS - CLEAN FINAL VERSION
========================================================= */

.rikiva-product-hover-actions {

    position: absolute;

    left: 15px;
    right: 15px;
    bottom: 15px;

    z-index: 10;

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr) !important;

    align-items: stretch !important;

    gap: 10px !important;

    opacity: 0;

    transform:
        translateY(20px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}


.rikiva-product-card:hover
.rikiva-product-hover-actions {

    opacity: 1;

    transform:
        translateY(0);
}


/* =========================================================
   BOTH BUTTONS
========================================================= */

.rikiva-product-hover-actions
.rikiva-quick-view-button,

.rikiva-product-hover-actions
.rikiva-card-cart {

    position: static !important;

    display: flex !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

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

    align-self: stretch !important;

    margin: 0 !important;
    padding: 0 12px !important;

    box-sizing: border-box !important;

    border-radius: 26px !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    white-space: nowrap !important;

    vertical-align: middle !important;

    transform: none !important;
}


/* =========================================================
   QUICK VIEW
========================================================= */

.rikiva-product-hover-actions
.rikiva-quick-view-button {

    border:
        1px solid rgba(255,255,255,.9) !important;

    background:
        rgba(255,255,255,.94) !important;

    color:
        #b88a44 !important;
}


.rikiva-product-hover-actions
.rikiva-quick-view-button:hover {

    border-color:
        #14274e !important;

    background:
        #14274e !important;

    color:
        #ffffff !important;
}


/* =========================================================
   ADD TO CART
========================================================= */

.rikiva-product-hover-actions
.rikiva-card-cart {

    border:
        1px solid #b88a44 !important;

    background:
        #b88a44 !important;

    color:
        #ffffff !important;
}


.rikiva-product-hover-actions
.rikiva-card-cart:hover {

    border-color:
        #956b31 !important;

    background:
        #956b31 !important;

    color:
        #ffffff !important;
}

/* =========================================================
   RIKIVA PRODUCT CARD - COMPACT INFORMATION AREA
========================================================= */

/*
 * Do not spread product content vertically.
 */
.woocommerce ul.products li.product.rikiva-product-card,
.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-pa_occasion ul.products li.product,
body.tax-pa_jewellery-style ul.products li.product {

    justify-content: flex-start !important;

    height: auto !important;
    min-height: 0 !important;
}


/* =========================================================
   CATEGORY LABEL
========================================================= */

.woocommerce ul.products li.product
.rikiva-product-category,

.woocommerce ul.products li.product
.product-category,

.woocommerce ul.products li.product
.rikiva-card-category {

    display: block !important;

    margin: 20px 0 7px !important;
    padding: 0 14px !important;

    color: #9a7953 !important;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: 1.4px !important;

    text-align: center !important;

    text-transform: uppercase !important;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.woocommerce ul.products li.product
.woocommerce-loop-product__title,

.woocommerce ul.products li.product h2 {

    min-height: 0 !important;

    margin: 0 !important;

    padding: 0 14px !important;

    color: #14274e !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1.35 !important;

    text-align: center !important;
}


/* =========================================================
   PRICE
========================================================= */

.woocommerce ul.products li.product
.price {

    display: flex !important;

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

    gap: 7px !important;

    width: 100% !important;

    margin: 14px 0 22px !important;
    padding: 0 12px !important;

    min-height: 0 !important;

    line-height: 1.2 !important;

    white-space: nowrap !important;
}


/* Sale price */

.woocommerce ul.products li.product
.price ins {

    margin: 0 !important;

    color: #b88a44 !important;

    text-decoration: none !important;
}


/* Regular crossed price */

.woocommerce ul.products li.product
.price del {

    margin: 0 !important;

    color: #b8b8b8 !important;

    opacity: 1 !important;
}


/* =========================================================
   REMOVE EMPTY / STRETCHED SPACE
========================================================= */

.woocommerce ul.products li.product
.woocommerce-loop-product__link {

    display: block !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
}


/*
 * Prevent price or title from being pushed to bottom
 */
.woocommerce ul.products li.product
.woocommerce-loop-product__title,

.woocommerce ul.products li.product
.price {

    margin-top: revert !important;
}


/*
 * Reapply our exact spacing after reset
 */

.woocommerce ul.products li.product
.woocommerce-loop-product__title {

    margin:
        0 !important;
}


.woocommerce ul.products li.product
.price {

    margin:
        14px 0 22px !important;
}

/* Compact bottom content */

.woocommerce ul.products li.product {
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product > *:last-child {
    margin-bottom: 0;
}