/*
 Theme Name:   Akea Child
 Theme URI:    http://demo.goodlayers.com/akea
 Description:  Goodlayers Akea Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     akea
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  akea-child

 START YOUR CHILD THEME CSS HERE
*/

/* ==========================================================================
   Header Background Color
   ========================================================================== */
.akea-header-background,
.akea-sticky-menu-placeholder,
.akea-header-style-boxed.akea-fixed-navigation {
    background-color: #030706 !important;
}

/* ==========================================================================
   Gutenberg Buttons
   ========================================================================== */
.wp-block-button__link {
    background-color: #000000 !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 12px 28px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.wp-block-button__link:hover {
    background-color: #333333 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* ==========================================================================
   WooCommerce - Pagination Fix
   Using theme colors: #99e503 (green), #383838 (dark gray)
   ========================================================================== */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers,
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    color: #555 !important;
    background: #f5f5f5 !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
    background: #99e503 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex !important;
    justify-content: center !important;
}

/* ==========================================================================
   WooCommerce - Product Images Fix
   ========================================================================== */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* Force lazyload images to show */
.woocommerce ul.products li.product img.lazyload,
.woocommerce-page ul.products li.product img.lazyload {
    opacity: 1 !important;
}

/* ==========================================================================
   WooCommerce - Shop Header (Result Count + Ordering)
   ========================================================================== */
.akea-shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.akea-shop-header .woocommerce-result-count {
    margin: 0;
    color: #888;
    font-size: 13px;
    font-weight: 400;
}

.akea-shop-header .woocommerce-ordering {
    margin: 0;
    margin-left: auto;
}

.akea-shop-header .woocommerce-ordering select {
    padding: 10px 40px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    min-width: 220px;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.akea-shop-header .woocommerce-ordering select:hover {
    border-color: #bbb;
}

.akea-shop-header .woocommerce-ordering select:focus {
    outline: none;
    border-color: #99e503;
    box-shadow: 0 0 0 2px rgba(153, 229, 3, 0.15);
}

/* ==========================================================================
   WooCommerce - Shop Filters (Dropdowns)
   ========================================================================== */
.vinstappe-shop-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vinstappe-result-count {
    flex-shrink: 0;
}

.vinstappe-result-count .woocommerce-result-count {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.vinstappe-filters-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
}

.vinstappe-filter-group {
    position: relative;
}

.vinstappe-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 35px 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    min-width: 140px;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
}

.vinstappe-filter-select:hover {
    border-color: #999;
}

.vinstappe-filter-select:focus {
    outline: none;
    border-color: #99e503;
    box-shadow: 0 0 0 2px rgba(153, 229, 3, 0.15);
}


.vinstappe-filter-select option {
    padding: 8px;
}

.vinstappe-filter-select option:first-child {
    color: #999;
}

/* Ordering wrapper - style WooCommerce ordering to match */
.vinstappe-ordering-wrapper {
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
}

.vinstappe-ordering-wrapper .woocommerce-ordering {
    margin: 0;
}

.vinstappe-ordering-wrapper .woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 35px 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    min-width: 180px;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
}

.vinstappe-ordering-wrapper .woocommerce-ordering select:hover {
    border-color: #999;
}

.vinstappe-ordering-wrapper .woocommerce-ordering select:focus {
    outline: none;
    border-color: #99e503;
    box-shadow: 0 0 0 2px rgba(153, 229, 3, 0.15);
}

/* Reset button */
.vinstappe-filter-reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vinstappe-filter-reset:hover {
    background: #eee;
    color: #333;
    text-decoration: none;
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .vinstappe-shop-filters {
        gap: 8px;
    }

    .vinstappe-filters-form {
        width: 100%;
        gap: 8px;
    }

    .vinstappe-filter-group {
        flex: 1;
        min-width: calc(50% - 4px);
    }

    .vinstappe-filter-select {
        width: 100%;
        min-width: unset;
        font-size: 12px;
        padding: 8px 30px 8px 12px;
    }

    .vinstappe-filter-reset {
        width: 100%;
        justify-content: center;
    }

    .vinstappe-ordering-wrapper {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        padding-top: 10px;
        border-top: 1px solid #e0e0e0;
    }

    .vinstappe-ordering-wrapper .woocommerce-ordering select {
        width: 100%;
        min-width: unset;
    }

    .vinstappe-result-count {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }
}

/* ==========================================================================
   WooCommerce - Category Filter (Goodlayers) - Hidden, using custom filters
   ========================================================================== */
.gdlr-core-filterer-wrap {
    display: none !important;
}

.gdlr-core-filterer-wrap a.gdlr-core-filterer {
    display: inline-block;
    padding: 10px 18px;
    margin: 4px;
    color: #555;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    transition: all 0.2s ease;
    font-size: 13px;
    font-weight: 500;
}

.gdlr-core-filterer-wrap a.gdlr-core-filterer:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
    color: #333;
}

.gdlr-core-filterer-wrap a.gdlr-core-filterer.gdlr-core-active {
    background-color: #99e503;
    border-color: #99e503;
    color: #fff;
}

/* Hide unnecessary categories */
.gdlr-core-filterer-wrap a[data-ajax-value="non-classe"],
.gdlr-core-filterer-wrap a[data-ajax-value="vins"],
.gdlr-core-filterer-wrap a[data-ajax-value="coffrets-cadeaux"],
.gdlr-core-filterer-wrap a[data-ajax-value="kits-apero"] {
    display: none !important;
}

/* Mobile responsive - Shop header */
@media only screen and (max-width: 767px) {
    .akea-shop-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 15px 20px;
    }

    .akea-shop-header .woocommerce-ordering select {
        width: 100%;
        min-width: unset;
    }

    .gdlr-core-filterer-wrap {
        padding: 15px;
    }

    .gdlr-core-filterer-wrap a.gdlr-core-filterer {
        padding: 8px 14px;
        font-size: 12px;
        margin: 3px;
    }
}

/* ==========================================================================
   WooCommerce - Page Title Header (Shop)
   ========================================================================== */

/* Shop page title styling - uses same image as /les-vins/ */
.woocommerce-page .akea-page-title-wrap {
    background-color: #383838;
    background-image: url('/wp-content/uploads/2023/05/domain_vignoble_tappe.webp');
    background-size: cover;
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}

.woocommerce-page .akea-page-title-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(56, 56, 56, 0.6), rgba(56, 56, 56, 0.8));
    z-index: 1;
}

.woocommerce-page .akea-page-title-wrap .akea-page-title-container {
    position: relative;
    z-index: 2;
}

.woocommerce-page .akea-page-title-wrap .akea-page-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.woocommerce-page .akea-page-title-wrap .akea-page-caption {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 300;
    margin: 15px auto 0;
    font-style: italic;
    max-width: 800px;
    line-height: 1.6;
}

/* Breadcrumb styling on shop */
.woocommerce-page .akea-page-title-wrap .akea-page-title-content {
    text-align: center;
    width: 100%;
}

/* Category page headers */
.tax-product_cat .akea-page-title-wrap,
.tax-product_tag .akea-page-title-wrap {
    background-color: #383838;
    min-height: 150px;
}

/* Shop description under title */
.woocommerce-page .akea-archive-taxonomy-description,
.woocommerce-page .term-description {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #666;
    background: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 4px;
}

/* Mobile responsive for shop header */
@media only screen and (max-width: 767px) {
    .woocommerce-page .akea-page-title-wrap .akea-page-title {
        font-size: 28px;
    }

    .woocommerce-page .akea-page-title-wrap .akea-page-caption {
        font-size: 14px;
    }

    .woocommerce-page .akea-page-title-wrap {
        min-height: 150px;
    }
}

