:root { --bg: #f4f5f6; --panel: #fff; --line: #d8dde6; --text: #1f2937; --muted: #667085; --brand: #b9232f; --brand-dark: #921925; --brand-soft: #fff3f1; --ink: #18376d; --ink-2: #25477d; --menu-blue: #105785; --buy-blue: #1478b8; --buy-blue-light: #36a9e1; --ok: #067647; --ok-soft: #e7f8ee; --warn-soft: #fff7e8; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); font-size: 15px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
.topline { background: var(--brand); color: #fff; font-size: 13px; }
.topline-inner, .header-inner, .nav-inner, .main, .footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.topline-inner { min-height: 36px; display: flex; align-items: center; gap: 16px; font-weight: 700; }
.header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; box-shadow: 0 8px 24px rgba(31, 41, 55, .05); }
.header-inner { min-height: 92px; display: grid; grid-template-columns: 270px minmax(260px, 1fr) auto; align-items: center; gap: 22px; }
.mobile-menu-button { display: none; width: 48px; min-height: 48px; border: 1px solid #cbd3df; border-radius: 14px; background: #fff; color: var(--menu-blue); cursor: pointer; }
.mobile-menu-button:hover { background: #f8fafc; }
.mobile-menu-button .icon { margin: auto; }
.brand { display: grid; gap: 2px; }
.brand-logo { max-width: 220px; max-height: 54px; object-fit: contain; object-position: left center; }
.brand strong { font-size: 22px; letter-spacing: 0; color: var(--ink); }
.brand span { color: var(--muted); font-size: 13px; }
.search { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 56px; min-height: 48px; border: 1px solid #cbd3df; border-radius: 16px; background: #fff; overflow: visible; box-shadow: inset 0 1px 0 rgba(31, 41, 55, .02); }
.header-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.icon { width: 22px; height: 22px; display: block; flex: 0 0 auto; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 16px; font-weight: 900; white-space: nowrap; }
.search-button { border: 0; border-radius: 0 15px 15px 0; background: var(--menu-blue); color: #fff; cursor: pointer; }
.search-button:hover { background: var(--ink); }
.search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 55; overflow: hidden; border: 1px solid #cbd3df; border-radius: 14px; background: #fff; box-shadow: 0 18px 38px rgba(31, 41, 55, .18); }
.search-suggestions[hidden] { display: none; }
.search-suggestion-list { display: grid; max-height: min(460px, 70vh); overflow-y: auto; }
.search-suggestion-item { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 10px 12px; border-bottom: 1px solid #eef2f6; color: var(--text); }
.search-suggestion-item:last-child { border-bottom: 0; }
.search-suggestion-item:hover, .search-suggestion-item.is-active { background: #f3f7fb; color: var(--text); text-decoration: none; }
.search-suggestion-thumb { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; border-radius: 8px; background: #eef2f6; color: var(--muted); font-size: 12px; font-weight: 800; }
.search-suggestion-thumb img { width: 100%; height: 100%; object-fit: contain; }
.search-suggestion-body { display: grid; gap: 4px; min-width: 0; }
.search-suggestion-title { overflow: hidden; color: var(--ink); font-size: 14px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-meta { display: flex; gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: 12px; font-weight: 700; }
.search-suggestion-side { display: grid; gap: 4px; justify-items: end; color: var(--muted); font-size: 12px; font-weight: 800; text-align: right; }
.search-suggestion-price { color: var(--brand); font-size: 14px; font-weight: 900; white-space: nowrap; }
.search-suggestion-all, .search-suggestion-empty { padding: 11px 12px; color: var(--ink); font-size: 13px; font-weight: 900; }
.search-suggestion-all { display: block; border-top: 1px solid #eef2f6; background: #f8fafc; }
.search-suggestion-all:hover, .search-suggestion-all.is-active { background: #eef4f8; color: var(--ink); text-decoration: none; }
.cart-button { gap: 9px; padding: 0 15px; min-width: 118px; border: 1px solid var(--menu-blue); background: var(--menu-blue); color: #fff; }
.cart-button:hover { background: var(--ink); color: #fff; text-decoration: none; }
.account-button { width: 48px; border: 1px solid transparent; color: var(--menu-blue); background: transparent; }
.account-button:hover { border-color: #d8dde6; color: var(--ink); background: #f8fafc; text-decoration: none; }
.shop-nav { position: relative; z-index: 25; background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(16,87,133,1) 44%, rgba(9,9,121,1) 100%); color: #fff; border-top: 3px solid var(--brand); }
.nav-inner { min-height: 44px; display: flex; align-items: stretch; gap: 0; overflow: visible; }
.nav-item { position: relative; flex: 0 0 auto; }
.nav-row { display: flex; align-items: stretch; }
.nav-link { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; padding: 0 14px; border-right: 1px solid rgba(255,255,255,.14); }
.nav-item:hover .nav-link, .nav-link:hover { background: #f5f5f5; color: #000; text-decoration: none; }
.nav-toggle-button { display: none; }
.nav-dropdown { position: absolute; top: 100%; left: 0; min-width: 245px; display: none; padding: 8px 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(31, 41, 55, .15); z-index: 30; }
.nav-item:hover > .nav-dropdown { display: grid; }
.nav-dropdown-item { position: relative; }
.nav-dropdown a { display: block; padding: 9px 14px; color: var(--ink); font-size: 14px; font-weight: 700; }
.nav-dropdown a:hover { background: var(--brand-soft); color: var(--brand); text-decoration: none; }
.nav-dropdown-link.has-children { position: relative; padding-right: 28px; }
.nav-dropdown-link.has-children::after { content: ">"; position: absolute; right: 12px; color: var(--muted); }
.nav-subdropdown { position: absolute; top: -8px; left: calc(100% - 1px); min-width: 220px; display: none; padding: 8px 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(31, 41, 55, .15); z-index: 40; }
.nav-dropdown-item:hover > .nav-subdropdown { display: grid; }
input, select, textarea { width: 100%; border: 1px solid #c9d1dc; border-radius: 6px; padding: 10px 11px; font: inherit; background: #fff; }
.search input { border: 0; background: transparent; min-height: 46px; padding: 6px 16px; }
.search input:focus { outline: none; }
textarea { min-height: 110px; resize: vertical; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; border: 1px solid var(--brand); border-radius: 6px; background: var(--brand); color: #fff; font-weight: 800; cursor: pointer; white-space: nowrap; }
.btn:hover { background: var(--brand-dark); color: #fff; }
.btn.secondary { background: #fff; color: var(--brand); border-color: #e6b4ae; }
.btn.secondary:hover { background: var(--brand-soft); color: var(--brand-dark); }
.btn.buy-button { min-height: 38px; padding: 8px 13px; border: 0; border-radius: 17px; background: linear-gradient(90deg, var(--menu-blue) 0%, var(--buy-blue) 56%, var(--buy-blue-light) 100%); box-shadow: 0 8px 18px rgba(16, 87, 133, .18); }
.btn.buy-button:hover { background: linear-gradient(90deg, #0b4770 0%, #126da8 56%, #249bd6 100%); color: #fff; }
.shop-status, .shop-errors { margin-bottom: 16px; padding: 12px 14px; border-radius: 8px; font-weight: 800; }
.shop-status { border: 1px solid #abefc6; background: #ecfdf3; color: #067647; }
.shop-errors { border: 1px solid #fecdca; background: #fff3f1; color: #b42318; }
.shop-errors ul { margin: 0; padding-left: 18px; }
.test-mode-banner { margin-bottom: 16px; padding: 12px 14px; border: 1px solid #fedf89; border-radius: 10px; background: #fffaeb; color: #93370d; font-weight: 800; }
.btn.is-disabled { border-color: #cbd3df; background: #eef2f6; color: #667085; cursor: not-allowed; box-shadow: none; }
.btn.is-disabled:hover { background: #eef2f6; color: #667085; }
.main { padding-top: 24px; padding-bottom: 48px; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.hero { display: grid; gap: 18px; margin-bottom: 22px; padding: 24px; border-radius: 8px; background: linear-gradient(135deg, #ffffff 0%, #fff4f2 52%, #f4f5f6 100%); border: 1px solid var(--line); }
.hero h1 { max-width: 780px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.promo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px; }
.promo-tile { min-height: 392px; position: relative; display: grid; align-items: stretch; overflow: hidden; border-radius: 8px; background: #101a33; color: #fff; isolation: isolate; }
.promo-tile picture { position: absolute; inset: 0 0 132px; z-index: -2; }
.promo-cover-link { position: absolute; inset: 0 0 132px; z-index: 1; }
.promo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.promo-tile::after { content: ""; position: absolute; inset: 0 0 132px; background: linear-gradient(180deg, rgba(2, 0, 36, .05) 0%, rgba(2, 0, 36, .16) 62%, rgba(2, 0, 36, .42) 100%); z-index: -1; }
.promo-tile:hover img { transform: scale(1.035); }
.promo-content { position: relative; z-index: 2; align-self: end; align-content: start; display: grid; gap: 5px; width: 100%; height: 132px; padding: 12px 18px 14px; overflow: hidden; background: linear-gradient(180deg, rgba(8, 17, 39, .94) 0%, rgba(2, 0, 36, 1) 100%); }
.promo-eyebrow { color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.promo-title { margin: 0; color: #fff; font-size: 18px; line-height: 1.12; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.promo-text { max-width: 34ch; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.promo-button { justify-self: start; margin-top: 1px; min-height: 30px; padding: 5px 12px; border-radius: 14px; background: #fff; color: var(--ink); font-weight: 900; }
.promo-button:hover { background: #f5f5f5; color: #000; text-decoration: none; }
.homepage-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 18px; align-items: stretch; margin: 28px 0 34px; }
.homepage-intro-text { display: grid; align-content: center; gap: 10px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 12px 28px rgba(31, 41, 55, .05); }
.homepage-intro-text h2 { color: var(--ink); font-size: 25px; line-height: 1.2; }
.homepage-intro-text p { margin: 0; color: #344054; font-size: 16px; line-height: 1.65; }
.homepage-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.homepage-benefit { display: grid; grid-template-rows: auto auto 1fr; gap: 8px; padding: 18px; border: 1px solid #d7e4ef; border-radius: 12px; background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%); }
.homepage-benefit-icon { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg, var(--menu-blue) 0%, var(--buy-blue-light) 100%); box-shadow: 0 8px 18px rgba(16, 87, 133, .15); }
.homepage-benefit-icon::before { content: ""; display: block; width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; }
.homepage-benefit-icon.service::before { width: 17px; height: 9px; border-top: 0; border-right: 0; border-radius: 0; transform: rotate(-45deg); }
.homepage-benefit-icon.brands::before { width: 15px; height: 15px; border-radius: 5px; transform: rotate(45deg); }
.homepage-benefit strong { color: var(--ink); font-size: 15px; line-height: 1.25; }
.homepage-benefit span:last-child { color: var(--muted); font-size: 13px; line-height: 1.5; }
.featured-products { margin-top: 30px; margin-bottom: 32px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 14px; }
.featured-products .section-heading, .featured-categories .section-heading { display: grid; justify-content: center; justify-items: center; margin-bottom: 22px; text-align: center; }
.section-heading h2 { color: var(--ink); font-size: 24px; }
.section-heading p { max-width: 760px; margin: 2px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.featured-products .grid-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured-actions { display: flex; justify-content: center; margin-top: 22px; }
.featured-categories { margin-top: 42px; margin-bottom: 36px; }
.featured-categories .section-heading { margin-bottom: 26px; }
.category-tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 298px)); justify-content: center; gap: 16px; }
.category-tile { overflow: hidden; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 22px rgba(31, 41, 55, .06); }
.category-tile:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(31, 41, 55, .1); text-decoration: none; }
.category-tile-image { aspect-ratio: 4 / 3; display: grid; place-items: center; background: #eef2f6; color: var(--muted); overflow: hidden; }
.category-tile-image picture { display: block; width: 100%; height: 100%; }
.category-tile-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.category-tile-name { display: block; min-height: 43px; padding: 10px; text-align: center; color: #fff; font-size: .95rem; font-weight: 900; background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(16,87,133,1) 44%, rgba(9,9,121,1) 100%); }
.category-tile:hover .category-tile-name { color: #fff; }
.story-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 24px; align-items: stretch; margin-top: 44px; margin-bottom: 10px; }
.story-photo { min-height: 390px; overflow: hidden; border-radius: 18px; background: #eef2f6; box-shadow: 0 14px 32px rgba(31, 41, 55, .09); }
.story-photo picture { display: block; width: 100%; height: 100%; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-panel { display: grid; align-content: center; gap: 16px; padding: 34px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 32px rgba(31, 41, 55, .07); }
.story-panel h2 { color: var(--ink); font-size: 27px; line-height: 1.18; }
.story-panel p { margin: 0; color: #344054; font-size: 17px; line-height: 1.72; }
.story-signature { display: grid; gap: 2px; padding-top: 4px; color: var(--ink); font-weight: 900; }
.story-signature span { color: var(--muted); font-size: 14px; font-weight: 700; }
.benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; display: grid; gap: 4px; }
.benefit strong { color: var(--ink); font-size: 14px; }
.benefit span { color: var(--muted); font-size: 13px; }
.layout { display: grid; grid-template-columns: 286px 1fr; gap: 22px; align-items: start; }
.layout-content-only { grid-template-columns: minmax(0, 1fr); }
.mobile-filter-drawer { display: block; }
.mobile-filter-drawer > summary { display: none; }
.layout > .mobile-filter-drawer { position: sticky; top: 18px; max-height: calc(100vh - 36px); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.layout > .mobile-filter-drawer .sidebar-stack { position: static; max-height: none; overflow: visible; padding-right: 4px; }
.sidebar-stack { display: grid; gap: 14px; position: sticky; top: 18px; max-height: calc(100vh - 36px); overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; scrollbar-gutter: stable; }
.layout > .mobile-filter-drawer .catalog-panel, .layout > .sidebar-stack > .catalog-panel { display: none; }
.sidebar-stack::-webkit-scrollbar { width: 8px; }
.sidebar-stack::-webkit-scrollbar-track { background: transparent; }
.sidebar-stack::-webkit-scrollbar-thumb { background: #c9d1dc; border-radius: 999px; }
.sidebar-stack:hover::-webkit-scrollbar-thumb { background: #98a2b3; }
.panel { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.side-title { margin: 0 0 12px; font-size: 15px; color: var(--ink); text-transform: uppercase; letter-spacing: .02em; border-bottom: 3px solid var(--brand); padding-bottom: 8px; }
.category-list { display: grid; gap: 4px; }
.category-list a { color: #344054; border-radius: 6px; padding: 8px 9px; font-weight: 700; }
.category-list a:hover { background: var(--brand-soft); text-decoration: none; }
.category-list .current { color: var(--ink); background: #eef4f8; }
.category-list .child { padding-left: 22px; color: var(--muted); font-size: 14px; font-weight: 600; }
h1 { margin: 0 0 8px; font-size: 31px; letter-spacing: 0; color: var(--ink); line-height: 1.18; }
h2 { margin: 0; font-size: 18px; letter-spacing: 0; }
.muted { color: var(--muted); }
.toolbar { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.grid-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; min-height: 100%; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.product-card:hover { border-color: #c6ccd8; box-shadow: 0 14px 30px rgba(31, 41, 55, .09); transform: translateY(-1px); }
.product-image { --product-image-max-height: 224px; min-width: 0; height: 260px; background: #fff; display: grid; place-items: center; color: var(--muted); font-size: 13px; padding: 18px; border-bottom: 1px solid var(--line); }
.product-image picture { display: grid; place-items: center; max-width: 100%; max-height: var(--product-image-max-height); }
.product-image img { display: block; width: auto; height: auto; max-width: 100%; max-height: var(--product-image-max-height); object-fit: contain; }
.product-body { min-width: 0; padding: 14px; display: grid; gap: 10px; align-content: start; }
.product-title { min-width: 0; font-weight: 800; line-height: 1.28; color: var(--ink); min-height: 38px; overflow-wrap: anywhere; hyphens: auto; }
.product-card-description { min-width: 0; margin: 0; color: #475467; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; hyphens: auto; }
.meta { min-width: 0; display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 13px; }
.meta span, .price, .badge { min-width: 0; overflow-wrap: anywhere; }
.card-bottom { min-width: 0; display: grid; gap: 10px; margin-top: auto; }
.card-actions { min-width: 0; display: grid; grid-template-columns: minmax(96px, max-content) minmax(120px, 1fr); gap: 8px; align-items: center; }
.card-actions .btn { min-width: 0; width: 100%; padding-left: 10px; padding-right: 10px; }
.quantity-stepper { width: 100%; max-width: 112px; display: grid; grid-template-columns: 30px minmax(34px, 1fr) 30px; min-height: 38px; overflow: hidden; border: 1px solid #cbd3df; border-radius: 17px; background: #fff; }
.quantity-stepper input { min-height: 36px; padding: 0 2px; border: 0; border-radius: 0; text-align: center; font-weight: 800; color: var(--ink); }
.quantity-stepper input:focus { outline: none; box-shadow: inset 0 0 0 1px rgba(16, 87, 133, .22); }
.quantity-stepper input::-webkit-outer-spin-button, .quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.quantity-stepper input[type=number] { -moz-appearance: textfield; }
.quantity-button { display: inline-flex; align-items: center; justify-content: center; border: 0; background: #f1f7fb; color: var(--menu-blue); font-size: 17px; font-weight: 900; cursor: pointer; }
.quantity-button:hover { background: #e3f0f8; }
.price-stack { display: grid; gap: 2px; }
.old-price { color: #667085; font-size: 13px; font-weight: 800; line-height: 1.2; }
.old-price s { text-decoration-thickness: 2px; text-decoration-color: rgba(190, 18, 60, .75); }
.price { font-size: 20px; font-weight: 900; color: var(--brand); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.price-block { display: grid; gap: 4px; }
.price-vat-note { color: var(--muted); font-size: 13px; font-weight: 800; }
.price-without-vat { color: var(--muted); font-size: 14px; font-weight: 700; }
.badge { display: inline-flex; align-items: center; padding: 3px 7px; border-radius: 999px; background: #eef2f6; color: #344054; font-size: 12px; font-weight: 800; }
.badge.ok { background: #dcfae6; color: var(--ok); }
.badge.warn { background: var(--warn-soft); color: #936200; }
.filters { display: grid; gap: 16px; }
.filter-group { display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 13px; }
.filter-group:first-of-type { border-top: 0; padding-top: 0; }
.filter-price { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.filter-price label { display: grid; gap: 4px; color: #344054; font-size: 13px; font-weight: 800; }
.filter-price input { min-width: 0; padding: 9px 10px; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; }
.check { display: flex; align-items: center; gap: 8px; color: #344054; font-size: 14px; }
.check input { width: auto; }
.js [data-auto-submit-filters] .filter-submit-button { display: none; }
.swatch { width: 16px; height: 16px; border: 1px solid #98a2b3; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.swatch-multicolor { background: conic-gradient(from 25deg, #dc2626 0 16.6%, #f59e0b 0 33.2%, #facc15 0 49.8%, #16a34a 0 66.4%, #2563eb 0 83%, #9333ea 0 100%); box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.swatch-metallic { background: linear-gradient(135deg, #f8fafc 0%, #9ca3af 28%, #fef3c7 50%, #d4af37 66%, #f8fafc 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 0 0 1px rgba(148,163,184,.35); }
.detail { display: grid; grid-template-columns: minmax(380px, 620px) minmax(330px, 430px); gap: 24px; align-items: start; }
.detail-image { background: #fff; border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 14px; align-content: start; overflow: hidden; padding: 18px; }
.detail-main-image { min-height: 420px; display: grid; place-items: center; }
.detail-main-image-button { width: 100%; min-height: 420px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.detail-main-image-button:hover img { transform: scale(1.01); }
.detail-main-image picture { display: grid; place-items: center; max-width: 100%; }
.detail-main-image img { display: block; width: auto; height: auto; max-width: 100%; max-height: 420px; object-fit: contain; }
.product-gallery-thumbs { display: flex; gap: 9px; overflow-x: auto; padding-top: 12px; border-top: 1px solid var(--line); scrollbar-gutter: stable; }
.product-gallery-thumbs button { width: 74px; height: 74px; display: grid; place-items: center; flex: 0 0 auto; padding: 6px; border: 1px solid #d7dde7; border-radius: 8px; background: #fff; cursor: pointer; }
.product-gallery-thumbs button:hover, .product-gallery-thumbs button.is-active { border-color: var(--menu-blue); box-shadow: inset 0 0 0 1px var(--menu-blue); }
.product-gallery-thumbs img { display: block; width: auto; height: auto; max-width: 100%; max-height: 62px; object-fit: contain; }
.image-lightbox { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 28px; background: rgba(15, 23, 42, .82); }
.image-lightbox img { display: block; width: auto; height: auto; max-width: min(1120px, 94vw); max-height: 88vh; object-fit: contain; background: #fff; border-radius: 8px; }
.image-lightbox-close { position: fixed; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.inquiry-modal[hidden] { display: none; }
.inquiry-modal { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 20px; }
.inquiry-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .56); }
.inquiry-dialog { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; display: grid; gap: 14px; padding: 24px; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(15, 23, 42, .28); }
.inquiry-dialog h2 { color: var(--ink); font-size: 23px; }
.inquiry-product { margin: 0; color: var(--muted); font-weight: 800; }
.inquiry-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef2f6; color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; }
.inquiry-close:hover { background: #dfe6ef; }
.inquiry-form { display: grid; gap: 12px; }
.recaptcha-field { min-width: 0; display: grid; gap: 6px; }
.grecaptcha-badge { visibility: hidden; }
.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; display: grid; gap: 12px; max-width: 900px; margin: 0 auto; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 24px 70px rgba(15, 23, 42, .22); }
.cookie-banner strong { color: var(--ink); font-size: 16px; }
.cookie-banner p { margin: 0; color: #475467; line-height: 1.5; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.buybox { display: grid; gap: 14px; position: sticky; top: 116px; box-shadow: 0 14px 30px rgba(31, 41, 55, .07); }
.product-options { display: grid; gap: 10px; width: 100%; padding: 12px; border: 1px solid #dbe3ec; border-radius: 8px; background: #f8fafc; }
.card-actions > .product-options { grid-column: 1 / -1; }
.product-options-title { font-size: 13px; font-weight: 900; color: var(--ink); }
.product-options-grid { display: grid; gap: 10px; }
.product-options label { display: grid; gap: 5px; color: var(--muted); font-size: 13px; font-weight: 800; }
.product-options select { width: 100%; min-width: 0; }
.item-options { margin-top: 5px; color: var(--muted); font-size: 13px; }
.product-short-description { margin: 0; color: #344054; font-size: 15px; line-height: 1.6; }
.description { line-height: 1.65; }
.params { width: 100%; border-collapse: collapse; }
.params th, .params td { padding: 9px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.params th { color: var(--muted); font-weight: 600; width: 42%; }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 12px; }
.download-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; display: grid; }
.download-preview { aspect-ratio: 3 / 4; background: #eef1f5; display: block; overflow: hidden; }
.download-preview object { width: 100%; height: 100%; border: 0; pointer-events: none; }
.download-body { display: grid; gap: 6px; padding: 12px; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.cart-table th { color: var(--muted); font-size: 13px; }
.cart-product { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; }
.cart-thumb { width: 72px; aspect-ratio: 1; background: #eef1f5; border-radius: 8px; display: grid; place-items: center; overflow: hidden; }
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cart-summary { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-top: 16px; }
.cart-feedback-toast { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: min(390px, calc(100vw - 40px)); display: grid; gap: 10px; padding: 16px; border: 1px solid #abefc6; border-radius: 12px; background: #f6fef9; color: var(--text); box-shadow: 0 18px 42px rgba(31, 41, 55, .22); }
.cart-feedback-message { color: var(--ok); font-weight: 900; }
.cart-feedback-warning { padding: 9px 10px; border-radius: 8px; background: var(--warn-soft); color: #93370d; font-size: 13px; font-weight: 800; line-height: 1.4; }
.cart-feedback-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cart-feedback-actions .btn { flex: 1 1 auto; border-radius: 14px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.checkout-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 6px; }
.field label, .option-title { font-size: 13px; font-weight: 800; color: #344054; }
.field.full { grid-column: 1 / -1; }
.field-with-button { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; min-width: 0; }
.field-with-button .btn.compact { min-width: 86px; padding: 0 14px; }
.checkbox-row { width: fit-content; max-width: 100%; display: inline-flex !important; align-items: center; gap: 10px; margin-top: 8px; line-height: 1.25; }
.checkbox-row input { width: auto; flex: 0 0 auto; }
.option-list { display: grid; gap: 10px; }
.choice { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: start; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fff; }
.choice input { width: auto; margin-top: 3px; }
.checkout-summary { display: grid; gap: 12px; position: sticky; top: 18px; }
.summary-row { display: flex; justify-content: space-between; gap: 16px; }
.summary-total { border-top: 1px solid var(--line); padding-top: 12px; font-size: 18px; font-weight: 800; }
.footer { border-top: 4px solid var(--brand); background: linear-gradient(135deg, #061735 0%, var(--ink) 58%, #0b4770 100%); color: #d7dce6; }
.footer-inner { padding-top: 34px; padding-bottom: 24px; display: grid; gap: 24px; }
.footer-main { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)); gap: 28px; align-items: start; }
.footer-brand { display: grid; gap: 12px; }
.footer-logo { max-width: 220px; max-height: 58px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.footer-title { color: #fff; font-size: 17px; font-weight: 900; }
.footer-text { margin: 0; max-width: 36ch; color: #cbd5e1; line-height: 1.55; }
.footer-column { display: grid; gap: 10px; align-content: start; }
.footer-heading { color: #fff; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.footer-links { display: grid; gap: 8px; }
.footer-link-form { margin: 0; }
.footer-link, .footer-contact-link { min-width: 0; display: inline-flex; align-items: center; gap: 9px; color: #e9eef7; line-height: 1.35; overflow-wrap: anywhere; }
button.footer-link { padding: 0; border: 0; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.footer-link:hover, .footer-contact-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-contact-link { font-weight: 900; }
.footer-contact-icon { width: 19px; height: 19px; flex: 0 0 auto; color: #fff; }
.footer-meta { display: grid; gap: 5px; color: #b9c5d8; font-size: 13px; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #b9c5d8; font-size: 13px; }
.footer a { color: #fff; }
.footer-recaptcha-note { color: #aeb8ca; font-size: 12px; line-height: 1.45; }
.footer-recaptcha-note a { color: #dce6f8; text-decoration: underline; }
.content-page { max-width: 980px; margin: 0 auto; padding: 14px 0 42px; }
.content-page h1 { margin: 0 0 22px; color: var(--ink); font-size: 32px; }
.content-page-body { color: #344054; line-height: 1.65; font-size: 16px; }
.content-page-body h2, .content-page-body h3 { color: var(--ink); margin-top: 26px; }
.content-page-body img { max-width: 100%; height: auto; }
.content-page-body table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.content-page-body td, .content-page-body th { border: 1px solid var(--line); padding: 8px; vertical-align: top; }
.about-page { display: grid; gap: 34px; }
.about-hero { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 24px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #fff 0%, #f4f8fb 58%, #fff3f1 100%); box-shadow: 0 16px 36px rgba(31, 41, 55, .06); }
.about-hero h2 { margin: 0; color: var(--ink); font-size: 30px; line-height: 1.16; }
.about-hero p { margin: 12px 0 0; color: #344054; font-size: 17px; line-height: 1.7; }
.about-logo { display: grid; place-items: center; padding: 18px; border-radius: 14px; background: #fff; border: 1px solid #e3e8f0; }
.about-logo img { max-height: 86px; object-fit: contain; }
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-card { display: grid; gap: 14px; align-content: start; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(31, 41, 55, .05); }
.about-card h3, .about-section h2 { margin: 0; color: var(--ink); }
.about-card p, .about-section p { margin: 0; }
.about-card ul { margin: 0; padding-left: 19px; }
.about-person { display: flex; gap: 13px; align-items: center; }
.about-person img { width: 78px; height: 78px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; border: 3px solid #eef4f8; }
.about-section { display: grid; gap: 18px; }
.about-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 22px; align-items: center; padding: 22px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.about-split img { width: 100%; max-height: 330px; object-fit: cover; border-radius: 12px; }
.about-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.about-photo { display: grid; gap: 8px; overflow: hidden; border-radius: 13px; background: #fff; border: 1px solid var(--line); }
.about-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-photo span { display: block; padding: 0 12px 12px; color: var(--muted); font-size: 13px; font-weight: 800; line-height: 1.35; }
.about-brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.about-brand { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.about-brand img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; background: #eef2f6; }
.about-brand-body { display: grid; gap: 7px; padding: 15px; }
.about-brand h3 { margin: 0; color: var(--ink); }
.knife-advice { display: grid; gap: 28px; color: #344054; }
.knife-advice-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #fff 0%, #f4f8fb 56%, #fff5f4 100%); box-shadow: 0 16px 36px rgba(31, 41, 55, .06); }
.knife-advice-hero h2, .knife-advice-section h2 { margin: 0; color: var(--ink); line-height: 1.18; }
.knife-advice-hero h2 { font-size: 30px; }
.knife-advice-hero p, .knife-advice-section p, .knife-advice-card p { margin: 0; line-height: 1.65; }
.knife-advice-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.knife-advice-intro { display: grid; gap: 12px; }
.knife-advice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.knife-advice-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 10px 24px rgba(31, 41, 55, .05); transition: transform .16s ease, box-shadow .16s ease; }
.knife-advice-card:hover { color: inherit; text-decoration: none; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(31, 41, 55, .08); }
.knife-advice-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #eef2f6; }
.knife-advice-card-body { display: grid; gap: 8px; padding: 15px; }
.knife-advice-card h3 { margin: 0; color: var(--ink); font-size: 17px; line-height: 1.25; }
.knife-advice-section { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.knife-advice-section h2 { font-size: 25px; }
.knife-advice-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.knife-advice-photo { display: grid; gap: 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.knife-advice-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.knife-advice-photo span { padding: 0 12px 12px; color: var(--muted); font-size: 13px; font-weight: 800; line-height: 1.35; }
.knife-type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.knife-type { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.knife-type img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #eef2f6; }
.knife-type h3 { margin: 0; padding: 12px 14px; color: var(--ink); font-size: 15px; line-height: 1.25; }
.knife-type p { margin: 0; padding: 0 14px 14px; line-height: 1.55; }
.pickup-panel { margin-top: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; display: grid; gap: 12px; }
.pickup-selected { padding: 12px; border: 1px solid #abefc6; border-radius: 8px; background: #ecfdf3; color: #344054; display: grid; gap: 3px; }
.ppl-widget-host { position: relative; min-height: 0; overflow: visible; }
.ppl-widget-host ppl-access-point-widget { display: block; min-height: 0; }
.pagination { margin-top: 22px; }
.pager { display: flex; justify-content: center; align-items: center; gap: 6px; flex-wrap: wrap; }
.pager-item { min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid #cbd3df; border-radius: 10px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 900; line-height: 1; }
.pager-item:hover { background: #eef4f8; color: var(--ink); border-color: #aeb9c8; text-decoration: none; }
.pager-item.is-current { border-color: var(--menu-blue); background: linear-gradient(90deg, var(--menu-blue) 0%, var(--buy-blue) 100%); color: #fff; box-shadow: 0 8px 16px rgba(16, 87, 133, .16); }
.pager-item.is-disabled { color: #a0a8b5; background: #f5f7fa; cursor: default; }
.pager-item.is-gap { border-color: transparent; background: transparent; color: var(--muted); min-width: 24px; padding: 0 4px; }
@media (max-width: 1080px) { .header-inner { grid-template-columns: 230px minmax(0, 1fr); } .header-actions { grid-column: 1 / -1; justify-content: flex-end; } .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); } .homepage-intro { grid-template-columns: 1fr; } .promo-grid, .grid-products, .featured-products .grid-products, .category-tile-grid, .about-grid, .about-brand-grid, .knife-advice-grid, .knife-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .story-section { grid-template-columns: 1fr; } .story-photo { min-height: 430px; } .detail { grid-template-columns: minmax(340px, 560px) minmax(320px, 400px); } .detail-main-image, .detail-main-image-button { min-height: 380px; } .detail-main-image img { max-height: 380px; } }
@media (max-width: 1080px) { .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .header { position: sticky; top: 0; } .header-inner { grid-template-columns: minmax(0, 1fr) auto; min-height: 74px; gap: 10px 12px; padding: 10px 16px 12px; } .brand { min-width: 0; padding-left: 4px; } .brand-logo { max-width: min(210px, 62vw); max-height: 52px; } .mobile-menu-button { display: inline-flex; align-items: center; justify-content: center; justify-self: end; } .search, .header-actions { grid-column: 1 / -1; } .header-actions { grid-row: 2; justify-content: flex-end; } .search { grid-row: 3; } .layout, .detail, .checkout-layout { grid-template-columns: 1fr; } .layout > .mobile-filter-drawer { position: static; max-height: none; overflow: hidden; } .mobile-filter-drawer { border: 2px solid var(--menu-blue); border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 10px 24px rgba(16, 87, 133, .1); } .mobile-filter-drawer > summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 13px 15px; color: var(--ink); font-weight: 900; cursor: pointer; list-style: none; background: #eef7fc; } .mobile-filter-drawer > summary::-webkit-details-marker { display: none; } .mobile-filter-drawer > summary::after { content: "⌄"; color: var(--menu-blue); font-size: 18px; } .mobile-filter-drawer[open] > summary::after { transform: rotate(180deg); } .mobile-filter-drawer .sidebar-stack { padding: 0 14px 14px; } .layout > .mobile-filter-drawer .catalog-panel, .layout > .sidebar-stack > .catalog-panel { display: block; } .sidebar-stack, .buybox, .checkout-summary { position: static; } .sidebar-stack { max-height: none; overflow: visible; padding-right: 0; } .shop-nav { display: none; max-height: calc(100vh - 150px); overflow-y: auto; overscroll-behavior: contain; } .shop-nav.is-open { display: block; } .nav-inner { display: grid; align-items: stretch; padding: 0; } .nav-item { width: 100%; } .nav-row { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-items: stretch; } .nav-link { width: 100%; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); white-space: normal; } .nav-item:hover .nav-link, .nav-link:hover { background: transparent; color: #fff; } .nav-dropdown a:hover { background: transparent; color: var(--ink); } .nav-toggle-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); color: #fff; font-size: 18px; font-weight: 900; cursor: pointer; } .nav-toggle-button::before { content: "⌄"; transition: transform .15s ease; } .nav-toggle-button[aria-expanded="true"]::before { transform: rotate(180deg); } .nav-dropdown, .nav-subdropdown, .nav-item:hover > .nav-dropdown, .nav-dropdown-item:hover > .nav-subdropdown { position: static; min-width: 0; display: none; padding: 0; border: 0; box-shadow: none; background: rgba(255,255,255,.96); } .nav-item.is-expanded > .nav-dropdown, .nav-dropdown-item.is-expanded > .nav-subdropdown { display: grid; } .nav-dropdown .nav-row { grid-template-columns: minmax(0, 1fr) 44px; } .nav-dropdown .nav-toggle-button { min-height: 40px; border-color: #e4e8ef; background: #f3f6fa; color: var(--ink); } .nav-dropdown a { padding-left: 18px; } .nav-subdropdown { margin-left: 0; border-left: 4px solid #e5edf5; } .nav-subdropdown .nav-dropdown a, .nav-subdropdown a { padding-left: 30px; } .nav-dropdown-link.has-children::after { content: ""; } }
@media (max-width: 620px) { .promo-grid, .download-grid, .form-grid, .benefits, .homepage-benefits, .about-hero, .about-grid, .about-split, .about-photo-grid, .about-brand-grid, .knife-advice-hero, .knife-advice-grid, .knife-advice-photo-grid, .knife-type-grid, .footer-main { grid-template-columns: 1fr; } .footer-inner { padding-top: 28px; gap: 20px; } .footer-main { gap: 22px; } .footer-column { gap: 9px; } .footer-links { gap: 6px; } .footer-link, .footer-contact-link { min-height: 34px; } .footer-bottom { display: grid; gap: 10px; } .category-tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .category-tile-image { aspect-ratio: 1 / 1; } .category-tile-name { min-height: 39px; padding: 8px 6px; font-size: 12px; line-height: 1.18; display: grid; place-items: center; } .grid-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .topline-inner, .cart-summary { display: grid; padding-top: 8px; padding-bottom: 8px; } .search, .card-actions { display: grid; } .header-actions { display: flex; justify-content: stretch; } .cart-button { flex: 1 1 auto; } .cart-table { display: block; overflow-x: auto; } .field.full { grid-column: auto; } .hero { padding: 18px; } .promo-tile { min-height: 360px; } .promo-tile picture, .promo-tile::after, .promo-cover-link { bottom: 124px; } .promo-content { height: 124px; padding: 11px 16px 12px; gap: 4px; } .promo-eyebrow { font-size: 11px; } .promo-title { font-size: 20px; } .promo-text { font-size: 13px; line-height: 1.25; -webkit-line-clamp: 1; } .promo-button { min-height: 30px; padding: 5px 10px; border-radius: 13px; font-size: 12px; } .homepage-intro { margin: 22px 0 28px; gap: 12px; } .homepage-intro-text { padding: 18px; } .homepage-intro-text h2 { font-size: 21px; } .homepage-intro-text p { font-size: 14px; line-height: 1.55; } .homepage-benefit { grid-template-columns: 36px minmax(0, 1fr); grid-template-rows: auto auto; padding: 14px; } .homepage-benefit-icon { grid-row: 1 / 3; } .section-heading p { font-size: 14px; line-height: 1.45; } .product-card { border-radius: 7px; } .product-image { --product-image-max-height: 122px; height: 146px; padding: 9px; } .product-body { padding: 9px; gap: 7px; } .product-title { min-height: 0; font-size: 13px; line-height: 1.25; } .product-card-description { display: none; } .meta { gap: 5px; font-size: 11px; } .price { font-size: 16px; line-height: 1.18; } .price-vat-note, .price-without-vat { font-size: 11px; } .card-bottom { gap: 7px; } .card-actions { grid-template-columns: 1fr; gap: 7px; } .card-actions .btn { min-height: 36px; padding: 8px 9px; font-size: 12px; } .quantity-stepper { max-width: 100%; grid-template-columns: 28px minmax(30px, 1fr) 28px; min-height: 34px; border-radius: 15px; } .quantity-stepper input { min-height: 32px; font-size: 13px; } .quantity-button { font-size: 15px; } .story-section { margin-top: 34px; } .story-photo { min-height: 290px; border-radius: 14px; } .story-panel { padding: 22px; border-radius: 14px; } .story-panel h2 { font-size: 23px; } .story-panel p { font-size: 15px; } .about-hero, .knife-advice-hero, .knife-advice-section { padding: 22px; } .about-hero h2, .knife-advice-hero h2 { font-size: 24px; } .about-logo { justify-content: start; } .detail-image { padding: 14px; } .detail-main-image, .detail-main-image-button { min-height: 280px; } .detail-main-image img { max-height: 280px; } .product-detail-catalog { display: none; } .product-description-layout { grid-template-columns: 1fr; } .product-gallery-thumbs button { width: 64px; height: 64px; } .product-gallery-thumbs img { max-height: 52px; } h1 { font-size: 25px; } }
@media (max-width: 620px) { .cart-feedback-toast { left: 12px; right: 12px; bottom: 14px; width: auto; padding: 13px; } .cart-feedback-actions { display: grid; grid-template-columns: 1fr 1fr; } .cart-feedback-actions .btn { min-height: 36px; padding: 8px 9px; font-size: 12px; white-space: normal; text-align: center; } }
