:root {
  --black: #090908;
  --panel: #11100f;
  --panel-soft: #1a1714;
  --line: #3a2b20;
  --brown: #5c3a28;
  --brown-dark: #392519;
  --gold: #ffaa01;
  --gold-soft: #c58b37;
  --cream: #eed1ac;
  --text: #ded8d1;
  --muted: #a69d94;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--text); font-family: "Roboto Condensed", Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; }
.icon, .area-icon, .category-icon, .button-cart-icon { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon { width: 19px; height: 19px; }
.area-icon { width: 25px; height: 25px; }
.category-icon { width: 19px; height: 19px; }
.button-cart-icon { width: 23px; height: 23px; }
.shell { width: min(1260px, calc(100% - 20px)); margin-inline: auto; }
.skip-link { position: fixed; left: 10px; top: -50px; z-index: 100; padding: 10px; background: #fff; color: #000; }
.skip-link:focus { top: 10px; }

.site-header { background: #0d0c0b; border-bottom: 1px solid #231d18; }
.header-top { min-height: 90px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 250px; }
.brand img { width: 100%; height: auto; }
.toolbar { align-self: flex-start; margin-top: 25px; display: flex; align-items: center; gap: 22px; color: var(--gold-soft); font-size: 16px; }
.toolbar button, .toolbar a { padding: 0; border: 0; background: none; display: inline-flex; align-items: center; gap: 6px; }
.country-button { width: 44px; height: 28px; }
.flag-at { display: block; width: 40px; height: 25px; border-top: 8px solid #d53335; border-bottom: 8px solid #d53335; background: #fff; }

.header-tools { display: grid; grid-template-columns: 74px 1fr 650px; min-height: 42px; gap: 0; }
.shop-select { border: 1px solid #4e3b2d; background: #30241d; text-align: left; padding: 0 10px; }
.site-search { height: 42px; display: grid; grid-template-columns: 1fr 52px; border: 1px solid #5d5149; background: #070707; }
.site-search input { min-width: 0; border: 0; outline: 0; padding: 0 13px; background: transparent; color: #e5dfd8; }
.site-search button { border: 0; background: transparent; color: #aaa39e; font-size: 30px; }
.search-icon { position: relative; display: block; width: 19px; height: 19px; border: 3px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 10px; height: 3px; right: -8px; bottom: -5px; border-radius: 2px; background: currentColor; transform: rotate(48deg); transform-origin: left center; }
.area-nav { display: grid; grid-template-columns: repeat(4, 1fr); }
.area-nav a { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; border-left: 1px solid #39291f; font-size: 18px; }
.mobile-menu-toggle { display: none; border: 0; background: #29231f; font-size: 25px; }
.area-nav .area-icon { flex: 0 0 25px; }
.information { background: #8d641e; }.forum { background: #671b14; }.database { background: #16425a; }.shop { background: #38251c; }

.category-bar { min-height: 58px; display: flex; align-items: center; gap: 30px; padding: 0 16px; background: #2b1e17; border-top: 1px solid #4b3528; }
.category-bar a { color: #c8beb6; font-size: 18px; white-space: nowrap; }
.category-bar a:not(:first-child)::after { content: "▾"; padding-left: 3px; font-size: 12px; }
.category-bar a:hover { color: var(--gold); }

.page-layout { display: grid; grid-template-columns: 300px 1fr; gap: 18px; padding-top: 10px; }
.sidebar { align-self: start; }
.sidebar h2 { margin: 0; padding: 8px 10px; background: #2d211b; font-size: 18px; font-weight: 400; }
.sidebar nav { padding: 10px; display: flex; flex-direction: column; gap: 10px; background: #050505; }
.sidebar nav a { color: #bcb3ab; font-size: 17px; }
.sidebar nav a:hover { color: var(--gold); }
.news-box { margin-top: 18px; padding: 20px; background: linear-gradient(145deg,#101010,#24170f); text-align: center; color: #b7aaa0; }
.news-box strong { display: inline-block; padding: 12px 18px; border: 1px solid #9f7021; color: var(--gold-soft); font-size: 25px; line-height: 1; }
.news-box a { color: var(--gold); text-decoration: underline; }

.product-page { min-width: 0; }
.breadcrumb { display: flex; gap: 12px; align-items: center; color: var(--gold-soft); font-size: 14px; padding: 8px 0; }
.product-page > h1 { margin: 0 0 12px; color: #e1ddd8; font-size: 40px; line-height: 1.15; }
.product-overview { display: grid; grid-template-columns: 49% 51%; }

.gallery-column { min-width: 0; }
.main-photo-wrap { position: relative; min-height: 500px; background: #050505; }
.main-photo { width: 100%; height: 500px; border: 0; background: #f5f4f2; display: grid; place-items: center; }
.main-photo img { width: 100%; height: 100%; object-fit: contain; }
.award-badge { position: absolute; top: 12px; left: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #777; color: #ddd; font-size: 21px; }
.wishlist { position: absolute; right: 16px; top: 16px; z-index: 2; border: 0; background: transparent; color: var(--gold-soft); font-size: 44px; line-height: 1; }
.zoom-mark { position: absolute; bottom: 15px; left: 15px; z-index: 2; color: #fff; font-size: 27px; }
.product-thumbnails { height: 96px; padding: 10px 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; background: #0d0c0b; }
.thumbnail { min-width: 0; padding: 3px; border: 1px solid #51453d; background: #161310; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.thumbnail:hover, .thumbnail.active { border: 2px solid var(--gold-soft); padding: 2px; }

.details-column { min-width: 0; padding-left: 20px; }
.review-panel { padding: 18px 16px; background: #050505; display: grid; gap: 12px; }
.review-panel > span { color: #bdb4ad; font-weight: 600; }
.rating { color: #b2a8a0; font-size: 18px; }
.rating b { color: var(--gold-soft); letter-spacing: 1px; }
.rating small { font-size: 16px; }
.taste-chips { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.taste-chips span { display: flex; align-items: center; gap: 7px; color: #c2bab3; }
.taste-chips i { width: 31px; height: 31px; flex: 0 0 31px; border-radius: 50%; border: 2px solid #4a423d; }
.fruit { background: radial-gradient(circle at 35% 35%,#f2b65d,#8b2f1f); }.sherry { background: linear-gradient(90deg,#5d1d14,#a24f25,#5a1b14); }.honey { background: radial-gradient(circle,#e6b34b,#8a5a18); }.oak { background: repeating-linear-gradient(90deg,#8e6d4a 0 4px,#c09b6d 4px 7px); }

.profile-table { margin: 14px 0 0; }
.profile-table > div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 12px 10px; border-bottom: 1px solid #26211e; }
.profile-table dt { color: #aca49d; font-weight: 700; }.profile-table dt i { display: inline-block; width: 24px; color: #c0b6ae; font-style: normal; }.profile-table dd { margin: 0; line-height: 1.45; color: #d2cbc5; }

.purchase-block { padding: 19px 16px 20px; background: #080807; }
.availability { margin: 0 0 8px; color: #e2d8cd; }.availability::first-letter { color: #70a26d; }
.bottle-meta { margin: 0 0 14px; color: #bbb1a9; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; }.price-row strong { color: var(--gold); font-size: 34px; }.price-row span { color: #bcb2aa; }
.tax-note { margin: 4px 0 18px; color: #9f968e; font-size: 14px; }.tax-note a { text-decoration: underline; }
.cart-form { display: grid; grid-template-columns: 126px 1fr; gap: 10px; }
.quantity-control { height: 50px; display: grid; grid-template-columns: 38px 50px 38px; border: 1px solid #5c4c40; }
.quantity-control button, .quantity-control input { width: 100%; border: 0; background: #211914; color: #fff; text-align: center; outline: 0; font-size: 20px; }
.quantity-control input { border-inline: 1px solid #5c4c40; appearance: textfield; }.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.add-cart { height: 50px; border: 0; background: var(--gold); color: #2a1a10; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 18px; font-weight: 700; }.add-cart:hover { background: #ffc44b; }

.product-description { margin-top: 38px; border-top: 1px solid var(--line); }
.product-description h2, .ratings-section h2 { margin: 0; padding: 13px 16px; background: #2d211b; font-size: 25px; }
.product-description > p { margin: 18px 16px; color: #cbc3bd; line-height: 1.65; }
.bottle-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; padding: 0 16px; }
.bottle-details article { padding: 16px 0; border-bottom: 1px solid #2a2420; }.bottle-details article:last-child { grid-column: 1/-1; }.bottle-details h3 { margin: 0 0 7px; color: var(--gold-soft); }.bottle-details p { margin: 0; line-height: 1.5; color: #bdb5ae; }
.legal-list { margin: 24px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #312820; }.legal-list div { padding: 12px; background: #11100f; }.legal-list dt { color: #90877f; }.legal-list dd { margin: 4px 0 0; }

.ratings-section { margin: 38px 0 50px; border-top: 1px solid var(--line); }
.ratings-summary { padding: 20px 16px; display: flex; align-items: center; gap: 15px; }.ratings-summary strong { font-size: 40px; color: var(--gold); }.ratings-summary span { color: var(--gold-soft); font-size: 24px; }.ratings-summary small { color: #aaa19a; }
.review-list { padding: 0 16px; }.review-list article { padding: 16px 0; border-top: 1px solid #2d2824; }.review-list article div { display: flex; justify-content: space-between; }.review-list article span { color: var(--gold-soft); }.review-list article p { margin: 8px 0 0; color: #bab2ab; }

.sticky-buy-bar { display: none; }

.site-footer { border-top: 1px solid #311704; background: #522900; color: #f1dcc3; }
.footer-columns { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px; padding-top: 34px; padding-bottom: 34px; }
.footer-columns h2, .footer-service-row h2 { margin: 0 0 14px; color: #f3ddc3; font-size: 23px; font-weight: 700; line-height: 1.1; }
.footer-columns section { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-columns a, .footer-service-row a, .footer-bottom a { color: #ffaa01; font-weight: 400; text-decoration: none; }
.footer-columns a:hover, .footer-service-row a:hover, .footer-bottom a:hover { color: #ffc13d; }
.footer-columns p { margin: 0; color: #f1dcc3; line-height: 1.35; }
.footer-columns p a, .footer-columns p strong, .footer-service-row p a { color: #ffaa01; font-weight: 700; }
.payment-badges { width: 100%; display: flex; flex-wrap: wrap; align-items: stretch; gap: 7px; margin-top: 9px; }
.payment-badges > span { width: 58px; height: 36px; padding: 3px 5px; border: 0; border-radius: 4px; background: #fff; color: #3b3531; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; line-height: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.payment-badges small { display: block; font-size: 7px; letter-spacing: 0; }
.payment-badges .payment-eps { position: relative; padding-top: 0; font-size: 19px; color: #777; }
.payment-eps b { color: #d6006d; font-size: 23px; }.payment-eps small { position: absolute; bottom: 2px; right: 3px; font-size: 4px; color: #666; }
.payment-badges .payment-invoice { width: 61px; flex-direction: column; background: #f0a400; color: #fff; font-family: "Roboto Condensed", Arial, sans-serif; font-size: 10px; }
.payment-invoice small { margin-top: 3px; font-size: 8px; letter-spacing: .4px; }
.payment-logo img { width: 100%; height: 100%; object-fit: contain; }
.payment-badges .payment-cards { width: 58px; padding: 2px 6px; flex-direction: column; gap: 0; background: #fff; }
.payment-cards img { width: 100%; height: 50%; }
.footer-service-row { padding: 18px 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border: 0; }
.company-address { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.company-address div { display: flex; flex-direction: column; gap: 3px; color: #f1dcc3; line-height: 1.35; }
.company-address p { margin: 0; color: #f1dcc3; line-height: 1.35; }
.company-address p strong { color: #f3ddc3; }
.rate-us p { margin: 0 0 14px; color: #f1dcc3; line-height: 1.4; }
.footer-bottom { padding: 17px 0 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgb(255 255 255 / .18); color: #e6cfb6; font-size: 14px; }

.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; min-height: 110px; padding: 14px max(20px,calc((100vw - 700px)/2)); display: grid; grid-template-columns: minmax(280px,1fr) 180px 180px; align-items: center; gap: 10px; background: #5d3e2b; box-shadow: 0 -2px 5px rgb(0 0 0/.45); }.cookie-banner[hidden] { display: none; }.cookie-banner > div { display: grid; gap: 4px; }.cookie-banner > div a { text-decoration: underline; }.cookie-banner button { min-height: 48px; border: 1px solid #fff; border-radius: 5px; background: transparent; color: #fff; }.cookie-banner #acceptCookies { border-color: var(--gold); background: var(--gold); color: #fff; }.cookie-banner > span { grid-column: 2 / 4; text-align: center; font-size: 13px; }

@media (max-width: 1050px) {
  .header-tools { grid-template-columns: 74px 1fr 500px; }
  .area-nav a { font-size: 16px; }
  .category-bar { gap: 19px; overflow-x: auto; }
  .page-layout { grid-template-columns: 230px 1fr; }
  .product-overview { grid-template-columns: 46% 54%; }
}

@media (max-width: 760px) {
  .shell { width: 100%; }
  .site-header { padding: 5px 10px 0; background: #1d2d2a; border: 0; }
  .header-top { min-height: 40px; height: 40px; padding: 0 15px 0 18px; background: #211d18; }
  .brand { width: 170px; height: 27px; overflow: hidden; display: flex; align-items: flex-start; }
  .brand img { width: 206px; max-width: none; height: auto; }
  .toolbar { align-self: center; margin: 0; gap: 10px; color: #ffaa01; font-size: 18px; }
  .toolbar span { display: none; }.toolbar button span { display: none; }.toolbar .flag-at { display: block; }
  .toolbar > button:first-child, .toolbar > button:nth-child(4) { display: none; }
  .toolbar .icon { width: 25px; height: 25px; stroke-width: 2; }
  .country-button { width: 38px; height: 25px; }
  .flag-at { width: 38px; height: 25px; border-top-width: 8px; border-bottom-width: 8px; }
  .header-tools { grid-template-columns: 1fr; display: flex; flex-wrap: wrap; background: #211d18; }
  .shop-select { display: none; }
  .area-nav { order: 0; width: 100%; grid-template-columns: 1fr 1fr 1fr 1fr 2fr; }
  .area-nav a { min-height: 50px; height: 50px; border: 0; color: #fff; font-size: 0; }
  .area-nav a:last-child { gap: 10px; }
  .area-nav a:last-child span { display: inline; font-size: 19px; }
  .area-nav .area-icon { width: 25px; height: 25px; flex-basis: 25px; stroke-width: 2; }
  .mobile-menu-toggle { display: block; min-height: 50px; height: 50px; border: 0; color: #fff; background: #60412d; }
  .information { background: #ffaa01; }.forum { background: #ad1600; }.database { background: #1283a2; }.shop { background: #60412d; }
  .site-search { order: 1; width: calc(100% - 20px); height: 40px; margin: 10px; grid-template-columns: 1fr 48px; border: 1px solid #fff; border-radius: 6px; background: #000; }
  .site-search input { padding: 0 10px; color: #fff; font-size: 17px; }
  .site-search input::placeholder { color: #fff; opacity: 1; }
  .site-search button { color: #fff; display: grid; place-items: center; }
  .category-bar { display: none; }
  .category-bar.open { display: flex; padding: 12px 18px; flex-direction: column; align-items: stretch; gap: 0; }
  .category-bar.open a { min-height: 38px; display: flex; align-items: center; border-bottom: 1px solid #4a3528; }
  .page-layout { display: block; padding: 0 10px; }
  .sidebar, .breadcrumb { display: none; }
  .product-page > h1 { margin: 0 -10px; padding: 0 10px 10px; font-size: 31px; }
  .product-overview { display: flex; flex-direction: column; }
  .main-photo-wrap { min-height: 0; margin-inline: -10px; }
  .main-photo { height: auto; aspect-ratio: 1; }
  .wishlist { right: 14px; top: 13px; }
  .product-thumbnails { margin-inline: -10px; height: 80px; padding: 8px 10px; grid-template-columns: repeat(6,74px); overflow-x: auto; scroll-padding-inline: 10px; }
  .details-column { padding: 0; display: contents; }
  .review-panel { order: 2; margin-inline: -10px; padding: 15px 10px; }
  .taste-chips { grid-template-columns: repeat(4,1fr); }
  .taste-chips span { flex-direction: column; gap: 3px; font-size: 14px; }
  .profile-table { order: 3; margin-top: 0; }.profile-table > div { grid-template-columns: 118px 1fr; padding-inline: 0; }
  .purchase-block { order: 4; margin-inline: -10px; padding: 18px 10px; }
  .price-row strong { font-size: 31px; }
  .cart-form { grid-template-columns: 120px 1fr; }
  .quantity-control { grid-template-columns: 35px 50px 35px; }
  .add-cart { font-size: 16px; }
  .product-description { margin-inline: -10px; }.product-description h2,.ratings-section h2 { font-size: 22px; }
  .bottle-details { grid-template-columns: 1fr; }.bottle-details article:last-child { grid-column: auto; }
  .legal-list { grid-template-columns: 1fr; }
  .ratings-section { margin-inline: -10px; }.ratings-summary { flex-wrap: wrap; }
  .footer-columns { grid-template-columns: 1fr 1fr; padding: 30px 15px; gap: 42px 24px; }
  .footer-service-row { grid-template-columns: 1fr; padding: 12px 15px 34px; gap: 46px; }
  .footer-bottom { padding: 15px; flex-direction: column; }
  .cookie-banner { padding: 14px 20px; grid-template-columns: 1fr 1fr; }.cookie-banner > div { grid-column: 1/-1; }.cookie-banner > span { grid-column: 1/-1; }
  .sticky-buy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; padding: 8px 10px 10px; border-top: 1px solid #46382f; background: #211e1a; color: #fff; box-shadow: 0 -3px 10px rgb(0 0 0 / .38); transform: translateY(105%); opacity: 0; visibility: hidden; transition: transform .22s ease, opacity .22s ease, visibility .22s ease; }
  .sticky-buy-bar.visible { display: block; transform: translateY(0); opacity: 1; visibility: visible; }
  .sticky-buy-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .sticky-buy-summary strong { font-size: 17px; line-height: 1.2; }
  .sticky-buy-summary strong:last-child { font-size: 22px; white-space: nowrap; }
  .sticky-buy-bar p { margin: 3px 0 8px; color: #fff; font-size: 14px; line-height: 1.25; text-align: right; }
  .sticky-buy-bar p a { color: #ffaa01; font-weight: 700; }
  .sticky-buy-bar > button { width: 100%; height: 48px; border: 0; border-radius: 6px; background: #ffaa01; box-shadow: inset 0 -3px rgb(164 105 0 / .45); color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 20px; font-weight: 400; }
  .sticky-buy-bar > button:hover { background: #ffb526; }
  .sticky-buy-bar > button .button-cart-icon { width: 25px; height: 25px; }
}

@media (max-width: 400px) {
  .product-page > h1 { font-size: 29px; }
  .taste-chips { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .profile-table > div { grid-template-columns: 105px 1fr; }
  .cart-form { grid-template-columns: 115px 1fr; }.add-cart { font-size: 15px; }
}

@media (max-width: 520px) {
  .footer-columns { grid-template-columns: 1fr; gap: 48px; padding: 18px 12px 28px; }
  .footer-columns h2, .footer-service-row h2 { margin-bottom: 12px; font-size: 22px; }
  .footer-columns section { gap: 5px; font-size: 16px; line-height: 1.3; }
  .footer-service-row { padding: 10px 12px 28px; gap: 50px; font-size: 16px; }
  .company-address { gap: 22px; }
  .rate-us p { line-height: 1.4; }
  .payment-badges { flex-wrap: nowrap; gap: 7px; }
  .payment-badges > span { width: 54px; flex: 0 1 54px; }
  .payment-badges .payment-invoice { width: 58px; flex-basis: 58px; }
  .payment-badges .payment-cards { width: 50px; flex-basis: 50px; }
  .footer-bottom { padding: 16px 12px 22px; }
}
