@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap');

.woo-product-card-container {
    font-family: 'Noto Sans Thai', sans-serif !important;
    position: relative;
    max-width: 360px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woo-card-details-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.woo-product-card-container * {
    box-sizing: border-box;
}

.woo-product-card-container *:not(i):not([class*="sgeicon"]) {
    font-family: 'Noto Sans Thai', sans-serif !important;
}

/* Card Top Badge */
.woo-card-top-badge {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 2px 16px;
    font-size: var(--awb-custom_typography_15-font-size);
    line-height: var(--awb-custom_typography_15-line-height);
    font-weight: var(--awb-custom_typography_15-font-weight);
    color: #ffffff;
    z-index: 10;
    min-width: 72px;
    text-align: center;
}

.woo-card-top-badge.badge-bestseller {
    background: #c3a13b; /* Gold */
}

.woo-card-top-badge.badge-new {
    background: #e60000; /* Red */
}

.woo-card-top-badge.badge-flashsale {
    background: linear-gradient(270deg, #FDBC03 -78.85%, #E83323 50.21%) !important;
    color: #ffffff !important;
}

/* Wholesale Popup Styles */
.woo-card-wholesale-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
}

.woo-card-wholesale-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.woo-card-wholesale-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.8);
    cursor: pointer;
}

.woo-card-wholesale-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-sizing: border-box;
}

.woo-card-wholesale-popup-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    display: block;
}

.woo-card-wholesale-popup-close {
    position: absolute;
    top: -46px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    padding: 0;
}

.woo-card-wholesale-popup-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.woo-card-wholesale-popup-close i {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}

body.woo-wholesale-popup-open {
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .woo-card-wholesale-popup-content {
        max-width: 95%;
        max-height: 75vh;
    }
    .woo-card-wholesale-popup-close {
        top: -42px;
        width: 34px;
        height: 34px;
    }
    .woo-card-wholesale-popup-close i {
        font-size: 16px;
    }
}

/* Image Wrapper */
.woo-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 16px;
}

.woo-card-main-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin: 0 !important;
}

.woo-product-card-container:hover .woo-card-main-image {
    transform: scale(1.02);
}

/* Out of Stock Image Overlay */
.woo-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.woo-card-overlay-text {
    background: #000000A3;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 150px;
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
}

/* Secondary Badges and Rating */
.woo-card-badges-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    min-height: 24px;
}

.woo-card-rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    min-height: 20px;
}

.woo-card-image-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.woo-card-secondary-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.woo-badge {
    display: inline-block;
    font-size: var(--awb-custom_typography_13-font-size);
    line-height: var(--awb-custom_typography_13-line-height);
    font-weight: var(--awb-custom_typography_13-font-weight);
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: capitalize;
}

.badge-warranty {
    border: 1px solid #3EB323;
    color: #3EB323;
    background: #3EB3230A;
}

.badge-redeem {
    border: 1px solid #FF7300;
    color: #FF7300;
    background: #FF73000A;
}

.badge-wholesale {
    border: 1px solid #0056b3;
    color: #0056b3;
    background: #4285F40A;
}

.badge-discount {
    border: 1px solid #E30101;
    color: #E30101;
    background: #E301010A;
}

.woo-card-rating {
    display: flex;
    align-items: center;
    color: #222222;
    font-size: var(--awb-custom_typography_11-font-size);
    line-height: var(--awb-custom_typography_11-line-height);
    font-weight: var(--awb-custom_typography_11-font-weight);
}

.woo-card-star {
    color: #D9BD4C;
    margin-right: 4px;
    font-size: 14px;
    line-height: 1;
}

/* Title */
.woo-card-title {
    font-size: var(--awb-custom_typography_17-font-size) !important;
    line-height: var(--awb-custom_typography_17-line-height) !important;
    font-weight: var(--awb-custom_typography_17-font-weight) !important;
    color: #222222;
    min-height: 66px;
    margin: 0px 0 8px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo-card-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.15s ease;
    font-size: var(--awb-custom_typography_17-font-size);
    line-height: var(--awb-custom_typography_17-line-height);
    font-weight: var(--awb-custom_typography_17-font-weight);
}

.woo-card-title a:hover {
    color: #222222 !important;
}

