.elementor-675 .elementor-element.elementor-element-74cb6f9{--display:flex;}.elementor-675 .elementor-element.elementor-element-cc941a2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-675 .elementor-element.elementor-element-18f3f8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-675 .elementor-element.elementor-element-392781b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-675 .elementor-element.elementor-element-392781b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-675 .elementor-element.elementor-element-a343d20.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-675 .elementor-element.elementor-element-fe2ea65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-675 .elementor-element.elementor-element-fe2ea65.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-675 .elementor-element.elementor-element-52c4c37{--display:flex;}.elementor-675 .elementor-element.elementor-element-83bc6d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-675 .elementor-element.elementor-element-54a5623{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-675 .elementor-element.elementor-element-18f3f8f{--width:25%;}.elementor-675 .elementor-element.elementor-element-392781b{--width:25%;}.elementor-675 .elementor-element.elementor-element-fe2ea65{--width:50%;}}@media(max-width:767px){.elementor-675 .elementor-element.elementor-element-cc941a2{--justify-content:space-around;}.elementor-675 .elementor-element.elementor-element-18f3f8f{--width:50px;}.elementor-675 .elementor-element.elementor-element-392781b{--width:104px;}.elementor-675 .elementor-element.elementor-element-a343d20{width:var( --container-widget-width, 103px );max-width:103px;--container-widget-width:103px;--container-widget-flex-grow:0;}.elementor-675 .elementor-element.elementor-element-a343d20.elementor-element{--align-self:flex-end;}.elementor-675 .elementor-element.elementor-element-fe2ea65{--width:121px;}.elementor-675 .elementor-element.elementor-element-52c4c37{--min-height:894px;}.elementor-675 .elementor-element.elementor-element-b0eae1a > .elementor-widget-container{margin:0px 0px 117px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a343d20 *//*
 * CSS for WooCommerce Product Filter Styles
 */

/* Global Body Styles to prevent scrolling when modal is open */
body.no-scroll {
    overflow: hidden !important;
}

/* 1. Filter Trigger Button */
.open-filter-modal-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    color: #ec4899 !important; /* Text color now pink */
    font-weight: 600 !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    gap: 8px !important; /* Space between icon and text */
}

.open-filter-modal-button:hover {
    background-color: #fce7f3 !important; /* Light pink on hover */
    transform: translateY(-2px) !important;
}

.open-filter-modal-button svg {
    width: 20px !important;
    height: 20px !important;
    color: #ec4899 !important; /* Icon color now pink */
}

/* 2. Filter Modal Overlay */
.filter-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}

.filter-modal-overlay.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* 3. Main Filter Modal (Off-canvas from bottom) */
.my-woo-filters-modal {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #ffffff !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15) !important;
    z-index: 9999 !important;
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
    display: flex !important;
    flex-direction: column !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

@media (min-width: 768px) {
    .my-woo-filters-modal {
        left: 50% !important;
        transform: translateX(-50%) translateY(100%) !important;
    }
    .my-woo-filters-modal.is-active {
        transform: translateX(-50%) translateY(0%) !important;
    }
}

.my-woo-filters-modal.is-active {
    transform: translateY(0%) !important;
}

/* Filter Modal Header Styles */
.my-woo-filters-modal .modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background-color: #ffffff !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
}

/* Filter Modal Title */
.my-woo-filters-modal .modal-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
}

/* Filter Close Button */
.my-woo-filters-modal .close-filter-modal-button {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease !important;
}

.my-woo-filters-modal .close-filter-modal-button:hover {
    background-color: #f3f4f6 !important;
}

.my-woo-filters-modal .close-filter-modal-button svg {
    width: 24px !important;
    height: 24px !important;
    color: #ec4899 !important;
}

/* Adjustments for filter container when inside the modal */
.my-woo-filters-modal .my-woo-filters-container {
    max-width: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 16px !important;
    flex-grow: 1 !important;
}

