@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background:#fff;--color-bg: #f5f6f8;--color-surface: #ffffff;--color-surface-soft: #f8f9fb;--color-border: #e5e7eb;--color-text: #111827;--color-text-muted: #6b7280;--color-primary: #111827;--color-primary-contrast: #ffffff;--radius-sm: 12px;--radius-md: 16px;--shadow-soft: 0 10px 24px rgba(15, 23, 42, .08);--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);overflow-x:hidden;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:var(--space-24)}.public-main{padding-top:112px}.public-header{position:fixed;top:0;left:0;right:0;z-index:60;width:100%;background:#fffffffa;border-bottom:1px solid rgba(12,19,35,.08);transition:box-shadow .2s ease}.public-header.is-scrolled{box-shadow:0 4px 18px #0f172a0d}.public-header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0 auto;padding-top:14px;padding-bottom:14px;background:transparent}.public-nav{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}.public-nav-center{display:flex;align-items:center;justify-content:center;gap:10px;margin-left:auto;margin-right:auto}.public-nav-link{border:none;background:none;display:inline-flex;align-items:center;gap:6px;font:inherit;color:#1b2332;padding:10px 14px;border-radius:14px;font-size:1.06rem;font-weight:500;transition:background-color .2s ease,color .2s ease;cursor:pointer}.public-nav-link:hover,.public-nav-trigger.is-open{background:#11182712}.public-nav-catalog{position:relative}.public-nav-caret{font-size:12px;color:#525252}.public-nav-right{display:flex;align-items:center;gap:6px;margin-left:auto}.public-nav-icon-link{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#1f2937;border-radius:50%;transition:background-color .2s ease,color .2s ease}.public-nav-icon-link:hover{background:#11182712}.public-nav-icon-badge{position:absolute;top:2px;right:1px;min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:#0f172a;color:#fff;font-size:10px;display:inline-flex;align-items:center;justify-content:center}.nav-contact-btn{border-radius:14px;min-height:46px;padding:10px 22px;background:#0f1a35;color:#fff;border-color:#0f1a35;margin-left:6px;font-weight:600}.nav-dropdown{position:absolute;left:50%;top:calc(100% + 12px);transform:translate(-50%) translateY(6px);width:min(780px,calc(100vw - 64px));opacity:0;visibility:hidden;pointer-events:none;display:grid;grid-template-columns:220px 1fr;background:#fffffffa;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 20px 40px #0f172a1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-roots{border-right:1px solid rgba(15,23,42,.08);background:#f8fafcd9;padding:10px;display:flex;flex-direction:column;gap:4px}.nav-dropdown-root{text-align:left;border:none;background:transparent;font:inherit;padding:10px 12px;border-radius:10px;cursor:pointer}.nav-dropdown-root:hover,.nav-dropdown-root.is-active{background:#11182714}.nav-dropdown-children{padding:16px 18px}.nav-dropdown-parent-link{display:inline-flex;font-weight:600;margin-bottom:12px}.nav-dropdown-child-list{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:8px 16px}.nav-dropdown-child-link{color:#2f2f2f;padding:4px 0}.nav-dropdown-child-link:hover,.nav-dropdown-parent-link:hover{color:#000}.nav-dropdown-empty{margin:0;color:#626262}.mobile-menu-toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fffc;padding:9px 8px;cursor:pointer}.public-header-mobile-actions{display:none;align-items:center;gap:2px}.mobile-menu-toggle span{display:block;height:2px;background:#111;transition:transform .2s ease,opacity .2s ease}.mobile-menu-toggle span+span{margin-top:6px}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:70}.mobile-menu-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;width:min(420px,100%);height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);background:#fff;transform:translate(100%);transition:transform .26s ease;z-index:71;box-shadow:-20px 0 50px #0f172a2e;overflow:hidden}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-views{display:flex;width:200%;height:100%;transform:translate(0);transition:transform .3s ease;will-change:transform}.mobile-menu-views[data-view=categories]{transform:translate(-50%)}.mobile-menu-view{width:50%;min-width:50%;display:flex;flex-direction:column;min-height:0}.mobile-menu-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:12px 16px;border-bottom:1px solid #ececec}.mobile-menu-header p{margin:0;text-align:center;font-size:16px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:var(--color-primary)}.mobile-menu-close,.mobile-menu-back-btn{border:none;background:none;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;color:var(--color-primary);cursor:pointer;padding:0}.mobile-menu-content{padding:16px 18px 20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:4px;min-height:0}.mobile-menu-content>a:not(.mobile-menu-whatsapp-btn),.mobile-menu-nav-btn{padding:14px 0;border-bottom:1px solid #f2f2f2;font-size:17px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);text-align:left}.mobile-menu-nav-btn{width:100%;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer}.mobile-menu-nav-btn--with-arrow{display:flex;justify-content:space-between;align-items:center}.mobile-menu-whatsapp-btn{margin-top:12px;border-radius:14px;min-height:46px;padding:10px 22px;background:#0f1a35;color:#fff;border:1px solid #0f1a35;font-weight:600;font-size:15px;letter-spacing:.02em;text-transform:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.mobile-menu-whatsapp-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.mobile-menu-content--categories{gap:10px}.mobile-menu-state{margin:6px 0;color:#666}.mobile-menu-tree-list,.mobile-menu-subcategory-list{list-style:none;margin:0;padding:0}.mobile-menu-tree-list{display:flex;flex-direction:column;gap:6px;padding-bottom:16px}.mobile-menu-subcategory-list{display:flex;flex-direction:column;gap:2px;margin-top:2px}.mobile-menu-tree-link{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:8px 0;color:var(--color-primary);font-size:16px;line-height:1.35}.mobile-menu-tree-link--level-0{font-size:17px;letter-spacing:.04em;font-weight:700}.mobile-menu-tree-link--level-1,.mobile-menu-tree-link--level-2,.mobile-menu-tree-link--level-3{padding-left:14px;color:#212121bd;font-size:14px;font-weight:400;letter-spacing:.02em}.mobile-menu-tree-link--level-2{padding-left:26px}.mobile-menu-tree-link--level-3{padding-left:38px}.mobile-menu-tree-arrow{color:#21212199}.topbar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #e5e5e5}.topbar nav{display:flex;gap:16px}.logo{display:inline-flex;align-items:center;justify-content:center;height:40px;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.logo:hover{opacity:.9;transform:translateY(-1px)}.logo-image{height:40px;width:auto;max-height:none;display:block;object-fit:contain;object-position:left center}.hero{background:#fff;border:1px solid #ececec;padding:48px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:var(--color-primary);color:var(--color-primary-contrast);padding:10px 16px;border:1px solid var(--color-primary);cursor:pointer;font-size:14px;line-height:1.2;border-radius:var(--radius-sm);font-weight:500;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn-outline{background:#fff;color:var(--color-primary);border:1px solid var(--color-primary)}.row{display:flex;gap:12px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:20px}.card{background:var(--color-surface);border:1px solid var(--color-border);padding:18px;border-radius:var(--radius-md)}.old{text-decoration:line-through;color:#777}.footer{text-align:center;padding:28px;background:#111;color:#fff;margin-top:40px}.admin{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin aside{background:#111;color:#fff;padding:20px;display:flex;flex-direction:column;gap:10px}.admin aside button{margin-top:20px}.admin section{padding:24px}.login{max-width:420px;margin:80px auto;display:flex;flex-direction:column;gap:12px;background:#fff;padding:24px;border:1px solid #ddd}input,select,textarea,button{padding:10px}@media(max-width:768px){.admin{grid-template-columns:1fr}.hero{padding:28px}.logo,.logo-image{height:32px}.admin-dimensions-grid{grid-template-columns:1fr}}.admin-table{width:100%;border-collapse:collapse;background:#fff}.admin-table th,.admin-table td{border:1px solid #e5e5e5;padding:10px;text-align:left;vertical-align:top}.admin-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.admin-products-heading h1{margin:0 0 4px}.admin-products-heading p{margin:0;color:#666}.admin-products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:14px;border:1px solid #e5e5e5;background:#fff}.admin-products-search{display:flex;align-items:center;gap:8px;flex:1}.admin-products-search input{width:min(420px,100%);margin:0}.admin-products-page-size{display:flex;align-items:center;gap:8px;color:#555;white-space:nowrap}.admin-products-page-size select{width:auto;min-width:76px;margin:0}.admin-table-wrap{position:relative;overflow-x:auto;border:1px solid #e5e5e5;background:#fff}.admin-table-wrap .admin-table th,.admin-table-wrap .admin-table td{border-width:0 0 1px}.admin-products-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffc7;font-weight:600}.admin-products-pagination{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px}.admin-products-pagination button{min-width:42px}.admin-products-pagination button.is-active{border-color:#000;background:#000;color:#fff}.admin-products-pagination span{margin-left:6px;color:#666}.admin-products-empty{padding:34px;border:1px solid #e5e5e5;background:#fff;text-align:center}.admin-products-empty h2{margin:0 0 14px;font-size:20px}.admin-products-error{color:#dc143c}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;margin-bottom:10px}.admin-dimensions-grid{grid-column:1 / -1;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-size-variant-row{align-items:center;margin-bottom:8px}.admin-size-variant-row input[type=text],.admin-size-variant-row input[type=number]{min-width:140px}.image-card{width:min(320px,100%);background:#fff;border:1px solid #ddd;padding:10px;display:flex;flex-direction:column;gap:8px;border-radius:10px}.image-card img{width:100%;height:120px;object-fit:cover}.admin-image-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-image-preview-title{margin:0 0 4px;font-size:12px;color:#5d5d5d}.admin-image-main-preview{width:100%;aspect-ratio:4 / 5;border:1px solid #ececec;border-radius:8px;overflow:hidden}.admin-image-main-preview img,.admin-image-thumb-preview img,.admin-image-home-preview img,.admin-image-home-mobile-preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-image-thumb-preview{width:100%;aspect-ratio:4 / 5;border:1px solid #ececec;border-radius:8px;overflow:hidden}.admin-image-home-preview{width:100%;aspect-ratio:7 / 5;border:1px solid #ececec;border-radius:8px;overflow:hidden}.admin-image-home-mobile-preview{width:100%;aspect-ratio:4 / 5;border:1px solid #ececec;border-radius:8px;overflow:hidden}.admin-image-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10101299;z-index:1400;display:grid;place-items:center;padding:24px}.admin-image-editor-modal{width:min(920px,100%);max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden;background:#fff;border-radius:14px;padding:22px;display:grid;gap:18px}.admin-image-editor-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-image-editor-header h3{margin:0}.admin-image-editor-subtitle{margin:-8px 0 0}.admin-image-editor-content{display:grid;gap:14px}.admin-image-editor-mode-note,.admin-image-editor-zoom-hint{margin:0}.admin-image-editor-frame{position:relative;width:min(440px,100%);aspect-ratio:4 / 5;border:2px dashed #cbcbcb;border-radius:12px;overflow:hidden;margin:0;touch-action:none;cursor:grab;background:#f5f6f8}.admin-image-editor-frame:active{cursor:grabbing}.admin-image-editor-safe-zone{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(17,24,39,.35);border-radius:10px;box-shadow:0 0 0 9999px #1118271a;pointer-events:none;z-index:1}.admin-image-editor-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;max-height:none;z-index:0}.admin-image-editor-mode-switch,.admin-image-editor-fit-switch{display:flex;gap:8px;flex-wrap:wrap}.admin-image-editor-fit-switch .btn,.admin-image-editor-fit-switch .btn.btn-outline{min-width:200px}.admin-image-editor-mode-switch .btn,.admin-image-editor-mode-switch .btn.btn-outline{min-width:170px}.admin-image-editor-zoom{display:flex;align-items:center;gap:10px;width:min(520px,100%)}.admin-image-editor-zoom input[type=range]{flex:1}.admin-image-editor-zoom button{width:40px;font-size:18px;line-height:1;padding:8px 0}.admin-image-editor-zoom span{min-width:64px;text-align:right;font-weight:600}.admin-image-editor-position-controls{display:grid;gap:8px;width:min(620px,100%)}.admin-image-editor-position-controls label{display:grid;grid-template-columns:130px minmax(120px,1fr) 48px;align-items:center;gap:10px}.admin-image-editor-position-controls strong{text-align:right}.admin-image-editor-previews{display:grid;gap:10px;padding:14px;border:1px solid #ececec;border-radius:12px;background:#fafafa}.admin-image-editor-previews h4{margin:0;font-size:14px}.admin-image-editor-previews .admin-image-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}.admin-image-preview-card{display:grid;gap:6px;min-width:0}.admin-image-preview-card--thumb{justify-items:stretch}.admin-image-main-preview{max-width:none}.admin-image-editor-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;border-top:1px solid #ececec;padding-top:14px}@media(max-width:720px){.admin-products-heading,.admin-products-toolbar,.admin-products-search{align-items:stretch;flex-direction:column}.admin-products-heading .btn,.admin-products-search button{width:100%}.admin-products-page-size{justify-content:space-between}.admin-products-pagination span{width:100%;margin-left:0}.admin-image-editor-modal{width:min(92vw,100%);padding:16px;gap:14px}.admin-image-editor-frame{width:100%}.admin-image-editor-mode-switch .btn,.admin-image-editor-mode-switch .btn.btn-outline,.admin-image-editor-fit-switch .btn,.admin-image-editor-fit-switch .btn.btn-outline{min-width:0;flex:1 1 220px}.admin-image-editor-zoom{width:100%}.admin-image-editor-previews .admin-image-preview-grid{grid-template-columns:1fr}.admin-image-editor-position-controls label{grid-template-columns:1fr 48px}.admin-image-editor-position-controls label>span{grid-column:1 / -1}.admin-image-main-preview{max-width:100%}}.card-image{width:100%;height:180px;object-fit:cover;margin-bottom:8px}.color-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #ddd;padding:4px 8px;background:#fff}.color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #555;display:inline-block}.catalog-page h1{margin:0}.catalog-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:16px;margin-top:14px}.catalog-filters{background:var(--color-surface);border:1px solid var(--color-border);padding:14px;display:flex;flex-direction:column;gap:7px;height:fit-content;border-radius:var(--radius-md)}.catalog-filters h3{margin:0 0 4px;font-size:16px}.catalog-muted{color:var(--color-text-muted);font-size:14px}.catalog-pagination{display:flex;align-items:center;gap:10px;margin-top:14px}.catalog-pagination button{min-height:38px;padding:8px 12px}.catalog-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-mobile-actions,.catalog-mobile-sheet,.catalog-mobile-sheet-overlay{display:none}.catalog-empty-state{grid-column:1 / -1;border-radius:16px;padding:28px;text-align:center}.catalog-empty-state h3{margin:0 0 8px}.catalog-empty-state p{margin:0;color:#626262}.catalog-empty{margin:18px 0 0;color:#626262}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 6px 16px #0f172a0d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.product-card-media-wrap{position:relative;width:100%}.product-card-media{position:relative;overflow:hidden;aspect-ratio:4 / 4.9;width:100%;display:flex;align-items:center;justify-content:center;background:#fff}.product-card-image{width:100%;height:100%;max-width:100%;display:block;margin:0 auto;object-fit:contain;object-position:center center;transition:transform .4s ease,opacity .34s ease}.product-card-image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card-content{padding:12px;display:flex;flex-direction:column;gap:8px;height:100%}.product-card-main{display:grid;gap:4px;min-height:58px}.product-card-category{margin:0 0 4px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#6a6a6a}.product-card-title{margin:0;font-size:14px;line-height:1.32;font-weight:500;color:#161616;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;min-height:2.72em}.product-card-price{margin:auto 0 0;font-size:17px;font-weight:600;letter-spacing:.01em;color:#101010}.product-card-old-price{margin:4px 0 0;font-size:14px;color:#7c7c7c;text-decoration:line-through}.product-card-badge{position:absolute;top:12px;left:12px;z-index:2;border-radius:999px;padding:5px 10px;background:#111827db;color:#fff;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px #0f172a1f;border-color:#e4e6ea}.product-card:hover .product-card-image{transform:scale(1.04)}.product-card:hover .product-card-image--hover{opacity:1}.product-card-skeleton{pointer-events:none}.product-card-skeleton .product-card-media{position:relative}.product-card-skeleton .product-card-media:before,.product-card-skeleton-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:skeleton-shimmer 1.4s infinite}.product-card-skeleton-line{position:relative;display:block;height:12px;border-radius:8px;background:#eceff3;overflow:hidden}.product-card-skeleton-line+.product-card-skeleton-line{margin-top:10px}.product-card-skeleton-line--short{width:44%}.product-card-skeleton-line--price{margin-top:14px!important;width:36%;height:16px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:#666;font-size:13px}.product-page{margin-top:2px}.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:20px;align-items:start}.product-gallery{width:100%}.product-main-image-button{border:0;padding:0;width:100%;background:transparent;cursor:zoom-in;display:block}.product-main-image-frame{width:100%;aspect-ratio:1 / 1;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden}.product-main-image{width:100%;max-width:100%;height:100%;object-fit:contain;display:block;margin-bottom:0}.product-thumbs{display:flex;gap:8px;overflow-x:auto;padding:8px 0}.product-thumb{border:1px solid var(--color-border);background:var(--color-surface);padding:0;width:72px;height:72px;cursor:pointer;border-radius:var(--radius-sm)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.is-active{border-color:#111}.product-info{position:relative;padding:20px;border-radius:var(--radius-md)}.product-info h1{margin:0;padding-right:56px;font-size:30px;line-height:1.15}.product-favorite-icon-btn{position:absolute;top:14px;right:14px;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0f172a14;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.product-favorite-icon-btn:hover{background:#f8f8f8;transform:scale(1.05)}.product-favorite-icon-btn:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.product-favorite-icon-btn.is-active{color:#e53935}.product-price{font-size:clamp(30px,3.6vw,38px);font-weight:700;margin:8px 0 12px;letter-spacing:.01em}.product-old-price{margin:-6px 0 12px;color:#767676;text-decoration:line-through;font-size:16px}.product-size-variants{margin:0 0 16px}.product-size-variants-title{margin:0 0 8px;font-size:14px;color:#444;font-weight:600}.product-size-variants-list{display:flex;flex-wrap:wrap;gap:10px}.product-size-variant-btn{border:1px solid #d1d5db;background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-sm);padding:10px 14px;min-height:40px;font-size:14px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.product-size-variant-btn:hover{border-color:#8f94a3}.product-size-variant-btn.is-active{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-primary-contrast)}.product-description{line-height:1.5;color:#222;margin:0 0 12px;font-size:15px;white-space:pre-line}.product-specs-wrap h3{margin:0 0 6px;font-size:18px}.product-specs{margin:0 0 14px;padding-left:18px;display:grid;gap:5px;font-size:14px;line-height:1.4}.product-cta-row{gap:10px}.product-cta-row .btn{flex:1 1 0}.product-trust-block{margin-top:16px;display:grid;gap:8px;padding-top:14px;border-top:1px solid var(--color-border)}.product-trust-item{margin:0;color:var(--color-text-muted);font-size:14px;line-height:1.45;padding-left:18px;position:relative}.product-trust-item:before{content:"✓";position:absolute;left:0;top:0;color:#047857;font-weight:700}.product-related-section{margin-top:20px}.product-related-section h2{margin:0 0 12px;font-size:25px}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0c10e0;display:grid;place-items:center;padding:20px;z-index:1200}.product-lightbox-image{max-width:min(1200px,92vw);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 20px 56px #00000073}.product-lightbox-close,.product-lightbox-nav{position:absolute;border:0;background:#ffffff29;color:#fff;width:42px;height:42px;border-radius:999px;cursor:pointer;font-size:28px;line-height:1}.product-lightbox-close{top:18px;right:18px}.product-lightbox-nav{top:50%;transform:translateY(-50%)}.product-lightbox-nav--prev{left:18px}.product-lightbox-nav--next{right:18px}@media(max-width:900px){.product-hero{grid-template-columns:1fr}}@media(min-width:901px){.product-hero{grid-template-columns:minmax(0,560px) minmax(340px,460px);gap:24px;justify-content:center}.product-gallery{max-width:560px}}.home-page{display:flex;flex-direction:column;gap:24px}.home-section{background:var(--color-surface);border:1px solid var(--color-border);padding:36px;border-radius:var(--radius-md)}.home-section h1,.home-section h2,.home-section h3{margin:0}.home-section-head{margin-bottom:16px}.home-section-head h2{font-size:30px;margin-bottom:8px}.home-section-head p{color:#666;margin:0;line-height:1.5}.home-eyebrow{color:#6f6f6f;letter-spacing:.06em;text-transform:uppercase;font-size:12px;margin:0 0 16px}.home-hero h1{font-size:clamp(34px,5vw,64px);max-width:14ch;line-height:1.04;margin-bottom:12px;font-weight:600}.home-hero-subtitle{margin:0;color:#374151;max-width:52ch;line-height:1.45;font-size:15px}.home-hero-actions{margin-top:22px;gap:10px}.home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-products-grid{margin-top:0}.home-category-carousel{position:relative;display:flex;align-items:center}.home-category-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px;width:100%;scrollbar-width:none}.home-category-track::-webkit-scrollbar{display:none}.home-category-card-wrap{scroll-snap-align:start}.home-category-card{display:block;background:#fff;border:1px solid #ececec;border-radius:12px;overflow:hidden;box-shadow:0 8px 18px #1018280d;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;cursor:pointer}.home-category-card-media{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(135deg,#f6f7f9,#eceff3)}.home-category-card-image,.home-category-card-placeholder{width:100%;height:100%}.home-category-card-image{object-fit:cover;display:block;transition:transform .26s ease}.home-category-card-placeholder{display:flex;align-items:center;justify-content:center;color:#687083;font-size:clamp(24px,3vw,34px);font-weight:600}.home-category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118270a,#11182738);opacity:0;transition:opacity .26s ease}.home-category-card-body{padding:11px 11px 12px;text-align:center}.home-category-card-body h3{margin:0;font-size:16px;font-weight:600;color:#1b1b1b;transition:color .26s ease}.home-category-card:hover{transform:scale(1.03);border-color:#d9dde5;box-shadow:0 14px 30px #0f172a24}.home-category-card:hover .home-category-card-image{transform:scale(1.07)}.home-category-card:hover .home-category-card-overlay{opacity:1}.home-category-card:hover .home-category-card-body h3{color:#080808}.home-category-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #d9dde5;background:#fffffff2;box-shadow:0 8px 20px #0f172a1f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:transform .2s ease,background .2s ease}.home-category-arrow span{font-size:28px;line-height:1;margin-top:-2px}.home-category-arrow:hover{transform:translateY(-50%) scale(1.05);background:#fff}.home-category-arrow--prev{left:-18px}.home-category-arrow--next{right:-18px}.home-price{font-weight:600;margin-bottom:0}.home-about{background:#f8f8f8;border-color:#ebebeb;padding-top:52px;padding-bottom:52px}.home-about-content{max-width:68ch}.home-about h2{margin-bottom:18px;font-size:clamp(31px,4vw,38px);font-weight:700;line-height:1.2}.home-about p{margin:0;line-height:1.6;color:#333;max-width:68ch}.home-about p+p{margin-top:14px}.home-cta{text-align:center;padding:42px 34px}.home-cta-content{display:grid;justify-items:center;gap:0}.home-cta-title{font-size:clamp(30px,4.6vw,44px);font-weight:650;line-height:1.18;margin:0;text-wrap:balance}.home-cta-subtitle{color:#686f7b;max-width:58ch;margin:14px auto 24px;line-height:1.55;font-size:clamp(15px,1.7vw,18px);font-weight:450;text-wrap:pretty}.home-cta .row{justify-content:center}.site-footer{margin-top:40px;background:radial-gradient(circle at top,#1f2430,#151922 42%,#10141d);color:#f5f7fb}.site-footer-inner{display:flex;justify-content:center;padding-top:68px;padding-bottom:68px}.site-footer-brand-block{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:680px}.site-footer-brand{margin:0;font-size:clamp(28px,3.2vw,36px);font-weight:500;letter-spacing:.08em}.site-footer-description{margin:0;color:#e9ecf4d1;line-height:1.7;font-size:clamp(15px,1.45vw,18px)}.site-footer-description-line{display:block}.site-footer-contacts{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.site-footer-contact-link{display:inline-flex;align-items:center;gap:10px;color:#ffffffd9;font-size:14px;line-height:1.5;letter-spacing:.01em;transition:opacity .24s ease,transform .24s ease,color .24s ease}.site-footer-contact-icon{flex:0 0 auto;width:18px;height:18px;color:#ffffffd9}.site-footer-contact-link:hover{transform:translateY(-1px);opacity:1;color:#fff}.site-footer-contact-link:hover .site-footer-contact-icon{color:#fff}@media(min-width:768px){.site-footer-contacts{gap:32px}}@media(max-width:900px){.container{padding:16px}.public-main{padding-top:92px}.public-header-inner.container{padding-left:16px;padding-right:16px}.public-header-inner{min-height:72px;gap:10px;padding-top:12px;padding-bottom:12px}.logo,.logo-image{height:32px}.public-nav{display:none}.public-header-mobile-actions{display:inline-flex;margin-left:auto}.mobile-menu-toggle{display:inline-block}.home-page{gap:16px}.home-section{padding:24px 18px;border-radius:var(--radius-md)}.home-section-head h2{font-size:24px;margin-bottom:6px}.home-section-head p{font-size:14px}.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{margin-top:0;border-radius:0;box-shadow:none}.site-footer-inner.container{max-width:none;margin:0;padding-left:16px;padding-right:16px}.site-footer-inner{padding-top:56px;padding-bottom:56px}.home-category-track{grid-auto-columns:calc((100% - 18px)/2);gap:12px}.home-category-arrow{display:none}.product-hero{gap:14px}.product-info{padding:16px}.product-favorite-icon-btn{top:12px;right:12px;width:38px;height:38px}.product-price{font-size:24px;margin:5px 0 10px}.product-description{line-height:1.5}.product-specs{margin:2px 0 12px;gap:4px}.product-thumb{width:68px;height:68px}.product-related-section{margin-top:16px}.catalog-filters{padding:13px;gap:6px;border-radius:12px}.catalog-pagination{gap:10px;margin-top:12px}.contacts-card,.contacts-form-wrap{padding:18px}.home-about-image,.home-cta-image{height:190px}.home-categories-image{height:120px}.home-lifestyle-media{aspect-ratio:1 / 1}.home-lifestyle-image{height:100%}}@media(max-width:600px){.grid,.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.container{padding:12px 14px}.public-header-inner.container{padding-left:14px;padding-right:14px}.public-main{padding-top:84px}.public-header-inner{min-height:64px;padding-top:10px;padding-bottom:10px}.logo,.logo-image{height:28px}.public-nav-icon-link{width:36px;height:36px}.mobile-menu-toggle{width:36px;height:36px;padding:8px 7px}.mobile-menu-toggle span+span{margin-top:5px}.home-hero{padding-top:20px;padding-bottom:20px}.home-eyebrow{margin:0 0 10px;font-size:11px}.home-hero h1{max-width:100%;font-size:clamp(28px,9vw,34px);line-height:1.08;margin-bottom:12px}.home-hero-subtitle{font-size:14px;line-height:1.4;max-width:100%}.home-section-head h2,.home-about h2{font-size:21px}.home-section-head{margin-bottom:12px}.home-section{padding:18px 14px}.home-hero-actions{margin-top:16px;gap:8px}.home-hero-actions .btn{flex:1 1 calc(50% - 4px);min-height:42px;padding:9px 12px;font-size:13px}.home-cta{text-align:left}.home-cta-content{justify-items:start}.home-cta .row{justify-content:flex-start}.home-cta{padding:26px 14px}.home-cta-title{font-size:clamp(24px,7vw,32px)}.home-cta-subtitle{margin:10px 0 18px;max-width:32ch;font-size:14px;line-height:1.5}.home-about{padding-top:30px;padding-bottom:30px}.home-about h2{margin-bottom:12px}.home-about p{font-size:14px;line-height:1.55}.home-about p+p{margin-top:10px}.home-category-track{grid-auto-columns:minmax(180px,76%);gap:10px}.home-category-card-media{aspect-ratio:16 / 11}.home-category-card-body{padding:10px 9px 11px}.home-category-card-body h3{font-size:15px}.site-footer-inner{padding-top:44px;padding-bottom:44px}.site-footer-inner.container{padding-left:16px;padding-right:16px}.site-footer-brand{font-size:clamp(24px,7vw,30px)}.site-footer-brand-block{gap:12px}.site-footer-description{font-size:14px;line-height:1.6}.site-footer-contacts{width:100%;margin-top:10px;justify-content:center;gap:14px 24px}.site-footer-contact-link{justify-content:center}.catalog-page h1{font-size:28px;line-height:1.1}.catalog-top{margin-bottom:8px}.catalog-top .catalog-muted{margin:4px 0 0;font-size:13px}.catalog-layout{gap:10px;margin-top:8px}.catalog-filters{display:none}.catalog-mobile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-mobile-action-btn{min-height:40px;font-size:13px;border-radius:999px}.catalog-mobile-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c101870;z-index:75;opacity:0;pointer-events:none;transition:opacity .2s ease;display:block}.catalog-mobile-sheet-overlay.is-open{opacity:1;pointer-events:auto}.catalog-mobile-sheet{position:fixed;left:0;right:0;bottom:0;z-index:76;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -12px 36px #0f172a33;transform:translateY(104%);transition:transform .22s ease;padding:8px 12px 12px;display:block}.catalog-mobile-sheet.is-open{transform:translateY(0)}.catalog-mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.catalog-mobile-sheet-header h3{margin:0;font-size:17px}.catalog-mobile-sheet-header button{border:none;background:transparent;font-size:20px;padding:4px;line-height:1}.catalog-mobile-sheet-body{display:flex;flex-direction:column;gap:6px;max-height:56dvh;overflow-y:auto;padding:4px 0 8px}.catalog-mobile-sheet-body label{font-size:12px;color:#4a4a4a;margin-top:6px}.catalog-mobile-control{width:100%;min-height:44px;padding:10px 12px;border:1px solid #d4d4d8;border-radius:10px;font:inherit;font-size:16px;line-height:1.25;background:#fff;color:#111;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}select.catalog-mobile-control{background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px}.catalog-mobile-control:focus{outline:2px solid rgba(17,24,39,.2);outline-offset:1px;border-color:#111827}.catalog-mobile-sheet-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-mobile-sheet-actions .btn{min-height:42px}.catalog-mobile-sort-sheet .catalog-mobile-sheet-actions{grid-template-columns:1fr}.catalog-muted{font-size:13px}.catalog-empty-state{padding:18px 14px;border-radius:12px}.catalog-empty-state h3{margin-bottom:6px;font-size:18px}.catalog-empty-state p{font-size:14px}.catalog-pagination{justify-content:space-between;font-size:13px}.catalog-pagination button{min-height:36px;padding:6px 10px;font-size:13px}.breadcrumbs{gap:5px;margin-bottom:8px;font-size:11px}.product-thumbs{padding:6px 0;gap:7px}.product-thumb{width:56px;height:56px;border-radius:8px}.product-info{padding:13px}.product-info h1{padding-right:50px;font-size:22px;line-height:1.14}.product-favorite-icon-btn{top:10px;right:10px;width:36px;height:36px}.product-price{font-size:21px;margin:4px 0 8px}.product-description{font-size:14px;line-height:1.4;margin-bottom:10px}.product-specs-wrap h3{font-size:16px;margin-bottom:4px}.product-specs{font-size:13px;padding-left:16px;margin-bottom:10px}.product-cta-row .btn{flex:1 1 calc(50% - 4px);min-height:42px}.product-cta-row{gap:8px}.product-related-section{margin-top:12px}.product-related-section h2{margin-top:0;margin-bottom:8px;font-size:18px}.product-related-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;margin-top:0}.product-related-grid .product-related-card{min-width:min(46vw,172px);flex:0 0 min(46vw,172px);border-radius:10px}.product-related-grid .product-related-card .product-card-media{aspect-ratio:1 / 1;max-height:170px}.product-related-grid .product-related-card .product-card-content{padding:8px 8px 9px;gap:6px}.product-related-grid .product-related-card .product-card-main{min-height:calc(2.6em + 12px);gap:3px}.product-related-grid .product-related-card .product-card-category{margin-bottom:2px;font-size:10px}.product-related-grid .product-related-card .product-card-title{font-size:13px;line-height:1.3}.product-related-grid .product-related-card .product-card-price{margin-top:4px;font-size:15px}.product-related-grid .product-related-card .product-card-old-price{font-size:12px}.contacts-page{gap:12px}.contacts-card h1{margin-top:0;margin-bottom:8px;font-size:24px}.contacts-links{margin:14px 0;gap:8px}.contacts-card,.contacts-form-wrap{padding:14px}.contacts-form{gap:6px}.contacts-form textarea{min-height:100px}.home-lifestyle{padding-top:20px;padding-bottom:20px}.home-lifestyle-content{padding:14px 16px}.home-lifestyle-content h3{font-size:15px}.home-lifestyle-media{aspect-ratio:1 / 1}.home-lifestyle-image{height:100%}}@media(max-width:460px){.grid,.home-grid{grid-template-columns:1fr}.home-products-grid,.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-related-grid .product-related-card{min-width:min(47vw,168px);flex-basis:min(47vw,168px)}}@media(max-width:768px){.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-products-grid .home-product-card{width:100%;min-width:0;border-radius:10px}.home-products-grid .home-product-card .product-card-media{aspect-ratio:1 / 1;max-height:130px}.home-products-grid .home-product-card .product-card-media-wrap,.home-products-grid .home-product-card .product-card-media{width:100%;display:flex;align-items:center;justify-content:center}.home-products-grid .home-product-card .product-card-image,.home-products-grid .home-product-card .product-card-image--hover{display:block;margin:0 auto;width:100%;max-width:100%;left:auto!important;margin-left:0!important}.home-products-grid .home-product-card .product-card-content{padding:7px 7px 8px}.home-products-grid .home-product-card .product-card-category{margin-bottom:3px;font-size:10px}.home-products-grid .home-product-card .product-card-title{font-size:12px;line-height:1.25;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-products-grid .home-product-card .product-card-price{margin-top:4px;font-size:14px}.home-products-grid .home-product-card .product-card-badge{top:8px;left:8px;padding:4px 8px;font-size:10px}}.product-mobile-sticky-cta{display:none}@media(max-width:768px){.product-mobile-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-mobile-sticky-cta .btn{min-height:44px;font-size:13px;border-radius:var(--radius-sm)}.product-mobile-sticky-cta__add-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.product-page{padding-bottom:74px}}.contacts-page{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:20px;align-items:start}.contacts-card,.contacts-form-wrap{padding:24px}.contacts-links{display:flex;flex-direction:column;gap:10px;margin:18px 0}.contacts-links a{color:#111}.contacts-form{display:flex;flex-direction:column;gap:8px}.contacts-form input,.contacts-form textarea,.contacts-form select{border:1px solid #d7d7d7;background:#fff}.contacts-product-hint{background:#f8f8f8;border:1px solid #ececec;padding:12px;margin-bottom:12px}.contacts-product-hint p{margin:0 0 6px}.form-error{margin:0;color:#b42318;font-size:14px}.form-success{margin:0;color:#027a48;font-size:14px}@media(max-width:900px){.contacts-page{grid-template-columns:1fr}}.home-about--with-image,.home-cta--with-image{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:24px;align-items:center}.home-about-image-wrap,.home-cta-image-wrap{border:1px solid #e6e6e6;background:#fff;padding:8px}.home-about-image,.home-cta-image{width:100%;height:220px;object-fit:cover;display:block}.home-categories-head--with-image{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:18px;align-items:center}.home-categories-image-wrap{border:1px solid #e6e6e6;background:#fff;padding:8px}.home-categories-image{width:100%;height:140px;object-fit:cover;display:block}.home-admin-images-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-admin-image-card{border:1px solid #ececec;padding:12px;display:flex;flex-direction:column;gap:10px;background:#fff}.home-admin-image-title{margin:0;font-weight:600}.home-admin-preview-wrap{min-height:152px}.home-admin-preview{width:100%;height:152px;object-fit:cover;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;color:#777;background:#fafafa;text-align:center;padding:8px}.home-admin-preview--empty{font-size:14px}@media(max-width:900px){.home-about--with-image,.home-cta--with-image,.home-categories-head--with-image{grid-template-columns:1fr}}.admin-category-image-box{display:flex;flex-direction:column;gap:8px;margin-top:8px;margin-bottom:8px}.admin-category-preview{width:220px;height:124px;border-radius:10px;border:1px solid #dfdfdf;object-fit:cover;background:#fff}.admin-category-preview--placeholder{display:inline-flex;align-items:center;justify-content:center;color:#757575;background:#f6f7f9;font-size:13px}.home-lifestyle{padding-top:34px;padding-bottom:34px}.home-lifestyle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-lifestyle-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.home-lifestyle-media{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0;margin:0;padding:0}.home-lifestyle-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.home-lifestyle-content{position:static;padding:14px 16px;background:#fff;flex-shrink:0;margin:0;transform:none}.home-lifestyle-content h3{margin:0;font-size:17px}.home-lifestyle-content p{margin:6px 0 0;color:#5f5f5f;font-size:14px}.home-lifestyle-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #11182721}@media(max-width:1000px){.home-lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.home-lifestyle-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/2);grid-template-columns:none;gap:12px;overflow-x:auto;padding:4px 2px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-lifestyle-grid::-webkit-scrollbar{display:none}.home-lifestyle-card{scroll-snap-align:start;border-radius:12px;display:flex;flex-direction:column;background:#fff}.home-lifestyle-media{width:100%;aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0}.home-lifestyle-image{height:100%;object-fit:cover;border-radius:0}.home-lifestyle-content{padding:14px 16px;background:#fff}.home-lifestyle-content h3{font-size:14px;line-height:1.35}}.home-admin-lifestyle-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;align-items:end}.home-admin-lifestyle-form label{display:flex;flex-direction:column;gap:6px;font-size:14px}.home-admin-checkbox{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px!important}.home-admin-lifestyle-list{display:grid;gap:12px;margin-top:16px}.home-admin-lifestyle-item{border:1px solid #ececec;border-radius:12px;padding:10px;display:grid;grid-template-columns:180px minmax(0,1fr);gap:12px;background:#fff}.home-admin-lifestyle-preview{width:100%;height:140px;object-fit:cover;border-radius:8px;border:1px solid #ddd;background:#fafafa}.home-admin-lifestyle-item-meta{display:flex;flex-direction:column;gap:8px}.home-admin-lifestyle-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:760px){.home-admin-lifestyle-item{grid-template-columns:1fr}}.form-success{color:#166534;margin:0}.cart-page{display:grid;grid-template-columns:1.5fr minmax(280px,420px);gap:20px;align-items:start}.cart-items-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:14px;border:1px solid var(--color-border);border-radius:12px;padding:12px}.cart-item-image-link{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;border:1px solid #ebedf0}.cart-item-image{width:100%;height:100%;object-fit:cover;display:block}.cart-item-main{min-width:0}.cart-item-title{margin:0 0 6px;line-height:1.3;overflow-wrap:anywhere}.cart-item-price{margin:0 0 10px;color:var(--color-text-muted)}.cart-item-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cart-item-qty{min-width:32px;text-align:center;font-weight:600}.cart-item-total-wrap{min-width:120px;text-align:right}.cart-item-total-label{margin:0 0 4px;color:var(--color-text-muted);font-size:13px}.cart-item-total{margin:0;font-size:16px;font-weight:700}.cart-summary-row{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.cart-summary-total{margin:0;font-size:20px;font-weight:700}.cart-empty-state{display:grid;gap:12px;justify-items:start}.cart-checkout .contacts-form{display:grid;gap:8px}@media(max-width:980px){.cart-page{grid-template-columns:1fr}}@media(max-width:640px){.cart-item{grid-template-columns:84px 1fr}.cart-item-total-wrap{grid-column:1 / -1;text-align:left}.public-main{padding-top:84px}}.auth-card{max-width:520px;margin:24px auto;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;display:grid;gap:12px}.auth-card input{min-height:42px;border:1px solid var(--color-border);border-radius:10px;padding:10px 12px}.auth-link{color:#2563eb}.auth-link:hover{text-decoration:underline}.auth-form-grid{display:grid;gap:10px}.auth-google-btn{width:100%}.account-page{padding-top:20px;padding-bottom:40px}.account-shell{max-width:760px;margin:0 auto;display:grid;gap:16px}.account-shell-head{background:#fff;border:1px solid var(--color-border);border-radius:18px;padding:20px 24px}.account-shell-head h1{margin:0 0 8px;font-size:28px;line-height:1.1}.account-shell-head p{margin:0;color:var(--color-text-muted)}.account-card{background:#fff;border:1px solid var(--color-border);border-radius:18px;padding:20px 24px;display:grid;gap:14px}.account-card h2{margin:0;font-size:20px}.account-form-grid{display:grid;gap:12px}.account-form-grid label{display:grid;gap:6px;color:#1f2937;font-size:14px}.account-form-grid input{min-height:44px;border:1px solid var(--color-border);border-radius:12px;padding:10px 12px;font-size:15px}.account-form-grid input:focus{outline:none;border-color:#bfc6d5;box-shadow:0 0 0 3px #0f172a0f}.account-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:640px){.account-page{padding-top:10px;padding-bottom:30px}.account-shell-head,.account-card{border-radius:14px;padding:16px}.account-shell-head h1{font-size:24px}.account-actions .btn{width:100%}}.product-card-favorite-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:#ffffffeb;color:#6b7280;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:3}.product-card-favorite-btn.is-active{color:#dc2626}.favorites-page{display:grid;gap:16px}.favorites-items-list{display:grid;gap:12px}.favorites-item{display:grid;grid-template-columns:110px 1fr auto;gap:14px;align-items:center;border:1px solid var(--color-border);border-radius:14px;padding:12px}.favorites-item-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.favorites-item-title{margin:0 0 6px}.favorites-item-title a{color:inherit;text-decoration:none}.favorites-item-price{margin:0;font-weight:700}.favorites-item-actions{display:grid;gap:8px}@media(max-width:720px){.favorites-item{grid-template-columns:86px 1fr}.favorites-item-actions{grid-column:1 / -1;grid-template-columns:1fr 1fr}}.home-lifestyle .home-lifestyle-card{border-radius:18px;overflow:hidden}.home-lifestyle .home-lifestyle-media,.home-lifestyle .home-lifestyle-image,.home-lifestyle .home-lifestyle-media picture{border-radius:0}.home-lifestyle .home-lifestyle-image{width:100%;display:block;object-fit:cover}@media(max-width:900px){.home-lifestyle .home-lifestyle-card{border-radius:12px;overflow:hidden}.home-lifestyle .home-lifestyle-content{position:static}}.product-card-price--on-request,.product-price--on-request,.price-on-request-badge{color:var(--color-text-muted);font-weight:600;letter-spacing:.04em}.admin-checkbox-field{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--color-border);border-radius:12px;color:var(--color-text-muted)}:root{--torchere-navy: #000000;--torchere-ink: #111111;--torchere-white: #ffffff;--torchere-soft: #f5f5f5;--torchere-line: rgba(0, 0, 0, .14);--torchere-line-light: rgba(255, 255, 255, .2);--torchere-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--torchere-ui: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #000000;--color-primary-contrast: #ffffff;--color-text: #111111;--color-text-muted: #666666;--color-bg: #f5f5f5;--color-surface-soft: #f8f8f8;--color-border: #e5e5e5}html{scroll-behavior:smooth}body{background:var(--torchere-white);color:var(--torchere-ink);font-family:var(--torchere-ui);text-rendering:optimizeLegibility}::selection{background:var(--torchere-navy);color:var(--torchere-white)}.container{width:100%;max-width:1480px;padding-right:32px;padding-left:32px}.public-main{min-height:70vh;padding-top:108px}.btn{min-height:50px;padding:13px 22px;border-radius:2px;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;box-shadow:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.btn:hover{transform:translateY(-2px);box-shadow:none}.btn:focus-visible,.public-nav-link:focus-visible,.public-nav-icon-link:focus-visible,.home-category-arrow:focus-visible,.product-card-favorite-btn:focus-visible,.catalog-filter-reset:focus-visible,.catalog-active-filters button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.btn:disabled{cursor:not-allowed;opacity:.48;transform:none}.public-header{background:var(--torchere-navy);border-bottom:1px solid var(--torchere-line-light)}.public-header.is-scrolled{box-shadow:0 14px 36px #00000029}.public-header-inner{min-height:84px;padding-top:12px;padding-bottom:12px}.logo{height:36px}.logo-image{height:36px;mix-blend-mode:screen}.public-nav-center{gap:2px}.public-nav-link{color:var(--torchere-white);padding:10px 12px;border-radius:2px;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.public-nav-link:hover,.public-nav-trigger.is-open{background:#ffffff17}.public-nav-caret{color:#ffffff9e}.public-nav-icon-link{color:var(--torchere-white);border-radius:2px}.public-nav-icon-link:hover{background:#ffffff17}.public-nav-icon-badge{background:var(--torchere-white);color:var(--torchere-navy)}.nav-contact-btn{min-height:44px;margin-left:10px;padding:11px 18px;border-color:var(--torchere-white);background:var(--torchere-white);color:var(--torchere-navy)}.nav-contact-btn:hover{border-color:var(--torchere-white);background:transparent;color:var(--torchere-white)}.nav-dropdown{top:calc(100% + 18px);border-color:var(--torchere-line);border-radius:2px;box-shadow:0 28px 70px #0000002e}.nav-dropdown-root,.nav-dropdown-child-link,.nav-dropdown-parent-link{color:var(--torchere-ink);text-transform:none;letter-spacing:0}.mobile-menu-toggle{border-color:#ffffff4d;border-radius:2px;background:transparent}.mobile-menu-toggle span{background:var(--torchere-white)}.home-page{gap:0}.home-section{position:relative;padding:104px 0;border:0;border-bottom:1px solid var(--torchere-line);border-radius:0;background:var(--torchere-white)}.home-section-kicker,.home-eyebrow{margin:0 0 20px;color:inherit;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:38px}.home-section-head h2,.home-about h2,.home-cta-title,.home-promise h2,.promotions-hero h1,.contacts-card h1,.contacts-form-wrap h2,.catalog-page h1,.product-info h1,.auth-card h1,.account-shell-head h1{font-family:var(--torchere-display);font-weight:400;letter-spacing:-.025em}.home-section-head h2{max-width:720px;margin:0;font-size:clamp(38px,4.5vw,64px);line-height:1.06}.home-section-head p{max-width:440px;margin:0;color:#111827ad;font-size:14px;line-height:1.7}.home-hero{isolation:isolate;display:flex;min-height:min(790px,calc(100vh - 140px));padding:clamp(56px,7vw,108px);overflow:hidden;border-bottom:0;background-color:var(--torchere-navy);background-image:radial-gradient(circle at 80% 18%,rgba(255,255,255,.12),transparent 27%),linear-gradient(135deg,var(--torchere-navy),var(--torchere-ink));color:var(--torchere-white)}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#000000eb,#000000a3 48%,#0000002e)}.home-hero:not(.home-hero--with-image):after{content:"";position:absolute;top:9%;right:7%;width:min(35vw,480px);aspect-ratio:1;z-index:-1;border:1px solid rgba(255,255,255,.16);transform:rotate(45deg)}.home-hero-content{display:flex;flex-direction:column;align-items:flex-start;align-self:center;max-width:760px}.home-hero h1{max-width:12ch;margin:0 0 24px;color:var(--torchere-white);font-family:var(--torchere-display);font-size:clamp(52px,6vw,92px);font-weight:400;line-height:1.02;letter-spacing:-.045em}.home-hero-subtitle{max-width:570px;color:#ffffffc7;font-size:clamp(15px,1.5vw,18px);line-height:1.65}.home-hero-actions{margin-top:34px;gap:12px}.home-hero .btn{min-width:194px;border-color:var(--torchere-white);background:var(--torchere-white);color:var(--torchere-navy)}.home-hero .btn-outline{border-color:#ffffffb3;background:transparent;color:var(--torchere-white)}.home-hero .btn:hover{border-color:var(--torchere-white);background:transparent;color:var(--torchere-white)}.home-hero .btn-outline:hover{background:var(--torchere-white);color:var(--torchere-navy)}.home-hero-meta{position:absolute;right:clamp(40px,6vw,92px);bottom:34px;left:clamp(40px,6vw,92px);display:flex;align-items:center;justify-content:flex-end;gap:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.28);color:#ffffffc2;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-hero-meta span+span:before{content:"·";margin-right:30px}.home-category-track{grid-auto-columns:calc((100% - 48px)/4);gap:16px;padding:0}.home-category-card{position:relative;border:0;border-radius:0;background:var(--torchere-navy);box-shadow:none}.home-category-card-media{aspect-ratio:3 / 4}.home-category-card-image,.home-category-card-placeholder{transition:transform .7s cubic-bezier(.2,.7,0,1)}.home-category-card-placeholder{background:var(--torchere-navy);color:#ffffffb3;font-family:var(--torchere-display);font-size:54px}.home-category-card-overlay{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78) 100%);opacity:1}.home-category-card-body{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:22px 20px;background:transparent}.home-category-card-body h3{color:var(--torchere-white);font-family:var(--torchere-display);font-size:clamp(19px,2vw,27px);font-weight:400;line-height:1.2}.home-category-card:hover{box-shadow:none;transform:none}.home-category-card:hover .home-category-card-image{transform:scale(1.045)}.home-category-arrow{width:48px;height:48px;border:1px solid var(--torchere-line);border-radius:50%;background:#fffffff0;color:var(--torchere-navy);box-shadow:0 10px 28px #0000001f}.home-grid,.catalog-products-grid{gap:42px 20px}.product-card{border:0;border-radius:0;background:transparent;box-shadow:none}.product-card-media{aspect-ratio:4 / 5;background:var(--torchere-soft)}@media(min-width:769px){.home-products-grid .home-product-card .product-card-media{aspect-ratio:7 / 5}}.product-card-content{gap:8px;padding:18px 2px 4px}.product-card-main{min-height:56px}.product-card-category{color:#1118278c;font-size:10px;font-weight:700;letter-spacing:.12em}.product-card-title{font-size:15px;font-weight:500;line-height:1.45}.product-card-price{font-size:16px;font-weight:700}.product-card:hover{border-color:transparent;box-shadow:none;transform:none}.product-card:hover .product-card-image{transform:scale(1.025)}.product-card-favorite-btn{top:14px;right:14px;border:0;border-radius:50%;background:#fffffff0;color:var(--torchere-navy);box-shadow:0 8px 24px #00000014;cursor:pointer}.product-card-favorite-btn.is-active{color:var(--torchere-navy)}.product-card-badge{top:14px;left:14px;border-radius:1px;background:var(--torchere-navy);font-size:9px;letter-spacing:.15em}.home-promise{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.5fr);gap:clamp(48px,8vw,124px);padding-right:clamp(34px,6vw,88px);padding-left:clamp(34px,6vw,88px);background:var(--torchere-navy);color:var(--torchere-white)}.home-promise-intro{align-self:start}.home-promise h2{margin:0;font-size:clamp(38px,4vw,62px);line-height:1.1}.home-promise-grid{display:grid}.home-promise-item{display:grid;grid-template-columns:52px minmax(180px,.72fr) minmax(240px,1fr);gap:24px;align-items:start;padding:28px 0;border-top:1px solid var(--torchere-line-light)}.home-promise-item:last-child{border-bottom:1px solid var(--torchere-line-light)}.home-promise-number{color:#ffffff80;font-size:11px;font-weight:700;letter-spacing:.15em}.home-promise-item h3{color:var(--torchere-white);font-family:var(--torchere-display);font-size:22px;font-weight:400;line-height:1.35}.home-promise-item p{margin:0;color:#ffffffa8;font-size:14px;line-height:1.7}.home-about{padding-top:112px;padding-bottom:112px;background:var(--torchere-white)}.home-about--with-image{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:clamp(48px,8vw,120px);align-items:center}.home-about-image-wrap,.home-cta-image-wrap,.home-categories-image-wrap{overflow:hidden;border:0;background:var(--torchere-soft);padding:0}.home-about-image{height:clamp(520px,55vw,720px);transition:transform .8s cubic-bezier(.2,.7,0,1)}.home-about:hover .home-about-image{transform:scale(1.015)}.home-about-content{max-width:620px}.home-about h2{margin-bottom:28px;font-size:clamp(42px,5vw,72px);line-height:1.08}.home-about p{color:#111827b3;font-size:16px;line-height:1.85}.home-about-signature{display:grid;gap:6px;margin-top:42px;padding-top:24px;border-top:1px solid var(--torchere-line)}.home-about-signature span{font-family:var(--torchere-display);font-size:22px}.home-about-signature small{color:#11182780;font-size:9px;font-weight:700;letter-spacing:.18em}.home-lifestyle-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:22px}.home-lifestyle-card{grid-column:span 6;border:0;border-radius:0;background:transparent}.home-lifestyle-card:nth-child(4n+1),.home-lifestyle-card:nth-child(4n+4){grid-column:span 7}.home-lifestyle-card:nth-child(4n+2),.home-lifestyle-card:nth-child(4n+3){grid-column:span 5}.home-lifestyle-media{aspect-ratio:4 / 3;background:var(--torchere-soft)}.home-lifestyle-card:nth-child(2n) .home-lifestyle-media{aspect-ratio:1 / 1}.home-lifestyle-content{padding:18px 0 0}.home-lifestyle-content h3{font-family:var(--torchere-display);font-size:23px;font-weight:400}.home-lifestyle-card:hover{box-shadow:none;transform:none}.home-lifestyle-card:hover .home-lifestyle-image{transform:scale(1.025)}.home-lifestyle-image{transition:transform .7s cubic-bezier(.2,.7,0,1)}.home-cta{min-height:560px;padding:clamp(56px,7vw,104px);background:var(--torchere-navy);color:var(--torchere-white);text-align:left}.home-cta--with-image{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:clamp(48px,7vw,100px)}.home-cta-image-wrap{order:2}.home-cta-image{height:430px}.home-cta-content{align-content:center;justify-items:start;max-width:720px;text-align:left}.home-cta-title{max-width:13ch;color:var(--torchere-white);font-size:clamp(42px,5.3vw,76px);line-height:1.08}.home-cta-subtitle{max-width:48ch;margin:20px 0 32px;color:#ffffffb3;font-size:16px;line-height:1.7}.home-cta .row{justify-content:flex-start}.home-cta .btn{border-color:var(--torchere-white);background:var(--torchere-white);color:var(--torchere-navy)}.catalog-page{padding:64px 0 104px}.catalog-page h1{font-size:clamp(52px,6vw,86px);line-height:1}.catalog-top{align-items:end;margin-bottom:52px;padding-bottom:28px;border-bottom:1px solid var(--torchere-line)}.catalog-top .catalog-muted{margin:14px 0 0;font-size:15px}.catalog-top-note{margin:0 0 7px;color:#11182780;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.catalog-layout{grid-template-columns:250px minmax(0,1fr);gap:clamp(34px,4.5vw,72px);margin-top:0}.catalog-filters{position:sticky;top:112px;padding:22px 0;border:0;border-top:1px solid var(--torchere-line);border-bottom:1px solid var(--torchere-line);border-radius:0;background:transparent;gap:8px}.catalog-filters h3{margin-bottom:14px;font-family:var(--torchere-display);font-size:24px;font-weight:400}.catalog-filters label{margin-top:10px;color:#11182794;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.catalog-filters input,.catalog-filters select{width:100%;min-height:46px;border:1px solid var(--torchere-line);border-radius:0;background:var(--torchere-white);color:var(--torchere-ink);font:inherit;font-size:14px}.catalog-filters input:focus,.catalog-filters select:focus,.contacts-form input:focus,.contacts-form textarea:focus,.contacts-form select:focus,.auth-card input:focus,.account-form-grid input:focus{outline:1px solid var(--torchere-navy);outline-offset:1px;border-color:var(--torchere-navy)}.catalog-filter-reset{margin-top:14px;padding:7px 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--torchere-navy);font:inherit;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.catalog-results-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:44px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--torchere-line);color:#11182794;font-size:12px}.catalog-results-bar p{margin:0;color:var(--torchere-ink);font-weight:600}.catalog-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.catalog-active-filters button{min-height:34px;padding:7px 12px;border:1px solid var(--torchere-line);border-radius:999px;background:var(--torchere-white);color:var(--torchere-ink);font:inherit;font-size:11px;cursor:pointer}.catalog-active-filters span{margin-left:4px}.catalog-error-state{margin:0 0 24px;padding:18px 20px;border:1px solid var(--torchere-line);border-left:3px solid var(--torchere-navy);background:var(--torchere-soft);font-size:14px}.catalog-products-grid{margin-top:0}.catalog-pagination{justify-content:center;margin-top:54px}.catalog-pagination button{min-width:100px;border:1px solid var(--torchere-line);border-radius:0;background:var(--torchere-white);color:var(--torchere-navy);cursor:pointer}.product-page{padding:36px 0 110px}.breadcrumbs{margin-bottom:24px;color:#11182785;font-size:11px;letter-spacing:.04em}@media(min-width:901px){.product-hero{grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:clamp(42px,6vw,92px);justify-content:stretch}.product-gallery{max-width:none}}.product-main-image-frame{border:0;border-radius:0;background:var(--torchere-soft)}.product-thumbs{gap:10px;padding-top:12px}.product-thumb{width:82px;height:82px;border-color:var(--torchere-line);border-radius:0}.product-thumb.is-active{border-color:var(--torchere-navy)}.product-info{position:sticky;top:116px;padding:12px 0 0;border-radius:0}.product-info h1{padding-right:58px;font-size:clamp(38px,4vw,56px);line-height:1.1}.product-price{margin:22px 0 18px;color:var(--torchere-navy);font-size:clamp(26px,3vw,34px);font-weight:600}.product-description{margin-bottom:22px;color:#111827b8;line-height:1.75}.product-size-variant-btn{border-radius:0}.product-specs-wrap{margin:24px 0;padding:22px 0;border-top:1px solid var(--torchere-line);border-bottom:1px solid var(--torchere-line)}.product-specs{padding-left:0;list-style:none;line-height:1.7}.product-cta-row{display:grid;grid-template-columns:1fr 1fr}.product-cta-row .btn{min-width:0}.product-cta-row .btn:last-child{grid-column:1 / -1;min-height:auto;padding:9px;border:0;background:transparent;color:var(--torchere-navy);text-decoration:underline;text-underline-offset:4px}.product-trust-block{margin-top:26px;padding-top:22px}.product-related-section{margin-top:104px;padding-top:34px;border-top:1px solid var(--torchere-line)}.product-related-section h2{margin-bottom:30px;font-family:var(--torchere-display);font-size:clamp(34px,4vw,52px);font-weight:400}.promotions-page{padding:64px 0 110px}.promotions-hero{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(300px,.55fr);justify-content:space-between;gap:48px;align-items:end;margin-bottom:58px;padding-bottom:34px;border-bottom:1px solid var(--torchere-line)}.promotions-hero .home-section-kicker{grid-column:1 / -1;margin-bottom:-26px}.promotions-hero h1{margin:0;font-size:clamp(52px,6vw,86px);line-height:1}.promotions-hero>p:last-child{margin:0 0 8px;color:#1118279e;line-height:1.7}.promotions-grid{margin-top:0}.promotions-empty{max-width:700px;padding:54px 0}.promotions-empty h2{margin:0 0 14px;font-family:var(--torchere-display);font-size:36px;font-weight:400}.promotions-empty p{color:#1118279e;line-height:1.7}.contacts-page{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:0;max-width:1180px;margin:64px auto 110px}.contacts-card,.contacts-form-wrap{min-height:680px;padding:clamp(38px,5vw,72px);border:0;border-radius:0}.contacts-card{background:var(--torchere-navy);color:var(--torchere-white)}.contacts-card h1{margin:0 0 26px;color:var(--torchere-white);font-size:clamp(46px,5vw,72px);line-height:1}.contacts-card .catalog-muted{color:#ffffffad;font-size:15px;line-height:1.75}.contacts-links{margin:42px 0;gap:0;border-top:1px solid var(--torchere-line-light)}.contacts-links a{display:grid;grid-template-columns:24px 1fr 20px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--torchere-line-light);color:var(--torchere-white)}.contacts-links a>span{display:grid;gap:4px}.contacts-links small{color:#ffffff85;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.contacts-location{display:flex;align-items:center;gap:10px;color:#ffffffb3;font-size:13px}.contacts-form-wrap{border:1px solid var(--torchere-line);border-left:0;background:var(--torchere-white)}.contacts-form-wrap h2{margin:0 0 32px;font-size:clamp(38px,4vw,56px);line-height:1.08}.contacts-form{gap:9px}.contacts-form label{margin-top:10px;color:#11182794;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.contacts-form input,.contacts-form textarea,.contacts-form select{min-height:52px;border-color:var(--torchere-line);border-radius:0;font:inherit;font-size:15px}.contacts-form textarea{min-height:130px;resize:vertical}.contacts-form .btn{margin-top:14px}.contacts-product-hint{border-color:var(--torchere-line);background:var(--torchere-soft)}.cart-page,.favorites-page,.account-page.container{margin-top:48px;margin-bottom:96px}.cart-main.card,.cart-checkout.card,.favorites-page.card,.account-card,.auth-card{border-color:var(--torchere-line);border-radius:0;box-shadow:none}.cart-main>h1,.favorites-page-header h1,.cart-checkout h2,.account-shell-head h1,.auth-card h1{font-family:var(--torchere-display);font-weight:400}.cart-main>h1,.favorites-page-header h1,.account-shell-head h1{font-size:clamp(38px,4vw,58px)}.cart-item,.favorites-item{border-color:var(--torchere-line);border-radius:0}.cart-item-image,.favorites-item-image{border-radius:0;background:var(--torchere-soft)}.auth-card{max-width:520px;margin:64px auto 100px;padding:clamp(30px,5vw,56px)}.auth-card input,.account-form-grid input{min-height:50px;border:1px solid var(--torchere-line);border-radius:0;font:inherit}.site-footer{margin-top:0;border-radius:0;background:var(--torchere-navy);color:var(--torchere-white);box-shadow:none}.site-footer-inner{display:grid;grid-template-columns:minmax(300px,1.35fr) minmax(170px,.55fr) minmax(220px,.65fr);gap:clamp(52px,8vw,128px);padding-top:90px;padding-bottom:72px}.site-footer-brand-block{align-items:flex-start;gap:18px}.site-footer-brand{color:var(--torchere-white);font-family:var(--torchere-display);font-size:clamp(32px,4vw,52px);font-weight:400;letter-spacing:.08em}.site-footer-description{max-width:440px;color:#ffffff9e;font-size:14px;line-height:1.75}.site-footer-contacts{justify-content:flex-start;gap:14px 28px}.site-footer-contact-link{color:#ffffffc7}.site-footer-column-title{margin:5px 0 24px;color:#ffffff7a;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.site-footer-nav,.site-footer-service-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.site-footer-nav a,.site-footer-service-block p,.site-footer-service-block a{margin:0;color:#ffffffbd;font-size:13px;line-height:1.5}.site-footer-nav a:hover,.site-footer-service-block a:hover{color:var(--torchere-white)}.site-footer-consultation-link{margin-top:14px!important;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.5)}.site-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:22px;padding-bottom:28px;border-top:1px solid var(--torchere-line-light);color:#ffffff6b;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}@media(max-width:1180px){.public-nav-link{padding-right:8px;padding-left:8px;font-size:11px}.nav-contact-btn{padding-right:13px;padding-left:13px}.catalog-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.container{padding-right:20px;padding-left:20px}.public-main{padding-top:86px}.public-header-mobile-actions{color:var(--torchere-white)}.home-section{padding-top:76px;padding-bottom:76px}.home-hero{min-height:680px;padding:58px 34px 100px}.home-hero:before{background:linear-gradient(180deg,#000000ad,#000000d1)}.home-hero-meta{right:34px;bottom:26px;left:34px;justify-content:flex-start;gap:16px}.home-hero-meta span+span:before{margin-right:16px}.home-section-head{display:grid;gap:12px}.home-category-track{grid-auto-columns:calc((100% - 14px)/2);gap:14px}.home-promise{grid-template-columns:1fr;gap:44px;padding-right:34px;padding-left:34px}.home-about--with-image,.home-cta--with-image{grid-template-columns:1fr}.home-about-image{height:min(620px,78vw)}.home-cta-image-wrap{order:0}.home-cta-image{height:min(430px,62vw)}.home-lifestyle-grid{display:grid;grid-auto-flow:column;grid-auto-columns:72%;grid-template-columns:none}.home-lifestyle-card,.home-lifestyle-card:nth-child(n){grid-column:auto}.catalog-page,.promotions-page{padding-top:44px;padding-bottom:80px}.catalog-layout{grid-template-columns:1fr}.catalog-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-info{position:static}.product-related-section{margin-top:72px}.contacts-page{grid-template-columns:1fr;margin-top:36px;margin-bottom:80px}.contacts-card,.contacts-form-wrap{min-height:0}.contacts-form-wrap{border-left:1px solid var(--torchere-line)}.promotions-hero{grid-template-columns:1fr;gap:18px}.promotions-hero .home-section-kicker{grid-column:auto;margin-bottom:0}.site-footer-inner{grid-template-columns:1fr 1fr}.site-footer-brand-block{grid-column:1 / -1}}@media(max-width:600px){.container{padding-right:14px;padding-left:14px}.public-main{padding-top:76px}.public-header-inner{min-height:62px}.logo,.logo-image{height:27px}.home-hero{min-height:620px;padding:46px 20px 112px}.home-hero h1{font-size:clamp(40px,12vw,57px)}.home-hero-actions{display:grid;width:100%}.home-hero-actions .btn{width:100%}.home-hero-meta{right:20px;bottom:22px;left:20px;display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;line-height:1.4}.home-hero-meta span+span:before{display:none}.home-section{padding-top:60px;padding-bottom:60px}.home-section-head h2{font-size:36px}.home-section-head p{font-size:13px}.home-category-track{grid-auto-columns:82%}.home-category-card-media{aspect-ratio:4 / 5}.home-products-grid,.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 9px}.home-products-grid .home-product-card .product-card-media{max-height:none;aspect-ratio:4 / 5}.home-products-grid .home-product-card .product-card-content,.product-card-content{padding:12px 2px 2px}.home-products-grid .home-product-card .product-card-title,.product-card-title{font-size:12px}.home-products-grid .home-product-card .product-card-price,.product-card-price{font-size:13px}.home-promise{gap:34px;padding-right:20px;padding-left:20px}.home-promise-item{grid-template-columns:34px 1fr;gap:10px 14px}.home-promise-item p{grid-column:2}.home-about h2,.home-cta-title{font-size:40px}.home-about p,.home-cta-subtitle{font-size:14px}.home-about-image{height:112vw;max-height:560px}.home-lifestyle-grid{grid-auto-columns:84%}.home-cta{min-height:0;padding-right:20px;padding-left:20px}.catalog-top{margin-bottom:20px}.catalog-top-note{display:none}.catalog-results-bar{margin-top:16px}.catalog-results-bar span{display:none}.product-page{padding-top:18px}.product-info h1{font-size:32px}.product-cta-row{grid-template-columns:1fr}.product-cta-row .btn:last-child{grid-column:auto}.product-mobile-sticky-cta{background:var(--torchere-white)}.contacts-card,.contacts-form-wrap{padding:34px 22px}.contacts-card h1{font-size:44px}.contacts-form-wrap h2{font-size:36px}.site-footer-inner{grid-template-columns:1fr;gap:44px;padding-top:64px;padding-bottom:52px}.site-footer-brand-block{grid-column:auto}.site-footer-bottom{display:grid}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-scroll-progress{position:absolute;bottom:-1px;left:0;z-index:3;height:2px;background:var(--torchere-white);pointer-events:none;transition:width 80ms linear}.home-section-head h2,.home-about h2,.home-cta-title,.home-promise h2,.promotions-hero h1,.contacts-card h1,.contacts-form-wrap h2,.catalog-page h1,.product-info h1,.auth-card h1,.account-shell-head h1,.product-related-section h2,.promotions-empty h2,.site-footer-brand,.home-category-card-body h3,.home-promise-item h3,.home-lifestyle-content h3{font-family:var(--torchere-ui);font-weight:600;letter-spacing:-.055em}.public-header{background:#000}.public-header-inner{min-height:76px}.public-nav-link{font-size:11px;letter-spacing:.1em}.home-hero{min-height:min(860px,calc(100vh - 106px));background-color:#000;background-image:none}.home-hero:before{background:linear-gradient(90deg,#000000eb,#0000009e,#00000024)}.home-hero:not(.home-hero--with-image):after{top:0;right:0;bottom:0;left:0;width:auto;aspect-ratio:auto;border:0;transform:none;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:12.5% 100%,100% 25%;-webkit-mask-image:linear-gradient(90deg,transparent 22%,#000 72%);mask-image:linear-gradient(90deg,transparent 22%,#000 72%)}.home-hero h1{max-width:11ch;font-size:clamp(62px,7.4vw,116px);font-weight:500;line-height:.94;letter-spacing:-.075em}.home-hero-index{position:absolute;top:clamp(42px,5vw,76px);right:clamp(40px,6vw,92px);display:grid;justify-items:end;gap:8px;color:var(--torchere-white)}.home-hero-index span{font-size:9px;font-weight:700;letter-spacing:.18em}.home-hero-index strong{font-size:clamp(54px,6vw,88px);font-weight:300;line-height:.8;letter-spacing:-.08em}.brand-marquee{overflow:hidden;border-top:1px solid #000000;border-bottom:1px solid #000000;background:var(--torchere-white);color:#000}.brand-marquee-track{display:flex;width:max-content;will-change:transform;animation:torchere-marquee 28s linear infinite}.brand-marquee-group{--marquee-gap: clamp(52px, 5vw, 96px);display:flex;flex-shrink:0;align-items:center;gap:var(--marquee-gap);padding-right:var(--marquee-gap)}.brand-marquee-item{display:inline-flex;align-items:center;padding:18px 0;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.brand-marquee-dot{font-size:6px}@keyframes torchere-marquee{to{transform:translate(-50%)}}.home-hero-scroll{position:absolute;bottom:30px;left:clamp(40px,6vw,92px);display:flex;align-items:center;gap:14px;color:#ffffff9e;font-size:8px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.home-hero-scroll i{position:relative;display:block;width:54px;height:1px;overflow:hidden;background:#ffffff47}.home-hero-scroll i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translate(-100%);animation:torchere-scroll-line 2.4s ease-in-out infinite}@keyframes torchere-scroll-line{50%,to{transform:translate(100%)}}.home-design-service{overflow:hidden;padding-top:38px;padding-bottom:0;background:#fff}.home-design-service-meta{display:flex;align-items:center;justify-content:space-between;gap:24px}.home-design-service-meta .home-section-kicker{margin:0}.home-design-service-meta>span{color:#0000007a;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home-design-service-statement{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.55fr);gap:clamp(48px,8vw,128px);align-items:end;padding:clamp(70px,8vw,126px) 0 clamp(76px,9vw,142px)}.home-design-service-statement h2{display:grid;gap:2px;margin:0;font-size:clamp(54px,7vw,108px);font-weight:500;line-height:.9;letter-spacing:-.078em}.home-design-service-statement h2 span{color:#00000047;font-weight:400}.home-design-service-statement h2 strong{color:#000;font-weight:600}.home-design-service-summary{display:grid;justify-items:start;gap:30px;padding-bottom:4px}.home-design-service-summary p{margin:0;color:#000000a3;font-size:14px;line-height:1.85}.home-design-service-process{position:relative;left:50%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100vw;margin-left:-50vw;padding:0 max(32px,calc((100vw - 1480px)/2 + 32px));background:#000;color:#fff}.home-design-service-step{position:relative;min-height:330px;padding:38px clamp(28px,3vw,48px) 40px;border-left:1px solid rgba(255,255,255,.22);transition:background-color .26s ease,color .26s ease}.home-design-service-step:last-child{border-right:1px solid rgba(255,255,255,.22)}.home-design-service-number{display:block;margin-bottom:clamp(70px,8vw,118px);color:#ffffff80;font-size:10px;font-weight:700;letter-spacing:.16em}.home-design-service-step h3{max-width:12ch;margin:0 0 14px;color:inherit;font-size:clamp(24px,2.2vw,34px);font-weight:500;line-height:1.05;letter-spacing:-.055em}.home-design-service-step p{max-width:34ch;margin:0;color:#ffffff9e;font-size:13px;line-height:1.7;transition:color .26s ease}.home-design-service-arrow{position:absolute;top:34px;right:34px;font-size:22px;transition:transform .22s ease}.home-design-service-step:hover{background:#fff;color:#000}.home-design-service-step:hover .home-design-service-number,.home-design-service-step:hover p{color:#00000094}.home-design-service-step:hover .home-design-service-arrow{transform:translate(4px,-4px)}.home-section{padding-top:120px;padding-bottom:120px}.home-section-head h2{font-size:clamp(48px,5.6vw,84px);line-height:.98}.home-section-head-side{display:grid;justify-items:end;gap:20px;max-width:440px}.home-inline-link{display:inline-flex;align-items:center;gap:12px;padding-bottom:7px;border-bottom:1px solid #000000;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-inline-link span{font-size:15px;transition:transform .18s ease}.home-inline-link:hover span{transform:translate(3px,-3px)}.home-category-track{grid-auto-columns:calc((100% - 32px) / 3)}.home-category-card-media{aspect-ratio:4 / 5}.home-category-card-body{display:grid;grid-template-columns:34px 1fr 24px;gap:14px;align-items:end;padding:24px}.home-category-card-index{padding-bottom:4px;color:#ffffff9e;font-size:9px;font-weight:700;letter-spacing:.12em}.home-category-card-arrow{font-size:22px;line-height:1;transition:transform .22s ease}.home-category-card:hover .home-category-card-arrow{transform:translate(4px,-4px)}.product-card-content{position:relative;padding-top:16px;border-top:1px solid transparent;transition:border-color .22s ease}.product-card-view{position:absolute;right:2px;bottom:5px;opacity:0;color:#000;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease}.product-card:hover .product-card-view{opacity:1;transform:translateY(0)}.home-promise{background:#000}.home-promise-number{color:#ffffff7a;font-size:28px;font-weight:300;letter-spacing:-.05em}.home-promise-item h3{font-size:24px}.home-about-image-wrap,.home-lifestyle-media,.product-card-media{position:relative}.home-about-image-wrap:after,.home-lifestyle-media:after,.product-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.08);pointer-events:none}.home-cta,.site-footer,.contacts-card{background:#000}.catalog-page h1,.promotions-hero h1{font-size:clamp(64px,8vw,118px);letter-spacing:-.075em}[data-reveal-ready=true]{opacity:0;transform:translateY(34px);transition:opacity .72s cubic-bezier(.2,.7,0,1),transform .72s cubic-bezier(.2,.7,0,1)}[data-reveal-ready=true].is-revealed{opacity:1;transform:translateY(0)}.product-card[data-reveal-ready=true]:nth-child(2n){transition-delay:70ms}.product-card[data-reveal-ready=true]:nth-child(3n){transition-delay:.13s}@media(max-width:900px){.home-section{padding-top:84px;padding-bottom:84px}.home-hero{min-height:720px}.home-hero-index{top:34px;right:34px}.home-category-track{grid-auto-columns:calc((100% - 14px)/2)}.home-section-head-side{justify-items:start}.home-design-service-statement{grid-template-columns:1fr;gap:38px}.home-design-service-summary{max-width:560px}.home-design-service-process{padding-right:24px;padding-left:24px}.home-design-service-step{min-height:300px;padding-right:24px;padding-left:24px}}@media(max-width:600px){.home-hero{min-height:660px}.home-hero h1{font-size:clamp(45px,13vw,64px)}.home-hero-index{top:24px;right:20px}.home-hero-index strong{font-size:48px}.brand-marquee-item{padding:15px 0;font-size:9px}.home-section{padding-top:68px;padding-bottom:68px}.home-section-head h2{font-size:42px}.home-category-track{grid-auto-columns:86%}.home-category-card-body{grid-template-columns:28px 1fr 20px;padding:20px}.home-hero-scroll{display:none}.home-design-service{padding-top:28px}.home-design-service-meta{display:grid;gap:12px}.home-design-service-statement{padding-top:58px;padding-bottom:72px}.home-design-service-statement h2{font-size:clamp(48px,14vw,70px);line-height:.94}.home-design-service-process{grid-template-columns:1fr;padding:0 20px}.home-design-service-step{min-height:0;padding:28px 48px 30px 0;border-top:1px solid rgba(255,255,255,.22);border-left:0}.home-design-service-step:last-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.home-design-service-number{margin-bottom:42px}.home-design-service-arrow{top:24px;right:2px}.product-card-view{display:none}.catalog-page h1,.promotions-hero h1{font-size:58px}}@media(prefers-reduced-motion:reduce){.brand-marquee-track{animation:none}.home-hero-scroll i:after{animation:none}[data-reveal-ready=true]{opacity:1;transform:none}}.home-cta{--cta-pointer-x: 72%;--cta-pointer-y: 38%;isolation:isolate;position:relative;display:grid;align-items:center;min-height:clamp(680px,80vh,900px);overflow:hidden;padding:clamp(76px,9vw,138px) clamp(34px,7vw,108px) 108px;background:#000;color:#fff}.home-cta--with-image{grid-template-columns:1fr;gap:0}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#000000f0,#000000c7 42%,#00000057),linear-gradient(0deg,rgba(0,0,0,.62),transparent 44%);pointer-events:none}.home-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:radial-gradient(circle at var(--cta-pointer-x) var(--cta-pointer-y),rgba(255,255,255,.2) 0,rgba(255,255,255,.075) 12%,transparent 31%);mix-blend-mode:screen;pointer-events:none;transition:background-position .16s ease-out}.home-cta-image-wrap{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%;z-index:0;width:auto;overflow:hidden;background:#000}.home-cta-image{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08) brightness(.76);transform:scale(1.06);transform-origin:68% 48%;animation:torchere-cta-film 18s cubic-bezier(.42,0,.35,1) infinite alternate}.home-cta-ambient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow:hidden;pointer-events:none}.home-cta-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.42;background-image:linear-gradient(rgba(255,255,255,.105) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.105) 1px,transparent 1px);background-size:100% 25%,12.5% 100%;-webkit-mask-image:linear-gradient(90deg,transparent 5%,#000 62%,#000 100%);mask-image:linear-gradient(90deg,transparent 5%,#000 62%,#000 100%)}.home-cta-ambient:before{content:"";position:absolute;top:-42%;left:56%;width:18%;height:190%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);filter:blur(18px);transform:rotate(18deg) translate(-180%);animation:torchere-cta-light-sweep 10s ease-in-out infinite}.home-cta-word{position:absolute;top:9%;left:-.04em;color:transparent;font-size:clamp(138px,21vw,340px);font-weight:700;line-height:.8;letter-spacing:-.09em;white-space:nowrap;-webkit-text-stroke:1px rgba(255,255,255,.16);animation:torchere-cta-word-drift 16s ease-in-out infinite alternate}.home-cta-frame{position:absolute;top:16%;right:7%;width:clamp(220px,29vw,440px);aspect-ratio:1;border:1px solid rgba(255,255,255,.2);transform:rotate(45deg);animation:torchere-cta-frame 22s linear infinite}.home-cta-frame:before,.home-cta-frame:after{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px solid rgba(255,255,255,.1)}.home-cta-frame:after{top:28%;right:28%;bottom:28%;left:28%}.home-cta-content{position:relative;z-index:3;align-content:center;justify-items:start;max-width:1060px;text-align:left}.home-cta .home-section-kicker{display:inline-flex;align-items:center;gap:14px;color:#ffffffad}.home-cta .home-section-kicker:before{content:"";width:34px;height:1px;background:currentColor}.home-cta-title{max-width:10.5ch;margin:0;color:#fff;font-size:clamp(62px,8.2vw,126px);font-weight:500;line-height:.91;letter-spacing:-.078em;text-wrap:balance}.home-cta-subtitle{max-width:48ch;margin:30px 0 38px;color:#ffffffb3;font-size:clamp(14px,1.2vw,17px);line-height:1.75}.home-cta-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:min(100%,300px);min-height:58px;padding-right:20px;padding-left:24px}.home-cta-button span{font-size:18px;transition:transform .22s ease}.home-cta-button:hover span{transform:translate(4px,-4px)}.home-cta-meta{position:absolute;right:clamp(34px,7vw,108px);bottom:30px;left:clamp(34px,7vw,108px);z-index:3;display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.24);color:#ffffff85;font-size:8px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}@keyframes torchere-cta-film{0%{transform:scale(1.06) translateZ(0)}to{transform:scale(1.15) translate3d(-2.2%,-1.4%,0)}}@keyframes torchere-cta-light-sweep{0%,18%{opacity:0;transform:rotate(18deg) translate(-220%)}46%{opacity:1}72%,to{opacity:0;transform:rotate(18deg) translate(360%)}}@keyframes torchere-cta-word-drift{0%{transform:translate3d(-1.5%,0,0)}to{transform:translate3d(2.5%,5%,0)}}@keyframes torchere-cta-frame{to{transform:rotate(405deg)}}@media(max-width:900px){.home-cta{min-height:720px;padding:84px 34px 100px}.home-cta-frame{top:22%;right:-10%;opacity:.72}.home-cta-title{font-size:clamp(58px,11vw,92px)}.home-cta-meta{right:34px;left:34px}}@media(max-width:600px){.home-cta{min-height:680px;padding:72px 20px 100px}.home-cta:before{background:linear-gradient(90deg,#000000e6,#0000008f)}.home-cta:after{background:radial-gradient(circle at 70% 35%,rgba(255,255,255,.13),transparent 32%)}.home-cta-title{max-width:11ch;font-size:clamp(48px,14vw,68px);line-height:.95}.home-cta-subtitle{margin-top:24px;margin-bottom:30px}.home-cta-button{width:100%}.home-cta-word{top:15%;font-size:42vw}.home-cta-frame{top:26%;right:-34%;width:82vw}.home-cta-meta{right:20px;left:20px;display:grid;gap:7px}}@media(prefers-reduced-motion:reduce){.home-cta-image,.home-cta-ambient:before,.home-cta-word,.home-cta-frame{animation:none}}.home-hero--matrix{position:relative;width:100vw;min-height:calc(100vh - 76px);margin-left:calc(50% - 50vw);padding-right:max(32px,calc((100vw - 1480px)/2 + 32px));padding-left:max(32px,calc((100vw - 1480px)/2 + 32px));background:#000;background-image:none}.home-hero--matrix:before{top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#000,#000000f5 27%,#00000085 55%,#0000000a 82%),linear-gradient(0deg,rgba(0,0,0,.68),transparent 32%)}.home-hero--matrix:after{display:none}.home-hero-matrix-scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:radial-gradient(circle at 74% 44%,rgba(255,255,255,.09),transparent 24%),#000}.home-hero-lamp-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;opacity:.96}.home-hero-matrix-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.68),transparent 48%,transparent 88%,rgba(0,0,0,.32)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 28%);pointer-events:none}.home-hero--matrix .home-hero-content{position:relative;z-index:3;width:min(62vw,900px);max-width:none}.home-hero--matrix h1{max-width:16ch;margin-bottom:26px;font-size:clamp(58px,5.75vw,94px);font-weight:500;line-height:.93;letter-spacing:-.072em;text-wrap:balance}.home-hero--matrix .home-hero-subtitle{max-width:48ch;color:#ffffff9e}.home-hero-object-meta{position:absolute;top:clamp(38px,5vw,70px);right:max(32px,calc((100vw - 1480px)/2 + 32px));z-index:3;display:grid;justify-items:end;gap:8px;color:#fff;text-align:right}.home-hero-object-meta span,.home-hero-object-meta small{color:#ffffff80;font-size:8px;font-weight:700;letter-spacing:.18em}.home-hero-object-meta strong{font-size:13px;font-weight:600;letter-spacing:.16em}.home-hero--matrix .home-hero-meta,.home-hero--matrix .home-hero-scroll{z-index:3}.home-hero--matrix .home-hero-meta{right:max(32px,calc((100vw - 1480px)/2 + 32px));left:max(32px,calc((100vw - 1480px)/2 + 32px))}.home-hero--matrix .home-hero-scroll{left:max(32px,calc((100vw - 1480px)/2 + 32px))}.home-hero--matrix .btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-marquee{position:relative;left:50%;width:100vw;margin-left:-50vw}@media(max-width:900px){.home-hero--matrix{min-height:780px;padding-right:34px;padding-left:34px}.home-hero--matrix:before{background:linear-gradient(90deg,#000000fa,#000000b3 64%,#0000002e)}.home-hero--matrix .home-hero-content{width:min(80vw,720px)}.home-hero--matrix h1{font-size:clamp(54px,8.7vw,78px)}.home-hero-object-meta{top:32px;right:34px}.home-hero--matrix .home-hero-meta{right:34px;left:34px}}@media(max-width:600px){.home-hero--matrix{min-height:720px;padding:70px 20px 118px}.home-hero--matrix:before{background:linear-gradient(90deg,#000000f0,#000000b8 46%,#00000014),linear-gradient(0deg,rgba(0,0,0,.74),transparent 43%)}.home-hero-matrix-scene{opacity:1;background:radial-gradient(circle at 72% 43%,rgba(255,255,255,.15),transparent 27%),#000}.home-hero-matrix-fade{background:linear-gradient(90deg,rgba(0,0,0,.54),transparent 57%,transparent 94%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.58),transparent 27%)}.home-hero--matrix .home-hero-content{width:100%}.home-hero--matrix h1{max-width:12ch;font-size:clamp(46px,13vw,62px);line-height:.95}.home-hero-object-meta{top:22px;right:20px}.home-hero-object-meta small{display:none}.home-hero--matrix .home-hero-meta{right:20px;left:20px}}.brand-marquee-track{backface-visibility:hidden}.brand-marquee-group{flex:0 0 auto;justify-content:flex-start;min-width:max-content;box-sizing:border-box}.brand-marquee-item{padding-right:0;padding-left:0}.catalog-page{padding-top:0}.catalog-top{align-items:end;margin-bottom:0;padding:clamp(64px,8vw,112px) 0 clamp(42px,5vw,72px)}.catalog-top-title{display:grid;gap:0}.catalog-top-title .home-section-kicker{margin-bottom:24px}.catalog-top .catalog-muted{max-width:48ch;margin-top:22px;color:#00000094;font-size:15px;line-height:1.7}.catalog-discovery{display:grid;gap:28px;margin-bottom:clamp(42px,6vw,82px);padding:clamp(28px,4vw,52px);background:#000;color:#fff}.catalog-search-shell{display:grid;grid-template-columns:30px minmax(0,1fr) 34px;gap:14px;align-items:center;min-height:70px;border-bottom:1px solid rgba(255,255,255,.48)}.catalog-search-shell input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-family:var(--torchere-ui);font-size:clamp(20px,2.4vw,34px);font-weight:450;letter-spacing:-.035em}.catalog-search-shell input::placeholder{color:#ffffff6b}.catalog-search-shell input::-webkit-search-cancel-button{display:none}.catalog-search-shell button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;color:#fff;cursor:pointer}.catalog-category-nav{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.catalog-category-nav::-webkit-scrollbar{display:none}.catalog-category-nav button{flex:0 0 auto;min-height:42px;padding:10px 17px;border:1px solid rgba(255,255,255,.28);border-radius:0;background:transparent;color:#ffffffad;font:inherit;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.catalog-category-nav button:hover,.catalog-category-nav button.is-active{border-color:#fff;background:#fff;color:#000}.catalog-mobile-action-btn{align-items:center;justify-content:center;gap:8px}.catalog-filters{top:106px;padding-top:0}.catalog-filters-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:20px 0;border-bottom:1px solid var(--torchere-line)}.catalog-filters-title h3{margin:0}.catalog-filters-title span{color:#0006;font-size:10px;font-weight:700;letter-spacing:.14em}.catalog-results-bar{min-height:52px;margin-bottom:24px}.catalog-active-filters button{border-radius:0}.product-card{overflow:visible}.product-card-media-wrap{overflow:hidden;background:#f1f1ef}.product-card-media{aspect-ratio:4 / 5;background:linear-gradient(145deg,rgba(255,255,255,.72),transparent 52%),#efefed}.product-card-media-meta{position:absolute;right:14px;bottom:13px;left:14px;z-index:3;display:flex;justify-content:space-between;gap:12px;color:#00000085;font-size:7px;font-weight:700;letter-spacing:.17em;pointer-events:none}.product-card-image{transition:transform .7s cubic-bezier(.2,.7,0,1),opacity .36s ease}.product-card-content{gap:18px;padding:20px 0 0;border-top:1px solid #000000}.product-card-main{min-height:72px;gap:8px}.product-card-category{margin:0;color:#0000007a;font-size:9px;line-height:1.4;letter-spacing:.14em}.product-card-title{min-height:0;color:#000;font-size:clamp(16px,1.25vw,19px);font-weight:520;line-height:1.26;letter-spacing:-.025em}.product-card-footer{display:flex;align-items:end;justify-content:space-between;gap:14px;min-height:46px}.product-card-price-block{display:grid;gap:5px}.product-card-price{margin:0;font-size:17px;line-height:1.2}.product-card-old-price{margin:0;font-size:12px}.product-card-view{position:static;display:inline-flex;align-items:center;gap:10px;opacity:1;color:#000;font-size:8px;transform:none}.product-card-view strong{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #000000;border-radius:50%;font-size:16px;font-weight:400;transition:background-color .2s ease,color .2s ease,transform .2s ease}.product-card:hover .product-card-content{border-color:#000}.product-card:hover .product-card-image{transform:scale(1.045)}.product-card:hover .product-card-view{opacity:1;transform:none}.product-card:hover .product-card-view strong{background:#000;color:#fff;transform:rotate(8deg)}.product-card-favorite-btn{width:42px;height:42px;border:1px solid rgba(0,0,0,.12);background:#ffffffe6;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card-favorite-btn:hover,.product-card-favorite-btn.is-active{background:#000;color:#fff}.product-card-badge{padding:8px 11px;background:#000}.product-page{padding-top:28px}.breadcrumbs{margin-bottom:28px;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}@media(min-width:901px){.product-hero{grid-template-columns:minmax(0,1.28fr) minmax(430px,.72fr);gap:0;align-items:start}}.product-gallery{padding:clamp(22px,3vw,44px);background:#f0f0ee}.product-main-image-frame{aspect-ratio:4 / 5;background:#f0f0ee}.product-thumbs{gap:8px;padding:16px 0 0}.product-thumb{width:74px;height:90px;border-color:transparent;background:#ffffff9e;opacity:.62;transition:border-color .18s ease,opacity .18s ease}.product-thumb:hover,.product-thumb.is-active{border-color:#000;opacity:1}.product-info.card{top:96px;padding:clamp(34px,4vw,62px);border:0;background:#000;color:#fff;box-shadow:none}.product-info-meta{display:flex;justify-content:space-between;gap:18px;margin-bottom:clamp(48px,6vw,84px);padding-right:58px;color:#ffffff75;font-size:8px;font-weight:700;letter-spacing:.17em}.product-info h1{max-width:12ch;padding-right:0;color:#fff;font-size:clamp(42px,4.4vw,68px);font-weight:500;line-height:.98;letter-spacing:-.065em}.product-info-category{margin:20px 0 0;color:#ffffff7a;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.product-price-block{display:flex;align-items:baseline;gap:14px;margin:34px 0 28px}.product-info .product-price{margin:0;color:#fff;font-size:clamp(26px,3vw,38px);font-weight:520;letter-spacing:-.03em}.product-info .product-old-price{margin:0;color:#fff6}.product-info .product-description{margin:26px 0;color:#ffffffad;font-size:14px;line-height:1.8}.product-info .product-size-variants{margin:0 0 26px}.product-info .product-size-variants-title{color:#ffffff8f;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.product-info .product-size-variant-btn{border-color:#ffffff47;background:transparent;color:#ffffffbd}.product-info .product-size-variant-btn:hover,.product-info .product-size-variant-btn.is-active{border-color:#fff;background:#fff;color:#000}.product-info .product-specs-wrap{border-color:#ffffff38}.product-info .product-specs-wrap h3{margin-bottom:14px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.product-info .product-specs{color:#ffffffa6}.product-info .product-specs strong{color:#fff;font-weight:500}.product-info .product-cta-row{gap:8px}.product-info .product-cta-row .btn{min-height:50px;border-color:#fff;background:#fff;color:#000}.product-info .product-cta-row .btn.btn-outline{background:transparent;color:#fff}.product-info .product-cta-row .btn:last-child{color:#ffffffb8}.product-info .product-trust-block{border-color:#fff3}.product-info .product-trust-item{color:#ffffff94;font-size:12px}.product-info .product-trust-item:before{content:"—";color:#ffffffb8}.product-info .product-favorite-icon-btn{top:clamp(30px,4vw,58px);right:clamp(30px,4vw,58px);border-color:#ffffff57;background:transparent;color:#fff;box-shadow:none}.product-info .product-favorite-icon-btn:hover,.product-info .product-favorite-icon-btn.is-active{background:#fff;color:#000}.product-info .form-success{color:#fff}.product-related-section{margin-top:clamp(80px,9vw,136px);padding-top:42px}.product-related-section h2{font-family:var(--torchere-ui);font-size:clamp(46px,5vw,72px);font-weight:550;letter-spacing:-.06em}@media(max-width:900px){.catalog-top{padding-top:50px}.catalog-discovery{margin-right:-20px;margin-left:-20px;padding-right:20px;padding-left:20px}.catalog-mobile-actions{margin-bottom:24px}.product-gallery{padding:22px}.product-info.card{position:static;padding:42px 32px}.product-info-meta{margin-bottom:54px}}@media(max-width:600px){.brand-marquee-group{--marquee-gap: 28px;min-width:max-content}.catalog-top{display:grid;gap:24px;padding:42px 0 34px}.catalog-top-title .home-section-kicker{margin-bottom:16px}.catalog-page h1{font-size:58px}.catalog-top-note{display:none}.catalog-discovery{gap:20px;margin-right:-14px;margin-bottom:26px;margin-left:-14px;padding:22px 14px 24px}.catalog-search-shell{grid-template-columns:24px minmax(0,1fr) 30px;min-height:56px}.catalog-search-shell input{font-size:18px}.catalog-category-nav button{min-height:38px;padding:9px 13px;font-size:9px}.catalog-layout{margin-top:0}.catalog-products-grid{gap:34px 10px}.product-card-content{gap:12px;padding-top:13px}.product-card-main{min-height:62px;gap:6px}.product-card-media-meta{display:none}.product-card-title{font-size:13px}.product-card-category{font-size:7px}.product-card-price{font-size:14px}.product-card-view>span{display:none}.product-card-view strong{width:32px;height:32px;font-size:14px}.product-card-favorite-btn{top:8px;right:8px;width:36px;height:36px}.home-products-grid .home-product-card{border-radius:0}.home-products-grid .home-product-card .product-card-media{max-height:none;aspect-ratio:4 / 5}.home-products-grid .home-product-card .product-card-content{padding:13px 0 0}.product-page{padding-top:18px}.breadcrumbs{gap:6px;margin-bottom:16px;font-size:7px}.product-gallery{margin-right:-14px;margin-left:-14px;padding:14px}.product-main-image-frame{aspect-ratio:1 / 1.16}.product-thumb{width:58px;height:70px}.product-info.card{margin-right:-14px;margin-left:-14px;padding:34px 20px 42px}.product-info-meta{margin-bottom:48px}.product-info h1{padding-right:46px;font-size:clamp(38px,12vw,54px)}.product-info .product-favorite-icon-btn{top:30px;right:20px}.product-price-block{margin-top:28px}.product-info .product-cta-row{grid-template-columns:1fr}.product-info .product-cta-row .btn:last-child{grid-column:auto}.product-related-section h2{font-size:42px}}.legal-page{width:min(100%,1440px);margin:0 auto;padding:clamp(54px,7vw,112px) clamp(20px,5vw,84px) clamp(88px,10vw,150px);color:#000;background:#fff}.legal-page-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);gap:22px clamp(32px,7vw,120px);align-items:end;padding-bottom:clamp(42px,6vw,82px);border-bottom:1px solid rgba(0,0,0,.22)}.legal-page-header .home-section-kicker{grid-column:1 / -1;margin:0}.legal-page-header h1{max-width:990px;margin:0;font-family:var(--torchere-display);font-size:clamp(52px,7.8vw,116px);font-weight:400;line-height:.88;letter-spacing:-.075em}.legal-page-header>p:not(.home-section-kicker){max-width:470px;margin:0;color:#0000009e;font-size:clamp(14px,1.25vw,17px);line-height:1.65}.legal-page-header>span{grid-column:2;color:#00000073;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.legal-page-layout{display:grid;grid-template-columns:minmax(190px,.34fr) minmax(0,1fr);gap:clamp(42px,8vw,150px);align-items:start;padding-top:clamp(42px,6vw,82px)}.legal-page-nav{position:sticky;top:112px;display:grid;gap:0;border-top:1px solid #000000}.legal-page-nav p{margin:0;padding:18px 0 14px;color:#00000075;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.legal-page-nav a{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.12);color:#000;font-size:12px;line-height:1.35;transition:padding-left .18s ease,opacity .18s ease}.legal-page-nav a:hover{padding-left:8px;opacity:.56}.legal-page-content{width:min(100%,850px)}.legal-page-content section{padding:0 0 clamp(38px,5vw,66px)}.legal-page-content section+section{padding-top:clamp(38px,5vw,66px);border-top:1px solid rgba(0,0,0,.12)}.legal-page-content h2{margin:0 0 24px;font-family:var(--torchere-display);font-size:clamp(28px,3.3vw,46px);font-weight:400;line-height:1;letter-spacing:-.045em}.legal-page-content p,.legal-page-content li{color:#000000b8;font-size:clamp(14px,1.2vw,16px);line-height:1.75}.legal-page-content p{margin:0 0 18px}.legal-page-content ul{display:grid;gap:9px;margin:0 0 20px;padding-left:21px}.legal-page-content a{color:#000;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.legal-details{margin:28px 0;border-top:1px solid #000000}.legal-details>div{display:grid;grid-template-columns:minmax(115px,.35fr) minmax(0,1fr);gap:20px;padding:17px 0;border-bottom:1px solid rgba(0,0,0,.12)}.legal-details dt{color:#0000006b;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.legal-details dd{margin:0;color:#000;font-size:14px;overflow-wrap:anywhere}.legal-source-note{color:#0000007a!important;font-size:12px!important}.legal-consent-field{display:grid;gap:7px;margin:4px 0}.legal-consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:11px;align-items:start;color:inherit;font-size:11px;line-height:1.55;cursor:pointer}.legal-consent input{width:18px;min-height:18px!important;height:18px;margin:1px 0 0;padding:0;border:1px solid currentColor;border-radius:0;accent-color:#000000}.legal-consent a{color:inherit;text-decoration:underline;text-underline-offset:3px}.site-footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 24px}.site-footer-legal a{color:inherit;transition:color .18s ease}.site-footer-legal a:hover{color:#fff}.cookie-consent{position:fixed;z-index:10000;right:clamp(14px,2.5vw,36px);bottom:clamp(14px,2.5vw,36px);left:clamp(14px,2.5vw,36px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px clamp(28px,5vw,72px);align-items:end;width:min(1180px,calc(100% - clamp(28px,5vw,72px)));margin:0 auto;padding:clamp(22px,3vw,34px);border:1px solid rgba(255,255,255,.24);background:#000;color:#fff;box-shadow:0 22px 90px #00000057}.cookie-consent-copy{max-width:720px}.cookie-consent-kicker{margin:0 0 11px;color:#ffffff85;font-size:8px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.cookie-consent-copy>p:last-child{margin:0;color:#ffffffc2;font-size:12px;line-height:1.65}.cookie-consent a{color:#fff;text-decoration:underline;text-underline-offset:3px}.cookie-consent-actions{display:grid;grid-template-columns:repeat(2,minmax(164px,1fr));gap:10px}.cookie-consent-actions .btn{min-height:48px;padding:13px 20px;border:1px solid #ffffff;background:#fff;color:#000;white-space:nowrap}.cookie-consent-actions .btn-outline{background:transparent;color:#fff}.cookie-consent-actions .btn:hover{border-color:#ffffffbd;background:#ffffffd1;color:#000}.cookie-consent-actions .btn-outline:hover{background:#ffffff1f;color:#fff}.auth-google-btn:disabled{cursor:not-allowed;opacity:.38}.auth-legal-note{margin:-2px 0 4px;color:#00000085;font-size:10px;line-height:1.5}.auth-legal-note a{color:#000;text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){.legal-page-header{grid-template-columns:1fr}.legal-page-header>span{grid-column:1}.legal-page-layout{grid-template-columns:1fr}.legal-page-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.legal-page-nav p{grid-column:1 / -1}.cookie-consent{grid-template-columns:1fr}}@media(max-width:640px){.legal-page{padding-right:16px;padding-left:16px}.legal-page-header h1{font-size:clamp(44px,15vw,68px)}.legal-page-nav{grid-template-columns:1fr}.legal-page-nav p{grid-column:1}.legal-details>div{grid-template-columns:1fr;gap:7px}.site-footer-legal{justify-content:flex-start}.cookie-consent{gap:20px;width:auto}.cookie-consent-actions{grid-template-columns:1fr}.cookie-consent-actions .btn{width:100%}}
