/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 20:58:34 */
/* Import Google Fonts - Consolidated */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Oswald:wght@500&display=swap');

/* ============================================
   PRODUCT GALLERY THUMBNAILS
   ============================================ */

/* Force thumbnail navigation to show with modern styling */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    display: flex !important;
    gap: 12px !important;
    margin-top: 25px !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 10px;
    overflow: visible !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    flex-shrink: 0;
}

/* Thumbnail images */
.woocommerce-product-gallery .flex-control-thumbs img {
    display: block !important;
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: none !important;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.65;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Active thumbnail styling */
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: none !important;
    opacity: 1 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 15px rgba(196, 210, 244, 0.8) !important;
}

/* Main gallery styling */
.woocommerce-product-gallery {
    opacity: 1 !important;
    overflow: visible !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}

/* Focus styles for accessibility */
.woocommerce-product-gallery .flex-control-thumbs img:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* ============================================
   PRODUCT METADATA & PRICING
   ============================================ */

/* Hide Product Metadata */
.product_meta {
    display: none;
}

/* Price Styling */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #303030;
    font-size: 1.8em;
    font-family: Oswald;
}

/* Hide tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

/* Hide related products */
.related.products {
    display: none;
}

/* ============================================
   ADD TO CART BUTTON
   ============================================ */

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart button[type="submit"] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart button[type="submit"]:hover {
    color: #7391f4 !important;
}

/* Wave animation */
.woocommerce div.product form.cart .button::before,
.woocommerce div.product form.cart button[type="submit"]::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
.woocommerce div.product form.cart .button::after,
.woocommerce div.product form.cart button[type="submit"]::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
.woocommerce div.product form.cart .button:hover::before,
.woocommerce div.product form.cart button[type="submit"]:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

.woocommerce div.product form.cart .button:hover::after,
.woocommerce div.product form.cart button[type="submit"]:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}



/* ============================================
   VIEW CART BUTTON
   ============================================ */

/* Fix View Cart Padding and Spacing */
a.added_to_cart.wc-forward {
    padding-left: 3% !important;
}

/* ============================================
   YOTPO REVIEWS STYLING
   ============================================ */

/* Yotpo Star Styling */
.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star,
.yotpo .write-review .yotpo-header .yotpo-icon {
    color: #FCC844 !important;
}

/* Write Review Button Styling */
.yotpo .yotpo-default-button.write-review-button {
    background-color: #FCC844 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    overflow: visible !important;
}

/* Remove any existing pseudo-elements */
.yotpo .yotpo-default-button.write-review-button::before,
.yotpo .yotpo-default-button.write-review-button::after {
    display: none !important;
}

/* Style the text and icon inside */
.yotpo .yotpo-default-button.write-review-button .yotpo-icon,
.yotpo .yotpo-default-button.write-review-button .yotpo-icon-button-text {
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* Simple hover effect - color swap */
.yotpo .yotpo-default-button.write-review-button:hover {
    background-color: #ffffff !important;
    color: #FCC844 !important;
}

.yotpo .yotpo-default-button.write-review-button:hover .yotpo-icon,
.yotpo .yotpo-default-button.write-review-button:hover .yotpo-icon-button-text {
    color: #FCC844 !important;
}

.yotpo .write-review .yotpo-header .yotpo-header-title {
    font-size: 2em !important;
    font-weight: 500 !important;
}

/* Remove Extra borders from Review Section*/
.yotpo .yotpo-regular-box {
    border: 0px !important;
}

.yotpo .form-group .form-element .y-label {
    font-family: 'Plus Jakarta Sans';
    color: #303030 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.yotpo .y-label, .yotpo span.y-label {
    font-family: 'Plus Jakarta Sans';
    color: #303030 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.yotpo .yotpo-mandatory-explain {
    font-family: 'Plus Jakarta Sans';
    color: #303030 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.yotpo span.yotpo-mandatory-mark {
    color: #FE8E56 !important;
}

/* Yotpo Primary Color Button Styling */
.yotpo input[type="button"].yotpo-default-button.primary-color-btn.yotpo-submit,
.yotpo .yotpo-default-button.primary-color-btn.yotpo-submit {
    background-color: #C64AA3 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    overflow: visible !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove any existing pseudo-elements */
.yotpo input[type="button"].yotpo-default-button.primary-color-btn.yotpo-submit::before,
.yotpo input[type="button"].yotpo-default-button.primary-color-btn.yotpo-submit::after,
.yotpo .yotpo-default-button.primary-color-btn.yotpo-submit::before,
.yotpo .yotpo-default-button.primary-color-btn.yotpo-submit::after {
    display: none !important;
}

/* Hover effect - background changes to wave color */
.yotpo input[type="button"].yotpo-default-button.primary-color-btn.yotpo-submit:hover,
.yotpo .yotpo-default-button.primary-color-btn.yotpo-submit:hover {
    background-color: #E7C8E8 !important;
    color: #C64AA3 !important;
}



/* ============================================
   FLY CART STYLING
   ============================================ */


.woofc-overlay {
    background: rgba(237, 233, 253, 0.7);
}

.woofc-area.woofc-style-02 .woofc-area-top {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Oswald';
    background: linear-gradient(90deg, #e7c8e8 0%, #fec2a4 100%) !important;
    font-size: 1.5em;
    margin-bottom: 5%;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
    color: #ffffff;
}


.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    color: #303030;
    font-family: 'Feature Display Medium';
    font-size: 1.2em;
}


.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Oswald';
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
    color: #303030;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 600;
	  font-size: 1.2em !important;
}

.woofc-area-count {
    display: none;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span {
    color: #303030!important;
    font-family: 'Oswald'!important;
}


.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner {
    border-color: transparent;
    color: #303030;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}


/* Fly Cart Checkout Button - Matching Add to Cart Style */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
    box-sizing: border-box !important;
}

/* Hover state */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    color: #7391f4 !important;
}

/* Wave animation background */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a::before,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -8rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow icon */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a::after,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover::before,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover::after,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
    .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
        padding: 0.625rem 1.25rem !important;
        font-size: 0.9rem !important;
        gap: 0.75rem !important;
        justify-content: space-between !important;
    }
    
    .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a::after,
    .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile screens */
@media (max-width: 480px) {
    .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
    .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
        padding: 0.5rem 1rem !important;
        font-size: 0.85rem !important;
        gap: 0.5rem !important;
    }
}


/* ============================================
   FLY CART QUANTITY SELECTOR - CLEAN & MINIMAL
   ============================================ */

/* Reset and clean base styling */
.woofc-item-qty-plus-minus {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Main container */
.woofc-item-qty-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    width: 120px !important;
    height: 40px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    box-sizing: border-box !important;
    gap: 8px !important;
}