/* Base styles for filter sections */
.my-woo-filters-container .filter-section {
    margin-bottom: 16px !important;
}

/* Filter Toggle buttons (In Stock, Price, Categories) */
.my-woo-filters-container .filter-toggle-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 16px !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #f87171 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    outline: none !important;
    appearance: none !important;
}
.my-woo-filters-container .filter-toggle-button:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.my-woo-filters-container .filter-toggle-button.expanded svg {
    transform: rotate(180deg) !important;
}
.my-woo-filters-container .filter-toggle-button svg {
    transition: transform 0.3s ease !important;
    width: 20px !important;
    height: 20px !important;
    color: #4b5563 !important;
}

/* Filter Content Sections (Price, Categories) */
.my-woo-filters-container .filter-content {
    padding: 0 16px !important;
    margin-top: 8px !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #f87171 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    transition: height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, visibility 0.3s !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.my-woo-filters-container .filter-content.show-content {
    height: auto !important;
    opacity: 1 !important;
    padding: 16px !important;
    visibility: visible !important;
}

/* Toggle switch for "In stock only" */
.my-woo-filters-container .toggle-switch-label {
    position: relative !important;
    display: inline-block !important;
    width: 44px !important;
    height: 24px !important;
    cursor: pointer !important;
}
.my-woo-filters-container .toggle-switch-label input[type="checkbox"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.my-woo-filters-container .toggle-switch-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #e5e7eb !important;
    transition: .3s !important;
    border-radius: 24px !important;
}
.my-woo-filters-container .toggle-switch-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 20px !important;
    width: 20px !important;
    left: 2px !important;
    bottom: 2px !important;
    background-color: white !important;
    transition: .3s !important;
    border-radius: 50% !important;
    border: 1px solid #d1d5db !important;
}
.my-woo-filters-container input[type="checkbox"]:checked + .toggle-switch-slider {
    background-color: #ec4899 !important;
}
.my-woo-filters-container input[type="checkbox"]:focus + .toggle-switch-slider {
    box-shadow: 0 0 1px #f9a8d4 !important;
}
.my-woo-filters-container input[type="checkbox"]:checked + .toggle-switch-slider:before {
    transform: translateX(20px) !important;
    border-color: #ffffff !important;
}

/* Price input group */
.my-woo-filters-container .price-input-group {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 0px !important;
}
.my-woo-filters-container .price-input-box {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    width: 45% !important;
    box-sizing: border-box !important;
}
.my-woo-filters-container .price-input-box span {
    color: #4b5563 !important;
    font-size: 0.875rem !important;
}
.my-woo-filters-container .price-input-box input[type="number"] {
    flex-grow: 1 !important;
    margin-left: 8px !important;
    color: #374151 !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.my-woo-filters-container .price-input-box input[type=number]::-webkit-outer-spin-button,
.my-woo-filters-container .price-input-box input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.my-woo-filters-container .price-input-box input[type=number] {
    -moz-appearance: textfield !important;
}

/* Category list (shared styles with sort-list) */
.my-woo-filters-container .category-list,
.my-woo-sort-container .sort-list {
    max-height: 192px !important;
    overflow-y: auto !important;
    padding: 8px 0 !important;
}
.my-woo-filters-container .category-list label,
.my-woo-sort-container .sort-list label {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    padding: 4px 0;
}
.my-woo-filters-container .category-list input[type="checkbox"],
.my-woo-sort-container .sort-list input[type="radio"] {
    height: 20px !important;
    width: 20px !important;
    color: #ec4899 !important;
    border-radius: 4px !important;
    border: 1px solid #d1d5db !important;
    outline: none !important;
    appearance: none !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    flex-shrink: 0;
    margin-right: 12px !important;
    position: relative !important;
}
.my-woo-filters-container .category-list input[type="checkbox"]:checked,
.my-woo-sort-container .sort-list input[type="radio"]:checked {
    background-color: #ec4899 !important;
    border-color: #ec4899 !important;
}
.my-woo-filters-container .category-list input[type="checkbox"]:checked:before,
.my-woo-sort-container .sort-list input[type="radio"]:checked:before {
    content: '\2713' !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.my-woo-filters-container .category-list span,
.my-woo-sort-container .sort-list span {
    color: #4b5563 !important;
    font-size: 1rem !important;
}

/* Apply Filters button (shared styles with apply-sort-button) */
.my-woo-filters-container .apply-filters-button,
.my-woo-sort-container .apply-sort-button {
    width: 100% !important;
    padding: 16px 24px !important;
    background-color: #ec4899 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease-in-out !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 24px !important;
}
.my-woo-filters-container .apply-filters-button:hover,
.my-woo-sort-container .apply-sort-button:hover {
    background-color: #be185d !important;
}
.my-woo-filters-container .apply-filters-button:disabled,
.my-woo-sort-container .apply-sort-button:disabled {
    background-color: #fda4af !important;
    cursor: not-allowed !important;
}
.my-woo-filters-container .apply-filters-button .spinner,
.my-woo-sort-container .apply-sort-button .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3) !important;
    border-top: 4px solid #ffffff !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    animation: spin 1s linear infinite !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Target for AJAX updated content */
#shopify-grid-ajax-target {
    /* Add any specific styles for your product grid container here */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-850cc90 *//*
 * CSS for WooCommerce Product Sort Styles
 */

/* 1. Sort Trigger Button */
.open-sort-modal-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    color: #ec4899 !important; /* Text color now pink */
    font-weight: 600 !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    gap: 8px !important;
}