/* Price Section Row */
.woo-card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
    flex-wrap: wrap;
}

.woo-card-price-section {
    display: flex;
    flex-direction: column;
}

/* Wholesale Button */
.woo-card-wholesale-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: 1px solid #15355C1A;
    background: #ffffff;
    border-radius: 150px;
    text-decoration: none !important;
    color: #4285F4 !important;
    font-size: var(--awb-custom_typography_10-font-size);
    line-height: var(--awb-custom_typography_10-line-height);
    font-weight: var(--awb-custom_typography_10-font-weight);
}


.woo-card-wholesale-btn i {
    color: #4285F4;
    font-size: 16px;
    line-height: 1;
}

.woo-card-price-active {
    color: #E30101;
    font-size: var(--awb-custom_typography_5-font-size);
    line-height: var(--awb-custom_typography_5-line-height);
    font-weight: var(--awb-custom_typography_5-font-weight);
}

.woo-card-price-regular {
    color: #434343;
    font-size: var(--awb-custom_typography_10-font-size);
    line-height: var(--awb-custom_typography_10-line-height);
    font-weight: var(--awb-custom_typography_10-font-weight);
    text-decoration: line-through;
    margin-top: 2px;
}

.woo-card-price-regular .woocommerce-Price-amount {
    color: inherit;
}

/* Swatches */
.woo-card-swatches-section {
    margin-bottom: 16px;
}

.woo-card-swatches-label {
    font-size: var(--awb-custom_typography_10-font-size);
    line-height: var(--awb-custom_typography_10-line-height);
    font-weight: var(--awb-custom_typography_10-font-weight);
    color: #15355C;
    margin-bottom: 8px;
    display: block;
}

.woo-card-swatches-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.woo-card-swatch {
    width: 40px;
    height: 40px;
    border: 1.5px solid #eaeaea;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.2s ease;
}

.woo-card-swatch:hover {
    border-color: #cbd5e1;
}

.woo-card-swatch.active {
    border-color: #40A729;
    border-width: 2px;
}

.woo-card-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 !important;
}

/* Info Box */
.woo-card-info-box {
    background: #15355C0A;
    border-radius: 12px;
    padding: 8px 16px;
    margin-bottom: 16px;
}

.woo-card-info-desc {
    font-size: var(--awb-custom_typography_10-font-size);
    line-height: var(--awb-custom_typography_10-line-height);
    font-weight: var(--awb-custom_typography_10-font-weight);
    color: #222222;
    margin-bottom: 8px;
    word-break: break-word;
}

.woo-card-info-stock-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
}

.woo-card-info-stock-label {
    color: #15355C;
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
}

.woo-card-info-stock-value {
    /* Inherits size, height, and weight from row */
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
}

.woo-card-info-stock-value.stock-in {
    color: #3EB323;
    font-size: var(--awb-custom_typography_8-font-size);
    line-height: var(--awb-custom_typography_8-line-height);
    font-weight: var(--awb-custom_typography_8-font-weight);
}

.woo-card-info-stock-value.stock-preorder {
    color: #4285F4;
}

.woo-card-info-stock-value.stock-line {
    color: #3EB323;
}

.woo-card-info-stock-label.stock-preorder-label {
    color: #15355C;
}

.woo-card-info-stock-value.stock-out {
    color: #3EB323;
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
}

/* Controls row */
.woo-card-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.woo-card-qty-selector {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
}

.qty-input,
.qty-btn {
    font-size: var(--awb-custom_typography_10-font-size) !important;
    line-height: var(--awb-custom_typography_10-line-height) !important;
    font-weight: var(--awb-custom_typography_10-font-weight) !important;
    color: #222222 !important;
    background: #ffffff !important;
    text-align: center;
    border: 1px solid #15355C1A !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
}

.qty-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.qty-input {
    padding: 0;
    margin: 0 4px;
    background: transparent;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input:focus {
    outline: none;
}

/* Action buttons */
.woo-card-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease, transform 0.1s ease;
    padding: 0;
    color: #ffffff;
}

.woo-card-action-btn:active {
    transform: scale(0.95);
}

.woo-card-action-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.woo-card-action-btn.btn-cart {
    background: #3EB323;
}