/* Minus button - clean and simple */
.woofc-item-qty-minus {
    background: none !important;
    border: none !important;
    color: #6b7280 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 4px !important;
    margin: 0 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Plus button - clean and simple */
.woofc-item-qty-plus {
    background: none !important;
    border: none !important;
    color: #6b7280 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 4px !important;
    margin: 0 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Button hover states */
.woofc-item-qty-minus:hover,
.woofc-item-qty-plus:hover {
    color: #374151 !important;
}

/* Quantity input container */
.woofc-item-qty .quantity {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Number input - clean and centered */
.woofc-item-qty .woofc-qty,
.woofc-item-qty .qty,
.woofc-item-qty .input-text {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    appearance: none !important;
}

/* Remove number input spinners */
.woofc-item-qty input[type="number"]::-webkit-outer-spin-button,
.woofc-item-qty input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    display: none !important;
}

/* Hide screen reader text */
.woofc-item-qty .screen-reader-text {
    display: none !important;
}

/* Container hover effect */
.woofc-item-qty-inner:hover {
    border-color: #d1d5db !important;
}

/* Focus states - keep them clean */
.woofc-item-qty-inner:focus-within {
    border-color: #7391f4 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woofc-item-qty-inner {
        width: 100px !important;
        height: 36px !important;
        padding: 6px 10px !important;
        gap: 6px !important;
    }
    
    .woofc-item-qty-minus,
    .woofc-item-qty-plus {
        width: 20px !important;
        height: 20px !important;
        font-size: 16px !important;
        padding: 2px !important;
    }
    
    .woofc-item-qty .woofc-qty,
    .woofc-item-qty .qty,
    .woofc-item-qty .input-text {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .woofc-item-qty-inner {
        width: 90px !important;
        height: 32px !important;
        padding: 4px 8px !important;
        gap: 4px !important;
    }
    
    .woofc-item-qty-minus,
    .woofc-item-qty-plus {
        width: 18px !important;
        height: 18px !important;
        font-size: 14px !important;
    }
    
    .woofc-item-qty .woofc-qty,
    .woofc-item-qty .qty,
    .woofc-item-qty .input-text {
        font-size: 13px !important;
    }
}

.woofc-area .woofc-suggested-heading {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
	padding-top: 2%;
	padding-bottom: 2%;
}

/* ============================================
   FLY CART SUGGESTED HEADING - GRADIENT LINES
   ============================================ */

.woofc-area.woofc-style-02 .woofc-suggested-heading span:before, 
.woofc-area.woofc-style-02 .woofc-suggested-heading span:after, 
.woofc-area.woofc-style-04 .woofc-suggested-heading span:before, 
.woofc-area.woofc-style-04 .woofc-suggested-heading span:after {
    background: linear-gradient(90deg, #e7c8e8 0%, #fec2a4 25%, #e7c8e8 50%, #fec2a4 75%, #e7c8e8 100%) !important;
    height: 4px !important;
    border-radius: 2px !important;
}

/* ============================================
   FLY CART SUGGESTED PRODUCTS - SIMPLE RESTYLE
   ============================================ */

/* Product image styling */
.woofc-suggested-product-image {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.woofc-suggested-product-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Product name styling */
.woofc-suggested-product-name {
    margin-bottom: 8px !important;
}

.woofc-suggested-product-name a {
    color: #374151 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woofc-suggested-product-name a:hover {
    color: #7391f4 !important;
}

/* Product price styling */
.woofc-suggested-product-price .woocommerce-Price-amount {
    color: #1f2937 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.woofc-suggested-product-price {
    font-size: 12px !important;
    margin-bottom: 12px !important;
}

/* Add to cart container spacing */
.woofc-suggested-product-atc {
    margin-top: 8px !important;
}

.woofc-suggested-product-price .woocommerce-Price-currencySymbol {
    color: #6b7280 !important;
}

/* Add to cart button - simple restyle */
.woofc-suggested-product-atc .button,
.woofc-suggested-product-atc a.button {
    background-color: #EDE9FD !important;
    color: #7391F4 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 9999px !important;
    border: none !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 8px 16px !important;
}

.woofc-suggested-product-atc .button:hover,
.woofc-suggested-product-atc a.button:hover {
    background-color: #FEC2A4 !important;
	  color: #ffffff !important;
    transform: translateY(-1px) !important;
}


/* ============================================
   FLY CART SLICK DOTS - CLEAN & MODERN
   ============================================ */

/* Dots container */
.woofc-suggested .slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Individual dot container */
.woofc-suggested .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Dot buttons */
.woofc-suggested .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #d1d5db !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

/* Active dot */
.woofc-suggested .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #e7c8e8 0%, #fec2a4 100%) !important;
    transform: scale(1.2) !important;
}

/* Hover effect */
.woofc-suggested .slick-dots li button:hover {
    background: #9ca3af !important;
    transform: scale(1.1) !important;
}

/* Active dot hover (keep the brand color) */
.woofc-suggested .slick-dots li.slick-active button:hover {
    background: linear-gradient(90deg, #e7c8e8 0%, #fec2a4 100%) !important;
    transform: scale(1.2) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woofc-suggested .slick-dots {
        margin: 16px 0 0 0 !important;
        gap: 6px !important;
    }
    
    .woofc-suggested .slick-dots li button {
        width: 6px !important;
        height: 6px !important;
    }
}

@media (max-width: 480px) {
    .woofc-suggested .slick-dots {
        margin: 12px 0 0 0 !important;
        gap: 4px !important;
    }
}


/* ============================================
   CHECKOUT PAGE STYLING
   ============================================ */


/* Vertically center cart item content */
.cfw-cart-table .cart-item-row td,
.cfw-cart-table .cart-item-row th {
    vertical-align: middle !important;
}

/* Ensure the product title container is properly aligned */
.cfw-cart-item-description {
    vertical-align: middle !important;
}

.cfw-cart-item-title {
    display: flex !important;
    align-items: center !important;
		  font-weight: 500!important;
    min-height: 60px !important; /* Match image height */
}

/* Cart Summary Background Remove*/

#cfw-cart-summary {
    background: transparent !important;
    border-left: 0px;
    box-sizing: border-box;
    color: #303030;
	  font-family: 'Plus Jakarta Sans';
	  font-weight: 600!important;
	  line-height: 1.3;
}

main.checkoutwc .woocommerce-Price-amount {
    font-weight: 500 !important;
}

#cfw-cart-summary a {
    color: #7391F4;
}

a#cfw-login-modal-trigger, a.cfw-prev-tab, a.woocommerce-remove-coupon {
    color: #7391F4 !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}


/* ============================================
   CONTINUE TO SHIPPING BUTTON - MATCHING ADD TO CART STYLE
   ============================================ */
.cfw-continue-to-shipping-btn {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
}
.cfw-continue-to-shipping-btn:hover {
    color: #7391f4 !important;
}
/* Wave animation */
.cfw-continue-to-shipping-btn::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}
/* Arrow */
.cfw-continue-to-shipping-btn::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}
/* Hover animations */
.cfw-continue-to-shipping-btn:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}
.cfw-continue-to-shipping-btn:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .cfw-continue-to-shipping-btn {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0.625rem 1.25rem !important; /* Slightly smaller padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
    }
    
    /* Also adjust arrow size for mobile */
    .cfw-continue-to-shipping-btn::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .cfw-continue-to-shipping-btn {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0.5rem 1rem !important;
    }
}

/* ============================================
   CONTINUE TO PAYMENT BUTTON - MATCHING ADD TO CART STYLE
   ============================================ */
.cfw-continue-to-payment-btn {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
}
.cfw-continue-to-payment-btn:hover {
    color: #7391f4 !important;
}
/* Wave animation */
.cfw-continue-to-payment-btn::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}
/* Arrow */
.cfw-continue-to-payment-btn::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}
/* Hover animations */
.cfw-continue-to-payment-btn:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}
.cfw-continue-to-payment-btn:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .cfw-continue-to-shipping-btn,
    .cfw-continue-to-payment-btn {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0.625rem 1.25rem !important; /* Slightly smaller padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
    }
    
    /* Also adjust arrow size for mobile */
    .cfw-continue-to-shipping-btn::after,
    .cfw-continue-to-payment-btn::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .cfw-continue-to-shipping-btn,
    .cfw-continue-to-payment-btn {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0.5rem 1rem !important;
    }
}

/* ============================================
   APPLY BUTTON STYLING
   ============================================ */
/* Active state - light purple */
.cfw-secondary-btn-active,
.cfw-secondary-btn.cfw-secondary-btn-active {
    background-color: #E7C8E8 !important;
    border-color: #E7C8E8 !important;
    color: #333333 !important;
}
/* Hover state - ONLY when active - light blue */
.cfw-secondary-btn-active:hover {
    background-color: #C4D2F4 !important;
    border-color: #C4D2F4 !important;
    color: #333333 !important;
}

/* ============================================
   ERROR STYLING
   ============================================ */

.parsley-errors-list {
    color: #FE8E56;
    font-weight: 400;
    list-style-type: none !important;
}

/* ============================================
   ERROR FIELD GLOW EFFECT
   ============================================ */

.form-row .parsley-error:not(.checkbox) {
    box-shadow: 
        0 0 0 1px #FE8E56,
        0 0 8px rgba(254, 142, 86, 0.4),
        0 0 16px rgba(254, 142, 86, 0.2) !important;
}





/* ============================================
   PROMO CODE INPUT - SMALLER TEXT WITH LABEL SPACING
   ============================================ */

.cfw-promo-row .input-text {
    font-size: 0.9rem !important;
}

/* Add space under the floating label when it's active */
.cfw-promo-row .cfw-floatable-label {
    margin-bottom: 0.3rem !important;
}

/* ============================================
   PREVIOUS TAB BUTTON - MOBILE FONT SIZE
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .cfw-modal .cfw-prev-tab, 
    .checkoutwc .cfw-prev-tab {
        font-size: 13px !important;
        line-height: 1.4 !important; /* Adjust line height proportionally */
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .cfw-modal .cfw-prev-tab, 
    .checkoutwc .cfw-prev-tab {
        font-size: 13px !important; /* Even smaller for very small screens */
    }
}

/* ============================================
   CHECKOUT REVIEW PANE - VERTICAL STACKED LAYOUT
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    
    /* Stack items vertically instead of horizontal columns */
    #cfw-shipping-method-review-pane .cfw-review-pane li {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0.25rem !important;
        margin-bottom: 0 !important;
    }
    
    /* Make inner container full width */
    #cfw-shipping-method-review-pane .cfw-review-pane li .inner {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-bottom: 0.125rem !important;
    }
    
    /* Stack label and content vertically */
    #cfw-shipping-method-review-pane .cfw-review-pane li .inner {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Label styling */
    #cfw-shipping-method-review-pane .cfw-review-pane-label {
        margin-bottom: 0.125rem !important;
        font-weight: 600 !important;
        flex: 0 0 1.3em !important;
    }
    
    /* Fix text overflow and wrapping */
    #cfw-shipping-method-review-pane .cfw-review-pane-content {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        overflow: hidden !important;
        max-width: 100% !important;
    }
    
    /* Change link full width and positioned at bottom */
    #cfw-shipping-method-review-pane .cfw-review-pane-link {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        text-align: left !important;
        margin-top: 0.125rem !important;
        padding-top: 0.125rem !important;
        border-top: 1px solid #eee !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    
    /* More aggressive text wrapping for very small screens */
    #cfw-shipping-method-review-pane .cfw-review-pane-content {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }
    
    /* Tighter spacing on very small screens */
    #cfw-shipping-method-review-pane .cfw-review-pane li {
        padding: 0.375rem !important;
        margin-bottom: 0.125rem !important;
    }
}