.open-sort-modal-button:hover {
    background-color: #fce7f3 !important;
    transform: translateY(-2px) !important;
}

.open-sort-modal-button svg {
    width: 20px !important;
    height: 20px !important;
    color: #ec4899 !important;
}

/* 2. Sort Modal Overlay */
.sort-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}

.sort-modal-overlay.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* 3. Main Sort Modal (Off-canvas from bottom) */
.my-woo-sort-modal {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #ffffff !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15) !important;
    z-index: 9999 !important;
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
    display: flex !important;
    flex-direction: column !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

@media (min-width: 768px) {
    .my-woo-sort-modal {
        left: 50% !important;
        transform: translateX(-50%) translateY(100%) !important;
    }
    .my-woo-sort-modal.is-active {
        transform: translateX(-50%) translateY(0%) !important;
    }
}

.my-woo-sort-modal.is-active {
    transform: translateY(0%) !important;
}

/* Sort Modal Header Styles */
.my-woo-sort-modal .modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background-color: #ffffff !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
}

/* Sort Modal Title */
.my-woo-sort-modal .modal-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
}

/* Sort Close Button */
.my-woo-sort-modal .close-sort-modal-button {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease !important;
}

.my-woo-sort-modal .close-sort-modal-button:hover {
    background-color: #f3f4f6 !important;
}

.my-woo-sort-modal .close-sort-modal-button svg {
    width: 24px !important;
    height: 24px !important;
    color: #ec4899 !important;
}

/* Adjustments for sort container when inside the modal */
.my-woo-sort-modal .my-woo-sort-container {
    max-width: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 16px !important;
    flex-grow: 1 !important;
}