.woo-card-action-btn.btn-line {
    background: #3EB323;
}

.woo-card-action-btn.btn-cart-disabled {
    background: #2222223D;
    color: #ffffff;
    cursor: not-allowed;
}

/* Success Overlay */
.woo-card-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.80);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    border-radius: 16px;
    backdrop-filter: blur(7px);
}

.woo-product-card-container.show-success-overlay .woo-card-success-overlay {
    opacity: 1;
    pointer-events: auto;
}

.woo-card-success-message {
    text-align: center;
    transform: translateY(10px);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.woo-product-card-container.show-success-overlay .woo-card-success-message {
    transform: translateY(0);
}

.woo-card-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px auto;
}

.woo-card-success-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.woo-card-success-text {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
}

/* Select Dropdown */
.woo-card-select-dropdown {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #15355C1A;
    border-radius: 8px;
    padding: 0 30px 0 12px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233EB323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Custom Icon Font Adjustments */
.woo-card-action-btn i {
    font-size: 20px;
    line-height: 1;
}

.woo-card-success-icon i {
    font-size: 20px;
    line-height: 1;
}

.stock-unit {
    color: #15355C;
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    font-weight: var(--awb-custom_typography_9-font-weight);
    margin-left: 2px;
}

.qty-btn i {
    font-size: 20px;
    line-height: 1;
}

.custom-product-card-wrapper {
    width: 100%;
}

.custom-product-card-wrapper  >.fusion-title-heading {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .woo-product-card-container {
        padding: 8px;
        border-radius: 16px;
    }

    .woo-card-rating-row {
        margin-bottom: 2px;
    }

    .woo-badge {
        padding: 0px 6px;
        letter-spacing: -0.5px;
    }

    .qty-input,
    .qty-btn,
    .woo-card-swatch,
    .woo-card-action-btn {
        width: 32px !important;
        height: 32px !important;
    }

    .woo-card-action-btn i {
        font-size: 16px;
    }

    .woo-card-swatch {
        min-width: 32px !important;
    }

    .woo-card-swatches-list {
        max-width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: thin;    
        scrollbar-color: #e0e0e0 transparent;
        padding-bottom: 8px;
    }

    .woo-card-swatches-list::-webkit-scrollbar {
        height: 4px;
    }

    .woo-card-swatches-list::-webkit-scrollbar-thumb {
        background-color: #dbdbdb;
        border-radius: 20px; 
        transition: background-color 0.3s ease;
    }

    .woo-card-swatches-list::-webkit-scrollbar-thumb:hover {
        background-color: #b5b5b5; 
    }

    .woo-card-title {
        min-height: 54px !important;
    }

    .woo-card-info-box {
        padding: 8px;
        margin-bottom: 8px;
    }

    .woo-card-wholesale-btn {
        padding: 3px 8px;
    }

    .woo-card-wholesale-btn i {
        font-size: 12px;
    }

    .woo-card-badges-row,
    .woo-card-image-wrapper,
    .woo-card-swatches-section {
        margin-bottom: 8px;
    }

    .woo-card-select-dropdown {
        padding: 0 30px 0 8px;
    }

    .woo-card-top-badge {
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
        min-width: 56px;
    }

    .woo-card-badges-row {
        border-radius: 8px;
    }
}

/* Flash Sale campaign customization */
.woo-card-price-active {
    display: inline-flex;
    align-items: center;
}

.woo-card-flash-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 4px;
    object-fit: contain;
}

.woo-card-flash-sales-container {
    margin-top: 16px;
    width: 100%;
}

.woo-card-flash-sales-text {
    text-align: center;
    color: #222222;
    margin-bottom: 8px;
    font-size: var(--awb-custom_typography_13-font-size);
    line-height: var(--awb-custom_typography_13-line-height);
    font-weight: var(--awb-custom_typography_13-font-weight);
}

.woo-card-flash-sales-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #15355C1A;
    border-radius: 12px;
    overflow: hidden;
}

.woo-card-flash-sales-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #E83323;
    border-radius: 12px;
    transition: width 0.4s ease;
}

.woo-card-flash-sales-label {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--awb-custom_typography_13-font-size);
    line-height: var(--awb-custom_typography_13-line-height);
    font-weight: var(--awb-custom_typography_13-font-weight);
}