/* ============================================
   COUPON MODULE - MOBILE FONT SIZE
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .cfw-show-coupons-module {
        font-size: 0.875rem !important; /* 14px */
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .cfw-show-coupons-module {
        font-size: 0.8rem !important; /* 12.8px */
    }
}

/* ============================================
   CART SUMMARY - REMOVE MOBILE PADDING
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    #cfw-cart-summary > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



/* ============================================
   PAYMENT REVIEW PANE - VERTICAL STACKED LAYOUT
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    
    /* Stack items vertically instead of horizontal columns */
    #cfw-payment-method-review-pane .cfw-review-pane li {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0.25rem !important;
        margin-bottom: 0 !important;
    }
    
    /* Make inner container full width */
    #cfw-payment-method-review-pane .cfw-review-pane li .inner {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-bottom: 0.125rem !important;
    }
    
    /* Stack label and content vertically */
    #cfw-payment-method-review-pane .cfw-review-pane li .inner {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Label styling */
    #cfw-payment-method-review-pane .cfw-review-pane-label {
        margin-bottom: 0.125rem !important;
        font-weight: 600 !important;
        flex: 0 0 1.3em !important;
    }
    
    /* Fix text overflow and wrapping */
    #cfw-payment-method-review-pane .cfw-review-pane-content {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        overflow: hidden !important;
        max-width: 100% !important;
    }
    
    /* Change link full width and positioned at bottom */
    #cfw-payment-method-review-pane .cfw-review-pane-link {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        text-align: left !important;
        margin-top: 0.125rem !important;
        padding-top: 0.125rem !important;
        border-top: 1px solid #eee !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    
    /* More aggressive text wrapping for very small screens */
    #cfw-payment-method-review-pane .cfw-review-pane-content {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }
    
    /* Tighter spacing on very small screens */
    #cfw-payment-method-review-pane .cfw-review-pane li {
        padding: 0.375rem !important;
        margin-bottom: 0.125rem !important;
    }
}



/* ============================================
   COMPLETE ORDER BUTTON - MATCHING STEP BUTTON STYLE
   ============================================ */
#place_order {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
}

#place_order:hover {
    color: #7391f4 !important;
}

/* Wave animation */
#place_order::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
#place_order::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
#place_order:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

#place_order:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    #place_order {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0.625rem 1.25rem !important; /* Slightly smaller padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
    }
    
    /* Also adjust arrow size for mobile */
    #place_order::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    #place_order {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0.5rem 1rem !important;
    }
}


/* ============================================
   PROCEED TO CHECKOUT BUTTON - MATCHING STEP BUTTON STYLE
   ============================================ */
.wc-block-cart__submit-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: auto !important;
    isolation: isolate !important;
}

.wc-block-cart__submit-button:hover {
    color: #7391f4 !important;
}