/* Sort list */
.my-woo-sort-container .sort-list {
    max-height: 192px !important;
    overflow-y: auto !important;
    padding: 8px 0 !important;
}
.my-woo-sort-container .sort-list label {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    padding: 4px 0;
}
.my-woo-sort-container .sort-list input[type="radio"] {
    height: 20px !important;
    width: 20px !important;
    color: #ec4899 !important;
    border-radius: 4px !important;
    border: 1px solid #d1d5db !important;
    outline: none !important;
    appearance: none !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    flex-shrink: 0;
    margin-right: 12px !important;
    position: relative !important;
}
.my-woo-sort-container .sort-list input[type="radio"]:checked {
    background-color: #ec4899 !important;
    border-color: #ec4899 !important;
}
.my-woo-sort-container .sort-list input[type="radio"]:checked:before {
    content: '\2713' !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.my-woo-sort-container .sort-list span {
    color: #4b5563 !important;
    font-size: 1rem !important;
}

/* Apply Sort button (shared styles with apply-filters-button) */
.my-woo-sort-container .apply-sort-button {
    width: 100% !important;
    padding: 16px 24px !important;
    background-color: #ec4899 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease-in-out !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 24px !important;
}
.my-woo-sort-container .apply-sort-button:hover {
    background-color: #be185d !important;
}
.my-woo-sort-container .apply-sort-button:disabled {
    background-color: #fda4af !important;
    cursor: not-allowed !important;
}
.my-woo-sort-container .apply-sort-button .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3) !important;
    border-top: 4px solid #ffffff !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    animation: spin 1s linear infinite !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0eae1a *//* === Grid Container === */
.shopify-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: unset;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
}

.shopify-product-grid > *:nth-child(n+5) {
    display: unset;
}

.shopify-product-grid::-webkit-scrollbar {
    display: none;
}

/* === Grid Card === */
.shopify-grid-card {
    display: flex;
    flex-direction: column;
}

/* REMOVE THIS BLOCK (NO MORE .view-all-card) */
/*
.view-all-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

/* Tablet: 3 products per row */
@media (max-width: 1024px) {
    .shopify-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0 1rem;
        overflow-x: unset;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
    }
}

/* Mobile: 2 products per row */
@media (max-width: 767px) {
    .shopify-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        padding: 0 1rem;
        overflow-x: unset;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
    }
}

/* --- The rest of your existing CSS for card styling, badges, prices, and buttons --- */

/* REMOVE THIS BLOCK (NO MORE .view-all-button) */
/*
.view-all-button {
    color: #A90052;
    font-weight: 600;
    font-size: 14px;
    padding: 1rem;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.view-all-button:hover {
    background: #A90052;
    color: #fff;
}
*/

/* === Card layout (matches Shopify card--standard card--media) === */
.card--standard {
    background: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card__inner.ratio {
    position: relative;
    width: 100%;
    padding-top: var(--ratio-percent, 125%);
    overflow: visible;
    flex-grow: 1;
}

/* === Image container === */
.card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.media {
    width: 100%;
    height: 100%;
    position: relative;
}
.media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.media img + img {
    opacity: 0;
    z-index: 2;
}
.media:hover img:first-of-type {
    opacity: 0;
}
.media:hover img + img {
    opacity: 1;
}

/* === Badge === */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
}
.badge.sale {
    background: #A90052;
}
.badge.sold-out {
    background: #444;
}

/* === Product info below === */
.shopify-product-info {
    margin-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    padding-top: 0;
}

.shopify-title {
    font-size: 14px;
    margin-bottom: 0.3rem;
}

.shopify-price {
    font-size: 13px;
    min-height: 32px;
    line-height: 1.2;
    margin-bottom: 0;
}

.price-old {
    text-decoration: line-through;
    color: #999;
    display: block;
}
.price-new {
    color: #A90052;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

/* === Add to cart button === */
.add-button {
    display: inline-block;
    margin-top: 0.5rem;
    border: 1.5px solid #A90052;
    padding: 6px 20px;
    border-radius: 40px;
    color: #A90052;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.add-button:hover {
    background: #A90052;
    color: #fff;
}
.add-button.disabled {
    border-color: #ccc;
    background: rgba(169, 0, 82, 0.5);
    color: #fff;
    pointer-events: none;
}

/* REMOVE THESE BLOCKS (NO MORE .view-all-card) */
/*
.view-all-card .card {
    border-radius: 30px;
    background: #FFF0F3;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-card .view-all-anchor {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #A90052;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s ease;
}

.view-all-card .view-all-anchor:hover {
    background: #870041;
}
*//* End custom CSS */