.checkout-legal-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.legal-box {
    background-color: #f9f7f4;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid #eee;
}
.legal-box input[type="checkbox"] {
    margin-top: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.legal-box label {
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.legal-box label strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}
.legal-box .disclaimer-text {
    display: block;
    margin-top: 10px;
    font-size: 0.85rem;
    color: #666;
}
.legal-box a {
    color: #9b3b51;
    text-decoration: underline;
    font-weight: 700;
}
.legal-box a:hover {
    color: #863245;
}
.error-text {
    color: #d9534f;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
    font-weight: bold;
}
.btn-complete-order:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
}
.agb-tooltip {
    position: absolute;
    bottom: 100%;
    left: 10px;
    background-color: #a73851;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(167, 56, 81, 0.3);
    z-index: 10;
    margin-bottom: 12px;
}
.agb-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #a73851 transparent transparent transparent;
}
.agb-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: bounceTooltip 2s infinite;
}
@keyframes bounceTooltip {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.preview-section {
    padding: 3rem 0 5rem;
    background-color: #f4f6f8;
}
.preview-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}
.preview-main-header {
    background-color: #fff;
    padding: 2.5rem 2.5rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}
.preview-main-header h2 {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}
.preview-secure-badge {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.preview-secure-badge i {
    color: #28a745;
}
.preview-card__header {
    padding: 2rem 2.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview-card__title {
    font-size: 0.9rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.preview-card__title i {
    color: #9aa5b1;
    font-size: 1rem;
}
.preview-card__edit-link {
    font-size: 0.8rem;
    color: #A74463;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}
.preview-card__edit-link:hover {
    color: #8c3852;
}
.preview-card__body {
    padding: 1rem 2.5rem 2.5rem;
}
.preview-address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.preview-info-block h4 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #9aa5b1;
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
}
.preview-info-block p {
    color: #333;
    line-height: 1.6;
    font-size: 0.95rem;
}
.preview-table {
    width: 100%;
    border-collapse: collapse;
}
.preview-table th {
    text-align: left;
    padding: 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #9aa5b1;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #f0f0f0;
}
.preview-table td {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    vertical-align: middle;
}
.preview-product {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}
.preview-product__image-wrapper {
    width: 70px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    flex-shrink: 0;
}
.preview-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.preview-product__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.preview-product__name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    display: block;
}
.product-pricing-block {
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.pricing-winery {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 400;
}
.pricing-unit {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2px;
}
.pricing-liter {
    font-size: 0.9rem;
    color: #6c757d;
}
.product-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.75rem;
    font-size: 0.85rem;
}
.attr-item {
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    line-height: 1;
}
.attr-item i {
    font-size: 0.75rem;
    margin-right: 6px;
    color: #A74463;
    opacity: 0.8;
}
.attr-label {
    font-weight: 600;
    margin-right: 4px;
    color: #6c757d;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.attr-value {
    color: #212529;
    font-weight: 500;
    font-size: 0.85rem;
}
.special-instructions-wrapper {
    background-color: #fafbfc;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 2rem;
}
.special-instructions-wrapper label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    display: block;
}
.form-control-note {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}
.form-control-note:focus {
    outline: none;
    border-color: #A74463;
    box-shadow: 0 0 0 3px rgba(167, 68, 99, 0.1);
}
.form-control-note::placeholder {
    color: #adb5bd;
}
.preview-totals {
    margin-top: 2rem;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
}
.preview-totals__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: #555;
}
.preview-totals__row--final {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #f0f0f0;
    font-weight: 800;
    font-size: 1.25rem;
    color: #1a1a1a;
    align-items: center;
}
.preview-actions {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-complete-order {
    background-color: #A74463;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(167, 68, 99, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-complete-order:hover {
    background-color: #8c3852;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(167, 68, 99, 0.35);
}
.btn-back-link {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-back-link:hover {
    color: #1a1a1a;
}
.text-success { color: #28a745 !important; }
.preview-product__title-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.preview-product__name-link {
    text-transform: uppercase; 
    font-weight: 800; 
    font-size: 0.95rem; 
    color: #000; 
    text-decoration: none; 
    line-height: 1.2;
    display: block;
}
.preview-product__name-link:hover {
    text-decoration: underline;
    color: #A74463;
}
.brand-label { 
    font-weight: 600; 
    color: #666; 
    font-size: 0.8rem; 
    margin-bottom: 5px; 
    display: block; 
}
.badge-promo { 
    background-color: #d9534f; 
    color: white; 
    font-size: 0.6rem; 
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 700; 
    text-transform: uppercase;
    white-space: nowrap;
}
.product-pricing-details {
    font-size: 0.82rem; 
    color: #555; 
    line-height: 1.5;
    margin-top: 5px;
}
.user-avatar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.user-avatar-circle {
    width: 32px;
    height: 32px;
    background-color: #A74463;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: 2px solid #ffffff;
}
.user-avatar-circle:hover {
    background-color: #8c3450;
    transform: scale(1.05);
}
.header-actions .header-dropdown {
    display: flex;
    align-items: center;
}
.top-bar { 
    padding: 0; 
    min-height: var(--topbar-height); 
    font-size: var(--topbar-size); 
    background: var(--topbar-bg); 
    color: var(--topbar-text); 
    border-bottom: 1px solid #e9e4e0; 
    display: flex; 
    align-items: center; 
    overflow: hidden;
}
.top-bar .container { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
    gap: 15px;
}
.top-bar-left {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.topbar-text-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: help;
}
.top-bar-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.top-bar-contact { display: flex; align-items: center; gap: 25px; }
.top-bar-contact a { color: var(--topbar-text); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; white-space: nowrap; }
.top-bar-contact a:hover { color: var(--primary-color); }
.site-header { padding: 8px 0 !important; background-color: var(--navbar-bg); min-height: var(--navbar-height); box-shadow: var(--shadow); position: relative; }
.header-sticky-wrapper { position: sticky; top:0; z-index: 100; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: var(--navbar-height); }
.site-header .logo img { width: var(--logo-width); max-width: 100%; height: auto; }
.header-search { flex-grow: 1; max-width: 700px; position: relative; }
.header-search form { position: relative; }
.search-input { height: 38px !important; width: 100%; padding: 10px 50px 10px 20px; border: 1px solid var(--border-color); border-radius: 50px; font-size: 15px; font-family: var(--font-body); }
.search-button { height: 38px !important; width: 38px !important; position: absolute; top: 0; right: 0; background: none; border: none; cursor: pointer; color: var(--text-light); font-size: 16px; }
.header-right-group { display: flex; align-items: center; gap: 15px; }
.header-actions { display: flex; align-items: center; gap: 25px; flex-shrink: 0; }
.header-actions a, .header-actions button { color: var(--text-color); font-size: 16px; font-weight: 500; display: flex; align-items: center; gap: 8px; text-decoration: none; background: none; border: none; cursor: pointer; padding: 0; }
.header-actions a i, .header-actions button i { font-size: 20px; }
.header-dropdown { position: relative; display: inline-block; }
.dropdown-menu { position: absolute; top: 150%; right: 0; z-index: 1001; min-width: 240px; background-color: var(--card-background); border: 1px solid var(--border-light); border-radius: var(--border-radius); box-shadow: var(--shadow-hover); padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.2s ease-in-out; }
.header-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-header { padding: 10px 16px; border-bottom: 1px solid var(--border-light); margin-bottom: 8px; }
.dropdown-header strong { display: block; font-size: 15px; font-weight: 700; color: var(--text-color); }
.dropdown-header small { display: block; font-size: 13px; color: var(--text-light); word-break: break-all; }
.dropdown-menu ul { list-style: none; padding: 0; margin: 0; }
.dropdown-menu ul li a, .dropdown-menu ul li button { display: block; width: 100%; padding: 10px 16px; text-align: left; color: var(--text-color); font-size: 15px; font-family: var(--font-body); font-weight: 500; background: none; border: none; cursor: pointer; white-space: nowrap; border-radius: 4px; margin: 0 8px; width: calc(100% - 16px); }
.dropdown-menu ul li a:hover, .dropdown-menu ul li button:hover { background-color: var(--background-color); color: var(--primary-color); }
.header-icon-btn { position: relative; text-decoration: none !important; color: var(--text-color); background: none; border: none; padding: 0; cursor: pointer; }
.header-icon-btn i { font-size: 22px; vertical-align: middle; }
.header-icon-badge { position: absolute; top: -6px; right: -11px; background-color: var(--primary-color); color: white; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; font-family: var(--font-body); border: 2px solid var(--card-background); line-height: 1; }
.nav-bar { background-color: var(--navbar-menu-bg); min-height: var(--navbar-menu-height); position: relative; padding: 0; display: flex; align-items: center; }
.nav-bar .container { position: relative; }
#primary-navigation { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.nav-bar .nav-item { position: static; }
.nav-item.has-megamenu--simple { position: relative; }
.nav-bar .nav-item > a { color: #ffffff; font-weight: 500; font-size: 15px; padding: 6px 15px; border-radius: 6px; transition: background-color 0.3s ease; display: block; text-decoration: none; }
.nav-bar .nav-item:hover > a { background-color: rgba(255, 255, 255, 0.15); }
.mega-menu { position: absolute; top: 100%; left: 50%; width: max-content; min-width: 250px; max-width: 95vw; max-height: 80vh; overflow: hidden; background-color: var(--card-background); box-shadow: var(--shadow-hover); border-radius: 0 0 8px 8px; z-index: 1000; padding: 35px 40px; opacity: 0; visibility: hidden; border-top: 3px solid var(--primary-color-dark); box-sizing: border-box; transform: translateX(-50%); transform-origin: top center; clip-path: inset(0 -50px 100% -50px); transition: opacity 0.3s ease, visibility 0.3s ease, clip-path 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.nav-item.has-megamenu:hover .mega-menu { opacity: 1; visibility: visible; clip-path: inset(0 -50px -50px -50px); }
.mega-menu-content { display: flex; gap: 30px; }
.mega-menu-links { flex-grow: 1; }
.mega-menu-header { display: flex; gap: 30px; padding-bottom: 12px; margin-bottom: 25px; border-bottom: 1px solid var(--border-light); }
.mega-menu-header a { font-size: 15px; font-weight: 700; color: var(--text-light); text-decoration: none; cursor: pointer; }
.mega-menu-header a.active, .mega-menu-header a:hover { color: var(--primary-color); }
.mega-menu-tab-content { display: none; }
.mega-menu-tab-content.active { display: block; }
.mega-menu .mobile-menu-back-btn { display: none; }
.mega-menu-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99; opacity: 0; visibility: hidden; transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); backdrop-filter: blur(4px); }
.mega-menu-backdrop.active { opacity: 1; visibility: visible; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns { display: flex !important; flex-wrap: nowrap; gap: 45px; align-items: flex-start; }
.mega-menu-columns .region-group { flex-shrink: 0; min-width: 140px; }
.mega-menu-columns .region-group.regions-split { width: 340px; }
.mega-menu-columns .region-group.regions-split ul { column-count: 2; column-gap: 30px; }
.nav-item.has-vertical-layout .mega-menu .mega-menu-columns, .mega-menu-columns-az { display: flex !important; flex-direction: column; flex-wrap: wrap; align-content: flex-start; max-height: calc(80vh - 125px); gap: 0 35px; }
.has-vertical-layout .mega-menu-columns .region-group { width: 200px; padding-bottom: 30px; }
.az-column { width: 180px; }
.nav-item.has-megamenu .mega-menu.mega-menu--simple .mega-menu-columns { display: block !important; max-height: none; gap: 0; }
.mega-menu.mega-menu--simple .mega-menu-columns .region-group { width: auto; padding-bottom: 25px; }
.mega-menu.mega-menu--simple .mega-menu-columns .region-group:last-of-type { padding-bottom: 0; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns h4, .az-column h4 { font-family: var(--font-body); font-size: 14px; font-weight: 700; margin-bottom: 15px; color: var(--text-color); line-height: 1.2; }
.az-column h4 { margin-top: 20px; margin-bottom: 12px; }
.mega-menu-columns-az > .az-column:first-child h4 { margin-top: 0; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns ul, .az-column ul { list-style: none; padding: 0; margin: 0; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns ul li { margin-bottom: 10px; }
.az-column ul li { margin-bottom: 8px; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns ul a, .az-column ul li a { font-size: 14.5px; color: var(--text-light); text-decoration: none; display: block; line-height: 1.3; transition: transform 0.25s ease, color 0.2s ease; }
.nav-item.has-megamenu .mega-menu .mega-menu-columns ul a:hover, .az-column ul li a:hover { color: var(--primary-color); transform: translateX(4px); }
#live-search-results { display: none; position: absolute; top: calc(100% + 5px); left: 0; right: 0; background-color: #fff; border: 1px solid var(--border-color); border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 1001; max-height: 450px; overflow-y: auto; }
#live-search-results.open { display: block !important; }
.live-search-item { display: flex; align-items: center; gap: 15px; padding: 10px 15px; text-decoration: none; color: var(--text-color); border-bottom: 1px solid var(--border-light); transition: background-color 0.2s ease; }
.live-search-item:last-child { border-bottom: none; }
.live-search-item:hover { background-color: var(--background-color); }
.live-search-item__image { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; }
.live-search-item__details { flex-grow: 1; }
.live-search-item__brand { font-size: 12px; color: var(--text-light); display: block; }
.live-search-item__name { font-size: 15px; font-weight: 600; margin: 2px 0 0 0; line-height: 1.3; }
.live-search-item__price { font-size: 15px; font-weight: 700; color: var(--primary-color); flex-shrink: 0; margin-left: 15px; }
.live-search-no-results { padding: 20px 15px; text-align: center; color: var(--text-light); }
.mobile-nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 24px; color: var(--text-color); z-index: 1001; padding: 5px; }
.mobile-nav-toggle .close-icon { display: none; }
body.mobile-nav-active { overflow: hidden; }
.header-actions .mobile-search-toggle { display: none !important; }

@media (min-width: 992px) {
    .mobile-sub-back-btn { display: none !important; }
}

@media (max-width: 991px) {
    .header-actions .mobile-search-toggle { display: flex !important; }
    .header-search { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--navbar-bg); padding: 15px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); z-index: 1000; }
    body.mobile-search-active .header-search { display: block; }
    .header-actions { display: flex; gap: 12px; }
    .header-actions .action-label { display: none; }
    .site-header .container { gap: 10px; padding: 0 15px; justify-content: space-between; }
    .mobile-nav-toggle { display: block; order: 3; }
    body.mobile-nav-active .mobile-nav-toggle .open-icon { display: none; }
    body.mobile-nav-active .mobile-nav-toggle .close-icon { display: block; color: #fff; }
    .nav-bar { position: static; padding: 0 !important; box-shadow: none; background: none; }
    .nav-bar .container { padding: 0; }
    #primary-navigation { position: fixed; inset: 0; background-color: #A74463; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; transform: translateX(-100%); transition: transform 0.4s ease, opacity 0.4s ease; z-index: 999; overflow-y: auto; padding-top: 85px; }
    body.mobile-nav-active #primary-navigation { transform: translateX(0); opacity: 1; visibility: visible; }
    .nav-bar .nav-item { border-bottom: 1px solid rgba(255,255,255,0.1); position: static; }
    .nav-bar .nav-item > a { font-size: 18px; font-weight: 500; padding: 20px 15px; display: block; position: relative; color: #ffffff; }
    .nav-item.has-megamenu > a::after { content: '\f054'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 20px; font-size: 14px; top: 50%; transform: translateY(-50%); }
    .nav-bar .nav-item > a:hover { background: rgba(255, 255, 255, 0.1); color: #ffffff; }
    .mega-menu { position: absolute; inset: 0; transform: translateX(100%); width: 100%; max-width: 100%; background-color: #A74463; border-radius: 0; border-top: none; padding: 0; opacity: 1; visibility: visible; display: flex; flex-direction: column; z-index: 1010; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); max-height: 100vh; overflow-y: hidden; clip-path: none !important; }
    .nav-item.has-megamenu.active .mega-menu { transform: translateX(0); }
    .mobile-menu-back-btn { display: flex !important; align-items: center; gap: 10px; background: #f8f9fa; border: none; padding: 20px 15px; font-size: 16px; font-weight: 700; color: var(--text-color); cursor: pointer; width: 100%; text-align: left; border-bottom: 1px solid var(--border-color); }
    .mega-menu-content { flex-direction: column; gap: 0; padding: 0; overflow-y: auto; flex-grow: 1; display: block; width: 100%; }
    .mega-menu-links { width: 100%; }
    .mega-menu-tab-content { padding: 0; display: none; width: 100%; }
    .mega-menu-tab-content.active { display: block; }
    .mega-menu-header { display: flex; flex-direction: column; background: transparent; padding: 0; margin-bottom: 0; border-bottom: none; width: 100%; }
    .mega-menu-header a { font-size: 18px; font-weight: 500; padding: 20px 15px; border-bottom: 1px solid rgba(255,255,255,0.1); color: #ffffff !important; display: block; position: relative; width: 100%; border-radius: 0; text-decoration: none; box-sizing: border-box; }
    .mega-menu-header a::after { content: '\f054'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: 0.6; }
    .mega-menu-header a.active { background-color: rgba(0,0,0,0.1); }
    .nav-item.has-megamenu .mega-menu .mega-menu-columns, .nav-item.has-megamenu .mega-menu.mega-menu--simple .mega-menu-columns, .has-vertical-layout .mega-menu-columns, .mega-menu-columns-az { display: flex !important; flex-direction: column; gap: 0; max-height: none; background-color: transparent; width: 100%; }
    .mega-menu-columns .region-group, .az-column { width: 100%; max-width: none; display: block; margin-bottom: 0; }
    .mega-menu-columns h4, .az-column h4 { margin-bottom: 0; font-size: 18px; padding: 20px 15px; border-bottom: 1px solid rgba(255,255,255,0.1); background-color: rgba(0,0,0,0.1); color: #ffffff !important; font-weight: 600; display: block; position: relative; width: 100%; cursor: pointer; box-sizing: border-box; }
    .mega-menu-columns h4::after, .az-column h4::after { content: '\f054'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: 0.6; transition: transform 0.3s; }
    .mega-menu-columns ul, .az-column ul { display: block; position: fixed; inset: 0; background-color: #ffffff; z-index: 1020; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); padding: 85px 0 0 0 !important; overflow-y: auto; list-style: none; width: 100%; }
    .region-group.active ul, .az-column.active ul { transform: translateX(0); }
    .mega-menu-columns ul a, .az-column ul li a { font-size: 16px; padding: 18px 20px; display: block; transform: none; color: #1a1a1a !important; border-bottom: 1px solid #f0f0f0; text-decoration: none; font-weight: 500; width: 100%; box-sizing: border-box; }
    .mobile-sub-back-btn { display: flex; align-items: center; gap: 10px; background: #f8f9fa; border: none; padding: 20px 15px; font-size: 16px; font-weight: 700; color: #1a1a1a; cursor: pointer; width: 100%; text-align: left; border-bottom: 1px solid #e0e0e0; position: absolute; top: 0; left: 0; z-index: 1030; }
    .preview-section { padding: 2rem 0; }
    .preview-card { padding: 0; border-radius: 8px; }
    .preview-card__header, .preview-card__body, .preview-main-header { padding: 1.5rem; }
    .preview-address-grid { grid-template-columns: 1fr; gap: 2rem; }
    .preview-product { align-items: flex-start; }
    .preview-product__image-wrapper { width: 50px; height: 80px; }
    .preview-actions { flex-direction: column-reverse; gap: 1.5rem; margin-top: 3.5rem; }
    .btn-complete-order { width: 100%; justify-content: center; }
    .preview-totals { max-width: 100%; }
    .checkout-legal-section { margin-top: 4.5rem; }
    .agb-tooltip { white-space: normal; left: 0; right: 0; width: auto; }
}

@media (max-width: 767px) {
    .top-bar-contact { gap: 12px; }
    .top-bar-contact a .contact-label { display: none; }
    .top-bar-contact a i { font-size: 14px; }
    .top-bar-left { flex: 1; }
}

@media (max-width: 480px) {
    .site-header .container { gap: 5px; padding: 0 10px; }
    .header-actions { gap: 8px; }
    .header-icon-btn i { font-size: 20px; }
    .logo img { max-width: 120px !important; }
    .top-bar .container { flex-direction: column; padding: 5px 10px; gap: 5px; }
    .top-bar { min-height: auto; padding: 5px 0; }
    .top-bar-contact { gap: 15px; width: 100%; justify-content: center; }
    .top-bar-left { text-align: center; width: 100%; }
    .live-search-item { gap: 10px; padding: 10px; }
    .live-search-item__image { width: 40px; height: 40px; }
    .live-search-item__price { margin-left: auto; font-size: 14px; }
    .live-search-item__name { font-size: 13px; }
}