/* Button text styling */
.wc-block-cart__submit-button .wc-block-components-button__text {
    color: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

/* Wave animation */
.wc-block-cart__submit-button::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
.wc-block-cart__submit-button::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
.wc-block-cart__submit-button:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

.wc-block-cart__submit-button:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .wc-block-cart__submit-button {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0.625rem 1.25rem !important; /* Slightly smaller padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
    }
    
    /* Also adjust arrow size for mobile */
    .wc-block-cart__submit-button::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .wc-block-cart__submit-button {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0.5rem 1rem !important;
    }
}


/* ============================================
   CART CROSS-SELLS ADD TO CART BUTTON STYLING
   ============================================ */

.wc-block-components-product-button__button,
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link {
    background-color: #EDE9FD !important;
    color: #7391F4 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 120px !important;
    line-height: 1.4 !important;
}

/* Hover state */
.wc-block-components-product-button__button:hover,
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link:hover {
    background-color: #FEC2A4 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(254, 194, 164, 0.3) !important;
}

/* Focus state for accessibility */
.wc-block-components-product-button__button:focus,
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link:focus {
    outline: 2px solid #7391F4 !important;
    outline-offset: 2px !important;
}

/* Active state */
.wc-block-components-product-button__button:active,
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link:active {
    transform: translateY(0) !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .wc-block-components-product-button__button,
    .wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link {
        font-size: 0.85rem !important;
        padding: 0.625rem 1.25rem !important;
        min-width: 100px !important;
        border-radius: 6px !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .wc-block-components-product-button__button,
    .wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link {
        font-size: 0.8rem !important;
        padding: 0.5rem 1rem !important;
        min-width: 90px !important;
        width: 100% !important;
        border-radius: 6px !important;
    }
    
    /* Make button container full width on very small screens */
    .wp-block-cart-cross-sells-product__product-add-to-cart {
        width: 100% !important;
    }
}


/* ============================================
   EXPLORE SHOP BUTTON - WAVE ANIMATION STYLE
   ============================================ */
.explore-shop {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: 48px !important;
    isolation: isolate !important;
    margin: 0 auto !important;
}

.explore-shop:hover {
    color: #7391f4 !important;
}

/* Wave animation */
.explore-shop::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
.explore-shop::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
.explore-shop:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

.explore-shop:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .explore-shop {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0 1.25rem !important; /* Only horizontal padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
        height: 42px !important; /* Slightly smaller height for mobile */
    }
    
    /* Also adjust arrow size for mobile */
    .explore-shop::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .explore-shop {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0 1rem !important; /* Only horizontal padding */
        height: 38px !important; /* Even smaller height for tiny screens */
    }
}

/* ============================================
   FACETWP RESET BUTTON STYLING
   ============================================ */

.facetwp-facet.facetwp-facet-reset.facetwp-type-reset {
    margin: 1rem 0 !important;
}

.facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset {
    background-color: #EDE9FD !important;
    color: #7391F4 !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 80px !important;
    line-height: 1.4 !important;
}

/* Hover state */
.facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset:hover {
    background-color: #FEC2A4 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(254, 194, 164, 0.3) !important;
}

/* Focus state for accessibility */
.facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset:focus {
    outline: 2px solid #7391f4 !important;
    outline-offset: 2px !important;
}

/* Active state */
.facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset:active {
    transform: translateY(0) !important;
    background-color: #dee2e6 !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
        min-width: 70px !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facetwp-facet.facetwp-facet-reset.facetwp-type-reset .facetwp-reset {
        font-size: 0.75rem !important;
        padding: 0.375rem 0.75rem !important;
        min-width: 60px !important;
        width: 100% !important;
        max-width: 120px !important;
    }
}


/* ============================================
   HIDE COUNT BESIDE FILTERS
   ============================================ */
span.facetwp-counter {
    display: none !important;
}



/* ============================================
   FACETWP CHECKBOX STYLING (DIV-BASED)
   ============================================ */

/* Checkbox container */
.facetwp-checkbox {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0.75rem !important;
    cursor: pointer !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    color: #333333 !important;
    transition: all 0.2s ease !important;
    padding-left: 2rem !important;
}

.facetwp-checkbox:hover {
    color: #7391f4 !important;
}

/* Custom checkbox design */
.facetwp-checkbox::before {
    content: '' !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

/* Hover state for checkbox */
.facetwp-checkbox:hover::before {
    border-color: #7391f4 !important;
    box-shadow: 0 0 0 3px rgba(115, 145, 244, 0.1) !important;
}

/* Checked state */
.facetwp-checkbox.checked::before {
    background-color: #7391f4 !important;
    border-color: #7391f4 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath d='M10.5 1.5 4.5 7.5 1.5 4.5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px !important;
}

/* Checked state text color */
.facetwp-checkbox.checked {
    color: #7391f4 !important;
    font-weight: 600 !important;
}

/* Focus state for accessibility */
.facetwp-checkbox:focus::before {
    outline: 2px solid #7391f4 !important;
    outline-offset: 2px !important;
}

/* Checkbox label text */
.facetwp-checkbox .facetwp-display-value {
    flex: 1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Count styling */
.facetwp-checkbox .facetwp-counter {
    margin-left: 0.5rem !important;
    font-size: 0.8rem !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}

.facetwp-checkbox.checked .facetwp-counter {
    color: #7391f4 !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .facetwp-checkbox {
        font-size: 0.85rem !important;
        margin-bottom: 0.65rem !important;
        padding-left: 1.8rem !important;
    }
    
    .facetwp-checkbox::before {
        width: 18px !important;
        height: 18px !important;
        background-size: 10px !important;
    }
    
    .facetwp-checkbox .facetwp-counter {
        font-size: 0.75rem !important;
        margin-left: 0.4rem !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facetwp-checkbox {
        font-size: 0.8rem !important;
        margin-bottom: 0.6rem !important;
        padding-left: 1.6rem !important;
    }
    
    .facetwp-checkbox::before {
        width: 16px !important;
        height: 16px !important;
        background-size: 9px !important;
    }
    
    .facetwp-checkbox .facetwp-counter {
        font-size: 0.7rem !important;
        margin-left: 0.35rem !important;
    }
}



/* ============================================
   FACET HEADING STYLING
   ============================================ */

.facet-heading {
    text-transform: none !important;
    font-size: 30px !important;
    font-family: 'Feature Display Medium' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    color: inherit !important;
    position: relative !important;
    padding-bottom: 0.5rem !important;
    display: inline-block !important;
    width: auto !important;
}

/* Gradient line under headings */
.facet-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #7391f4 0%, #FEC2A4 100%) !important;
    border-radius: 2px !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .facet-heading {
        font-size: 20px !important;
        line-height: 1.1 !important;
        margin-bottom: 0.875rem !important;
        padding-bottom: 0.4rem !important;
    }
    
    .facet-heading::after {
        width: 100% !important;
        height: 2.5px !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facet-heading {
        font-size: 20px !important;
        line-height: 1.1 !important;
        margin-bottom: 0.75rem !important;
        padding-bottom: 0.375rem !important;
    }
    
    .facet-heading::after {
        width: 100% !important;
        height: 2px !important;
    }
}


/* ============================================
   HIDE FILTERS ON MOBILE DEVICES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .filters {
        display: none !important;
    }
}


/* ============================================
   MOBILE FILTER BUTTON STYLING
   ============================================ */

/* Mobile filter button styling with centering */
.facetwp-flyout-open {
    background-color: #7391f4 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 120px !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 8px rgba(115, 145, 244, 0.2) !important;
    margin: 1rem auto !important;
    position: relative !important;
    width: fit-content !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Hover state */
.facetwp-flyout-open:hover {
    background-color: #5a67d8 !important;
    color: #ffffff !important;
    transform: translateX(-50%) translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(115, 145, 244, 0.3) !important;
}

/* Active/pressed state */
.facetwp-flyout-open:active {
    transform: translateX(-50%) translateY(0) !important;
    box-shadow: 0 2px 6px rgba(115, 145, 244, 0.2) !important;
}

/* Focus state for accessibility */
.facetwp-flyout-open:focus {
    outline: 2px solid #7391f4 !important;
    outline-offset: 2px !important;
}

/* Down arrow after text to indicate opening */
.facetwp-flyout-open::after {
    content: '' !important;
    width: 12px !important;
    height: 12px !important;
    margin-left: 0.5rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
}

/* Animate arrow on hover for interaction feedback */
.facetwp-flyout-open:hover::after {
    transform: translateY(1px) !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facetwp-flyout-open {
        font-size: 0.85rem !important;
        padding: 0.625rem 1.25rem !important;
        min-width: 100px !important;
        width: 100% !important;
        max-width: 200px !important;
        margin: 0 auto !important;
    }
}


/* ============================================
   FACETWP MOBILE FLYOUT MENU STYLING - VISUAL ONLY
   ============================================ */

/* Close button styling only */
.facetwp-flyout-close {
    width: 40px !important;
    height: 40px !important;
    background-color: #7391f4 !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(115, 145, 244, 0.4) !important;
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 10 !important;
}

/* Close button X icon - white */
.facetwp-flyout-close::before {
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* Close button hover - enhanced glow */
.facetwp-flyout-close:hover {
    box-shadow: 0 6px 16px rgba(115, 145, 244, 0.6) !important;
    transform: rotate(180deg) !important;
}

/* Close button active/clicked - spin animation */
.facetwp-flyout-close:active {
    animation: spin 0.5s ease !important;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Flyout rows - reduced spacing */
.flyout-row {
    margin-bottom: 1.25rem !important;
    border-bottom: 1px solid #f1f3f4 !important;
    padding-bottom: 1rem !important;
}

.flyout-row:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* Flyout headings */
.flyout-row h3 {
    text-transform: none !important;
    font-size: 22px !important;
    font-family: 'Feature Display Medium' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    color: #333333 !important;
    position: relative !important;
    padding-bottom: 0.5rem !important;
    display: inline-block !important;
    width: auto !important;
}

/* Gradient line under flyout headings */
.flyout-row h3::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(90deg, #7391f4 0%, #FEC2A4 100%) !important;
    border-radius: 1px !important;
}

/* Reset button styling in flyout */
.flyout-row.name-reset {
    text-align: center !important;
    border-bottom: none !important;
    padding-top: 1rem !important;
}

/* Scrollbar styling for webkit browsers */
.facetwp-flyout-content::-webkit-scrollbar {
    width: 6px !important;
}

.facetwp-flyout-content::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 3px !important;
}

.facetwp-flyout-content::-webkit-scrollbar-thumb {
    background: #c1c1c1 !important;
    border-radius: 3px !important;
}

.facetwp-flyout-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8 !important;
}

/* ============================================
   MOBILE RESPONSIVE ADJUSTMENTS
   ============================================ */

/* Small mobile devices - 480px and below */
@media (max-width: 480px) {
    .flyout-row h3 {
        font-size: 20px !important;
    }
    
    .facetwp-flyout-close {
        width: 36px !important;
        height: 36px !important;
        top: 0.75rem !important;
        right: 0.75rem !important;
    }
}




/* ============================================
   FACETWP SORT DROPDOWN STYLING
   ============================================ */

/* Container centering */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort {
    text-align: center !important;
    margin: 1.5rem 0 !important;
    padding: 0 1rem !important;
}

/* Sort dropdown */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 2px solid #e1e5e9 !important;
    border-radius: 8px !important;
    padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    min-width: 160px !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 6px rgba(254, 194, 164, 0.2) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666666' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px !important;
}

/* Hover state */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select:hover {
    border-color: #7391f4 !important;
    box-shadow: 0 3px 10px rgba(254, 194, 164, 0.4) !important;
    transform: translateY(-1px) !important;
}

/* Focus state */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select:focus {
    outline: none !important;
    border-color: #7391f4 !important;
    box-shadow: 0 0 0 3px rgba(254, 194, 164, 0.3), 0 3px 10px rgba(115, 145, 244, 0.2) !important;
}

/* Active/open state */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select:active {
    transform: translateY(0) !important;
}

/* Option styling */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select option {
    padding: 0.5rem 1rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Selected option */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select option:checked {
    background-color: #f8f9ff !important;
    color: #7391f4 !important;
}

/* Option hover (where supported) */
.facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select option:hover {
    background-color: #f8f9ff !important;
    color: #7391f4 !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .facetwp-facet.facetwp-facet-sort_.facetwp-type-sort {
        margin: 1.25rem 0 !important;
        padding: 0 0.5rem !important;
    }
    
    .facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select {
        font-size: 0.85rem !important;
        padding: 0.625rem 2.25rem 0.625rem 0.875rem !important;
        min-width: 140px !important;
        background-size: 11px !important;
        background-position: right 0.875rem center !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facetwp-facet.facetwp-facet-sort_.facetwp-type-sort select {
        font-size: 0.8rem !important;
        padding: 0.5rem 2rem 0.5rem 0.75rem !important;
        min-width: 120px !important;
        width: 100% !important;
        max-width: 200px !important;
        background-size: 10px !important;
        background-position: right 0.75rem center !important;
    }
}

/* ============================================
   FACETWP LOAD MORE BUTTON STYLING
   ============================================ */

/* Center the load more button using text-align on wrapper */
.facetwp-facet.facetwp-type-pager {
    text-align: center !important;
}

/* Load more button styling only - visual design only */
.facetwp-load-more {
    background-color: #7391f4 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    min-width: 160px !important;
    line-height: 1.4 !important;
    box-shadow: 0 3px 10px rgba(115, 145, 244, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Hover state */
.facetwp-load-more:hover {
    background-color: #5a67d8 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(115, 145, 244, 0.4) !important;
}

/* Active/pressed state */
.facetwp-load-more:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(115, 145, 244, 0.3) !important;
}

/* Focus state for accessibility */
.facetwp-load-more:focus {
    outline: 2px solid #7391f4 !important;
    outline-offset: 2px !important;
}

/* Loading state styling */
.facetwp-load-more[data-loading]:disabled,
.facetwp-load-more.loading {
    background-color: #9ca3af !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 2px 6px rgba(156, 163, 175, 0.3) !important;
}

/* Loading animation */
.facetwp-load-more[data-loading]:disabled::after,
.facetwp-load-more.loading::after {
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 0.5rem !important;
    border: 2px solid transparent !important;
    border-top: 2px solid #ffffff !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
    display: inline-block !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Subtle shine effect on hover */
.facetwp-load-more::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.facetwp-load-more:hover::before {
    left: 100% !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .facetwp-load-more {
        font-size: 0.9rem !important;
        padding: 0.75rem 1.5rem !important;
        min-width: 140px !important;
    }
}

/* Extra small mobile devices - 480px and below */
@media (max-width: 480px) {
    .facetwp-load-more {
        font-size: 0.875rem !important;
        padding: 0.625rem 1.25rem !important;
        min-width: 120px !important;
    }
}




/* ============================================
   BUTTON STYLED SEA - WAVE ANIMATION STYLE
   ============================================ */
.button-styled-sea {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #7391f4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: 48px !important;
    isolation: isolate !important;
    margin: 0 auto !important;
}

.button-styled-sea:hover {
    color: #7391f4 !important;
    text-decoration: none !important;
    background-color: #7391f4 !important;
}

/* Wave animation */
.button-styled-sea::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ede9fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
.button-styled-sea::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations */
.button-styled-sea:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

.button-styled-sea:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .button-styled-sea {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0 1.25rem !important; /* Only horizontal padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
        height: 42px !important; /* Slightly smaller height for mobile */
    }
    
    /* Also adjust arrow size for mobile */
    .button-styled-sea::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .button-styled-sea {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0 1rem !important; /* Only horizontal padding */
        height: 38px !important; /* Even smaller height for tiny screens */
    }
}



/* Rounded Corner Utility Class */
.rounded {
    border-radius: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 300px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
		padding-top:30px;
}

.m .rounded {
	padding-top:30px;
}

/* ============================================
   BUTTON STYLED BOUGAINVILLEA - WAVE ANIMATION STYLE
   ============================================ */
.button-styled-bougainvillea {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 0 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #C64AA3 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    width: fit-content !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    min-width: auto !important;
    height: 48px !important;
    isolation: isolate !important;
    margin: 0 auto !important;
}

/* ============================================
   AGGRESSIVE LINK STATE OVERRIDES - Maximum specificity to override any existing link styles
   ============================================ */

/* Base overrides with maximum specificity */
a.button-styled-bougainvillea,
a.button-styled-bougainvillea:link,
a.button-styled-bougainvillea:visited,
a.button-styled-bougainvillea:focus,
a.button-styled-bougainvillea:active,
a.button-styled-bougainvillea:any-link,
.button-styled-bougainvillea:link,
.button-styled-bougainvillea:visited,
.button-styled-bougainvillea:focus,
.button-styled-bougainvillea:active,
.button-styled-bougainvillea:any-link {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #C64AA3 !important;
    border-color: transparent !important;
    outline-color: #C64AA3 !important;
}

/* Additional specific combinations to override common patterns */
div a.button-styled-bougainvillea,
span a.button-styled-bougainvillea,
p a.button-styled-bougainvillea,
section a.button-styled-bougainvillea,
article a.button-styled-bougainvillea,
main a.button-styled-bougainvillea,
header a.button-styled-bougainvillea,
footer a.button-styled-bougainvillea,
nav a.button-styled-bougainvillea {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #C64AA3 !important;
}

/* Focus state with proper accessibility */
a.button-styled-bougainvillea:focus,
.button-styled-bougainvillea:focus {
    outline: 2px solid #C64AA3 !important;
    outline-offset: 2px !important;
}

/* Hover states with maximum specificity */
a.button-styled-bougainvillea:hover,
a.button-styled-bougainvillea:link:hover,
a.button-styled-bougainvillea:visited:hover,
a.button-styled-bougainvillea:focus:hover,
a.button-styled-bougainvillea:active:hover,
.button-styled-bougainvillea:hover,
.button-styled-bougainvillea:link:hover,
.button-styled-bougainvillea:visited:hover,
.button-styled-bougainvillea:focus:hover,
.button-styled-bougainvillea:active:hover,
div a.button-styled-bougainvillea:hover,
span a.button-styled-bougainvillea:hover,
p a.button-styled-bougainvillea:hover,
section a.button-styled-bougainvillea:hover,
article a.button-styled-bougainvillea:hover,
main a.button-styled-bougainvillea:hover,
header a.button-styled-bougainvillea:hover,
footer a.button-styled-bougainvillea:hover,
nav a.button-styled-bougainvillea:hover {
    color: #C64AA3 !important;
    text-decoration: none !important;
    background-color: #C64AA3 !important;
}

/* Override any potential text color inheritance */
.button-styled-bougainvillea *,
a.button-styled-bougainvillea *,
.button-styled-bougainvillea span,
a.button-styled-bougainvillea span {
    color: inherit !important;
    text-decoration: inherit !important;
}

/* Hover override for text inside */
.button-styled-bougainvillea:hover *,
a.button-styled-bougainvillea:hover *,
.button-styled-bougainvillea:hover span,
a.button-styled-bougainvillea:hover span {
    color: #C64AA3 !important;
    text-decoration: none !important;
}

/* Wave animation */
.button-styled-bougainvillea::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23f8f4fd' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow */
.button-styled-bougainvillea::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover animations for all states with maximum specificity */
.button-styled-bougainvillea:hover::before,
a.button-styled-bougainvillea:hover::before,
a.button-styled-bougainvillea:link:hover::before,
a.button-styled-bougainvillea:visited:hover::before,
a.button-styled-bougainvillea:focus:hover::before,
a.button-styled-bougainvillea:active:hover::before,
.button-styled-bougainvillea:link:hover::before,
.button-styled-bougainvillea:visited:hover::before,
.button-styled-bougainvillea:focus:hover::before,
.button-styled-bougainvillea:active:hover::before,
div a.button-styled-bougainvillea:hover::before,
span a.button-styled-bougainvillea:hover::before,
p a.button-styled-bougainvillea:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
}

.button-styled-bougainvillea:hover::after,
a.button-styled-bougainvillea:hover::after,
a.button-styled-bougainvillea:link:hover::after,
a.button-styled-bougainvillea:visited:hover::after,
a.button-styled-bougainvillea:focus:hover::after,
a.button-styled-bougainvillea:active:hover::after,
.button-styled-bougainvillea:link:hover::after,
.button-styled-bougainvillea:visited:hover::after,
.button-styled-bougainvillea:focus:hover::after,
.button-styled-bougainvillea:active:hover::after,
div a.button-styled-bougainvillea:hover::after,
span a.button-styled-bougainvillea:hover::after,
p a.button-styled-bougainvillea:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%23C64AA3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Mobile devices - 768px and below */
@media (max-width: 768px) {
    .button-styled-bougainvillea {
        font-size: 0.875rem !important; /* 14px instead of 16px */
        line-height: 1.25rem !important; /* Adjust line height proportionally */
        padding: 0 1.25rem !important; /* Only horizontal padding */
        gap: 0.75rem !important; /* Slightly smaller gap */
        height: 42px !important; /* Slightly smaller height for mobile */
    }
    
    /* Also adjust arrow size for mobile */
    .button-styled-bougainvillea::after {
        width: 1.25rem !important;
        height: 0.625rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .button-styled-bougainvillea {
        font-size: 0.8rem !important; /* Even smaller for very small screens */
        padding: 0 1rem !important; /* Only horizontal padding */
        height: 38px !important; /* Even smaller height for tiny screens */
    }
}
/* Mobile Lamp Graphic Styles */
/* Sets width to 100px and centers the lamp graphic on mobile devices */
.m .lamp-graphic {
    width: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #FE8E56;
}

/* ============================================
   WC PRODUCT ADD-ON CHECKBOX STYLING
   ============================================ */

/* Hide the default checkbox */
.wc-pao-addon-field.wc-pao-addon-checkbox {
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
}

/* Style the label as checkbox container */
.wc-pao-addon-wrap label {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0.75rem !important;
    cursor: pointer !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    color: #333333 !important;
    transition: all 0.2s ease !important;
    padding-left: 2rem !important;
}

.wc-pao-addon-wrap label:hover {
    color: #7391f4 !important;
}

/* Custom checkbox design */
.wc-pao-addon-wrap label::before {
    content: '' !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

/* Hover state for checkbox */
.wc-pao-addon-wrap label:hover::before {
    border-color: #7391f4 !important;
    box-shadow: 0 0 0 3px rgba(115, 145, 244, 0.1) !important;
}

/* Checked state */
.wc-pao-addon-field.wc-pao-addon-checkbox:checked + label::before {
    background-color: #7391f4 !important;
    border-color: #7391f4 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath d='M10.5 1.5 4.5 7.5 1.5 4.5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px !important;
}

/* Checked state text color */
.wc-pao-addon-field.wc-pao-addon-checkbox:checked + label {
    color: #7391f4 !important;
    font-weight: 600 !important;
}

/* Focus state for accessibility */
.wc-pao-addon-field.wc-pao-addon-checkbox:focus + label::before {
    outline: 2px solid #7391f4 !important;
    outline-offset: 2px !important;
}

/* Price styling in labels */
.wc-pao-addon-wrap label .wc-pao-addon-price {
    margin-left: 0.5rem !important;
    font-size: 0.85rem !important;
    color: #666666 !important;
    font-weight: 500 !important;
}

.wc-pao-addon-field.wc-pao-addon-checkbox:checked + label .wc-pao-addon-price {
    color: #7391f4 !important;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .wc-pao-addon-wrap label {
        font-size: 0.85rem !important;
        margin-bottom: 0.65rem !important;
        padding-left: 1.8rem !important;
    }
    
    .wc-pao-addon-wrap label::before {
        width: 18px !important;
        height: 18px !important;
        background-size: 10px !important;
    }
    
    .wc-pao-addon-wrap label .wc-pao-addon-price {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 480px) {
    .wc-pao-addon-wrap label {
        font-size: 0.8rem !important;
        margin-bottom: 0.6rem !important;
        padding-left: 1.6rem !important;
    }
    
    .wc-pao-addon-wrap label::before {
        width: 16px !important;
        height: 16px !important;
        background-size: 9px !important;
    }
    
    .wc-pao-addon-wrap label .wc-pao-addon-price {
        font-size: 0.75rem !important;
    }
}

/* ============================================
   BUNDLED PRODUCTS - RESPONSIVE VERSION
   ============================================ */

/* Hide product images column completely */
.bundled_products .bundled_item_images_col,
.bundled_products .bundled_item_images_head {
    display: none !important;
}

/* Hide stock information */
.bundled_products .stock {
    display: none !important;
}

/* Force table layout and column widths */
.bundled_products {
    table-layout: fixed !important;
}

/* Add top margin to table */
table.bundled_products {
    margin-top: 3%;
}

/* Make sure table rows display properly */
.bundled_products tr {
    display: table-row !important;
}

.bundled_products td,
.bundled_products th {
    display: table-cell !important;
    vertical-align: top !important;
}

/* Remove underline */
.bundled_products thead {
    border-bottom: none !important;
}

/* Header styling */
.bundled_products th.bundled_item_details_head {
    padding-bottom: 0.5rem !important;
    width: 85% !important;
    padding-left: 0 !important;
}

.bundled_products th.bundled_item_qty_head {
    padding-bottom: 0.5rem !important;
    width: 15% !important;
    text-align: center !important;
}

/* Cell widths and alignment */
.bundled_products td.bundled_item_details_col {
    width: 85% !important;
    padding-left: 0 !important;
}

.bundled_products td.bundled_item_qty_col {
    width: 15% !important;
    text-align: center !important;
    padding-right: 0 !important;
}

/* Completely strip quantity styling - show only the real number */
.bundled_products .quantity {
    background: #EDE9FD !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    text-align: center !important;
    font-size: 1rem !important;
    color: #7391f4 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.bundled_products .quantity::before {
    display: none !important;
}

/* Hide input elements but keep text content visible */
.bundled_products .quantity input {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
}

/* Make sure we don't add any content */
.bundled_products .quantity::after {
    display: none !important;
}

/* Remove underlines from product names */
.bundled_products .bundled_product_title {
    border-bottom: none !important;
}

.bundled_products .bundled_product_title::after {
    display: none !important;
}

/* Override existing quantity styling for bundled products */
table.bundled_products td.bundled_item_qty_col .quantity, 
.single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity {
    background: #EDE9FD !important;
    border: none !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    color: #7391f4 !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 1 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

/* Hide inputs in the override section too */
table.bundled_products td.bundled_item_qty_col .quantity input,
.single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity input {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
}

.woocommerce div.product p.stock {
    font-size: .92em;
    display: none;
}

/* ============================================
   MOBILE RESPONSIVE STYLES - COMPLETE REWORK
   ============================================ */

@media (max-width: 768px) {
    /* Keep table structure but make it mobile-friendly */
    .bundled_products {
        display: table !important;
        width: 100% !important;
        border: none !important;
    }
    
    .bundled_products thead {
        display: table-header-group !important;
        margin-bottom: 1rem !important;
        border-bottom: 2px solid #e7c8e8 !important;
        padding-bottom: 0.5rem !important;
    }
    
    .bundled_products thead tr {
        display: table-row !important;
    }
    
    .bundled_products th {
        display: table-cell !important;
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        color: #333333 !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        padding-bottom: 0.5rem !important;
    }
    
    .bundled_products th.bundled_item_details_head {
        width: 75% !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
    
    .bundled_products th.bundled_item_qty_head {
        width: 25% !important;
        text-align: center !important;
    }
    
    .bundled_products tbody {
        display: table-row-group !important;
    }
    
    /* Each product row side by side */
    .bundled_products .bundled_item {
        display: table-row !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }
    
    .bundled_products .bundled_item:last-child {
        border-bottom: none !important;
    }
    
    /* Product details - left side */
    .bundled_products .bundled_item_details_col {
        display: table-cell !important;
        width: 75% !important;
        padding: 0.75rem 0.5rem 0.75rem 0 !important;
        vertical-align: center !important;
    }
    
    /* Product title styling */
    .bundled_products .bundled_product_title {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        word-wrap: break-word !important;
    }
    
    /* Quantity column - right side */
    .bundled_products .bundled_item_qty_col {
        display: table-cell !important;
        width: 25% !important;
        text-align: center !important;
        vertical-align: center !important;
        padding: 0.75rem 0 !important;
    }
    
    /* COMPLETELY HIDE the existing quantity inputs on mobile but keep the container and text */
    .bundled_products .bundled_item_qty_col .quantity input,
    table.bundled_products td.bundled_item_qty_col .quantity input,
    .single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity input {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
    }
    
    /* Style the quantity container to show the real number */
    .bundled_products .bundled_item_qty_col .quantity,
    table.bundled_products td.bundled_item_qty_col .quantity,
    .single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity {
        background: #EDE9FD !important;
        border: none !important;
        border-radius: 50% !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0.8rem !important;
        color: #7391f4 !important;
        font-weight: 600 !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
        line-height: 1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* Hide any add to cart buttons that might appear */
    .bundled_products .bundled_item_button,
    .bundled_products .add_to_cart_button,
    .bundled_products .single_add_to_cart_button {
        display: none !important;
    }
    
    /* Remove any pseudo-content */
    .bundled_products .bundled_item_qty_col::before,
    .bundled_products .bundled_item_qty_col::after {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .bundled_products th {
        font-size: 0.85rem !important;
    }
    
    .bundled_products th.bundled_item_details_head {
        width: 70% !important;
    }
    
    .bundled_products th.bundled_item_qty_head {
        width: 30% !important;
    }
    
    .bundled_products .bundled_product_title {
        font-size: 0.8rem !important;
    }
    
    .bundled_products .bundled_item_details_col {
        width: 70% !important;
        padding: 0.5rem 0.5rem 0.5rem 0 !important;
    }
    
    .bundled_products .bundled_item_qty_col {
        width: 30% !important;
        padding: 0.5rem 0 !important;
    }
    
    .bundled_products .bundled_item_qty_col .quantity,
    table.bundled_products td.bundled_item_qty_col .quantity,
    .single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        font-size: 0.75rem !important;
    }
}


/* ============================================
   ON SALE BADGE - CUSTOM IMAGE & TEXT STYLING
   ============================================ */
.woocommerce span.onsale {
    /* Replace background color with image */
    background-color: transparent !important;
    background-image: url('https://static.showit.co/file/uV3AocHvrNaP4yL4FtA6_Q/290959/citrus_01.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    
    /* Updated text styling */
    color: #ffffff !important;
    line-height: 1.1 !important;
    letter-spacing: 0.01em !important;
    font-size: 27px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    
    /* Ensure text displays properly over image */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Add breathing room around text */
    padding: 8px 12px !important;
}
/* ============================================
   MOBILE RESPONSIVE STYLING
   ============================================ */
@media screen and (max-width: 768px) {
    .woocommerce span.onsale {
        font-size: 18px !important;
        line-height: 1.0 !important;
        letter-spacing: 0.005em !important;
        padding: 6px 10px !important;
    }
}
/* Extra small mobile devices */
@media screen and (max-width: 480px) {
    .woocommerce span.onsale {
        font-size: 18px !important;
        line-height: 1.0 !important;
        padding: 5px 8px !important;
    }
}

/* ============================================
   WOOCOMMERCE PRODUCT COLLECTION - MINIMAL START
   ============================================ */
/* Individual product cards - basic styling only */
.wc-block-product-template .wc-block-product {
    background: white !important;
    border-radius: 16px !important;
    padding: 25px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f5f5f5 !important;
}
.wc-block-product-template .wc-block-product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
}

/* Remove list styling from WooCommerce product collections */
.wc-block-product-template ul,
.wc-block-product-template li,
.woocommerce .wc-block-product-template ul,
.woocommerce .wc-block-product-template li {
    list-style: none !important;
    list-style-type: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    text-indent: 0 !important;
}

/* Mobile centering fix - target multiple possible containers */
@media screen and (max-width: 768px) {
    .wc-block-product-template,
    .wc-block-product-template ul,
    .wp-block-woocommerce-product-collection,
    .wc-block-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .wc-block-product-template .wc-block-product {
        max-width: 300px !important;
        width: 100% !important;
        margin: 0 auto 20px auto !important;
    }
}



/* ============================================
   QUANTITY SELECTOR
   ============================================ */

.woocommerce div.product form.cart .quantity {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 9999px !important;
    border: 2px solid #e5e7eb !important;
    overflow: hidden !important;
    width: 120px !important;
    height: calc(1.5rem + 0.75rem + 0.75rem) !important;
    min-height: 3rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    box-sizing: border-box !important;
    margin-right: 1rem !important;
}

/* Remove ALL glow effects from container */
.woocommerce div.product form.cart .quantity:focus-within,
.woocommerce div.product form.cart .quantity:focus,
.woocommerce div.product form.cart .quantity:active {
    border-color: #d1d5db !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Minus button */
.woocommerce div.product form.cart .quantity .minus {
    border: none !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    width: 2rem !important;
    height: 100% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    user-select: none !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
    position: relative !important;
    top: 0px !important;
}

/* Plus button */
.woocommerce div.product form.cart .quantity .plus {
    border: none !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    width: 2rem !important;
    height: 100% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    user-select: none !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    position: relative !important;
    top: -2px !important;
}

/* Button hover effects */
.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
    color: #374151 !important;
    background: transparent !important;
}

/* Remove ALL button glow effects */
.woocommerce div.product form.cart .quantity .minus:focus,
.woocommerce div.product form.cart .quantity .minus:active,
.woocommerce div.product form.cart .quantity .minus:focus-visible,
.woocommerce div.product form.cart .quantity .plus:focus,
.woocommerce div.product form.cart .quantity .plus:active,
.woocommerce div.product form.cart .quantity .plus:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #374151 !important;
    background: transparent !important;
}

/* Number input */
.woocommerce div.product form.cart .quantity .qty,
.woocommerce div.product form.cart .quantity .input-text {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #374151 !important;
    flex: 1 !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Remove ALL input glow effects */
.woocommerce div.product form.cart .quantity .qty:focus,
.woocommerce div.product form.cart .quantity .qty:active,
.woocommerce div.product form.cart .quantity .qty:focus-visible,
.woocommerce div.product form.cart .quantity .input-text:focus,
.woocommerce div.product form.cart .quantity .input-text:active,
.woocommerce div.product form.cart .quantity .input-text:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #374151 !important;
}

/* Aggressive spin button hiding */
.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity .input-text::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
}

.woocommerce div.product form.cart .quantity input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    appearance: none !important;
}

.woocommerce div.product form.cart .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    display: none !important;
}

/* Force no spin buttons on hover/focus */
.woocommerce div.product form.cart .quantity input[type="number"]:hover::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input[type="number"]:hover::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity input[type="number"]:focus::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input[type="number"]:focus::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Hide screen reader text */
.woocommerce div.product form.cart .quantity .screen-reader-text {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Container hover state */
.woocommerce div.product form.cart .quantity:hover {
    border-color: #d1d5db !important;
}

/* Global glow removal */
.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart .quantity *,
.woocommerce div.product form.cart .quantity input,
.woocommerce div.product form.cart .quantity button {
    outline: none !important;
    box-shadow: none !important;
    border-style: solid !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.woocommerce div.product form.cart .quantity:focus,
.woocommerce div.product form.cart .quantity:focus-within,
.woocommerce div.product form.cart .quantity:focus-visible,
.woocommerce div.product form.cart .quantity:active,
.woocommerce div.product form.cart .quantity *:focus,
.woocommerce div.product form.cart .quantity *:focus-within,
.woocommerce div.product form.cart .quantity *:focus-visible,
.woocommerce div.product form.cart .quantity *:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e5e7eb !important;
}

/* Disable button states */
.woocommerce div.product form.cart .quantity .minus:disabled,
.woocommerce div.product form.cart .quantity .plus:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    color: #9ca3af !important;
}

.woocommerce div.product form.cart .quantity .minus:disabled:hover,
.woocommerce div.product form.cart .quantity .plus:disabled:hover {
    color: #9ca3af !important;
}

/* ============================================
   QUANTITY SELECTOR VISIBILITY FIXES
   ============================================ */

/* Hide quantity selector for products sold individually */
.woocommerce div.product.sold-individually form.cart .quantity,
.woocommerce div.product form.cart.sold-individually .quantity {
    display: none !important;
}

/* Hide when WooCommerce sets display: none */
.woocommerce div.product form.cart .quantity[style*="display: none"],
.woocommerce div.product form.cart .quantity[style*="display:none"] {
    display: none !important;
}

/* Hide when input is disabled or readonly */
.woocommerce div.product form.cart .quantity:has(.qty:disabled),
.woocommerce div.product form.cart .quantity:has(.input-text:disabled),
.woocommerce div.product form.cart .quantity:has(.qty[readonly]),
.woocommerce div.product form.cart .quantity:has(.input-text[readonly]) {
    display: none !important;
}

/* Fallback for browsers that don't support :has() */
.woocommerce div.product form.cart .quantity .qty:disabled,
.woocommerce div.product form.cart .quantity .input-text:disabled,
.woocommerce div.product form.cart .quantity .qty[readonly],
.woocommerce div.product form.cart .quantity .input-text[readonly] {
    display: none !important;
}

.woocommerce div.product form.cart .quantity .qty:disabled + .plus,
.woocommerce div.product form.cart .quantity .input-text:disabled + .plus,
.woocommerce div.product form.cart .quantity .qty[readonly] + .plus,
.woocommerce div.product form.cart .quantity .input-text[readonly] + .plus {
    display: none !important;
}

.woocommerce div.product form.cart .quantity .minus + .qty:disabled,
.woocommerce div.product form.cart .quantity .minus + .input-text:disabled,
.woocommerce div.product form.cart .quantity .minus + .qty[readonly],
.woocommerce div.product form.cart .quantity .minus + .input-text[readonly] {
    display: none !important;
}

.woocommerce div.product form.cart .quantity .minus + .qty:disabled ~ .plus,
.woocommerce div.product form.cart .quantity .minus + .input-text:disabled ~ .plus,
.woocommerce div.product form.cart .quantity .minus + .qty[readonly] ~ .plus,
.woocommerce div.product form.cart .quantity .minus + .input-text[readonly] ~ .plus {
    display: none !important;
}

/* Hide when marked with hidden class */
.woocommerce div.product form.cart .quantity.hidden,
.woocommerce div.product form.cart .quantity .hidden {
    display: none !important;
}

/* Hide when parent form has specific classes */
.woocommerce div.product form.cart.hide-quantity .quantity {
    display: none !important;
}

/* Respect WooCommerce's own visibility settings */
.woocommerce div.product form.cart .quantity[style*="visibility: hidden"],
.woocommerce div.product form.cart .quantity[style*="visibility:hidden"] {
    visibility: hidden !important;
}

/* Hide for variations that don't allow quantity selection */
.woocommerce div.product form.variations_form .quantity:not(.show) {
    display: none !important;
}

/* Additional safety net - if the input itself is hidden by WooCommerce */
.woocommerce div.product form.cart .quantity .qty[style*="display: none"],
.woocommerce div.product form.cart .quantity .qty[style*="display:none"],
.woocommerce div.product form.cart .quantity .input-text[style*="display: none"],
.woocommerce div.product form.cart .quantity .input-text[style*="display:none"] {
    display: none !important;
}

.woocommerce div.product form.cart .quantity .qty[style*="display: none"] ~ .minus,
.woocommerce div.product form.cart .quantity .qty[style*="display: none"] ~ .plus,
.woocommerce div.product form.cart .quantity .input-text[style*="display: none"] ~ .minus,
.woocommerce div.product form.cart .quantity .input-text[style*="display: none"] ~ .plus {
    display: none !important;
}



/* ============================================
   YOU MAY ALSO LIKE SECTION (UP-SELLS)
   ============================================ */

/* ADD THIS: Main container spacing to prevent overlap */
.up-sells {
    margin-top: 60px !important;
    padding-top: 40px !important;
    clear: both !important;
}

/* Override columns-4 to behave like columns-3 */
.up-sells .products.columns-4 {
    --columns: 3 !important;
    display: flex !important;
    align-items: stretch !important;
}

.up-sells .products.columns-4 li {
    width: calc(33.333% - 25px) !important;
    flex: 0 0 calc(33.333% - 25px) !important;
    margin-right: 2% !important;
}

.up-sells .products.columns-4 li:nth-child(3n) {
    margin-right: 0 !important;
}

/* Individual Product Cards - Force Equal Height */
.up-sells .products li {
    background: white !important;
    border-radius: 16px !important;
    padding: 25px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f5f5f5 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 500px !important;
}

.up-sells .products li:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
}

/* Product Images - Simple zoom effect on hover */
.up-sells .products li img {
    width: 100% !important;
    border-radius: 12px !important;
    transition: transform 0.4s ease !important;
}

/* Zoom effect on card hover */
.up-sells .products li:hover img {
    transform: scale(1.08) !important;
}

/* Product image container */
.up-sells .products li .product-wrap a {
    display: block !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

/* Main product image styling */
.up-sells .products li .attachment-woocommerce_thumbnail {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
}

/* Product Titles - Consistent Height for Equal Cards */
.up-sells .woocommerce-loop-product__title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #303030 !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
    min-height: 100px !important;
    text-transform: none !important;
    display: flex !important;
    align-items: flex-start !important;
}

/* Product Prices - Same Color as Title, Remove ALL Dividers */
.up-sells .price {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #303030 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.up-sells .price::before,
.up-sells .price::after {
    display: none !important;
}

/* Nuclear option - remove ALL borders from product content */
.up-sells .products li,
.up-sells .products li *,
.up-sells .products li *::before,
.up-sells .products li *::after {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Restore only the card border */
.up-sells .products li {
    border: 1px solid #f5f5f5 !important;
}

/* Hide any pseudo-element dividers completely */
.up-sells .products li .woocommerce-loop-product__title::before,
.up-sells .products li .woocommerce-loop-product__title::after,
.up-sells .products li h2::before,
.up-sells .products li h2::after,
.up-sells .products li h3::before,
.up-sells .products li h3::after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    content: none !important;
}

/* Add to Cart Buttons - Updated Colors */
.up-sells .add_to_cart_button,
.up-sells .products li.product .button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    border-radius: 9999px !important;
    background-color: #EDE9FD !important;
    color: #7391F4 !important;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1) !important;
    overflow: hidden !important;
    cursor: pointer !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    margin-top: auto !important;
    isolation: isolate !important;
}

/* Wave animation positioned behind everything */
.up-sells .add_to_cart_button::before,
.up-sells .products li.product .button::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -6rem !important;
    width: 250% !important;
    height: 250% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23C4D2F4' d='m0 128 21.8 10.7C43.6 149 87 171 131 154.7c43.5-15.7 87-69.7 131-64 43.5 5.3 87 69.3 131 74.6 43.4 5.7 87-48.3 131-58.6 43.3-10.7 87 21.3 131 42.6 43.2 21.7 87 31.7 130 16C829.1 149 873 107 916 112c44 5 88 59 131 48 43.9-11 88-85 131-96 43.8-11 87 43 131 48 43.7 5 87-37 109-58.7l22-21.3v288H0Z'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    transform: translateX(-25%) !important;
    transition-duration: 0.7s !important;
    z-index: -1 !important;
}

/* Arrow using ::after */
.up-sells .add_to_cart_button::after,
.up-sells .products li.product .button::after {
    content: '' !important;
    width: 1.5rem !important;
    height: 0.75rem !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391F4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition-duration: 0.2s !important;
    flex-shrink: 0 !important;
}

/* Hover effects - NO background color change, just wave */
.up-sells .add_to_cart_button:hover,
.up-sells .products li.product .button:hover {
    color: #7391F4 !important;
    background-color: #EDE9FD !important;
}

/* Wave animation on hover - keep wave only */
.up-sells .add_to_cart_button:hover::before,
.up-sells .products li.product .button:hover::before {
    border-radius: 0 !important;
    bottom: 0 !important;
}

/* Arrow animation on hover - keep same color */
.up-sells .add_to_cart_button:hover::after,
.up-sells .products li.product .button:hover::after {
    transform: translateX(0.5rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='9.621'%3E%3Cpath data-name='Path 1332' d='m15 1.061 3.75 3.75m0 0L15 8.561m3.75-3.75h-18' fill='none' stroke='%237391F4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

/* Ensure button text is styled properly */
.up-sells .add_to_cart_button .price,
.up-sells .products li.product .button .price {
    color: #7391F4 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.up-sells .add_to_cart_button .text,
.up-sells .products li.product .button .text {
    color: #7391F4 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

/* Section Title - Oswald Font, Keep Gradient Line */
.up-sells h2 {
    text-align: center !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 500 !important;
    color: #2d1b69 !important;
    margin-bottom: 50px !important;
    position: relative !important;
}

/* Keep the gradient underline for section title */
.up-sells h2::after {
    content: '' !important;
    display: block !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #e7c8e8 0%, #fec2a4 100%) !important;
    margin: 15px auto 0 !important;
    border-radius: 2px !important;
}

/* Make sure button stays at bottom of card and cards are equal height */
.up-sells .woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
}

/* Ensure equal distribution of space in card content */
.up-sells .products li > * {
    flex-shrink: 0 !important;
}

.up-sells .products li .woocommerce-LoopProduct-link {
    flex-grow: 1 !important;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

@media (max-width: 767px) {
    /* ADJUST MOBILE SPACING */
    .up-sells {
        margin-top: 40px !important;
        padding-top: 20px !important;
    }
    
    /* Gallery thumbnails mobile */
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 20px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        max-width: 100% !important;
        padding: 5px !important;
        touch-action: manipulation;
        pointer-events: auto;
        z-index: 10;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
        display: none;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 36px !important;
        width: 36px !important;
        min-width: 36px !important;
        margin: 0 4px 0 0 !important;
        display: block !important;
        overflow: visible !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
        width: 36px !important;
        height: 36px !important;
        flex-shrink: 0 !important;
        border-radius: 50% !important;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
        border: none !important;
        transform: scale(1.1) !important;
        box-shadow: 0 0 8px rgba(196, 210, 244, 0.9) !important;
    }
    
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        touch-action: manipulation;
        position: relative;
        z-index: 5;
    }
    
    .woocommerce-product-gallery .woocommerce-product-gallery__image {
        touch-action: manipulation;
    }
    
    /* Cart form mobile layout */
    .woocommerce div.product form.cart,
    .woocommerce-page div.product form.cart,
    .single-product form.cart {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        gap: 0 !important;
    }
    
    .woocommerce div.product form.cart .quantity,
    .woocommerce-page div.product form.cart .quantity,
    .single-product form.cart .quantity {
        width: 140px !important;
        height: 2.5rem !important;
        margin: 0 auto 1.2rem auto !important;
        order: 1 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    
    .woocommerce div.product form.cart .quantity .minus,
    .woocommerce div.product form.cart .quantity .plus {
        width: 2rem !important;
        height: 100% !important;
        font-size: 0.95rem !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
    }
    
    .woocommerce div.product form.cart .quantity .qty,
    .woocommerce div.product form.cart .quantity .input-text {
        flex: 1 !important;
        min-width: 50px !important;
        width: auto !important;
        padding: 0 6px !important;
        font-size: 0.95rem !important;
    }
    
    .woocommerce div.product form.cart .single_add_to_cart_button,
    .woocommerce div.product form.cart .button,
    .woocommerce div.product form.cart button[type="submit"],
    .woocommerce-page div.product form.cart .single_add_to_cart_button,
    .woocommerce-page div.product form.cart .button,
    .woocommerce-page div.product form.cart button[type="submit"],
    .single-product form.cart .single_add_to_cart_button,
    .single-product form.cart .button,
    .single-product form.cart button[type="submit"] {
        width: 100% !important;
        margin: 0 !important;
        order: 2 !important;
        justify-content: center !important;
        padding: 0.85rem 1.2rem !important;
        font-size: 1rem !important;
        height: 2.75rem !important;
    }
    
    .woocommerce div.product form.cart > div,
    .woocommerce-page div.product form.cart > div {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .woocommerce div.product form.cart > div .quantity {
        width: 140px !important;
        height: 2.5rem !important;
        margin: 0 auto 1.2rem auto !important;
        order: 1 !important;
    }
    
    .woocommerce div.product form.cart > div .button,
    .woocommerce div.product form.cart > div button[type="submit"] {
        width: 100% !important;
        order: 2 !important;
    }
    
    /* View Cart button mobile */
    a.added_to_cart.wc-forward {
        margin-bottom: .5rem !important;
        padding-left: 0 !important;
        display: block !important;
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    /* Up-sells section mobile */
    .up-sells h2 {
        font-size: 1.8rem !important;
        margin-bottom: 30px !important;
    }
    
    .up-sells .products.columns-4 {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        align-items: stretch !important;
    }
    
    .up-sells .products.columns-4 li {
        width: 100% !important;
        flex: none !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .up-sells .products li {
        flex-direction: column !important;
        min-height: auto !important;
        height: auto !important;
        padding: 20px !important;
        gap: 12px !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .up-sells .products li:hover {
        transform: none !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    }
    
    .up-sells .products li .product-wrap a {
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
        width: 120px !important;
        height: 120px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }
    
    .up-sells .products li img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 12px !important;
    }
    
    .up-sells .products li:hover img {
        transform: none !important;
    }
    
    .up-sells .woocommerce-LoopProduct-link {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .up-sells .woocommerce-loop-product__title {
        font-size: 1rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
        min-height: auto !important;
        font-weight: 600 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-align: center !important;
    }
    
    .up-sells .price {
        font-size: 1.1rem !important;
        margin-bottom: 0 !important;
        margin-top: 6px !important;
        text-align: center !important;
        font-weight: 600 !important;
    }
    
    .up-sells .add_to_cart_button,
    .up-sells .products li.product .button {
        width: 180px !important;
        height: 44px !important;
        padding: 0 !important;
        font-size: 0.85rem !important;
        gap: 6px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }
    
    .up-sells .add_to_cart_button::after,
    .up-sells .products li.product .button::after {
        width: 1.2rem !important;
        height: 0.6rem !important;
    }
    
    .up-sells .add_to_cart_button::before,
    .up-sells .products li.product .button::before {
        width: 200% !important;
        height: 200% !important;
        bottom: -4rem !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    /* ADJUST EXTRA SMALL MOBILE SPACING */
    .up-sells {
        margin-top: 30px !important;
        padding-top: 15px !important;
    }
    
    .up-sells h2 {
        font-size: 1.6rem !important;
    }
    
    .up-sells .products li {
        padding: 16px !important;
        gap: 12px !important;
    }
    
    .up-sells .products li .product-wrap a {
        width: 100px !important;
        height: 100px !important;
    }
    
    .up-sells .woocommerce-loop-product__title {
        font-size: 0.9rem !important;
    }
    
    .up-sells .price {
        font-size: 1rem !important;
        margin-top: 4px !important;
    }
    
    .up-sells .add_to_cart_button,
    .up-sells .products li.product .button {
        width: 160px !important;
        height: 40px !important;
        font-size: 0.8rem !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    
    /* Yotpo write review button mobile */
    .yotpo .yotpo-default-button.write-review-button {
        font-size: 0.85rem !important;
        padding: 0.6rem 1.2rem !important;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1023px) {
    /* ADJUST TABLET SPACING */
    .up-sells {
        margin-top: 50px !important;
        padding-top: 30px !important;
    }
    
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 25px !important;
        justify-content: flex-start;
        padding: 15px 0;
        gap: 12px !important;
        flex-wrap: wrap !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
}

/* Desktop styles */
@media (min-width: 1024px) {
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 30px !important;
        justify-content: flex-start;
        padding: 15px 0;
        gap: 15px !important;
        flex-wrap: wrap !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
        width: 70px;
        height: 70px;
        border-radius: 10px;
    }
}

/* Large desktop styles */
@media (min-width: 1200px) {
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 35px !important;
        gap: 18px !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
        width: 75px;
        height: 75px;
    }
}