@media only screen and (max-width: 640px) {
    .woo-card-flash-icon {
        width: 20px;
        height: 20px;
        margin-left: 4px;
    }
    
    .woo-card-flash-sales-container {
        margin-top: 10px;
    }
    
    .woo-card-flash-sales-bar {
        height: 16px;
    }
}

/* Pre-order Top Badge styling */
.woo-card-top-badge.badge-preorder {
    border: 1px solid #4285F4;
    color: #ffffff !important;
    background: #4285F4 !important;
}

/* ==========================================
   Storage Shelves Variant CSS Style
   ========================================== */

/* Main Container Override */
.woo-product-card-container.storage-shelves-card {
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

/* Dark Blue Tiers Badge */
.woo-product-card-container.storage-shelves-card .woo-card-top-badge.badge-shelves-tier {
    background: #1D3876F2 !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 7px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    top: 16px !important;
    left: 16px !important;
    min-width: 60px !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(29, 56, 118, 0.25) !important;
    display: inline-block !important;
}

/* Card Title */
.woo-product-card-container.storage-shelves-card .woo-card-title {
    margin-top: 12px !important;
    margin-bottom: 8px !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-title a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    line-height: 1.35 !important;
}

/* Active Variation Attributes under Title */
.woo-card-active-attributes {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.woo-card-active-size {
    color: #1D3876;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}

.woo-card-active-color-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

/* Swatch Color Indicator Circle */
.woo-swatch-color-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Color Values Background Definitions */
.woo-swatch-color-circle[data-color="สีดำ"],
.woo-swatch-color-circle[data-color="black"] {
    background-color: #333333 !important;
}

.woo-swatch-color-circle[data-color="สีขาว"],
.woo-swatch-color-circle[data-color="white"] {
    background-color: #ffffff !important;
}

.woo-swatch-color-circle[data-color="สีครีม"],
.woo-swatch-color-circle[data-color="cream"] {
    background-color: #f3edd7 !important;
}

.woo-swatch-color-circle[data-color="สีเทา"],
.woo-swatch-color-circle[data-color="grey"],
.woo-swatch-color-circle[data-color="gray"] {
    background-color: #7f8c8d !important;
}

.woo-swatch-color-circle[data-color="สีน้ำเงิน"],
.woo-swatch-color-circle[data-color="blue"] {
    background-color: #1D3876 !important;
}

.woo-swatch-color-circle[data-color="สีเขียว"],
.woo-swatch-color-circle[data-color="green"] {
    background-color: #27ae60 !important;
}

/* Text Swatches List */
.woo-product-card-container.storage-shelves-card .woo-card-swatches-section {
    margin-bottom: 16px;
    text-align: left;
}

.woo-product-card-container.storage-shelves-card .woo-card-swatches-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.woo-product-card-container.storage-shelves-card .woo-card-swatch.text-swatch {
    width: auto !important;
    height: auto !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #4a5568 !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-swatch.text-swatch .woo-swatch-color-circle {
    width: 14px !important;
    height: 14px !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-swatch.text-swatch:hover {
    border-color: #94a3b8 !important;
    background: #f8fafc !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-swatch.text-swatch.active {
    border-color: #1D3876 !important;
    border-width: 1px !important;
    background: #ebf8ff !important;
    color: #1D3876 !important;
    box-shadow: 0 0 0 2px rgba(29, 56, 118, 0.08) !important;
}

/* Pricing Style */
.woo-product-card-container.storage-shelves-card .woo-card-price-active {
    color: #ff0000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-price-regular {
    font-size: 14px !important;
    color: #718096 !important;
    margin-top: 2px !important;
}

/* Yellow Add to Cart Button */
.woo-product-card-container.storage-shelves-card .woo-card-action-btn.btn-cart {
    background: #FFCC00 !important;
    color: #000000 !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-action-btn.btn-cart:hover {
    background: #e6b800 !important;
    box-shadow: 0 4px 14px rgba(255, 204, 0, 0.35) !important;
}

.woo-product-card-container.storage-shelves-card .woo-card-action-btn.btn-cart i {
    color: #000000 !important;
}