﻿.swatch--large[style*="burgundy"] {
  background: #741f35 !important;
}
:root {
  color-scheme: dark;
  --ink: #08090b;
  --surface: #101216;
  --surface-2: #171a20;
  --line: rgba(255,255,255,.13);
  --muted: #9da2ad;
  --text: #f4f5f6;
  --blue: #199cff;
  --blue-bright: #58bbff;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.announcement { min-height: 32px; padding: 7px 24px; display: flex; gap: 20px; align-items: center; justify-content: center; color: #c9cdd4; background: #111318; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.announcement a, .announcement a svg { display: inline-flex; align-items: center; gap: 5px; color: var(--blue-bright); }
.header { z-index: 10; position: sticky; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,9,11,.87); backdrop-filter: blur(16px); }
.header-inner { height: 75px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; gap: 9px; align-items: center; font-size: 17px; font-weight: 800; letter-spacing: .13em; }
.logo i { color: var(--blue-bright); font-style: normal; font-size: 9px; letter-spacing: .38em; display: inline-block; margin-left: 4px; vertical-align: 2px; }
.logo-photo { width: 33px; height: 28px; overflow: hidden; border: 1px solid var(--blue); transform: skew(-10deg); box-shadow: 0 0 15px rgba(25,156,255,.35); }
.logo-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 28%; transform: skew(10deg) scale(1.55); }
.nav { display: flex; gap: 34px; margin-left: 80px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.nav a { transition: color .2s; }
.nav a:hover, .nav a.active { color: white; }
.nav a.active { position: relative; }
.nav a.active:after { content: ''; position: absolute; width: 4px; height: 4px; background: var(--blue); border-radius: 50%; bottom: -12px; left: calc(50% - 2px); box-shadow: 0 0 10px var(--blue); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button { background: transparent; color: #d6d9df; display: grid; place-items: center; padding: 6px; }
.icon-button:hover { color: var(--blue-bright); }
.cart-button { position: relative; display: grid; place-items: center; }
.cart-button span { position: absolute; top: -8px; right: -11px; min-width: 17px; height: 17px; padding: 1px 4px; border-radius: 50%; background: var(--blue); color: #02101c; text-align: center; font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; }
.hero { min-height: 740px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-visual, .hero-overlay { position: absolute; inset: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.9) contrast(1.1); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,7,10,.96) 0%, rgba(5,7,10,.83) 35%, rgba(5,7,10,.15) 75%, rgba(5,7,10,.55)), linear-gradient(0deg, rgba(5,7,10,.85), transparent 45%); }
.hero-content { position: relative; padding: 72px 0 100px; animation: rise .8s ease both; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 20px; color: var(--blue-bright); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.05em; }
.hero h1 { max-width: 760px; margin-bottom: 23px; font-size: clamp(3.7rem, 8vw, 7.6rem); line-height: .88; font-weight: 800; }
h1 em, h2 em { color: var(--blue-bright); font-style: normal; }
.hero-text { max-width: 430px; margin-bottom: 30px; color: #c4c7cd; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 47px; display: inline-flex; gap: 12px; align-items: center; justify-content: center; padding: 0 21px; background: var(--blue); color: #03101b; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--blue-bright); box-shadow: 0 0 24px rgba(25,156,255,.35); transform: translateY(-2px); }
.button--secondary { border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.25); color: white; }
.button--secondary:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.button--full { width: 100%; }
.hero-proof { display: flex; gap: 25px; margin-top: 66px; color: #afb4be; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-proof span { display: flex; gap: 8px; align-items: center; }.hero-proof b { width: 5px; height: 5px; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.hero-scroll { position: absolute; bottom: 33px; left: calc(50% - 70px); display: flex; gap: 8px; align-items: center; color: #9aa1ad; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--blue); color: #03111d; }
.ticker-track { min-width: max-content; display: flex; gap: 65px; padding: 13px 0; font-size: 11px; font-weight: 800; letter-spacing: .25em; animation: ticker 25s linear infinite; }
.section { padding-top: 104px; padding-bottom: 104px; }.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 42px; }.section-heading h2, .manifesto h2, .newsletter h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .93; }.text-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid var(--blue); padding-bottom: 6px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.text-link:hover { color: var(--blue-bright); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.product-card { min-width: 0; }.product-image { position: relative; display: block; aspect-ratio: .84; overflow: hidden; background: #ececec; }.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }.product-card:hover .product-image img { transform: scale(1.04); }.product-badge { position: absolute; top: 13px; left: 13px; padding: 5px 8px; background: var(--blue); color: #06121c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.quick-view { position: absolute; right: 13px; bottom: 13px; display: flex; gap: 6px; align-items: center; padding: 8px 10px; opacity: 0; background: rgba(8,9,11,.88); color: white; font-size: 10px; transform: translateY(6px); transition: .25s; }.product-card:hover .quick-view { opacity: 1; transform: translateY(0); }.product-info { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding-top: 15px; }.product-info h3 { margin: 0; font-size: 13px; font-weight: 600; }.product-info strong { color: white; font-size: 13px; white-space: nowrap; }.product-category { margin: 0 0 5px; color: #777f8d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.product-meta { display: flex; gap: 8px; align-items: center; margin-top: 10px; color: #858c97; font-size: 10px; }.swatch { width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: inline-block; }.sizes { margin-left: auto; color: #66707d; font-size: 9px; letter-spacing: .08em; }.add-button { width: 100%; display: flex; gap: 7px; justify-content: center; align-items: center; margin-top: 14px; padding: 10px; border: 1px solid var(--line); background: transparent; color: #c6cad1; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }.add-button:hover { border-color: var(--blue); color: var(--blue-bright); }
.manifesto { padding: 112px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 20%, rgba(25,156,255,.13), transparent 30%), #0d1015; }.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15%; align-items: end; }.manifesto-copy { max-width: 390px; }.manifesto-copy p { margin-bottom: 28px; color: var(--muted); font-size: 16px; }.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }.benefit { display: flex; gap: 15px; align-items: flex-start; }.benefit svg { flex: 0 0 auto; color: var(--blue); }.benefit h3 { margin-bottom: 5px; font-size: 13px; }.benefit p { color: var(--muted); font-size: 11px; line-height: 1.5; }.newsletter { padding: 100px 0; background: #0d1015; border-top: 1px solid var(--line); }.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; }.newsletter form { max-width: 420px; justify-self: end; width: 100%; }.newsletter label { display: block; margin-bottom: 9px; color: #bbc0c9; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.email-field { display: flex; border-bottom: 1px solid #6d7480; }.email-field input { flex: 1; min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; color: white; }.email-field button { padding: 10px 0 10px 12px; background: transparent; color: var(--blue); }.newsletter small { display: block; margin-top: 13px; color: #707784; font-size: 10px; }
.shop-page, .detail-page, .cart-page, .checkout-page { min-height: 700px; }.shop-header { display: flex; justify-content: space-between; align-items: end; padding-top: 80px; padding-bottom: 48px; }.shop-header h1, .page-heading h1 { margin: 0 0 9px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .9; }.shop-header > div > p:last-child { margin: 0; color: var(--muted); }.result-count { color: #8c939e; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.shop-toolbar { display: flex; gap: 16px; align-items: center; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.search-box { display: flex; flex: 1; gap: 10px; align-items: center; color: #747c88; }.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: white; font-size: 13px; }.filter-toggle { display: none; gap: 7px; align-items: center; padding: 8px; background: transparent; color: #bac0c8; font-size: 11px; }.sort-select { display: flex; gap: 6px; align-items: center; color: #8a929e; font-size: 11px; }.sort-select select { border: 0; outline: 0; background: transparent; color: white; font-size: 11px; }.shop-layout { display: grid; grid-template-columns: 180px 1fr; gap: 46px; padding-top: 45px; padding-bottom: 100px; }.filter-title { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: white; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.filter-title button { padding: 0; background: transparent; color: var(--blue); font-size: 9px; }.filter-group { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.09); }.filter-group > p { margin-bottom: 10px; color: #858c97; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.filter-group > button { width: 100%; display: flex; justify-content: space-between; padding: 5px 0; background: transparent; color: #9ba2ad; text-align: left; font-size: 11px; }.filter-group > button:hover, .filter-group > button.selected { color: white; }.filter-group > button.selected span { color: var(--blue); }.size-filter { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }.size-filter button, .detail-sizes button { padding: 8px 2px; border: 1px solid var(--line); background: transparent; color: #a7adb7; font-size: 10px; }.size-filter button:hover, .detail-sizes button.selected { border-color: var(--blue); color: var(--blue-bright); }.range { width: 100%; accent-color: var(--blue); }.range-labels { display: flex; justify-content: space-between; color: #737b87; font-size: 9px; }.empty-state { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px dashed var(--line); color: #87909d; text-align: center; }.empty-state h2 { margin: 18px 0 5px; color: white; font-size: 25px; }.empty-state p { margin-bottom: 22px; font-size: 13px; }
.breadcrumbs { display: flex; gap: 7px; align-items: center; padding-top: 31px; color: #8b939e; font-size: 10px; }.breadcrumbs a { color: var(--blue-bright); }.detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 75px; padding-top: 28px; padding-bottom: 100px; }.gallery-main { aspect-ratio: 1; overflow: hidden; background: #ececec; }.gallery-main img { width: 100%; height: 100%; object-fit: cover; }.gallery-thumbs { display: flex; gap: 10px; padding-top: 12px; }.gallery-thumbs button { width: 72px; height: 72px; padding: 0; border: 1px solid transparent; background: #ececec; }.gallery-thumbs button.active { border-color: var(--blue); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }.detail-info { padding-top: 35px; }.detail-info h1 { margin-bottom: 12px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .95; }.detail-price { margin-bottom: 24px; color: var(--blue-bright); font-size: 17px; font-weight: 700; }.detail-description { max-width: 450px; color: var(--muted); font-size: 13px; line-height: 1.75; }.detail-rule { margin: 28px 0; border-top: 1px solid var(--line); }.choice { margin-bottom: 25px; }.choice-label { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.choice-label strong { color: white; }.color-choice { display: flex; gap: 8px; align-items: center; color: #a7aeb8; font-size: 11px; }.swatch--large { width: 17px; height: 17px; }.size-guide { display: flex; gap: 5px; align-items: center; padding: 0; background: transparent; color: var(--blue); font-size: 10px; text-transform: none; letter-spacing: 0; }.detail-sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }.purchase-row { display: flex; gap: 9px; margin-top: 35px; }.quantity { min-height: 47px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); }.quantity button { width: 35px; height: 100%; background: transparent; color: #aab1bc; }.quantity span { min-width: 20px; text-align: center; font-size: 12px; }.purchase-row .quantity { width: 112px; }.purchase-row .button { flex: 1; }.whatsapp-order { display: flex; justify-content: space-between; margin-top: 14px; padding: 13px 0; border-bottom: 1px solid rgba(25,156,255,.5); color: var(--blue-bright); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.trust-list { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 28px; color: #8a929d; font-size: 10px; }.trust-list span { display: inline-flex; gap: 5px; align-items: center; }.trust-list svg { color: var(--blue); }.related { padding-bottom: 100px; }
.page-heading { padding-top: 80px; padding-bottom: 55px; }.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; padding-bottom: 110px; }.cart-item { display: flex; gap: 22px; padding: 17px 0; border-top: 1px solid var(--line); }.cart-item > img { width: 145px; height: 170px; object-fit: cover; background: #eee; }.cart-item-info { flex: 1; padding-top: 10px; }.cart-item-info h3 { margin: 0 0 9px; font-size: 17px; font-weight: 500; }.cart-item-info > strong { color: var(--blue-bright); font-size: 13px; }.cart-item-controls { display: flex; gap: 25px; align-items: center; margin-top: 35px; }.cart-item-controls .quantity { width: 100px; min-height: 32px; }.remove { padding: 0; background: transparent; color: #727a85; font-size: 10px; text-decoration: underline; }.summary { align-self: start; padding: 26px; background: var(--surface-2); }.summary h2 { margin-bottom: 26px; font-size: 18px; }.summary-row, .summary-total { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; color: #969eaa; font-size: 12px; }.summary-row strong { color: white; font-weight: 500; }.summary-total { margin: 13px 0 23px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: white; font-size: 14px; }.summary-total strong { color: var(--blue-bright); font-size: 19px; }.free { color: var(--blue-bright); }.summary-note { margin: 18px 0 0; color: #727b87; font-size: 10px; text-align: center; }.cart-empty { grid-column: 1 / -1; min-height: 470px; }.checkout-form { padding-top: 4px; }.form-section { margin-bottom: 43px; }.form-section h2 { padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 17px; letter-spacing: -.02em; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #9ba2ad; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #4f5661; outline: 0; background: transparent; color: white; font-size: 13px; text-transform: none; letter-spacing: 0; resize: vertical; }.form-grid select option { color: #111; }.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); }.full-field { grid-column: 1 / -1; }.payment-method { display: flex; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--blue); background: rgba(25,156,255,.07); }.payment-radio { width: 13px; height: 13px; border: 4px solid var(--blue); border-radius: 50%; }.payment-method strong { font-size: 13px; }.payment-method p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }.payment-method > svg { margin-left: auto; color: var(--blue); }.form-disclaimer { margin-top: 13px; color: #6f7783; font-size: 10px; text-align: center; }.mini-item { display: flex; gap: 12px; align-items: center; margin-bottom: 15px; }.mini-item img { width: 58px; height: 66px; object-fit: cover; background: #eee; }.mini-item div { display: grid; gap: 5px; }.mini-item strong { font-size: 11px; font-weight: 500; }.mini-item span { color: #8d95a0; font-size: 10px; }.confirmation { min-height: 680px; padding-top: 150px; text-align: center; }.confirmation > p:not(.eyebrow) { max-width: 380px; margin: 18px auto 30px; color: var(--muted); font-size: 14px; }.confirmation .eyebrow { justify-content: center; }.confirmation-mark { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); box-shadow: 0 0 25px rgba(25,156,255,.24); }.confirmation h1 { font-size: clamp(3rem, 7vw, 6rem); }
.footer { padding-top: 70px; background: #07080a; border-top: 1px solid var(--line); }.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 65px; }.footer-top > div:first-child p { margin-top: 21px; color: #808894; font-size: 13px; }.footer-links { display: flex; gap: 90px; }.footer-links > div { display: flex; flex-direction: column; gap: 10px; }.footer-label { margin-bottom: 7px; color: #69717d; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }.footer-links a { display: inline-flex; gap: 8px; align-items: center; color: #adb3bd; font-size: 11px; }.footer-links a:hover { color: var(--blue); }.footer-bottom { display: flex; justify-content: space-between; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.08); color: #5f6772; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } } @keyframes ticker { to { transform: translateX(-50%); } }
@media (max-width: 850px) { .container { width: min(calc(100% - 36px), var(--max)); }.nav { margin-left: 0; gap: 20px; }.product-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 13px; }.hero { min-height: 690px; }.hero-content { padding-top: 80px; }.hero h1 { font-size: clamp(3.6rem, 12vw, 6rem); }.benefits { grid-template-columns: repeat(2, 1fr); }.detail-grid, .cart-layout, .checkout-layout { gap: 35px; }.detail-grid { grid-template-columns: 1fr; }.detail-info { padding-top: 0; max-width: 570px; }.shop-layout { gap: 25px; }.shop-layout { grid-template-columns: 145px 1fr; }.footer-links { gap: 40px; } }
@media (max-width: 600px) { .announcement { justify-content: space-between; padding: 7px 18px; font-size: 8px; }.announcement span { max-width: 220px; }.header-inner { height: 65px; }.logo { font-size: 14px; }.logo-photo { width: 29px; height: 25px; }.nav { display: none; position: absolute; top: 65px; left: 0; right: 0; flex-direction: column; gap: 0; padding: 14px 18px 20px; background: #0d0f13; border-bottom: 1px solid var(--line); }.nav--open { display: flex; }.nav a { padding: 13px 0; }.nav a.active:after { display: none; }.menu-toggle { display: grid; }.hero { min-height: 700px; align-items: end; }.hero-visual img { object-position: 60% center; }.hero-overlay { background: linear-gradient(90deg, rgba(5,7,10,.9), rgba(5,7,10,.15)), linear-gradient(0deg, rgba(5,7,10,.96) 8%, transparent 75%); }.hero-content { padding-bottom: 70px; }.hero h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }.hero-text { font-size: 13px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }.hero-proof { margin-top: 35px; gap: 12px; flex-direction: column; }.hero-scroll { display: none; }.section, .newsletter { padding-top: 70px; padding-bottom: 70px; }.section-heading { align-items: flex-start; gap: 25px; flex-direction: column; }.section-heading h2, .manifesto h2, .newsletter h2 { font-size: 3rem; }.product-info { display: block; }.product-info strong { display: block; margin-top: 5px; }.sizes { display: none; }.add-button { font-size: 9px; }.manifesto { padding: 75px 0; }.manifesto-grid, .newsletter-inner { grid-template-columns: 1fr; gap: 35px; }.newsletter form { justify-self: start; }.benefits { gap: 28px 12px; }.benefit { display: block; }.benefit svg { margin-bottom: 10px; }.shop-header { align-items: flex-start; flex-direction: column; gap: 22px; padding-top: 60px; padding-bottom: 34px; }.shop-toolbar { flex-wrap: wrap; }.search-box { flex-basis: 100%; order: 1; padding-bottom: 8px; border-bottom: 1px solid var(--line); }.filter-toggle { display: flex; order: 2; }.sort-select { order: 3; margin-left: auto; }.shop-layout { display: block; padding-top: 22px; }.filters { display: none; }.filters.filters-open { display: block; margin-bottom: 30px; }.filters.filters-open .filter-group { display: inline-flex; flex-direction: column; width: 48%; vertical-align: top; padding-right: 12px; }.filters.filters-open .filter-title { display: flex; }.shop-products .product-grid { gap: 28px 13px; }.breadcrumbs { padding-top: 20px; font-size: 9px; overflow: hidden; white-space: nowrap; }.detail-grid { padding-top: 18px; padding-bottom: 65px; }.gallery-thumbs button { width: 58px; height: 58px; }.detail-info h1 { font-size: 2.9rem; }.purchase-row { margin-top: 25px; }.cart-layout, .checkout-layout { display: block; padding-bottom: 70px; }.summary { margin-top: 35px; }.cart-item { gap: 14px; }.cart-item > img { width: 100px; height: 120px; }.cart-item-info { padding-top: 2px; }.cart-item-info h3 { font-size: 14px; }.cart-item-controls { margin-top: 20px; gap: 13px; }.page-heading { padding-top: 55px; padding-bottom: 40px; }.page-heading h1 { font-size: 3.8rem; }.form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.footer-top { display: block; padding-bottom: 40px; }.footer-links { margin-top: 40px; justify-content: space-between; }.footer-bottom { gap: 10px; flex-direction: column; }.confirmation { min-height: 600px; padding: 110px 18px 0; } }

