.customer-form { margin: 28px 0 0; }
.customer-form fieldset { border: 0; padding: 0; margin: 0 0 24px; }
.customer-form legend { width: 100%; padding: 0 0 13px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.customer-form label { display: block; min-width: 0; margin-bottom: 12px; }
.customer-form label > span { display: block; margin: 0 0 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.customer-form input, .customer-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: #fff; padding: 12px 13px; outline: none; font-size: 14px; }
.customer-form textarea { resize: vertical; min-height: 62px; }
.customer-form input:focus, .customer-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.customer-form input.invalid, .customer-form textarea.invalid { border-color: #b84035; background: #fff8f7; }
.form-row { display: flex; gap: 10px; }
.form-row label { flex: 1; }
.address-row label { flex: 1; }
.form-error { min-height: 17px; margin: 0 0 12px; color: #a83229; font-size: 12px; }
@media (max-width: 480px) { .customer-form .form-row { flex-direction: column; gap: 0; } .customer-form .address-row { flex-direction: row; gap: 8px; } }
.order-success{position:relative;width:min(720px,calc(100% - 28px));max-width:720px;margin:auto;padding:70px 32px;text-align:center;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#f2f4ed);box-shadow:0 30px 100px #0005}.order-success::backdrop{background:#07130db8;backdrop-filter:blur(7px)}.order-success-close{position:absolute;right:16px;top:13px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:25px;cursor:pointer}.order-success-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 25px;border-radius:50%;background:var(--ink);color:#fff;font-size:30px}.order-success h2{margin:12px 0;font:normal clamp(38px,5vw,58px)/1 Georgia,serif}.order-success p:not(.eyebrow){max-width:500px;margin:0 auto 18px;color:var(--muted);line-height:1.6}.order-success strong{display:block;margin:18px 0 30px}.order-success .button{min-width:230px}@media(max-width:560px){.order-success{padding:58px 20px 32px}.order-success .button{width:100%;min-width:0}}
.order-success{border-color:#d9ddd3!important;background:linear-gradient(145deg,#fff,#f2f4ed)!important;color:#171914!important}.order-success .eyebrow{color:#687068!important}.order-success p:not(.eyebrow){color:#61675f!important}.order-success-close{background:#fff!important;color:#171914!important}.order-success-icon{background:#171914!important;color:#fff!important}.order-success .button-dark{background:#171914!important;color:#fff!important}
.uploaded-product-image { width: 100%; height: 100%; object-fit: cover; }
.storefront-product-qr { display: none; align-items: center; gap: 16px; margin-top: 24px; padding: 14px; background: var(--soft); border-radius: 8px; }
.storefront-product-qr.visible { display: flex; }
.storefront-product-qr img { width: 92px; height: 92px; background: #fff; }
.storefront-product-qr p { margin: 0; font-size: 12px; color: var(--muted); }
.footer-address { max-width: 220px; color: #aaa; font-style: normal; font-size: 12px; line-height: 1.5; }
.footer-locations { display: flex; flex-wrap: wrap; gap: 18px 28px; max-width: 520px; }
.footer-location { display: block; min-width: 190px; max-width: 280px; margin-left: 0; }
.footer-location strong { display: block; margin-bottom: 5px; color: #fff; font-size: 12px; }
.footer-location address { max-width: 280px; color: inherit; opacity: .76; font-style: normal; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.footer-location-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; font-size: 11px; }
.route-link { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 8px 11px; border: 1px solid #ffffff55; border-radius: 19px; background: #ffffff10; color: #fff; text-decoration: none; white-space: nowrap; transition: background .2s, border-color .2s, transform .2s; }
.route-link:before { content: "↗"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #fff; color: #171914; font-weight: 700; }
.route-link:hover, .route-link:focus-visible { border-color: #fff; background: #ffffff24; transform: translateY(-1px); outline: none; }
.route-link-maps { background: #fff; color: #171914; border-color: #fff; }
.route-link-maps:hover, .route-link-maps:focus-visible { background: #f0f0f0; color: #171914; }
.route-link-maps:before { background: #171914; color: #fff; }
.route-link-yandex:before { content: "➜"; }
@media(max-width:800px){.footer-location{margin:0}.footer-location-links{flex-direction:row;gap:8px;margin-top:12px}.route-link{width:max-content}}
.language-select { border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 6px 8px; font-size: 11px; cursor: pointer; }
.search-drawer { position: fixed; z-index: 29; top: 72px; left: 0; right: 0; max-height: 0; overflow: hidden; background: #fff; border-bottom: 1px solid transparent; box-shadow: 0 14px 30px transparent; opacity: 0; transition: max-height .3s ease, opacity .2s ease, box-shadow .3s ease; }
.search-drawer.open { max-height: min(620px, calc(100vh - 72px)); overflow-y: auto; opacity: 1; border-color: var(--line); box-shadow: 0 14px 30px #17191414; }
.search-inner { max-width: 900px; margin: 0 auto; padding: 25px 24px 12px; display: flex; align-items: center; gap: 17px; }
.search-inner .search-icon.large { width: 22px; height: 22px; flex: none; }
.search-inner input { flex: 1; border: 0; border-bottom: 1px solid var(--ink); padding: 10px 2px 12px; outline: 0; background: none; font: 28px Georgia, serif; }
.search-inner > button { width: 36px; height: 36px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.search-help, .search-results { max-width: 850px; margin-left: auto; margin-right: auto; }
.search-help { padding: 0 0 14px; color: var(--muted); font-size: 12px; }
.search-results { padding-bottom: 24px; }
.search-result { display: flex; align-items: center; gap: 16px; padding: 10px; border-radius: 7px; cursor: pointer; }
.search-result:hover, .search-result.active { background: var(--soft); }
.search-result-art { width: 56px; height: 66px; display: grid; place-items: center; overflow: hidden; border-radius: 5px; background: var(--soft); flex: none; }
.search-result-art img { width: 100%; height: 100%; object-fit: cover; }
.search-result-art .mini-search-garment { width: 55%; height: 70%; background: var(--sage); clip-path: polygon(25% 0,75% 0,100% 18%,84% 31%,82% 100%,18% 100%,16% 31%,0 18%); }
.search-result-copy { flex: 1; }
.search-result-copy strong, .search-result-copy small { display: block; }
.search-result-copy small { color: var(--muted); margin-top: 5px; }
.search-no-results { padding: 26px 10px; color: var(--muted); }
.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 20px 0 45px; }
.journal-head h1 { margin: 0; font: 64px/.98 Georgia, serif; }
.journal-head p { max-width: 430px; color: var(--muted); line-height: 1.55; }
.journal-grid { display: flex; flex-wrap: wrap; gap: 26px; }
.article-card { flex: 1 1 calc(33.333% - 18px); min-width: 260px; }
.article-cover { aspect-ratio: 3/2; background: var(--soft); overflow: hidden; border-radius: 7px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-card h2 { font: 28px/1.1 Georgia, serif; margin: 17px 0 9px; }
.article-card p { color: var(--muted); line-height: 1.5; }
.article-card a{display:block;height:100%}.article-card a:hover h2{text-decoration:underline;text-underline-offset:5px}.article-read-more{display:inline-block;margin-top:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.article-page{max-width:none}.article-shell{width:min(100% - 40px,980px);margin:0 auto;padding:42px 0 100px}.article-breadcrumbs{display:flex;gap:10px;align-items:center;margin-bottom:50px;color:var(--muted);font-size:12px;text-transform:uppercase}.article-breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.article-detail-meta{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.article-shell h1{max-width:900px;margin:20px 0 42px;font:clamp(46px,7vw,86px)/.98 Georgia,serif;letter-spacing:-.035em}.article-detail-cover{overflow:hidden;margin-bottom:50px;border-radius:10px;aspect-ratio:3/2;background:var(--soft)}.article-detail-cover img{display:block;width:100%;height:100%;object-fit:cover}.article-detail-content{width:min(100%,760px);margin:auto}.article-detail-content p{margin:0 0 1.5em;font:20px/1.75 Georgia,serif;color:#30342e}.article-detail-content p:first-child:first-letter{float:left;margin:.08em .12em 0 0;font-size:4.5em;line-height:.75}
.article-meta { text-transform: uppercase; letter-spacing: 1px; font-size: 10px; }
.journal-empty { width: 100%; padding: 90px 20px; text-align: center; color: var(--muted); border: 1px solid var(--line); }
@media(max-width:700px){.journal-head{display:block}.journal-head h1{font-size:48px}.article-card{flex-basis:100%}.article-shell{width:min(100% - 24px,980px);padding-top:25px}.article-breadcrumbs{margin-bottom:30px}.article-shell h1{margin-bottom:28px;font-size:43px}.article-detail-cover{margin-bottom:30px}.article-detail-content p{font-size:18px;line-height:1.65}}
@media(max-width:480px){.header .language-select{padding:5px 4px}.header-actions{gap:2px}}
.article-detail-content p{color:var(--ink)}
@media(max-width:800px){.header .search-btn{display:grid}.search-drawer{top:70px}.search-drawer.open{max-height:calc(100vh - 70px)}.search-inner{padding:18px 20px 8px}.search-inner input{font-size:22px}.search-help,.search-results{margin-left:20px;margin-right:20px}}
.filters { flex-wrap: wrap; align-items: flex-end; }
.filters > #sortSelect { margin-left: auto; }
.property-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.property-filters label { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.property-filters select { min-width: 140px; margin: 0; text-transform: none; }
.product-characteristics { margin: 24px 0; border-top: 1px solid var(--line); }
.product-characteristics div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.product-characteristics dt { color: var(--muted); }
.product-characteristics dd { margin: 0; text-align: right; }
@media(max-width:800px){.property-filters{min-width:100%;flex-wrap:nowrap;overflow-x:auto}.property-filters label{min-width:145px}.filters>#sortSelect{margin-left:0}}
.product-card{position:relative}.card-quick-cart{position:absolute;right:14px;bottom:64px;z-index:4;width:46px;height:46px;padding:0;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;box-shadow:0 8px 24px #0003;cursor:pointer;transition:transform .2s,box-shadow .2s}.card-quick-cart:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 28px #0004}.card-quick-cart .bag-icon{display:block;transform:scale(.82);margin:0;top:1px}.sizes{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.sizes button{flex:0 0 auto!important;width:auto!important;min-width:52px;height:46px;min-height:46px;padding:0 17px;white-space:nowrap}.storefront-not-found{min-height:70vh;text-align:center;display:none;flex-direction:column;align-items:center;justify-content:center}.storefront-not-found.active{display:flex}.storefront-not-found h1{margin:12px 0 14px;font:clamp(44px,7vw,84px)/1 Georgia,serif}.storefront-not-found>p:not(.eyebrow){max-width:520px;margin:0 0 30px;color:var(--muted);font-size:18px}.not-found-visual{display:flex;align-items:center;gap:12px;margin-bottom:28px;font:700 clamp(72px,12vw,150px)/.8 Arial,sans-serif}.not-found-visual i{width:clamp(68px,10vw,128px);aspect-ratio:1;border-radius:50%;background:var(--accent);position:relative}.not-found-visual i:after{content:"";position:absolute;inset:28%;border:3px solid currentColor;border-top-color:transparent;border-left-color:transparent;border-radius:50%;transform:rotate(35deg)}
@media(max-width:800px){.card-quick-cart{right:10px;bottom:72px;width:42px;height:42px}.sizes button{min-width:48px;height:44px;min-height:44px;padding-inline:14px}}
.home-viewed-section{margin:70px 0 10px;padding-bottom:25px;border-top:1px solid var(--line)}.home-viewed-section[hidden]{display:none!important}.home-viewed-section .viewed-products{overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:16px}.home-viewed-section .product-card{flex:0 0 calc(25% - 18px);scroll-snap-align:start}@media(max-width:800px){.home-viewed-section{margin-top:55px}.home-viewed-section .product-card{flex:0 0 min(76vw,270px)}}
.product-card .card-wish{border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;color:#fff!important;text-shadow:0 1px 3px #000,0 0 8px #0009;font-size:27px;transition:transform .18s,color .18s,text-shadow .18s}.product-card .card-wish.favorite{color:#e73535!important;text-shadow:0 1px 2px #fff,0 0 7px #fff}.product-card .card-quick-cart{border:2px solid #fff!important;background:#10110f!important;color:#fff!important;box-shadow:0 8px 22px #0007!important}.product-card .card-quick-cart .bag-icon{color:#fff!important;border-color:#fff!important}.product-card .card-quick-cart .bag-icon:before{border-color:#fff!important}.product-card .card-quick-cart:active{transform:scale(.94)}
#featuredProducts,.viewed-products{scrollbar-width:thin;scrollbar-color:var(--accent) transparent;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}#featuredProducts{padding-bottom:22px!important}.viewed-products{padding-bottom:26px!important}#featuredProducts::-webkit-scrollbar,.viewed-products::-webkit-scrollbar{height:7px}#featuredProducts::-webkit-scrollbar-track,.viewed-products::-webkit-scrollbar-track{background:transparent}#featuredProducts::-webkit-scrollbar-thumb,.viewed-products::-webkit-scrollbar-thumb{border:1px solid color-mix(in srgb,var(--paper) 45%,transparent);border-radius:999px;background:var(--accent);box-shadow:inset 0 1px color-mix(in srgb,#fff 40%,transparent)}#featuredProducts::-webkit-scrollbar-thumb:hover,.viewed-products::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--accent) 78%,var(--ink))}
