:root {
    --coral: #e06d53;
    --coral-text: #a44732;
    --bg: #fdfbf9;
    --sand: #f5f4f1;
    --dark: #111;
    --header: #1a1a1a;
    --line: #eae3da;
    --muted: #6f6761;
    --platinum: #d7e1e9;
    --platinum-deep: #748493;
    --gold: #c5a028;
    --silver: #8e9bae;
    --bronze: #a97142;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1c1917;
    background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--bg); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.container { width: min(1600px, calc(100% - 64px)); margin-inline: auto; }
.trustline { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 24px; padding: 7px 20px; background: #111; color: #aaa; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trustline span:first-child { color: #ddd; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--header); border-bottom: 1px solid #2a2a2a; box-shadow: 0 2px 12px #0002; }
.header-inner { width: min(1600px, calc(100% - 64px)); height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 15px; color: #fff; text-transform: uppercase; }
.brand > span:last-child { line-height: .9; }
.brand small { display: block; margin-bottom: 6px; color: #b3b3b3; font-size: 9px; font-weight: 800; letter-spacing: .3em; }
.brand strong { font-size: 20px; letter-spacing: .15em; }
.brand-mark { height: 25px; display: flex; align-items: flex-end; gap: 4px; }
.brand-mark i { display: block; width: 6px; height: 24px; background: var(--coral); }
.brand-mark i:nth-child(n+3) { height: 16px; background: #555; }
.main-nav { display: flex; gap: 28px; color: #aaa; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a:hover { color: #fff; }
.mobile-nav { position: relative; display: none; color: #fff; }
.mobile-nav summary { min-height: 42px; display: flex; align-items: center; padding: 8px 12px; border: 1px solid #3a3a3a; list-style: none; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; top: calc(100% + 10px); right: 0; z-index: 40; width: min(280px, calc(100vw - 30px)); display: grid; padding: 8px; border: 1px solid #333; background: #171717; box-shadow: 0 18px 45px #0008; }
.mobile-nav nav a { padding: 12px; border-bottom: 1px solid #292929; color: #ddd; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav nav a:last-child { border-bottom: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.vat-toggle, .cart-toggle { min-height: 48px; border: 0; border-radius: 3px; color: #fff; background: transparent; }
.vat-toggle { padding: 7px 12px; text-align: right; text-decoration: none; }
.vat-toggle span, .cart-toggle small { display: block; margin-bottom: 4px; color: #b3b3b3; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vat-toggle strong, .cart-toggle strong { font-size: 11px; }
.vat-toggle:hover, .cart-toggle:hover { background: #242424; }
.cart-toggle { position: relative; display: flex; align-items: center; gap: 15px; padding: 7px 14px; text-align: right; }
.cart-toggle b { font: inherit; }
.bag-icon { font-size: 24px; line-height: 1; transform: rotate(180deg); }
.cart-badge { position: absolute; right: 10px; bottom: 8px; width: 10px; height: 10px; border: 2px solid var(--header); border-radius: 50%; background: var(--coral); }
.hero { padding: 58px 0 46px; background: var(--sand); border-bottom: 1px solid var(--line); }
.hero h1 { margin: 0 0 38px; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.hero h1 em { color: var(--coral-text); font-style: normal; }
.hero-intro { max-width: 760px; margin: -22px 0 32px; color: #625b55; font-size: 15px; line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
.category-card { display: flex; align-items: center; gap: 16px; min-height: 98px; padding: 22px; border: 1px solid var(--line); background: #fff; text-align: left; transition: .2s ease; }
.category-card:hover { border-color: #aaa; transform: translateY(-2px); }
.category-card.active { color: #fff; border-color: #1a1a1a; background: #1a1a1a; box-shadow: 0 12px 28px #0002; }
.category-icon { color: var(--coral); font-size: 27px; }
.category-card strong { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.category-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.category-card.active small { color: #aaa; }
.filter-panel { padding: 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 1px 4px #00000008; }
.search-field { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 12px; }
.search-field > span { display: none; }
.search-slots { flex: 0 0 auto; width: auto; display: grid; grid-template-columns: repeat(8, 44px); gap: 7px; }
.search-slot { min-width: 0; width: 100%; height: 46px; padding: 0 2px; border: 1px solid #938c85; border-radius: 3px; outline: 0; color: #1c1917; background: #fff; box-shadow: 0 2px 5px #0000000d; font-size: 18px; font-weight: 800; text-align: center; text-transform: uppercase; transition: border-color .15s ease, box-shadow .15s ease; }
.search-slot:nth-child(2n+1):not(:first-child) { margin-left: 5px; }
.search-slot::placeholder { color: #9d958e; opacity: 1; }
.search-slot:focus { border-color: var(--coral); box-shadow: 0 0 0 3px #e06d5324; }
.search-submit { min-height: 46px; align-self: center; padding: 9px 18px; border: 1px solid #111; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-help { margin: 0 0 23px; color: var(--muted); font-size: 11px; text-align: center; }
.search-help code { color: #8d3e2d; font-weight: 900; }
.search-notice { max-width: 540px; margin: 0 auto 20px; padding: 11px 13px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d; font-size: 11px; }
.filter-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.filter-row small { display: block; margin-bottom: 9px; color: #625b55; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.results-summary { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; text-align: right; }
.results-summary strong { color: #625b55; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.results-summary a { color: var(--coral-text); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tier-filters { display: flex; gap: 8px; }
.tier-filters a { display: inline-flex; align-items: center; padding: 9px 16px; border: 1px solid #ddd; background: #fafaf9; color: #666; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tier-filters a.active { color: #fff; border-color: #111; background: #111; }
.catalogue-section { padding: 60px 0 72px; }
.section-platinum { color: #f8fafc; border-top: 1px solid #53616d; background: linear-gradient(135deg, #232b33 0%, #11171d 58%, #090d11 100%); }
.section-gold { color: #fff; border-top: 1px solid #292929; background: #111; }
.section-silver { background: var(--sand); border-bottom: 1px solid var(--line); }
.section-bronze { padding-bottom: 120px; background: var(--bg); }
.section-heading { margin-bottom: 25px; }
.section-heading h2 { margin: 0; font-size: 20px; letter-spacing: .13em; text-transform: uppercase; }
.section-platinum .section-heading h2 { color: var(--platinum); text-shadow: 0 1px 18px #d7e1e933; }
.section-gold .section-heading h2 { color: var(--gold); }
.section-heading p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.section-platinum .section-heading p { color: #aeb9c2; }
.section-gold .section-heading p { color: #999; }
.number-grid { display: grid; gap: 20px; }
.grid-platinum { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-gold { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-silver { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-bronze { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.number-card { min-width: 0; min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 26px; border: 1px solid #e7e5e4; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.number-card:hover { border-color: var(--coral); transform: translateY(-2px); box-shadow: 0 12px 25px #0000000b; }
.section-platinum .number-card { min-height: 380px; border-color: var(--platinum-deep); background: linear-gradient(145deg, #1b232b, #10161c); box-shadow: inset 0 0 0 1px #ffffff08; }
.section-platinum .number-card:hover { border-color: var(--platinum); box-shadow: 0 15px 35px #0005, 0 0 22px #d7e1e91a, inset 0 0 0 1px #ffffff12; }
.section-gold .number-card { min-height: 365px; border-color: #2b2b2b; background: #111; }
.section-gold .number-card:hover { border-color: var(--gold); }
.section-bronze .number-card { background: #fcfaf8; }
.section-bronze .number-card { min-height: 285px; padding: 20px; }
.section-bronze .phone-visual { gap: clamp(5px, .7vw, 11px); margin: 24px 0 18px; }
.section-bronze .traits { min-height: 13px; font-size: 9px; }
.section-bronze .card-buy { padding-top: 16px; }
.section-bronze .card-actions { margin-top: 14px; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.card-meta > span:first-child b { margin-right: 5px; color: var(--coral-text); }
.badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.badges i { padding: 4px 6px; border: 1px solid #ddd; color: var(--bronze); font-size: 9px; font-style: normal; }
.section-platinum .badges i { border-color: #748493; color: var(--platinum); background: #d7e1e90b; }
.section-gold .badges i { border-color: #5b4d19; color: var(--gold); }
.section-silver .badges i { color: #59677a; border-color: #9ba4b1; }
.section-bronze .badges i { color: #855938; border-color: #b99c86; }
.type-note { margin: 7px 0 0; color: #625b55; font-size: 10px; }
.section-platinum .type-note { color: #aeb9c2; }
.section-gold .type-note { color: #aaa; }
.phone-visual { display: flex; align-items: flex-start; gap: clamp(6px, 1vw, 14px); margin: 38px 0 22px; }
.phone-visual span { min-width: 0; display: flex; flex-direction: column; align-items: center; }
.phone-visual b { font-size: clamp(25px, 3vw, 46px); line-height: 1; letter-spacing: -.05em; white-space: nowrap; }
.grid-bronze .phone-visual b { font-size: clamp(23px, 2.3vw, 33px); }
.phone-visual i { width: 100%; height: 6px; margin-top: 12px; border-radius: 2px; background: var(--coral); }
.phone-visual span:nth-child(n+3) i { background: #a8a29e; }
.section-platinum .phone-visual i { background: var(--platinum); box-shadow: 0 0 12px #d7e1e940; }
.section-platinum .phone-visual span:nth-child(n+3) i { background: var(--platinum-deep); }
.section-gold .phone-visual span:nth-child(n+3) i { background: #555; }
.traits { min-height: 16px; margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-platinum .traits { color: #aeb9c2; }
.section-gold .traits { color: #999; }
.card-buy { padding-top: 19px; border-top: 1px solid #eee; }
.section-platinum .card-buy { border-color: #4b5863; }
.section-gold .card-buy { border-color: #2b2b2b; }
.price-block { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 12px; }
.price-caption { grid-column: 1 / -1; color: #625b55; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.price-primary { margin-top: 3px; font-size: 23px; }
.price-secondary { color: #625b55; font-size: 10px; }
.section-platinum .price-caption, .section-platinum .price-secondary { color: #aeb9c2; }
.section-gold .price-caption, .section-gold .price-secondary { color: #aaa; }
.card-actions { display: flex; gap: 8px; margin-top: 18px; }
.card-actions button { flex: 1; min-height: 40px; border: 1px solid #ddd; background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.details-button { color: #1c1917; }
.section-platinum .details-button { color: var(--platinum); border-color: var(--platinum-deep); }
.section-gold .details-button { color: #fff; border-color: #666; }
.add-button { color: #fff; border-color: #111 !important; background: #111 !important; }
.section-platinum .add-button { color: #11171d; border-color: var(--platinum) !important; background: var(--platinum) !important; }
.section-gold .add-button { color: #111; border-color: #fff !important; background: #fff !important; }
.add-button:disabled { cursor: default; opacity: .4; }
.empty-results { padding: 100px 30px; text-align: center; color: #999; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 35px; padding-bottom: 80px; color: #888; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pagination > :last-child { justify-self: end; }
.pagination-direction { padding: 11px 15px; border: 1px solid #ddd; color: #222; background: #fff; }
.cart-overlay { position: fixed; inset: 0; z-index: 50; background: #0009; backdrop-filter: blur(3px); }
.cart-sidebar { position: fixed; top: 0; right: 0; bottom: 0; z-index: 51; width: min(440px, 100%); display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 50px #0003; transform: translateX(105%); transition: transform .25s ease; }
.cart-sidebar.open { transform: translateX(0); }
.cart-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid #eee; background: var(--bg); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.cart-head button, .dialog-close { border: 0; background: transparent; color: #888; font-size: 26px; }
.cart-items { flex: 1; overflow: auto; padding: 22px; }
.empty-cart { color: #999; font-size: 13px; }
.cart-item { position: relative; margin-bottom: 12px; padding: 17px; border: 1px solid #e7e5e4; background: var(--bg); }
.cart-item small { color: var(--coral-text); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cart-item strong { display: block; margin: 8px 35px 8px 0; font-size: 20px; letter-spacing: .04em; }
.cart-item span { font-size: 12px; font-weight: 800; }
.cart-item button { position: absolute; top: 12px; right: 12px; border: 0; background: transparent; color: #aaa; font-size: 20px; }
.cart-foot { padding: 22px; border-top: 1px solid #ddd; background: var(--bg); }
.cart-foot > div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; font-size: 12px; }
.cart-foot > div:first-child { margin-top: 4px; }
.cart-vat-line { color: #777; }
.type-confirm { display: flex; gap: 10px; margin: 17px 0; padding: 13px; border: 1px solid #ddd; background: #f3f2f0; color: #57534e; font-size: 11px; line-height: 1.45; }
.type-confirm input { margin-top: 2px; accent-color: #111; }
.checkout-button { min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 16px; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.checkout-button.disabled { pointer-events: none; opacity: .35; }
.number-dialog { width: min(520px, calc(100% - 30px)); padding: 35px; border: 1px solid #ddd; background: var(--bg); box-shadow: 0 25px 70px #0004; }
.number-dialog::backdrop { background: #0009; backdrop-filter: blur(3px); }
.number-dialog .dialog-close { position: absolute; top: 12px; right: 12px; }
.number-dialog > small { color: var(--coral-text); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.number-dialog h2 { margin: 18px 0 12px; font-size: clamp(34px, 8vw, 58px); letter-spacing: -.04em; }
.number-dialog p { color: #666; }
.dialog-price { margin-top: 28px; padding-top: 20px; border-top: 1px solid #ddd; }
.dialog-price span { display: block; font-size: 26px; font-weight: 900; }
.dialog-price small { color: #777; }
.dialog-warning { padding: 12px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d !important; }
.similar-button { width: 100%; min-height: 46px; margin-top: 20px; border: 1px solid #111; color: #fff; background: #111; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.similar-button:disabled { opacity: .55; }
.similar-results { margin-top: 24px; padding-top: 20px; border-top: 1px solid #ddd; }
.similar-heading { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.similar-heading code { padding: 5px 7px; color: #8d3e2d; background: #fff2ef; font-size: 11px; }
.similar-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.similar-items a { display: grid; gap: 5px; padding: 12px; border: 1px solid #ddd; color: #222; background: #fff; }
.similar-items a strong { font-size: 16px; }
.similar-items a span, .similar-items p { color: #777; font-size: 10px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; max-width: 360px; padding: 14px 18px; color: #fff; background: #111; box-shadow: 0 12px 30px #0004; font-size: 12px; }
.product-page { padding: 42px 0 90px; }
.product-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #777; font-size: 11px; }
.breadcrumbs a:hover { color: var(--coral); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 60px; padding: 50px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 45px #2f231512; }
.product-eyebrow { margin: 0 0 15px; color: var(--coral-text); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-copy h1 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.product-phone { margin: 45px 0 28px; }
.product-phone b { font-size: clamp(34px, 5vw, 64px); }
.product-lead { color: #5f5954; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-warning { max-width: 540px; padding: 12px 14px; border: 1px solid #e0b9af; background: #fff2ef; color: #8d3e2d; font-size: 12px; }
.product-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.product-facts div { min-width: 145px; padding: 14px; border: 1px solid var(--line); background: var(--sand); }
.product-facts small, .product-facts strong { display: block; }
.product-facts small { margin-bottom: 7px; color: #888; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-facts strong { font-size: 13px; }
.product-purchase { align-self: start; padding: 28px; border: 1px solid #ddd; background: var(--sand); }
.product-purchase .price-primary { font-size: 30px; }
.product-purchase > p { margin: 22px 0; color: #666; font-size: 12px; line-height: 1.6; }
.product-purchase .card-actions { flex-direction: column; }
.product-purchase .card-actions button { min-height: 48px; }
.product-purchase ul { margin: 24px 0 0; padding: 20px 0 0 18px; border-top: 1px solid #ddd; color: #5f5954; font-size: 11px; line-height: 1.9; }
.product-explanation { max-width: 780px; padding: 54px 0 0; }
.product-explanation h2 { margin: 0 0 14px; font-size: 26px; }
.product-explanation p { margin: 0 0 20px; color: #625b55; font-size: 14px; line-height: 1.75; }
.product-explanation a { color: var(--coral-text); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.site-footer { display: flex; justify-content: space-between; gap: 35px; padding: 45px max(32px, calc((100vw - 1536px) / 2)); color: #aaa; background: #111; font-size: 11px; line-height: 1.8; }
.site-footer > div:last-child { display: flex; flex-direction: column; text-align: right; }
.site-footer > div:last-child a { min-height: 32px; display: inline-flex; align-items: center; justify-content: flex-end; }
.site-footer strong, .site-footer a:hover { color: #fff; }

@media (max-width: 1050px) {
    .main-nav { display: none; }
    .mobile-nav { display: block; margin-left: auto; }
    .grid-silver { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-bronze { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-detail { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
    .container, .header-inner { width: min(100% - 30px, 1600px); }
    .trustline span:nth-child(n+2) { display: none; }
    .header-inner { height: 68px; }
    .header-inner { gap: 8px; }
    .mobile-nav nav { position: fixed; top: 100px; right: 15px; left: 15px; width: auto; max-height: calc(100vh - 115px); overflow-y: auto; }
    .brand strong { font-size: 16px; }
    .brand-mark { display: none; }
    .vat-toggle span, .cart-toggle > span:first-child { display: none; }
    .vat-toggle { padding-inline: 8px; }
    .category-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 38px; }
    .search-field { flex-wrap: wrap; }
    .search-slots { flex: 1 1 100%; width: 100%; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 5px; }
    .search-slot { padding-inline: 2px; font-size: 18px; }
    .search-slot:nth-child(2n+1):not(:first-child) { margin-left: 2px; }
    .search-submit { width: 100%; min-height: 42px; }
    .search-help, .search-notice { margin-left: 0; }
    .filter-row { align-items: flex-start; flex-direction: column; }
    .results-summary { align-items: flex-start; text-align: left; }
    .tier-filters { flex-wrap: wrap; }
    .grid-platinum, .grid-gold, .grid-silver, .grid-bronze { grid-template-columns: 1fr; }
    .phone-visual b, .grid-bronze .phone-visual b { font-size: clamp(30px, 10vw, 46px); }
    .site-footer { flex-direction: column; padding-inline: 22px; }
    .site-footer > div:last-child { text-align: left; }
    .site-footer > div:last-child a { justify-content: flex-start; }
    .product-page { padding-top: 25px; }
    .product-container { width: min(100% - 30px, 1180px); }
    .product-detail { padding: 25px 20px; }
    .product-phone { gap: 7px; margin-block: 32px 22px; }
    .product-phone b { font-size: clamp(29px, 11vw, 46px); }
    .product-purchase { padding: 22px; }
}