/* ==========================================================================
   WooCommerce - Product Grid Layout (4 per row, full bottle display)
   ========================================================================== */

/* Product grid container - CSS Grid for equal height */
.gdlr-core-product-item-holder .products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

/* Reset item-list for grid */
.gdlr-core-product-item .gdlr-core-item-list {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Full bottle display - fixed height for equal rows */
.gdlr-core-product-thumbnail,
.gdlr-core-product-item .gdlr-core-product-thumbnail,
.gdlr-core-product-grid .gdlr-core-product-thumbnail {
    background-color: #f9f9f9 !important;
    padding: 15px !important;
    border-radius: 6px 6px 0 0 !important;
    overflow: hidden !important;
    height: 320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    margin-bottom: 10px !important;
}

/* Fix for isotope filter wrapper - this is the key fix */
.gdlr-core-product-thumbnail .gdlr-core-temp-image-wrap {
    height: 100% !important;
    max-height: 290px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gdlr-core-product-thumbnail img,
.gdlr-core-product-item .gdlr-core-product-thumbnail img,
.gdlr-core-product-grid .gdlr-core-product-thumbnail img,
.gdlr-core-product-thumbnail .gdlr-core-temp-image-wrap img,
.gdlr-core-product-thumbnail img.lazyload,
.gdlr-core-product-thumbnail img.lazyloaded,
.gdlr-core-product-thumbnail img.lazyloading {
    width: auto !important;
    height: auto !important;
    max-height: 290px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: auto !important;
}

/* Remove any fixed height that crops images */
.gdlr-core-product-thumbnail.gdlr-core-media-image,
.gdlr-core-product-item .gdlr-core-product-thumbnail.gdlr-core-media-image {
    height: 320px !important;
}

/* Product card styling - equal height */
.gdlr-core-product-grid {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee;
    margin-bottom: 0 !important;
}

.gdlr-core-product-grid:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    border-color: #ddd;
}

/* Product title styling */
.gdlr-core-product-title a {
    color: #333 !important;
    transition: color 0.2s ease;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.gdlr-core-product-title a:hover {
    color: #99e503 !important;
}

/* Product short description */
.vinstappe-product-excerpt {
    font-size: 12px !important;
    color: #777 !important;
    line-height: 1.4 !important;
    margin: 5px 0 8px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Price styling */
.gdlr-core-product-price {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

/* Product content wrapper - flex grow for equal height */
.gdlr-core-product-grid-content-wrap {
    padding: 15px !important;
    text-align: center !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Inner content wrapper */
.gdlr-core-product-grid-content {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Title wrapper */
.gdlr-core-product-title {
    margin-bottom: 5px !important;
}

/* Button at bottom */
.gdlr-core-product-grid-content .vinstappe-view-product-btn {
    margin-top: auto !important;
}

/* "Voir la fiche produit" button styling - GREEN */
.vinstappe-view-product-btn {
    display: inline-block;
    padding: 10px 18px;
    background-color: #99e503;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.vinstappe-view-product-btn:hover {
    background-color: #88cc03;
    color: #fff !important;
}

/* Add to cart button overlay styling */
.gdlr-core-product-thumbnail-info {
    opacity: 0;
    transition: opacity 0.25s ease;
    background: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.gdlr-core-product-thumbnail-info-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.gdlr-core-product-grid:hover .gdlr-core-product-thumbnail-info {
    opacity: 1;
}

/* Hide the default cart icon */
.gdlr-core-product-thumbnail-info .gdlr-core-product-thumbnail-icon,
.gdlr-core-product-thumbnail-info i:not(.fa-shopping-cart) {
    display: none !important;
}

.gdlr-core-product-thumbnail-info .added_to_cart,
.gdlr-core-product-thumbnail-info .button,
.gdlr-core-product-thumbnail-info a.add_to_cart_button {
    background-color: #99e503 !important;
    color: #fff !important;
    border: none !important;
    width: 80px !important;
    height: 80px !important;
    padding: 10px !important;
    border-radius: 50% !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Cart icon using pseudo-element */
.gdlr-core-product-thumbnail-info .added_to_cart::before,
.gdlr-core-product-thumbnail-info .button::before,
.gdlr-core-product-thumbnail-info a.add_to_cart_button::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free", FontAwesome, sans-serif;
    font-weight: 900;
    font-size: 22px !important;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

.gdlr-core-product-thumbnail-info .added_to_cart:hover,
.gdlr-core-product-thumbnail-info .button:hover,
.gdlr-core-product-thumbnail-info a.add_to_cart_button:hover {
    background-color: #fff !important;
    color: #99e503 !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

.gdlr-core-product-thumbnail-info .added_to_cart:hover::before,
.gdlr-core-product-thumbnail-info .button:hover::before,
.gdlr-core-product-thumbnail-info a.add_to_cart_button:hover::before {
    color: #99e503;
}

/* ==========================================================================
   WooCommerce - Pagination (GREEN + Centered)
   ========================================================================== */
.gdlr-core-pagination {
    text-align: center !important;
    margin-top: 30px !important;
}

.gdlr-core-pagination a,
.gdlr-core-pagination span {
    background: #f5f5f5 !important;
    color: #555 !important;
    border-radius: 4px !important;
    margin: 0 3px !important;
    transition: all 0.2s ease !important;
}

.gdlr-core-pagination a:hover,
.gdlr-core-pagination span.current {
    background: #99e503 !important;
    color: #fff !important;
}

/* Responsive - 3 per row on medium screens */
@media only screen and (max-width: 1200px) {
    .gdlr-core-product-item-holder .products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Responsive - 2 per row on tablets */
@media only screen and (max-width: 900px) {
    .gdlr-core-product-item-holder .products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .gdlr-core-product-thumbnail,
    .gdlr-core-product-thumbnail.gdlr-core-media-image {
        height: 280px !important;
    }

    .gdlr-core-product-thumbnail img {
        max-height: 250px !important;
    }

    .gdlr-core-product-grid-content-wrap {
        padding: 12px !important;
    }

    .vinstappe-view-product-btn {
        padding: 8px 14px;
        font-size: 11px;
    }
}

/* Responsive - 1 per row on mobile */
@media only screen and (max-width: 600px) {
    .gdlr-core-product-item-holder .products {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .gdlr-core-product-thumbnail,
    .gdlr-core-product-thumbnail.gdlr-core-media-image {
        height: 350px !important;
        padding: 20px;
    }

    .gdlr-core-product-thumbnail img {
        max-height: 310px !important;
    }
}

/* ==========================================================================
   Custom Vins Tappe Styles (migrated from Goodlayers Additional CSS)
   ========================================================================== */

.vinstappe-top-wrapper {
    margin-left: 225px;
}

.vinstappe-youtube-video-wrapper {
    max-width: 640px;
    margin: auto;
}

.width-100 {
    width: 100%;
}

.width-100 .gdlr-core-image-item-wrap {
    width: 100%;
}

.timeline-white-text .gdlr-core-timeline-item {
    color: white;
}

.gdlr-core-pos-right.icon_mail {
    position: relative;
    top: -4px;
}

#menu-main-navigation-1 {
    text-align: left;
    margin-left: 20px;
}

.coup-de-foudre-video .wp-video,
.kitapero-video .wp-video {
    margin: auto;
    max-width: 400px;
}

.coup-de-foudre-gallery {
    height: 766px;
}

.home .gdlr-core-blog-item .gdlr-core-blog-content,
.home .gdlr-core-blog-item .gdlr-core-blog-info a {
    color: #333333;
}

/* Footer Newsletter Block */
.akea-copyright-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
}

.copyright-newsletter-subscription h3 {
    color: #99e503 !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

/* Footer widget titles */
.akea-footer-wrapper .akea-widget-title {
    color: #99e503 !important;
}

.akea-copyright-left {
    flex: 1 1 auto;
}

.akea-copyright-right {
    flex: 0 0 410px;
}

.copyright-newsletter-subscription p {
    margin: 0;
}

.copyright-newsletter-subscription form {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}

.zilla-likes {
    display: none;
}

.vinstappe-black-link:hover {
    text-decoration: underline;
}

.vinstappe--banner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.wp-block-gallery {
    margin-left: 0px;
    margin-right: 0px;
}

.vrc.vrc-calendar .calendar-header .date_update,
.vrc.vrc-calendar .calendar-header .calendar-legend-text {
    color: #787878;
}

/* ==========================================================================
   Mobile Styles (screen below 767px) - migrated from Goodlayers
   ========================================================================== */

@media only screen and (max-width: 767px) {
    .vinstappe-top-wrapper {
        margin-left: 0;
    }

    .akea-mobile-header .akea-logo-inner img,
    .akea-fixed-navigation.akea-style-slide .akea-logo-inner img {
        width: 50px;
    }

    .akea-copyright-container {
        flex-flow: column nowrap;
    }

    .akea-copyright-right {
        flex: 1 1 auto;
        margin-top: 2rem;
    }

    .vinstappe--banner {
        flex-wrap: wrap;
    }
}

/* ==========================================================================
   Single Product Page - Breadcrumb
   ========================================================================== */
.vinstappe-breadcrumb {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.vinstappe-breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.vinstappe-breadcrumb-item {
    display: flex;
    align-items: center;
}

.vinstappe-breadcrumb-item:not(:last-child)::after {
    content: '›';
    margin-left: 8px;
    color: #999;
    font-size: 14px;
}

.vinstappe-breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vinstappe-breadcrumb-item a:hover {
    color: #99e503;
}

.vinstappe-breadcrumb-home {
    display: flex;
    align-items: center;
}

.vinstappe-breadcrumb-home svg {
    vertical-align: middle;
}

.vinstappe-breadcrumb-current span {
    color: #333;
    font-weight: 500;
}

/* Archive breadcrumb - less margin since followed by filters */
.vinstappe-archive-breadcrumb {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
}

/* ==========================================================================
   Single Product Page - Wine Layout (inspired by Stirn)
   ========================================================================== */

/* Main product container - flexbox layout */
.single-product div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

/* Image gallery - reduced width */
.single-product .woocommerce-product-gallery {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    position: sticky !important;
    top: 120px !important;
}

/* Product summary - increased width */
.single-product .summary.entry-summary {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    padding-left: 30px !important;
}

/* Product title styling */
.single-product .product_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

/* Price styling - keep orange */
.single-product .price {
    font-size: 28px !important;
    color: #ec6a2a !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.single-product .price del {
    color: #999 !important;
    font-size: 20px !important;
}

.single-product .price ins {
    text-decoration: none !important;
}

/* Short description */
.single-product .wine-short-description {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Sweetness scale - more compact */
.single-product .wine-sweetness-scale {
    margin: 20px 0 15px 0 !important;
    padding: 15px 0 !important;
    border-top: 1px solid #eee !important;
    border-bottom: none !important;
}

/* Characteristics in sidebar */
.single-product .wine-characteristics-sidebar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee !important;
}

.single-product .wine-char-sidebar-item {
    display: flex !important;
    flex-direction: column !important;
    padding: 12px 15px !important;
    background: #f8f8f8 !important;
    border-radius: 6px !important;
}

.single-product .wine-char-sidebar-label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #888 !important;
    margin-bottom: 4px !important;
}

.single-product .wine-char-sidebar-value {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Add to cart form */
.single-product form.cart {
    margin: 0 0 25px 0 !important;
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.single-product .quantity {
    margin-right: 15px !important;
}

.single-product .quantity .qty {
    width: 80px !important;
    height: 52px !important;
    font-size: 16px !important;
    text-align: center !important;
    border: 2px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0 !important;
    line-height: 48px !important;
    background: #fff !important;
}

/* Align quantity and button */
.single-product form.cart {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px !important;
}

.single-product form.cart .quantity {
    margin: 0 !important;
}

.single-product .single_add_to_cart_button {
    background: #99e503 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 35px !important;
    height: 52px !important;
    line-height: 52px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.single-product .single_add_to_cart_button:hover {
    background: #88cc03 !important;
}

/* Wine info wrapper - full width below product */
.single-product .wine-info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 50px !important;
    padding-top: 50px !important;
    border-top: 2px solid #eee !important;
    clear: both !important;
}

/* Wine sections - clean design with underlined titles */
.single-product .wine-section {
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.single-product .wine-section-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 25px 0 !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 3px solid #99e503 !important;
    display: inline-block !important;
}

/* Tasting notes - 3 cards */
.single-product .wine-tasting-notes {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
}

.single-product .wine-tasting-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.single-product .wine-tasting-card h5 {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.single-product .wine-tasting-card p {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Food pairing section */
.single-product .wine-pairing-section p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

/* Technical sheet - minimal table */
.single-product .wine-technical-table {
    background: transparent !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.single-product .wine-technical-table tr {
    background: transparent !important;
    border-bottom: 1px solid #eee !important;
}

.single-product .wine-technical-table tr:last-child {
    border-bottom: none !important;
}

.single-product .wine-technical-table th {
    background: transparent !important;
    color: #999 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: 140px !important;
    padding: 12px 0 !important;
    text-align: left !important;
    vertical-align: top !important;
}

.single-product .wine-technical-table td {
    color: #333 !important;
    font-size: 14px !important;
    padding: 12px 0 12px 20px !important;
    vertical-align: top !important;
}

/* Characteristics grid - 4 items */
.single-product .wine-characteristics-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
}

.single-product .wine-char-item {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    padding: 20px 15px !important;
    text-align: center !important;
}

.single-product .wine-char-value {
    font-size: 18px !important;
    color: #99e503 !important;
}

/* QR code section */
.single-product .wine-qr-section {
    background: #f9f9f9 !important;
    text-align: center !important;
}

/* Related products */
.single-product .related.products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 2px solid #eee !important;
}

.single-product .related.products h2 {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* Related products - Fix image display */
.single-product .related.products .akea-woocommerce-related-product .gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail,
.single-product .related.products .akea-woocommerce-related-product .gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail.gdlr-core-media-image {
    background-color: #f9f9f9 !important;
    padding: 15px !important;
    border-radius: 6px 6px 0 0 !important;
    overflow: hidden !important;
    height: 280px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
}

.single-product .related.products .akea-woocommerce-related-product .gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail img {
    position: relative !important;
    width: auto !important;
    height: 100% !important;
    max-height: 250px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

/* Hide default WooCommerce meta (categories, tags) */
.single-product .product_meta {
    display: none !important;
}

/* Hide social share buttons */
.single-product .akea-woocommerce-social-share {
    display: none !important;
}

/* Hide duplicate short description (WooCommerce default) */
.single-product .woocommerce-product-details__short-description {
    display: none !important;
}

/* Hide breadcrumb in summary (already shown in header) */
.single-product .summary .woocommerce-breadcrumb {
    display: none !important;
}

/* Image gallery improvements */
.single-product .woocommerce-product-gallery__image img {
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.single-product .flex-control-thumbs {
    margin-top: 15px !important;
}

.single-product .flex-control-thumbs li img {
    border-radius: 4px !important;
    opacity: 0.6 !important;
    transition: opacity 0.2s ease !important;
}

.single-product .flex-control-thumbs li img:hover,
.single-product .flex-control-thumbs li img.flex-active {
    opacity: 1 !important;
}

/* ==========================================================================
   Single Product Page - Responsive
   ========================================================================== */

@media (max-width: 1024px) {
    .single-product .woocommerce-product-gallery {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    .single-product .summary.entry-summary {
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }
}

/* ==========================================================================
   Recipes Section on Product Page
   ========================================================================== */

.single-product .wine-recipes-section {
    margin: 0 0 40px 0 !important;
}

.single-product .wine-recipes-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.single-product .wine-recipe-card {
    display: flex !important;
    flex-direction: row !important;
    background: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.single-product .wine-recipe-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
}

.single-product .wine-recipe-image {
    width: 280px !important;
    min-width: 280px !important;
    height: auto !important;
    min-height: 200px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
}

.single-product .wine-recipe-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.single-product .wine-recipe-content {
    flex: 1 !important;
    padding: 25px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.single-product .wine-recipe-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.3 !important;
}

.single-product .wine-recipe-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
}

.single-product .wine-recipe-meta-item {
    color: #666 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.single-product .wine-recipe-meta-item .dashicons {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    color: #999 !important;
}

.single-product .wine-recipe-difficulty {
    padding: 2px 10px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.single-product .wine-recipe-difficulty-facile {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
}

.single-product .wine-recipe-difficulty-moyen {
    background: #fff3e0 !important;
    color: #ef6c00 !important;
}

.single-product .wine-recipe-difficulty-difficile {
    background: #ffebee !important;
    color: #c62828 !important;
}

.single-product .wine-recipe-excerpt {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 15px 0 !important;
}

.single-product .wine-recipe-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #6b8e23 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: color 0.2s ease !important;
}

.single-product .wine-recipe-card:hover .wine-recipe-link {
    color: #4a6b18 !important;
}

.single-product .wine-recipe-link .dashicons {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    transition: transform 0.2s ease !important;
}

.single-product .wine-recipe-card:hover .wine-recipe-link .dashicons {
    transform: translateX(4px) !important;
}

/* "Voir plus" button for recipes */
.single-product .wine-recipes-more {
    margin-top: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.single-product .wine-recipes-more-text {
    font-size: 15px !important;
    color: #555 !important;
    font-style: italic !important;
}

.single-product .wine-recipes-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 28px !important;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.single-product .wine-recipes-more-btn:hover {
    background: #333333 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(107, 35, 57, 0.3) !important;
}

.single-product .wine-recipes-more-btn .dashicons {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    transition: transform 0.2s ease !important;
}

.single-product .wine-recipes-more-btn:hover .dashicons {
    transform: translateX(4px) !important;
}

/* Recipe Single Page - Wines Section */
.recipe-wines-section {
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #eee !important;
}

.recipe-wines-section h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    color: #333 !important;
}

.recipe-wines-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.recipe-wine-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 20px 15px !important;
    background: #f9f9f9 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.recipe-wine-card:hover {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.recipe-wine-card img {
    max-height: none !important;
    height: 320px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin-bottom: 15px !important;
}

.recipe-wine-card h4 {
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 0 5px 0 !important;
}

.recipe-wine-card .recipe-wine-price {
    color: #ec6a2a !important;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .single-product div.product {
        flex-direction: column !important;
    }

    .single-product .woocommerce-product-gallery {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: 0 !important;
        margin-bottom: 30px !important;
    }

    .single-product .summary.entry-summary {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }

    .single-product .product_title {
        font-size: 26px !important;
    }

    .single-product .price {
        font-size: 24px !important;
    }

    .single-product .wine-tasting-notes {
        grid-template-columns: 1fr !important;
    }

    .single-product .wine-characteristics-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .single-product .wine-recipe-card {
        flex-direction: column !important;
    }

    .single-product .wine-recipe-image {
        width: 100% !important;
        min-width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
    }

    .single-product .wine-recipe-content {
        padding: 20px !important;
    }

    .recipe-wines-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .single-product .wine-recipe-title {
        font-size: 18px !important;
    }

    .single-product .wine-recipe-content {
        padding: 15px !important;
    }

    .recipe-wines-grid {
        grid-template-columns: 1fr !important;
    }

    .single-product .wine-characteristics-grid {
        grid-template-columns: 1fr !important;
    }

    .single-product form.cart {
        flex-direction: column !important;
    }

    .single-product .quantity {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .single-product .single_add_to_cart_button {
        width: 100% !important;
    }
}

/* ==========================================================================
   Single Recipe Page Template
   ========================================================================== */

/* Hide default theme page title on recipe pages */
.single-recipe .akea-page-title-wrap {
    display: none !important;
}

.single-recipe-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
}

/* Recipe Header */
.recipe-header {
    text-align: center;
    margin-bottom: 40px;
}

.recipe-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 25px 0 !important;
    line-height: 1.2 !important;
}

.recipe-meta-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 40px;
    background: #f9f9f9;
    border-radius: 8px;
}

.recipe-meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.recipe-meta-icon {
    color: #6b8e23;
}

.recipe-meta-icon .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.recipe-meta-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recipe-meta-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.recipe-difficulty-facile {
    color: #2e7d32 !important;
}

.recipe-difficulty-moyen {
    color: #ef6c00 !important;
}

.recipe-difficulty-difficile {
    color: #c62828 !important;
}

/* Featured Image */
.recipe-featured-image {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.recipe-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Introduction */
.recipe-introduction {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.recipe-introduction p {
    margin-bottom: 15px;
}

/* Content Grid */
.recipe-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}

.recipe-ingredients-section,
.recipe-steps-section {
    height: 100%;
}

/* Section Titles */
.recipe-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #6b8e23;
}

.recipe-section-title .dashicons {
    color: #6b8e23;
    font-size: 22px;
    width: 22px;
    height: 22px;
}

/* Ingredients */
.recipe-ingredients-section {
    background: transparent;
    padding: 0;
}

.recipe-ingredients-section .recipe-section-title {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: none;
}

.recipe-ingredients-list {
    list-style: none !important;
    background: #fafafa;
    padding: 20px 25px !important;
    border-radius: 8px;
    margin: 15px 0 0 0 !important;
}

.recipe-ingredients-list li {
    padding: 10px 0 !important;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recipe-ingredients-list li:last-child {
    border-bottom: none;
}

.recipe-ingredients-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #6b8e23;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Steps */
.recipe-steps-section {
    padding: 0;
}

.recipe-steps-section .recipe-section-title {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: none;
}

.recipe-steps-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    counter-reset: step-counter;
}

.recipe-steps-list li {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    counter-increment: step-counter;
}

.recipe-steps-list li:last-child {
    border-bottom: none;
}

.recipe-steps-list li::before {
    content: counter(step-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    background: #6b8e23;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.recipe-steps-list .step-content {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    padding-top: 6px;
}

/* Wines Section */
.recipe-wines-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.recipe-wines-section .recipe-section-title {
    text-align: center;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 30px !important;
}

/* Back Link */
.recipe-back-link {
    margin-top: 50px;
    text-align: center;
}

.recipe-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b8e23;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.recipe-back-link a:hover {
    color: #4a6b18;
}

.recipe-back-link .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .single-recipe-article {
        padding: 20px 0;
    }

    .recipe-title {
        font-size: 28px !important;
    }

    .recipe-meta-bar {
        gap: 20px;
        padding: 15px 20px;
    }

    .recipe-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .recipe-ingredients-section {
        order: -1;
    }

    .recipe-introduction {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .recipe-title {
        font-size: 24px !important;
    }

    .recipe-meta-bar {
        flex-direction: column;
        gap: 15px;
    }

    .recipe-meta-item {
        flex-direction: row;
        gap: 10px;
    }

    .recipe-section-title {
        font-size: 18px !important;
    }
}

/* ==========================================================================
   Recipe Archive Page
   ========================================================================== */

/* Hide default theme page title on recipe archive */
.post-type-archive-recipe .akea-page-title-wrap {
    display: none !important;
}

.recipes-archive {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
}

.recipes-archive-header {
    text-align: center;
    margin-bottom: 50px;
}

.recipes-archive-header .recipes-archive-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
}

.recipes-archive-description {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.recipes-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.recipe-archive-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-decoration: none;
    transition: all 0.3s ease;
}

.recipe-archive-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.recipe-archive-image {
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.recipe-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recipe-archive-card:hover .recipe-archive-image img {
    opacity: 0.9;
}

.recipe-archive-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-archive-no-image .dashicons {
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #ddd;
}

.recipe-archive-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recipe-archive-content .recipe-archive-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.3 !important;
}

.recipe-archive-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
}

.recipe-archive-time {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
}

.recipe-archive-time .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #999;
}

.recipe-archive-difficulty {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.recipe-archive-difficulty-facile {
    background: #e8f5e9;
    color: #2e7d32;
}

.recipe-archive-difficulty-moyen {
    background: #fff3e0;
    color: #ef6c00;
}

.recipe-archive-difficulty-difficile {
    background: #ffebee;
    color: #c62828;
}

.recipe-archive-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 15px 0;
    flex: 1;
}

.recipe-archive-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #6b8e23;
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
}

.recipe-archive-card:hover .recipe-archive-link {
    color: #4a6b18;
}

.recipe-archive-link .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.recipe-archive-card:hover .recipe-archive-link .dashicons {
    transform: translateX(4px);
}

/* Empty state */
.recipes-archive-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.recipes-archive-empty .dashicons {
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.recipes-archive-empty p {
    font-size: 18px;
    margin: 0;
}

/* Pagination */
.recipes-archive .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.recipes-archive .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.recipes-archive .page-numbers:hover,
.recipes-archive .page-numbers.current {
    background: #6b8e23;
    color: #fff;
}

/* Archive responsive */
@media (max-width: 900px) {
    .recipes-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .recipes-archive {
        padding: 20px 0;
    }

    .recipes-archive-header .recipes-archive-title {
        font-size: 28px !important;
    }

    .recipes-archive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .recipe-archive-image {
        height: 180px;
    }
}

/* ==========================================================================
   WooCommerce Cart Page
   ========================================================================== */

/* Page title */
.woocommerce-cart .akea-page-title-wrap .akea-page-title {
    font-size: 32px !important;
}

/* Cart table */
.woocommerce-cart-form__contents {
    width: 100%;
    border-collapse: collapse;
}

/* Table headers - fix white on grey */
.woocommerce-cart-form__contents th,
.woocommerce table.shop_table th {
    background: #f5f5f5 !important;
    color: #333 !important;
    font-weight: 600 !important;
    padding: 15px !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
}

.woocommerce table.shop_table td {
    padding: 20px 15px !important;
    vertical-align: middle !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
}

/* Product images - full bottles */
.woocommerce-cart-form__contents .product-thumbnail,
.woocommerce table.shop_table .product-thumbnail {
    width: 100px !important;
}

.woocommerce-cart-form__contents .product-thumbnail img,
.woocommerce table.shop_table .product-thumbnail img {
    width: auto !important;
    height: 120px !important;
    max-width: 100px !important;
    object-fit: contain !important;
}

/* Product name */
.woocommerce-cart-form__contents .product-name a,
.woocommerce table.shop_table .product-name a {
    color: #333 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.woocommerce-cart-form__contents .product-name a:hover,
.woocommerce table.shop_table .product-name a:hover {
    color: #6b8e23 !important;
}

/* Price */
.woocommerce-cart-form__contents .product-price,
.woocommerce-cart-form__contents .product-subtotal,
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
    font-weight: 600 !important;
    color: #333 !important;
}

/* Quantity input */
.woocommerce .quantity .qty {
    width: 60px !important;
    padding: 8px !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

/* Remove button */
.woocommerce-cart-form__contents .product-remove a,
.woocommerce table.shop_table .product-remove a {
    color: #999 !important;
    font-size: 20px !important;
}

.woocommerce-cart-form__contents .product-remove a:hover,
.woocommerce table.shop_table .product-remove a:hover {
    color: #c62828 !important;
}

/* Update cart button */
.woocommerce-cart-form button[name="update_cart"] {
    background: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart-form button[name="update_cart"]:hover {
    background: #e0e0e0 !important;
}

/* Coupon form */
.woocommerce-cart .coupon {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

.woocommerce-cart .coupon input[type="text"] {
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

.woocommerce-cart .coupon button {
    background: #6b8e23 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

.woocommerce-cart .coupon button:hover {
    background: #5a7a1e !important;
}

/* Cart totals */
.cart_totals {
    background: #fafafa !important;
    padding: 25px !important;
    border-radius: 8px !important;
}

.cart_totals h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    color: #333 !important;
}

.cart_totals table th {
    background: transparent !important;
    color: #666 !important;
    font-weight: 500 !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.cart_totals table td {
    text-align: right !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-size: 18px !important;
    border-bottom: none !important;
    padding-top: 15px !important;
}

.cart_totals .order-total td {
    color: #ec6a2a !important;
}

/* Checkout button */
.wc-proceed-to-checkout a.checkout-button {
    display: block !important;
    background: #6b8e23 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 15px 30px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    transition: background 0.2s ease !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background: #5a7a1e !important;
}

/* Empty cart */
.cart-empty {
    text-align: center !important;
    padding: 60px 20px !important;
    font-size: 18px !important;
    color: #666 !important;
}

.return-to-shop a {
    display: inline-block !important;
    background: #6b8e23 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    margin-top: 20px !important;
}

.return-to-shop a:hover {
    background: #5a7a1e !important;
}

/* ==========================================================================
   WooCommerce Blocks Cart
   ========================================================================== */

/* Cart table */
.wc-block-cart-items {
    width: 100% !important;
    border-collapse: collapse !important;
}

/* Cart table headers */
.wc-block-cart-items__header {
    background: #f8f8f8 !important;
}

.wc-block-cart-items__header th {
    padding: 15px !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #333 !important;
    border-bottom: 2px solid #eee !important;
}

.wc-block-cart-items__header-image {
    width: 100px !important;
}

.wc-block-cart-items__header-total {
    text-align: right !important;
    width: 120px !important;
}

/* Cart item rows */
.wc-block-cart-items__row {
    border-bottom: 1px solid #eee !important;
}

.wc-block-cart-items__row td {
    padding: 20px 15px !important;
    vertical-align: top !important;
}

/* Product image cell */
.wc-block-cart-item__image {
    width: 100px !important;
    vertical-align: middle !important;
}

.wc-block-cart-item__image a {
    display: block !important;
}

.wc-block-cart-item__image img {
    width: 80px !important;
    height: auto !important;
    max-height: 120px !important;
    object-fit: contain !important;
}

/* Cart item row */
.wc-block-cart-items__row > td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}

/* Image cell */
.wc-block-cart-item__image {
    width: 80px !important;
    vertical-align: middle !important;
}

/* Product details cell */
.wc-block-cart-item__product {
    vertical-align: middle !important;
}

.wc-block-cart-item__wrap {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
}

/* Product info wrapper (name + volume) */
.vinstappe-product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
}

/* Product name */
.wc-block-components-product-name {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: block !important;
}

.wc-block-components-product-name:hover {
    color: #6b8e23 !important;
}

/* Product volume - under title */
.vinstappe-product-volume {
    display: block !important;
    color: #888 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

/* Unit price - under volume */
.vinstappe-product-info .wc-block-cart-item__prices {
    margin-top: 8px !important;
}

/* Hide the short description */
.wc-block-components-product-metadata {
    display: none !important;
}

/* Unit price */
.wc-block-cart-item__prices .wc-block-components-product-price {
    color: #666 !important;
    font-size: 14px !important;
}

/* Quantity and remove - aligned right */
.wc-block-cart-item__quantity {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-left: auto !important;
    flex-wrap: nowrap !important;
}

/* Quantity selector - compact */
.wc-block-components-quantity-selector {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.wc-block-components-quantity-selector__input {
    width: 40px !important;
    text-align: center !important;
    border: none !important;
    padding: 5px !important;
    font-size: 13px !important;
    background: #fff !important;
}

.wc-block-components-quantity-selector__button {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 5px 8px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1 !important;
}

.wc-block-components-quantity-selector__button:hover:not(:disabled) {
    background: #e0e0e0 !important;
}

/* Remove link - on same line as quantity */
.wc-block-cart-item__remove-link {
    background: none !important;
    border: none !important;
    color: #bbb !important;
    font-size: 11px !important;
    cursor: pointer !important;
    padding: 0 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

.wc-block-cart-item__remove-link:hover {
    color: #c62828 !important;
}

/* Total cell - vertically centered */
.wc-block-cart-item__total {
    text-align: right !important;
    vertical-align: middle !important;
}

.wc-block-cart-items__row .wc-block-cart-item__total {
    display: table-cell !important;
    vertical-align: middle !important;
}

.wc-block-cart-item__total .wc-block-components-product-price {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #333 !important;
}

/* Coupon form - compact */
.wc-block-components-totals-coupon__form {
    display: flex !important;
    gap: 8px !important;
    align-items: stretch !important;
}

.wc-block-components-totals-coupon__input {
    flex: 1 !important;
}

.wc-block-components-totals-coupon__input input {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
    width: 100% !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__button {
    background: #6b8e23 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    min-height: auto !important;
    line-height: 1.2 !important;
    height: auto !important;
}

.wc-block-components-totals-coupon__button:hover:not(:disabled) {
    background: #5a7a1e !important;
}

.wc-block-components-totals-coupon__button:disabled {
    background: #bbb !important;
    cursor: not-allowed !important;
}

/* Block checkout button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block a {
    background: #6b8e23 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover {
    background: #5a7a1e !important;
}

/* Responsive cart */
@media (max-width: 768px) {
    .woocommerce-cart-form__contents .product-thumbnail img,
    .woocommerce table.shop_table .product-thumbnail img {
        height: 80px !important;
    }
}

/* ==========================================================================
   WooCommerce Checkout Page
   ========================================================================== */

/* Form fields */
.woocommerce-checkout .form-row label,
.wc-block-components-text-input label,
.wc-block-checkout__form .wc-block-components-text-input label {
    color: #333 !important;
    font-weight: 500 !important;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.wc-block-components-text-input input,
.wc-block-components-textarea textarea {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 12px !important;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: #6b8e23 !important;
    outline: none !important;
}

/* Section titles - only checkout steps, not order summary or footer */
.wc-block-components-checkout-step__heading h2,
.wc-block-components-checkout-step__title {
    font-size: 20px !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

/* Order review table */
.woocommerce-checkout-review-order-table th,
.wc-block-components-order-summary th {
    background: #f5f5f5 !important;
    color: #333 !important;
    font-weight: 600 !important;
    padding: 12px !important;
}

.woocommerce-checkout-review-order-table td,
.wc-block-components-order-summary td {
    padding: 12px !important;
    border-bottom: 1px solid #eee !important;
}

/* Order summary products */
.wc-block-components-order-summary-item {
    display: flex !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
    gap: 15px !important;
}

.wc-block-components-order-summary-item__image {
    position: relative !important;
    flex-shrink: 0 !important;
    width: 50px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f9f9f9 !important;
    border-radius: 4px !important;
    padding: 5px !important;
}

.wc-block-components-order-summary-item__image img {
    width: auto !important;
    height: 100% !important;
    max-height: 70px !important;
    object-fit: contain !important;
}

.wc-block-components-order-summary-item__quantity {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #6b8e23 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wc-block-components-order-summary-item__description {
    flex: 1 !important;
    color: #333 !important;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 3px 0 !important;
}

.wc-block-components-order-summary-item__description .vinstappe-product-volume {
    font-size: 12px !important;
    color: #888 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.wc-block-components-order-summary-item__individual-prices {
    font-size: 13px !important;
    color: #666 !important;
}

/* Hide product metadata description */
.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    display: none !important;
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #333 !important;
    white-space: nowrap !important;
}

/* Fix active label position on form fields */
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
    top: 2px !important;
    transform: scale(0.75) !important;
    background: #fff !important;
    padding: 0 4px !important;
}

/* Checkout actions row */
.wc-block-checkout__actions_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
    margin-top: 20px !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: #6b8e23 !important;
}

.wc-block-components-checkout-return-to-cart-button svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}

/* Payment methods */
.woocommerce-checkout-payment,
.wc-block-checkout__payment-method {
    background: #fafafa !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-top: 20px !important;
}

.wc-block-components-radio-control__option {
    padding: 15px !important;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
    background: #fff !important;
    gap: 30px !important;
}

.wc-block-components-radio-control__option:hover {
    border-color: #6b8e23 !important;
}

.wc-block-components-radio-control__option--checked {
    border-color: #6b8e23 !important;
    background: #f9fdf5 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
    top: 7px !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 4px;
    box-shadow: inset 0 0 0 .5px currentColor !important;
    margin-bottom: 8px;
}

/* Place order button */
#place_order,
.wc-block-components-checkout-place-order-button {
    background: #6b8e23 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 30px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

#place_order:hover,
.wc-block-components-checkout-place-order-button:hover {
    background: #5a7a1e !important;
}

/* Order total in checkout */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.order-total td {
    color: #ec6a2a !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Checkout sidebar/order summary */
.wc-block-components-sidebar {
    background: #fafafa !important;
    padding: 25px !important;
    border-radius: 8px !important;
}

/* Privacy policy text */
.woocommerce-privacy-policy-text,
.wc-block-checkout__terms {
    font-size: 13px !important;
    color: #666 !important;
}

/* Error messages */
.woocommerce-error,
.wc-block-components-notice-banner.is-error {
    background: #ffebee !important;
    border-left: 4px solid #c62828 !important;
    color: #c62828 !important;
    padding: 15px !important;
    border-radius: 4px !important;
}

/* Success messages */
.woocommerce-message,
.wc-block-components-notice-banner.is-success {
    background: #f0f5e6 !important;
    border: 1px solid #6b8e23 !important;
    border-left: 4px solid #6b8e23 !important;
    color: #333 !important;
    padding: 15px 20px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.woocommerce-message .button.wc-forward,
.woocommerce-message a.button {
    background: #6b8e23 !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}

.woocommerce-message .button.wc-forward:hover,
.woocommerce-message a.button:hover {
    background: #5a7a1e !important;
}

/* Fix icon color in messages */
.woocommerce .woocommerce-message::before {
    color: #6b8e23 !important;
}

/* ==========================================================================
   Category SEO Content Section
   ========================================================================== */
.vinstappe-category-seo-content {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}

.vinstappe-seo-content-inner {
    padding: 25px;
    background: #fafafa;
    border-radius: 8px;
}

.vinstappe-seo-content-inner h2,
.vinstappe-seo-content-inner h3,
.vinstappe-seo-content-inner h4 {
    color: #333;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.vinstappe-seo-content-inner h2:first-child,
.vinstappe-seo-content-inner h3:first-child,
.vinstappe-seo-content-inner h4:first-child {
    margin-top: 0;
}

.vinstappe-seo-content-inner h2 {
    font-size: 1.75rem;
    font-weight: 600;
}

.vinstappe-seo-content-inner h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

.vinstappe-seo-content-inner h4 {
    font-size: 1.15rem;
    font-weight: 600;
}

.vinstappe-seo-content-inner p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 1em;
}

.vinstappe-seo-content-inner ul,
.vinstappe-seo-content-inner ol {
    padding-left: 1.5em;
    margin-bottom: 1.25em;
    color: #555;
}

.vinstappe-seo-content-inner li {
    margin-bottom: 0.5em;
    line-height: 1.7;
}

.vinstappe-seo-content-inner a {
    color: #6b8e23;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vinstappe-seo-content-inner a:hover {
    color: #99e503;
    text-decoration: underline;
}

.vinstappe-seo-content-inner blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #99e503;
    background: #fff;
    font-style: italic;
    color: #666;
}

.vinstappe-seo-content-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .vinstappe-category-seo-content {
        margin-top: 30px;
        padding-top: 20px;
    }

    .vinstappe-seo-content-inner {
        padding: 15px;
    }

    .vinstappe-seo-content-inner h2 {
        font-size: 1.5rem;
    }

    .vinstappe-seo-content-inner h3 {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   Mentions légales obligatoires - Vente d'alcool
   ========================================================================== */

/* Footer alcohol warning banner */
.vinstappe-alcohol-warning {
    background: #1a1a1a;
    color: #fff;
    padding: 12px 20px;
}

.vinstappe-alcohol-warning-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.vinstappe-warning-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.vinstappe-warning-text {
    font-size: 13px;
    line-height: 1.5;
}

.vinstappe-warning-text strong {
    color: #f0c14b;
}

/* Age verification checkbox at checkout */
.vinstappe-age-verification-field {
    margin: 20px 0;
    padding: 15px;
    background: #fff8e1;
    border: 1px solid #f0c14b;
    border-radius: 6px;
}

.vinstappe-age-checkbox label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.vinstappe-age-checkbox input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.vinstappe-age-checkbox .required {
    color: #c00;
}

/* Age Gate Popup */
.vinstappe-age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.vinstappe-age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.vinstappe-age-gate-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.vinstappe-age-gate-logo {
    margin-bottom: 25px;
}

.vinstappe-age-gate-logo img {
    max-height: 80px;
    width: auto;
}

.vinstappe-age-gate-logo h2 {
    color: #333;
    margin: 0;
}

.vinstappe-age-gate-content h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.vinstappe-age-gate-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.vinstappe-age-gate-question {
    font-size: 1.1rem;
    margin-top: 20px !important;
    color: #333 !important;
}

.vinstappe-age-gate-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 25px 0;
}

.vinstappe-age-gate-yes {
    background: #6b8e23;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.vinstappe-age-gate-yes:hover {
    background: #5a7a1e;
}

.vinstappe-age-gate-no {
    background: transparent;
    color: #999;
    border: 1px solid #ddd;
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vinstappe-age-gate-no:hover {
    border-color: #999;
    color: #666;
}

.vinstappe-age-gate-notice {
    font-size: 11px;
    color: #999;
    margin: 0;
}

.vinstappe-age-gate-blocked {
    padding: 20px 0;
}

.vinstappe-age-gate-blocked h3 {
    color: #c00;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.vinstappe-age-gate-blocked p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* ==========================================================================
   Product Price Per Liter
   ========================================================================== */
.vinstappe-price-per-liter {
    display: inline;
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 400 !important;
    margin-left: 10px;
}

.single-product.woocommerce div.product p.price .vinstappe-price-per-liter,
.single-product.woocommerce div.product p.price .vinstappe-price-per-liter .woocommerce-Price-amount,
.single-product.woocommerce div.product p.price .vinstappe-price-per-liter .woocommerce-Price-amount bdi {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #888 !important;
}


/* ==========================================================================
   Empty Cart Page Styling
   ========================================================================== */

/* Empty cart title */
.wc-block-cart__empty-cart__title {
    font-size: 1.75rem !important;
    color: #333;
    margin-bottom: 30px !important;
}

/* Hide the crying emoji icon */
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.wp-block-woocommerce-empty-cart-block svg,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title + figure,
.wp-block-woocommerce-empty-cart-block figure {
    display: none !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-align: left;
}

/* Separator - hide the dots separator */
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
    display: none !important;
}

/* New in store heading */
.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title) {
    font-size: 1.5rem !important;
    color: #333;
    margin-bottom: 30px !important;
}

/* Product grid in empty cart */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
    min-width: 200px !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Product image */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
    margin-bottom: 15px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Product title */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
    text-decoration: none;
    color: inherit;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link:hover .wc-block-grid__product-title {
    color: #6b8e23;
}

/* Product price */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
    font-size: 18px;
    font-weight: 700;
    color: #6b8e23;
    margin-bottom: 15px;
}

/* Add to cart button */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
    display: inline-block;
    background: #6b8e23 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    border: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    background: #5a7a1e !important;
}

/* Responsive */
@media (max-width: 991px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
        flex: 0 0 calc(33.33% - 20px) !important;
        max-width: calc(33.33% - 20px) !important;
    }
}

@media (max-width: 767px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        gap: 15px !important;
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        min-width: 150px !important;
    }

    .wc-block-cart__empty-cart__title {
        font-size: 1.4rem !important;
    }

    .vinstappe-age-gate-modal {
        padding: 30px 20px;
    }

    .vinstappe-age-gate-content h3 {
        font-size: 1.25rem;
    }

    .vinstappe-alcohol-warning {
        padding: 10px 15px;
    }

    .vinstappe-alcohol-warning-inner {
        flex-direction: column;
        gap: 8px;
    }

    .vinstappe-warning-text {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================================
   Empty Cart - Product Collection Block
   ========================================================================== */

/* Container */
.vinstappe-empty-cart-products {
    margin-top: 20px !important;
}

.vinstappe-empty-cart-products .wc-block-product-template {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
}

/* Product card */
.vinstappe-empty-cart-products .wc-block-product-template > li,
.vinstappe-empty-cart-products .wc-block-product {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.vinstappe-empty-cart-products .wc-block-product-template > li:hover,
.vinstappe-empty-cart-products .wc-block-product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Product image - wine bottle style */
.vinstappe-empty-cart-products .wc-block-components-product-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
}

.vinstappe-empty-cart-products .wc-block-components-product-image img {
    max-height: 200px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    max-width: 100% !important;
}

/* Product title */
.vinstappe-empty-cart-products .wp-block-post-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.vinstappe-empty-cart-products .wp-block-post-title a {
    text-decoration: none !important;
    color: inherit !important;
}

.vinstappe-empty-cart-products .wp-block-post-title a:hover {
    color: #6b8e23 !important;
}

/* Product excerpt */
.vinstappe-empty-cart-products .wp-block-post-excerpt,
.vinstappe-empty-cart-products .wp-block-post-excerpt__excerpt {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

/* Product price */
.vinstappe-empty-cart-products .wc-block-components-product-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #6b8e23 !important;
    margin-bottom: 12px !important;
}

/* Add to cart button container - push to bottom */
.vinstappe-empty-cart-products .wc-block-components-product-button,
.vinstappe-empty-cart-products .wp-block-button {
    margin-top: auto !important;
}

/* Add to cart button */
.vinstappe-empty-cart-products .wc-block-components-product-button .wc-block-components-product-button__button,
.vinstappe-empty-cart-products .wp-block-button__link {
    display: inline-block !important;
    background: #6b8e23 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.vinstappe-empty-cart-products .wc-block-components-product-button .wc-block-components-product-button__button:hover,
.vinstappe-empty-cart-products .wp-block-button__link:hover {
    background: #5a7a1e !important;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .vinstappe-empty-cart-products .wc-block-product-template {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .vinstappe-empty-cart-products .wc-block-product-template {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .vinstappe-empty-cart-products .wc-block-components-product-image {
        height: 180px;
    }

    .vinstappe-empty-cart-products .wc-block-components-product-image img {
        max-height: 160px !important;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
    .vinstappe-empty-cart-products .wc-block-product-template {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   WooCommerce Checkout - Payment Methods Fix
   ========================================================================== */

/* Payment method label - radio button and text on same line, left aligned */
.wc-block-components-radio-control__option {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px !important;
}

.wc-block-components-radio-control__input {
    position: relative !important;
    flex-shrink: 0 !important;
    margin: 2px 0 0 0 !important;
}

.wc-block-components-radio-control__option-layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex: 1 !important;
}

.wc-block-components-radio-control__label-group {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 8px !important;
}

.wc-block-components-radio-control__label {
    display: inline !important;
    text-align: left !important;
}

.wc-block-components-radio-control__secondary-label {
    margin-left: auto !important;
    text-align: right !important;
    white-space: nowrap !important;
}

/* Hide duplicate payment method icons (keep only one) */
.wc-block-components-radio-control__label .wc-block-components-payment-method-icons {
    display: none !important;
}

/* Show the icon next to label */
.wc-block-components-radio-control__secondary-label img,
.wc-block-components-radio-control__label-group img {
    height: 24px !important;
    width: auto !important;
}

/* Hide Stripe Link section */
.wc-block-components-radio-control-accordion-content a[href*="link.co"],
.wc-block-components-radio-control-accordion-content a[href*="link.com"],
#wc-stripe-link-authentication,
.wc-stripe-link-authentication,
[id*="stripe-link"],
[class*="stripe-link"] {
    display: none !important;
}

/* Hide Stripe Express Checkout buttons on product pages (Link, Google Pay, Apple Pay) */
.single-product #wc-stripe-express-checkout-element-link,
.single-product #wc-stripe-express-checkout-element-googlePay,
.single-product #wc-stripe-express-checkout-element-applePay {
    display: none !important;
}

/* Ensure Stripe card form is visible */
.wc-block-components-radio-control-accordion-content .wc-stripe-elements-field,
.wc-block-components-radio-control-accordion-content [class*="StripeElement"],
.wc-block-components-radio-control-accordion-content .wc-stripe-upe-element {
    display: block !important;
}

/* Stripe save card checkbox spacing */
.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
    margin-top: 20px;
}

/* Fix shipping rates radio button alignment */
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: 0px !important;
    transform: none;
}

/* ==========================================================================
   WooCommerce - Order Confirmation Addresses (Two Columns)
   ========================================================================== */
.woocommerce-columns--addresses {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

.woocommerce-columns--addresses .woocommerce-column {
    width: 100% !important;
    float: none !important;
}

/* Disable clearfix pseudo-elements that break grid layout */
.woocommerce-columns--addresses.col2-set::before,
.woocommerce-columns--addresses.col2-set::after {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .woocommerce-columns--addresses {
        grid-template-columns: 1fr !important;
    }
}
/* ==========================================================================
   Footer - Alsace Logo (Bretzel)
   ========================================================================== */
.akea-copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.vinstappe-alsace-logo {
    display: inline-block;
    vertical-align: middle;
}

.vinstappe-alsace-logo img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

/* ==========================================================================
   Testimonials - Background clair avec texte blanc
   ========================================================================== */
.gdlr-core-testimonial-frame.gdlr-core-skin-e-background {
    background-color: #000000 !important;
}

/* ==========================================================================
   Override theme buttons with burgundy background
   ========================================================================== */
#gdlr-core-button-id-2,
.gdlr-core-button.gdlr-core-button-solid {
    background: #000000 !important;
}

#gdlr-core-button-id-2:hover,
.gdlr-core-button.gdlr-core-button-solid:hover {
    background: #333333 !important;
}

.gdlr-core-testimonial-frame.gdlr-core-skin-e-background .gdlr-core-testimonial-content,
.gdlr-core-testimonial-frame.gdlr-core-skin-e-background .gdlr-core-testimonial-title,
.gdlr-core-testimonial-frame.gdlr-core-skin-e-background .gdlr-core-testimonial-author,
.gdlr-core-testimonial-frame.gdlr-core-skin-e-background .gdlr-core-testimonial-position {
    color: #ffffff !important;
}

/* ==========================================================================
   Map Wrapper - Remove padding/margin
   ========================================================================== */
.vins-tappe-map-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* ==========================================================================
   Resellers Page - Cards v2
   ========================================================================== */
.vinstappe-resellers-row {
    align-items: stretch !important;
}

.vinstappe-reseller-card {
    display: flex;
    flex-direction: column;
}

.vinstappe-reseller-card h3 {
    background: #000000;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 15px 20px !important;
    font-size: 1em !important;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}

.vinstappe-reseller-card h3 a {
    color: #ffffff !important;
    text-decoration: none;
}

.vinstappe-reseller-card h3 a:hover {
    text-decoration: underline;
}

.vinstappe-reseller-card > p {
    background: #f8f5f0;
    margin: 0 !important;
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
    flex-grow: 1;
    font-size: 0.95em;
    line-height: 1.6;
}

.vinstappe-reseller-card:hover h3 {
    background: #333333;
}

/* Responsive adjustments for reseller columns */
@media (max-width: 768px) {
    .vinstappe-resellers-row {
        flex-direction: column;
    }
    .vinstappe-reseller-card {
        margin-bottom: 15px;
    }
}

/* Resellers - Margins */
.vinstappe-resellers-row {
    margin-bottom: 30px !important;
    gap: 20px !important;
}

.vinstappe-reseller-card h3 + p {
    margin-top: 0 !important;
}

.wp-block-heading + .vinstappe-resellers-row {
    margin-top: 20px !important;
}

/* Resellers - Grid layout for HTML blocks */
div.vinstappe-resellers-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    div.vinstappe-resellers-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    div.vinstappe-resellers-row {
        grid-template-columns: 1fr;
    }
}

/* Resellers - Force grid layout */
.vinstappe-resellers-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.vinstappe-resellers-row .vinstappe-reseller-card {
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 992px) {
    .vinstappe-resellers-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .vinstappe-resellers-row {
        grid-template-columns: 1fr !important;
    }
}

/* Resellers page - Contact button (page-id-14472) */
.page-id-14472 .wp-block-button__link {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.page-id-14472 .wp-block-button__link:hover {
    background-color: #333333 !important;
}

/* ==========================================================================
   Homepage Hero - Text shadow for better readability
   ========================================================================== */
.vinstappe-hero-title .gdlr-core-title-item-title {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.vinstappe-hero-description .gdlr-core-text-box-item-content,
.vinstappe-hero-description .gdlr-core-text-box-item-content p,
.vinstappe-hero-description .gdlr-core-text-box-item-content strong {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Homepage Hero - Button */
.page-id-6703 #gdlr-core-button-id-1 .gdlr-core-content {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.page-id-6703 #gdlr-core-button-id-1 {
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
