/* 
 * Crocs Product Template CSS
 * File: assets/css/crocs-product.css
 * Version: 1.2.0 - Simple Sticky Gallery for Flatsome
 */

/* ===============================
   PRODUCT HERO SECTION
   =============================== */

.crocs-product-hero {
    padding: 1.2rem 0;
    background: white;
    border-radius: 15px;
    margin-bottom: 0rem;
}

.product-badge {
    display: inline-block;
    background: linear-gradient(45deg, #4caf50, #66bb6a);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}

.crocs-product-hero .product-title,
.crocs-product-hero .product_title {
    font-weight: bold;
    margin-bottom: 1rem !important;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.2;
}

.crocs-product-hero .price-section {
    margin-bottom: 0.1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
    border-radius: 15px;
    border-left: 4px solid #4caf50;
}


.price-discount {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.old-price {
    color: #999 !important;
    text-decoration: line-through;
    font-size: 1.2rem;
}

.discount-badge {
    background: #ff4444;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.free-shipping {
    color: #4caf50;
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 0.90rem;
}
.product-info span.amount {
    color: #429746;
        font-size: 1.6rem;
}
/* ===============================
   WOOCOMMERCE FORM STYLING
   =============================== */

/* Rating Styles */
.woocommerce-product-rating {
    margin-bottom: 1.5rem !important;
}

.woocommerce-product-rating .star-rating {
    color: #ffc107 !important;
    font-size: 1.2rem !important;
}

/* Price Styles */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 2.5rem !important;
    color: #4caf50 !important;
    font-weight: bold !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #999 !important;
    font-size: 1.3rem !important;
}

/* Variations (Size Selector) */
.woocommerce div.product form.cart .variations {
    margin-bottom: 2rem !important;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}

.woocommerce div.product form.cart .variations td.label {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    padding-bottom: 0.8rem;
    padding-right: 1rem;
}

.woocommerce div.product form.cart .variations select {
    width: 100% !important;
    padding: 0.8rem 1rem !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    background: white !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.woocommerce div.product form.cart .variations select:hover,
.woocommerce div.product form.cart .variations select:focus {
    border-color: #4caf50 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.1) !important;
}

/* Quantity Selector */
.woocommerce div.product form.cart .quantity {
    margin-bottom: 2rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.woocommerce div.product form.cart .quantity .qty {
    width: 80px !important;
    height: 50px !important;
    text-align: center !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

.woocommerce div.product form.cart .quantity .qty:hover,
.woocommerce div.product form.cart .quantity .qty:focus {
    border-color: #4caf50 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.1) !important;
}

/* Add to Cart Button */
.woocommerce div.product form.cart .single_add_to_cart_button {
    background: linear-gradient(45deg, #4caf50, #66bb6a) !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2.5rem !important;
    border-radius: 12px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-bottom: 2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(76,175,80,0.4) !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:active {
    transform: translateY(-1px) !important;
}

/* ===============================
   TRUST SIGNALS
   =============================== */

.crocs-trust-signals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.trust-item {
    text-align: center;
    padding: 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

.trust-item:hover {
    background: #f1f8e9;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(76,175,80,0.15);
}

.trust-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.trust-text {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

/* ===============================
   SIZE CHART
   =============================== */

.crocs-size-chart {
    background: white;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.chart-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
    background: linear-gradient(45deg, #4caf50, #66bb6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 800px;
}

.size-table th,
.size-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

.size-table th {
    background: linear-gradient(45deg, #4caf50, #66bb6a);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.size-table tbody tr {
    transition: all 0.3s ease;
}

.size-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.size-table tbody tr:hover {
    background: #e8f5e8;
    transform: scale(1.02);
    box-shadow: 0 3px 10px rgba(76,175,80,0.2);
}

/* ===============================
   FEATURES SECTION
   =============================== */

.crocs-features-section {
    background: white;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.features-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
    background: linear-gradient(45deg, #4caf50, #66bb6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
@media (min-width: 894px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .feature-card {
        padding: 1.0rem !important;
    }
}

.feature-item {
    text-align: center;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 15px;
    border-top: 4px solid #4caf50;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
/*
.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(76,175,80,0.1), transparent);
    transition: left 0.5s;
}
*/
.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(76,175,80,0.2);
    background: white;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ===================================
   SIMPLE STICKY GALLERY - FLATSOME
   =================================== */

/* Main gallery container - Simple sticky behavior */
.product-gallery {
    transition: all 0.3s ease !important;
}



/* Mobile - NO sticky */
@media (max-width: 767px) {
    .product-gallery {
        position: relative !important;
        top: auto !important;
    }
}

/* Enhanced product-images styling */
.product-images {
    border-radius: 15px !important;
    overflow: hidden !important;
    background: white !important;
    box-shadow: 0 10px 40px rgba(76,175,80,0.15) !important;
    transition: all 0.3s ease !important;
}

.product-images:hover {
    box-shadow: 0 15px 50px rgba(76,175,80,0.25) !important;
    transform: translateY(-2px) !important;
}

/* Flickity wrapper enhancements */
.woocommerce-product-gallery__wrapper {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
}

.flickity-viewport {
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Individual gallery images */
.woocommerce-product-gallery__image {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.woocommerce-product-gallery__image img {
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
}

.woocommerce-product-gallery__image:hover img {
    transform: scale(1.02) !important;
}

/* Enhanced Flickity navigation buttons */
.flickity-button {
    background: rgba(255,255,255,0.95) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(76,175,80,0.2) !important;
}

.flickity-button:hover {
    background: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(76,175,80,0.3) !important;
}

.flickity-button:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Button icons with theme colors */
.flickity-button-icon {
    fill: #4caf50 !important;
    width: 40% !important;
    height: 40% !important;
}

/* Position adjustments */
.flickity-prev-next-button.previous {
    left: 15px !important;
}

.flickity-prev-next-button.next {
    right: 15px !important;
}

/* Desktop: Show navigation on hover only */
@media (min-width: 1024px) {
    .flickity-button {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
    }
    
    .product-images:hover .flickity-button {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Enhanced zoom button */
.image-tools .zoom-button {
    background: rgba(255,255,255,0.95) !important;
    border: 2px solid #4caf50 !important;
    color: #4caf50 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 3px 10px rgba(76,175,80,0.2) !important;
}

.image-tools .zoom-button:hover {
    background: #4caf50 !important;
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(76,175,80,0.4) !important;
}

.image-tools .zoom-button .icon-expand {
    font-size: 1.2rem !important;
}

/* Desktop: Show zoom button on hover only */
@media (min-width: 1024px) {
    .image-tools .zoom-button {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
    }
    
    .product-images:hover .image-tools .zoom-button {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Badge container enhancements */
.badge-container {
    z-index: 20 !important;
}

.badge-container .badge {
    background: linear-gradient(45deg, #4caf50, #66bb6a) !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    box-shadow: 0 3px 10px rgba(76,175,80,0.3) !important;
}

/* Loading state */
.product-images.loading {
    position: relative;
}

.product-images.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(76,175,80,0.3);
    border-top: 4px solid #4caf50;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    z-index: 100;
}

/* ===============================
   ANIMATIONS (KEEP EXISTING + NEW)
   =============================== */

@keyframes pulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1); 
    }
    50% { 
        opacity: 0.8; 
        transform: scale(1.05); 
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* ===============================
   RESPONSIVE DESIGN (ENHANCED)
   =============================== */

@media (min-width: 1024px) {
    /* Desktop - Enhanced styling */
    .product-images {
        box-shadow: 0 12px 45px rgba(76,175,80,0.2) !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Tablet responsive adjustments */
    .flickity-button {
        width: 45px !important;
        height: 45px !important;
        opacity: 0.8 !important;
        visibility: visible !important;
    }
    
    .image-tools .zoom-button {
        width: 40px !important;
        height: 40px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .features-grid {
        /*grid-template-columns: repeat(2, 1fr);*/
        gap: 1.5rem;
    }
    
    .crocs-trust-signals {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 726px) and (max-width: 893px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
    /* Mobile - NO sticky, keep existing responsive styles */
    .product-images {
        margin-bottom: 1.5rem !important;
        box-shadow: 0 6px 25px rgba(76,175,80,0.15) !important;
    }
    
    .flickity-button {
        width: 40px !important;
        height: 40px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .flickity-prev-next-button.previous {
        left: 10px !important;
    }
    
    .flickity-prev-next-button.next {
        right: 10px !important;
    }
    
    .image-tools .zoom-button {
        width: 35px !important;
        height: 35px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Existing mobile styles */
    .crocs-product-hero .product-title,
    .crocs-product-hero .product_title {
        font-size: 1.8rem !important;
    }
    
    .crocs-product-hero .current-price,
    .crocs-product-hero .price {
        font-size: 2rem !important;
    }
    
    .crocs-trust-signals {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .trust-item {
        padding: 0.8rem;
    }
    
    .trust-icon {
        font-size: 1.5rem;
    }
    
    .trust-text {
        font-size: 0.8rem;
    }
    
    .woocommerce div.product form.cart .single_add_to_cart_button {
        font-size: 1.1rem !important;
        padding: 0.8rem 2rem !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .crocs-size-chart,
    .crocs-features-section {
        padding: 2rem 1rem;
        margin: 2rem 0;
    }
    
    .size-table {
        font-size: 0.85rem;
    }
    
    .size-table th,
    .size-table td {
        padding: 0.5rem;
    }
}

@media (max-width: 479px) {
    /* Small mobile adjustments */
    .crocs-trust-signals {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .price-discount {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .woocommerce div.product form.cart .quantity {
        justify-content: center;
    }
    
    .crocs-product-hero .product-title {
        font-size: 1.8rem !important;
    }
    
    .chart-title,
    .features-title {
        font-size: 1.5rem;
    }
    
    .product-images {
        border-radius: 12px !important;
    }
    
    .flickity-viewport {
        border-radius: 10px !important;
    }
    
    .flickity-button {
        width: 35px !important;
        height: 35px !important;
    }
    
    .image-tools .zoom-button {
        width: 32px !important;
        height: 32px !important;
    }
    .feature-item {
        padding: 0.5rem !important;
    }
}

/* ===============================
   ACCESSIBILITY (ENHANCED)
   =============================== */

.trust-item:focus,
.feature-item:focus,
.size-option:focus,
.flickity-button:focus,
.image-tools .zoom-button:focus {
    outline: 2px solid #4caf50 !important;
    outline-offset: 2px !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .product-badge,
    .discount-badge {
        border: 1px solid currentColor;
    }
    
    .size-table th {
        border: 2px solid #000;
    }
    
    .flickity-button,
    .image-tools .zoom-button {
        border: 2px solid currentColor !important;
    }
    
    .product-images {
        border: 1px solid #333 !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .product-badge {
        animation: none;
    }
    
    .product-gallery,
    .product-images,
    .flickity-button,
    .image-tools .zoom-button,
    .woocommerce-product-gallery__image img {
        transition: none !important;
        animation: none !important;
    }
    
    .product-images:hover,
    .trust-item:hover,
    .feature-item:hover {
        transform: none !important;
    }
}

/* Print styles */
@media print {
    .crocs-trust-signals,
    .woocommerce div.product form.cart .single_add_to_cart_button,
    .flickity-button,
    .image-tools .zoom-button {
        display: none;
    }
    
    .crocs-product-hero {
        background: white !important;
        color: black !important;
    }
    
    .product-gallery {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

.gallery-unstick {
    position: relative !important;
    top: auto !important;
}
/* DEBUG: Force sticky với specificity cực cao */
html, body {
    overflow-x: visible !important;
}

/* Sticky gallery */
@media (min-width: 1024px) {
    .product-gallery {
        position: sticky !important;
        top: 8rem !important;
        z-index: 100 !important;
        height: fit-content !important;
    }
}

/* ===============================
   OVERRIDE ALL INLINE STYLES PRODUCT DESCRIPTION
   =============================== */

/* Reset all images with inline styles to be responsive */
.description-content img[style*="width"],
.description-content img[style*="height"] {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.description-content img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Override all paragraphs with text-align inline styles */
.description-content p[style*="text-align"] {
    text-align: left !important;
}

/* Special case for center-aligned content that should stay centered */
.description-content p[style*="text-align: center"] strong,
.description-content p[style*="text-align:center"] strong {
    display: block;
    text-align: center !important;
    margin: 15px 0;
    font-size: 1.1em;
    color: #2e7d32;
}

/* Override figure elements with inline styles */
.description-content figure[style*="width"] {
    width: 100% !important;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.description-content figure img {
    width: 100% !important;
    height: auto !important;
}

.description-content .wp-caption-text,
.description-content figcaption {
    font-size: 0.9em;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

/* Override any div or span with inline width/height */
.description-content [style*="width"],
.description-content [style*="height"] {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

/* Specific overrides for common problematic elements */
.description-content img[style*="790px"],
.description-content img[style*="800px"],
.description-content img[style*="1000px"] {
    width: 100% !important;
    height: auto !important;
    max-width: 800px;
    margin: 20px auto;
    display: block;
}

/* Override WordPress specific classes with inline styles */
.description-content .wp-image-36455,
.description-content .wp-image-36456,
.description-content .wp-image-36457,
.description-content [class*="wp-image-"] {
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
    margin: 20px auto;
    display: block;
}

/* Override any container with fixed positioning */
.description-content [style*="position: absolute"],
.description-content [style*="position:absolute"],
.description-content [style*="position: fixed"],
.description-content [style*="position:fixed"] {
    position: relative !important;
}

/* Override margin/padding inline styles that might break layout */
.description-content [style*="margin-left"],
.description-content [style*="margin-right"] {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Handle srcset images properly */
.description-content img[srcset] {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

/* Mobile specific overrides */
@media (max-width: 768px) {
    .description-content img[style*="width"],
    .description-content figure[style*="width"],
    .description-content [class*="wp-image-"] {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    
    .description-content figure {
        margin: 15px 0 !important;
    }
}

/* Reset any problematic z-index */
.description-content [style*="z-index"] {
    z-index: auto !important;
}

/* Override any problematic overflow settings */
.description-content [style*="overflow"] {
    overflow: visible !important;
}


/* ===============================
   END OVERRIDE ALL INLINE STYLES PRODUCT DESCRIPTION
   =============================== */

   /* ===============================
   WCPA PRODUCT OPTIONS STYLING
   =============================== */

/* Enhanced form container */

   /* ===============================
   END WCPA PRODUCT OPTIONS STYLING
   =============================== */
   /* Enhanced price display - minimal version */
.wcpa_price ins {
    text-decoration: none;
    display: block;
    background: linear-gradient(135deg, #e8f5e8, #f1f8e9);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(76,175,80,0.15);
    text-align: center;
    transition: all 0.3s ease;
}

.wcpa_price .woocommerce-Price-amount {
    font-size: 2.5em;
    font-weight: bold;
    color: #2e7d32;
}

.wcpa_price ins:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(76,175,80,0.25);
}

@media (max-width: 480px) {
    .wcpa_price .woocommerce-Price-amount {
        font-size: 2em;
    }
}
   /* end Enhanced price display - minimal version *

   /*
   ---------
   CSS LIST PRODUCT
   ----------
   */
   
        .list-product-cat { 
            display: grid; 
            gap: 2rem; 
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }
        
        .list-product-cat .col { 
            position: static !important; 
            background: rgba(255,255,255,0.95); 
            border-radius: 25px; 
            overflow: hidden; 
            box-shadow: 0 20px 40px rgba(0,0,0,0.1); 
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            backdrop-filter: blur(10px);
        }
        
        .list-product-cat .col:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }
        
        .list-product-cat .box-image { 
            position: relative; 
            height: 300px; 
            background: linear-gradient(45deg, #A5D6A7 0%, #66BB6A 100%); 
            overflow: hidden;
        }
        
        .list-product-cat .box-image img { 
            width: 100%; 
            height: 100%; 
            object-fit: cover; 
            transition: transform 0.6s ease;
            mix-blend-mode: multiply;
        }
        
        .list-product-cat .col:hover .box-image img { transform: scale(1.1) rotate(2deg); }
        
        .list-product-cat .box-text { 
            padding: 1.5rem; 
            text-align: center; 
            background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
        }
        
        .list-product-cat .product-title a { 
            color: #2d3436; 
            text-decoration: none; 
            font-weight: 700; 
            font-size: 1.1rem; 
            display: block; 
            margin-bottom: 1rem;
            transition: color 0.3s ease;
        }
        
        .list-product-cat .product-title a:hover { color: #4CAF50; }
        
        .list-product-cat .price { 
            font-size: 1.5rem; 
            font-weight: 800; 
            background: linear-gradient(45deg, #4CAF50, #2E7D32); 
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            background-clip: text;
        }
        
        .list-product-cat .quick-view { 
            position: absolute; 
            top: 20px; 
            right: 20px; 
            background: rgba(255,255,255,0.9); 
            border: none; 
            padding: 10px; 
            border-radius: 50%; 
            width: 50px; 
            height: 50px; 
            cursor: pointer; 
            opacity: 0; 
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .list-product-cat .col:hover .quick-view { opacity: 1; transform: scale(1.1); }
        
        /* Responsive */
        @media (min-width: 894px) { .list-product-cat { grid-template-columns: repeat(4, 1fr); } }
        @media (min-width: 726px) and (max-width: 893px) { .list-product-cat { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 725px) { .list-product-cat { grid-template-columns: 1fr; } h1 { font-size: 2rem; } }
   /*END CSS LIST PRODUCT*/