:root{--bg:#f7f2ec;--card:#fff;--text:#181412;--muted:#6f6259;--line:#e7ddd3;--dark:#15110f;--accent:#181412;--soft:#f3eee9;--danger:#b42318}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.site-header .container,.header-inner{justify-content:space-between;align-items:center;min-height:78px;display:flex}.logo{letter-spacing:3px;font-size:26px;font-weight:900}.nav{color:var(--muted);align-items:center;gap:24px;font-size:18px;display:flex}.nav a:hover{color:var(--text)}.container{width:min(1200px,100% - 48px);margin:0 auto}.hero{padding:70px 0}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;display:grid}.hero h1{margin:18px 0;font-size:clamp(38px,5vw,72px);line-height:.95}.hero p{color:var(--muted);font-size:20px}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.hero-card{background:var(--card);border:1px solid var(--line);border-radius:28px;min-height:280px;padding:34px}.section{padding:48px 0}.section-title{margin:0 0 28px;font-size:36px}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:20px}.card h3{margin:18px 0 10px;font-size:22px}.card p{color:var(--text)}.product-image{width:100%;min-height:240px;color:var(--muted);background:#eee8e2;border-radius:20px;place-items:center;font-weight:700;display:grid;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;min-height:240px;display:block}.price{margin-right:8px;font-size:26px;font-weight:900}.old-price{color:var(--muted);text-decoration:line-through}.badge{width:fit-content;color:var(--text);background:#eee7df;border-radius:999px;align-items:center;padding:7px 12px;font-size:14px;display:inline-flex}.btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:14px 24px;font-weight:800;display:inline-flex}.btn:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary,.btn-light{color:var(--text);background:#eee7df}.admin-layout{grid-template-columns:260px 1fr;min-height:calc(100vh - 78px);display:grid}.admin-sidebar{background:var(--dark);color:#fff;padding:42px 28px}.admin-sidebar h2{margin:0 0 28px;font-size:28px}.admin-sidebar nav{gap:18px;display:grid}.admin-sidebar a{color:#fff;font-size:18px}.admin-main{padding:48px 32px}.form-card{border:1px solid var(--line);background:#fff;border-radius:22px;margin:22px 0 32px;padding:26px}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.form-card label{gap:7px;margin-bottom:14px;font-weight:700;display:grid}.form-card input,.form-card select,.form-card textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:14px;padding:12px 14px}.form-card textarea{resize:vertical;min-height:100px}.checkbox-row{align-items:center;grid-template-columns:none!important;gap:10px!important;display:flex!important}.checkbox-row input{width:auto}.admin-message{margin:14px 0 0;font-weight:700}.admin-actions{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.table{border-collapse:collapse;border:1px solid var(--line);background:#fff;border-radius:20px;width:100%;overflow:hidden}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:16px}.table th{font-size:17px;font-weight:900}.table tr:last-child td{border-bottom:0}.small-btn{color:#fff;cursor:pointer;background:#181412;border:0;border-radius:999px;padding:8px 12px;font-weight:700}.table-thumb{object-fit:cover;border:1px solid var(--line);border-radius:12px;width:58px;height:58px}.upload-preview-grid{flex-wrap:wrap;gap:12px;margin:12px 0 18px;display:flex}.upload-preview-grid img{object-fit:cover;border:1px solid var(--line);border-radius:16px;width:120px;height:120px}.upload-preview-item{width:120px;position:relative}.upload-preview-item img{object-fit:cover;border:1px solid var(--line);border-radius:16px;width:120px;height:120px;display:block}.image-delete-btn{background:var(--danger);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;margin-top:6px;padding:7px 10px;font-size:12px;font-weight:700}.product-page-grid{grid-template-columns:minmax(320px,480px) minmax(280px,380px);align-items:start;gap:28px;display:grid}.product-gallery{gap:14px;display:grid}.product-gallery-main{background:var(--soft);border:1px solid var(--line);border-radius:24px;place-items:center;width:100%;height:560px;display:grid;overflow:hidden}.product-gallery-main img{object-fit:contain;object-position:center;width:100%;height:100%;padding:12px;display:block}.product-gallery-empty{color:var(--muted);place-items:center;font-weight:700;display:grid}.product-gallery-thumbs{flex-wrap:wrap;gap:10px;display:flex}.product-gallery-thumb{background:var(--soft);cursor:pointer;border:2px solid #0000;border-radius:16px;width:82px;height:82px;padding:0;overflow:hidden}.product-gallery-thumb.active{border-color:var(--accent)}.product-gallery-thumb img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product-info-card{min-height:420px}.size-list{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:900px){.container{width:min(100% - 28px,1200px)}.hero-grid,.product-page-grid,.form-grid,.admin-layout{grid-template-columns:1fr}.admin-sidebar{padding:24px}.admin-main{padding:28px 16px}.product-gallery-main{height:460px}}@media (max-width:520px){.nav{gap:12px;font-size:15px}.logo{font-size:22px}.product-gallery-main{border-radius:18px;height:380px}.product-gallery-main img{padding:8px}.product-gallery-thumb{border-radius:12px;width:68px;height:68px}.table{font-size:14px}.table th,.table td{padding:10px}}.image-order-actions{gap:6px;margin-top:6px;display:flex}.image-small-btn{color:#fff;cursor:pointer;background:#181412;border:0;border-radius:999px;flex:1;padding:7px 10px;font-size:13px;font-weight:800}.image-small-btn:disabled{opacity:.35;cursor:not-allowed}.main-photo-badge{color:#181412;text-align:center;background:#eee7df;border-radius:999px;margin-top:6px;padding:6px 8px;font-size:12px;font-weight:800;display:block}.sizes-editor{border:1px solid var(--line);background:#fff;border-radius:18px;margin:16px 0;padding:16px}.sizes-editor-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sizes-editor-header h3{margin:0}.sizes-table{border:1px solid var(--line);border-radius:16px;overflow:hidden}.sizes-table-head,.sizes-table-row{grid-template-columns:1fr 1fr 1fr 48px;align-items:center;gap:10px;padding:10px;display:grid}.sizes-table-head{color:var(--muted);background:#f3eee9;font-weight:800}.sizes-table-row{border-top:1px solid var(--line)}.sizes-table-row input{margin:0}.stock-ok{color:#16803c;font-size:13px;font-weight:900}.stock-empty{color:#b42318;font-size:13px;font-weight:900}.size-delete-btn{color:#d92d20;cursor:pointer;background:0 0;border:0;font-size:24px;font-weight:900}@media (max-width:700px){.sizes-editor-header{flex-direction:column;align-items:stretch}.sizes-table-head,.sizes-table-row{grid-template-columns:1fr 1fr}.sizes-table-head span:nth-child(3),.sizes-table-head span:nth-child(4){display:none}}.stock-status{margin:8px 0 20px;font-size:20px;font-weight:900}.stock-status-ok{color:#16803c}.stock-status-empty{color:#b42318}.choose-size-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:15px;font-weight:900}.product-size-buttons{flex-wrap:wrap;gap:12px;margin-bottom:22px;display:flex}.product-size-button{border:2px solid var(--line);min-width:64px;height:64px;color:var(--text);cursor:pointer;background:#fff;border-radius:18px;font-size:22px;font-weight:900}.product-size-button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.product-size-button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-order-button{width:100%;min-height:62px;font-size:20px}.product-order-button:disabled{color:#8d8580;opacity:1;cursor:not-allowed;background:#dedbd8}.catalog-grid{grid-template-columns:repeat(2,minmax(280px,320px));align-items:start;gap:28px;display:grid}.catalog-card{background:#fff;border:1px solid #e6ddd5;border-radius:28px;overflow:hidden;box-shadow:0 6px 18px #0000000a}.catalog-card-image-link{text-decoration:none;display:block}.catalog-card-image{object-fit:cover;width:100%;height:320px;display:block}.catalog-card-image-placeholder{color:#7a736d;background:#efe9e3;justify-content:center;align-items:center;width:100%;height:320px;font-size:18px;display:flex}.catalog-card-badge{z-index:2;color:#fff;background:#000000d1;border-radius:14px;padding:10px 14px;font-size:14px;font-weight:700;line-height:1.2;position:absolute;top:14px;left:14px}.catalog-card-badge.dark{background:#000000db}.catalog-card-body{padding:18px 20px 22px}.catalog-card-title{margin:0 0 10px;font-size:24px;font-weight:800;line-height:1.15}.catalog-card-title a{color:#111;text-decoration:none}.catalog-card-description{color:#2e2e2e;min-height:54px;margin:0 0 18px;font-size:18px;line-height:1.35}.catalog-card-price-row{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.catalog-card-price{color:#111;font-size:28px;font-weight:900}.catalog-card-old-price{color:#7d746d;font-size:18px;text-decoration:line-through}.catalog-card-stock{color:#111;background:#f2ebe4;border-radius:999px;align-items:center;min-height:38px;margin-bottom:18px;padding:8px 14px;font-size:16px;display:inline-flex}.catalog-card-stock.empty{color:#b42318;background:#f8e7e7}.catalog-card-button{color:#fff;background:#0f0f10;border-radius:22px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:64px;font-size:18px;font-weight:800;text-decoration:none;transition:transform .15s,opacity .15s;display:flex}.catalog-card-button:hover{opacity:.92;transform:translateY(-1px)}.catalog-card-button span{font-size:20px;line-height:1}@media (max-width:900px){.catalog-grid{grid-template-columns:repeat(2,minmax(160px,1fr));gap:16px}.catalog-card{border-radius:24px}.catalog-card-image-wrap,.catalog-card-image,.catalog-card-image-placeholder{height:220px;min-height:220px}.catalog-card-body{padding:14px 14px 16px}.catalog-card-title{margin-bottom:8px;font-size:18px}.catalog-card-description{min-height:42px;margin-bottom:12px;font-size:14px}.catalog-card-price{font-size:22px}.catalog-card-old-price{font-size:15px}.catalog-card-stock{min-height:34px;margin-bottom:12px;font-size:14px}.catalog-card-button{border-radius:18px;min-height:54px;font-size:16px}.catalog-card-badge{border-radius:12px;padding:8px 10px;font-size:12px;top:10px;left:10px}}@media (max-width:560px){.catalog-grid{grid-template-columns:repeat(2,minmax(150px,1fr));gap:14px}.catalog-card-image-wrap,.catalog-card-image,.catalog-card-image-placeholder{height:180px;min-height:180px}.catalog-card-title{font-size:16px}.catalog-card-description{font-size:13px}.catalog-card-price{font-size:18px}.catalog-card-old-price{font-size:13px}.catalog-card-button{border-radius:16px;min-height:50px;font-size:15px}}.checkout-page{background:#f6f3ef;min-height:100vh;padding:32px 0 60px}.checkout-container{max-width:760px;margin:0 auto}.checkout-top-actions{flex-wrap:wrap;gap:14px;margin-bottom:30px;display:flex}.checkout-nav-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #e6e1da;border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:54px;padding:0 24px;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.checkout-nav-btn:hover{background:#f7f7f7}.checkout-header{margin-bottom:28px}.checkout-title{color:#111;margin:0 0 12px;font-size:54px;font-weight:700;line-height:1.05}.checkout-subtitle{color:#4e4e4e;margin:0 0 10px;font-size:24px;line-height:1.35}.checkout-manager-note{color:#8d8d8d;margin:0;font-size:20px;line-height:1.45}.checkout-product-card{background:#fbfaf8;border:1px solid #ece7df;border-radius:28px;grid-template-columns:150px 1fr;align-items:center;gap:20px;margin-bottom:28px;padding:22px;display:grid}.checkout-product-image-wrap{background:#f1ece6;border-radius:22px;width:150px;height:150px;overflow:hidden}.checkout-product-image{object-fit:cover;width:100%;height:100%;display:block}.checkout-product-name{color:#111;margin:0 0 10px;font-size:28px;font-weight:700;line-height:1.2}.checkout-product-price{color:#111;font-size:24px;font-weight:700}.checkout-form-card{background:#fbfaf8;border:1px solid #ece7df;border-radius:28px;padding:28px}.checkout-grid{grid-template-columns:1fr;gap:24px;display:grid}.checkout-field.full{width:100%}.checkout-label{color:#111;text-transform:uppercase;letter-spacing:.02em;margin-bottom:10px;font-size:18px;font-weight:800;line-height:1.2;display:block}.checkout-input,.checkout-select,.checkout-textarea{color:#111;box-sizing:border-box;background:#fff;border:1px solid #e5e0d9;border-radius:20px;outline:none;width:100%;padding:18px 24px;font-size:18px;transition:border-color .2s,box-shadow .2s}.checkout-input::placeholder,.checkout-textarea::placeholder{color:#b0b0b0}.checkout-input:focus,.checkout-select:focus,.checkout-textarea:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}.checkout-textarea{resize:vertical;min-height:130px}.checkout-size-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #d8d3cc;border-radius:22px;min-width:82px;height:82px;font-size:22px;font-weight:700;transition:all .2s}.checkout-size-btn:hover{border-color:#111}.checkout-size-btn.active{color:#fff;background:#111;border-color:#111}.checkout-size-empty{color:#777;font-size:16px}.checkout-submit-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:24px;width:100%;min-height:74px;margin-top:30px;font-size:28px;font-weight:700;transition:all .2s}.checkout-submit-btn:hover:not(:disabled){opacity:.92}.checkout-submit-btn:disabled{color:#f4f4f4;cursor:not-allowed;background:#aaa}.checkout-loading,.checkout-not-found{text-align:center;color:#111;padding:60px 0;font-size:24px}@media (max-width:900px){.checkout-page{padding:20px 0 40px}.checkout-title{font-size:42px}.checkout-subtitle{font-size:20px}.checkout-manager-note{font-size:17px}.checkout-product-card{grid-template-columns:1fr;align-items:flex-start}.checkout-product-image-wrap{width:110px;height:110px}.checkout-product-name{font-size:24px}.checkout-product-price{font-size:22px}}@media (max-width:640px){.checkout-container{max-width:100%}.checkout-top-actions{gap:12px;margin-bottom:22px}.checkout-nav-btn{border-radius:16px;min-height:52px;padding:0 20px;font-size:16px}.checkout-title{margin-bottom:10px;font-size:32px}.checkout-subtitle{font-size:18px}.checkout-manager-note{font-size:16px}.checkout-product-card{border-radius:24px;gap:16px;padding:18px}.checkout-product-image-wrap{border-radius:18px;width:96px;height:96px}.checkout-product-name,.checkout-product-price{font-size:20px}.checkout-form-card{border-radius:24px;padding:18px}.checkout-label{margin-bottom:8px;font-size:16px}.checkout-input,.checkout-select,.checkout-textarea{border-radius:18px;padding:16px 18px;font-size:16px}.checkout-size-list{gap:12px}.checkout-size-btn{border-radius:20px;min-width:82px;height:74px;font-size:20px}.checkout-submit-btn{border-radius:20px;min-height:64px;font-size:20px}}.stock-status-wait{color:#9a6a00}.catalog-card-stock.wait{color:#9a6a00;background:#fff3d7;font-weight:800}.catalog-card-sizes{flex-wrap:wrap;gap:8px;margin:0 0 18px;display:flex}.catalog-card-sizes span{color:#111;background:#f3eee9;border-radius:12px;justify-content:center;align-items:center;min-width:38px;min-height:34px;padding:7px 10px;font-weight:800;display:inline-flex}.stock-warning-box{background:#fff8df;border:1px solid #f2c94c;border-radius:18px;margin:18px 0;padding:18px}.stock-warning-box h3{color:#7a4b00;margin:0 0 8px}.stock-warning-box p{color:#7a4b00;margin:0 0 14px;font-weight:700}.stock-warning-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-page-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.orders-empty{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px;font-size:18px;font-weight:700}.orders-list{gap:18px;display:grid}.order-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:22px}.order-card-top{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.order-card-top h2{margin:0 0 6px}.order-card-top p{color:var(--muted);margin:0;font-weight:700}.order-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.order-status,.payment-status{border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.order-status.NEW{color:#175cd3;background:#e8f1ff}.order-status.CONFIRMED,.order-status.PAID{color:#027a48;background:#ecfdf3}.order-status.SHIPPED{color:#b54708;background:#fff7e6}.order-status.COMPLETED{color:#344054;background:#f2f4f7}.order-status.CANCELLED,.order-status.RETURNED{color:#b42318;background:#fef3f2}.payment-status.UNPAID{color:#b54708;background:#fff7e6}.payment-status.PAID{color:#027a48;background:#ecfdf3}.payment-status.REFUNDED{color:#b42318;background:#fef3f2}.order-card-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.order-card-grid section{background:#f8f5f1;border-radius:18px;padding:16px}.order-card-grid h3,.order-comment h3{margin:0 0 10px}.order-card-grid p{margin:8px 0}.order-card-grid a{font-weight:900;text-decoration:underline}.order-comment{background:#f8f5f1;border-radius:18px;margin-top:18px;padding:16px}.order-comment pre{white-space:pre-wrap;color:var(--text);margin:0;font-family:inherit}.order-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.small-btn.danger{background:#b42318}@media (max-width:900px){.admin-page-head,.order-card-top{flex-direction:column}.order-badges{justify-content:flex-start}.order-card-grid{grid-template-columns:1fr}}.order-card-closed{opacity:.78}.order-closed-banner{color:#344054;background:#f2f4f7;border:1px solid #d0d5dd;border-radius:16px;margin-bottom:16px;padding:12px 14px;font-weight:900}.small-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.success-page{background:#f6f3ef;min-height:100vh;padding:48px 0 70px}.success-container{max-width:760px;margin:0 auto}.success-card{text-align:center;background:#fff;border:1px solid #e7ded5;border-radius:32px;padding:42px;box-shadow:0 18px 50px #0000000f}.success-icon{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:86px;height:86px;margin-bottom:24px;font-size:48px;font-weight:900;display:inline-flex}.success-card h1{color:#111;margin:0 0 14px;font-size:42px;line-height:1.1}.success-subtitle{color:#666;max-width:560px;margin:0 auto 28px;font-size:20px;line-height:1.45}.success-order-box{text-align:left;background:#f8f5f1;border-radius:24px;margin:0 0 28px;padding:22px}.success-row{border-bottom:1px solid #e7ded5;justify-content:space-between;gap:18px;padding:13px 0;font-size:17px;display:flex}.success-row:last-child{border-bottom:none}.success-row span{color:#777;font-weight:700}.success-row b{color:#111;text-align:right}.success-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.success-btn{border-radius:18px;justify-content:center;align-items:center;min-height:58px;padding:0 26px;font-size:18px;font-weight:900;text-decoration:none;display:inline-flex}.success-btn.primary{color:#fff;background:#111}.success-btn.secondary{color:#111;background:#f3eee9}@media (max-width:640px){.success-page{padding:28px 0 50px}.success-card{border-radius:26px;padding:26px 18px}.success-icon{width:72px;height:72px;font-size:40px}.success-card h1{font-size:30px}.success-subtitle{font-size:17px}.success-row{flex-direction:column;gap:5px;font-size:16px}.success-row b{text-align:left}.success-btn{width:100%}}.account-auth-page{background:#f6f3ef;min-height:100vh;padding:48px 0 70px}.account-auth-container{max-width:620px;margin:0 auto}.account-auth-card{background:#fff;border:1px solid #e7ded5;border-radius:32px;padding:42px;box-shadow:0 18px 50px #0000000f}.account-auth-kicker{color:#111;letter-spacing:.04em;background:#f3eee9;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:14px;font-weight:900;display:inline-flex}.account-auth-card h1{color:#111;margin:0 0 14px;font-size:42px;line-height:1.1}.account-auth-subtitle{color:#555;margin:0 0 28px;font-size:18px;line-height:1.5}.account-auth-error{color:#b42318;background:#fff1f1;border:1px solid #ffc9c9;border-radius:16px;margin-bottom:18px;padding:13px 16px;font-weight:800}.account-auth-form{flex-direction:column;gap:16px;display:flex}.account-auth-form label{color:#111;flex-direction:column;gap:8px;font-size:15px;font-weight:900;display:flex}.account-auth-form input{color:#111;background:#fff;border:1px solid #ded3c8;border-radius:16px;outline:none;width:100%;min-height:54px;padding:0 16px;font-size:17px}.account-auth-checkbox{background:#f8f5f1;border-radius:18px;align-items:flex-start;padding:16px;line-height:1.4;color:#444!important;flex-direction:row!important;gap:12px!important;font-size:15px!important;font-weight:700!important}.account-auth-checkbox input{accent-color:#111;width:20px;min-width:20px;height:20px;min-height:20px;margin-top:2px}.account-auth-submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:18px;min-height:58px;font-size:18px;font-weight:900;transition:all .2s}.account-auth-submit:hover{transform:translateY(-1px);box-shadow:0 12px 28px #00000029}.account-auth-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.account-auth-footer{color:#555;text-align:center;margin:24px 0 0;font-size:16px}.account-auth-footer a{color:#111;font-weight:900;text-decoration:underline}@media (max-width:640px){.account-auth-page{padding:28px 0 50px}.account-auth-card{border-radius:26px;padding:26px 18px}.account-auth-card h1{font-size:32px}.account-auth-subtitle{font-size:16px}.account-auth-submit{width:100%}}.account-page{background:#f6f3ef;min-height:100vh;padding:46px 0 80px}.account-container{max-width:1120px;margin:0 auto}.account-head{color:#fff;background:#111;border-radius:34px;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;padding:38px;display:flex;box-shadow:0 18px 50px #0000001f}.account-kicker{color:#fff;background:#ffffff1f;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:14px;font-weight:900;display:inline-flex}.account-head h1{margin:0 0 12px;font-size:46px;line-height:1.05}.account-head p{color:#ffffffc7;max-width:680px;margin:0;font-size:18px;line-height:1.5}.account-logout-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:16px;min-height:48px;padding:0 20px;font-size:16px;font-weight:900}.account-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.account-stat-card{background:#fff;border:1px solid #e7ded5;border-radius:24px;padding:22px;box-shadow:0 12px 36px #0000000d}.account-stat-card span{color:#777;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.account-stat-card b{color:#111;font-size:26px;line-height:1.1}.account-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px;display:grid}.account-card{background:#fff;border:1px solid #e7ded5;border-radius:30px;padding:30px;box-shadow:0 14px 42px #0000000e}.account-card h1,.account-card h2{color:#111;margin:0 0 20px}.account-card p{color:#555;font-size:17px;line-height:1.55}.account-info-list{flex-direction:column;gap:0;display:flex}.account-info-list div{border-bottom:1px solid #eee4da;justify-content:space-between;gap:18px;padding:14px 0;display:flex}.account-info-list div:last-child{border-bottom:none}.account-info-list span{color:#777;font-weight:800}.account-info-list b{color:#111;text-align:right}.account-primary-btn{color:#fff;background:#111;border-radius:16px;justify-content:center;align-items:center;min-height:54px;margin-top:10px;padding:0 22px;font-size:17px;font-weight:900;text-decoration:none;display:inline-flex}.account-section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.account-section-head h2{margin:0}.account-section-head a{color:#111;font-weight:900}.account-orders-list{flex-direction:column;gap:16px;display:flex}.account-order-item{background:#f8f5f1;border-radius:24px;padding:20px}.account-order-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.account-order-top b{color:#111;font-size:18px;display:block}.account-order-top span{color:#777;margin-top:4px;display:block}.account-order-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.account-order-badges span{color:#fff;background:#111;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:900}.account-order-products{flex-direction:column;gap:10px;display:flex}.account-order-product{border-bottom:1px solid #e7ded5;justify-content:space-between;gap:16px;padding:13px 0;display:flex}.account-order-product b{color:#111;display:block}.account-order-product span{color:#777;margin-top:4px;display:block}.account-order-product strong{color:#111;white-space:nowrap}.account-order-footer{color:#555;justify-content:space-between;gap:16px;padding-top:16px;display:flex}.account-order-footer strong{color:#111;font-size:20px}.account-empty{text-align:center;background:#f8f5f1;border-radius:24px;padding:26px}.account-empty p{margin-top:0}@media (max-width:900px){.account-stats{grid-template-columns:repeat(2,1fr)}.account-grid{grid-template-columns:1fr}.account-head{flex-direction:column}}@media (max-width:640px){.account-page{padding:28px 0 60px}.account-head{border-radius:26px;padding:26px 18px}.account-head h1{font-size:32px}.account-head p{font-size:16px}.account-stats{grid-template-columns:1fr}.account-card{border-radius:24px;padding:22px 18px}.account-info-list div,.account-order-top,.account-order-product,.account-order-footer{flex-direction:column}.account-info-list b{text-align:left}.account-section-head{flex-direction:column;align-items:flex-start}.account-primary-btn,.account-logout-btn{width:100%}}.premium-admin-page{color:#161412;background:radial-gradient(circle at 0 0,#cba86b29,#0000 34%),linear-gradient(135deg,#fbfaf8 0%,#f5efe8 100%);grid-template-columns:260px 1fr;min-height:100vh;display:grid}.premium-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border-right:1px solid #ded3c8e6;align-self:start;min-height:100vh;padding:28px 18px;position:sticky;top:0}.premium-brand{border-bottom:1px solid #eee4da;margin-bottom:22px;padding:0 12px 26px}.premium-logo{letter-spacing:.18em;color:#111;font-size:42px;font-weight:950;line-height:1}.premium-brand span{color:#7c7067;margin-top:8px;font-size:14px;font-weight:700;display:block}.premium-nav{flex-direction:column;gap:8px;display:flex}.premium-nav a{color:#2b2724;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:15px;font-weight:900;text-decoration:none;transition:all .18s;display:flex}.premium-nav a span{color:#a77934;background:#f4eee7;border-radius:9px;justify-content:center;align-items:center;width:25px;height:25px;display:inline-flex}.premium-nav a:hover,.premium-nav a.active{color:#111;background:#f3eadf}.premium-sidebar-card{background:linear-gradient(145deg,#f5eadb,#fff);border:1px solid #eadfd2;border-radius:24px;margin-top:32px;padding:18px;box-shadow:0 14px 36px #503a2314}.premium-sneaker-preview{letter-spacing:.16em;color:#1111112e;background:radial-gradient(circle at 50% 35%,#cba86b52,#0000 42%),#fff;border-radius:20px;justify-content:center;align-items:center;height:118px;margin-bottom:16px;font-size:46px;font-weight:950;display:flex}.premium-sidebar-card h3{margin:0 0 4px;font-size:19px}.premium-sidebar-card p{color:#7c7067;margin:0 0 16px}.premium-sidebar-card a{color:#fff;background:#111;border-radius:14px;justify-content:center;align-items:center;min-height:44px;font-weight:900;text-decoration:none;display:flex}.premium-main{min-width:0}.premium-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:5;background:#ffffffc2;border-bottom:1px solid #ded3c8e6;justify-content:space-between;align-items:center;gap:22px;height:82px;padding:0 30px;display:flex;position:sticky;top:0}.premium-search{background:#fff;border:1px solid #e6dbcf;border-radius:16px;align-items:center;gap:10px;width:min(520px,100%);min-height:48px;padding:0 16px;display:flex;box-shadow:0 10px 24px #503a230d}.premium-search span{color:#a77934;font-size:22px}.premium-search input{color:#111;background:0 0;border:none;outline:none;width:100%;font-size:15px}.premium-topbar-actions{align-items:center;gap:12px;display:flex}.premium-topbar-actions>a,.premium-topbar-actions button{color:#111;cursor:pointer;background:#fff;border:1px solid #e6dbcf;border-radius:14px;min-height:44px;padding:0 14px;font-weight:900;text-decoration:none}.premium-user{align-items:center;gap:10px;padding-left:10px;display:flex}.premium-user div{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:950;display:flex}.premium-user span{color:#111;flex-direction:column;font-weight:900;display:flex}.premium-user small{color:#8b7d70;margin-top:2px;font-weight:700}.premium-content{padding:28px 30px 42px}.premium-hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.premium-kicker{color:#9a6a25;background:#f3eadf;border-radius:999px;margin-bottom:14px;padding:8px 14px;font-size:14px;font-weight:950;display:inline-flex}.premium-hero h1{color:#111;margin:0 0 8px;font-size:42px;line-height:1.08}.premium-hero p{color:#6f655d;max-width:720px;margin:0;font-size:17px;line-height:1.5}.premium-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.premium-hero-actions button,.premium-hero-actions a{color:#111;background:#fff;border:1px solid #e6dbcf;border-radius:16px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}.premium-hero-actions a{color:#fff;background:#111;border-color:#111}.premium-error{color:#b42318;background:#fff1f1;border:1px solid #ffc9c9;border-radius:18px;margin-bottom:18px;padding:14px 16px;font-weight:900}.premium-kpi-grid{grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px;display:grid}.premium-kpi-card{background:#ffffffe0;border:1px solid #eadfd2;border-radius:24px;min-width:0;padding:20px;box-shadow:0 16px 40px #503a2312}.premium-kpi-icon{color:#a77934;background:#f3eadf;border-radius:15px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;font-weight:950;display:flex}.premium-kpi-card span{color:#7c7067;margin-bottom:7px;font-size:14px;font-weight:900;display:block}.premium-kpi-card strong{color:#111;white-space:nowrap;font-size:26px;line-height:1.05;display:block}.premium-kpi-card small{color:#35a05a;margin-top:9px;font-weight:900;display:block}.premium-dashboard-grid{grid-template-columns:1.25fr 1fr 1fr;gap:18px;display:grid}.premium-card{background:#ffffffe6;border:1px solid #eadfd2;border-radius:28px;min-width:0;padding:22px;box-shadow:0 16px 40px #503a2312}.premium-card-wide{grid-column:span 2}.premium-card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.premium-card-head h2{color:#111;margin:0 0 5px;font-size:21px}.premium-card-head p{color:#7c7067;margin:0;font-size:14px;font-weight:700}.premium-card-head button,.premium-card-head a{color:#111;background:#fff;border:1px solid #e6dbcf;border-radius:14px;min-height:40px;padding:0 14px;font-weight:900;text-decoration:none}.premium-chart{background:repeating-linear-gradient(0deg,#0000 0 43px,#ded3c8b8 44px);border-radius:22px;align-items:end;gap:18px;height:225px;padding:24px 18px 12px;display:flex}.premium-chart-column{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:8px;height:100%;display:flex}.premium-chart-column span{color:#6f655d;font-size:13px;font-weight:900}.premium-chart-column div{background:linear-gradient(#d9b777,#f4ead8);border-radius:999px 999px 10px 10px;width:100%;max-width:46px;box-shadow:inset 0 -10px 18px #ffffff59}.premium-chart-column small{color:#7c7067;font-weight:900}.premium-donut-wrap{grid-template-columns:175px 1fr;align-items:center;gap:20px;display:grid}.premium-donut{background:radial-gradient(circle, #fff 0 45%, transparent 46%), conic-gradient(#84b96d 0 58%, #e8b94f 58% 78%, #91a5b8 78% 92%, #e58473 92% 100%);border-radius:999px;flex-direction:column;justify-content:center;align-items:center;width:170px;height:170px;display:flex;box-shadow:0 18px 34px #503a2314}.premium-donut b{color:#111;font-size:31px;line-height:1}.premium-donut span{color:#7c7067;margin-top:5px;font-weight:800}.premium-donut-legend{flex-direction:column;gap:10px;display:flex}.premium-donut-legend p{color:#5c534c;align-items:center;gap:8px;margin:0;font-weight:800;display:flex}.premium-donut-legend b{color:#111;margin-left:auto}.premium-donut-legend i{border-radius:999px;width:10px;height:10px;display:inline-flex}.premium-donut-legend .green{background:#84b96d}.premium-donut-legend .gold{background:#e8b94f}.premium-donut-legend .blue{background:#91a5b8}.premium-donut-legend .red{background:#e58473}.premium-top-products,.premium-segments,.premium-control-list{flex-direction:column;gap:12px;display:flex}.premium-product-row{background:#fbf8f4;border:1px solid #eee4da;border-radius:18px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.premium-product-index{color:#fff;background:#111;border-radius:13px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:950;display:flex}.premium-product-row b{color:#111;display:block}.premium-product-row span{color:#7c7067;margin-top:3px;font-size:13px;display:block}.premium-product-row strong{white-space:nowrap}.premium-card-link{color:#111;background:#fff;border:1px solid #eadfd2;border-radius:15px;justify-content:center;align-items:center;min-height:46px;margin-top:14px;font-weight:950;text-decoration:none;display:flex}.premium-orders-table{overflow:auto}.premium-orders-head,.premium-orders-row{grid-template-columns:90px 140px 1fr 120px 140px;align-items:center;gap:14px;min-width:760px;display:grid}.premium-orders-head{color:#7c7067;border-bottom:1px solid #eee4da;padding:0 12px 12px;font-size:13px;font-weight:950}.premium-orders-row{color:#111;border-bottom:1px solid #f0e8df;padding:14px 12px;font-weight:800}.premium-orders-row:last-child{border-bottom:none}.premium-status{background:#f1f1f1;border-radius:999px;justify-content:center;padding:7px 10px;font-size:13px;font-weight:950;display:inline-flex}.premium-status.new{color:#2454a6;background:#eef4ff}.premium-status.confirmed,.premium-status.paid{color:#9a6a25;background:#fff4d8}.premium-status.shipped{color:#6941c6;background:#f1e8ff}.premium-status.completed{color:#248045;background:#eaf7ed}.premium-status.cancelled,.premium-status.returned{color:#b42318;background:#fff1f1}.premium-orders-empty{text-align:center;color:#7c7067;padding:24px;font-weight:900}.premium-segments div,.premium-control-list div{background:#fbf8f4;border:1px solid #eee4da;border-radius:18px;padding:16px}.premium-segments b,.premium-control-list b{color:#111}.premium-segments span{color:#6f655d;margin-top:6px;line-height:1.45;display:block}.premium-control-list div{justify-content:space-between;gap:16px;display:flex}.premium-control-list span{color:#6f655d;font-weight:800}.premium-control-list b{font-size:23px}.premium-muted{color:#7c7067;line-height:1.5}.premium-dashboard-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.premium-dashboard-loading h1{color:#111}.premium-footer{color:#8b7d70;text-align:center;margin-top:24px;font-weight:800}@media (max-width:1300px){.premium-kpi-grid{grid-template-columns:repeat(3,1fr)}.premium-dashboard-grid{grid-template-columns:1fr 1fr}.premium-card-wide{grid-column:span 2}}@media (max-width:980px){.premium-admin-page{grid-template-columns:1fr}.premium-sidebar{min-height:auto;position:relative}.premium-nav{grid-template-columns:repeat(2,1fr);display:grid}.premium-sidebar-card{display:none}.premium-topbar{flex-direction:column;align-items:stretch;height:auto;padding:16px;position:relative}.premium-topbar-actions{justify-content:space-between}}@media (max-width:720px){.premium-content{padding:22px 16px 34px}.premium-hero{flex-direction:column;align-items:flex-start}.premium-hero h1{font-size:32px}.premium-kpi-grid,.premium-dashboard-grid{grid-template-columns:1fr}.premium-card-wide{grid-column:span 1}.premium-donut-wrap{grid-template-columns:1fr}.premium-donut{margin:0 auto}.premium-chart{gap:8px}.premium-user span{display:none}}.premium-customers-page{color:#161412;background:radial-gradient(circle at 0 0,#cba86b29,#0000 34%),linear-gradient(135deg,#fbfaf8 0%,#f5efe8 100%);grid-template-columns:250px 1fr;min-height:100vh;display:grid}.premium-customers-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border-right:1px solid #ded3c8e6;align-self:start;min-height:100vh;padding:28px 18px;position:sticky;top:0}.premium-customers-brand{border-bottom:1px solid #eee4da;margin-bottom:22px;padding:0 12px 26px}.premium-customers-brand div{letter-spacing:.18em;color:#111;font-size:42px;font-weight:950;line-height:1}.premium-customers-brand span{color:#7c7067;margin-top:8px;font-size:14px;font-weight:700;display:block}.premium-customers-nav{flex-direction:column;gap:8px;display:flex}.premium-customers-nav a{color:#2b2724;border-radius:16px;align-items:center;min-height:48px;padding:0 14px;font-size:15px;font-weight:900;text-decoration:none;transition:all .18s;display:flex}.premium-customers-nav a:hover,.premium-customers-nav a.active{color:#111;background:#f3eadf}.premium-customers-side-card{background:linear-gradient(145deg,#f5eadb,#fff);border:1px solid #eadfd2;border-radius:24px;margin-top:32px;padding:20px;box-shadow:0 14px 36px #503a2314}.premium-customers-side-card span{color:#7c7067;font-size:14px;font-weight:900}.premium-customers-side-card h3{color:#111;margin:8px 0 4px;font-size:42px}.premium-customers-side-card p{color:#7c7067;margin:0;line-height:1.45}.premium-customers-main{min-width:0;padding:34px 34px 50px}.premium-customers-topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.premium-customers-kicker{color:#9a6a25;background:#f3eadf;border-radius:999px;margin-bottom:14px;padding:8px 14px;font-size:14px;font-weight:950;display:inline-flex}.premium-customers-topbar h1{color:#111;margin:0 0 8px;font-size:42px;line-height:1.08}.premium-customers-topbar p{color:#6f655d;max-width:760px;margin:0;font-size:17px;line-height:1.5}.premium-customers-actions{flex-wrap:wrap;gap:12px;display:flex}.premium-customers-actions a{color:#111;background:#fff;border:1px solid #e6dbcf;border-radius:16px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}.premium-customers-actions a:last-child{color:#fff;background:#111;border-color:#111}.premium-customers-error{color:#b42318;background:#fff1f1;border:1px solid #ffc9c9;border-radius:18px;margin-bottom:18px;padding:14px 16px;font-weight:900}.premium-customers-stats{grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px;display:grid}.premium-customers-stats article{background:#ffffffe0;border:1px solid #eadfd2;border-radius:24px;min-width:0;padding:20px;box-shadow:0 16px 40px #503a2312}.premium-customers-stats span{color:#7c7067;margin-bottom:7px;font-size:14px;font-weight:900;display:block}.premium-customers-stats b{color:#111;white-space:nowrap;font-size:26px;line-height:1.05;display:block}.premium-customers-stats small{color:#35a05a;margin-top:9px;font-weight:900;display:block}.premium-customers-tools{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.premium-customers-search{background:#fff;border:1px solid #e6dbcf;border-radius:18px;flex:1;align-items:center;gap:10px;min-height:52px;padding:0 16px;display:flex;box-shadow:0 10px 24px #503a230d}.premium-customers-search span{color:#a77934;font-size:22px}.premium-customers-search input{color:#111;background:0 0;border:none;outline:none;width:100%;font-size:15px}.premium-customers-segments{flex-wrap:wrap;gap:8px;display:flex}.premium-customers-segments button{color:#111;cursor:pointer;background:#fff;border:1px solid #e6dbcf;border-radius:999px;min-height:44px;padding:0 15px;font-weight:900}.premium-customers-segments button.active{color:#fff;background:#111;border-color:#111}.premium-customers-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:18px;display:grid}.premium-customers-table-card,.premium-customer-profile{background:#ffffffe6;border:1px solid #eadfd2;border-radius:28px;min-width:0;padding:22px;box-shadow:0 16px 40px #503a2312}.premium-customers-card-head{justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.premium-customers-card-head h2{color:#111;margin:0 0 5px;font-size:22px}.premium-customers-card-head p{color:#7c7067;margin:0;font-weight:800}.premium-customers-table{overflow:auto}.premium-customers-table-head,.premium-customers-row{grid-template-columns:1.45fr 150px 100px 130px 110px 120px;align-items:center;gap:14px;min-width:900px;display:grid}.premium-customers-table-head{color:#7c7067;border-bottom:1px solid #eee4da;padding:0 12px 12px;font-size:13px;font-weight:950}.premium-customers-row{text-align:left;color:#111;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0e8df;border-radius:14px;width:100%;padding:14px 12px;font-weight:800}.premium-customers-row:hover,.premium-customers-row.active{background:#fbf8f4}.premium-customers-row b{color:#111;display:block}.premium-customers-row small{color:#7c7067;margin-top:4px;display:block}.premium-customer-status{white-space:nowrap;background:#f1f1f1;border-radius:999px;justify-content:center;align-items:center;padding:7px 10px;font-size:13px;font-weight:950;display:inline-flex}.premium-customer-status.vip{color:#9a6a25;background:#fff2cf}.premium-customer-status.regular{color:#248045;background:#eaf7ed}.premium-customer-status.new{color:#2454a6;background:#eef4ff}.premium-customer-status.big{min-height:34px;margin:0 auto 20px;padding:0 16px}.premium-customer-profile{text-align:center;position:sticky;top:24px}.premium-customer-avatar{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:86px;height:86px;margin:0 auto 16px;font-size:38px;font-weight:950;display:flex}.premium-customer-profile h2{color:#111;margin:0 0 10px;font-size:28px}.premium-customer-profile-list{text-align:left;flex-direction:column;gap:0;display:flex}.premium-customer-profile-list div{border-bottom:1px solid #eee4da;justify-content:space-between;gap:16px;padding:13px 0;display:flex}.premium-customer-profile-list span{color:#7c7067;font-weight:800}.premium-customer-profile-list b{color:#111;text-align:right}.premium-customer-orders{text-align:left;margin-top:24px}.premium-customer-orders h3{color:#111;margin:0 0 12px}.premium-customer-order{background:#fbf8f4;border:1px solid #eee4da;border-radius:18px;justify-content:space-between;gap:14px;margin-bottom:10px;padding:14px;display:flex}.premium-customer-order b,.premium-customer-order strong{color:#111;display:block}.premium-customer-order span{color:#7c7067;margin-top:4px;font-size:13px;font-weight:800;display:block}.premium-customers-empty{text-align:center;color:#7c7067;padding:28px;font-weight:900}.premium-customers-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.premium-customers-loading h1{color:#111}@media (max-width:1320px){.premium-customers-stats{grid-template-columns:repeat(3,1fr)}.premium-customers-layout{grid-template-columns:1fr}.premium-customer-profile{position:relative;top:0}}@media (max-width:980px){.premium-customers-page{grid-template-columns:1fr}.premium-customers-sidebar{min-height:auto;position:relative}.premium-customers-nav{grid-template-columns:repeat(2,1fr);display:grid}.premium-customers-side-card{display:none}.premium-customers-main{padding:24px 16px 40px}.premium-customers-topbar{flex-direction:column}.premium-customers-tools{flex-direction:column;align-items:stretch}}@media (max-width:640px){.premium-customers-topbar h1{font-size:32px}.premium-customers-stats{grid-template-columns:1fr}.premium-customers-actions a{width:100%}.premium-customer-profile-list div,.premium-customer-order{flex-direction:column}.premium-customer-profile-list b{text-align:left}}.success-account-box{color:#fff;text-align:left;background:linear-gradient(135deg,#111 0%,#2b241f 100%);border-radius:26px;grid-template-columns:1fr auto;align-items:center;gap:22px;margin:0 0 28px;padding:26px;display:grid;box-shadow:0 18px 46px #00000029}.success-account-box h2{color:#fff;margin:0 0 8px;font-size:26px;line-height:1.15}.success-account-box p{color:#ffffffc2;max-width:520px;margin:0;font-size:16px;line-height:1.5}.success-account-actions{flex-shrink:0;gap:12px;display:flex}.success-account-box .success-btn{white-space:nowrap;margin:0}.success-actions{margin-top:0}@media (max-width:760px){.success-account-box{text-align:center;grid-template-columns:1fr;padding:22px}.success-account-box p{max-width:none}.success-account-actions{flex-direction:column}.success-account-box .success-btn{width:100%}}.success-account-box{grid-template-columns:minmax(0,1fr) auto;padding:30px}.success-account-box h2{max-width:360px;font-size:24px;line-height:1.18}.success-account-box p{max-width:420px;font-size:15px}.success-account-actions{justify-content:flex-end;min-width:330px}.success-account-actions .success-btn{min-width:150px}@media (max-width:760px){.success-account-actions{justify-content:stretch;min-width:0}.success-account-box h2,.success-account-box p{max-width:none}}.success-account-box{color:#fff!important;text-align:center!important;background:linear-gradient(135deg,#111 0%,#2b241f 100%)!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:22px!important;margin:0 0 28px!important;padding:34px 32px!important;display:flex!important;box-shadow:0 20px 52px #0000002e!important}.success-account-box h2{color:#fff!important;text-align:center!important;max-width:100%!important;margin:0 0 10px!important;font-size:30px!important;line-height:1.15!important}.success-account-box p{color:#ffffffc2!important;text-align:center!important;max-width:620px!important;margin:0 auto!important;font-size:17px!important;line-height:1.55!important}.success-account-actions{justify-content:center!important;gap:14px!important;width:100%!important;min-width:0!important;display:flex!important}.success-account-actions .success-btn{white-space:nowrap!important;min-width:210px!important;margin:0!important}.success-account-box .success-btn.primary{color:#111!important;background:#fff!important}.success-account-box .success-btn.secondary{color:#fff!important;background:#ffffff24!important}@media (max-width:760px){.success-account-box{padding:26px 20px!important}.success-account-box h2{font-size:24px!important}.success-account-box p{font-size:15px!important}.success-account-actions{flex-direction:column!important}.success-account-actions .success-btn{width:100%!important;min-width:0!important}}.success-card{overflow:hidden}.success-card h1{text-wrap:balance;text-align:center!important;word-break:normal!important;max-width:100%!important;padding:0 10px!important;font-size:clamp(32px,4vw,46px)!important;line-height:1.12!important}.success-subtitle{max-width:560px!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:760px){.success-card h1{font-size:30px!important}}.checkout-page{color:#111;background:radial-gradient(circle at 0 0,#cba86b24,#0000 34%),linear-gradient(135deg,#fbfaf8 0%,#f5efe8 100%);min-height:100vh;padding:36px 0 80px}.checkout-container{width:min(1180px,100% - 32px);margin:0 auto}.checkout-topline{color:#7c7067;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;font-weight:800;display:flex}.checkout-topline a{color:#111;font-weight:950;text-decoration:none}.checkout-layout{grid-template-columns:410px minmax(0,1fr);align-items:start;gap:22px;display:grid}.checkout-product-card,.checkout-form-card,.checkout-loading-card{background:#ffffffeb;border:1px solid #eadfd2;border-radius:32px;box-shadow:0 18px 50px #503a2314}.checkout-product-card{position:sticky;top:24px;overflow:hidden}.checkout-image-box{aspect-ratio:1;background:#f3eee9;width:100%;overflow:hidden}.checkout-image-box img{object-fit:cover;width:100%;height:100%}.checkout-image-placeholder{letter-spacing:.18em;color:#11111124;justify-content:center;align-items:center;width:100%;height:100%;font-size:54px;font-weight:950;display:flex}.checkout-category,.checkout-kicker{color:#9a6a25;background:#f3eadf;border-radius:999px;margin-bottom:16px;padding:8px 14px;font-size:14px;font-weight:950;display:inline-flex}.checkout-product-info h1{color:#111;margin:0 0 12px;font-size:32px;line-height:1.08}.checkout-product-info p,.checkout-form-subtitle{color:#665e57;margin:0 0 18px;font-size:16px;line-height:1.5}.checkout-price-row{align-items:baseline;gap:12px;margin-bottom:18px;display:flex}.checkout-price-row strong{color:#111;font-size:30px;line-height:1}.checkout-price-row span{color:#8b7d70;font-weight:800;text-decoration:line-through}.checkout-selected-summary div{background:#f8f5f1;border:1px solid #eee4da;border-radius:18px;padding:16px}.checkout-selected-summary span{color:#7c7067;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.checkout-selected-summary b{color:#111;font-size:22px;display:block}.checkout-form-card{padding:32px}.checkout-form-card h2{color:#111;margin:0 0 10px;font-size:36px;line-height:1.1}.checkout-error{color:#b42318;background:#fff1f1;border:1px solid #ffc9c9;border-radius:18px;margin-bottom:18px;padding:14px 16px;font-weight:900}.checkout-form{flex-direction:column;gap:18px;display:flex}.checkout-field{flex-direction:column;gap:9px;display:flex}.checkout-field>span{color:#111;font-size:15px;font-weight:950}.checkout-field input,.checkout-field select,.checkout-field textarea{color:#111;background:#fff;border:1px solid #ded3c8;border-radius:18px;outline:none;width:100%;padding:0 17px;font-size:17px;font-weight:800}.checkout-field textarea{resize:vertical;padding-top:16px}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#111;box-shadow:0 0 0 4px #11111114}.checkout-fields-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.checkout-size-list{flex-wrap:wrap;gap:12px;display:flex}.checkout-size-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #ded3c8;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:82px;min-height:68px;font-size:22px;font-weight:950;transition:all .18s;display:flex}.checkout-size-btn small{color:#8b7d70;font-size:11px;font-weight:800}.checkout-size-btn:hover{border-color:#111;transform:translateY(-1px)}.checkout-size-btn.active{color:#fff;background:#111;border-color:#111;box-shadow:0 14px 30px #00000029}.checkout-size-btn.active small{color:#ffffffb8}.checkout-no-stock{color:#7c7067;background:#f8f5f1;border:1px solid #eee4da;border-radius:18px;padding:16px;font-weight:900}.checkout-submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:20px;min-height:64px;font-size:20px;font-weight:950;transition:all .18s;box-shadow:0 16px 38px #00000029}.checkout-submit:hover{transform:translateY(-1px)}.checkout-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.checkout-loading-card{text-align:center;padding:40px}.checkout-primary-link{color:#fff;background:#111;border-radius:16px;justify-content:center;align-items:center;min-height:54px;padding:0 22px;font-size:17px;font-weight:900;text-decoration:none;display:inline-flex}@media (max-width:980px){.checkout-layout{grid-template-columns:1fr}.checkout-product-card{position:relative;top:0}.checkout-image-box{aspect-ratio:16/10}}@media (max-width:640px){.checkout-page{padding:24px 0 60px}.checkout-topline{flex-direction:column;align-items:flex-start}.checkout-form-card{border-radius:26px;padding:24px 18px}.checkout-product-info{padding:22px 18px}.checkout-form-card h2{font-size:30px}.checkout-fields-grid{grid-template-columns:1fr}.checkout-size-btn{flex:1;min-width:78px}.checkout-submit{font-size:17px}}.checkout-container{width:min(1240px,100% - 48px)!important;max-width:1240px!important;margin:0 auto!important}.checkout-topline{width:100%!important;margin:0 0 22px!important}.checkout-layout{grid-template-columns:460px minmax(620px,1fr)!important;align-items:start!important;gap:26px!important;width:100%!important;display:grid!important}.checkout-product-card{width:100%!important;max-width:460px!important;display:block!important;position:sticky!important;top:24px!important;overflow:hidden!important}.checkout-image-box{aspect-ratio:1!important;border-radius:0!important;width:100%!important;height:auto!important;display:block!important;overflow:hidden!important}.checkout-image-box img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.checkout-product-info{width:100%!important;padding:28px!important;display:block!important}.checkout-product-info h1{max-width:100%!important;margin:0 0 14px!important;font-size:34px!important;line-height:1.08!important}.checkout-product-info p{max-width:100%!important;margin-bottom:18px!important;font-size:16px!important}.checkout-price-row{flex-wrap:wrap!important;align-items:baseline!important;gap:12px!important;display:flex!important}.checkout-selected-summary{grid-template-columns:1fr 1fr!important;gap:12px!important;display:grid!important}.checkout-form-card{border-radius:32px!important;width:100%!important;min-width:0!important;padding:34px!important}.checkout-form{flex-direction:column!important;gap:18px!important;width:100%!important;display:flex!important}.checkout-fields-grid{grid-template-columns:1fr 1fr!important;gap:16px!important;width:100%!important;display:grid!important}.checkout-field{width:100%!important}.checkout-field input,.checkout-field select,.checkout-field textarea{box-sizing:border-box!important;width:100%!important}.checkout-size-list{grid-template-columns:repeat(4,minmax(100px,1fr))!important;gap:12px!important;display:grid!important}.checkout-size-btn{border-radius:20px!important;width:100%!important;min-width:0!important;min-height:78px!important}.checkout-submit{border-radius:22px!important;width:100%!important;min-height:66px!important}@media (max-width:1180px){.checkout-layout{grid-template-columns:420px minmax(0,1fr)!important}.checkout-size-list{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:980px){.checkout-container{width:min(760px,100% - 32px)!important}.checkout-layout{grid-template-columns:1fr!important}.checkout-product-card{max-width:none!important;position:relative!important;top:0!important}.checkout-image-box{aspect-ratio:16/10!important}.checkout-fields-grid{grid-template-columns:1fr!important}.checkout-size-list{grid-template-columns:repeat(4,1fr)!important}}@media (max-width:640px){.checkout-container{width:min(100% - 24px,520px)!important}.checkout-form-card{padding:24px 18px!important}.checkout-product-info{padding:22px 18px!important}.checkout-form-card h2{font-size:30px!important}.checkout-product-info h1{font-size:28px!important}.checkout-size-list{grid-template-columns:repeat(2,1fr)!important}}.product-order-panel{margin-top:28px}.product-stock-line{color:#166534;background:#eef8ef;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:9px 14px;font-size:14px;font-weight:900;display:inline-flex}.product-size-block{margin-top:8px}.product-size-label{color:#111;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:950}.product-size-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.product-size-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #e1d7cc;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:74px;transition:all .18s;display:flex}.product-size-btn b{font-size:24px;font-weight:950;line-height:1}.product-size-btn span{color:#8b7d70;margin-top:5px;font-size:12px;font-weight:800}.product-size-btn:hover{border-color:#111;transform:translateY(-1px)}.product-size-btn.active{color:#fff;background:#111;border-color:#111;box-shadow:0 14px 30px #0000002e}.product-size-btn.active span{color:#ffffffb8}.product-cart-message{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:16px;margin:14px 0;padding:13px 15px;font-size:14px;font-weight:950}.product-cart-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.product-cart-btn{cursor:pointer;border-radius:18px;min-height:58px;font-size:16px;font-weight:950;transition:all .18s}.product-cart-btn.primary{color:#fff;background:#111;border:1px solid #111;box-shadow:0 14px 30px #00000029}.product-cart-btn.secondary{color:#111;background:#fff;border:1px solid #e1d7cc}.product-cart-btn:hover{transform:translateY(-1px)}.product-cart-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.product-no-stock{color:#7c7067;background:#f8f5f1;border:1px solid #eee4da;border-radius:16px;padding:15px;font-weight:900}@media (max-width:640px){.product-size-list{grid-template-columns:repeat(2,1fr)}.product-cart-actions{grid-template-columns:1fr}}.cart-page{min-height:calc(100vh - 90px);padding:42px 0 80px}.cart-top{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.cart-eyebrow{color:#9a7b58;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:950}.cart-top h1{color:#111;letter-spacing:-.06em;margin:0;font-size:clamp(38px,5vw,72px);line-height:.95}.cart-top p{color:#6f6258;max-width:520px;margin:14px 0 0;font-size:17px;font-weight:650}.cart-back-link,.cart-primary-link{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:950;text-decoration:none;display:inline-flex}.cart-empty{text-align:center;background:#fff;border:1px solid #e9ded3;border-radius:32px;max-width:620px;margin:50px auto 0;padding:46px;box-shadow:0 22px 55px #281e1414}.cart-empty h2{letter-spacing:-.04em;margin:0 0 10px;font-size:34px}.cart-empty p{color:#74675d;margin:0 0 24px;font-weight:750}.cart-grid{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:start;gap:24px;display:grid}.cart-items-card,.cart-checkout-card{background:#fff;border:1px solid #e9ded3;border-radius:32px;box-shadow:0 22px 55px #281e1414}.cart-items-card{padding:24px}.cart-checkout-card{padding:26px;position:sticky;top:20px}.cart-card-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.cart-card-head h2,.cart-checkout-card h2{color:#111;letter-spacing:-.04em;margin:0;font-size:26px}.cart-clear-btn{color:#7b6e64;cursor:pointer;background:#fff;border:1px solid #eadfd5;border-radius:999px;padding:10px 14px;font-weight:900}.cart-items-list{gap:14px;display:grid}.cart-item{background:#fffaf6;border:1px solid #f0e7de;border-radius:24px;grid-template-columns:96px minmax(0,1fr) 120px 140px;align-items:center;gap:16px;padding:14px;display:grid}.cart-item-image{color:#111;letter-spacing:.1em;background:#f2ede8;border-radius:20px;justify-content:center;align-items:center;width:96px;height:96px;font-weight:950;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-info a{color:inherit;text-decoration:none}.cart-item-info h3{color:#111;margin:0 0 8px;font-size:18px;line-height:1.15}.cart-item-info p{color:#74675d;margin:0 0 8px;font-weight:850}.cart-item-price{color:#111;font-size:17px;font-weight:950}.cart-qty{background:#fff;border:1px solid #e7dcd1;border-radius:999px;grid-template-columns:36px 1fr 36px;align-items:center;display:grid;overflow:hidden}.cart-qty button{color:#111;cursor:pointer;background:0 0;border:0;width:36px;height:38px;font-size:20px;font-weight:950}.cart-qty span{text-align:center;color:#111;font-weight:950}.cart-item-total{color:#111;justify-items:end;gap:8px;font-size:17px;font-weight:950;display:grid}.cart-item-total button{color:#9b2c2c;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:900}.cart-summary{color:#fff;background:#111;border-radius:24px;gap:12px;margin-top:20px;padding:20px;display:grid}.cart-summary div{justify-content:space-between;align-items:center;gap:16px;display:flex}.cart-summary span{color:#ffffffb8;font-weight:850}.cart-summary b,.cart-summary strong{color:#fff;font-size:22px;font-weight:950}.cart-form{gap:14px;margin-top:20px;display:grid}.cart-form label{color:#111;letter-spacing:.04em;text-transform:uppercase;gap:7px;font-size:13px;font-weight:950;display:grid}.cart-form input,.cart-form select,.cart-form textarea{color:#111;background:#fffaf6;border:1px solid #e5dacf;border-radius:16px;outline:none;width:100%;padding:13px 14px;font-size:15px;font-weight:750}.cart-form textarea{resize:vertical}.cart-form input:focus,.cart-form select:focus,.cart-form textarea:focus{background:#fff;border-color:#111}.cart-submit-btn{color:#fff;cursor:pointer;background:#111;border:0;border-radius:18px;min-height:58px;font-size:17px;font-weight:950;box-shadow:0 18px 38px #00000026}.cart-submit-btn:disabled{opacity:.65;cursor:not-allowed}.cart-error,.cart-success{border-radius:16px;padding:13px 15px;font-size:14px;font-weight:950}.cart-error{color:#9b1c1c;background:#fff1f1;border:1px solid #f3c2c2}.cart-success{color:#166534;background:#eef8ef;border:1px solid #c6e8ce}@media (max-width:980px){.cart-top{flex-direction:column;align-items:flex-start}.cart-grid{grid-template-columns:1fr}.cart-checkout-card{position:static}}@media (max-width:680px){.cart-page{padding-top:24px}.cart-empty{border-radius:26px;padding:30px 20px}.cart-items-card,.cart-checkout-card{border-radius:26px;padding:18px}.cart-item{grid-template-columns:82px 1fr}.cart-item-image{width:82px;height:82px}.cart-qty{grid-column:1/-1}.cart-item-total{grid-column:1/-1;justify-items:start}}.cart-done h2{color:#166534}.cart-done-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:24px;display:flex}.cart-secondary-link{color:#111;background:#fff;border:1px solid #e2d7cc;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:950;text-decoration:none;display:inline-flex}.cart-field-hint{color:#8a7b70;letter-spacing:0;text-transform:none;margin-top:4px;font-size:12px;font-weight:750;line-height:1.35;display:block}.cart-pickup-box{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:18px;padding:15px}.cart-pickup-box b{margin-bottom:6px;font-size:15px;font-weight:950;display:block}.cart-pickup-box p{margin:0;font-size:14px;font-weight:750;line-height:1.45}.product-go-cart-btn{color:#fff;background:#166534;border-radius:18px;justify-content:center;align-items:center;min-height:52px;margin:12px 0 16px;font-size:16px;font-weight:950;text-decoration:none;transition:all .18s;display:flex;box-shadow:0 14px 30px #1665342e}.product-go-cart-btn:hover{background:#14532d;transform:translateY(-1px)}.header-cart-button{background:#111;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:14px;font-weight:950;text-decoration:none;display:inline-flex;position:relative;box-shadow:0 10px 24px #0000001f;color:#fff!important}.header-cart-button b{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:950;display:inline-flex}.catalog-toolbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf6d6;border:1px solid #e2d7cce6;border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin:0 0 28px;padding:12px;display:grid;position:sticky;top:12px;box-shadow:0 20px 55px #281e1414}.catalog-toolbar-left,.catalog-toolbar-categories{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.catalog-toolbar-categories{justify-content:center}.catalog-toolbar-btn,.catalog-chip,.catalog-cart-link{color:#111;cursor:pointer;background:#fff;border:1px solid #eadfd5;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:950;text-decoration:none;transition:all .18s;display:inline-flex}.catalog-toolbar-btn:hover,.catalog-chip:hover,.catalog-cart-link:hover{border-color:#111;transform:translateY(-1px)}.catalog-toolbar-btn.active,.catalog-chip.active{color:#fff;background:#111;border-color:#111}.catalog-toolbar-btn.ghost{background:0 0}.catalog-cart-link{color:#fff;background:#111;border-color:#111;gap:10px;box-shadow:0 14px 30px #00000024}.catalog-cart-link b{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;font-weight:950;display:inline-flex}@media (max-width:900px){.catalog-toolbar{grid-template-columns:1fr;align-items:stretch}.catalog-toolbar-left,.catalog-toolbar-categories{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.catalog-toolbar-left::-webkit-scrollbar{display:none}.catalog-toolbar-categories::-webkit-scrollbar{display:none}.catalog-toolbar-btn,.catalog-chip,.catalog-cart-link{white-space:nowrap}.catalog-cart-link{width:100%}}@media (max-width:560px){.catalog-toolbar{border-radius:22px;padding:10px;position:sticky;top:8px}.header-cart-button span{display:none}.header-cart-button{min-width:42px;padding:0 10px}}.admin-orders-premium-page{gap:24px;display:grid}.admin-orders-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.admin-orders-head p{color:#9a7b58;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:950}.admin-orders-head h1{color:#111;letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,72px);line-height:.95}.admin-orders-head span{color:#6f6258;max-width:620px;margin-top:14px;font-size:17px;font-weight:700;display:block}.admin-orders-refresh{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:48px;padding:0 20px;font-size:15px;font-weight:950}.admin-orders-stats{grid-template-columns:repeat(5,minmax(130px,1fr));gap:14px;display:grid}.admin-orders-stats div{background:#fff;border:1px solid #eadfd5;border-radius:24px;padding:18px;box-shadow:0 14px 34px #281e140d}.admin-orders-stats span{color:#807267;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.admin-orders-stats b{color:#111;font-size:26px;font-weight:950}.admin-orders-message,.admin-orders-empty{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:22px;padding:18px 20px;font-weight:950}.admin-orders-empty{color:#6f6258;background:#fff;border-color:#eadfd5}.admin-orders-list-premium{gap:22px;display:grid}.admin-order-card-premium{background:#fff;border:1px solid #eadfd5;border-radius:30px;overflow:hidden;box-shadow:0 22px 55px #281e1414}.admin-order-card-premium.closed{opacity:.82}.admin-order-card-top{background:linear-gradient(135deg,#fffaf6,#fff);border-bottom:1px solid #f0e7df;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 26px;display:flex}.admin-order-card-top h2{color:#111;letter-spacing:-.04em;margin:0;font-size:28px}.admin-order-card-top p{color:#7a6d63;margin:8px 0 0;font-weight:800}.admin-order-badges-premium{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-order-status,.admin-payment-status{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:13px;font-weight:950;display:inline-flex}.admin-order-status.new{color:#0b57d0;background:#eaf2ff}.admin-order-status.confirmed{color:#9a6700;background:#fff7df}.admin-order-status.paid,.admin-order-status.shipped{color:#166534;background:#eef8ef}.admin-order-status.completed{color:#fff;background:#111}.admin-order-status.cancelled,.admin-order-status.returned{color:#a61b1b;background:#fff1f1}.admin-payment-status.unpaid{color:#a15c00;background:#fff3df}.admin-payment-status.paid{color:#166534;background:#eef8ef}.admin-payment-status.refunded{color:#555;background:#f1f1f1}.admin-order-closed-banner{color:#6d6258;background:#f7f4f0;border-radius:18px;margin:18px 24px 0;padding:14px 16px;font-weight:950}.admin-order-info-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:22px 24px;display:grid}.admin-order-info-box{background:#f8f5f1;border:1px solid #efe5dc;border-radius:22px;padding:18px}.admin-order-info-box span{color:#9a7b58;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:950;display:block}.admin-order-info-box h3{color:#111;letter-spacing:-.03em;margin:0 0 12px;font-size:21px}.admin-order-info-box p{color:#5f554d;margin:7px 0;font-weight:750;line-height:1.45}.admin-order-info-box b{color:#111}.admin-order-info-box a{color:#111;font-weight:950}.admin-order-pickup{background:#eef8ef;border-radius:14px;padding:10px 12px;color:#166534!important;margin-top:12px!important}.admin-order-products-box{color:#fff;background:#111;border-radius:24px;margin:0 24px 22px;padding:20px}.admin-order-products-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.admin-order-products-head h3{color:#fff;letter-spacing:-.04em;margin:0;font-size:24px}.admin-order-products-head p{color:#ffffff9e;margin:6px 0 0;font-weight:800}.admin-order-products-head strong{color:#fff;white-space:nowrap;font-size:26px;font-weight:950}.admin-order-products-table{background:#ffffff0f;border-radius:18px;overflow:hidden}.admin-order-products-row{border-top:1px solid #ffffff17;grid-template-columns:minmax(220px,1fr) 90px 90px 120px 130px;align-items:center;gap:12px;padding:14px 16px;display:grid}.admin-order-products-row:first-child{border-top:0}.admin-order-products-row.head{color:#ffffff9e;letter-spacing:.1em;text-transform:uppercase;background:#ffffff14;font-size:12px;font-weight:950}.admin-order-products-row span{color:#ffffffd1;font-weight:850}.admin-order-products-row b,.admin-order-products-row strong{color:#fff;font-weight:950}.admin-order-products-row i{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:32px;font-style:normal;font-weight:950;display:inline-flex}.admin-order-total-warning{color:#6f4d00;background:#fff7df;border-radius:16px;margin-top:14px;padding:12px 14px;font-weight:950}.admin-order-comment-clean{background:#fffaf6;border:1px solid #efe5dc;border-radius:22px;margin:0 24px 22px;padding:18px}.admin-order-comment-clean h3{color:#111;margin:0 0 8px;font-size:20px}.admin-order-comment-clean p{color:#5f554d;white-space:pre-line;margin:0;font-weight:750;line-height:1.5}.admin-order-actions-premium{background:#fffaf6;border-top:1px solid #f0e7df;flex-wrap:wrap;gap:10px;padding:18px 24px 24px;display:flex}.admin-order-actions-premium button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:44px;padding:0 16px;font-size:14px;font-weight:950;transition:all .18s}.admin-order-actions-premium button:hover{transform:translateY(-1px)}.admin-order-actions-premium button:disabled{opacity:.38;cursor:not-allowed;transform:none}@media (max-width:1100px){.admin-orders-stats,.admin-order-info-grid{grid-template-columns:repeat(2,1fr)}.admin-order-products-row{grid-template-columns:minmax(180px,1fr) 70px 70px 100px 110px}}@media (max-width:760px){.admin-orders-head,.admin-order-card-top,.admin-order-products-head{flex-direction:column;align-items:flex-start}.admin-orders-stats,.admin-order-info-grid{grid-template-columns:1fr}.admin-order-products-box{overflow-x:auto}.admin-order-products-table{min-width:680px}.admin-order-card-top,.admin-order-info-grid,.admin-order-actions-premium{padding-left:18px;padding-right:18px}.admin-order-products-box,.admin-order-comment-clean,.admin-order-closed-banner{margin-left:18px;margin-right:18px}}.admin-orders-premium-page{padding-bottom:80px}.admin-orders-list-premium{display:grid;gap:42px!important}.admin-order-card-premium{position:relative;background:#efe4da!important;border:2px solid #d9cabc!important;border-left:10px solid #111!important;border-radius:34px!important;padding:10px!important;overflow:visible!important;box-shadow:0 28px 70px #281e1429,0 0 0 10px #ffffff7a!important}.admin-order-card-premium:after{content:"";background:linear-gradient(90deg,#0000,#5041323d,#0000);height:1px;position:absolute;bottom:-24px;left:36px;right:36px}.admin-order-card-premium.closed{opacity:.78!important;border-left-color:#7c7168!important}.admin-order-card-top{box-shadow:0 18px 38px #0000002e;color:#fff!important;background:#111!important;border:0!important;border-radius:26px!important;margin:0!important;padding:24px 26px!important}.admin-order-card-top h2{color:#fff!important;font-size:30px!important}.admin-order-card-top p{color:#ffffffad!important}.admin-order-badges-premium{gap:10px!important}.admin-order-status,.admin-payment-status{box-shadow:inset 0 0 0 1px #ffffff2e;border-radius:999px!important;min-height:38px!important;padding:0 15px!important;font-size:13px!important}.admin-order-info-grid{gap:16px!important;padding:20px 4px 16px!important}.admin-order-info-box{box-shadow:0 14px 34px #281e1412;background:#fff!important;border:1px solid #dfd0c3!important;border-radius:26px!important;padding:20px!important}.admin-order-info-box span{color:#9a7b58!important;font-size:12px!important}.admin-order-info-box h3{color:#111!important;font-size:23px!important}.admin-order-info-box p{color:#5c5149!important;font-size:15px!important}.admin-order-products-box{box-shadow:0 16px 40px #281e1414;color:#111!important;background:#fff!important;border:1px solid #dfd0c3!important;border-radius:28px!important;margin:4px 4px 18px!important;padding:22px!important}.admin-order-products-head{border-bottom:1px solid #eadfd5;padding-bottom:16px}.admin-order-products-head h3{color:#111!important;font-size:26px!important}.admin-order-products-head p{color:#75695f!important}.admin-order-products-head strong{background:#f2ede8;border-radius:999px;padding:10px 16px;color:#111!important}.admin-order-products-table{border:1px solid #eadfd5;margin-top:16px;overflow:hidden;background:#f8f5f1!important;border-radius:20px!important}.admin-order-products-row{background:#fff!important;border-top:1px solid #eadfd5!important;grid-template-columns:minmax(240px,1fr) 90px 90px 130px 140px!important;padding:16px 18px!important}.admin-order-products-row:nth-child(2n):not(.head){background:#fffaf6!important}.admin-order-products-row.head{color:#75695f!important;background:#f0e7df!important;border-top:0!important}.admin-order-products-row.head span{color:#75695f!important}.admin-order-products-row span,.admin-order-products-row b,.admin-order-products-row strong{color:#111!important}.admin-order-products-row i{color:#fff!important;background:#111!important}.admin-order-comment-clean{box-shadow:0 12px 30px #281e140d;background:#fffdf8!important;border:1px dashed #cdb9a8!important;border-radius:26px!important;margin:0 4px 18px!important;padding:20px!important}.admin-order-comment-clean h3{color:#111!important}.admin-order-comment-clean p{color:#5c5149!important}.admin-order-actions-premium{box-shadow:0 12px 30px #281e140f;background:#fff!important;border:1px solid #dfd0c3!important;border-radius:26px!important;margin:0 4px!important;padding:18px!important}.admin-order-actions-premium button{box-shadow:0 10px 22px #0000001f;color:#fff!important;background:#111!important;border-radius:999px!important;min-height:48px!important;padding:0 18px!important}.admin-order-actions-premium button.danger{background:#b91c1c!important}.admin-order-actions-premium button:disabled{color:#ffffffc7!important;box-shadow:none!important;background:#c6b9ad!important}.admin-order-closed-banner{color:#6f4d00!important;background:#fff7df!important;border:1px solid #ecd18d!important;border-radius:22px!important;margin:16px 4px 0!important}@media (max-width:1100px){.admin-order-products-row{grid-template-columns:minmax(220px,1fr) 80px 80px 120px 130px!important}}@media (max-width:760px){.admin-orders-list-premium{gap:34px!important}.admin-order-card-premium{border-radius:26px!important;padding:8px!important}.admin-order-card-top{border-radius:22px!important}.admin-order-products-box{overflow-x:auto}.admin-order-products-table{min-width:720px}.admin-order-actions-premium{grid-template-columns:1fr;display:grid!important}.admin-order-actions-premium button{width:100%}}.crm-orders-board-page{gap:24px;padding-bottom:80px;display:grid}.crm-orders-board-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.crm-orders-board-head p{color:#9a7b58;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:950}.crm-orders-board-head h1{color:#111;letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,72px);line-height:.95}.crm-orders-board-head span{color:#6f6258;max-width:720px;margin-top:14px;font-size:17px;font-weight:700;display:block}.crm-orders-refresh{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:48px;padding:0 20px;font-size:15px;font-weight:950}.crm-orders-alerts{grid-template-columns:repeat(5,minmax(130px,1fr));gap:14px;display:grid}.crm-orders-alerts div{background:#fff;border:1px solid #eadfd5;border-radius:24px;padding:18px;box-shadow:0 14px 34px #281e140d}.crm-orders-alerts div.danger{background:#fff1f1;border-color:#f0b8b8}.crm-orders-alerts span{color:#807267;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.crm-orders-alerts b{color:#111;font-size:26px;font-weight:950}.crm-orders-message,.crm-orders-empty{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:22px;padding:18px 20px;font-weight:950}.crm-orders-empty{color:#6f6258;background:#fff;border-color:#eadfd5}.crm-folder-tabs{gap:10px;padding:4px 2px 10px;display:flex;overflow-x:auto}.crm-folder-tabs::-webkit-scrollbar{height:6px}.crm-folder-tabs::-webkit-scrollbar-thumb{background:#d8c9bb;border-radius:999px}.crm-folder-tab{color:#111;cursor:pointer;background:#fff;border:1px solid #e2d5c8;border-radius:18px;flex:none;align-items:center;gap:12px;min-height:56px;padding:0 16px;font-size:14px;font-weight:950;display:inline-flex}.crm-folder-tab b{background:#f2ede8;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;display:inline-flex}.crm-folder-tab.active{color:#fff;background:#111;border-color:#111;box-shadow:0 16px 36px #00000024}.crm-folder-tab.active b{color:#111;background:#fff}.crm-folder-tab.blue.active{background:#0b57d0;border-color:#0b57d0}.crm-folder-tab.gold.active{background:#9a6700;border-color:#9a6700}.crm-folder-tab.green.active{background:#166534;border-color:#166534}.crm-folder-tab.violet.active{background:#6d28d9;border-color:#6d28d9}.crm-folder-tab.red.active,.crm-folder-tab.danger.active{background:#b91c1c;border-color:#b91c1c}.crm-folder-panel{background:#efe4da;border:1px solid #d9cabc;border-radius:34px;padding:12px;box-shadow:0 28px 70px #281e141f}.crm-folder-panel-head{color:#fff;background:#111;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;display:flex}.crm-folder-panel-head h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:32px}.crm-folder-panel-head p{color:#ffffffa6;margin:8px 0 0;font-weight:800}.crm-folder-panel-head strong{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:54px;height:54px;font-size:24px;font-weight:950;display:inline-flex}.crm-folder-empty{color:#6f6258;text-align:center;background:#fff;border-radius:26px;margin-top:12px;padding:30px;font-weight:900}.crm-folder-orders{gap:14px;margin-top:12px;display:grid}.crm-order-ticket{background:#fff;border:1px solid #dfd0c3;border-radius:28px;padding:18px;box-shadow:0 16px 40px #281e1414}.crm-order-ticket-top{border-bottom:1px solid #eadfd5;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.crm-order-ticket-top h3{color:#111;margin:0;font-size:28px}.crm-order-ticket-top p{color:#7b6e64;margin:6px 0 0;font-weight:800}.crm-order-ticket-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.crm-order-ticket-badges span{color:#111;background:#f2ede8;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.crm-order-ticket-main{grid-template-columns:1.1fr 1.1fr 1fr .8fr;gap:12px;margin-top:14px;display:grid}.crm-order-ticket-main>div{background:#f8f5f1;border:1px solid #efe5dc;border-radius:20px;padding:14px}.crm-order-ticket-main span,.crm-order-products-mini span{color:#9a7b58;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.crm-order-ticket-main b{color:#111;font-size:16px;font-weight:950}.crm-order-ticket-main p{color:#5f554d;margin:6px 0 0;font-size:14px;font-weight:750}.crm-order-ticket-main a{color:#111;font-weight:950}.crm-order-products-mini{color:#fff;background:#111;border-radius:22px;grid-template-columns:1fr auto;align-items:start;gap:14px;margin-top:14px;padding:16px;display:grid}.crm-order-products-mini b{color:#fff}.crm-order-products-mini summary{color:#fff;cursor:pointer;font-weight:950}.crm-order-products-details{gap:8px;min-width:360px;margin-top:12px;display:grid}.crm-order-products-details div{background:#ffffff14;border-radius:14px;grid-template-columns:minmax(160px,1fr) 90px 120px;gap:10px;padding:10px;display:grid}.crm-order-products-details span,.crm-order-products-details b,.crm-order-products-details strong{color:#fff;font-size:13px}.crm-order-comment-mini,.crm-cod-warning,.crm-order-mini-note{color:#5f554d;background:#fffaf6;border:1px dashed #cdb9a8;border-radius:18px;margin-top:14px;padding:13px 14px;font-weight:800;line-height:1.45}.crm-cod-warning{color:#991b1b;background:#fff1f1;border-color:#f0b8b8}.crm-order-ticket-actions{border-top:1px solid #eadfd5;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:14px;display:flex}.crm-order-ticket-actions button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:44px;padding:0 16px;font-size:14px;font-weight:950}.crm-order-ticket-actions button.money{background:#166534}.crm-order-ticket-actions button.danger{background:#b91c1c}.crm-order-ticket-actions button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1100px){.crm-orders-alerts,.crm-order-ticket-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.crm-orders-board-head,.crm-folder-panel-head,.crm-order-ticket-top,.crm-order-products-mini{flex-direction:column;align-items:flex-start}.crm-orders-alerts,.crm-order-ticket-main{grid-template-columns:1fr}.crm-order-products-mini{display:block;overflow-x:auto}.crm-order-products-details{min-width:520px}.crm-order-ticket-actions{grid-template-columns:1fr;display:grid}.crm-order-ticket-actions button{width:100%}}.returns-board-page{gap:24px;padding-bottom:80px;display:grid}.returns-board-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.returns-board-head p{color:#9a7b58;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:950}.returns-board-head h1{color:#111;letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,72px);line-height:.95}.returns-board-head span{color:#6f6258;max-width:720px;margin-top:14px;font-size:17px;font-weight:700;display:block}.returns-refresh{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:48px;padding:0 20px;font-size:15px;font-weight:950}.returns-alerts{grid-template-columns:repeat(5,minmax(130px,1fr));gap:14px;display:grid}.returns-alerts div{background:#fff;border:1px solid #eadfd5;border-radius:24px;padding:18px;box-shadow:0 14px 34px #281e140d}.returns-alerts div.danger{background:#fff1f1;border-color:#f0b8b8}.returns-alerts span{color:#807267;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.returns-alerts b{color:#111;font-size:26px;font-weight:950}.returns-message,.returns-empty{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:22px;padding:18px 20px;font-weight:950}.returns-empty{color:#6f6258;text-align:center;background:#fff;border-color:#eadfd5;margin-top:12px}.returns-folder-tabs{gap:10px;padding:4px 2px 10px;display:flex;overflow-x:auto}.returns-folder-tabs::-webkit-scrollbar{height:6px}.returns-folder-tabs::-webkit-scrollbar-thumb{background:#d8c9bb;border-radius:999px}.returns-folder-tab{color:#111;cursor:pointer;background:#fff;border:1px solid #e2d5c8;border-radius:18px;flex:none;align-items:center;gap:12px;min-height:56px;padding:0 16px;font-size:14px;font-weight:950;display:inline-flex}.returns-folder-tab b{background:#f2ede8;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;display:inline-flex}.returns-folder-tab.active{color:#fff;background:#111;border-color:#111;box-shadow:0 16px 36px #00000024}.returns-folder-tab.active b{color:#111;background:#fff}.returns-folder-tab.blue.active{background:#0b57d0;border-color:#0b57d0}.returns-folder-tab.gold.active{background:#9a6700;border-color:#9a6700}.returns-folder-tab.green.active{background:#166534;border-color:#166534}.returns-folder-tab.violet.active{background:#6d28d9;border-color:#6d28d9}.returns-folder-tab.red.active,.returns-folder-tab.danger.active{background:#b91c1c;border-color:#b91c1c}.returns-folder-tab.black.active{background:#111;border-color:#111}.returns-folder-tab.gray.active{background:#6b625a;border-color:#6b625a}.returns-folder-panel{background:#efe4da;border:1px solid #d9cabc;border-radius:34px;padding:12px;box-shadow:0 28px 70px #281e141f}.returns-folder-panel-head{color:#fff;background:#111;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;display:flex}.returns-folder-panel-head h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:32px}.returns-folder-panel-head p{color:#ffffffa6;margin:8px 0 0;font-weight:800}.returns-folder-panel-head strong{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:54px;height:54px;font-size:24px;font-weight:950;display:inline-flex}.returns-list{gap:14px;margin-top:12px;display:grid}.return-ticket{background:#fff;border:1px solid #dfd0c3;border-radius:28px;padding:18px;box-shadow:0 16px 40px #281e1414}.return-ticket-top{border-bottom:1px solid #eadfd5;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.return-ticket-top h3{color:#111;letter-spacing:-.04em;margin:0;font-size:28px}.return-ticket-top p{color:#7b6e64;margin:6px 0 0;font-weight:800}.return-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.return-badges span{color:#111;background:#f2ede8;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.return-main-grid{grid-template-columns:1.1fr 1fr 1fr 1fr;gap:12px;margin-top:14px;display:grid}.return-main-grid>div{background:#f8f5f1;border:1px solid #efe5dc;border-radius:20px;padding:14px}.return-main-grid span,.return-products-box span{color:#9a7b58;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.return-main-grid b{color:#111;font-size:16px;font-weight:950}.return-main-grid p{color:#5f554d;margin:6px 0 0;font-size:14px;font-weight:750}.return-products-box{color:#fff;background:#111;border-radius:22px;gap:14px;margin-top:14px;padding:16px;display:grid}.return-products-box b{color:#fff}.return-products-list{gap:8px;display:grid}.return-products-list div{background:#ffffff14;border-radius:14px;grid-template-columns:minmax(180px,1fr) 110px 150px;align-items:center;gap:10px;padding:11px 12px;display:grid}.return-products-list span,.return-products-list b,.return-products-list strong{color:#fff;font-size:13px}.return-comment,.returns-mini-note{color:#5f554d;background:#fffaf6;border:1px dashed #cdb9a8;border-radius:18px;margin-top:14px;padding:13px 14px;font-weight:800;line-height:1.45}.return-actions{border-top:1px solid #eadfd5;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:14px;display:flex}.return-actions button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:44px;padding:0 16px;font-size:14px;font-weight:950}.return-actions button.money{background:#166534}.return-actions button.danger{background:#b91c1c}.return-actions button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1100px){.returns-alerts,.return-main-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.returns-board-head,.returns-folder-panel-head,.return-ticket-top{flex-direction:column;align-items:flex-start}.returns-alerts,.return-main-grid{grid-template-columns:1fr}.return-products-box{overflow-x:auto}.return-products-list{min-width:560px}.return-actions{grid-template-columns:1fr;display:grid}.return-actions button{width:100%}}.crm-order-product-detail-row{grid-template-columns:minmax(180px,1fr) 110px 150px 140px!important}.crm-return-one-btn{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:34px;padding:0 12px;font-size:12px;font-weight:950}.crm-return-one-btn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:720px){.crm-order-product-detail-row{grid-template-columns:1fr!important}.crm-return-one-btn{width:100%}}.premium-nav a{position:relative}.premium-nav a.premium-nav-alert{color:#991b1b;background:#fff1f1;border-color:#f0b8b8}.premium-nav-badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:auto;padding:0 7px;font-size:12px;font-weight:950;line-height:1;display:inline-flex;box-shadow:0 8px 18px #dc262647}.account-prefill-notice{color:#166534;background:#eef8ef;border:1px solid #c6e8ce;border-radius:20px;gap:6px;margin:18px 0;padding:16px 18px;display:grid}.account-prefill-notice b{font-size:15px;font-weight:950}.account-prefill-notice span{font-size:13px;font-weight:750;line-height:1.45}.account-name-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.account-readonly-input{cursor:not-allowed;color:#6f6258!important;background:#f3eee9!important}.account-prefill-box{color:#fff;background:#111;border-radius:22px;gap:10px;padding:16px;display:grid}.account-prefill-box h3{color:#fff;margin:0 0 4px;font-size:18px;font-weight:950}.account-prefill-box div{border-top:1px solid #ffffff1f;gap:4px;padding:10px 0;display:grid}.account-prefill-box span{color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.account-prefill-box b{color:#fff;font-size:14px;font-weight:850;line-height:1.35}@media (max-width:640px){.account-name-grid{grid-template-columns:1fr}}body:has(.admin-shell)>header{display:none!important}body:has(.admin-shell) .site-header{display:none!important}body:has(.admin-shell) .main-header{display:none!important}.admin-shell{color:#111;background:radial-gradient(circle at 0 0,#d2a86c47,#0000 34%),linear-gradient(135deg,#f7f1e9 0%,#efe6dc 45%,#f9f6f1 100%);grid-template-columns:292px minmax(0,1fr);width:100%;min-height:100dvh;display:grid}.admin-sidebar{color:#fff;z-index:10;background:linear-gradient(#111111fa,#1f1814fa),#111;border-right:1px solid #ffffff14;flex-direction:column;gap:22px;height:100dvh;padding:22px;display:flex;position:sticky;top:0;box-shadow:18px 0 60px #0000002e}.admin-sidebar-brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:14px;padding:10px 8px 22px;display:flex}.admin-sidebar-logo{color:#111;letter-spacing:.12em;background:linear-gradient(135deg,#f6d79b,#a9753e);border-radius:18px;place-items:center;width:54px;height:54px;font-size:18px;font-weight:1000;display:grid;box-shadow:0 16px 34px #d4a05647}.admin-sidebar-brand strong{font-size:15px;font-weight:950;line-height:1.1;display:block}.admin-sidebar-brand span{color:#ffffff8c;text-transform:uppercase;letter-spacing:.16em;margin-top:4px;font-size:12px;font-weight:800;display:block}.admin-sidebar-nav{gap:8px;display:grid}.admin-sidebar-nav a{color:#ffffffbd;background:0 0;border:1px solid #0000;border-radius:20px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;padding:10px 12px;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:grid}.admin-sidebar-nav a:hover{color:#fff;background:#ffffff12;border-color:#ffffff14;transform:translate(3px)}.admin-sidebar-nav a.active{color:#111;background:linear-gradient(135deg,#fff,#f5dfbd);border-color:#ffffff59;box-shadow:0 18px 38px #00000038}.admin-nav-icon{background:#ffffff14;border-radius:16px;place-items:center;width:42px;height:42px;font-size:18px;font-weight:950;display:grid}.admin-sidebar-nav a.active .admin-nav-icon{color:#fff;background:#111}.admin-nav-text{gap:3px;min-width:0;display:grid}.admin-nav-text b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:950;overflow:hidden}.admin-nav-text small{color:inherit;opacity:.56;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:750;overflow:hidden}.admin-nav-badge{color:#fff;background:#dc2626;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;font-style:normal;font-weight:1000;display:inline-grid;box-shadow:0 10px 24px #dc262657}.admin-nav-external{opacity:.6;font-size:12px}.admin-sidebar-card{background:linear-gradient(135deg,#ffffff1f,#ffffff0a),#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;margin-top:auto;padding:18px}.admin-sidebar-card span{color:#f6d79b;text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.admin-sidebar-card strong{font-size:17px;font-weight:950;display:block}.admin-sidebar-card p{color:#ffffff94;margin:8px 0 0;font-size:12px;font-weight:700;line-height:1.45}.admin-workspace{min-width:0;height:100dvh;padding:24px;overflow-y:auto}.admin-workspace-topbar{background:linear-gradient(135deg,#fffffff0,#fffaf4d6),#fff;border:1px solid #7f5c3221;border-radius:34px;justify-content:space-between;align-items:center;gap:22px;min-height:128px;margin-bottom:24px;padding:26px 30px;display:flex;box-shadow:0 24px 70px #4a36231c}.admin-topbar-kicker{color:#a7773f;text-transform:uppercase;letter-spacing:.18em;margin-bottom:8px;font-size:12px;font-weight:1000;display:block}.admin-workspace-topbar h1{color:#111;letter-spacing:-.06em;margin:0;font-size:clamp(28px,3.4vw,54px);font-weight:1000;line-height:.96}.admin-workspace-topbar p{color:#6f6258;max-width:680px;margin:12px 0 0;font-size:14px;font-weight:800;line-height:1.45}.admin-topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-site-link,.admin-return-alert{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.admin-site-link{color:#fff;background:#111;box-shadow:0 16px 34px #1111112e}.admin-return-alert{color:#991b1b;background:#fff1f1;border:1px solid #f0b8b8}.admin-content{min-width:0}.admin-content .premium-sidebar{display:none!important}.admin-content .premium-main{width:100%!important;margin:0!important}.admin-content .premium-admin-page{background:0 0!important;min-height:auto!important;padding:0!important}.admin-content .crm-orders-board-page{min-height:auto;background:0 0!important;padding:0!important}.admin-content .crm-orders-board-head{display:none!important}.admin-content .crm-orders-alerts{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-content .crm-orders-alerts>div{background:#ffffffe6;border:1px solid #7f5c3221;border-radius:26px;min-height:96px;padding:18px 20px;box-shadow:0 18px 44px #4a362314}.admin-content .crm-orders-alerts span{color:#7b6b5d;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.admin-content .crm-orders-alerts b{color:#111;letter-spacing:-.04em;margin-top:10px;font-size:28px;font-weight:1000;display:block}.admin-content .crm-orders-message{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:22px;margin-bottom:18px;padding:16px 18px;font-size:14px;font-weight:900}.admin-content .crm-folder-tabs{scrollbar-width:thin;gap:10px;margin-bottom:18px;padding:2px 0 14px;display:flex;overflow-x:auto}.admin-content .crm-folder-tab{color:#111;background:#ffffffe0;border:1px solid #7f5c3229;border-radius:18px;flex:none;align-items:center;gap:12px;min-height:54px;padding:0 14px 0 18px;display:inline-flex;box-shadow:0 14px 28px #4a36230f}.admin-content .crm-folder-tab span{white-space:nowrap;font-size:13px;font-weight:950}.admin-content .crm-folder-tab b{color:#111;background:#f4efe8;border-radius:999px;place-items:center;min-width:28px;height:28px;font-size:13px;font-weight:1000;display:grid}.admin-content .crm-folder-tab.active{color:#fff;background:#111;border-color:#111;box-shadow:0 18px 38px #11111138}.admin-content .crm-folder-tab.active b{color:#111;background:#fff}.admin-content .crm-folder-panel{background:#ffffffd1;border:1px solid #7f5c3224;border-radius:34px;overflow:hidden;box-shadow:0 24px 70px #4a36231f}.admin-content .crm-folder-panel-head{color:#fff;background:#111;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:24px;display:flex}.admin-content .crm-folder-panel-head h2{color:#fff;letter-spacing:-.04em;margin:0;font-size:30px;font-weight:1000}.admin-content .crm-folder-panel-head p{color:#ffffffa3;margin:6px 0 0;font-size:14px;font-weight:800}.admin-content .crm-folder-panel-head strong{color:#111;background:#fff;border-radius:999px;place-items:center;min-width:56px;height:56px;font-size:22px;font-weight:1000;display:grid}.admin-content .crm-folder-empty,.admin-content .crm-orders-empty{color:#6f6258;text-align:center;background:#fff;border-radius:24px;margin:14px;padding:28px;font-size:15px;font-weight:900}.admin-content .crm-folder-orders{gap:16px;padding:16px;display:grid}.admin-content .crm-order-ticket{background:#fff;border:1px solid #7f5c321f;border-radius:28px;overflow:hidden;box-shadow:0 18px 42px #4a362314}.admin-content .crm-order-ticket-top{border-bottom:1px solid #efe5da;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.admin-content .crm-order-ticket-top h3{color:#111;margin:0;font-size:24px;font-weight:1000}.admin-content .crm-order-ticket-top p{color:#7b6b5d;margin:6px 0 0;font-size:13px;font-weight:850}.admin-content .crm-order-ticket-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-content .crm-order-ticket-badges span{color:#111;background:#f4efe8;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.admin-content .crm-order-ticket-main{grid-template-columns:1.2fr 1.2fr 1fr .8fr;gap:12px;padding:16px;display:grid}.admin-content .crm-order-ticket-main>div{background:#f8f4ef;border-radius:22px;padding:16px}.admin-content .crm-order-ticket-main span,.admin-content .crm-order-products-mini span{color:#a7773f;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:1000;display:block}.admin-content .crm-order-ticket-main b{color:#111;font-size:15px;font-weight:1000}.admin-content .crm-order-ticket-main p{color:#4b4038;margin:6px 0 0;font-size:13px;font-weight:800}.admin-content .crm-order-ticket-main a{color:inherit;text-decoration:none}.admin-content .crm-order-products-mini{color:#fff;background:#111;border-radius:24px;margin:0 16px 16px;padding:16px}.admin-content .crm-order-products-mini b{color:#fff;font-size:15px;font-weight:950}.admin-content .crm-order-products-mini summary{cursor:pointer;color:#f6d79b;margin-top:12px;font-size:13px;font-weight:950}.admin-content .crm-order-products-details{gap:8px;margin-top:12px;display:grid}.admin-content .crm-order-product-detail-row{background:#ffffff14;border-radius:16px;grid-template-columns:minmax(180px,1fr) 110px 150px 140px;align-items:center;gap:10px;padding:12px;display:grid}.admin-content .crm-order-product-detail-row span,.admin-content .crm-order-product-detail-row b,.admin-content .crm-order-product-detail-row strong{color:#fff;margin:0;font-size:13px}.admin-content .crm-order-ticket-actions{flex-wrap:wrap;gap:10px;padding:0 16px 18px;display:flex}.admin-content .crm-order-ticket-actions button,.admin-content .crm-return-one-btn{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:42px;padding:0 18px;font-size:13px;font-weight:1000;box-shadow:0 14px 26px #11111124}.admin-content .crm-order-ticket-actions button.danger{background:#dc2626}.admin-content .crm-order-ticket-actions button.money{background:#16783a}.admin-content .crm-order-ticket-actions button:disabled{opacity:.5;cursor:not-allowed}.admin-content .crm-order-comment-mini,.admin-content .crm-cod-warning,.admin-content .crm-order-mini-note{color:#7c3f12;background:#fff7ed;border-radius:18px;margin:0 16px 16px;padding:14px 16px;font-size:13px;font-weight:850}@media (max-width:1180px){.admin-shell{grid-template-columns:88px minmax(0,1fr)}.admin-sidebar{padding:16px 12px}.admin-sidebar-brand{justify-content:center;padding-bottom:16px}.admin-sidebar-brand div:not(.admin-sidebar-logo),.admin-nav-text,.admin-sidebar-card,.admin-nav-external{display:none}.admin-sidebar-nav a{grid-template-columns:1fr;justify-items:center;min-height:58px}.admin-nav-badge{position:absolute;top:6px;right:8px}.admin-content .crm-orders-alerts{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-content .crm-order-ticket-main{grid-template-columns:1fr 1fr}}@media (max-width:760px){body:has(.admin-shell){overflow:auto}.admin-shell{min-height:100dvh;display:block}.admin-sidebar{flex-direction:row;align-items:center;height:auto;padding:10px;position:sticky;top:0;overflow-x:auto}.admin-sidebar-brand{border-bottom:0;flex:none;padding:0}.admin-sidebar-logo{border-radius:16px;width:46px;height:46px}.admin-sidebar-nav{gap:8px;display:flex}.admin-sidebar-nav a{min-width:54px}.admin-workspace{height:auto;padding:14px;overflow:visible}.admin-workspace-topbar{border-radius:26px;padding:20px;display:grid}.admin-topbar-actions{justify-content:flex-start}.admin-content .crm-orders-alerts,.admin-content .crm-order-ticket-main,.admin-content .crm-order-product-detail-row{grid-template-columns:1fr}.admin-content .crm-order-ticket-top{display:grid}.admin-content .crm-order-ticket-badges{justify-content:flex-start}}.crm-products-page{gap:18px;display:grid}.crm-products-toolbar{background:#ffffffdb;border:1px solid #7f5c3221;border-radius:32px;justify-content:space-between;align-items:center;gap:22px;padding:24px;display:flex;box-shadow:0 20px 60px #4a36231a}.crm-products-toolbar span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000;display:block}.crm-products-toolbar h2{letter-spacing:-.05em;margin:6px 0 8px;font-size:36px;font-weight:1000}.crm-products-toolbar p{color:#6f6258;max-width:720px;margin:0;font-size:14px;font-weight:800}.crm-create-product-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:0;border-radius:999px;min-height:52px;padding:0 22px;font-size:14px;font-weight:1000;box-shadow:0 18px 34px #11111138}.crm-products-message{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:22px;padding:16px 18px;font-size:14px;font-weight:900}.crm-products-stats{grid-template-columns:repeat(5,minmax(140px,1fr));gap:14px;display:grid}.crm-products-stats article{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:26px;min-height:104px;padding:18px;box-shadow:0 18px 42px #4a362314}.crm-products-stats article.warning{background:#fff7ed;border-color:#fed7aa}.crm-products-stats article.danger{background:#fff1f1;border-color:#f0b8b8}.crm-products-stats span{color:#7b6b5d;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:1000}.crm-products-stats b{color:#111;margin-top:10px;font-size:30px;font-weight:1000;display:block}.crm-products-stats small{color:#7b6b5d;margin-top:4px;font-size:12px;font-weight:800;display:block}.crm-products-filters{grid-template-columns:minmax(260px,1fr) 240px;gap:12px;display:grid}.crm-products-search{background:#ffffffe6;border:1px solid #7f5c3221;border-radius:22px;align-items:center;gap:12px;min-height:54px;padding:0 18px;display:flex}.crm-products-search span{color:#a7773f;font-size:18px;font-weight:1000}.crm-products-search input,.crm-products-filters select{color:#111;background:0 0;border:0;outline:0;width:100%;min-height:54px;font-size:14px;font-weight:850}.crm-products-filters select{background:#ffffffe6;border:1px solid #7f5c3221;border-radius:22px;padding:0 16px}.crm-products-list{gap:14px;display:grid}.crm-products-empty{color:#6f6258;text-align:center;background:#fff;border-radius:28px;padding:28px;font-size:15px;font-weight:900}.crm-product-card{background:#ffffffe6;border:1px solid #7f5c3221;border-radius:30px;grid-template-columns:112px minmax(260px,1fr) 320px 150px;align-items:center;gap:16px;padding:16px;display:grid;box-shadow:0 18px 46px #4a362314}.crm-product-image{background:#f4efe8;border-radius:24px;place-items:center;width:112px;height:112px;display:grid;position:relative;overflow:hidden}.crm-product-image img{object-fit:cover;width:100%;height:100%}.crm-product-image>span{color:#111;letter-spacing:.12em;font-size:20px;font-weight:1000}.crm-product-image em{color:#fff;background:#111;border-radius:999px;padding:6px 8px;font-size:10px;font-style:normal;font-weight:1000;position:absolute;bottom:8px;left:8px}.crm-product-info{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-width:0;display:grid}.crm-product-info span{color:#a7773f;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:1000}.crm-product-info h3{color:#111;margin:6px 0;font-size:20px;font-weight:1000;line-height:1.12}.crm-product-info p{color:#6f6258;margin:0;font-size:13px;font-weight:800}.crm-product-meta{text-align:right}.crm-product-meta b{color:#111;font-size:20px;font-weight:1000;display:block}.crm-product-meta s{color:#9b8b7e;margin-top:4px;font-size:13px;font-weight:800;display:block}.crm-product-meta small{color:#7b6b5d;margin-top:8px;font-size:11px;font-weight:900;display:block}.crm-product-stock{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.crm-product-stock div{background:#f8f4ef;border-radius:20px;place-items:center;gap:4px;min-height:74px;display:grid}.crm-product-stock span{color:#7b6b5d;text-transform:uppercase;font-size:10px;font-weight:1000}.crm-product-stock b{color:#111;font-size:22px;font-weight:1000}.crm-product-status{justify-items:stretch;gap:10px;display:grid}.crm-product-status span{border-radius:999px;place-items:center;min-height:36px;font-size:12px;font-weight:1000;display:grid}.crm-product-status span.active{color:#166534;background:#dcfce7}.crm-product-status span.waiting{color:#9a3412;background:#fff7ed}.crm-product-status span.hidden{color:#555;background:#f1f1f1}.crm-product-status button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:42px;font-size:13px;font-weight:1000}.crm-product-modal{z-index:100;grid-template-columns:minmax(0,1fr) minmax(420px,880px);display:grid;position:fixed;inset:0}.crm-product-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#1111118f;border:0}.crm-product-drawer{background:radial-gradient(circle at 100% 0,#e2be8547,#0000 35%),#f8f4ef;border-left:1px solid #fff6;height:100dvh;overflow-y:auto;box-shadow:-30px 0 80px #00000047}.crm-product-drawer-head{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f4efeb;border-bottom:1px solid #7f5c321f;justify-content:space-between;gap:18px;padding:26px;display:flex;position:sticky;top:0}.crm-product-drawer-head span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000}.crm-product-drawer-head h2{color:#111;letter-spacing:-.05em;margin:6px 0 8px;font-size:34px;font-weight:1000}.crm-product-drawer-head p{color:#6f6258;margin:0;font-size:13px;font-weight:800}.crm-product-drawer-head button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;width:46px;height:46px;font-size:26px}.crm-product-form{gap:16px;padding:20px 26px 120px;display:grid}.crm-product-form-block{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:28px;gap:14px;padding:20px;display:grid;box-shadow:0 18px 46px #4a362314}.crm-product-form-block-head{align-items:flex-start;gap:14px;display:flex}.crm-product-form-block-head>span{color:#fff;background:#111;border-radius:16px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:1000;display:grid}.crm-product-form-block-head h3{color:#111;margin:0;font-size:20px;font-weight:1000}.crm-product-form-block-head p{color:#6f6258;margin:4px 0 0;font-size:13px;font-weight:800}.crm-product-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.crm-product-form-grid.three{grid-template-columns:repeat(3,1fr)}.crm-product-form label{color:#111;gap:8px;font-size:13px;font-weight:950;display:grid}.crm-product-form input,.crm-product-form select,.crm-product-form textarea{color:#111;background:#fff;border:1px solid #eadccb;border-radius:18px;outline:0;width:100%;padding:0 14px;font-size:14px;font-weight:800}.crm-product-form input,.crm-product-form select{min-height:48px}.crm-product-form textarea{resize:vertical;min-height:118px;padding-top:14px}.crm-product-checkbox{grid-template-columns:auto 1fr;align-items:center;gap:10px!important;display:flex!important}.crm-product-checkbox input{width:18px;height:18px;min-height:18px}.crm-product-stock-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:26px;padding:18px}.crm-product-stock-warning h3{color:#9a3412;margin:0;font-size:18px;font-weight:1000}.crm-product-stock-warning p{color:#7c3f12;margin:8px 0 14px;font-size:13px;font-weight:850}.crm-product-stock-warning div{flex-wrap:wrap;gap:10px;display:flex}.crm-product-stock-warning button,.crm-add-size-btn{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;min-height:42px;padding:0 16px;font-size:13px;font-weight:1000}.crm-size-premium-table{gap:8px;display:grid}.crm-size-premium-head,.crm-size-premium-row{grid-template-columns:1fr 1fr 90px 130px 44px;align-items:center;gap:8px;display:grid}.crm-size-premium-head{color:#7b6b5d;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:1000}.crm-size-premium-row{background:#f8f4ef;border-radius:18px;padding:8px}.crm-size-premium-row input{border-radius:14px;min-height:42px}.crm-size-premium-row b{text-align:center;color:#111;font-size:14px;font-weight:1000}.crm-size-premium-row .stock-ok,.crm-size-premium-row .stock-empty{border-radius:999px;place-items:center;min-height:34px;font-size:11px;font-weight:1000;display:grid}.crm-size-premium-row .stock-ok{color:#166534;background:#dcfce7}.crm-size-premium-row .stock-empty{color:#991b1b;background:#fff1f1}.crm-size-premium-row button{color:#991b1b;cursor:pointer;background:#fff;border:0;border-radius:999px;width:38px;height:38px;font-size:20px;font-weight:1000}.crm-upload-zone{text-align:center;cursor:pointer;background:#fffaf4;border:2px dashed #d8c5af;border-radius:24px;place-items:center;min-height:120px}.crm-upload-zone input{display:none}.crm-upload-zone strong{color:#111;font-size:16px;font-weight:1000}.crm-upload-zone span{color:#7b6b5d;font-size:12px;font-weight:850}.crm-upload-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.crm-upload-preview-item{background:#f4efe8;border-radius:22px;position:relative;overflow:hidden}.crm-upload-preview-item img{object-fit:cover;width:100%;height:160px;display:block}.crm-upload-preview-item>span{color:#fff;background:#111;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:1000;position:absolute;top:8px;left:8px}.crm-upload-preview-item div{gap:6px;padding:8px;display:flex}.crm-upload-preview-item button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;flex:1;min-height:34px;font-size:11px;font-weight:1000}.crm-upload-preview-item button:disabled{opacity:.45;cursor:not-allowed}.crm-product-form-actions{z-index:3;background:linear-gradient(#0000,#f8f4ef 25%);justify-content:flex-end;gap:10px;padding:16px 0 0;display:flex;position:sticky;bottom:0}.crm-product-form-actions button{cursor:pointer;border:0;border-radius:999px;min-height:52px;padding:0 22px;font-size:14px;font-weight:1000}.crm-product-form-actions button:first-child{color:#111;background:#fff;border:1px solid #eadccb}.crm-product-form-actions button:last-child{color:#fff;background:#111;box-shadow:0 18px 34px #1113}.crm-product-form-actions button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1240px){.crm-products-stats{grid-template-columns:repeat(2,1fr)}.crm-product-card{grid-template-columns:96px minmax(0,1fr)}.crm-product-stock,.crm-product-status{grid-column:1/-1}.crm-product-status{grid-template-columns:1fr auto;align-items:center}}@media (max-width:760px){.crm-products-toolbar,.crm-products-filters,.crm-product-info{grid-template-columns:1fr;display:grid}.crm-products-stats,.crm-products-filters,.crm-product-card{grid-template-columns:1fr}.crm-product-image{width:100%;height:220px}.crm-product-meta{text-align:left}.crm-product-modal{grid-template-columns:1fr}.crm-product-modal-backdrop{display:none}.crm-product-drawer{width:100%}.crm-product-form-grid,.crm-product-form-grid.three,.crm-size-premium-head,.crm-size-premium-row{grid-template-columns:1fr}.crm-size-premium-head{display:none}}.crm-products-stats button{appearance:none;text-align:left;cursor:pointer;background:#ffffffe0;border:1px solid #7f5c3221;border-radius:26px;min-height:104px;padding:18px;font-family:inherit;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;box-shadow:0 18px 42px #4a362314}.crm-products-stats button:hover{transform:translateY(-3px);box-shadow:0 24px 58px #4a362324}.crm-products-stats button.active{background:#111;border-color:#111;box-shadow:0 24px 58px #1111113d}.crm-products-stats button.active span,.crm-products-stats button.active b,.crm-products-stats button.active small{color:#fff}.crm-products-stats button.warning:not(.active){background:#fff7ed;border-color:#fed7aa}.crm-products-stats button.danger:not(.active){background:#fff1f1;border-color:#f0b8b8}.crm-size-premium-head,.crm-size-premium-row{grid-template-columns:.9fr 1fr 1fr 90px 130px 44px}.crm-product-sizes-preview{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.crm-product-sizes-preview small{color:#5b4b3f;background:#f8f4ef;border-radius:999px;align-items:center;min-height:28px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}@media (max-width:760px){.crm-size-premium-head,.crm-size-premium-row{grid-template-columns:1fr}}.product-size-guide{background:#fffaf4;border:1px solid #eadccb;border-radius:24px;margin:22px 0;padding:18px}.product-size-guide-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.product-size-guide-head h3{color:#111;margin:0;font-size:18px;font-weight:1000}.product-size-guide-head p{color:#6f6258;margin:6px 0 0;font-size:13px;font-weight:800;line-height:1.45}.product-size-guide-head>span{white-space:nowrap;color:#fff;background:#111;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:1000;display:inline-flex}.product-size-guide-table{gap:8px;display:grid}.product-size-guide-row{color:#111;background:#fff;border-radius:16px;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:10px;min-height:42px;padding:0 12px;font-size:13px;font-weight:900;display:grid}.product-size-guide-row.head{color:#8a7665;text-transform:uppercase;letter-spacing:.08em;background:0 0;min-height:30px;font-size:11px;font-weight:1000}.product-size-guide-row .available{color:#166534}.product-size-guide-row .empty{color:#991b1b}.product-size-hint{color:#6f6258;margin:12px 0 0;font-size:12px;font-weight:800}.product-size-hint strong{color:#111}@media (max-width:620px){.product-size-guide-head{display:grid}.product-size-guide-row{grid-template-columns:.8fr 1fr 1fr;font-size:12px}}.product-size-list-with-cm{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}.product-size-list-with-cm .product-size-btn{text-align:left;align-content:center;gap:5px;min-height:96px;display:grid}.product-size-list-with-cm .product-size-btn b{font-size:17px;font-weight:1000}.product-size-list-with-cm .product-size-btn strong{color:#6f6258;font-size:12px;font-weight:900}.product-size-list-with-cm .product-size-btn.active strong{color:#ffffffdb}.product-size-list-with-cm .product-size-btn span{font-size:11px;font-weight:850}.cart-size-line{color:#6f6258;flex-wrap:wrap;align-items:center;gap:4px;margin:8px 0;font-size:13px;font-weight:800;display:inline-flex}.cart-size-line strong{color:#111;font-weight:1000}.crm-order-ticket-actions button.edit{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.crm-order-edit-modal{z-index:120;grid-template-columns:minmax(0,1fr) minmax(460px,980px);display:grid;position:fixed;inset:0}.crm-order-edit-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#11111194;border:0}.crm-order-edit-drawer{background:radial-gradient(circle at 100% 0,#e2be8540,#0000 34%),#f8f4ef;height:100dvh;overflow-y:auto;box-shadow:-30px 0 80px #00000047}.crm-order-edit-head{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f4eff0;border-bottom:1px solid #7f5c321f;justify-content:space-between;gap:18px;padding:26px;display:flex;position:sticky;top:0}.crm-order-edit-head span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000;display:block}.crm-order-edit-head h2{color:#111;letter-spacing:-.05em;margin:6px 0 8px;font-size:34px;font-weight:1000}.crm-order-edit-head p{color:#6f6258;max-width:680px;margin:0;font-size:13px;font-weight:800;line-height:1.45}.crm-order-edit-head>button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;width:46px;height:46px;font-size:26px}.crm-order-edit-body{gap:16px;padding:20px 26px 110px;display:grid}.crm-order-edit-block{background:#ffffffe6;border:1px solid #7f5c3221;border-radius:28px;gap:14px;padding:20px;display:grid;box-shadow:0 18px 46px #4a362314}.crm-order-edit-block-head{align-items:flex-start;gap:14px;display:flex}.crm-order-edit-block-head>span{color:#fff;background:#111;border-radius:16px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:1000;display:grid}.crm-order-edit-block-head h3{color:#111;margin:0;font-size:20px;font-weight:1000}.crm-order-edit-block-head p{color:#6f6258;margin:4px 0 0;font-size:13px;font-weight:800;line-height:1.45}.crm-order-edit-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.crm-order-edit-block label,.crm-order-edit-item label{color:#111;gap:8px;font-size:13px;font-weight:950;display:grid}.crm-order-edit-block input,.crm-order-edit-block select,.crm-order-edit-block textarea,.crm-order-edit-item input,.crm-order-edit-item select{color:#111;background:#fff;border:1px solid #eadccb;border-radius:18px;outline:0;width:100%;padding:0 14px;font-size:14px;font-weight:800}.crm-order-edit-block input,.crm-order-edit-block select,.crm-order-edit-item input,.crm-order-edit-item select{min-height:48px}.crm-order-edit-block textarea{resize:vertical;min-height:110px;padding-top:14px}.crm-order-edit-items{gap:10px;display:grid}.crm-order-edit-item{background:#f8f4ef;border-radius:22px;grid-template-columns:minmax(220px,1.5fr) 1fr .8fr .7fr .8fr 42px;align-items:end;gap:10px;padding:12px;display:grid}.crm-order-edit-item input[readonly]{color:#6f6258;background:#f1ebe3}.crm-order-edit-remove{color:#991b1b;cursor:pointer;background:#fff1f1;border:0;border-radius:16px;width:42px;height:48px;font-size:24px;font-weight:1000}.crm-order-edit-add{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;justify-self:start;min-height:44px;padding:0 16px;font-size:13px;font-weight:1000}.crm-order-edit-total{color:#fff;background:#111;border-radius:26px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.crm-order-edit-total span{color:#ffffffb8;font-size:13px;font-weight:900}.crm-order-edit-total b{font-size:28px;font-weight:1000}.crm-order-edit-actions{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f4eff0;border-top:1px solid #7f5c321f;justify-content:flex-end;gap:10px;padding:18px 26px 22px;display:flex;position:sticky;bottom:0}.crm-order-edit-actions button{cursor:pointer;border:0;border-radius:999px;min-height:52px;padding:0 22px;font-size:14px;font-weight:1000}.crm-order-edit-actions button:first-child{color:#111;background:#fff;border:1px solid #eadccb}.crm-order-edit-actions button:last-child{color:#fff;background:#111;box-shadow:0 18px 34px #1113}.crm-order-edit-actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:920px){.crm-order-edit-modal{grid-template-columns:1fr}.crm-order-edit-backdrop{display:none}.crm-order-edit-grid,.crm-order-edit-item{grid-template-columns:1fr}}.admin-shell .admin-workspace,.admin-shell .admin-content{width:100%!important;min-width:0!important;max-width:none!important;overflow-x:hidden!important}.admin-shell .admin-content>*,.admin-shell .admin-content .premium-dashboard,.admin-shell .admin-content .crm-dashboard,.admin-shell .admin-content .dashboard-page{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.admin-shell .admin-content .premium-topbar,.admin-shell .admin-content .crm-topbar,.admin-shell .admin-content .dashboard-topbar,.admin-shell .admin-content .premium-sidebar,.admin-shell .admin-content .crm-sidebar,.admin-shell .admin-content .dashboard-sidebar{display:none!important}.admin-shell .admin-content .premium-main,.admin-shell .admin-content .crm-main,.admin-shell .admin-content .dashboard-main{gap:24px!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;display:grid!important}.admin-shell .admin-content .premium-hero,.admin-shell .admin-content .crm-hero,.admin-shell .admin-content .dashboard-hero{box-sizing:border-box!important;border-radius:34px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;width:100%!important;min-width:0!important;max-width:none!important;padding:34px!important;display:grid!important}.admin-shell .admin-content .premium-stats,.admin-shell .admin-content .crm-stats,.admin-shell .admin-content .dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:14px!important;width:100%!important;display:grid!important}.admin-shell .admin-content .premium-card,.admin-shell .admin-content .crm-card,.admin-shell .admin-content .dashboard-card,.admin-shell .admin-content article,.admin-shell .admin-content section{box-sizing:border-box!important;min-width:0!important}.admin-shell .admin-content .premium-grid,.admin-shell .admin-content .premium-analytics,.admin-shell .admin-content .premium-dashboard-grid,.admin-shell .admin-content .crm-dashboard-grid,.admin-shell .admin-content .dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:20px!important;width:100%!important;display:grid!important}.admin-shell .admin-content h1,.admin-shell .admin-content h2,.admin-shell .admin-content h3,.admin-shell .admin-content p,.admin-shell .admin-content span,.admin-shell .admin-content b,.admin-shell .admin-content strong{overflow-wrap:normal!important;word-break:normal!important}@media (max-width:900px){.admin-shell .admin-content .premium-hero,.admin-shell .admin-content .crm-hero,.admin-shell .admin-content .dashboard-hero,.admin-shell .admin-content .premium-stats,.admin-shell .admin-content .crm-stats,.admin-shell .admin-content .dashboard-stats,.admin-shell .admin-content .premium-grid,.admin-shell .admin-content .premium-analytics,.admin-shell .admin-content .premium-dashboard-grid,.admin-shell .admin-content .crm-dashboard-grid,.admin-shell .admin-content .dashboard-grid{grid-template-columns:1fr!important}}.shs-dashboard-page{box-sizing:border-box;gap:24px;width:100%;min-width:0;max-width:none;padding:0;display:grid}.shs-dashboard-loading{color:#111;background:#fff;border-radius:34px;place-items:center;min-height:420px;font-size:18px;font-weight:1000;display:grid}.shs-dashboard-hero{box-sizing:border-box;background:radial-gradient(circle at 100% 0,#e2be8547,#0000 34%),#fffaf4;border:1px solid #7f5c3221;border-radius:36px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:100%;padding:36px;display:grid;box-shadow:0 24px 70px #4a36231a}.shs-dashboard-hero span{color:#a7773f;text-transform:uppercase;letter-spacing:.14em;background:#fff;border-radius:999px;width:fit-content;padding:8px 12px;font-size:12px;font-weight:1000;display:inline-flex}.shs-dashboard-hero h1{color:#111;letter-spacing:-.07em;margin:16px 0 10px;font-size:clamp(38px,5vw,72px);font-weight:1000;line-height:.92}.shs-dashboard-hero-actions{align-items:center;gap:10px;display:flex}.shs-dashboard-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 20px;font-size:14px;font-weight:1000;text-decoration:none;display:inline-flex}.shs-dashboard-btn.light{color:#111;background:#fff;border:1px solid #eadccb}.shs-dashboard-btn.dark{color:#fff;background:#111;box-shadow:0 18px 34px #1113}.shs-dashboard-message{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:20px;padding:14px 18px;font-size:14px;font-weight:900}.shs-dashboard-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;width:100%;display:grid}.shs-dashboard-stats article{box-sizing:border-box;background:#ffffffeb;border:1px solid #7f5c3221;border-radius:28px;align-content:space-between;gap:10px;min-width:0;min-height:138px;padding:20px;display:grid;box-shadow:0 18px 46px #4a362314}.shs-dashboard-stats article.hot{background:#fff7ed;border-color:#fed7aa}.shs-dashboard-stats article.danger{background:#fff1f1;border-color:#f0b8b8}.shs-dashboard-stats span{color:#6f6258;font-size:13px;font-weight:900}.shs-dashboard-stats b{color:#111;font-size:clamp(26px,2vw,38px);font-weight:1000;line-height:1}.shs-dashboard-stats p{color:#16803a;margin:0;font-size:12px;font-weight:900}.shs-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;display:grid}.shs-dashboard-card{box-sizing:border-box;background:#ffffffeb;border:1px solid #7f5c3221;border-radius:32px;gap:18px;min-width:0;padding:24px;display:grid;box-shadow:0 18px 46px #4a362314}.shs-dashboard-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shs-dashboard-card-head h2{color:#111;letter-spacing:-.04em;margin:0;font-size:26px;font-weight:1000}.shs-dashboard-card-head p{color:#6f6258;margin:5px 0 0;font-size:13px;font-weight:800}.shs-dashboard-card-head a{color:#fff;white-space:nowrap;background:#111;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:1000;text-decoration:none;display:inline-flex}.shs-dashboard-mini-grid div{background:#f8f4ef;border-radius:22px;align-content:space-between;gap:10px;min-height:110px;padding:16px;display:grid}.shs-dashboard-mini-grid span{color:#6f6258;font-size:12px;font-weight:900}.shs-dashboard-mini-grid b{color:#111;font-size:28px;font-weight:1000}.shs-dashboard-orders div,.shs-dashboard-products div{background:#f8f4ef;border-radius:18px;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:58px;padding:12px 14px;display:grid}.shs-dashboard-products div{grid-template-columns:minmax(0,1fr) 160px auto}.shs-dashboard-orders strong,.shs-dashboard-products strong{color:#111;font-size:14px;font-weight:1000}.shs-dashboard-orders span,.shs-dashboard-products span{color:#6f6258;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.shs-dashboard-orders b,.shs-dashboard-products b{color:#111;white-space:nowrap;font-size:14px;font-weight:1000}.shs-dashboard-orders small{color:#6f6258;white-space:nowrap;font-size:12px;font-weight:800}.shs-dashboard-empty{color:#6f6258;background:#f8f4ef;border-radius:24px;place-items:center;min-height:180px;font-size:14px;font-weight:900;display:grid}.admin-content .premium-dashboard,.admin-content .premium-main,.admin-content .premium-hero,.admin-content .premium-grid,.admin-content .premium-stats{max-width:none!important}@media (max-width:1280px){.shs-dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.shs-dashboard-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.shs-dashboard-hero,.shs-dashboard-grid{grid-template-columns:1fr}.shs-dashboard-hero-actions{flex-wrap:wrap}.shs-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.shs-dashboard-orders div,.shs-dashboard-products div{grid-template-columns:1fr}}@media (max-width:620px){.shs-dashboard-hero{border-radius:28px;padding:24px}.shs-dashboard-stats,.shs-dashboard-mini-grid{grid-template-columns:1fr}}.shs-dashboard-stat-card{box-sizing:border-box;cursor:pointer;background:#ffffffeb;border:1px solid #7f5c3221;border-radius:28px;align-content:space-between;gap:10px;min-width:0;min-height:138px;padding:20px;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:grid;box-shadow:0 18px 46px #4a362314}.shs-dashboard-stat-card span{color:#6f6258;font-size:13px;font-weight:900}.shs-dashboard-stat-card b{color:#111;font-size:clamp(26px,2vw,38px);font-weight:1000;line-height:1}.shs-dashboard-stat-card p{color:#16803a;margin:0;font-size:12px;font-weight:900}.shs-dashboard-mini-grid a{cursor:pointer;background:#f8f4ef;border-radius:22px;align-content:space-between;gap:10px;min-height:110px;padding:16px;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:grid}.shs-dashboard-mini-grid a:hover{background:#fff7ed;transform:translateY(-3px);box-shadow:0 18px 38px #4a36231f}.shs-dashboard-mini-grid a span{color:#6f6258;font-size:12px;font-weight:900}.shs-dashboard-mini-grid a b{color:#111;font-size:28px;font-weight:1000}.shs-dashboard-orders a,.shs-dashboard-products a{cursor:pointer;background:#f8f4ef;border-radius:18px;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:58px;padding:12px 14px;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:grid}.shs-dashboard-orders a:hover,.shs-dashboard-products a:hover{background:#fff7ed;transform:translateY(-2px);box-shadow:0 16px 34px #4a36231f}.shs-dashboard-orders a strong,.shs-dashboard-products a strong{color:#111;font-size:14px;font-weight:1000}.shs-dashboard-orders a span,.shs-dashboard-products a span{color:#6f6258;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.shs-dashboard-orders a b,.shs-dashboard-products a b{color:#111;white-space:nowrap;font-size:14px;font-weight:1000}.shs-dashboard-orders a small{color:#6f6258;white-space:nowrap;font-size:12px;font-weight:800}.shs-dashboard-mini-grid div,.shs-dashboard-orders div,.shs-dashboard-products div{display:none}@media (max-width:920px){.shs-dashboard-orders a,.shs-dashboard-products a{grid-template-columns:1fr}}.account-size-card b{word-break:normal;overflow-wrap:anywhere;font-size:18px;line-height:1.25}.account-order-product span strong{color:#111;font-weight:1000}.lux-home{color:#111;background:radial-gradient(circle at 100% 0,#e2be8529,#0000 30%),#f7f1ea}.lux-announcement{color:#5f5147;letter-spacing:.02em;flex-wrap:wrap;justify-content:center;gap:28px;max-width:1280px;margin:0 auto;padding:10px 24px;font-size:12px;font-weight:900;display:flex}.lux-hero{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:38px;max-width:1280px;min-height:560px;margin:0 auto;padding:74px 24px 54px;display:grid}.lux-kicker{color:#7d5c39;text-transform:uppercase;letter-spacing:.12em;background:#ffffffc2;border-radius:999px;width:fit-content;padding:9px 14px;font-size:13px;font-weight:1000;display:inline-flex}.lux-hero h1{color:#111;letter-spacing:-.075em;max-width:720px;margin:20px 0 18px;font-size:clamp(48px,6.2vw,96px);font-weight:1000;line-height:.92}.lux-hero p{color:#5f5147;max-width:560px;margin:0;font-size:17px;font-weight:750;line-height:1.5}.lux-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.lux-btn{border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-size:14px;font-weight:1000;text-decoration:none;display:inline-flex}.lux-btn.dark{color:#fff;background:#111;box-shadow:0 18px 38px #11111138}.lux-btn.light{color:#111;background:#ffffffbd;border:1px solid #7f5c322e}.lux-hero-visual{background:radial-gradient(circle at 0 0,#fffffff5,#0000 42%),linear-gradient(135deg,#f4ebe0,#fffaf4);border:1px solid #7f5c3229;border-radius:42px;min-height:420px;position:relative;overflow:hidden;box-shadow:0 34px 90px #4a36232e}.lux-hero-visual img{object-fit:cover;width:100%;height:100%;min-height:420px;display:block;transform:scale(1.03)}.lux-hero-placeholder{color:#111;letter-spacing:.1em;place-items:center;min-height:420px;font-size:96px;font-weight:1000;display:grid}.lux-hero-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #7f5c3229;border-radius:26px;max-width:360px;padding:22px;position:absolute;bottom:26px;left:26px;box-shadow:0 18px 48px #4a362324}.lux-hero-card span{color:#7d5c39;font-size:12px;font-weight:1000}.lux-hero-card h2{color:#111;margin:8px 0;font-size:20px;font-weight:1000}.lux-hero-card p{color:#5f5147;font-size:13px;font-weight:800}.lux-benefits{background:#ffffffb8;border:1px solid #7f5c3221;border-radius:30px;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1280px;margin:0 auto 40px;display:grid;overflow:hidden}.lux-benefits div{border-right:1px solid #7f5c321c;grid-template-columns:42px 1fr;align-items:center;gap:4px 12px;padding:22px;display:grid}.lux-benefits div:last-child{border-right:0}.lux-benefits span{color:#7d5c39;background:#f4ebe0;border-radius:16px;grid-row:span 2;place-items:center;width:42px;height:42px;font-size:18px;font-weight:1000;display:grid}.lux-benefits b{color:#111;font-size:14px;font-weight:1000}.lux-benefits p{color:#6f6258;margin:0;font-size:12px;font-weight:800;line-height:1.35}.lux-section{max-width:1280px;margin:0 auto;padding:42px 24px}.lux-section-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px;display:flex}.lux-section-head.center{text-align:center;justify-items:center;display:grid}.lux-section-head span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000}.lux-section-head h2{color:#111;letter-spacing:-.055em;margin:7px 0 0;font-size:clamp(34px,4vw,56px);font-weight:1000;line-height:.96}.lux-section-head p{color:#6f6258;max-width:660px;margin:12px 0 0;font-size:15px;font-weight:800;line-height:1.45}.lux-section-head a{color:#fff;white-space:nowrap;background:#111;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:1000;text-decoration:none;display:inline-flex}.lux-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lux-editorial-banner{background:radial-gradient(circle at 100% 0,#ffffffc2,#0000 36%),#ead8c4;border:1px solid #7f5c3229;border-radius:38px;grid-template-columns:minmax(0,.74fr) minmax(320px,1fr);max-width:1280px;margin:28px auto;display:grid;overflow:hidden;box-shadow:0 24px 70px #4a36231f}.lux-editorial-banner>div:first-child{padding:42px}.lux-editorial-banner span{color:#7d5c39;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000}.lux-editorial-banner h2{color:#111;letter-spacing:-.06em;margin:10px 0;font-size:clamp(34px,4vw,58px);font-weight:1000;line-height:.95}.lux-editorial-banner p{color:#5f5147;max-width:520px;margin:0 0 24px;font-size:15px;font-weight:800;line-height:1.45}.lux-editorial-banner a{color:#fff;background:#111;border-radius:999px;align-items:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:1000;text-decoration:none;display:inline-flex}.lux-editorial-visual{background:#f4ebe0;min-height:300px;overflow:hidden}.lux-editorial-visual img{object-fit:cover;width:100%;height:100%}.lux-editorial-visual span{color:#111;place-items:center;width:100%;height:100%;min-height:300px;font-size:72px;font-weight:1000;display:grid}.lux-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lux-preview-card{color:#111;background:#ffffffe0;border:1px solid #7f5c3221;border-radius:30px;text-decoration:none;overflow:hidden;box-shadow:0 18px 56px #4a36231a}.lux-preview-card img{object-fit:cover;width:100%;height:270px;display:block}.lux-preview-card div{padding:22px}.lux-preview-card span{color:#a7773f;text-transform:uppercase;font-size:11px;font-weight:1000}.lux-preview-card h3{color:#111;margin:8px 0;font-size:24px;font-weight:1000;line-height:1}.lux-preview-card p{color:#5f5147;font-size:14px;font-weight:800}.lux-preview-card b{margin-top:10px;font-size:24px;font-weight:1000;display:block}.lux-preview-card small{color:#5f5147;background:#f4ebe0;border-radius:999px;margin-top:12px;padding:8px 12px;font-size:12px;font-weight:1000;display:inline-flex}.lux-reviews{max-width:1280px;margin:0 auto;padding:42px 24px 54px}.lux-reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.lux-reviews article{background:#ffffffd6;border:1px solid #7f5c3221;border-radius:28px;padding:24px;box-shadow:0 18px 46px #4a362314}.lux-reviews b{color:#c78d34;font-size:14px}.lux-reviews p{color:#4b4038;font-size:15px;font-weight:800;line-height:1.45}.lux-reviews span{color:#7d5c39;font-size:13px;font-weight:1000}.lux-footer{border-top:1px solid #7f5c3221;grid-template-columns:1.2fr .7fr .8fr 1fr;gap:26px;max-width:1280px;margin:0 auto;padding:34px 24px 50px;display:grid}.lux-footer h2{color:#111;letter-spacing:.08em;margin:0;font-size:38px;font-weight:1000}.lux-footer h3{color:#111;margin:0 0 12px;font-size:15px;font-weight:1000}.lux-footer p,.lux-footer a{color:#5f5147;margin:0 0 8px;font-size:13px;font-weight:800;line-height:1.45;text-decoration:none;display:block}.lux-empty{color:#5f5147;background:#ffffffc2;border-radius:30px;place-items:center;min-height:180px;font-size:15px;font-weight:900;display:grid}@media (max-width:1050px){.lux-hero,.lux-editorial-banner{grid-template-columns:1fr}.lux-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.lux-products-grid,.lux-preview-grid,.lux-reviews-grid,.lux-footer{grid-template-columns:1fr 1fr}}@media (max-width:680px){.lux-announcement{justify-content:flex-start}.lux-hero{grid-template-columns:1fr;padding-top:38px}.lux-hero h1{font-size:48px}.lux-benefits,.lux-products-grid,.lux-preview-grid,.lux-reviews-grid,.lux-footer{grid-template-columns:1fr}.lux-hero-visual,.lux-hero-visual img,.lux-hero-placeholder{min-height:340px}.lux-hero-card{margin:14px;position:static}.lux-section-head{align-items:start;display:grid}}.lux-store-shell{background:#f7f1ea;min-height:100vh}.lux-store-header{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #7f5c321f;position:sticky;top:0}.lux-store-topbar{color:#5f5147;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(90deg,#f7efe5,#fffaf4,#f7efe5);justify-content:center;align-items:center;gap:26px;min-height:34px;padding:0 20px;font-size:12px;font-weight:900;display:flex;overflow:hidden}.lux-store-nav{background:#ffffffc7}.lux-store-nav-inner{grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:24px;max-width:1280px;min-height:76px;margin:0 auto;padding:0 24px;display:grid}.lux-store-logo{color:#111;width:fit-content;text-decoration:none;display:grid}.lux-store-logo strong{color:#111;letter-spacing:.16em;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:900;line-height:.88}.lux-store-logo span{color:#5f5147;letter-spacing:.02em;margin-top:4px;font-size:12px;font-weight:900}.lux-store-menu{justify-content:center;align-items:center;gap:34px;display:flex}.lux-store-menu a{color:#463b34;font-size:14px;font-weight:850;text-decoration:none;transition:color .18s;position:relative}.lux-store-menu a:after{content:"";transform-origin:50%;background:#111;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:-9px;left:0;right:0;transform:scaleX(0)}.lux-store-menu a:hover{color:#111}.lux-store-menu a:hover:after{transform:scaleX(1)}.lux-store-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.lux-store-icon-link{color:#111;background:#ffffffb8;border:1px solid #7f5c3224;border-radius:999px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:1000;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:grid}.lux-store-icon-link:hover{background:#fff7ed;transform:translateY(-2px);box-shadow:0 14px 28px #4a36231f}.lux-store-actions .cart-button,.lux-store-actions .header-cart-button,.lux-store-actions a[href=\/cart]{justify-content:center;align-items:center;min-height:42px;font-size:13px;font-weight:1000;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #1111112e;color:#fff!important;background:#111!important;border:0!important;border-radius:999px!important;padding:0 16px!important}body:has(.admin-shell) .lux-store-header{display:none!important}body:has(.admin-shell) .lux-store-shell{background:#f4efe8}@media (max-width:1020px){.lux-store-nav-inner{grid-template-columns:180px 1fr auto}.lux-store-menu{gap:18px}.lux-store-menu a{font-size:13px}}@media (max-width:820px){.lux-store-topbar{justify-content:flex-start;overflow-x:auto}.lux-store-nav-inner{grid-template-columns:1fr auto;min-height:auto;padding:16px}.lux-store-menu{grid-column:1/-1;justify-content:flex-start;padding:8px 0 2px;overflow-x:auto}.lux-store-actions{gap:6px}.lux-store-icon-link{width:38px;height:38px}}@media (max-width:560px){.lux-store-logo strong{font-size:28px}.lux-store-logo span{font-size:10px}.lux-store-menu{gap:16px}.lux-store-menu a[href=\/admin]{display:none}}.premium-product-card,.catalog-card{background:#ffffffeb;border:1px solid #7f5c3224;border-radius:32px;grid-template-columns:1fr;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;overflow:hidden;box-shadow:0 18px 56px #4a36231a}.premium-product-card:hover,.catalog-card:hover{border-color:#a7773f52;transform:translateY(-5px);box-shadow:0 30px 80px #4a362329}.catalog-card-image-link{color:inherit;text-decoration:none;display:block}.catalog-card-image-wrap{background:radial-gradient(circle at 100% 0,#ffffffdb,#0000 42%),#efe4d8;min-height:320px;position:relative;overflow:hidden}.catalog-card-image{object-fit:cover;width:100%;height:320px;transition:transform .35s;display:block}.premium-product-card:hover .catalog-card-image,.catalog-card:hover .catalog-card-image{transform:scale(1.055)}.catalog-card-image-placeholder{color:#111;align-content:center;place-items:center;gap:8px;min-height:320px;display:grid}.catalog-card-image-placeholder span{letter-spacing:.12em;font-family:Georgia,Times New Roman,serif;font-size:56px;font-weight:1000}.catalog-card-image-placeholder small{color:#7d5c39;font-size:13px;font-weight:900}.catalog-card-badges{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:16px;left:16px;right:16px}.catalog-card-badge{color:#fff;background:#111;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:11px;font-weight:1000;display:inline-flex;box-shadow:0 10px 24px #1111112e}.catalog-card-badge.warning{color:#9a3412;box-shadow:none;background:#fff7ed;border:1px solid #fed7aa}.catalog-card-badge.dark{color:#fff;background:#111}.catalog-card-body{align-content:space-between;gap:15px;padding:24px;display:grid}.catalog-card-category{color:#a7773f;text-transform:uppercase;letter-spacing:.14em;margin-bottom:9px;font-size:11px;font-weight:1000;display:inline-flex}.catalog-card-title{margin:0}.catalog-card-title a{color:#111;letter-spacing:-.045em;font-size:27px;font-weight:1000;line-height:.98;text-decoration:none}.catalog-card-description{color:#5f5147;margin:10px 0 0;font-size:14px;font-weight:800;line-height:1.42}.catalog-card-price-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.catalog-card-price{color:#111;letter-spacing:-.03em;font-size:28px;font-weight:1000;line-height:1}.catalog-card-old-price{color:#9b8b7b;font-size:14px;font-weight:850;text-decoration:line-through}.catalog-card-stock{color:#5f5147;background:#f4ebe0;border-radius:999px;align-items:center;gap:4px;width:fit-content;min-height:34px;padding:0 13px;font-size:12px;font-weight:950;display:inline-flex}.catalog-card-stock b{color:#111;font-weight:1000}.catalog-card-stock.wait{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.catalog-card-sizes{flex-wrap:wrap;gap:8px;display:flex}.catalog-card-sizes span{color:#111;background:#f8f4ef;border:1px solid #7f5c321a;border-radius:13px;align-items:center;min-height:36px;padding:0 11px;font-size:12px;font-weight:1000;display:inline-flex}.catalog-card-actions{align-items:center;gap:10px;display:flex}.catalog-card-button{color:#fff;background:#111;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:48px;font-size:13px;font-weight:1000;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 16px 32px #1111112e}.catalog-card-button:hover{background:#000;transform:translateY(-2px)}.catalog-card-button span{font-size:16px}.catalog-card-like{color:#111;cursor:pointer;background:#fff;border:1px solid #7f5c3233;border-radius:999px;width:48px;height:48px;font-size:21px;font-weight:1000;transition:transform .18s,background .18s,box-shadow .18s}.catalog-card-like:hover{background:#fff7ed;transform:translateY(-2px);box-shadow:0 14px 28px #4a36231f}.lux-products-grid .catalog-card{grid-template-columns:minmax(280px,.95fr) minmax(0,1fr)}@media (max-width:980px){.lux-products-grid .catalog-card{grid-template-columns:1fr}.catalog-card-image-wrap,.catalog-card-image,.catalog-card-image-placeholder{height:280px;min-height:280px}}@media (max-width:560px){.catalog-card-body{padding:20px}.catalog-card-title a{font-size:24px}.catalog-card-price{font-size:25px}.catalog-card-sizes span{font-size:11px}}.lux-catalog-page{color:#111;background:radial-gradient(circle at 100% 0,#e2be8526,#0000 32%),#f7f1ea;min-height:100vh;padding-bottom:64px}.lux-catalog-hero{grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:28px;max-width:1280px;margin:0 auto;padding:70px 24px 34px;display:grid}.lux-catalog-hero span{color:#7d5c39;text-transform:uppercase;letter-spacing:.14em;background:#ffffffc2;border-radius:999px;width:fit-content;padding:9px 14px;font-size:12px;font-weight:1000;display:inline-flex}.lux-catalog-hero-card{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 42%),#ead8c4;border:1px solid #7f5c3229;border-radius:34px;align-content:space-between;min-height:190px;padding:28px;display:grid;box-shadow:0 24px 70px #4a36231f}.lux-catalog-hero-card b{color:#111;letter-spacing:.14em;font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:900;line-height:.9}.lux-catalog-hero-card p{color:#4b4038;font-size:14px;font-weight:900;line-height:1.45}.lux-catalog-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1280px;margin:0 auto;padding:0 24px 24px;display:grid}.lux-catalog-stats div{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:28px;align-content:space-between;gap:10px;min-height:132px;padding:22px;display:grid;box-shadow:0 18px 46px #4a362314}.lux-catalog-stats span{color:#6f6258;font-size:13px;font-weight:900}.lux-catalog-stats b{color:#111;font-size:36px;font-weight:1000;line-height:1}.lux-catalog-stats p{color:#16803a;margin:0;font-size:12px;font-weight:900}.lux-catalog-toolbar-wrap{max-width:1280px;margin:0 auto;padding:0 24px 22px}.lux-catalog-toolbar-wrap>*{background:#ffffffd1;border:1px solid #7f5c3221;border-radius:28px;box-shadow:0 18px 46px #4a362314}.lux-catalog-section{max-width:1280px;margin:0 auto;padding:18px 24px 0}.lux-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lux-catalog-grid .catalog-card{min-height:100%}@media (max-width:1120px){.lux-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lux-catalog-hero{grid-template-columns:1fr}.lux-catalog-hero-card{max-width:460px}}@media (max-width:760px){.lux-catalog-hero{padding-top:42px}.lux-catalog-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.lux-catalog-grid{grid-template-columns:1fr}.lux-catalog-hero h1{font-size:48px}}@media (max-width:520px){.lux-catalog-stats{grid-template-columns:1fr}.lux-catalog-hero-card{min-height:150px}}:root{--shs-wide:min(1720px, calc(100vw - 56px));--shs-soft-bg:#f7f1ea;--shs-card-bg:#ffffffeb}.lux-store-nav-inner,.lux-announcement,.lux-hero,.lux-benefits,.lux-section,.lux-editorial-banner,.lux-reviews,.lux-footer,.lux-catalog-hero,.lux-catalog-stats,.lux-catalog-toolbar-wrap,.lux-catalog-section{max-width:var(--shs-wide)!important}.lux-home{background:radial-gradient(circle at 100% 0,#e2be852e,#0000 34%),linear-gradient(#fffaf4 0%,#f7f1ea 38%,#fffaf4 100%)!important}.lux-hero{grid-template-columns:minmax(420px,.82fr) minmax(760px,1.18fr)!important;gap:48px!important;min-height:620px!important;padding:82px 0 58px!important}.lux-hero h1{letter-spacing:-.055em!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(62px,5.2vw,108px)!important;font-weight:900!important;line-height:.92!important}.lux-hero-visual{min-height:500px!important;margin-right:calc((100vw - var(--shs-wide)) / -2)!important;border-radius:42px 0 0 42px!important;box-shadow:0 36px 110px #4a36232e!important}.lux-hero-visual img{object-fit:cover!important;object-position:center center!important;height:500px!important;min-height:500px!important;transform:scale(1.02)!important}.lux-hero-visual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#f7f1eae0 0%,#f7f1ea2e 28%,#0000 58%),radial-gradient(circle at 100%,#ffffff26,#0000 44%);position:absolute;inset:0}.lux-hero-card{z-index:2!important;max-width:400px!important;bottom:32px!important;left:32px!important}.lux-benefits{border-radius:0!important;margin-bottom:52px!important;box-shadow:0 18px 52px #4a362314!important}.lux-section{padding-left:0!important;padding-right:0!important}.lux-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.lux-products-grid .catalog-card{border-radius:28px!important;grid-template-columns:minmax(420px,.98fr) minmax(0,1fr)!important;min-height:360px!important}.lux-products-grid .catalog-card-image-wrap,.lux-products-grid .catalog-card-image,.lux-products-grid .catalog-card-image-placeholder{height:100%!important;min-height:360px!important}.catalog-card-image{object-fit:cover!important;object-position:center center!important}.lux-catalog-page{background:radial-gradient(circle at 100% 0,#e2be8529,#0000 34%),linear-gradient(#fffaf4 0%,#f7f1ea 46%,#fffaf4 100%)!important}.lux-catalog-hero,.lux-catalog-stats,.lux-catalog-toolbar-wrap,.lux-catalog-section{padding-left:0!important;padding-right:0!important}.lux-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.lux-catalog-grid .catalog-card{border-radius:30px!important}.lux-catalog-grid .catalog-card-image-wrap,.lux-catalog-grid .catalog-card-image,.lux-catalog-grid .catalog-card-image-placeholder{height:360px!important;min-height:360px!important}.lux-editorial-banner{grid-template-columns:minmax(0,.7fr) minmax(720px,1.3fr)!important;min-height:350px!important}.lux-editorial-visual{min-height:350px!important}.lux-editorial-visual img{object-fit:cover!important;object-position:center center!important;height:350px!important}.lux-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.lux-preview-card img{object-fit:cover!important;object-position:center center!important;height:360px!important}@media (max-width:1280px){:root{--shs-wide:min(1180px, calc(100vw - 36px))}.lux-hero{grid-template-columns:1fr!important;padding:54px 0 40px!important}.lux-hero-visual{border-radius:36px!important;margin-right:0!important}.lux-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lux-products-grid .catalog-card{grid-template-columns:1fr!important}}@media (max-width:760px){:root{--shs-wide:calc(100vw - 28px)}.lux-hero{min-height:auto!important}.lux-hero h1{font-size:48px!important}.lux-hero-visual,.lux-hero-visual img{border-radius:28px!important;height:340px!important;min-height:340px!important}.lux-benefits,.lux-products-grid,.lux-catalog-grid,.lux-preview-grid,.lux-reviews-grid,.lux-footer,.lux-editorial-banner{grid-template-columns:1fr!important}.lux-catalog-grid .catalog-card-image-wrap,.lux-catalog-grid .catalog-card-image,.lux-catalog-grid .catalog-card-image-placeholder,.catalog-card-image-wrap,.catalog-card-image,.catalog-card-image-placeholder{height:300px!important;min-height:300px!important}}.lux-home-products-grid.compact-five{align-items:stretch;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important}.catalog-card.compact{min-height:100%;overflow:hidden;border-radius:26px!important;flex-direction:column!important;display:flex!important}.catalog-card.compact .catalog-card-image-wrap{height:245px!important;min-height:245px!important}.catalog-card.compact .catalog-card-image,.catalog-card.compact .catalog-card-image-placeholder{object-fit:cover!important;height:245px!important;min-height:245px!important}.catalog-card.compact .catalog-card-body{gap:11px!important;padding:18px!important}.catalog-card.compact .catalog-card-title a{font-size:20px!important;line-height:1.08!important}.catalog-card.compact .catalog-card-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:13px!important;line-height:1.35!important}.catalog-card.compact .catalog-card-price{font-size:22px!important}.catalog-card.compact .catalog-card-old-price{font-size:13px!important}.catalog-card.compact .catalog-card-stock{min-height:32px!important;font-size:12px!important}.catalog-card.compact .catalog-card-sizes{gap:6px!important}.catalog-card.compact .catalog-card-sizes span{min-height:31px!important;padding:0 9px!important;font-size:11px!important}.catalog-card.compact .catalog-card-actions{margin-top:auto}.catalog-card.compact .catalog-card-button{min-height:44px!important;font-size:13px!important}.catalog-card.compact .catalog-card-like{width:44px!important;height:44px!important}.compact-home-head{margin-bottom:28px!important}@media (max-width:1600px){.lux-home-products-grid.compact-five{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:1280px){.lux-home-products-grid.compact-five{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:920px){.lux-home-products-grid.compact-five{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.lux-home-products-grid.compact-five{grid-template-columns:1fr!important}.catalog-card.compact .catalog-card-image-wrap,.catalog-card.compact .catalog-card-image,.catalog-card.compact .catalog-card-image-placeholder{height:280px!important;min-height:280px!important}}.crm-products-toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.crm-create-category-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #eadccb;border-radius:999px;min-height:52px;padding:0 20px;font-size:14px;font-weight:1000;transition:transform .18s,box-shadow .18s,background .18s}.crm-create-category-btn:hover{background:#fff7ed;transform:translateY(-2px);box-shadow:0 18px 38px #4a36231f}.crm-category-modal{z-index:140;grid-template-columns:minmax(0,1fr) minmax(420px,560px);display:grid;position:fixed;inset:0}.crm-category-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#1111118c;border:0}.crm-category-drawer{background:radial-gradient(circle at 100% 0,#e2be853d,#0000 38%),#f8f4ef;height:100dvh;overflow-y:auto;box-shadow:-30px 0 80px #00000047}.crm-category-drawer-head{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f4eff0;border-bottom:1px solid #7f5c321f;justify-content:space-between;gap:18px;padding:26px;display:flex;position:sticky;top:0}.crm-category-drawer-head span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000;display:block}.crm-category-drawer-head h2{color:#111;letter-spacing:-.05em;margin:6px 0 8px;font-size:34px;font-weight:1000}.crm-category-drawer-head p{color:#6f6258;margin:0;font-size:13px;font-weight:800;line-height:1.45}.crm-category-drawer-head>button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;width:46px;height:46px;font-size:26px}.crm-category-form{gap:16px;padding:24px 26px 32px;display:grid}.crm-category-form label{color:#111;gap:8px;font-size:13px;font-weight:950;display:grid}.crm-category-form input,.crm-category-form select{min-height:48px}.crm-category-form textarea{resize:vertical;min-height:110px;padding-top:14px}.crm-category-preview{background:#fff;border:1px solid #7f5c3221;border-radius:24px;gap:8px;padding:18px;display:grid;box-shadow:0 18px 42px #4a362314}.crm-category-preview span{color:#a7773f;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:1000}.crm-category-preview b{color:#111;font-size:22px;font-weight:1000}.crm-category-preview small{color:#6f6258;font-size:13px;font-weight:800}.crm-category-form-actions button{cursor:pointer;border:0;border-radius:999px;min-height:52px;padding:0 20px;font-size:14px;font-weight:1000}.crm-category-form-actions button:first-child{color:#111;background:#fff;border:1px solid #eadccb}.crm-category-form-actions button:last-child{color:#fff;background:#111;box-shadow:0 18px 34px #1113}.crm-category-form-actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:760px){.crm-category-modal{grid-template-columns:1fr}.crm-category-modal-backdrop{display:none}.crm-products-toolbar-actions{width:100%}.crm-create-category-btn,.crm-create-product-btn{flex:1}}.catalog-card-like.active{box-shadow:0 16px 32px #1113;color:#fff!important;background:#111!important;border-color:#111!important}.catalog-card-like.active:hover{color:#fff!important;background:#000!important}.favorites-page{color:#111;background:radial-gradient(circle at 100% 0,#e2be8529,#0000 34%),linear-gradient(#fffaf4 0%,#f7f1ea 46%,#fffaf4 100%);min-height:100vh;padding-bottom:64px}.favorites-hero{max-width:var(--shs-wide,1280px);grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:24px;margin:0 auto;padding:70px 24px 28px;display:grid}.favorites-hero span{color:#7d5c39;text-transform:uppercase;letter-spacing:.14em;background:#ffffffc2;border-radius:999px;width:fit-content;padding:9px 14px;font-size:12px;font-weight:1000;display:inline-flex}.favorites-hero h1{color:#111;letter-spacing:-.075em;margin:18px 0 14px;font-size:clamp(48px,5.8vw,86px);font-weight:1000;line-height:.92}.favorites-hero p{color:#5f5147;max-width:680px;margin:0;font-size:17px;font-weight:800;line-height:1.5}.favorites-hero-card{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:34px;align-content:center;justify-items:center;gap:8px;min-height:160px;padding:24px;display:grid;box-shadow:0 18px 46px #4a362314}.favorites-hero-card b{color:#111;font-size:48px;font-weight:1000;line-height:1}.favorites-hero-card p{color:#16803a;text-align:center;margin:0;font-size:13px;font-weight:950}.favorites-actions{max-width:var(--shs-wide,1280px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:0 24px 24px;display:flex}.favorites-actions a,.favorites-actions button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:14px;font-weight:1000;text-decoration:none;display:inline-flex}.favorites-actions a{color:#fff;background:#111;box-shadow:0 16px 32px #11111129}.favorites-actions button{color:#111;background:#fff;border:1px solid #eadccb}.favorites-content{max-width:var(--shs-wide,1280px);margin:0 auto;padding:0 24px}.favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.favorites-empty{text-align:center;background:#ffffffdb;border:1px solid #7f5c3221;border-radius:34px;align-content:center;place-items:center;gap:14px;min-height:360px;display:grid;box-shadow:0 18px 46px #4a362314}.favorites-empty h2{color:#111;letter-spacing:-.045em;margin:0;font-size:36px;font-weight:1000}.favorites-empty p{color:#5f5147;max-width:460px;margin:0;font-size:15px;font-weight:800;line-height:1.45}.favorites-empty a{color:#fff;background:#111;border-radius:999px;align-items:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:1000;text-decoration:none;display:inline-flex}@media (max-width:1180px){.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.favorites-hero{grid-template-columns:1fr;padding-top:42px}.favorites-hero-card{max-width:280px}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.favorites-grid{grid-template-columns:1fr}.favorites-hero h1{font-size:48px}.favorites-grid .catalog-card-image-wrap,.favorites-grid .catalog-card-image,.favorites-grid .catalog-card-image-placeholder{height:300px!important;min-height:300px!important}}.lux-favorites-top-link{font-size:22px!important}.lux-favorites-top-link:hover{color:#fff!important;background:#111!important;border-color:#111!important}.contacts-page{color:#111;background:radial-gradient(circle at 100% 0,#e2be8529,#0000 34%),linear-gradient(#fffaf4 0%,#f7f1ea 48%,#fffaf4 100%);min-height:100vh;padding-bottom:70px}.contacts-hero{max-width:var(--shs-wide,1280px);grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:28px;margin:0 auto;padding:76px 24px 34px;display:grid}.contacts-hero span,.contacts-card span{color:#7d5c39;text-transform:uppercase;letter-spacing:.14em;background:#ffffffc2;border-radius:999px;width:fit-content;padding:9px 14px;font-size:12px;font-weight:1000;display:inline-flex}.contacts-hero h1{color:#111;letter-spacing:-.075em;margin:18px 0 16px;font-size:clamp(52px,6vw,92px);font-weight:1000;line-height:.92}.contacts-hero p{color:#5f5147;max-width:760px;margin:0;font-size:17px;font-weight:800;line-height:1.55}.contacts-hero-card{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 42%),#ead8c4;border:1px solid #7f5c3229;border-radius:36px;align-content:space-between;min-height:230px;padding:30px;display:grid;box-shadow:0 24px 70px #4a36231f}.contacts-hero-card b{color:#111;letter-spacing:.14em;font-family:Georgia,Times New Roman,serif;font-size:58px;font-weight:900;line-height:.9}.contacts-hero-card p{color:#4b4038;font-size:15px;font-weight:900;line-height:1.45}.contacts-grid{max-width:var(--shs-wide,1280px);grid-template-columns:minmax(0,1.3fr) minmax(280px,.85fr) minmax(280px,.85fr);gap:18px;margin:0 auto;padding:0 24px;display:grid}.contacts-card{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:34px;align-content:start;gap:16px;min-height:310px;padding:30px;display:grid;box-shadow:0 18px 46px #4a362314}.contacts-card h2{color:#111;letter-spacing:-.045em;margin:0;font-size:34px;font-weight:1000;line-height:1}.contacts-card p{color:#5f5147;margin:0;font-size:15px;font-weight:800;line-height:1.5}.contacts-list{gap:10px;margin-top:4px;display:grid}.contacts-list div{background:#f8f4ef;border:1px solid #7f5c321a;border-radius:22px;gap:5px;padding:16px;display:grid}.contacts-list small{color:#8a7462;font-size:12px;font-weight:900}.contacts-list b{color:#111;word-break:break-word;font-size:15px;font-weight:1000}@media (max-width:1050px){.contacts-hero,.contacts-grid{grid-template-columns:1fr}.contacts-hero-card{max-width:460px}}@media (max-width:620px){.contacts-hero{padding-top:42px}.contacts-hero h1{font-size:50px}.contacts-card{padding:24px}.contacts-card h2{font-size:30px}}.about-page{color:#111;background:radial-gradient(circle at 100% 0,#e2be8529,#0000 34%),linear-gradient(#fffaf4 0%,#f7f1ea 48%,#fffaf4 100%);min-height:100vh;padding-bottom:70px}.about-hero{max-width:var(--shs-wide,1280px);grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:28px;margin:0 auto;padding:76px 24px 34px;display:grid}.about-hero span,.about-card span{color:#7d5c39;text-transform:uppercase;letter-spacing:.14em;background:#ffffffc2;border-radius:999px;width:fit-content;padding:9px 14px;font-size:12px;font-weight:1000;display:inline-flex}.about-hero h1{color:#111;letter-spacing:-.075em;margin:18px 0 16px;font-size:clamp(52px,6vw,92px);font-weight:1000;line-height:.92}.about-hero p{color:#5f5147;max-width:760px;margin:0;font-size:17px;font-weight:800;line-height:1.55}.about-hero-card{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 42%),#ead8c4;border:1px solid #7f5c3229;border-radius:36px;align-content:space-between;min-height:230px;padding:30px;display:grid;box-shadow:0 24px 70px #4a36231f}.about-hero-card b{color:#111;letter-spacing:.14em;font-family:Georgia,Times New Roman,serif;font-size:58px;font-weight:900;line-height:.9}.about-hero-card p{color:#4b4038;font-size:15px;font-weight:900;line-height:1.45}.about-grid{max-width:var(--shs-wide,1280px);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 auto;padding:0 24px;display:grid}.about-card{background:#ffffffe0;border:1px solid #7f5c3221;border-radius:34px;align-content:start;gap:16px;min-height:320px;padding:30px;display:grid;box-shadow:0 18px 46px #4a362314}.about-card h2{color:#111;letter-spacing:-.045em;margin:0;font-size:34px;font-weight:1000;line-height:1}.about-card p{color:#5f5147;margin:0;font-size:15px;font-weight:800;line-height:1.5}@media (max-width:1050px){.about-hero,.about-grid{grid-template-columns:1fr}.about-hero-card{max-width:460px}}@media (max-width:620px){.about-hero{padding-top:42px}.about-hero h1{font-size:50px}.about-card{padding:24px}.about-card h2{font-size:30px}}.lux-store-menu-link{color:#463b34;border-radius:999px;align-items:center;min-height:40px;padding:0 14px;font-size:14px;font-weight:900;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.lux-store-menu-link:hover{color:#111;background:#fff7ed;transform:translateY(-1px)}.lux-store-menu-link.active{background:#111;box-shadow:0 14px 28px #11111129;color:#fff!important}.lux-store-menu-link.active:after{display:none!important}.admin-site-page{gap:22px;display:grid}.admin-site-hero{background:radial-gradient(circle at 100% 0,#e2be8538,#0000 38%),#ffffffe6;border:1px solid #7f5c3221;border-radius:34px;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;gap:22px;padding:30px;display:grid;box-shadow:0 18px 46px #4a362314}.admin-site-hero span,.admin-site-block-head span{color:#a7773f;text-transform:uppercase;letter-spacing:.16em;width:fit-content;font-size:12px;font-weight:1000;display:inline-flex}.admin-site-hero h1{color:#111;letter-spacing:-.075em;margin:10px 0;font-size:clamp(42px,5vw,72px);font-weight:1000;line-height:.92}.admin-site-hero p{color:#5f5147;max-width:720px;margin:0;font-size:15px;font-weight:850;line-height:1.45}.admin-site-hero-card{background:#ead8c4;border:1px solid #7f5c3226;border-radius:28px;align-content:space-between;padding:24px;display:grid}.admin-site-hero-card b{color:#111;letter-spacing:.14em;font-family:Georgia,Times New Roman,serif;font-size:46px;font-weight:900;line-height:.9}.admin-site-message{color:#111;background:#fff;border:1px solid #7f5c3221;border-radius:22px;padding:16px 18px;font-size:14px;font-weight:900;box-shadow:0 14px 30px #4a362314}.admin-site-form{gap:18px;display:grid}.admin-site-block{background:#ffffffeb;border:1px solid #7f5c3221;border-radius:30px;gap:18px;padding:24px;display:grid;box-shadow:0 18px 46px #4a362314}.admin-site-block-head{align-items:flex-start;gap:14px;display:flex}.admin-site-block-head>span{color:#fff;letter-spacing:0;background:#111;border-radius:15px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.admin-site-block-head h2{color:#111;letter-spacing:-.04em;margin:0;font-size:28px;font-weight:1000;line-height:1}.admin-site-block-head p{color:#6f6258;margin:6px 0 0;font-size:13px;font-weight:850}.admin-site-grid{gap:14px;display:grid}.admin-site-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-site-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-site-form label{color:#111;gap:8px;font-size:13px;font-weight:950;display:grid}.admin-site-form input,.admin-site-form textarea{color:#111;background:#fff;border:1px solid #eadccb;border-radius:18px;outline:0;width:100%;padding:0 14px;font-size:14px;font-weight:800}.admin-site-form input{min-height:48px}.admin-site-form textarea{resize:vertical;min-height:130px;padding-top:14px;line-height:1.45}.admin-site-form input:focus,.admin-site-form textarea:focus{border-color:#111;box-shadow:0 0 0 4px #11111114}.admin-site-actions{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f4efe6;border:1px solid #7f5c321f;border-radius:26px;justify-content:flex-end;gap:10px;padding:16px;display:flex;position:sticky;bottom:0}.admin-site-actions a,.admin-site-actions button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 18px;font-size:14px;font-weight:1000;text-decoration:none;display:inline-flex}.admin-site-actions a{color:#111;background:#fff;border:1px solid #eadccb}.admin-site-actions button{color:#fff;background:#111;border:0;box-shadow:0 18px 34px #1113}.admin-site-actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:1100px){.admin-site-hero,.admin-site-grid.two,.admin-site-grid.three{grid-template-columns:1fr}.admin-site-hero-card{min-height:160px}}.admin-site-logo-box{grid-template-columns:260px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.admin-site-logo-preview{background:linear-gradient(135deg,#fffffff0,#eee2d3bf),#fff;border:1px solid #eadccb;border-radius:24px;place-items:center;min-height:170px;display:grid;overflow:hidden}.admin-site-logo-preview img{object-fit:contain;width:88%;max-height:140px;display:block}.admin-site-logo-preview div{text-align:center;color:#111;place-items:center;gap:8px;display:grid}.admin-site-logo-preview b{letter-spacing:.16em;font-family:Georgia,Times New Roman,serif;font-size:54px;line-height:.9}.admin-site-logo-preview span{color:#7a6a5d;font-size:12px;font-weight:900}.admin-site-logo-controls{align-content:center;gap:12px;display:grid}.admin-site-upload-button,.admin-site-clear-button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:52px;padding:0 18px;font-size:14px;font-weight:1000;display:inline-flex}.admin-site-upload-button{background:#111;border:0;box-shadow:0 18px 34px #1113;color:#fff!important}.admin-site-upload-button input{display:none}.admin-site-clear-button{color:#111;background:#fff;border:1px solid #eadccb}.admin-site-clear-button:disabled{opacity:.55;cursor:not-allowed}.admin-site-upload-button:has(input:disabled){opacity:.55;cursor:not-allowed}.admin-site-logo-controls small{color:#7a6a5d;max-width:620px;font-size:12px;font-weight:850;line-height:1.45}@media (max-width:900px){.admin-site-logo-box{grid-template-columns:1fr}}.lux-store-logo-with-image{justify-content:flex-start;align-items:center;min-width:190px;max-width:230px;height:74px;padding:0;display:inline-flex}.lux-store-logo-img{object-fit:contain;object-position:left center;width:100%;max-width:220px;height:70px;display:block}@media (max-width:900px){.lux-store-logo-with-image{min-width:130px;max-width:150px;height:58px}.lux-store-logo-img{max-width:150px;height:54px}}.lux-catalog-hero-logo{object-fit:contain;object-position:center center;width:100%;max-width:210px;max-height:96px;margin:0 auto 18px;display:block}.lux-catalog-hero-card:has(.lux-catalog-hero-logo){text-align:center;align-content:center;justify-items:center;display:grid}.lux-catalog-hero-card:has(.lux-catalog-hero-logo) p{text-align:center;max-width:260px;margin-left:auto;margin-right:auto}@media (max-width:900px){.lux-catalog-hero-logo{max-width:170px;max-height:78px}}.admin-site-banner-editor{background:#fbf8f4;border:1px solid #eadccb;border-radius:26px;grid-template-columns:360px minmax(0,1fr);align-items:stretch;gap:20px;padding:18px;display:grid}.admin-site-banner-preview{background:linear-gradient(135deg,#fffffff2,#eee2d3cc),#fff;border:1px solid #eadccb;border-radius:24px;place-items:center;min-height:300px;display:grid;overflow:hidden}.admin-site-banner-preview.wide{min-height:230px}.admin-site-banner-preview img{object-fit:cover;width:100%;height:100%;display:block}.admin-site-banner-preview div{text-align:center;color:#111;place-items:center;gap:8px;padding:20px;display:grid}.admin-site-banner-preview b{letter-spacing:.08em;font-family:Georgia,Times New Roman,serif;font-size:46px;line-height:.9}.admin-site-banner-preview span{color:#7a6a5d;font-size:12px;font-weight:900}.admin-site-banner-fields{gap:14px;display:grid}.admin-site-banner-fields h3{color:#111;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:1000;line-height:1}.admin-site-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (max-width:1100px){.admin-site-banner-editor{grid-template-columns:1fr}.admin-site-banner-preview,.admin-site-banner-preview.wide{min-height:220px}}.crm-receipts-page .crm-product-drawer{width:calc(100vw - 300px)!important;min-width:0!important;max-width:calc(100vw - 300px)!important;left:auto!important;right:0!important;overflow-x:hidden!important}.crm-receipts-page .crm-product-form,.crm-receipts-page .crm-product-form-block,.crm-receipts-page .crm-product-drawer-head{min-width:0;max-width:100%;overflow-x:hidden}.crm-receipts-page .crm-product-form-grid{min-width:0;grid-template-columns:1fr!important}.crm-receipts-page .crm-product-form-grid label{min-width:0}.crm-receipts-page .crm-product-form-grid input,.crm-receipts-page .crm-product-form-grid select,.crm-receipts-page .crm-product-form-grid textarea{width:100%;min-width:0}.crm-receipts-page .crm-product-form-grid button{white-space:normal;width:100%;min-width:0}.crm-receipts-page .crm-size-premium-table{max-width:100%;padding-bottom:8px;overflow-x:auto}.crm-receipts-page .crm-size-premium-head,.crm-receipts-page .crm-size-premium-row{gap:7px;min-width:560px;grid-template-columns:74px 90px 82px 72px 92px 92px 40px!important}.crm-receipts-page .crm-size-premium-row{align-items:center}.crm-receipts-page .crm-size-premium-row input{width:100%;min-width:0;height:40px;padding:0 9px;font-size:13px}.crm-receipts-page .crm-size-premium-row button{width:36px;min-width:36px;height:36px}.crm-receipts-page .crm-product-form-actions{flex-wrap:wrap;gap:10px}.crm-receipts-page .crm-product-form-actions button{min-width:160px}@media (max-width:1100px){.crm-receipts-page .crm-product-drawer{width:calc(100vw - 260px)!important;max-width:calc(100vw - 260px)!important}.crm-receipts-page .crm-size-premium-head,.crm-receipts-page .crm-size-premium-row{min-width:520px;grid-template-columns:68px 84px 76px 68px 84px 84px 38px!important}}@media (max-width:900px){.crm-receipts-page .crm-product-drawer{width:100vw!important;max-width:100vw!important}.crm-receipts-page .crm-size-premium-table{overflow-x:auto}.crm-receipts-page .crm-size-premium-head,.crm-receipts-page .crm-size-premium-row{min-width:540px;grid-template-columns:70px 86px 78px 70px 86px 86px 38px!important}}.crm-products-page.crm-receipts-page .crm-product-modal{justify-content:flex-end!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.crm-products-page.crm-receipts-page .crm-product-modal-backdrop{position:absolute!important;inset:0!important}.crm-products-page.crm-receipts-page .crm-product-drawer{width:calc(100vw - 320px)!important;min-width:0!important;max-width:calc(100vw - 320px)!important;height:100vh!important;padding:32px!important;position:relative!important;inset:auto!important;overflow:hidden auto!important}.crm-products-page.crm-receipts-page .crm-product-drawer *{box-sizing:border-box!important}.crm-products-page.crm-receipts-page .crm-product-form,.crm-products-page.crm-receipts-page .crm-product-form-block,.crm-products-page.crm-receipts-page .crm-product-drawer-head{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.crm-products-page.crm-receipts-page .crm-product-form-grid{grid-template-columns:1fr!important;gap:14px!important;width:100%!important;max-width:100%!important;display:grid!important}.crm-products-page.crm-receipts-page .crm-product-form-grid label,.crm-products-page.crm-receipts-page .crm-product-form-grid input,.crm-products-page.crm-receipts-page .crm-product-form-grid select,.crm-products-page.crm-receipts-page .crm-product-form-grid textarea{width:100%!important;min-width:0!important;max-width:100%!important}.crm-products-page.crm-receipts-page .crm-add-size-btn{white-space:normal!important;text-align:center!important;width:100%!important;min-width:0!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;line-height:1.2!important}.crm-products-page.crm-receipts-page .crm-size-premium-table{width:100%!important;max-width:100%!important;padding-bottom:8px!important;overflow-x:auto!important}.crm-products-page.crm-receipts-page .crm-size-premium-head,.crm-products-page.crm-receipts-page .crm-size-premium-row{grid-template-columns:68px 84px 76px 66px 86px 86px 34px!important;gap:6px!important;min-width:510px!important;display:grid!important}.crm-products-page.crm-receipts-page .crm-size-premium-row input{width:100%!important;min-width:0!important;height:38px!important;padding:0 8px!important;font-size:13px!important}.crm-products-page.crm-receipts-page .crm-size-premium-row button{width:32px!important;min-width:32px!important;height:32px!important;padding:0!important}.crm-products-page.crm-receipts-page .crm-product-form-actions{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.crm-products-page.crm-receipts-page .crm-product-form-actions button{min-width:150px!important;max-width:100%!important}@media (max-width:1200px){.crm-products-page.crm-receipts-page .crm-product-drawer{width:calc(100vw - 280px)!important;max-width:calc(100vw - 280px)!important;padding:24px!important}}@media (max-width:900px){.crm-products-page.crm-receipts-page .crm-product-drawer{width:100vw!important;max-width:100vw!important;padding:18px!important}}.crm-products-page.crm-receipts-page .crm-product-form-actions{width:100%;grid-template-columns:1fr!important;display:grid!important}.crm-products-page.crm-receipts-page .crm-product-form-actions .crm-add-size-btn{text-align:center!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:46px!important;line-height:1.2!important;text-decoration:none!important;display:flex!important}.crm-products-page.crm-receipts-page .crm-receipt-product-search{gap:14px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-product-results{gap:10px;max-height:420px;padding:4px;display:grid;overflow-y:auto}.crm-products-page.crm-receipts-page .crm-receipt-product-result{cursor:pointer;text-align:left;background:#ffffffeb;border:1px solid #0f172a1a;border-radius:18px;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;width:100%;padding:10px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-product-result:hover{background:#fff;border-color:#784f2459;transform:translateY(-1px);box-shadow:0 16px 35px #0f172a1a}.crm-products-page.crm-receipts-page .crm-receipt-product-result.is-added{opacity:.58;cursor:not-allowed}.crm-products-page.crm-receipts-page .crm-receipt-product-result.is-added:hover{box-shadow:none;transform:none}.crm-products-page.crm-receipts-page .crm-receipt-product-thumb{background:linear-gradient(135deg,#f8f1e8,#fff);border:1px solid #784f241f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;position:relative;overflow:visible}.crm-products-page.crm-receipts-page .crm-receipt-product-thumb>img{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.crm-products-page.crm-receipts-page .crm-receipt-product-thumb>b{letter-spacing:.14em;color:#7c5529;font-size:13px}.crm-products-page.crm-receipts-page .crm-receipt-product-zoom{opacity:0;pointer-events:none;z-index:80;background:#fff;border:1px solid #784f242e;border-radius:24px;width:230px;height:230px;padding:8px;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:72px;transform:translateY(-50%)scale(.96);box-shadow:0 28px 70px #0f172a47}.crm-products-page.crm-receipts-page .crm-receipt-product-zoom img{object-fit:cover;border-radius:18px;width:100%;height:100%;display:block}.crm-products-page.crm-receipts-page .crm-receipt-product-thumb:hover .crm-receipt-product-zoom{opacity:1;transform:translateY(-50%)scale(1)}.crm-products-page.crm-receipts-page .crm-receipt-product-body{gap:4px;min-width:0;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-product-body strong{color:#161616;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.25;overflow:hidden}.crm-products-page.crm-receipts-page .crm-receipt-product-body small{color:#16161694;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.25;overflow:hidden}.crm-products-page.crm-receipts-page .crm-receipt-product-action{color:#fff;background:#161616;border-radius:999px;justify-content:center;align-items:center;min-width:82px;min-height:36px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.crm-products-page.crm-receipts-page .crm-receipt-product-result.is-added .crm-receipt-product-action{color:#16161694;background:#1616161f}.crm-products-page.crm-receipts-page .crm-receipt-selected-product{background:linear-gradient(135deg,#f8f1e8db,#fffffff5);border:1px solid #784f2424;border-radius:22px;grid-template-columns:78px 1fr;align-items:center;gap:14px;margin-bottom:16px;padding:14px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-selected-product .crm-receipt-product-thumb{width:78px;height:78px}.crm-products-page.crm-receipts-page .crm-receipt-selected-product strong{color:#161616;margin-bottom:5px;font-size:15px;line-height:1.25;display:block}.crm-products-page.crm-receipts-page .crm-receipt-selected-product small{color:#1616169e;margin-top:3px;font-size:12px;display:block}.crm-products-page.crm-receipts-page .crm-receipt-selected-product a{color:#7c5529;margin-top:8px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.crm-products-page.crm-receipts-page .crm-receipt-selected-product a:hover{text-decoration:underline}.crm-product-supplier-preview{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.crm-product-supplier-preview small{color:#161616b8;background:#784f2414;border-radius:999px;padding:5px 8px;font-size:11px;line-height:1}.crm-product-meta a{color:#7c5529;margin-top:5px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.crm-product-meta a:hover{text-decoration:underline}@media (max-width:760px){.crm-products-page.crm-receipts-page .crm-receipt-product-result{grid-template-columns:56px 1fr}.crm-products-page.crm-receipts-page .crm-receipt-product-action{grid-column:1/-1;width:100%}.crm-products-page.crm-receipts-page .crm-receipt-product-zoom{display:none}.crm-products-page.crm-receipts-page .crm-receipt-selected-product{grid-template-columns:1fr}}.crm-products-page.crm-receipts-page .crm-receipt-block-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.crm-products-page.crm-receipts-page .crm-receipt-block-toggle{color:#161616!important;cursor:pointer!important;background:#ffffffeb!important;border:1px solid #784f2438!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:9px!important;min-height:42px!important;padding:0 18px!important;font-weight:800!important;display:inline-flex!important}.crm-products-page.crm-receipts-page .crm-receipt-block-toggle span{color:#fff;background:#fff;border:1px solid #784f2452;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:900;display:inline-flex}.crm-products-page.crm-receipts-page .crm-receipt-block-toggle.active{color:#fff!important;background:#161616!important;border-color:#161616!important}.crm-products-page.crm-receipts-page .crm-receipt-block-toggle.active span{color:#161616;background:#d7b98c;border-color:#d7b98c}.crm-products-page.crm-receipts-page .crm-receipt-sizes-collapsed{color:#1616169e;background:#f8f1e8bf;border:1px dashed #784f2442;border-radius:18px;padding:15px 18px;font-size:13px;line-height:1.5}.crm-products-page.crm-receipts-page .crm-product-form-block{transition:transform .18s,box-shadow .18s,border-color .18s}.crm-products-page.crm-receipts-page .crm-product-form-block:has(.crm-receipt-block-toggle.active){border-color:#784f243d;box-shadow:0 18px 45px #0f172a0f}.crm-products-page.crm-receipts-page .crm-receipt-detail-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-detail-info span{color:#161616b8;background:#f8f1e8b8;border:1px solid #784f241f;border-radius:14px;min-height:42px;padding:11px 13px;font-size:13px;font-weight:700}.crm-products-page.crm-receipts-page .crm-receipt-detail-note{color:#161616ad;background:#1616160a;border:1px solid #16161614;border-radius:16px;margin:16px 0 0;padding:14px 16px;font-size:13px;line-height:1.55}.crm-products-page.crm-receipts-page .crm-receipt-detail-items{gap:14px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-detail-item{background:#fffffff0;border:1px solid #784f2421;border-radius:22px;grid-template-columns:74px minmax(180px,1fr);gap:14px;padding:14px;display:grid;position:relative;box-shadow:0 14px 35px #0f172a0d}.crm-products-page.crm-receipts-page .crm-receipt-detail-item .crm-receipt-product-thumb{width:74px;height:74px}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-main{align-content:start;gap:4px;min-width:0;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-main strong{color:#161616;font-size:15px;line-height:1.25}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-main small{color:#16161694;font-size:12px;line-height:1.35}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-main em{color:#784f24db;margin-top:4px;font-size:12px;font-style:normal;font-weight:700}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-grid{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-grid span{color:#16161685;text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(135deg,#f8f1e8b8,#fffffff5);border:1px solid #784f241a;border-radius:15px;align-content:center;gap:4px;min-height:58px;padding:10px;font-size:11px;font-weight:800;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-grid b{color:#161616;text-transform:none;letter-spacing:0;word-break:break-word;font-size:13px;font-weight:900}.crm-products-page.crm-receipts-page .crm-product-status button{white-space:nowrap}.crm-products-page.crm-receipts-page .crm-product-drawer .crm-product-form-actions{margin-top:16px}@media (max-width:900px){.crm-products-page.crm-receipts-page .crm-receipt-detail-info{grid-template-columns:1fr}.crm-products-page.crm-receipts-page .crm-receipt-detail-item{grid-template-columns:64px 1fr}.crm-products-page.crm-receipts-page .crm-receipt-detail-item .crm-receipt-product-thumb{width:64px;height:64px}.crm-products-page.crm-receipts-page .crm-receipt-detail-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.crm-products-page.crm-receipts-page .crm-receipt-detail-item,.crm-products-page.crm-receipts-page .crm-receipt-detail-item-grid{grid-template-columns:1fr}}.shs-home{color:#151515;background:#fff;width:min(1560px,100% - 48px);margin:0 auto;padding:0 0 34px}.shs-home-hero{background:linear-gradient(90deg,#f8f4eef5 0%,#f6f0e8db 45%,#f4ede5c7 100%);border:1px solid #eee5dc;border-top:0;grid-template-columns:.95fr 1.35fr;min-height:310px;display:grid;overflow:hidden}.shs-home-hero-content{flex-direction:column;justify-content:center;padding:48px 52px 42px;display:flex}.shs-home-kicker{color:#3a332d;letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:800}.shs-home-hero h1{color:#111;letter-spacing:-.055em;max-width:640px;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,4.9vw,76px);font-weight:900;line-height:.92}.shs-home-hero-content>p:not(.shs-home-kicker){color:#3f3832;max-width:520px;margin:0;font-size:16px;font-weight:650;line-height:1.42}.shs-home-hero-actions{flex-wrap:wrap;gap:14px;margin-top:20px;display:flex}.shs-home-btn{color:#111;border:1px solid #171717;border-radius:7px;justify-content:center;align-items:center;min-height:42px;padding:0 24px;font-size:14px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex}.shs-home-btn-dark{color:#fff;background:#111}.shs-home-btn-light{background:#ffffff8f}.shs-home-btn:hover{transform:translateY(-1px)}.shs-home-hero-image{background:#f1e8dd;min-height:310px;overflow:hidden}.shs-home-hero-image img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:310px;display:block}.shs-home-hero-image span{color:#11111126;letter-spacing:.12em;place-items:center;min-height:310px;font-family:Georgia,Times New Roman,serif;font-size:74px;font-weight:900;display:grid}.shs-home-benefits{background:#fbf8f4;border-bottom:1px solid #eee5dc;border-left:1px solid #eee5dc;border-right:1px solid #eee5dc;grid-template-columns:repeat(4,1fr);min-height:68px;display:grid}.shs-home-benefits>div{border-right:1px solid #eee5dc;align-items:center;gap:16px;padding:14px 26px;display:flex}.shs-home-benefits>div:last-child{border-right:0}.shs-home-benefits span{color:#584c42;background:#fff;border:1px solid #d8cbbd;border-radius:999px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:inline-flex}.shs-home-benefits b{color:#171717;margin:0 0 3px;font-size:14px;line-height:1.12;display:block}.shs-home-benefits p{color:#6f6257;margin:0;font-size:13px;line-height:1.25}.shs-home-section-head{text-align:center;margin:0 0 8px}.shs-home-section-head span{color:#a98863;letter-spacing:.2em;text-transform:uppercase;margin:0 0 2px;font-size:12px;font-weight:900;display:block}.shs-home-section-head h2{color:#111;letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1}.shs-home-products-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.shs-home-product-card{background:#fffdfb;border:1px solid #eadfd2;border-radius:10px;grid-template-columns:1.05fr .95fr;min-height:136px;display:grid;overflow:hidden}.shs-home-product-image{background:#f0e7dd;min-height:136px;position:relative;overflow:hidden}.shs-home-product-image>span{color:#1111112e;place-items:center;height:100%;min-height:136px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:900;display:grid}.shs-home-product-info{flex-direction:column;justify-content:space-between;min-width:0;padding:12px 16px;display:flex}.shs-home-product-info>div:first-child>p:not(.shs-home-product-stock){color:#74665a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.28;overflow:hidden}.shs-home-product-actions{align-items:center;gap:9px;display:flex}.shs-home-banner{background:#f0e4d7;border:1px solid #eadfd2;border-radius:10px;grid-template-columns:.82fr 1.18fr;min-height:126px;margin:12px 110px 0;display:grid;overflow:hidden}.shs-home-banner-content{z-index:2;background:linear-gradient(90deg,#efe5d8fa 0%,#efe5d8e6 74%,#efe5d86b 100%);flex-direction:column;justify-content:center;padding:18px 28px;display:flex}.shs-home-banner-content span{color:#9b7650;letter-spacing:.18em;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:900}.shs-home-banner-content h2{color:#111;letter-spacing:-.04em;margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:.95}.shs-home-banner-content p{color:#5f5146;max-width:420px;margin:0 0 10px;font-size:13px;font-weight:650;line-height:1.28}.shs-home-banner-content a{color:#fff;background:#111;border-radius:6px;justify-content:center;align-items:center;width:fit-content;min-height:30px;padding:0 14px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.shs-home-banner-image{background:#eee2d5;min-height:126px;overflow:hidden}.shs-home-banner-image img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:126px;display:block}.shs-home-banner-image span{color:#11111129;place-items:center;height:100%;min-height:126px;font-family:Georgia,Times New Roman,serif;font-size:44px;font-weight:900;display:grid}.shs-home-reviews{padding:12px 110px 0}.shs-home-reviews-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.shs-home-reviews-grid article{background:#fffdfb;border:1px solid #eadfd2;border-radius:10px;min-height:78px;padding:13px 18px}.shs-home-reviews-grid b{color:#d4a653;letter-spacing:.08em;margin-bottom:5px;font-size:12px;display:block}.shs-home-reviews-grid p{color:#5e5147;margin:0 0 7px;font-size:13px;font-style:italic;line-height:1.28}.shs-home-reviews-grid span{color:#8b7b6a;font-size:12px;font-weight:900}.shs-home-footer{background:#f4ebe2;border-top:1px solid #eadfd2;grid-template-columns:1.35fr .82fr .95fr 1fr;gap:28px;margin-top:12px;padding:18px 110px 20px;display:grid}.shs-home-footer h2{color:#111;letter-spacing:.08em;margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1}.shs-home-footer h3{color:#111;margin:0 0 8px;font-size:13px;font-weight:950;line-height:1}.shs-home-footer p,.shs-home-footer a{color:#625548;margin:0 0 5px;font-size:12px;line-height:1.32;text-decoration:none;display:block}.shs-home-footer a:hover{color:#111}.shs-home-empty{color:#6f6257;text-align:center;background:#fffdfb;border:1px solid #eadfd2;border-radius:10px;padding:28px;font-weight:850}@media (max-width:1320px){.shs-home-section,.shs-home-reviews{padding-left:48px;padding-right:48px}.shs-home-banner{margin-left:48px;margin-right:48px}.shs-home-footer{padding-left:48px;padding-right:48px}}@media (max-width:1100px){.shs-home{width:min(100%,100% - 28px)}.shs-home-hero{grid-template-columns:1fr}.shs-home-hero,.shs-home-hero-image,.shs-home-hero-image img,.shs-home-hero-image span{min-height:auto}.shs-home-hero-image img,.shs-home-hero-image span{height:360px}.shs-home-benefits{grid-template-columns:repeat(2,1fr)}.shs-home-products-grid,.shs-home-banner{grid-template-columns:1fr}.shs-home-banner-image img,.shs-home-banner-image span{height:220px}.shs-home-reviews-grid{grid-template-columns:1fr}.shs-home-footer{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.shs-home{width:min(100%,100% - 20px)}.shs-home-hero-content{padding:30px 20px}.shs-home-hero h1{font-size:42px}.shs-home-hero-content>p:not(.shs-home-kicker){font-size:15px}.shs-home-hero-actions{grid-template-columns:1fr;display:grid}.shs-home-benefits{grid-template-columns:1fr}.shs-home-benefits>div{border-bottom:1px solid #eee5dc;border-right:0}.shs-home-benefits>div:last-child{border-bottom:0}.shs-home-section,.shs-home-reviews{padding-left:0;padding-right:0}.shs-home-product-card{grid-template-columns:1fr}.shs-home-product-image,.shs-home-product-image img,.shs-home-product-image>span{min-height:220px}.shs-home-banner{margin-left:0;margin-right:0}.shs-home-banner-content{padding:22px 20px}.shs-home-banner-content h2{font-size:31px}.shs-home-footer{grid-template-columns:1fr;padding-left:20px;padding-right:20px}}.shs-home-products-grid{scrollbar-width:thin;flex-wrap:nowrap;gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.shs-home-products-grid::-webkit-scrollbar{height:8px}.shs-home-products-grid::-webkit-scrollbar-thumb{background:#d8cbbd;border-radius:999px}.shs-home-product-card{background:#fffdfb;border:1px solid #eadfd2;border-radius:10px;flex:0 0 640px;grid-template-columns:1.08fr .92fr;align-items:stretch;width:640px;min-height:auto;display:grid;overflow:hidden}.shs-home-product-image{aspect-ratio:1.18;min-height:unset;background:#f0e7dd;position:relative;overflow:hidden}.shs-home-product-image>span{color:#1111112e;width:100%;height:100%;min-height:unset;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:900;display:grid}.shs-home-product-image b{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 11px;font-size:11px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:10px;left:10px}.shs-home-product-info{flex-direction:column;justify-content:space-between;gap:10px;min-width:0;padding:14px 16px;display:flex}.shs-home-product-info h3{color:#171717;letter-spacing:-.02em;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.08}.shs-home-product-info h3 a{color:inherit;text-decoration:none}.shs-home-product-info p{margin:0}.shs-home-product-info>div:first-child>p:not(.shs-home-product-stock){color:#74665a;font-size:12px;line-height:1.26}.shs-home-product-price-row{align-items:baseline;gap:9px;margin:6px 0 4px;display:flex}.shs-home-product-price-row strong{color:#111;font-size:20px;font-weight:950;line-height:1}.shs-home-product-price-row span{color:#9b8b7b;font-size:13px;font-weight:800;text-decoration:line-through}.shs-home-product-stock{color:#988777;font-size:12px;line-height:1;margin-bottom:7px!important}.shs-home-product-sizes{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.shs-home-product-sizes span{color:#111;background:#f5efe8;border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:25px;font-size:12px;font-weight:900;display:inline-flex}.shs-home-product-actions{align-items:center;gap:9px;margin-top:auto;display:flex}.shs-home-product-actions a:first-child{color:#fff;background:#111;border-radius:7px;flex:1;justify-content:center;align-items:center;min-height:34px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.shs-home-product-actions a:last-child{color:#111;background:#fff;border:1px solid #ddd0c2;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;text-decoration:none;display:inline-flex}.shs-home-section{padding:10px 72px 0!important}.shs-home-products-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;display:grid!important;overflow:visible!important}.shs-home-product-card{background:#fffdfb!important;border:1px solid #eadfd2!important;border-radius:12px!important;flex:none!important;grid-template-columns:1fr!important;width:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.shs-home-product-image{aspect-ratio:1.18!important;background:#f0e7dd!important;width:100%!important;height:auto!important;min-height:0!important}.shs-home-product-image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;min-height:0!important;display:block!important}.shs-home-product-image>span{place-items:center!important;width:100%!important;height:100%!important;min-height:0!important;font-size:28px!important;display:grid!important}.shs-home-product-image b{min-height:20px!important;padding:0 9px!important;font-size:10px!important;top:8px!important;left:8px!important}.shs-home-product-info{gap:6px!important;padding:10px 11px 11px!important}.shs-home-product-info h3{letter-spacing:-.02em!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0 0 4px!important;font-size:15px!important;line-height:1.08!important;display:-webkit-box!important;overflow:hidden!important}.shs-home-product-info>div:first-child>p:not(.shs-home-product-stock){display:none!important}.shs-home-product-price-row{gap:6px!important;margin:5px 0 4px!important}.shs-home-product-price-row strong{font-size:17px!important;line-height:1!important}.shs-home-product-price-row span{font-size:11px!important}.shs-home-product-stock{margin-bottom:6px!important;font-size:11px!important}.shs-home-product-sizes{gap:4px!important;margin-bottom:8px!important}.shs-home-product-sizes span{min-width:26px!important;height:22px!important;padding:0 7px!important;font-size:11px!important}.shs-home-product-actions{gap:6px!important}.shs-home-product-actions a:first-child{border-radius:7px!important;min-height:31px!important;font-size:11px!important}.shs-home-product-actions a:last-child{border-radius:7px!important;width:31px!important;height:31px!important;font-size:16px!important}@media (max-width:1320px){.shs-home-section{padding-left:38px!important;padding-right:38px!important}.shs-home-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:980px){.shs-home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:680px){.shs-home-section{padding-left:0!important;padding-right:0!important}.shs-home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.shs-home-product-info h3{font-size:14px!important}.shs-home-product-price-row strong{font-size:15px!important}}.shs-home-section-head-with-link{text-align:left!important;justify-content:space-between!important;align-items:end!important;gap:18px!important;margin:10px 0 14px!important;display:flex!important}.shs-home-section-head-with-link>div{text-align:center!important;flex:1!important}.shs-home-catalog-link{color:#111!important;white-space:nowrap!important;background:#fffdfb!important;border:1px solid #e1d4c4!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.shs-home-catalog-link:hover{color:#fff!important;background:#111!important}.shs-home-product-image{aspect-ratio:1.12!important}.shs-home-product-image img{object-fit:cover!important;object-position:center!important}.shs-home-help{color:#fff!important;background:linear-gradient(90deg,#111 0%,#2d2119 48%,#eadcc9 100%)!important;border:1px solid #eadfd2!important;border-radius:12px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;margin:14px 110px 0!important;padding:18px 24px!important;display:grid!important}.shs-home-help span{color:#ffffff94!important;letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 5px!important;font-size:11px!important;font-weight:950!important;display:block!important}.shs-home-help h2{letter-spacing:-.035em!important;color:#fff!important;margin:0 0 5px!important;font-family:Georgia,Times New Roman,serif!important;font-size:28px!important;line-height:1!important}.shs-home-help p{color:#ffffffbd!important;max-width:680px!important;margin:0!important;font-size:13px!important;line-height:1.35!important}.shs-home-help-actions{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;display:flex!important}.shs-home-help-actions a{color:#111!important;white-space:nowrap!important;background:#fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 13px!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.shs-home-help-actions a:first-child{background:#f3dfc5!important}@media (max-width:1320px){.shs-home-help{margin-left:38px!important;margin-right:38px!important}}@media (max-width:760px){.shs-home-section-head-with-link{text-align:center!important;display:grid!important}.shs-home-section-head-with-link>div{text-align:center!important}.shs-home-catalog-link{width:fit-content!important;margin:0 auto!important}.shs-home-help{grid-template-columns:1fr!important;margin-left:0!important;margin-right:0!important}.shs-home-help-actions{justify-content:flex-start!important}.shs-home-help h2{font-size:24px!important}}.lux-catalog-page{background:radial-gradient(circle at 85% 4%,#ddc19a47,#0000 34%),linear-gradient(#fbf6ee 0%,#f7efe6 100%);width:min(1560px,100% - 48px);margin:0 auto;padding:0 0 42px}.lux-catalog-hero{border-bottom:1px solid #eadfd2!important;grid-template-columns:minmax(0,1fr) 320px!important;align-items:center!important;gap:34px!important;min-height:260px!important;padding:44px 54px 34px!important;display:grid!important}.lux-catalog-hero>div:first-child span{color:#9b6d32!important;letter-spacing:.16em!important;text-transform:uppercase!important;background:#fff!important;border-radius:999px!important;margin-bottom:14px!important;padding:8px 14px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.lux-catalog-hero h1{color:#111!important;letter-spacing:-.055em!important;max-width:720px!important;margin:0 0 14px!important;font-size:clamp(48px,5vw,76px)!important;font-weight:1000!important;line-height:.92!important}.lux-catalog-hero p{color:#5f5146!important;max-width:720px!important;margin:0!important;font-size:17px!important;font-weight:800!important;line-height:1.45!important}.lux-catalog-hero-card{text-align:center!important;background:radial-gradient(circle at 50% 20%,#ffffffdb,#0000 45%),#ead8c3!important;border:1px solid #dfcfbc!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:170px!important;padding:26px!important;display:flex!important;box-shadow:0 22px 48px #543b2314!important}.lux-catalog-hero-card b{letter-spacing:.08em!important;margin-bottom:14px!important;font-family:Georgia,Times New Roman,serif!important;font-size:52px!important;line-height:1!important;display:block!important}.lux-catalog-hero-logo{object-fit:contain!important;max-width:124px!important;max-height:72px!important;margin-bottom:14px!important}.lux-catalog-hero-card p{color:#3f3329!important;max-width:220px!important;font-size:14px!important;font-weight:950!important;line-height:1.35!important}.lux-catalog-stats{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:0 54px 16px!important;display:grid!important}.lux-catalog-stats>div{background:#ffffffe0!important;border:1px solid #eadfd2!important;border-radius:18px!important;min-height:84px!important;padding:16px 18px!important;box-shadow:0 14px 34px #543b230f!important}.lux-catalog-stats span{color:#6f6257!important;margin-bottom:5px!important;font-size:12px!important;font-weight:950!important;display:block!important}.lux-catalog-stats b{color:#111!important;font-size:30px!important;font-weight:1000!important;line-height:1!important;display:block!important}.lux-catalog-stats p{color:#07802d!important;margin:5px 0 0!important;font-size:12px!important;font-weight:950!important;line-height:1.2!important}.lux-catalog-toolbar-wrap{z-index:10!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffffdb!important;border:1px solid #eadfd2!important;border-radius:24px!important;margin:0 54px 30px!important;padding:12px!important;position:sticky!important;top:104px!important;box-shadow:0 18px 42px #543b2314!important}.lux-catalog-section{padding:0 54px!important}.lux-catalog-section .lux-section-head{grid-template-columns:minmax(0,.95fr) minmax(360px,.75fr)!important;align-items:end!important;gap:34px!important;margin:0 0 22px!important;display:grid!important}.lux-catalog-section .lux-section-head span{color:#a77b4b!important;letter-spacing:.2em!important;text-transform:uppercase!important;margin-bottom:8px!important;font-size:12px!important;font-weight:950!important;display:block!important}.lux-catalog-section .lux-section-head h2{color:#111!important;letter-spacing:-.055em!important;margin:0!important;font-size:clamp(42px,4vw,62px)!important;font-weight:1000!important;line-height:.95!important}.lux-catalog-section .lux-section-head p{color:#64564b!important;margin:0!important;font-size:15px!important;font-weight:850!important;line-height:1.45!important}.lux-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:start!important;gap:18px!important;display:grid!important}.lux-catalog-page .catalog-card{background:#fffdfb!important;border:1px solid #eadfd2!important;border-radius:24px!important;transition:transform .2s,box-shadow .2s!important;overflow:hidden!important;box-shadow:0 18px 44px #543b2314!important}.lux-catalog-page .catalog-card:hover{transform:translateY(-4px)!important;box-shadow:0 28px 70px #543b2324!important}.lux-catalog-page .catalog-card-image-wrap,.lux-catalog-page .catalog-card-image,.lux-catalog-page .catalog-card-image-placeholder{aspect-ratio:1/.92!important;height:auto!important;min-height:0!important}.lux-catalog-page .catalog-card-image{object-fit:cover!important;object-position:center!important;width:100%!important;display:block!important}.lux-catalog-page .catalog-card-image-placeholder{color:#11111142!important;letter-spacing:.12em!important;background:#eee5dc!important;place-items:center!important;font-family:Georgia,Times New Roman,serif!important;font-size:42px!important;font-weight:900!important;display:grid!important}.lux-catalog-page .catalog-card-badge{color:#fff!important;background:#111!important;border-radius:999px!important;padding:8px 12px!important;font-size:11px!important;font-weight:950!important;top:16px!important;left:16px!important}.lux-catalog-page .catalog-card-body{padding:18px 20px 20px!important}.lux-catalog-page .catalog-card-title{color:#111!important;letter-spacing:-.045em!important;margin:0 0 8px!important;font-size:23px!important;font-weight:1000!important;line-height:1.05!important}.lux-catalog-page .catalog-card-description{color:#5f5146!important;min-height:36px!important;margin:0 0 20px!important;font-size:14px!important;font-weight:750!important;line-height:1.35!important}.lux-catalog-page .catalog-card-price-row{margin-bottom:12px!important}.lux-catalog-page .catalog-card-price{font-size:25px!important;font-weight:1000!important;line-height:1!important}.lux-catalog-page .catalog-card-old-price{color:#9b8b7b!important;font-size:14px!important}.lux-catalog-page .catalog-card-stock{border-radius:999px!important;min-height:32px!important;margin-bottom:12px!important;padding:7px 12px!important;font-size:13px!important;font-weight:950!important}.lux-catalog-page .catalog-card-sizes{gap:6px!important;margin-bottom:16px!important}.lux-catalog-page .catalog-card-sizes span{border-radius:10px!important;min-width:34px!important;min-height:30px!important;padding:6px 9px!important;font-size:12px!important}.lux-catalog-page .catalog-card-button{color:#fff!important;background:#111!important;border-radius:16px!important;min-height:48px!important;font-size:15px!important;font-weight:950!important}.lux-catalog-page .lux-empty{color:#6f6257!important;text-align:center!important;background:#fffdfb!important;border:1px solid #eadfd2!important;border-radius:24px!important;padding:34px!important;font-weight:900!important}@media (max-width:1320px){.lux-catalog-grid,.lux-catalog-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:980px){.lux-catalog-page{width:min(100%,100% - 28px)!important}.lux-catalog-hero{grid-template-columns:1fr!important;padding:34px 24px 28px!important}.lux-catalog-hero h1{font-size:48px!important}.lux-catalog-hero-card{min-height:130px!important}.lux-catalog-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-left:24px!important;margin-right:24px!important}.lux-catalog-toolbar-wrap{margin-left:24px!important;margin-right:24px!important;position:static!important}.lux-catalog-section{padding-left:24px!important;padding-right:24px!important}.lux-catalog-section .lux-section-head{grid-template-columns:1fr!important;gap:12px!important}.lux-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.lux-catalog-page{width:min(100%,100% - 18px)!important}.lux-catalog-hero{padding:28px 16px 24px!important}.lux-catalog-hero h1{font-size:38px!important}.lux-catalog-hero p{font-size:15px!important}.lux-catalog-stats{grid-template-columns:1fr!important;margin-left:0!important;margin-right:0!important}.lux-catalog-toolbar-wrap{margin-left:0!important;margin-right:0!important}.lux-catalog-section{padding-left:0!important;padding-right:0!important}.lux-catalog-grid{grid-template-columns:1fr!important}.lux-catalog-page .catalog-card-title{font-size:22px!important}}.lux-catalog-page .lux-catalog-stats{grid-template-columns:repeat(7,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important;margin:0 54px 20px!important;display:grid!important}.lux-catalog-page .lux-catalog-stats>div{background:#ffffffe6!important;border:1px solid #eadfd2!important;border-radius:16px!important;min-height:96px!important;padding:14px 16px!important;box-shadow:0 10px 24px #543b230d!important}.lux-catalog-page .lux-catalog-stats span{color:#6f6257!important;margin:0 0 8px!important;font-size:12px!important;font-weight:950!important;display:block!important}.lux-catalog-page .lux-catalog-stats b{color:#111!important;margin:0 0 8px!important;font-size:30px!important;font-weight:1000!important;line-height:1!important;display:block!important}.lux-catalog-page .lux-catalog-stats p{color:#8b7b6d!important;margin:0!important;font-size:11px!important;font-weight:850!important;line-height:1.2!important}@media (max-width:1450px){.lux-catalog-page .lux-catalog-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:980px){.lux-catalog-page .lux-catalog-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-left:24px!important;margin-right:24px!important}}@media (max-width:620px){.lux-catalog-page .lux-catalog-stats{grid-template-columns:1fr!important;margin-left:0!important;margin-right:0!important}}.lux-catalog-page .lux-catalog-stats>div{flex-direction:column!important;justify-content:center!important;min-height:82px!important;padding:14px 16px!important;display:flex!important}.lux-catalog-page .lux-catalog-stats span{margin:0 0 8px!important}.lux-catalog-page .lux-catalog-stats b{margin:0!important}.contacts-page{width:min(1560px,100% - 48px)!important;margin:0 auto!important;padding:0 0 28px!important}.contacts-hero{grid-template-columns:minmax(0,1fr) 300px!important;align-items:center!important;gap:32px!important;min-height:220px!important;padding:38px 54px 28px!important;display:grid!important}.contacts-hero>div:first-child span{margin-bottom:12px!important;padding:7px 13px!important;font-size:12px!important}.contacts-hero h1{margin:0 0 12px!important;font-size:clamp(56px,5vw,78px)!important;line-height:.9!important}.contacts-hero p{max-width:700px!important;margin:0!important;font-size:17px!important;line-height:1.4!important}.contacts-hero-card{border-radius:24px!important;min-height:145px!important;padding:22px 28px!important}.contacts-hero-card b{margin-bottom:18px!important;font-size:54px!important;line-height:1!important}.contacts-hero-card p{font-size:15px!important;line-height:1.25!important}.contacts-grid{grid-template-columns:1.25fr .85fr .85fr!important;align-items:stretch!important;gap:16px!important;margin:0 54px!important;display:grid!important}.contacts-card{border-radius:26px!important;min-height:300px!important;padding:26px 28px!important}.contacts-card.main{min-height:300px!important}.contacts-card>span{letter-spacing:.22em!important;margin-bottom:16px!important;font-size:11px!important;display:block!important}.contacts-card h2{margin:0 0 16px!important;font-size:30px!important;line-height:1.02!important}.contacts-card:not(.main) h2{font-size:31px!important;line-height:1!important}.contacts-card p{margin:0!important;font-size:15px!important;line-height:1.4!important}.contacts-list{gap:9px!important;display:grid!important}.contacts-list div{border-radius:16px!important;min-height:54px!important;padding:10px 14px!important}.contacts-list small{margin-bottom:5px!important;font-size:11px!important;display:block!important}.contacts-list b{font-size:15px!important;line-height:1.15!important;display:block!important}@media (max-width:1100px){.contacts-hero,.contacts-grid{grid-template-columns:1fr!important}}@media (max-width:700px){.contacts-page{width:min(100%,100% - 18px)!important}.contacts-hero{padding:28px 16px 22px!important}.contacts-hero h1{font-size:44px!important}.contacts-grid{margin:0!important}.contacts-card{min-height:auto!important;padding:22px 18px!important}}.lux-catalog-page .lux-catalog-stats>a,.lux-catalog-page .lux-catalog-stat-card{cursor:pointer!important;background:#ffffffeb!important;border:1px solid #eadfd2!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;min-height:82px!important;padding:14px 16px!important;text-decoration:none!important;transition:transform .16s,background .16s,color .16s,box-shadow .16s!important;display:flex!important;box-shadow:0 10px 24px #543b230d!important}.lux-catalog-page .lux-catalog-stat-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px #543b231f!important}.lux-catalog-page .lux-catalog-stat-card.active{color:#fff!important;background:#111!important;border-color:#111!important}.lux-catalog-page .lux-catalog-stat-card span{color:inherit!important;opacity:.72!important;margin:0 0 8px!important;font-size:12px!important;font-weight:950!important}.lux-catalog-page .lux-catalog-stat-card b{color:inherit!important;margin:0!important;font-size:30px!important;font-weight:1000!important;line-height:1!important}.lux-catalog-page .lux-catalog-stats p{display:none!important}@media (max-width:980px){.lux-store-header{z-index:100!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;position:sticky!important;top:0!important}.lux-store-topbar{white-space:nowrap!important;scrollbar-width:none!important;justify-content:flex-start!important;gap:18px!important;min-height:30px!important;padding:0 12px!important;display:flex!important;overflow-x:auto!important}.lux-store-topbar::-webkit-scrollbar{display:none!important}.lux-store-topbar span{font-size:11px!important;line-height:30px!important}.lux-store-nav{min-height:62px!important}.lux-store-nav-inner{justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:62px!important;padding:0 12px!important;display:flex!important}.lux-store-logo{align-items:center!important;min-width:74px!important;max-width:96px!important;height:54px!important;display:flex!important}.lux-store-logo-img{object-fit:contain!important;max-width:82px!important;max-height:48px!important}.lux-store-logo strong{font-size:28px!important;line-height:1!important}.lux-store-logo span,.lux-store-menu{display:none!important}.lux-store-actions{align-items:center!important;gap:7px!important;margin-left:auto!important;display:flex!important}.lux-store-icon-link{border-radius:999px!important;width:38px!important;min-width:38px!important;height:38px!important;font-size:16px!important}.lux-store-actions .lux-store-mobile-toggle{cursor:pointer!important;background:#111!important;border:1px solid #eadfd2!important;border-radius:999px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:42px!important;min-width:42px!important;height:38px!important;padding:0!important;display:inline-flex!important}.lux-store-mobile-toggle span{background:#fff!important;border-radius:999px!important;width:16px!important;height:2px!important;transition:all .18s!important;display:block!important}.lux-store-mobile-toggle.active span:first-child{transform:translateY(6px)rotate(45deg)!important}.lux-store-mobile-toggle.active span:nth-child(2){opacity:0!important}.lux-store-mobile-toggle.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)!important}.lux-store-mobile-overlay{z-index:110!important;opacity:0!important;pointer-events:none!important;background:#110d0a70!important;border:0!important;padding:0!important;transition:opacity .18s!important;display:block!important;position:fixed!important;inset:0!important}.lux-store-mobile-overlay.active{opacity:1!important;pointer-events:auto!important}.lux-store-mobile-panel{z-index:120!important;background:radial-gradient(circle at 100% 0,#d8b99140,#0000 34%),#fffaf4!important;border-left:1px solid #eadfd2!important;flex-direction:column!important;width:min(360px,88vw)!important;padding:18px!important;transition:transform .22s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;right:0!important;transform:translate(105%)!important;box-shadow:-24px 0 70px #110d0a2e!important}.lux-store-mobile-panel.active{transform:translate(0)!important}.lux-store-mobile-panel-head{border-bottom:1px solid #eadfd2!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin-bottom:16px!important;padding-bottom:18px!important;display:flex!important}.lux-store-mobile-panel-head b{color:#111!important;letter-spacing:.12em!important;font-family:Georgia,Times New Roman,serif!important;font-size:36px!important;line-height:1!important;display:block!important}.lux-store-mobile-panel-head span{color:#7b6b5c!important;margin-top:4px!important;font-size:12px!important;font-weight:800!important;display:block!important}.lux-store-mobile-panel-head button{color:#111!important;cursor:pointer!important;background:#fff!important;border:1px solid #eadfd2!important;border-radius:999px!important;width:38px!important;height:38px!important;font-size:28px!important;line-height:1!important}.lux-store-mobile-menu{gap:9px!important;display:grid!important}.lux-store-mobile-menu .lux-store-menu-link{color:#111!important;background:#fff!important;border:1px solid #eadfd2!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;min-height:48px!important;padding:0 16px!important;font-size:15px!important;font-weight:950!important;display:flex!important}.lux-store-mobile-menu .lux-store-menu-link:after{content:"→"!important;opacity:.45!important}.lux-store-mobile-menu .lux-store-menu-link.active{color:#fff!important;background:#111!important;border-color:#111!important}.lux-store-mobile-quick{gap:10px!important;margin-top:auto!important;padding-top:18px!important;display:grid!important}.lux-store-mobile-quick a{color:#111!important;background:#f1e4d3!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:46px!important;font-size:14px!important;font-weight:950!important;display:flex!important}.lux-store-mobile-quick a:first-child{color:#fff!important;background:#111!important}}@media (max-width:620px){.lux-store-nav-inner{padding:0 9px!important}.lux-store-logo{max-width:74px!important}.lux-store-logo-img{max-width:68px!important;max-height:42px!important}.lux-store-icon-link{width:34px!important;min-width:34px!important;height:34px!important;font-size:14px!important}.lux-store-actions{gap:5px!important}.lux-store-actions .lux-store-mobile-toggle{width:38px!important;min-width:38px!important;height:34px!important}.lux-store-mobile-panel{width:min(330px,90vw)!important;padding:16px!important}}@media (max-width:390px){.lux-store-actions .lux-store-icon-link:nth-child(2),.lux-store-actions .lux-store-icon-link:nth-child(3){display:none!important}}@media (max-width:980px){.shs-home{width:min(100%,100% - 18px)!important;margin:0 auto!important;overflow:hidden!important}.shs-home-hero{grid-template-columns:1fr!important;min-height:auto!important;display:grid!important}.shs-home-hero-content{padding:28px 18px 22px!important}.shs-home-kicker{letter-spacing:.18em!important;margin-bottom:10px!important;font-size:10px!important}.shs-home-hero h1{letter-spacing:-.055em!important;margin:0 0 12px!important;font-size:clamp(34px,10vw,48px)!important;line-height:.92!important}.shs-home-hero-content>p:not(.shs-home-kicker){max-width:100%!important;margin:0 0 18px!important;font-size:14px!important;line-height:1.38!important}.shs-home-hero-actions{grid-template-columns:1fr!important;gap:9px!important;display:grid!important}.shs-home-btn{border-radius:8px!important;width:100%!important;min-height:42px!important;font-size:12px!important}.shs-home-hero-image{height:210px!important;min-height:210px!important}.shs-home-hero-image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.shs-home-benefits{grid-template-columns:1fr 1fr!important;gap:0!important;display:grid!important}.shs-home-benefits>div{gap:8px!important;min-height:66px!important;padding:10px 12px!important}.shs-home-benefits span{width:28px!important;min-width:28px!important;height:28px!important;font-size:12px!important}.shs-home-benefits b{font-size:11px!important;line-height:1.15!important}.shs-home-benefits p{font-size:10px!important;line-height:1.2!important}.shs-home-section{padding:14px 0 0!important}.shs-home-section-head{margin-bottom:10px!important}.shs-home-section-head span{letter-spacing:.18em!important;font-size:10px!important}.shs-home-section-head h2{font-size:28px!important;line-height:1!important}.shs-home-section-head-with-link{gap:8px!important}.shs-home-catalog-link{min-height:28px!important;padding:0 12px!important;font-size:10px!important}.shs-home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.shs-home-product-card{border-radius:10px!important}.shs-home-product-image{aspect-ratio:1/.9!important}.shs-home-product-image b{min-height:18px!important;padding:0 7px!important;font-size:9px!important;top:6px!important;left:6px!important}.shs-home-product-info{padding:8px 8px 9px!important}.shs-home-product-info h3{-webkit-line-clamp:2!important;line-clamp:2!important;margin-bottom:4px!important;font-size:12px!important;line-height:1.1!important}.shs-home-product-price-row{margin:4px 0 3px!important}.shs-home-product-price-row strong{font-size:13px!important}.shs-home-product-price-row span{font-size:10px!important}.shs-home-product-stock{margin-bottom:5px!important;font-size:9px!important}.shs-home-product-sizes{gap:3px!important;margin-bottom:7px!important}.shs-home-product-sizes span{border-radius:7px!important;min-width:22px!important;height:18px!important;padding:0 5px!important;font-size:9px!important}.shs-home-product-actions{gap:5px!important}.shs-home-product-actions a:first-child{border-radius:7px!important;min-height:28px!important;font-size:10px!important}.shs-home-product-actions a:last-child{border-radius:7px!important;width:28px!important;height:28px!important;font-size:14px!important}.shs-home-banner{grid-template-columns:1fr!important;min-height:auto!important;margin:12px 0 0!important;display:grid!important}.shs-home-banner-content{padding:22px 18px!important}.shs-home-banner-content h2{font-size:30px!important;line-height:1!important}.shs-home-banner-content p{font-size:13px!important;line-height:1.35!important}.shs-home-banner-image{height:180px!important;min-height:180px!important}.shs-home-reviews{padding:16px 0 0!important}.shs-home-reviews-grid{grid-template-columns:1fr!important;gap:8px!important}.shs-home-reviews-grid article{border-radius:12px!important;padding:14px!important}.shs-home-help{border-radius:12px!important;grid-template-columns:1fr!important;margin:12px 0 0!important;padding:16px!important}.shs-home-help h2{font-size:24px!important}.shs-home-help p{font-size:12px!important}.shs-home-help-actions{justify-content:flex-start!important}.shs-home-help-actions a{min-height:32px!important;font-size:11px!important}.shs-home-footer{grid-template-columns:1fr 1fr!important;gap:18px!important;margin-top:12px!important;padding:20px 16px!important}.shs-home-footer h2{font-size:30px!important}.shs-home-footer h3{font-size:13px!important}.shs-home-footer p,.shs-home-footer a{font-size:12px!important}}@media (max-width:430px){.shs-home{width:min(100%,100% - 10px)!important}.shs-home-hero-content{padding:24px 14px 18px!important}.shs-home-hero h1{font-size:36px!important}.shs-home-hero-image{height:190px!important;min-height:190px!important}.shs-home-benefits{grid-template-columns:1fr!important}.shs-home-benefits>div{min-height:54px!important}.shs-home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.shs-home-product-info h3{font-size:11px!important}.shs-home-product-price-row strong{font-size:12px!important}.shs-home-footer{grid-template-columns:1fr!important}}@media (max-width:640px){.lux-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:10px!important}.lux-catalog-grid .catalog-card,.lux-catalog-grid .premium-product-card{border-radius:14px!important;min-height:auto!important;overflow:hidden!important}.lux-catalog-grid .catalog-card-image-link{display:block!important}.lux-catalog-grid .catalog-card-image-wrap{aspect-ratio:1/1.02!important;min-height:auto!important}.lux-catalog-grid .catalog-card-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.lux-catalog-grid .catalog-card-image-placeholder{min-height:170px!important;font-size:13px!important}.lux-catalog-grid .catalog-card-badges{gap:5px!important;top:8px!important;left:8px!important}.lux-catalog-grid .catalog-card-badge{border-radius:999px!important;min-height:20px!important;padding:0 8px!important;font-size:9px!important;line-height:1!important}.lux-catalog-grid .catalog-card-body{gap:8px!important;padding:10px 10px 12px!important}.lux-catalog-grid .catalog-card-category,.lux-catalog-grid .catalog-card-description{display:none!important}.lux-catalog-grid .catalog-card-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:30px!important;margin:0!important;font-size:13px!important;line-height:1.15!important;display:-webkit-box!important;overflow:hidden!important}.lux-catalog-grid .catalog-card-title a{text-decoration:none!important}.lux-catalog-grid .catalog-card-price-row{flex-wrap:wrap!important;align-items:baseline!important;gap:6px!important;margin:0!important;display:flex!important}.lux-catalog-grid .catalog-card-price{font-size:14px!important;font-weight:800!important;line-height:1!important}.lux-catalog-grid .catalog-card-old-price{font-size:10px!important;line-height:1!important}.lux-catalog-grid .catalog-card-stock{margin:0!important;font-size:10px!important;line-height:1.2!important}.lux-catalog-grid .catalog-card-stock.wait{font-size:10px!important}.lux-catalog-grid .catalog-card-sizes{flex-wrap:wrap!important;gap:4px!important;margin:0!important;display:flex!important}.lux-catalog-grid .catalog-card-sizes span{text-align:center!important;border-radius:8px!important;min-width:24px!important;height:24px!important;padding:0 6px!important;font-size:10px!important;line-height:24px!important}.lux-catalog-grid .catalog-card-sizes span:nth-child(n+3){display:none!important}.lux-catalog-grid .catalog-card-actions{grid-template-columns:1fr auto!important;align-items:center!important;gap:6px!important;margin-top:2px!important;display:grid!important}.lux-catalog-grid .catalog-card-button{border-radius:10px!important;min-height:34px!important;padding:0 10px!important;font-size:11px!important;font-weight:700!important}.lux-catalog-grid .catalog-card-like{border-radius:10px!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:14px!important}}@media (max-width:420px){.lux-catalog-grid{gap:8px!important}.lux-catalog-grid .catalog-card-body{padding:8px 8px 10px!important}.lux-catalog-grid .catalog-card-title{min-height:28px!important;font-size:12px!important}.lux-catalog-grid .catalog-card-price{font-size:13px!important}.lux-catalog-grid .catalog-card-stock{font-size:9px!important}.lux-catalog-grid .catalog-card-button{min-height:32px!important;font-size:10px!important}.lux-catalog-grid .catalog-card-like{width:32px!important;min-width:32px!important;height:32px!important}}@media (max-width:640px){.lux-catalog-page{width:min(100%,100% - 10px)!important;padding-bottom:24px!important;overflow:hidden!important}.lux-catalog-hero{border-bottom:0!important;min-height:auto!important;padding:18px 16px 14px!important;display:block!important}.lux-catalog-hero>div:first-child span{letter-spacing:.16em!important;margin:0 0 10px!important;padding:7px 12px!important;font-size:10px!important}.lux-catalog-hero h1{letter-spacing:-.06em!important;max-width:100%!important;margin:0 0 8px!important;font-size:38px!important;line-height:.92!important}.lux-catalog-hero p{max-width:100%!important;margin:0!important;font-size:13px!important;line-height:1.32!important}.lux-catalog-hero-card{display:none!important}.lux-catalog-page .lux-catalog-stats{scroll-snap-type:x mandatory!important;scrollbar-width:none!important;grid-template-columns:none!important;gap:8px!important;margin:0 12px 10px!important;padding:0 0 6px!important;display:flex!important;overflow:auto hidden!important}.lux-catalog-page .lux-catalog-stats::-webkit-scrollbar{display:none!important}.lux-catalog-page .lux-catalog-stats>div,.lux-catalog-page .lux-catalog-stats>a,.lux-catalog-page .lux-catalog-stat-card{scroll-snap-align:start!important;border-radius:14px!important;flex-direction:column!important;justify-content:center!important;width:104px!important;min-width:104px!important;max-width:104px!important;min-height:58px!important;padding:9px 10px!important;display:flex!important}.lux-catalog-page .lux-catalog-stats span,.lux-catalog-page .lux-catalog-stat-card span{margin:0 0 5px!important;font-size:10px!important;line-height:1.1!important}.lux-catalog-page .lux-catalog-stats b,.lux-catalog-page .lux-catalog-stat-card b{margin:0!important;font-size:24px!important;line-height:1!important}.lux-catalog-page .lux-catalog-stats p{display:none!important}.lux-catalog-toolbar-wrap{z-index:20!important;border-radius:18px!important;margin:0 10px 14px!important;padding:8px!important;position:sticky!important;top:92px!important}.catalog-toolbar,.lux-catalog-toolbar,.catalog-toolbar-row{gap:6px!important}.lux-catalog-toolbar-wrap a,.lux-catalog-toolbar-wrap button{white-space:nowrap!important;border-radius:999px!important;min-height:34px!important;padding:0 12px!important;font-size:12px!important}.lux-catalog-section{padding:0 10px!important}.lux-catalog-section .lux-section-head{margin:0 0 12px!important;display:block!important}.lux-catalog-section .lux-section-head span{letter-spacing:.18em!important;margin-bottom:5px!important;font-size:10px!important}.lux-catalog-section .lux-section-head h2{margin:0!important;font-size:30px!important;line-height:.95!important}.lux-catalog-section .lux-section-head p{display:none!important}.lux-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.lux-catalog-grid .catalog-card{border-radius:14px!important}.lux-catalog-grid .catalog-card-image-wrap{aspect-ratio:1/.86!important}.lux-catalog-grid .catalog-card-body{padding:8px 8px 10px!important}.lux-catalog-grid .catalog-card-category,.lux-catalog-grid .catalog-card-description{display:none!important}.lux-catalog-grid .catalog-card-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:28px!important;margin:0 0 6px!important;font-size:12px!important;line-height:1.12!important;display:-webkit-box!important;overflow:hidden!important}.lux-catalog-grid .catalog-card-price{font-size:13px!important}.lux-catalog-grid .catalog-card-stock{display:none!important}.lux-catalog-grid .catalog-card-sizes{gap:4px!important;margin:0 0 7px!important}.lux-catalog-grid .catalog-card-sizes span{border-radius:7px!important;min-width:24px!important;height:20px!important;padding:0 5px!important;font-size:9px!important;line-height:20px!important}.lux-catalog-grid .catalog-card-sizes span:nth-child(n+4){display:none!important}.lux-catalog-grid .catalog-card-button{border-radius:9px!important;min-height:30px!important;font-size:10px!important}.lux-catalog-grid .catalog-card-like{border-radius:9px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:13px!important}.about-page,.contacts-page{width:min(100%,100% - 10px)!important;margin:0 auto!important;padding-bottom:22px!important;overflow:hidden!important}.about-hero,.contacts-hero{border-bottom:0!important;min-height:auto!important;padding:18px 16px 14px!important;display:block!important}.about-hero>div:first-child span,.contacts-hero>div:first-child span{letter-spacing:.16em!important;border-radius:999px!important;margin:0 0 10px!important;padding:7px 12px!important;font-size:10px!important;line-height:1!important}.about-hero h1,.contacts-hero h1{letter-spacing:-.06em!important;max-width:100%!important;margin:0 0 8px!important;font-size:40px!important;line-height:.92!important}.about-hero p,.contacts-hero p{max-width:100%!important;margin:0!important;font-size:14px!important;line-height:1.35!important}.about-hero-card,.contacts-hero-card{display:none!important}.about-grid,.contacts-grid{grid-template-columns:1fr!important;gap:10px!important;margin:10px 10px 0!important;display:grid!important}.about-card,.contacts-card{border-radius:20px!important;min-height:auto!important;padding:18px!important}.about-card.main,.contacts-card.main{min-height:auto!important}.about-card>span,.contacts-card>span{letter-spacing:.2em!important;margin:0 0 10px!important;font-size:10px!important;line-height:1!important;display:block!important}.about-card h2,.contacts-card h2{letter-spacing:-.045em!important;margin:0 0 10px!important;font-size:26px!important;line-height:1!important}.about-card p,.contacts-card p{margin:0!important;font-size:13px!important;line-height:1.35!important}.contacts-list{gap:8px!important;display:grid!important}.contacts-list div{border-radius:14px!important;min-height:48px!important;padding:9px 12px!important}.contacts-list small{margin-bottom:4px!important;font-size:10px!important;line-height:1!important;display:block!important}.contacts-list b{word-break:break-word!important;font-size:13px!important;line-height:1.12!important;display:block!important}.about-values,.about-features,.about-info,.about-sections{grid-template-columns:1fr!important;gap:10px!important;margin:10px 10px 0!important;display:grid!important}.about-values>*,.about-features>*,.about-info>*,.about-sections>*{border-radius:20px!important;min-height:auto!important;padding:18px!important}}@media (max-width:430px){.about-page,.contacts-page{width:min(100%,100% - 8px)!important}.about-hero,.contacts-hero{padding:16px 14px 12px!important}.about-hero h1,.contacts-hero h1{font-size:36px!important}.about-hero p,.contacts-hero p{font-size:13px!important}.about-grid,.contacts-grid{margin-left:8px!important;margin-right:8px!important}.about-card,.contacts-card{border-radius:18px!important;padding:16px!important}.about-card h2,.contacts-card h2{font-size:24px!important}}@media (max-width:640px){.lux-store-topbar{white-space:nowrap!important;justify-content:center!important;align-items:center!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 8px!important;display:flex!important;overflow:hidden!important}.lux-store-topbar span{display:none!important}.lux-store-topbar span:first-child{text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:0!important;max-width:100%!important;font-size:10px!important;font-weight:900!important;line-height:24px!important;display:block!important;overflow:hidden!important}}@media (max-width:390px){.lux-store-topbar span:first-child{font-size:9px!important}}.info-page{background:radial-gradient(circle at 86% 5%,#ddc19a4d,#0000 34%),linear-gradient(#fbf6ee 0%,#f7efe6 100%)!important;width:min(1560px,100% - 48px)!important;margin:0 auto!important;padding:0 0 44px!important}.info-hero{border-bottom:1px solid #eadfd2!important;grid-template-columns:minmax(0,1fr) 340px!important;align-items:center!important;gap:40px!important;min-height:300px!important;padding:54px 72px 42px!important;display:grid!important}.info-hero>div:first-child span{color:#9b6d32!important;letter-spacing:.16em!important;text-transform:uppercase!important;background:#fff!important;border-radius:999px!important;margin-bottom:16px!important;padding:8px 15px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.info-hero h1{color:#111!important;letter-spacing:-.06em!important;max-width:760px!important;margin:0 0 16px!important;font-size:clamp(54px,5vw,82px)!important;font-weight:1000!important;line-height:.92!important}.info-hero p{color:#5f5146!important;max-width:760px!important;margin:0!important;font-size:18px!important;font-weight:850!important;line-height:1.45!important}.info-hero-card{background:radial-gradient(circle at 50% 20%,#ffffffdb,#0000 45%),#ead8c3!important;border:1px solid #dfcfbc!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;min-height:180px!important;padding:28px!important;display:flex!important;box-shadow:0 22px 48px #543b2314!important}.info-hero-card b{color:#111!important;letter-spacing:.12em!important;margin-bottom:24px!important;font-family:Georgia,Times New Roman,serif!important;font-size:58px!important;line-height:1!important;display:block!important}.info-hero-card p{color:#3f3329!important;max-width:240px!important;font-size:15px!important;font-weight:950!important;line-height:1.35!important}.info-content-card{background:#ffffffeb!important;border:1px solid #eadfd2!important;border-radius:30px!important;width:min(980px,100% - 108px)!important;margin:28px auto 0!important;padding:42px 48px!important;box-shadow:0 24px 70px #543b2314!important}.info-content-card>span{color:#a77b4b!important;letter-spacing:.22em!important;text-transform:uppercase!important;margin-bottom:16px!important;font-size:12px!important;font-weight:950!important;display:block!important}.info-content-card h2{color:#111!important;letter-spacing:-.045em!important;margin:0 0 22px!important;font-size:42px!important;font-weight:1000!important;line-height:1!important}.info-text{gap:14px!important;display:grid!important}.info-text p{color:#4f443b!important;margin:0!important;font-size:17px!important;font-weight:750!important;line-height:1.55!important}@media (max-width:640px){.info-page{width:min(100%,100% - 10px)!important;padding-bottom:24px!important;overflow:hidden!important}.info-hero{border-bottom:0!important;min-height:auto!important;padding:18px 16px 14px!important;display:block!important}.info-hero>div:first-child span{letter-spacing:.16em!important;margin:0 0 10px!important;padding:7px 12px!important;font-size:10px!important}.info-hero h1{margin:0 0 8px!important;font-size:38px!important;line-height:.92!important}.info-hero p{font-size:13px!important;line-height:1.35!important}.info-hero-card{display:none!important}.info-content-card{border-radius:20px!important;width:auto!important;margin:10px 10px 0!important;padding:20px 18px!important}.info-content-card>span{margin-bottom:10px!important;font-size:10px!important}.info-content-card h2{margin-bottom:14px!important;font-size:28px!important}.info-text{gap:10px!important}.info-text p{font-size:13px!important;line-height:1.45!important}}.info-hero-card{text-align:center!important;align-items:center!important}.info-hero-card b{text-align:center!important;width:100%!important;margin:0 0 22px!important}.info-hero-card p{text-align:center!important;width:100%!important;max-width:240px!important;margin:0 auto!important}@media (max-width:640px){html,body{min-height:auto!important;overflow-x:hidden!important}.lux-store-shell{min-height:auto!important}.about-page,.contacts-page,.info-page{background:radial-gradient(circle at 85% 4%,#ddc19a33,#0000 32%),linear-gradient(#fbf6ee 0%,#f7efe6 100%)!important;width:100%!important;height:auto!important;min-height:auto!important;margin:0 auto!important;padding:0 5px 18px!important;display:block!important;overflow:visible!important}.about-hero,.contacts-hero,.info-hero{border-bottom:0!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:18px 18px 12px!important;display:block!important}.about-hero>div:first-child,.contacts-hero>div:first-child,.info-hero>div:first-child{opacity:1!important;visibility:visible!important;display:block!important;transform:none!important}.about-hero-card,.contacts-hero-card,.info-hero-card{display:none!important}.about-hero h1,.contacts-hero h1,.info-hero h1{letter-spacing:-.055em!important;color:#111!important;margin:0 0 8px!important;font-size:36px!important;line-height:.95!important;display:block!important}.about-hero p,.contacts-hero p,.info-hero p{color:#5f5146!important;margin:0!important;font-size:13px!important;line-height:1.35!important;display:block!important}.about-hero span,.contacts-hero span,.info-hero span{color:#9b6d32!important;letter-spacing:.14em!important;text-transform:uppercase!important;background:#fff!important;border-radius:999px!important;margin:0 0 10px!important;padding:7px 12px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.about-grid,.contacts-grid{grid-template-columns:1fr!important;gap:10px!important;width:auto!important;height:auto!important;min-height:0!important;margin:8px 12px 0!important;display:grid!important;overflow:visible!important}.about-card,.contacts-card{opacity:1!important;visibility:visible!important;border-radius:20px!important;height:auto!important;min-height:0!important;padding:18px!important;display:block!important}.info-content-card{opacity:1!important;visibility:visible!important;border-radius:20px!important;width:auto!important;height:auto!important;min-height:0!important;margin:8px 12px 0!important;padding:20px 18px!important;display:block!important}.info-content-card h2,.about-card h2,.contacts-card h2{color:#111!important;margin:0 0 12px!important;font-size:26px!important;line-height:1!important}.info-text p,.about-card p,.contacts-card p{font-size:13px!important;line-height:1.45!important}.info-page{min-height:calc(100dvh - 86px)!important;padding-bottom:18px!important}.info-content-card{margin-bottom:14px!important}.info-page:after{content:"SHS · Підтримка покупців · Швидка відповідь"!important;color:#fff!important;text-align:center!important;letter-spacing:.02em!important;content:none!important;background:#111!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:46px!important;margin:12px 12px 0!important;padding:0 14px!important;font-size:11px!important;font-weight:900!important;display:none!important}}.info-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;width:min(980px,100% - 108px)!important;margin:16px auto 0!important;display:grid!important}.info-mini-grid article{background:#ffffffe6!important;border:1px solid #eadfd2!important;border-radius:22px!important;min-height:150px!important;padding:20px!important;box-shadow:0 16px 44px #543b230f!important}.info-mini-grid span{color:#a77b4b!important;letter-spacing:.18em!important;margin-bottom:12px!important;font-size:11px!important;font-weight:950!important;display:block!important}.info-mini-grid h3{color:#111!important;margin:0 0 10px!important;font-size:20px!important;font-weight:1000!important;line-height:1.05!important}.info-mini-grid p{color:#5f5146!important;margin:0!important;font-size:13px!important;font-weight:750!important;line-height:1.4!important}@media (max-width:900px){.info-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.info-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:auto!important;margin:10px 12px 0!important}.info-mini-grid article{border-radius:16px!important;min-height:118px!important;padding:14px!important}.info-mini-grid span{margin-bottom:8px!important;font-size:9px!important}.info-mini-grid h3{margin-bottom:7px!important;font-size:14px!important}.info-mini-grid p{font-size:11px!important;line-height:1.35!important}}.admin-site-divider{border-top:1px solid #e0cdb5e6!important;margin:26px 0 18px!important;padding-top:18px!important}.admin-site-divider span{color:#fff!important;letter-spacing:.08em!important;background:#111!important;border-radius:999px!important;padding:8px 14px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.admin-site-divider{margin:18px 0 12px!important;padding-top:14px!important}.admin-site-divider span{padding:7px 13px!important;font-size:11px!important}.admin-site-divider+.admin-site-grid.two{gap:12px 14px!important}.admin-site-divider+.admin-site-grid.two label{gap:7px!important;font-size:13px!important}.admin-site-divider+.admin-site-grid.two input,.admin-site-divider+.admin-site-grid.two textarea{resize:vertical!important;border-radius:14px!important;height:46px!important;min-height:46px!important;padding:10px 13px!important;font-size:13px!important;line-height:1.25!important}.admin-site-divider+.admin-site-grid.two textarea{height:64px!important;min-height:64px!important}.admin-site-divider+.admin-site-grid.two textarea:focus{min-height:92px!important}.admin-site-block .admin-site-grid.two{row-gap:14px!important}.admin-site-block textarea{font-size:14px!important;line-height:1.35!important}.product-info-top{justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;display:flex!important}.product-stock-pill{white-space:nowrap!important;border-radius:999px!important;flex:none!important;padding:8px 12px!important;font-size:12px!important;font-weight:900!important}.product-stock-pill.available{color:#15803d!important;background:#22c55e1f!important}.product-stock-pill.waiting{color:#92400e!important;background:#b453091f!important}.product-main-description{margin-top:12px!important}.product-price-line{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin:18px 0!important;display:flex!important}.product-sale-pill{color:#fff!important;background:#111!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:6px 10px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.product-fast-info{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:18px 0!important;display:grid!important}.product-fast-info div{background:#ffffffb3!important;border:1px solid #e0cdb5e6!important;border-radius:18px!important;padding:12px!important}.product-fast-info span{color:#9a7a55!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:5px!important;font-size:11px!important;font-weight:900!important;display:block!important}.product-fast-info b{color:#15110d!important;font-size:13px!important;line-height:1.25!important;display:block!important}.product-size-head{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin-bottom:12px!important;display:flex!important}.product-size-head p{color:#7b6b59!important;margin:5px 0 0!important;font-size:13px!important;line-height:1.4!important}.product-size-clear{color:#111!important;cursor:pointer!important;background:#11111114!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;font-size:12px!important;font-weight:900!important}.product-mobile-buy-bar{display:none!important}.product-size-guide-row.unavailable{opacity:.48!important}@media (max-width:760px){.product-page-grid{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.product-info-top{gap:10px!important}.product-info-top h1{margin-top:8px!important;font-size:25px!important;line-height:1.05!important}.product-main-description{max-height:74px!important;font-size:13px!important;line-height:1.45!important;overflow:hidden!important}.product-price-line{margin:14px 0!important}.product-price-line .price{font-size:26px!important}.product-fast-info{grid-template-columns:1fr!important;gap:7px!important;margin:12px 0!important}.product-fast-info div{border-radius:14px!important;padding:10px 12px!important}.product-fast-info span{margin-bottom:3px!important;font-size:10px!important}.product-fast-info b{font-size:12px!important}.product-size-guide{border-radius:18px!important;margin-top:12px!important;padding:12px!important}.product-size-guide-head{align-items:flex-start!important;gap:10px!important}.product-size-guide-head h3{font-size:16px!important}.product-size-guide-head p{display:none!important}.product-size-guide-head span{white-space:nowrap!important;font-size:11px!important}.product-size-guide-table{margin-top:10px!important}.product-size-guide-row{grid-template-columns:.75fr 1fr .8fr!important;gap:8px!important;padding:9px 0!important;font-size:12px!important}.product-stock-line{border-radius:14px!important;padding:10px 12px!important;font-size:13px!important}.product-size-label{font-size:15px!important}.product-size-head p{font-size:12px!important}.product-size-list-with-cm{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.product-size-btn b{font-size:18px!important}.product-size-btn strong{font-size:11px!important}.product-size-btn span{font-size:10px!important}.product-cart-actions{display:none!important}.product-cart-message{border-radius:14px!important;padding:10px 12px!important;font-size:12px!important}.product-go-cart-btn,.product-size-hint{display:none!important}.product-mobile-buy-bar{z-index:80!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#fffbf4f5!important;border:1px solid #e0cdb5f2!important;border-radius:22px!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;padding:11px 12px!important;display:grid!important;position:fixed!important;bottom:10px!important;left:10px!important;right:10px!important;box-shadow:0 18px 50px #140e0838!important}.product-mobile-buy-bar span{color:#111!important;font-size:18px!important;font-weight:950!important;line-height:1!important;display:block!important}.product-mobile-buy-bar p{color:#7b6b59!important;margin:4px 0 0!important;font-size:11px!important;font-weight:800!important;line-height:1.25!important}.product-mobile-buy-bar button{color:#fff!important;cursor:pointer!important;white-space:nowrap!important;background:#111!important;border:0!important;border-radius:16px!important;padding:13px 16px!important;font-size:13px!important;font-weight:950!important}.product-mobile-buy-bar button:disabled{cursor:not-allowed!important;color:#ffffffdb!important;background:#11111138!important}.product-page-shell{padding:8px 8px 78px!important}.product-page-grid{gap:8px!important}.product-info-card{border-radius:20px!important;padding:13px!important}.product-info-top{align-items:flex-start!important;gap:8px!important}.product-info-top .badge{margin-bottom:6px!important;padding:7px 11px!important;font-size:11px!important}.product-info-top h1{margin:4px 0 0!important;font-size:21px!important;line-height:1.08!important}.product-stock-pill{padding:6px 9px!important;font-size:10px!important}.product-main-description{max-height:34px!important;margin-top:8px!important;font-size:12px!important;line-height:1.35!important;overflow:hidden!important}.product-price-line{gap:7px!important;margin:10px 0 8px!important}.product-price-line .price{font-size:23px!important;line-height:1!important}.product-price-line .old-price{font-size:13px!important}.product-sale-pill{padding:5px 8px!important;font-size:10px!important}.product-fast-info,.product-size-guide{display:none!important}.product-order-panel{margin-top:10px!important}.product-stock-line{display:none!important}.product-size-block{margin-top:0!important}.product-size-head{margin-bottom:8px!important}.product-size-label{letter-spacing:.06em!important;font-size:13px!important}.product-size-head p{margin-top:4px!important;font-size:11px!important;line-height:1.25!important}.product-size-clear{padding:6px 9px!important;font-size:10px!important}.product-size-list-with-cm{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.product-size-btn{border-radius:14px!important;min-height:60px!important;padding:8px 9px!important}.product-size-btn b{font-size:16px!important;line-height:1!important}.product-size-btn strong{margin-top:4px!important;font-size:10px!important;line-height:1.1!important}.product-size-btn span{margin-top:4px!important;font-size:9px!important}.product-cart-message{border-radius:12px!important;margin-top:8px!important;padding:8px 10px!important;font-size:11px!important}.product-mobile-buy-bar{border-radius:18px!important;gap:8px!important;padding:8px 9px!important;bottom:8px!important;left:8px!important;right:8px!important}.product-mobile-buy-bar span{font-size:16px!important}.product-mobile-buy-bar p{margin-top:2px!important;font-size:10px!important}.product-mobile-buy-bar button{border-radius:14px!important;padding:11px 14px!important;font-size:12px!important}}.product-main-description{white-space:pre-line!important;max-height:none!important;display:block!important;overflow:visible!important}@media (max-width:760px){.product-main-description{white-space:pre-line!important;max-height:none!important;margin-top:8px!important;font-size:12px!important;line-height:1.45!important;display:block!important;overflow:visible!important}.product-size-guide-head p{margin-top:4px!important;font-size:11px!important;line-height:1.35!important;display:block!important}}.product-description-box{background:#fffbf4b8!important;border:1px solid #e0cdb5e6!important;border-radius:24px!important;margin-top:18px!important;padding:18px!important}.product-description-box>span{color:#9a7a55!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin-bottom:8px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important}.product-description-box h2{color:#111!important;margin:0 0 10px!important;font-size:22px!important;line-height:1.1!important}.product-description-text{gap:8px!important;display:grid!important}.product-description-text p{color:#3a3027!important;margin:0!important;font-size:15px!important;line-height:1.55!important}@media (max-width:760px){.product-description-box{border-radius:18px!important;margin-top:12px!important;padding:13px!important}.product-description-box>span{margin-bottom:6px!important;font-size:10px!important}.product-description-box h2{margin-bottom:7px!important;font-size:17px!important}.product-description-text{gap:6px!important}.product-description-text p{font-size:12px!important;line-height:1.45!important}}.product-gallery-column{align-content:start!important;gap:18px!important;display:grid!important}.product-description-box.mobile{display:none!important}.product-description-box.desktop{display:block!important}@media (min-width:981px){.product-page-shell{max-width:1180px!important;padding-top:34px!important;padding-left:24px!important;padding-right:24px!important}.product-page-grid-premium{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)!important;align-items:start!important;gap:28px!important;display:grid!important}.product-gallery-column{position:sticky!important;top:122px!important}.product-info-card-premium{border-radius:30px!important;padding:28px!important;position:sticky!important;top:122px!important}.product-info-card-premium .product-info-top h1{margin-top:18px!important;font-size:34px!important;line-height:1.08!important}.product-info-card-premium .product-main-description{margin-top:18px!important;font-size:16px!important;line-height:1.55!important}.product-info-card-premium .product-price-line{margin:22px 0!important}.product-info-card-premium .product-price-line .price{font-size:31px!important}.product-info-card-premium .product-fast-info{margin:18px 0 22px!important}.product-info-card-premium .product-order-panel{margin-top:0!important}.product-info-card-premium .product-stock-line{display:none!important}.product-info-card-premium .product-size-block{margin-top:0!important}.product-info-card-premium .product-size-head{margin-bottom:14px!important}.product-info-card-premium .product-size-label{font-size:15px!important}.product-info-card-premium .product-size-list-with-cm{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-info-card-premium .product-size-btn{border-radius:18px!important;min-height:76px!important}.product-info-card-premium .product-cart-actions{grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:18px!important;display:grid!important}.product-info-card-premium .product-cart-btn{border-radius:18px!important;min-height:58px!important;font-size:15px!important}.product-info-card-premium .product-size-hint{display:none!important}.product-gallery-column .product-description-box{margin-top:2px!important}.product-gallery-column .product-size-guide-desktop{margin-top:0!important}.product-gallery-column .product-size-guide-head{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;display:flex!important}.product-gallery-column .product-size-guide-head h3{font-size:22px!important}.product-gallery-column .product-size-guide-head p{max-width:420px!important;font-size:14px!important;line-height:1.45!important}.product-gallery-column .product-size-guide-table{margin-top:14px!important}.product-gallery-column .product-size-guide-row{grid-template-columns:1fr 1fr 1fr!important}}@media (max-width:980px){.product-page-grid-premium{grid-template-columns:1fr!important;display:grid!important}.product-gallery-column{position:static!important}.product-description-box.desktop{display:none!important}.product-description-box.mobile{display:block!important}.product-size-guide-desktop{display:none!important}}.product-back-link{color:#111!important;background:#fffbf4db!important;border:1px solid #e0cdb5e6!important;border-radius:999px!important;align-items:center!important;gap:6px!important;margin-bottom:16px!important;padding:10px 15px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.product-back-link:hover{color:#fff!important;background:#111!important}@media (max-width:760px){.product-back-link{margin:0 0 8px!important;padding:8px 12px!important;font-size:12px!important}}@media (max-width:980px){.lux-account-top-link{border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:17px!important;font-weight:950!important;display:inline-flex!important}.lux-favorites-top-link{display:none!important}.lux-store-mobile-quick a:first-child{color:#fff!important;background:#111!important;border-color:#111!important}}@media (max-width:420px){.lux-account-top-link{width:38px!important;min-width:38px!important;height:38px!important;font-size:15px!important}}.premium-customers-layout-full{grid-template-columns:1fr!important;gap:22px!important;width:100%!important;display:grid!important}.premium-customers-table-card{width:100%!important;max-width:none!important;overflow:hidden!important}.premium-customers-table-wide{width:100%!important;overflow-x:auto!important}.premium-customers-table-wide .premium-customers-table-head,.premium-customers-table-wide .premium-customers-row{grid-template-columns:minmax(220px,1.5fr) minmax(145px,.9fr) minmax(90px,.5fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(115px,.7fr) minmax(190px,.9fr)!important;align-items:center!important;gap:14px!important;min-width:1040px!important;display:grid!important}.premium-customers-row{text-align:left!important;width:100%!important}.premium-customers-row-actions{align-items:center!important;gap:8px!important;display:flex!important}.premium-customers-row-actions button,.premium-customer-profile-actions button,.premium-customers-refresh{color:#111!important;cursor:pointer!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;border-radius:999px!important;padding:9px 12px!important;font-size:12px!important;font-weight:900!important}.premium-customers-row-actions button.danger,.premium-customer-profile-actions button.danger{color:#991b1b!important;background:#b91c1c1a!important;border-color:#b91c1c40!important}.premium-customers-success{color:#166534!important;background:#22c55e1f!important;border-radius:18px!important;margin:16px 0!important;padding:14px 16px!important;font-weight:900!important}.premium-customer-profile-wide{gap:18px!important;width:100%!important;max-width:none!important;display:grid!important;position:static!important}.premium-customer-profile-head{align-items:center!important;gap:16px!important;display:flex!important}.premium-customer-profile-head h2{margin:0 0 8px!important}.premium-customer-profile-actions{gap:8px!important;margin-left:auto!important;display:flex!important}.premium-customer-profile-wide .premium-customer-profile-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.premium-customer-profile-wide .premium-customer-profile-list div{border:1px solid #e0cdb5bf!important;border-radius:16px!important;padding:12px!important}.premium-customer-modal-backdrop{z-index:200!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#1111117a!important;place-items:center!important;padding:20px!important;display:grid!important;position:fixed!important;inset:0!important}.premium-customer-modal{background:#fffaf4!important;border:1px solid #e0cdb5f2!important;border-radius:28px!important;gap:14px!important;width:min(560px,100%)!important;padding:24px!important;display:grid!important;box-shadow:0 30px 90px #00000040!important}.premium-customer-modal-head{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;display:flex!important}.premium-customer-modal-head span{color:#9a7a55!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:12px!important;font-weight:950!important}.premium-customer-modal-head h2{margin:4px 0 0!important;font-size:26px!important;line-height:1!important}.premium-customer-modal-head button{color:#fff!important;cursor:pointer!important;background:#111!important;border:0!important;border-radius:999px!important;width:38px!important;height:38px!important;font-size:24px!important}.premium-customer-modal label{color:#111!important;text-transform:uppercase!important;letter-spacing:.04em!important;gap:7px!important;font-size:13px!important;font-weight:900!important;display:grid!important}.premium-customer-modal input,.premium-customer-modal select{color:#111!important;background:#fff!important;border:1px solid #e0cdb5f2!important;border-radius:16px!important;outline:none!important;width:100%!important;height:48px!important;padding:0 14px!important;font-size:15px!important;font-weight:800!important}.premium-customer-checkbox{grid-template-columns:auto 1fr!important;align-items:center!important;gap:10px!important;display:flex!important}.premium-customer-checkbox input{width:20px!important;height:20px!important}.premium-customer-modal-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:8px!important;display:grid!important}.premium-customer-modal-actions button{cursor:pointer!important;border:1px solid #e0cdb5f2!important;border-radius:18px!important;height:52px!important;font-size:15px!important;font-weight:950!important}.premium-customer-modal-actions button[type=submit]{color:#fff!important;background:#111!important;border-color:#111!important}@media (max-width:980px){.premium-customers-table-wide .premium-customers-table-head,.premium-customers-table-wide .premium-customers-row{min-width:980px!important}.premium-customer-profile-wide .premium-customer-profile-list{grid-template-columns:1fr!important}.premium-customer-profile-head{flex-wrap:wrap!important;align-items:flex-start!important}.premium-customer-profile-actions{width:100%!important;margin-left:0!important}.premium-customer-profile-actions button{flex:1!important}}.premium-customer-modal-grid{gap:12px!important;display:grid!important}.premium-customer-modal-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:720px){.premium-customer-modal-grid.three{grid-template-columns:1fr!important}}.account-auth-helper-row{color:#7b6b59!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:-4px!important;font-size:13px!important;font-weight:700!important;display:flex!important}.account-auth-helper-row a{color:#111!important;text-underline-offset:4px!important;font-weight:950!important;text-decoration:underline!important}@media (max-width:520px){.account-auth-helper-row{flex-direction:column!important;align-items:flex-start!important;gap:5px!important;font-size:12px!important}}.account-auth-success{color:#166534!important;background:#22c55e1f!important;border-radius:16px!important;width:100%!important;padding:14px 16px!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important}.account-auth-dev-code{color:#111!important;background:#1111110f!important;border:1px dashed #11111140!important;border-radius:16px!important;width:100%!important;padding:14px 16px!important;font-size:14px!important;font-weight:850!important}.account-auth-dev-code b{letter-spacing:.12em!important;font-size:18px!important}.account-auth-light-button{color:#111!important;cursor:pointer!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;border-radius:999px!important;width:100%!important;height:48px!important;font-size:14px!important;font-weight:950!important}.account-auth-done{text-align:center!important;gap:14px!important;display:grid!important}.account-auth-done h2{margin:0!important;font-size:24px!important}.account-auth-done p{color:#7b6b59!important;margin:0!important;line-height:1.45!important}@media (max-width:980px){.lux-store-actions{justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.lux-search-top-link,.lux-account-top-link,.lux-cart-top-link-wrap,.lux-store-mobile-toggle{border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;display:inline-flex!important}.lux-search-top-link,.lux-account-top-link{color:#111!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;font-size:17px!important;font-weight:950!important;text-decoration:none!important}.lux-cart-top-link-wrap{position:relative!important}.lux-cart-top-link-wrap a,.lux-cart-top-link-wrap button{color:#fff!important;background:#111!important;border:1px solid #111!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:17px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.lux-store-mobile-toggle{background:#111!important;border:1px solid #111!important}.lux-favorites-top-link{display:none!important}}@media (max-width:420px){.lux-store-actions{gap:6px!important}.lux-search-top-link,.lux-account-top-link,.lux-cart-top-link-wrap,.lux-store-mobile-toggle,.lux-cart-top-link-wrap a,.lux-cart-top-link-wrap button{width:38px!important;min-width:38px!important;height:38px!important;font-size:15px!important}}@media (max-width:980px){.lux-search-top-link,.lux-favorites-top-link,.lux-cart-mobile-link{display:none!important}.lux-store-actions{justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.lux-cart-top-link-wrap{order:1!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;display:inline-flex!important}.lux-cart-top-link-wrap a,.lux-cart-top-link-wrap button{color:#0000!important;background:#111!important;border:1px solid #111!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:0!important;text-decoration:none!important;display:inline-flex!important;position:relative!important;overflow:hidden!important}.lux-cart-top-link-wrap a:before,.lux-cart-top-link-wrap button:before{content:"🛒"!important;color:#fff!important;font-size:18px!important;line-height:1!important;display:block!important}.lux-account-top-link{color:#6b4ca6!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;border-radius:999px!important;order:2!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:18px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.lux-store-mobile-toggle{background:#111!important;border:1px solid #111!important;border-radius:999px!important;order:3!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;display:inline-flex!important}}@media (max-width:420px){.lux-store-actions{gap:6px!important}.lux-cart-top-link-wrap,.lux-cart-top-link-wrap a,.lux-cart-top-link-wrap button,.lux-account-top-link,.lux-store-mobile-toggle{width:38px!important;min-width:38px!important;height:38px!important}.lux-cart-top-link-wrap a:before,.lux-cart-top-link-wrap button:before,.lux-account-top-link{font-size:16px!important}}.shs-mobile-cart-button,.shs-mobile-account-button{display:none!important}@media (min-width:981px){.shs-mobile-cart-button,.shs-mobile-account-button{display:none!important}.shs-desktop-account-button,.shs-desktop-cart-button{display:inline-flex!important}}@media (max-width:980px){.lux-search-top-link,.lux-favorites-top-link,.lux-cart-mobile-link,.lux-account-top-link,.shs-desktop-account-button,.shs-desktop-cart-button,.lux-store-logo span{display:none!important}.lux-store-actions{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.shs-mobile-cart-button,.shs-mobile-account-button,.lux-store-mobile-toggle{visibility:visible!important;opacity:1!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.shs-mobile-cart-button{color:#fff!important;background:#111!important;border:1px solid #111!important;order:1!important;font-size:18px!important;font-weight:900!important}.shs-mobile-account-button{color:#6b4ca6!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;order:2!important;font-size:18px!important;font-weight:900!important}.lux-store-mobile-toggle{background:#111!important;border:1px solid #111!important;order:3!important}}@media (max-width:420px){.lux-store-actions{gap:6px!important}.shs-mobile-cart-button,.shs-mobile-account-button,.lux-store-mobile-toggle{width:38px!important;min-width:38px!important;height:38px!important;font-size:16px!important}}.shs-account-icon{pointer-events:none!important;justify-content:center!important;align-items:center!important;width:18px!important;min-width:18px!important;height:18px!important;line-height:0!important;display:inline-flex!important}.shs-account-icon svg{width:18px!important;height:18px!important;display:block!important}.shs-desktop-account-button,.shs-mobile-account-button{justify-content:center!important;align-items:center!important;font-size:0!important;line-height:0!important}@media (max-width:980px){.shs-mobile-account-button .shs-account-icon{width:18px!important;height:18px!important;transform:translateY(0)!important}.shs-mobile-account-button .shs-account-icon svg{width:18px!important;height:18px!important}}.product-article-line{color:#111!important;background:#1111110e!important;border:1px solid #e0cdb5f2!important;border-radius:999px!important;align-items:center!important;gap:7px!important;width:fit-content!important;margin:10px 0 0!important;padding:7px 11px!important;font-size:12px!important;line-height:1!important;display:inline-flex!important}.product-article-line span{color:#9a7a55!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-weight:900!important}.product-article-line b{color:#111!important;font-weight:950!important}@media (max-width:760px){.product-article-line{margin-top:8px!important;padding:6px 10px!important;font-size:11px!important}}.shs-receipt-page{color:#17130f;background:radial-gradient(circle at 0 0,#e0cdb573,#0000 34%),linear-gradient(135deg,#f7efe5 0%,#fffaf4 48%,#f2e3d1 100%);min-height:100vh;padding:28px 16px}.shs-receipt-toolbar{justify-content:flex-end;gap:10px;max-width:920px;margin:0 auto 16px;display:flex}.shs-receipt-toolbar button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;padding:11px 16px;font-weight:900}.shs-receipt-toolbar button:last-child{color:#111;background:#fff;border:1px solid #1111111f}.shs-receipt-paper{background:#fffffff0;border:1px solid #e0cdb5f2;border-radius:28px;max-width:920px;margin:0 auto;padding:32px;box-shadow:0 24px 80px #442e1521}.shs-receipt-top{border-bottom:1px solid #1111111a;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:22px;display:flex}.shs-receipt-logo{color:#fff;letter-spacing:.08em;background:#111;border-radius:18px;place-items:center;width:58px;height:58px;font-weight:950;display:grid}.shs-receipt-top p{color:#8b765e;margin:10px 0 0;font-weight:800}.shs-receipt-top span,.shs-receipt-title-row span,.shs-receipt-info-grid span,.shs-receipt-comment span,.shs-receipt-bottom span{color:#9a7a55;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:950;display:block}.shs-receipt-top h1{letter-spacing:-.04em;margin:0;font-size:34px}.shs-receipt-title-row{grid-template-columns:1.2fr 1fr 1fr;gap:12px;margin-top:18px;display:grid}.shs-receipt-title-row>div,.shs-receipt-info-grid>div{background:#fffaf4;border:1px solid #e0cdb5cc;border-radius:18px;padding:14px}.shs-receipt-info-grid{grid-template-columns:1fr 1fr 1.1fr;gap:12px;margin-top:12px;display:grid}.shs-receipt-info-grid p{color:#645343;margin:4px 0 0;font-size:13px}.shs-receipt-table{border:1px solid #1111111a;border-radius:20px;margin-top:20px;overflow:hidden}.shs-receipt-table-head,.shs-receipt-table-row{grid-template-columns:44px 1.6fr .8fr 1.1fr .55fr .8fr .8fr;gap:0;display:grid}.shs-receipt-table-head{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#111;font-size:11px;font-weight:950}.shs-receipt-table-head span,.shs-receipt-table-row span{border-right:1px solid #ffffff1f;padding:12px 10px}.shs-receipt-table-row{background:#fff;border-top:1px solid #11111114;font-size:13px}.shs-receipt-table-row:nth-child(odd){background:#fffaf4}.shs-receipt-comment{background:#fffaf4;border:1px solid #e0cdb5cc;border-radius:18px;margin-top:14px;padding:14px}.shs-receipt-comment p{white-space:pre-line;margin:0}.shs-receipt-total{color:#fff;background:#111;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;width:min(100%,320px);margin-top:20px;margin-left:auto;padding:18px;display:flex}.shs-receipt-total span{color:#ffffffb8;font-size:12px;font-weight:900}.shs-receipt-total b{font-size:22px}.shs-receipt-note{color:#5f4a34;background:#fff4e5e6;border:1px dashed #8f632c73;border-radius:18px;margin-top:18px;padding:14px 16px;font-size:13px;line-height:1.5}.shs-receipt-bottom{border-top:1px solid #1111111a;justify-content:space-between;gap:20px;margin-top:28px;padding-top:18px;display:flex}.shs-receipt-loader{text-align:center;background:#fff;border:1px solid #e0cdb5f2;border-radius:22px;max-width:560px;margin:80px auto;padding:24px;font-weight:900}@media (max-width:760px){.shs-receipt-page{padding:12px}.shs-receipt-paper{border-radius:22px;padding:18px}.shs-receipt-top,.shs-receipt-bottom{flex-direction:column}.shs-receipt-title-row,.shs-receipt-info-grid{grid-template-columns:1fr}.shs-receipt-table{overflow-x:auto}.shs-receipt-table-head,.shs-receipt-table-row{min-width:820px}}@media print{body{background:#fff!important}.shs-receipt-page{background:#fff!important;min-height:auto!important;padding:0!important}.shs-receipt-toolbar{display:none!important}.shs-receipt-paper{width:100%!important;max-width:none!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important}.shs-receipt-note{break-inside:avoid}}.shs-receipt-seller-box{background:#fffaf4;border:1px solid #e0cdb5e6;border-radius:22px;margin-top:14px;padding:16px}.shs-receipt-seller-head{border-bottom:1px solid #11111114;justify-content:space-between;gap:20px;padding-bottom:12px;display:flex}.shs-receipt-seller-head h2{letter-spacing:-.02em;margin:0;font-size:18px;line-height:1.2}.shs-receipt-seller-head b{font-size:18px}.shs-receipt-seller-grid{grid-template-columns:1.25fr .8fr;gap:12px 18px;margin-top:12px;display:grid}.shs-receipt-seller-box span{color:#9a7a55;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:950;display:block}.shs-receipt-seller-box p{color:#17130f;margin:0;font-size:13px;font-weight:800;line-height:1.35}.shs-receipt-bottom p{color:#8b765e;margin:5px 0 0;font-size:13px;font-weight:800}@media (max-width:760px){.shs-receipt-seller-head{flex-direction:column}.shs-receipt-seller-grid{grid-template-columns:1fr}}@media print{.shs-receipt-seller-box{break-inside:avoid}}@page{size:A4 portrait;margin:0}@media print{html,body{color:#17130f!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#f7efe5!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:0!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.shs-receipt-toolbar{display:none!important}.shs-receipt-page{color:#17130f!important;background:radial-gradient(circle at 0 0,#e0cdb573,#0000 34%),linear-gradient(135deg,#f7efe5 0%,#fffaf4 48%,#f2e3d1 100%)!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:9mm 0!important}.shs-receipt-paper{background:#fffffff0!important;border:1px solid #e0cdb5f2!important;border-radius:7mm!important;width:180mm!important;max-width:180mm!important;min-height:auto!important;margin:0 auto!important;padding:8mm!important;overflow:visible!important;box-shadow:0 8mm 24mm #442e151f!important}.shs-receipt-top{border-bottom:1px solid #1111111a!important;justify-content:space-between!important;align-items:flex-start!important;gap:24px!important;padding-bottom:22px!important;display:flex!important}.shs-receipt-title-row,.shs-receipt-info-grid{grid-template-columns:1.2fr 1fr 1fr!important;gap:12px!important;margin-top:18px!important;display:grid!important}.shs-receipt-info-grid{grid-template-columns:1fr 1fr 1.1fr!important;gap:12px!important;margin-top:12px!important;display:grid!important}.shs-receipt-seller-head{justify-content:space-between!important;gap:20px!important;display:flex!important}.shs-receipt-seller-grid{grid-template-columns:1.25fr .8fr!important;gap:12px 18px!important;display:grid!important}.shs-receipt-table{page-break-inside:avoid!important;break-inside:avoid!important;overflow:visible!important}.shs-receipt-table-head,.shs-receipt-table-row{page-break-inside:avoid!important;break-inside:avoid!important;grid-template-columns:44px 1.6fr .8fr 1.1fr .55fr .8fr .8fr!important;min-width:0!important;display:grid!important}.shs-receipt-total,.shs-receipt-note,.shs-receipt-bottom,.shs-receipt-seller-box{page-break-inside:avoid!important;break-inside:avoid!important}.shs-receipt-bottom{justify-content:space-between!important;gap:20px!important;display:flex!important}}.catalog-card-size-more{color:#fff!important;background:#111!important;border-color:#111!important;font-weight:950!important}@media (max-width:760px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.catalog-card.premium-product-card{border-radius:18px!important;min-height:100%!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-image-wrap,.catalog-card.premium-product-card .catalog-card-image,.catalog-card.premium-product-card .catalog-card-image-placeholder{height:156px!important;min-height:156px!important}.catalog-card.premium-product-card .catalog-card-image-placeholder{flex-direction:column!important;gap:8px!important}.catalog-card.premium-product-card .catalog-card-image-placeholder span{font-size:44px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-image-placeholder small{font-size:13px!important}.catalog-card.premium-product-card .catalog-card-body{min-height:210px!important;padding:10px 8px 9px!important}.catalog-card.premium-product-card .catalog-card-category{display:none!important}.catalog-card.premium-product-card .catalog-card-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:42px!important;max-height:42px!important;margin:0 0 7px!important;font-size:20px!important;font-weight:950!important;line-height:.98!important;display:-webkit-box!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-description{display:none!important}.catalog-card.premium-product-card .catalog-card-price-row{gap:5px!important;min-height:22px!important;margin-bottom:7px!important}.catalog-card.premium-product-card .catalog-card-price{font-size:15px!important;font-weight:950!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-old-price{font-size:12px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-stock{display:none!important}.catalog-card.premium-product-card .catalog-card-sizes{flex-wrap:nowrap!important;align-items:center!important;gap:5px!important;min-height:31px!important;max-height:31px!important;margin:0 0 9px!important;display:flex!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-sizes span{white-space:nowrap!important;border-radius:8px!important;min-width:auto!important;height:28px!important;min-height:28px!important;padding:5px 7px!important;font-size:10px!important;font-weight:950!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-size-more{padding:5px 8px!important}.catalog-card.premium-product-card .catalog-card-actions{grid-template-columns:1fr 34px!important;align-items:center!important;gap:6px!important;margin-top:auto!important;display:grid!important}.catalog-card.premium-product-card .catalog-card-button{white-space:nowrap!important;border-radius:10px!important;height:36px!important;min-height:36px!important;padding:0 8px!important;font-size:11px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-button span{font-size:13px!important}.catalog-card.premium-product-card .catalog-card-like{border-radius:10px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;font-size:15px!important}.catalog-card.premium-product-card .catalog-card-badge{border-radius:999px!important;padding:6px 8px!important;font-size:9px!important;font-weight:950!important;line-height:1!important;top:8px!important;left:8px!important}.catalog-card.premium-product-card .catalog-card-badge.warning{display:none!important}}@media (max-width:420px){.catalog-grid{gap:10px!important}.catalog-card.premium-product-card .catalog-card-image-wrap,.catalog-card.premium-product-card .catalog-card-image,.catalog-card.premium-product-card .catalog-card-image-placeholder{height:148px!important;min-height:148px!important}.catalog-card.premium-product-card .catalog-card-title{font-size:18px!important}.catalog-card.premium-product-card .catalog-card-body{min-height:202px!important}}.catalog-grid{align-items:stretch!important}.catalog-card.premium-product-card{flex-direction:column!important;height:100%!important;display:flex!important}.catalog-card.premium-product-card .catalog-card-image-link{flex:none!important}.catalog-card.premium-product-card .catalog-card-body{flex-direction:column!important;flex:auto!important;display:flex!important}.catalog-card.premium-product-card .catalog-card-actions{margin-top:auto!important}.catalog-card-size-more{color:#fff!important;background:#111!important;border:1px solid #111!important;font-weight:900!important}@media (max-width:760px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important}.catalog-card.premium-product-card{border-radius:18px!important;min-height:100%!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-image-wrap,.catalog-card.premium-product-card .catalog-card-image,.catalog-card.premium-product-card .catalog-card-image-placeholder{height:156px!important;min-height:156px!important}.catalog-card.premium-product-card .catalog-card-image-placeholder{flex-direction:column!important;justify-content:center!important;gap:8px!important;display:flex!important}.catalog-card.premium-product-card .catalog-card-image-placeholder span{font-size:44px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-image-placeholder small{font-size:13px!important}.catalog-card.premium-product-card .catalog-card-body{min-height:238px!important;padding:10px 8px!important}.catalog-card.premium-product-card .catalog-card-category{display:none!important}.catalog-card.premium-product-card .catalog-card-title{-webkit-line-clamp:3!important;line-clamp:3!important;word-break:break-word!important;-webkit-box-orient:vertical!important;min-height:60px!important;max-height:60px!important;margin:0 0 8px!important;font-size:18px!important;font-weight:950!important;line-height:1.05!important;display:-webkit-box!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-description{display:none!important}.catalog-card.premium-product-card .catalog-card-price-row{flex-wrap:wrap!important;align-items:flex-end!important;gap:4px 6px!important;min-height:32px!important;margin-bottom:8px!important;display:flex!important}.catalog-card.premium-product-card .catalog-card-price{font-size:15px!important;font-weight:950!important;line-height:1.1!important}.catalog-card.premium-product-card .catalog-card-old-price{font-size:12px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-stock{display:none!important}.catalog-card.premium-product-card .catalog-card-sizes{flex-wrap:wrap!important;align-content:flex-start!important;align-items:flex-start!important;gap:5px!important;min-height:62px!important;max-height:62px!important;margin:0 0 10px!important;display:flex!important;overflow:hidden!important}.catalog-card.premium-product-card .catalog-card-sizes span,.catalog-card.premium-product-card .catalog-card-size-more{white-space:nowrap!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;height:28px!important;min-height:28px!important;padding:5px 7px!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.catalog-card.premium-product-card .catalog-card-actions{grid-template-columns:1fr 34px!important;align-items:center!important;gap:6px!important;margin-top:auto!important;display:grid!important}.catalog-card.premium-product-card .catalog-card-button{white-space:nowrap!important;border-radius:10px!important;height:36px!important;min-height:36px!important;padding:0 8px!important;font-size:11px!important;line-height:1!important}.catalog-card.premium-product-card .catalog-card-button span{font-size:13px!important}.catalog-card.premium-product-card .catalog-card-like{border-radius:10px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;font-size:15px!important}.catalog-card.premium-product-card .catalog-card-badge{border-radius:999px!important;padding:6px 8px!important;font-size:9px!important;font-weight:950!important;line-height:1!important;top:8px!important;left:8px!important}.catalog-card.premium-product-card .catalog-card-badge.warning{display:none!important}}@media (max-width:420px){.catalog-grid{gap:10px!important}.catalog-card.premium-product-card .catalog-card-image-wrap,.catalog-card.premium-product-card .catalog-card-image,.catalog-card.premium-product-card .catalog-card-image-placeholder{height:148px!important;min-height:148px!important}.catalog-card.premium-product-card .catalog-card-title{min-height:50px!important;max-height:50px!important;font-size:17px!important}.catalog-card.premium-product-card .catalog-card-body{min-height:232px!important}}.shs-print-page{color:#17130f;background:radial-gradient(circle at 0 0,#e0cdb573,#0000 34%),linear-gradient(135deg,#f7efe5 0%,#fffaf4 48%,#f2e3d1 100%);min-height:100vh;padding:26px 0 50px}.shs-print-toolbar{justify-content:flex-end;gap:10px;width:min(1120px,100% - 32px);margin:0 auto 16px;display:flex}.shs-print-toolbar button{color:#fff;cursor:pointer;background:#111;border:1px solid #e0cdb5f2;border-radius:14px;min-height:42px;padding:0 16px;font-weight:950}.shs-print-paper{background:#fffffff5;border:1px solid #e0cdb5f2;border-radius:28px;width:min(1120px,100% - 32px);margin:0 auto;padding:28px;box-shadow:0 24px 70px #442e151f}.shs-print-header{border-bottom:1px solid #1111111a;justify-content:space-between;gap:24px;padding-bottom:22px;display:flex}.shs-print-logo{color:#111;letter-spacing:.18em;font-size:34px;font-weight:950;line-height:1}.shs-print-header p,.shs-print-header span{color:#8b765e;margin:8px 0 0;font-size:13px;font-weight:900}.shs-print-header h1{color:#111;margin:6px 0 0;font-size:30px;line-height:1.1}.shs-print-info-grid{grid-template-columns:1.3fr 1fr .7fr .7fr;gap:12px;margin-top:18px;display:grid}.shs-print-info-grid div,.shs-print-note{background:#fffaf4;border:1px solid #e0cdb5d9;border-radius:18px;padding:14px}.shs-print-info-grid span,.shs-print-footer span{color:#9a7a55;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px;font-weight:950;display:block}.shs-print-info-grid b{color:#111;font-size:15px;line-height:1.25}.shs-print-note{color:#17130f;margin-top:14px;font-weight:800}.shs-print-section{margin-top:22px}.shs-print-section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:12px;display:flex}.shs-print-section-head h2{color:#111;margin:0;font-size:22px}.shs-print-section-head p{color:#8b765e;margin:0;font-weight:800}.shs-picking-table{border:1px solid #e0cdb5f2;border-radius:18px;overflow:hidden}.shs-picking-table-head,.shs-picking-table-row{grid-template-columns:42px 1.7fr .75fr .8fr .45fr 1fr .6fr;align-items:center;gap:10px;display:grid}.shs-picking-table-head{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#111;padding:12px;font-size:11px;font-weight:950}.shs-picking-table-row{color:#111;background:#fff;border-top:1px solid #e0cdb5a6;padding:12px;font-size:13px;font-weight:800}.shs-picking-table-row:nth-child(odd){background:#fffaf4}.shs-picking-table-row small{color:#8b765e;margin-top:4px;font-size:11px;font-weight:800;display:block}.shs-print-check-cell{color:#111;text-align:center;font-size:24px;font-weight:900}.shs-print-footer{grid-template-columns:1fr 1fr;gap:18px;margin-top:26px;display:grid}.shs-print-footer div{background:#fffaf4;border:1px solid #e0cdb5d9;border-radius:18px;padding:16px}.shs-print-footer b{color:#111;margin-top:16px;display:block}.shs-print-loader{color:#111;text-align:center;background:#fff;border:1px solid #e0cdb5f2;border-radius:24px;width:min(720px,100% - 32px);margin:80px auto;padding:28px;font-size:18px;font-weight:900}@page{size:A4 portrait;margin:0}@media print{html,body{color:#111!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:0!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.shs-print-toolbar{display:none!important}.shs-print-page{background:#fff!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:8mm 0!important}.shs-print-paper{width:194mm!important;max-width:194mm!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0 auto!important;padding:7mm!important}.shs-print-header,.shs-print-info-grid,.shs-print-note,.shs-print-section,.shs-print-footer,.shs-picking-table-head,.shs-picking-table-row{break-inside:avoid!important;page-break-inside:avoid!important}}body:has(.admin-shell){background:#f4efe8!important;overflow:auto!important}.admin-shell{align-items:stretch!important;min-height:100dvh!important}.admin-sidebar{height:100dvh!important;max-height:100dvh!important;position:sticky!important;top:0!important;overflow:hidden auto!important}.admin-sidebar-card{flex:none!important;margin-top:22px!important;position:static!important}.admin-workspace{height:auto!important;min-height:100dvh!important;padding-bottom:90px!important;overflow:visible!important}.admin-content{z-index:1!important;padding-bottom:90px!important;position:relative!important}.crm-category-list{gap:14px;display:grid}.crm-category-row{background:linear-gradient(135deg,#fffffffa,#faf7f1eb);border:1px solid #14141414;border-radius:22px;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:18px;display:grid;box-shadow:0 16px 45px #1414140f}.crm-category-row.hidden{opacity:.62;background:linear-gradient(135deg,#f6f6f6f2,#ebebebe6)}.crm-category-row>div:first-child{min-width:0}.crm-category-row>div:first-child>span{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#111;border-radius:999px;width:fit-content;margin-bottom:8px;padding:5px 10px;font-size:10px;font-weight:900;display:inline-flex}.crm-category-row.hidden>div:first-child>span{background:#8b8b8b}.crm-category-row h3{color:#161616;margin:0 0 7px;font-size:18px;line-height:1.2}.crm-category-row p{color:#14141494;word-break:break-word;margin:0;font-size:13px;line-height:1.45}.crm-category-row small{color:#1414148c;margin-top:8px;font-size:12px;line-height:1.45;display:block}.crm-category-row>div:nth-child(2){text-align:center;background:#ffffffd1;border:1px solid #14141412;border-radius:18px;min-width:88px;padding:12px 14px}.crm-category-row>div:nth-child(2) b{color:#111;font-size:24px;line-height:1;display:block}.crm-category-row>div:nth-child(2) small{color:#14141480;text-transform:uppercase;letter-spacing:.06em;margin-top:5px;font-size:11px;font-weight:800}.crm-category-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.crm-category-row-actions button,.crm-category-form-actions button{color:#111;cursor:pointer;background:#11111114;border:0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;transition:transform .18s,background .18s,color .18s,opacity .18s}.crm-category-row-actions button:hover:not(:disabled),.crm-category-form-actions button:hover:not(:disabled){color:#fff;background:#111;transform:translateY(-1px)}.crm-category-row-actions button:disabled,.crm-category-form-actions button:disabled{cursor:not-allowed;opacity:.45}.crm-category-row-actions button:last-child{color:#9f1717;background:#b41c1c1a}.crm-category-row-actions button:last-child:hover:not(:disabled){color:#fff;background:#9f1717}.crm-category-form{gap:16px;display:grid}.crm-category-form label{color:#141414a8;letter-spacing:.04em;text-transform:uppercase;gap:8px;font-size:12px;font-weight:900;display:grid}.crm-category-form input,.crm-category-form textarea,.crm-category-form select{color:#161616;background:#ffffffeb;border:1px solid #1414141a;border-radius:16px;outline:none;width:100%;padding:13px 14px;font-size:14px;font-weight:700}.crm-category-form textarea{resize:vertical;min-height:110px}.crm-category-form input:focus,.crm-category-form textarea:focus,.crm-category-form select:focus{border-color:#11111159;box-shadow:0 0 0 4px #1111110f}.crm-category-preview{color:#fff;background:#111;border-radius:20px;gap:5px;padding:16px;display:grid}.crm-category-preview span{color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.crm-category-preview b{font-size:18px}.crm-category-preview small{color:#ffffff9e;word-break:break-word}.crm-category-form-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.crm-category-form-actions button[type=submit]{color:#fff;background:#111;box-shadow:0 16px 34px #1111112e}.crm-category-form-actions button[type=submit]:hover:not(:disabled){background:#000}@media (max-width:760px){.crm-category-row{grid-template-columns:1fr}.crm-category-row>div:nth-child(2){text-align:left;width:100%}.crm-category-row-actions{justify-content:flex-start}.crm-category-row-actions button,.crm-category-form-actions button{flex:1}.crm-category-form-actions{flex-direction:column}}.crm-category-row{grid-template-columns:minmax(0,1fr) 96px!important;align-items:start!important}.crm-category-row>div:first-child{overflow:hidden;min-width:0!important}.crm-category-row>div:first-child h3,.crm-category-row>div:first-child p,.crm-category-row>div:first-child small{word-break:normal!important;overflow-wrap:anywhere!important;max-width:100%!important}.crm-category-row>div:nth-child(2){grid-area:1/2!important;align-self:center!important;width:96px!important;min-width:96px!important}.crm-category-row-actions{grid-column:1/-1!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;padding-top:6px!important;display:flex!important}.crm-category-row-actions button{min-width:120px!important}@media (max-width:900px){.crm-category-row{grid-template-columns:1fr!important}.crm-category-row>div:nth-child(2){grid-area:auto/1!important;width:100%!important;min-width:0!important}.crm-category-row-actions{grid-template-columns:1fr;display:grid!important}.crm-category-row-actions button{width:100%!important;min-width:0!important}}.product-page-shell .product-gallery-thumb img{object-fit:contain!important;object-position:center center!important;background:#f3ece4!important;padding:3px!important}.product-page-shell .product-gallery .product-gallery-main:not(.product-gallery-empty){aspect-ratio:auto!important;box-sizing:border-box!important;background:#f3ece4!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px!important;display:block!important;overflow:hidden!important}.product-page-shell .product-gallery .product-gallery-main:not(.product-gallery-empty)>img{aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important;padding:0!important;display:block!important;transform:none!important}@media (max-width:520px){.product-page-shell .product-gallery .product-gallery-main:not(.product-gallery-empty){padding:8px!important}}@media (max-width:640px){.lux-catalog-page .catalog-grid,.lux-catalog-page .lux-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:8px!important}.lux-catalog-page .catalog-card.premium-product-card{border-radius:10px!important;height:auto!important;min-height:0!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-image-wrap,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-image,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-image-placeholder{aspect-ratio:1/.9!important;width:100%!important;height:auto!important;min-height:0!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-image{object-fit:cover!important;object-position:center!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-body{gap:5px!important;height:auto!important;min-height:0!important;padding:8px 8px 9px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-category,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-description{display:none!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title{letter-spacing:-.02em!important;-webkit-line-clamp:2!important;line-clamp:2!important;word-break:normal!important;-webkit-box-orient:vertical!important;min-height:0!important;max-height:none!important;margin:0 0 4px!important;font-size:12px!important;font-weight:800!important;line-height:1.1!important;display:-webkit-box!important;overflow:hidden!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-price-row{gap:5px!important;min-height:0!important;margin:4px 0 3px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-price{font-size:13px!important;font-weight:900!important;line-height:1!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-old-price{font-size:10px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-stock{min-height:0!important;margin:0 0 5px!important;font-size:9px!important;line-height:1.15!important;display:block!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-sizes{flex-wrap:nowrap!important;gap:3px!important;min-height:0!important;max-height:none!important;margin:0 0 7px!important;overflow:hidden!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-sizes span,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-size-more{white-space:nowrap!important;border-radius:7px!important;width:auto!important;min-width:22px!important;height:18px!important;min-height:18px!important;padding:0 5px!important;font-size:9px!important;line-height:18px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-sizes span:nth-child(n+4){display:none!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-actions{grid-template-columns:1fr 28px!important;gap:5px!important;margin-top:0!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-button{border-radius:7px!important;height:28px!important;min-height:28px!important;padding:0 7px!important;font-size:10px!important;line-height:1!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-button span{font-size:11px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-like{border-radius:7px!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;font-size:14px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-badge{min-height:18px!important;padding:0 7px!important;font-size:9px!important;top:6px!important;left:6px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title a{letter-spacing:-.02em!important;font-family:inherit!important;font-size:12px!important;font-weight:800!important;line-height:1.1!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title a{color:inherit!important;text-decoration:none!important;display:block!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-stock{width:auto!important;min-width:0!important;min-height:0!important;box-shadow:none!important;color:#8a8179!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 5px!important;padding:0!important;font-size:9px!important;font-weight:500!important;line-height:1.15!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-stock b{color:inherit!important;font-size:inherit!important;line-height:inherit!important;font-weight:700!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-stock.wait{background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-sizes{flex-wrap:wrap!important;align-content:flex-start!important;align-items:flex-start!important;gap:3px!important;min-height:0!important;max-height:none!important;margin:0 0 7px!important;display:flex!important;overflow:visible!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-sizes span,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-size-more{white-space:nowrap!important;border-radius:7px!important;flex:none!important;width:auto!important;min-width:0!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0 5px!important;font-size:9px!important;line-height:18px!important}}@media (max-width:420px){.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title a{font-size:11px!important}}@media (max-width:640px){.lux-catalog-page .catalog-grid,.lux-catalog-page .lux-catalog-grid{align-items:stretch!important}.lux-catalog-page .catalog-card.premium-product-card{flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-image-link{flex:none!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-body{flex-direction:column!important;flex:auto!important;display:flex!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-actions{margin-top:auto!important}}.crm-orders-board-page{gap:14px!important;padding-bottom:42px!important}.crm-orders-board-page .crm-orders-board-head{align-items:center!important;gap:14px!important}.crm-orders-board-page .crm-orders-board-head p{margin-bottom:5px!important;font-size:10px!important}.crm-orders-board-page .crm-orders-board-head h1{font-size:clamp(36px,3.5vw,48px)!important;line-height:.95!important}.crm-orders-board-page .crm-orders-board-head span{max-width:650px!important;margin-top:8px!important;font-size:13px!important;line-height:1.3!important}.crm-orders-board-page .crm-orders-refresh{min-height:38px!important;padding:0 15px!important;font-size:12px!important}.crm-orders-board-page .crm-orders-alerts{gap:8px!important}.crm-orders-board-page .crm-orders-alerts>div{border-radius:16px!important;min-height:68px!important;padding:11px 14px!important}.crm-orders-board-page .crm-orders-alerts span{margin-bottom:4px!important;font-size:10px!important}.crm-orders-board-page .crm-orders-alerts b{font-size:20px!important;line-height:1!important}.crm-orders-board-page .crm-folder-tabs{gap:6px!important;padding:1px 1px 6px!important}.crm-orders-board-page .crm-folder-tab{border-radius:13px!important;gap:8px!important;min-height:40px!important;padding:0 12px!important;font-size:12px!important}.crm-orders-board-page .crm-folder-tab b{min-width:22px!important;height:22px!important;padding:0 6px!important;font-size:11px!important}.crm-orders-board-page .crm-folder-panel{border-radius:22px!important;padding:8px!important}.crm-orders-board-page .crm-folder-panel-head{border-radius:16px!important;gap:12px!important;padding:13px 16px!important}.crm-orders-board-page .crm-folder-panel-head h2{font-size:22px!important}.crm-orders-board-page .crm-folder-panel-head p{margin-top:3px!important;font-size:11px!important}.crm-orders-board-page .crm-folder-panel-head strong{width:38px!important;min-width:38px!important;height:38px!important;font-size:17px!important}.crm-orders-board-page .crm-folder-orders{gap:8px!important;margin-top:8px!important}.crm-orders-board-page .crm-order-ticket{border-radius:18px!important;padding:12px!important}.crm-orders-board-page .crm-order-ticket-top{gap:12px!important;padding-bottom:8px!important}.crm-orders-board-page .crm-order-ticket-top h3{font-size:21px!important;line-height:1!important}.crm-orders-board-page .crm-order-ticket-top p{margin-top:3px!important;font-size:11px!important}.crm-orders-board-page .crm-order-ticket-badges{gap:5px!important}.crm-orders-board-page .crm-order-ticket-badges span{min-height:24px!important;padding:0 9px!important;font-size:10px!important}.crm-orders-board-page .crm-order-ticket-main{gap:8px!important;margin-top:8px!important}.crm-orders-board-page .crm-order-ticket-main>div{border-radius:14px!important;padding:10px!important}.crm-orders-board-page .crm-order-ticket-main span,.crm-orders-board-page .crm-order-products-mini span{margin-bottom:4px!important;font-size:9px!important}.crm-orders-board-page .crm-order-ticket-main b{font-size:14px!important;line-height:1.2!important}.crm-orders-board-page .crm-order-ticket-main p{margin-top:3px!important;font-size:12px!important;line-height:1.25!important}.crm-orders-board-page .crm-order-products-mini{border-radius:14px!important;gap:10px!important;margin-top:8px!important;padding:10px 12px!important}.crm-orders-board-page .crm-order-products-mini b,.crm-orders-board-page .crm-order-products-mini summary{font-size:12px!important}.crm-orders-board-page .crm-order-products-details{gap:5px!important;margin-top:8px!important}.crm-orders-board-page .crm-order-products-details div{border-radius:10px!important;padding:7px 8px!important}.crm-orders-board-page .crm-order-products-details span,.crm-orders-board-page .crm-order-products-details b,.crm-orders-board-page .crm-order-products-details strong{font-size:11px!important}.crm-orders-board-page .crm-order-comment-mini,.crm-orders-board-page .crm-cod-warning,.crm-orders-board-page .crm-order-mini-note{border-radius:12px!important;margin-top:8px!important;padding:8px 10px!important;font-size:12px!important;line-height:1.25!important}.crm-orders-board-page .crm-order-ticket-actions{gap:6px!important;margin-top:8px!important;padding-top:8px!important}.crm-orders-board-page .crm-order-ticket-actions button{min-height:34px!important;padding:0 12px!important;font-size:12px!important}@media (max-width:1100px){.crm-orders-board-page .crm-orders-alerts{grid-template-columns:repeat(5,minmax(110px,1fr))!important;overflow-x:auto!important}}@media (max-width:720px){.crm-orders-board-page .crm-orders-board-head h1{font-size:34px!important}.crm-orders-board-page .crm-orders-alerts{grid-template-columns:repeat(2,1fr)!important;overflow:visible!important}.crm-orders-board-page .crm-order-ticket-main{grid-template-columns:1fr!important}}@media (min-width:721px){.crm-orders-board-page .crm-folder-orders{gap:6px!important}.crm-orders-board-page .crm-order-ticket{border-radius:16px!important;padding:9px 10px 10px!important}.crm-orders-board-page .crm-order-ticket-top{gap:8px!important;padding-bottom:6px!important}.crm-orders-board-page .crm-order-ticket-top h3{font-size:18px!important;line-height:1!important}.crm-orders-board-page .crm-order-ticket-top p{margin-top:2px!important;font-size:10px!important;line-height:1.1!important}.crm-orders-board-page .crm-order-ticket-badges{gap:4px!important}.crm-orders-board-page .crm-order-ticket-badges span{min-height:22px!important;padding:0 8px!important;font-size:9px!important}.crm-orders-board-page .crm-order-ticket-main{grid-template-columns:1.05fr 1.05fr 1.25fr .7fr!important;align-items:start!important;gap:6px!important;margin-top:6px!important}.crm-orders-board-page .crm-order-ticket-main>div{border-radius:11px!important;min-height:0!important;padding:7px 9px!important}.crm-orders-board-page .crm-order-ticket-main span,.crm-orders-board-page .crm-order-products-mini span{letter-spacing:.08em!important;margin-bottom:2px!important;font-size:8px!important;line-height:1.05!important}.crm-orders-board-page .crm-order-ticket-main b{font-size:12px!important;line-height:1.15!important}.crm-orders-board-page .crm-order-ticket-main p{margin:2px 0 0!important;font-size:10px!important;line-height:1.15!important}.crm-orders-board-page .crm-order-products-mini{border-radius:11px!important;align-items:center!important;gap:8px!important;margin-top:6px!important;padding:7px 9px!important}.crm-orders-board-page .crm-order-products-mini b,.crm-orders-board-page .crm-order-products-mini summary{font-size:11px!important;line-height:1.15!important}.crm-orders-board-page .crm-order-products-details{gap:4px!important;margin-top:6px!important}.crm-orders-board-page .crm-order-products-details div{border-radius:8px!important;padding:6px 7px!important}.crm-orders-board-page .crm-order-products-details span,.crm-orders-board-page .crm-order-products-details b,.crm-orders-board-page .crm-order-products-details strong{font-size:10px!important}.crm-orders-board-page .crm-order-comment-mini,.crm-orders-board-page .crm-cod-warning,.crm-orders-board-page .crm-order-mini-note{border-radius:10px!important;margin-top:6px!important;padding:6px 9px!important;font-size:10px!important;line-height:1.2!important}.crm-orders-board-page .crm-order-ticket-actions{gap:5px!important;margin-top:6px!important;padding-top:6px!important}.crm-orders-board-page .crm-order-ticket-actions button{min-height:30px!important;padding:0 10px!important;font-size:11px!important}}@page{size:A4 portrait;margin:5mm}@media print{html,body,.shs-receipt-page{background:#fff!important;width:auto!important;min-height:0!important;margin:0!important;padding:0!important}.shs-receipt-paper{box-sizing:border-box!important;width:100%!important;max-width:none!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:4mm 5mm!important;font-size:9px!important;line-height:1.18!important}.shs-receipt-top{align-items:flex-start!important;gap:6mm!important;margin:0 0 2.5mm!important}.shs-receipt-logo{border-radius:3mm!important;width:10mm!important;height:10mm!important;font-size:11px!important}.shs-receipt-top p{margin:1mm 0 0!important;font-size:8.5px!important}.shs-receipt-top span{font-size:7.5px!important}.shs-receipt-top h1{margin:1mm 0 0!important;font-size:21px!important;line-height:1!important}.shs-receipt-title-row{gap:2mm!important;margin-top:0!important}.shs-receipt-title-row>div{border-radius:3mm!important;min-height:0!important;padding:2mm 2.5mm!important}.shs-receipt-title-row span,.shs-receipt-seller-box span,.shs-receipt-info-grid span,.shs-receipt-bottom span{margin-bottom:.7mm!important;font-size:7px!important;line-height:1.1!important}.shs-receipt-title-row b{font-size:9.5px!important;line-height:1.15!important}.shs-receipt-seller-box{break-inside:avoid!important;border-radius:3mm!important;margin-top:2mm!important;padding:2.5mm!important}.shs-receipt-seller-head{gap:4mm!important;padding-bottom:1.5mm!important}.shs-receipt-seller-head h2,.shs-receipt-seller-head b{font-size:11px!important;line-height:1.15!important}.shs-receipt-seller-grid{gap:1.5mm 4mm!important;margin-top:2mm!important}.shs-receipt-seller-grid p{margin:0!important;font-size:8.5px!important;line-height:1.2!important}.shs-receipt-info-grid{gap:2mm!important;margin-top:2mm!important}.shs-receipt-info-grid>div{border-radius:3mm!important;min-height:0!important;padding:2mm 2.5mm!important}.shs-receipt-info-grid b{font-size:9.5px!important;line-height:1.15!important}.shs-receipt-info-grid p{margin:.7mm 0 0!important;font-size:8px!important;line-height:1.18!important}.shs-receipt-table{page-break-inside:auto!important;break-inside:auto!important;margin-top:2mm!important;overflow:visible!important}.shs-receipt-table-head,.shs-receipt-table-row{page-break-inside:avoid!important;break-inside:avoid!important;grid-template-columns:6mm minmax(0,1.55fr) minmax(0,.8fr) minmax(0,1fr) 10mm 17mm 18mm!important;min-width:0!important}.shs-receipt-table-head{min-height:0!important;padding:1.7mm 1mm!important}.shs-receipt-table-row{min-height:0!important;padding:1.8mm 1mm!important}.shs-receipt-table-head span{font-size:7px!important;line-height:1.1!important}.shs-receipt-table-row span,.shs-receipt-table-row b{overflow-wrap:anywhere!important;font-size:8px!important;line-height:1.15!important}.shs-receipt-total{break-inside:avoid!important;border-radius:3mm!important;margin-top:2mm!important;padding:2mm 3mm!important}.shs-receipt-total span{font-size:7.5px!important;line-height:1.1!important}.shs-receipt-total b{font-size:15px!important;line-height:1!important}.shs-receipt-note{page-break-inside:avoid!important;break-inside:avoid!important;border-radius:3mm!important;margin-top:2mm!important;padding:2mm 2.5mm!important;font-size:8px!important;line-height:1.2!important}.shs-receipt-bottom{display:none!important}}.account-page-premium{background:radial-gradient(circle at 10% 0,#c59e632e,#0000 30%),radial-gradient(circle at 95% 12%,#11111112,#0000 24%),linear-gradient(145deg,#f8f5f0 0%,#eee7df 100%);min-height:100vh;padding:42px 0 90px;position:relative;overflow:hidden}.account-page-premium:before{content:"";pointer-events:none;border:1px solid #a87e4526;border-radius:50%;width:430px;height:430px;position:absolute;top:-180px;right:-150px}.account-page-premium .account-container{z-index:1;max-width:1240px;position:relative}.account-loading-card,.account-error-card{text-align:center;background:#ffffffe6;border:1px solid #daccbcf2;border-radius:34px;width:min(680px,100%);margin:70px auto;padding:48px;box-shadow:0 26px 80px #3a2b1c1f}.account-loading-logo{color:#fff;letter-spacing:.16em;background:#111;border-radius:25px;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 22px;font-size:24px;font-weight:950;display:flex}.account-loading-card h1,.account-error-card h1{color:#111;margin:0 0 12px;font-size:clamp(30px,5vw,46px);line-height:1.05}.account-loading-card p,.account-error-card p{color:#75695f;margin:0;font-size:17px;line-height:1.6}.account-loading-line{background:#ece4da;border-radius:999px;height:6px;margin-top:28px;position:relative;overflow:hidden}.account-loading-line:after{content:"";border-radius:inherit;background:#111;width:42%;animation:1.2s ease-in-out infinite alternate accountLoadingLine;position:absolute;inset:0}@keyframes accountLoadingLine{0%{transform:translate(-10%)}to{transform:translate(150%)}}.account-error-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.account-primary-button,.account-secondary-button,.account-hero-primary,.account-hero-secondary{cursor:pointer;border-radius:15px;justify-content:center;align-items:center;min-height:50px;padding:0 20px;font-size:15px;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.account-primary-button,.account-hero-primary{color:#fff;background:#111;border:1px solid #111;box-shadow:0 12px 28px #11111129}.account-secondary-button{color:#111;background:#fff;border:1px solid #ddd1c3}.account-primary-button:hover,.account-secondary-button:hover,.account-hero-primary:hover,.account-hero-secondary:hover{transform:translateY(-2px)}.account-premium-hero{color:#fff;background:radial-gradient(circle at 82% 12%,#cdab7140,#0000 27%),linear-gradient(135deg,#0c0c0c 0%,#1c1a18 100%);border-radius:38px;grid-template-columns:minmax(0,1fr) 320px;gap:30px;margin-bottom:20px;padding:42px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #120f0c33}.account-premium-hero:after{content:"SHS";color:#ffffff09;letter-spacing:.08em;pointer-events:none;font-size:190px;font-weight:950;line-height:1;position:absolute;bottom:-48px;right:-20px}.account-premium-hero-content,.account-profile-mini{z-index:1;position:relative}.account-premium-brand{color:#ffffffb3;letter-spacing:.04em;align-items:center;gap:13px;margin-bottom:44px;font-size:13px;font-weight:800;display:flex}.account-premium-logo{color:#111;letter-spacing:.15em;background:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:62px;height:35px;padding-left:4px;font-size:15px;font-weight:950;display:inline-flex}.account-premium-kicker,.account-card-kicker{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;font-size:12px;font-weight:950;display:inline-flex}.account-premium-kicker{color:#e4c18d;background:#ffffff1a;margin-bottom:16px;padding:8px 13px}.account-card-kicker{color:#9b6c2b;margin-bottom:10px}.account-premium-welcome h1{color:#fff;letter-spacing:-.045em;max-width:700px;margin:0 0 15px;font-size:clamp(39px,5vw,66px);line-height:.98}.account-premium-welcome p{color:#ffffffb3;max-width:680px;margin:0;font-size:18px;line-height:1.6}.account-premium-hero-actions{flex-wrap:wrap;gap:11px;margin-top:30px;display:flex}.account-hero-primary{color:#111;box-shadow:none;background:#fff;border-color:#fff}.account-hero-secondary{color:#fff;background:#ffffff12;border:1px solid #ffffff3b}.account-profile-mini{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff13;border:1px solid #ffffff21;border-radius:28px;align-self:center;padding:27px}.account-profile-avatar{color:#111;background:linear-gradient(145deg,#e6c38d,#a97938);border-radius:23px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:23px;font-size:22px;font-weight:950;display:flex;box-shadow:0 14px 30px #0003}.account-profile-mini>div:nth-child(2){flex-direction:column;display:flex}.account-profile-mini span{color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.account-profile-mini b{color:#fff;margin-top:7px;font-size:18px;line-height:1.25}.account-profile-mini small{color:#dab57c;margin-top:6px;font-weight:800}.account-profile-progress{background:#ffffff1f;border-radius:999px;height:6px;margin-top:21px;overflow:hidden}.account-profile-progress span{border-radius:inherit;background:linear-gradient(90deg,#d5a863,#f0d4a4);height:100%;display:block}.account-premium-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.account-premium-stats article{background:#ffffffe8;border:1px solid #e6dbcf;border-radius:25px;min-height:142px;padding:23px;position:relative;overflow:hidden;box-shadow:0 14px 38px #3e2d1d0f}.account-premium-stats article:after{content:"";background:#c2995b14;border-radius:50%;width:105px;height:105px;position:absolute;bottom:-40px;right:-30px}.account-premium-stats span,.account-premium-stats small{z-index:1;display:block;position:relative}.account-premium-stats span{color:#87786a;font-size:13px;font-weight:850}.account-premium-stats b{z-index:1;color:#111;margin:12px 0 8px;font-size:clamp(25px,3vw,35px);line-height:1;display:block;position:relative}.account-premium-stats small{color:#a29487;font-weight:700}.account-current-order{background:#fff;border:1px solid #dfd1c3;border-radius:30px;margin-bottom:20px;padding:30px;box-shadow:0 18px 45px #3d2d1d12}.account-section-title{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.account-section-title h2{color:#111;margin:0 0 6px;font-size:28px}.account-section-title p{color:#877b70;margin:0}.account-order-status{border-radius:999px;flex:none;padding:9px 13px;font-size:13px;font-weight:950}.account-order-status-new,.account-status-new{color:#1556a1;background:#e7f0ff}.account-order-status-progress,.account-status-progress{color:#82560f;background:#fff1d5}.account-order-status-shipping,.account-status-shipping{color:#6940a7;background:#eee5ff}.account-order-status-success,.account-status-success{color:#17653a;background:#dff5e7}.account-order-status-danger,.account-status-danger{color:#a62222;background:#ffe2e2}.account-progress-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:32px 0;display:grid;position:relative}.account-progress-track:before{content:"";background:#e7ded5;height:2px;position:absolute;top:18px;left:9%;right:9%}.account-progress-step{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.account-progress-step span{color:#86796d;background:#e7ded5;border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:37px;height:37px;font-size:12px;font-weight:950;display:flex;box-shadow:0 0 0 1px #e1d8cf}.account-progress-step b{color:#978a7e;margin-top:9px;font-size:12px}.account-progress-step.is-reached span{color:#fff;background:#111;box-shadow:0 0 0 1px #111}.account-progress-step.is-reached b{color:#111}.account-current-order-footer{border-top:1px solid #eee5dc;grid-template-columns:1.4fr 1fr .7fr;gap:12px;padding-top:21px;display:grid}.account-current-order-footer>div{min-width:0}.account-current-order-footer span,.account-current-order-footer b{display:block}.account-current-order-footer span{color:#988a7e;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:850}.account-current-order-footer b{overflow-wrap:anywhere;color:#111}.account-current-order-empty{justify-content:space-between;align-items:center;gap:22px;display:flex}.account-current-order-empty h2{color:#111;margin:0 0 8px}.account-current-order-empty p{color:#766a5f;margin:0}.account-premium-grid{grid-template-columns:1.05fr 1fr .95fr;gap:16px;margin-bottom:20px;display:grid}.account-premium-card{background:#fffffff0;border:1px solid #e4d8cc;border-radius:28px;min-width:0;padding:27px;box-shadow:0 14px 38px #3e2d1d0e}.account-premium-card h2{color:#111;margin:0;font-size:23px}.account-premium-card p{color:#6f645a;line-height:1.6}.account-card-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.account-profile-avatar-small{width:48px;height:48px;box-shadow:none;border-radius:16px;margin:0;font-size:15px}.account-info-list-premium div{align-items:flex-start;padding:13px 0}.account-info-list-premium span{font-size:13px}.account-info-list-premium b{overflow-wrap:anywhere;max-width:62%;font-size:14px}.account-size-profile{background:radial-gradient(circle at 100% 0,#d0a96d26,#0000 36%),#fff}.account-size-chips{flex-wrap:wrap;gap:8px;margin:22px 0 18px;display:flex}.account-size-chips span{color:#111;background:#f8f3ed;border:1px solid #d9c9b9;border-radius:12px;align-items:center;min-height:39px;padding:0 13px;font-size:13px;font-weight:900;display:inline-flex}.account-size-empty{background:#faf7f3;border:1px dashed #d9c9b9;border-radius:18px;margin-top:20px;padding:18px}.account-size-empty b{color:#111}.account-size-empty p{margin-bottom:0;font-size:14px}.account-card-link{color:#111;text-underline-offset:4px;margin-top:7px;font-weight:900;display:inline-flex}.account-recommendation-card{color:#fff;background:radial-gradient(circle at 100% 0,#ddb87e30,#0000 38%),linear-gradient(145deg,#1a1816,#0e0e0e)}.account-recommendation-card h2{color:#fff}.account-recommendation-card .account-card-kicker{color:#deb779}.account-recommendation-card p{color:#ffffffb3}.account-recommendation-card p b{color:#fff}.account-recommendation-card .account-primary-button{color:#111;box-shadow:none;background:#fff;border-color:#fff}.account-premium-orders{background:#fffffff0;border:1px solid #e0d3c6;border-radius:32px;padding:31px;box-shadow:0 20px 50px #3e2d1d12}.account-orders-header{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.account-orders-header h2{color:#111;margin:0 0 7px;font-size:30px}.account-orders-header p{color:#81756a;margin:0}.account-orders-catalog-link{color:#111;text-underline-offset:4px;flex:none;font-weight:900}.account-order-filters{border-bottom:1px solid #eee4da;gap:9px;margin:25px 0 20px;padding-bottom:19px;display:flex;overflow-x:auto}.account-order-filters button{color:#675d54;cursor:pointer;background:#fff;border:1px solid #ded3c8;border-radius:13px;flex:none;align-items:center;gap:8px;min-height:43px;padding:0 13px;font-weight:900;display:inline-flex}.account-order-filters button span{background:#f0e9e2;border-radius:999px;justify-content:center;align-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:inline-flex}.account-order-filters button.is-active{color:#fff;background:#111;border-color:#111}.account-order-filters button.is-active span{background:#ffffff29}.account-orders-list-premium{gap:13px}.account-order-item-premium{background:#faf8f5;border:1px solid #e5dbd1;border-radius:23px;padding:23px;overflow:hidden}.account-order-item-premium.account-order-tone-success{border-left:4px solid #3d9a63}.account-order-item-premium.account-order-tone-shipping{border-left:4px solid #7a53b8}.account-order-item-premium.account-order-tone-progress{border-left:4px solid #c18832}.account-order-item-premium.account-order-tone-new{border-left:4px solid #3979be}.account-order-item-premium.account-order-tone-danger{border-left:4px solid #c34242}.account-order-number-block span,.account-order-number-block small{display:block}.account-order-number-block span{color:#978a7e;letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:900}.account-order-number-block b{margin:5px 0;font-size:22px}.account-order-number-block small{color:#8b7e72}.account-status-badge,.account-payment-badge{margin-top:0!important}.account-payment-badge{color:#fff!important;background:#111!important}.account-order-mini-progress{background:#e8dfd6;border-radius:999px;height:5px;margin:4px 0 20px;overflow:hidden}.account-order-mini-progress span{border-radius:inherit;background:linear-gradient(90deg,#bc8840,#111);height:100%;display:block}.account-order-problem-note{color:#9a2828;background:#ffe9e9;border-radius:12px;margin-bottom:18px;padding:11px 13px;font-size:13px;font-weight:850}.account-order-summary{grid-template-columns:.65fr 1.8fr .8fr;gap:12px;display:grid}.account-order-summary>div,.account-order-delivery-details>div{background:#fff;border-radius:14px;min-width:0;padding:13px}.account-order-summary span,.account-order-delivery-details span{color:#9a8d80;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:850;display:block}.account-order-summary b,.account-order-delivery-details b{overflow-wrap:anywhere;color:#111;font-size:13px;display:block}.account-order-product-premium{padding:17px 0}.account-order-product-label{text-transform:uppercase;font-size:10px;font-weight:900;color:#9a8d80!important;margin-bottom:5px!important}.account-order-product-actions{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.account-order-product-actions a{color:#111;text-underline-offset:3px;font-size:13px;font-weight:900}.account-order-delivery-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.account-order-footer-premium{border-top:1px solid #e4dacf;align-items:center;margin-top:16px;padding-top:17px}.account-order-footer-premium button{color:#111;cursor:pointer;background:#fff;border:1px solid #d8ccbf;border-radius:12px;min-height:40px;padding:0 14px;font-weight:900}.account-order-footer-premium strong{font-size:20px}.account-empty-premium{background:#faf7f3;border:1px dashed #d8ccbf;padding:45px 25px}.account-empty-logo{color:#fff;letter-spacing:.13em;background:#111;border-radius:19px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 18px;font-size:16px;font-weight:950;display:flex}.account-empty-premium h3{color:#111;margin:0 0 8px;font-size:23px}.account-empty-premium p{color:#766a5f;max-width:520px;margin:0 auto 21px;line-height:1.55}@media (max-width:1050px){.account-premium-hero{grid-template-columns:minmax(0,1fr) 270px}.account-premium-grid{grid-template-columns:1fr 1fr}.account-recommendation-card{grid-column:1/-1}.account-premium-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.account-page-premium{padding:18px 0 58px}.account-page-premium .account-container{width:min(100% - 22px,1240px)}.account-premium-hero{border-radius:28px;grid-template-columns:1fr;gap:23px;padding:27px 20px}.account-premium-brand{margin-bottom:30px}.account-premium-welcome h1{font-size:42px}.account-premium-welcome p{font-size:16px}.account-profile-mini{padding:21px}.account-premium-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.account-premium-stats article{border-radius:20px;min-height:123px;padding:18px 15px}.account-premium-stats b{font-size:25px}.account-current-order,.account-premium-orders,.account-premium-card{border-radius:24px;padding:21px 17px}.account-section-title,.account-orders-header,.account-current-order-empty{flex-direction:column}.account-progress-track{grid-template-columns:repeat(5,72px);justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.account-progress-track:before{display:none}.account-current-order-footer,.account-order-summary,.account-order-delivery-details,.account-premium-grid{grid-template-columns:1fr}.account-recommendation-card{grid-column:auto}.account-order-top{gap:13px}.account-order-badges{justify-content:flex-start}.account-order-product-actions{align-items:flex-start}.account-order-footer-premium{flex-direction:row;align-items:center}.account-loading-card,.account-error-card{border-radius:27px;margin:35px auto;padding:31px 20px}}@media (max-width:480px){.account-premium-hero-actions,.account-error-actions{flex-direction:column}.account-hero-primary,.account-hero-secondary,.account-primary-button,.account-secondary-button{width:100%}.account-premium-stats{grid-template-columns:1fr 1fr}.account-premium-stats article{min-height:114px}.account-premium-stats span{font-size:11px}.account-premium-stats b{font-size:22px}.account-order-item-premium{padding:18px 14px}.account-order-footer-premium{flex-direction:column;align-items:stretch}.account-order-footer-premium button{width:100%}.account-order-footer-premium strong{text-align:left}}.account-profile-card-actions{align-items:center;gap:10px;display:flex}.account-profile-edit-button{color:#111;cursor:pointer;background:#fff;border:1px solid #d7c8b8;border-radius:12px;min-height:40px;padding:0 14px;font-size:13px;font-weight:900;transition:transform .18s,border-color .18s,background .18s}.account-profile-edit-button:hover{background:#f7f2ec;border-color:#111;transform:translateY(-1px)}.account-profile-saved-message{color:#17643a;background:#e9f8ef;border:1px solid #b9dec8;border-radius:13px;margin-bottom:15px;padding:11px 13px;font-size:13px;font-weight:850}.account-profile-modal{z-index:1000;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.account-profile-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0a0908bd;border:none;width:100%;height:100%;position:absolute;inset:0}.account-profile-modal-card{z-index:1;background:radial-gradient(circle at 100% 0,#d1aa6f29,#0000 34%),#fff;border:1px solid #e1d4c7;border-radius:29px;width:min(650px,100%);max-height:calc(100vh - 44px);padding:31px;position:relative;overflow-y:auto;box-shadow:0 35px 100px #00000052}.account-profile-modal-head{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:24px;display:flex}.account-profile-modal-head h2{color:#111;margin:0 0 8px;font-size:30px;line-height:1.08}.account-profile-modal-head p{color:#766a5f;max-width:480px;margin:0;font-size:14px;line-height:1.55}.account-profile-modal-close{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd1c5;border-radius:13px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;line-height:1;display:flex}.account-profile-modal-close:disabled{cursor:not-allowed;opacity:.5}.account-profile-form{flex-direction:column;gap:17px;display:flex}.account-profile-form label{color:#342f2a;flex-direction:column;gap:8px;font-size:13px;font-weight:900;display:flex}.account-profile-form input[type=text],.account-profile-form input[type=email],.account-profile-form input:not([type]){color:#111;width:100%;min-height:49px;font:inherit;background:#fff;border:1px solid #ded2c6;border-radius:13px;outline:none;padding:0 14px;font-weight:750;transition:border-color .18s,box-shadow .18s}.account-profile-form input:focus{border-color:#a97938;box-shadow:0 0 0 4px #a979381f}.account-profile-form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.account-profile-phone-lock{background:#f7f3ee;border:1px solid #e5dbd1;border-radius:17px;padding:15px}.account-profile-phone-lock input{cursor:not-allowed;color:#75695f!important;background:#ebe5de!important}.account-profile-phone-lock p{color:#8c7e71;margin:9px 0 0;font-size:12px;line-height:1.45}.account-profile-checkbox{cursor:pointer;background:#faf7f3;border:1px solid #ded2c6;border-radius:15px;align-items:flex-start;padding:15px;flex-direction:row!important;gap:11px!important}.account-profile-checkbox input{accent-color:#111;flex:none;width:19px;height:19px;margin:1px 0 0}.account-profile-checkbox span{color:#4d453e;font-size:13px;font-weight:750;line-height:1.45}.account-profile-form-error{color:#a32525;background:#fff0f0;border:1px solid #efbcbc;border-radius:13px;padding:12px 14px;font-size:13px;font-weight:850}.account-profile-modal-actions{justify-content:flex-end;gap:11px;padding-top:5px;display:flex}.account-profile-cancel-button,.account-profile-save-button{cursor:pointer;border-radius:14px;min-height:48px;padding:0 19px;font-size:14px;font-weight:900}.account-profile-cancel-button{color:#111;background:#fff;border:1px solid #d8ccc0}.account-profile-save-button{color:#fff;background:#111;border:1px solid #111;box-shadow:0 12px 28px #1111112b}.account-profile-cancel-button:disabled,.account-profile-save-button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.account-profile-card-actions{flex-direction:column;align-items:flex-end}.account-profile-modal{align-items:flex-end;padding:0}.account-profile-modal-card{border-radius:27px 27px 0 0;width:100%;max-height:92vh;padding:24px 17px 20px}.account-profile-modal-head h2{font-size:26px}.account-profile-form-grid{grid-template-columns:1fr}.account-profile-modal-actions{flex-direction:column-reverse}.account-profile-cancel-button,.account-profile-save-button{width:100%}}.account-insole-profile-value{align-items:flex-end;gap:8px;margin:18px 0 14px;display:flex}.account-insole-profile-value strong{color:#111;letter-spacing:-3px;font-size:clamp(48px,6vw,68px);font-weight:950;line-height:.88}.account-insole-profile-value span{color:#8a7765;padding-bottom:5px;font-size:17px;font-weight:900}.account-card-link-button{appearance:none;text-align:left;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-family:inherit}.account-profile-field-help{color:#8a7d71;margin-top:1px;font-size:12px;font-weight:650;line-height:1.5;display:block}@media (max-width:640px){.account-insole-profile-value strong{font-size:52px}.account-insole-profile-value span{font-size:15px}}.account-insole-suggestion{background:linear-gradient(135deg,#b38b5deb,#efdcbee0,#976f45eb);border-radius:28px;margin:24px 0;padding:1px;position:relative;overflow:hidden;box-shadow:0 24px 65px #46301d24,0 8px 22px #46301d14}.account-insole-suggestion:before{content:"";filter:blur(4px);pointer-events:none;background:#ffffff38;border-radius:50%;width:230px;height:230px;position:absolute;top:-90px;right:-70px}.account-insole-suggestion-content{z-index:1;background:radial-gradient(circle at 100% 0,#fff7eafa,#fffffffc 52%);border-radius:27px;padding:clamp(24px,4vw,38px);position:relative}.account-insole-suggestion-content h2{color:#17120e;letter-spacing:-1.1px;margin:7px 0 10px;font-size:clamp(25px,3vw,36px);font-weight:950;line-height:1.08}.account-insole-suggestion-content>p{color:#746556;max-width:760px;margin:0;font-size:15px;font-weight:650;line-height:1.65}.account-insole-suggestion-content>p b{color:#2c2118;font-weight:900}.account-insole-suggestion-values{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);align-items:center;gap:18px;max-width:630px;margin:24px 0;display:grid}.account-insole-suggestion-values>div{background:#faf6f0e0;border:1px solid #96744f29;border-radius:20px;flex-direction:column;gap:7px;padding:18px 20px;display:flex}.account-insole-suggestion-values>div:last-child{background:linear-gradient(145deg,#f6e9d5f5,#fffbf4fa);border-color:#996f3e57;box-shadow:0 12px 30px #6f4c2817}.account-insole-suggestion-values span{color:#8b7a69;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:850}.account-insole-suggestion-values strong{color:#1d1712;letter-spacing:-1.2px;font-size:clamp(25px,3vw,34px);font-weight:950;line-height:1}.account-insole-suggestion-arrow{color:#a27a4e;font-size:27px;font-weight:900}.account-insole-suggestion-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.account-insole-suggestion-actions button{min-height:48px}.account-insole-suggestion-actions button:disabled{cursor:wait;opacity:.62}.account-insole-suggestion-error{color:#a13a3a;background:#fff0f0eb;border:1px solid #bb454533;border-radius:14px;margin:0 0 16px;padding:12px 14px;font-size:14px;font-weight:750;line-height:1.5}@media (max-width:640px){.account-insole-suggestion{border-radius:22px;margin:18px 0}.account-insole-suggestion-content{border-radius:21px;padding:22px 18px}.account-insole-suggestion-values{grid-template-columns:1fr;gap:10px;margin:20px 0}.account-insole-suggestion-arrow{justify-self:center;font-size:22px;transform:rotate(90deg)}.account-insole-suggestion-actions{flex-direction:column;align-items:stretch}.account-insole-suggestion-actions button{width:100%}}.about-hero-card:has(.about-hero-logo){text-align:center;border-radius:34px;align-content:center;justify-items:center;gap:14px;min-height:190px;padding:28px;display:grid}.about-hero-logo{object-fit:contain;object-position:center;width:100%;max-width:124px;max-height:72px;margin:0 auto;display:block}.about-hero-card:has(.about-hero-logo) p{color:#3f3329;text-align:center;max-width:240px;margin:0 auto;font-size:14px;font-weight:950;line-height:1.35}@media (max-width:620px){.about-hero-card:has(.about-hero-logo){min-height:170px;padding:24px}.about-hero-logo{max-width:118px;max-height:68px}}.contacts-hero-card:has(.contacts-hero-logo){text-align:center;border-radius:34px;align-content:center;justify-items:center;gap:14px;min-height:190px;padding:28px;display:grid}.contacts-hero-logo{object-fit:contain;object-position:center;width:100%;max-width:124px;max-height:72px;margin:0 auto;display:block}.contacts-hero-card:has(.contacts-hero-logo) p{color:#3f3329;text-align:center;max-width:240px;margin:0 auto;font-size:14px;font-weight:950;line-height:1.35}@media (max-width:620px){.contacts-hero-card:has(.contacts-hero-logo){min-height:170px;padding:24px}.contacts-hero-logo{max-width:118px;max-height:68px}}.shs-account-name,.shs-mobile-account-name{display:none}@media (min-width:981px){.shs-desktop-account-button.authenticated{color:#6b4ca6!important;background:#f5edff!important;border:1px solid #6b4ca64d!important;border-radius:18px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:70px!important;height:58px!important;padding:6px 11px!important;line-height:1!important;display:inline-flex!important}.shs-desktop-account-button.authenticated .shs-account-icon{width:19px!important;min-width:19px!important;height:19px!important}.shs-desktop-account-button.authenticated .shs-account-icon svg{width:19px!important;height:19px!important}.shs-desktop-account-button.authenticated .shs-account-name{color:#4f337f!important;letter-spacing:-.01em!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:105px!important;font-size:11px!important;font-weight:950!important;line-height:1.05!important;display:block!important;overflow:hidden!important}.shs-desktop-account-button.authenticated:hover{background:#ecddff!important;border-color:#6b4ca685!important}}@media (max-width:980px){.shs-mobile-account-name{display:none!important}.shs-mobile-account-button.authenticated{color:#fff!important;background:linear-gradient(135deg,#6b4ca6 0%,#8a66c7 100%)!important;border-color:#6b4ca6!important;position:relative!important;box-shadow:0 8px 20px #6b4ca64d,0 0 0 3px #6b4ca61a!important}.shs-mobile-account-button.authenticated:after{content:"";background:#28b463;border:2px solid #fff;border-radius:999px;width:9px;height:9px;position:absolute;top:1px;right:1px;box-shadow:0 2px 5px #28b46359}.shs-mobile-account-button.authenticated .shs-account-icon,.shs-mobile-account-button.authenticated .shs-account-icon svg{color:#fff!important;stroke:currentColor!important}}.admin-nav-icon-wrap{flex:none;display:inline-flex;position:relative}.admin-nav-order-badge{z-index:5;color:#fff;letter-spacing:-.02em;pointer-events:none;background:#e53935;border:2px solid #1c1713;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-style:normal;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-9px;box-shadow:0 5px 14px #e539356b,0 0 0 3px #e539351f}.admin-sidebar-nav a.active .admin-nav-order-badge{background:#ff3b36;border-color:#2a211b}@media (max-width:1100px){.admin-nav-order-badge{min-width:20px;height:20px;padding:0 4px;font-size:10px;top:-7px;right:-7px}}.shs-desktop-notification-button,.shs-mobile-notification-button{flex:none;text-decoration:none;position:relative}.shs-notification-icon{color:currentColor;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.shs-notification-icon svg{stroke:currentColor;width:100%;height:100%;display:block;overflow:visible}.shs-desktop-notification-button{color:#6b4ca6!important;background:#f7f1ff!important;border:1px solid #6b4ca63d!important;border-radius:999px!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s!important;display:inline-grid!important;box-shadow:0 8px 22px #6b4ca61f,inset 0 1px #fffc!important}.shs-desktop-notification-button:hover{background:#ecddff!important;border-color:#6b4ca67a!important;transform:translateY(-2px)!important;box-shadow:0 13px 28px #6b4ca633,0 0 0 4px #6b4ca614!important}.shs-desktop-notification-button:focus-visible,.shs-mobile-notification-button:focus-visible{outline-offset:3px!important;outline:3px solid #6b4ca647!important}.shs-notification-badge{z-index:8;color:#fff;letter-spacing:-.03em;pointer-events:none;background:#e53935;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-8px;box-shadow:0 5px 14px #e5393566,0 0 0 3px #e539351a}.shs-mobile-notification-button{display:none!important}@media (max-width:980px){.shs-desktop-notification-button{display:none!important}.shs-mobile-notification-button{color:#fff!important;background:linear-gradient(135deg,#6b4ca6 0%,#8a66c7 100%)!important;border:1px solid #6b4ca6!important;border-radius:999px!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;display:inline-grid!important;box-shadow:0 8px 20px #6b4ca647,0 0 0 3px #6b4ca614!important}.shs-mobile-notification-button .shs-notification-icon{width:19px!important;height:19px!important}.shs-mobile-notification-button:hover{transform:translateY(-1px)}.shs-mobile-notification-button .shs-notification-badge{min-width:19px;height:19px;padding:0 4px;font-size:10px;top:-7px;right:-7px}}@media (min-width:981px){.shs-mobile-notification-button{display:none!important}}.customer-notifications-page{background:radial-gradient(circle at 8% 5%,#8a66c721,#0000 30%),radial-gradient(circle at 92% 15%,#dab88b33,#0000 32%),#f8f4ef;min-height:70vh;padding:42px 0 80px}.customer-notifications-container{gap:22px;display:grid}.customer-notifications-hero{background:radial-gradient(circle at 85% 10%,#ffffffd1,#0000 32%),linear-gradient(135deg,#f7efff 0%,#f2e8ff 46%,#efe1d2 100%);border:1px solid #6b4ca629;border-radius:38px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;min-height:290px;padding:42px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #432e5c21,inset 0 1px #fffc}.customer-notifications-hero:after{content:"";pointer-events:none;border:1px solid #6b4ca624;border-radius:999px;width:260px;height:260px;position:absolute;top:-80px;right:-60px;box-shadow:0 0 0 35px #ffffff1c,0 0 0 70px #ffffff12}.customer-notifications-hero-content{z-index:2;max-width:750px;position:relative}.customer-notifications-back{color:#664a92;align-items:center;gap:7px;margin-bottom:30px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.customer-notifications-back:hover{color:#3f2964}.customer-notifications-kicker{color:#7b5ca9;letter-spacing:.17em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:1000;display:block}.customer-notifications-hero h1{color:#18131c;letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,6vw,76px);line-height:.95}.customer-notifications-hero p{color:#564c5e;max-width:680px;margin:22px 0 0;font-size:16px;font-weight:750;line-height:1.65}.customer-notifications-summary{z-index:2;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #6b4ca62e;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-width:210px;min-height:170px;padding:26px;display:flex;position:relative;box-shadow:0 20px 45px #432e5c1f,inset 0 1px #fff}.customer-notifications-summary-icon{color:#fff;background:#6b4ca6;border-radius:999px;place-items:center;width:48px;height:48px;font-size:24px;display:grid;box-shadow:0 12px 28px #6b4ca64d}.customer-notifications-summary div{gap:2px;display:grid}.customer-notifications-summary b{color:#21182d;font-size:42px;font-weight:1000;line-height:1}.customer-notifications-summary span:last-child{color:#665b6d;font-size:12px;font-weight:900}.customer-notifications-toolbar{background:#ffffffd1;border:1px solid #644c371f;border-radius:25px;justify-content:space-between;align-items:center;gap:18px;min-height:84px;padding:18px 22px;display:flex;box-shadow:0 16px 42px #48372914}.customer-notifications-toolbar>div{gap:4px;display:grid}.customer-notifications-toolbar b{color:#181411;font-size:16px;font-weight:1000}.customer-notifications-toolbar>div span{color:#82756b;font-size:12px;font-weight:850}.customer-notifications-toolbar button,.customer-notifications-error-actions button{color:#fff;cursor:pointer;background:#181411;border:0;border-radius:999px;min-height:44px;padding:0 19px;font-size:12px;font-weight:950;transition:transform .18s,opacity .18s,box-shadow .18s;box-shadow:0 12px 26px #1814112e}.customer-notifications-toolbar button:hover,.customer-notifications-error-actions button:hover{transform:translateY(-2px);box-shadow:0 17px 32px #18141138}.customer-notifications-toolbar button:disabled{opacity:.55;cursor:wait;transform:none}.customer-notifications-all-read{color:#24723d;background:#effbf3;border:1px solid #bce3c9;border-radius:999px;align-items:center;min-height:40px;padding:0 15px;font-size:12px;font-weight:950;display:inline-flex}.customer-notifications-action-error{color:#9f1239;background:#fff1f2;border:1px solid #fecaca;border-radius:18px;padding:15px 18px;font-size:13px;font-weight:850}.customer-notifications-list{gap:18px;display:grid}.customer-notification-card{background:#fffffff0;border:1px solid #644c3721;border-radius:30px;transition:transform .2s,border-color .2s,box-shadow .2s,opacity .2s;position:relative;overflow:hidden;box-shadow:0 18px 50px #42312517}.customer-notification-card:hover{border-color:#6b4ca640;transform:translateY(-3px);box-shadow:0 26px 65px #42312521}.customer-notification-card.is-unread{border-color:#6b4ca652;box-shadow:0 22px 60px #6b4ca621,inset 5px 0 #6b4ca6}.customer-notification-card.is-read{opacity:.82}.customer-notification-card-head{background:#f9f6f2b8;border-bottom:1px solid #644c3717;align-items:center;gap:13px;min-height:72px;padding:15px 22px;display:flex}.customer-notification-type-icon{color:#fff;border-radius:14px;flex:none;place-items:center;width:40px;height:40px;font-size:19px;font-weight:1000;display:grid}.customer-notification-card.restock .customer-notification-type-icon{background:#267a46;box-shadow:0 10px 23px #267a463b}.customer-notification-card.price-drop .customer-notification-type-icon{background:#c24343;box-shadow:0 10px 23px #c243433b}.customer-notification-card.size-match .customer-notification-type-icon{background:#6b4ca6;box-shadow:0 10px 23px #6b4ca640}.customer-notification-card-head>div{gap:3px;min-width:0;display:grid}.customer-notification-type-label{color:#231d28;letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:1000}.customer-notification-card-head time{color:#8a7d72;font-size:11px;font-weight:750}.customer-notification-unread-dot{background:#e53935;border:2px solid #fff;border-radius:999px;flex:none;width:11px;height:11px;margin-left:auto;box-shadow:0 0 0 4px #e539351a,0 5px 12px #e539354d}.customer-notification-card-body{grid-template-columns:122px minmax(0,1fr) auto;align-items:center;gap:22px;padding:22px;display:grid}.customer-notification-product-media{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 40%),#eee4da;border:1px solid #644c371a;border-radius:23px;place-items:center;width:122px;height:122px;display:grid;overflow:hidden}.customer-notification-product-media img{object-fit:cover;width:100%;height:100%;display:block}.customer-notification-product-media span{color:#392d25;letter-spacing:.1em;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:1000}.customer-notification-content{min-width:0}.customer-notification-content h2{color:#181411;letter-spacing:-.03em;margin:0;font-size:23px;font-weight:1000;line-height:1.1}.customer-notification-content>p{color:#62574e;max-width:760px;margin:10px 0 0;font-size:14px;font-weight:750;line-height:1.55}.customer-notification-details{flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px;display:flex}.customer-notification-details span{color:#6d5f54;background:#faf7f4;border:1px solid #e5dbd2;border-radius:999px;align-items:center;gap:4px;min-height:31px;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.customer-notification-details b{color:#211a16;font-weight:1000}.customer-notification-details .available{color:#267a46;background:#effbf3;border-color:#bde2ca;font-weight:950}.customer-notification-price{align-items:baseline;gap:12px;margin-top:15px;display:flex}.customer-notification-price del{color:#9a8d82;font-size:14px;font-weight:800}.customer-notification-price strong{color:#c23838;font-size:23px;font-weight:1000}.customer-notification-action{justify-content:flex-end;align-self:stretch;align-items:center;min-width:190px;display:flex}.customer-notification-action button{color:#fff;white-space:nowrap;cursor:pointer;background:#6b4ca6;border:0;border-radius:999px;min-height:48px;padding:0 19px;font-size:12px;font-weight:1000;transition:transform .18s,background .18s,box-shadow .18s;box-shadow:0 13px 28px #6b4ca640}.customer-notification-action button:hover{background:#593b91;transform:translateY(-2px);box-shadow:0 18px 34px #6b4ca652}.customer-notification-action button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.customer-notifications-empty,.customer-notifications-loading,.customer-notifications-error{text-align:center;background:#ffffffe6;border:1px solid #644c3721;border-radius:34px;align-content:center;place-items:center;gap:13px;min-height:370px;padding:48px 28px;display:grid;box-shadow:0 20px 60px #42312517}.customer-notifications-empty-icon,.customer-notifications-loading-icon{color:#6b4ca6;background:#f2e7ff;border-radius:999px;place-items:center;width:64px;height:64px;font-size:28px;display:grid;box-shadow:0 14px 30px #6b4ca626}.customer-notifications-empty h2,.customer-notifications-loading h1,.customer-notifications-error h1{color:#181411;letter-spacing:-.04em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,46px);line-height:1}.customer-notifications-empty p,.customer-notifications-loading p,.customer-notifications-error p{color:#6d6158;max-width:610px;margin:0;font-size:14px;font-weight:750;line-height:1.6}.customer-notifications-empty a,.customer-notifications-error-actions a{color:#fff;background:#6b4ca6;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 13px 28px #6b4ca63b}.customer-notifications-loading-line{background:#eee7f4;border-radius:999px;width:min(360px,70vw);height:5px;margin-top:12px;overflow:hidden}.customer-notifications-loading-line:after{content:"";border-radius:inherit;background:#6b4ca6;width:42%;height:100%;animation:1.2s ease-in-out infinite shs-notifications-loading;display:block}.customer-notifications-error>span{color:#b42336;letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:1000}.customer-notifications-error-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}@keyframes shs-notifications-loading{0%{transform:translate(-110%)}to{transform:translate(245%)}}@media (max-width:920px){.customer-notifications-page{padding-top:24px}.customer-notifications-hero{border-radius:30px;grid-template-columns:1fr;min-height:auto;padding:30px}.customer-notifications-summary{text-align:left;flex-direction:row;justify-content:flex-start;min-width:0;min-height:110px}.customer-notifications-summary b{font-size:34px}.customer-notification-card-body{grid-template-columns:102px minmax(0,1fr)}.customer-notification-product-media{width:102px;height:102px}.customer-notification-action{grid-column:1/-1;min-width:0}.customer-notification-action button{width:100%}}@media (max-width:620px){.customer-notifications-page{padding:16px 0 50px}.customer-notifications-hero{border-radius:25px;gap:22px;padding:24px 20px}.customer-notifications-back{margin-bottom:24px}.customer-notifications-hero h1{font-size:42px}.customer-notifications-hero p{font-size:14px}.customer-notifications-summary{border-radius:22px;min-height:92px;padding:18px}.customer-notifications-summary-icon{width:42px;height:42px;font-size:20px}.customer-notifications-toolbar{border-radius:21px;flex-direction:column;align-items:stretch;padding:17px}.customer-notifications-toolbar button,.customer-notifications-all-read{justify-content:center;width:100%}.customer-notification-card{border-radius:24px}.customer-notification-card-head{padding:13px 16px}.customer-notification-card-body{grid-template-columns:82px minmax(0,1fr);align-items:start;gap:14px;padding:17px}.customer-notification-content h2{font-size:18px}.customer-notification-content>p{font-size:13px}.customer-notification-details,.customer-notification-price{grid-column:1/-1}.customer-notification-action{grid-column:1/-1}.customer-notifications-empty,.customer-notifications-loading,.customer-notifications-error{border-radius:26px;min-height:330px;padding:35px 20px}.customer-notifications-page{background:radial-gradient(circle at 0 0,#8a66c71c,#0000 34%),radial-gradient(circle at 100% 8%,#dab88b26,#0000 32%),#f8f4ef;padding:10px 0 36px}.customer-notifications-container{gap:10px}.customer-notifications-hero{border-radius:20px;gap:12px;padding:16px;box-shadow:0 16px 38px #432e5c1a,inset 0 1px #ffffffe0}.customer-notifications-hero:after{width:180px;height:180px;top:-72px;right:-78px;box-shadow:0 0 0 24px #ffffff17,0 0 0 48px #ffffff0d}.customer-notifications-back{margin-bottom:12px;font-size:11px}.customer-notifications-kicker{letter-spacing:.15em;margin-bottom:6px;font-size:9px}.customer-notifications-hero h1{letter-spacing:-.045em;font-size:clamp(31px,10vw,37px);line-height:.98}.customer-notifications-hero p{margin-top:11px;font-size:12px;line-height:1.45}.customer-notifications-summary{border-radius:17px;gap:10px;min-height:66px;padding:10px 12px;box-shadow:0 12px 26px #432e5c1a,inset 0 1px #fff}.customer-notifications-summary-icon{width:36px;height:36px;font-size:17px;box-shadow:0 8px 18px #6b4ca63d}.customer-notifications-summary b{font-size:27px}.customer-notifications-summary span:last-child{font-size:10px}.customer-notifications-toolbar{border-radius:17px;flex-direction:row;align-items:center;gap:9px;min-height:58px;padding:10px 12px;box-shadow:0 10px 26px #48372912}.customer-notifications-toolbar>div{gap:2px;min-width:0}.customer-notifications-toolbar b{font-size:13px}.customer-notifications-toolbar>div span{font-size:10px}.customer-notifications-toolbar button,.customer-notifications-all-read{white-space:nowrap;flex:none;width:auto;min-height:36px;padding:0 12px;font-size:10px}.customer-notifications-list{gap:11px}.customer-notification-card{border-radius:19px;box-shadow:0 12px 32px #42312514}.customer-notification-card.is-unread{box-shadow:0 15px 38px #6b4ca61c,inset 3px 0 #6b4ca6}.customer-notification-card-head{gap:9px;min-height:54px;padding:9px 12px}.customer-notification-type-icon{border-radius:11px;width:34px;height:34px;font-size:15px}.customer-notification-card-head>div{gap:1px}.customer-notification-type-label{font-size:10px}.customer-notification-card-head time{font-size:9px}.customer-notification-unread-dot{border-width:2px;width:9px;height:9px;box-shadow:0 0 0 3px #e5393517,0 4px 9px #e539353d}.customer-notification-card-body{grid-template-columns:68px minmax(0,1fr);gap:11px;padding:12px}.customer-notification-product-media{border-radius:15px;width:68px;height:68px}.customer-notification-product-media span{font-size:17px}.customer-notification-content h2{font-size:16px;line-height:1.15}.customer-notification-content>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.customer-notification-details{gap:5px;margin-top:9px}.customer-notification-details span{min-height:25px;padding:0 8px;font-size:9px}.customer-notification-price{gap:8px;margin-top:9px}.customer-notification-price del{font-size:11px}.customer-notification-price strong{font-size:18px}.customer-notification-action{margin-top:1px}.customer-notification-action button{min-height:40px;padding:0 15px;font-size:10px;box-shadow:0 10px 22px #6b4ca638}.customer-notifications-action-error{border-radius:15px;padding:11px 13px;font-size:11px}.customer-notifications-empty,.customer-notifications-loading,.customer-notifications-error{border-radius:21px;gap:10px;min-height:270px;padding:28px 17px}.customer-notifications-empty-icon,.customer-notifications-loading-icon{width:50px;height:50px;font-size:22px}.customer-notifications-empty h2,.customer-notifications-loading h1,.customer-notifications-error h1{font-size:29px}.customer-notifications-empty p,.customer-notifications-loading p,.customer-notifications-error p{font-size:12px;line-height:1.5}.customer-notifications-empty a,.customer-notifications-error-actions a{min-height:40px;padding:0 16px;font-size:10px}}@media (max-width:370px){.customer-notifications-toolbar{flex-direction:column;align-items:stretch}.customer-notifications-toolbar button,.customer-notifications-all-read{justify-content:center;width:100%}}.product-alert-panel{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 35%),linear-gradient(135deg,#faf5ff 0%,#f4ebff 52%,#f8efe6 100%);border:1px solid #6b4ca633;border-radius:28px;gap:18px;margin-top:20px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 48px #6b4ca61c,inset 0 1px #ffffffe6}.product-alert-panel:after{content:"";pointer-events:none;border:1px solid #6b4ca61f;border-radius:999px;width:180px;height:180px;position:absolute;top:-75px;right:-70px;box-shadow:0 0 0 28px #ffffff1a,0 0 0 55px #ffffff0f}.product-alert-panel-head{z-index:2;align-items:flex-start;gap:14px;display:flex;position:relative}.product-alert-panel-icon{color:#fff;background:linear-gradient(135deg,#6b4ca6 0%,#8a66c7 100%);border-radius:17px;place-items:center;width:48px;min-width:48px;height:48px;font-size:22px;font-weight:1000;display:grid;box-shadow:0 12px 27px #6b4ca647,inset 0 1px #ffffff4d}.product-alert-panel-head>div:last-child{min-width:0}.product-alert-panel-head span,.product-alert-panel.is-loading>div:last-child>span{color:#7959a7;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:1000;display:block}.product-alert-panel-head h3{color:#21182c;letter-spacing:-.025em;margin:0;font-size:20px;font-weight:1000;line-height:1.15}.product-alert-panel-head p,.product-alert-panel.is-loading p{color:#62586a;margin:8px 0 0;font-size:13px;font-weight:750;line-height:1.55}.product-alert-panel.is-loading{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:104px}.product-alert-buttons{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid;position:relative}.product-alert-buttons button{color:#2a2130;text-align:left;cursor:pointer;background:#ffffffc7;border:1px solid #6b4ca62e;border-radius:20px;align-items:center;gap:12px;min-width:0;min-height:74px;padding:13px 15px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;box-shadow:0 10px 25px #432e5c12,inset 0 1px #ffffffd9}.product-alert-buttons button:hover:not(:disabled){background:#fff;border-color:#6b4ca666;transform:translateY(-2px);box-shadow:0 16px 30px #432e5c1f,0 0 0 4px #6b4ca60f}.product-alert-buttons button.active{color:#205f36;background:linear-gradient(135deg,#effbf3 0%,#e3f6e9 100%);border-color:#2d854c61;box-shadow:0 14px 30px #2d854c21,inset 0 1px #ffffffe6}.product-alert-buttons button:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;transform:none}.product-alert-buttons button>span{color:#6b4ca6;background:#eee3fa;border-radius:13px;place-items:center;width:38px;min-width:38px;height:38px;font-size:19px;font-weight:1000;line-height:1;display:grid}.product-alert-buttons button.active>span{color:#267a46;background:#d2eddb}.product-alert-buttons button>div{gap:4px;min-width:0;display:grid}.product-alert-buttons b{color:inherit;text-overflow:ellipsis;font-size:12px;font-weight:1000;line-height:1.25;overflow:hidden}.product-alert-buttons small{color:#81768a;font-size:10px;font-weight:800;line-height:1.25}.product-alert-buttons button.active small{color:#4e7d5d}.product-alert-auth-actions{z-index:2;flex-wrap:wrap;gap:9px;display:flex;position:relative}.product-alert-auth-actions a,.product-alert-profile-link{color:#fff;background:#6b4ca6;border-radius:999px;justify-content:center;align-items:center;min-height:43px;padding:0 17px;font-size:11px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 12px 25px #6b4ca638}.product-alert-auth-actions a:hover,.product-alert-profile-link:hover{background:#593b91;transform:translateY(-2px)}.product-alert-auth-actions a+a{color:#60428e;box-shadow:none;background:#fffc;border:1px solid #6b4ca63d}.product-alert-profile-link{z-index:2;justify-self:start;position:relative}.product-alert-progress,.product-alert-notice,.product-alert-error{z-index:2;border-radius:15px;margin:0;padding:11px 13px;font-size:11px;font-weight:850;line-height:1.4;position:relative}.product-alert-progress{color:#65488d;background:#f6effd;border:1px solid #ddd0eb}.product-alert-notice{color:#24723d;background:#effbf3;border:1px solid #bce3c9}.product-alert-error{color:#9f1239;background:#fff1f2;border:1px solid #fecaca}.product-alert-center-link{z-index:2;color:#65488d;justify-self:start;font-size:11px;font-weight:950;line-height:1.3;text-decoration:none;position:relative}.product-alert-center-link:hover{color:#402762;text-underline-offset:4px;text-decoration:underline}@media (max-width:720px){.product-alert-panel{border-radius:23px;gap:15px;margin-top:16px;padding:18px}.product-alert-panel-icon{border-radius:15px;width:43px;min-width:43px;height:43px;font-size:20px}.product-alert-panel-head h3{font-size:18px}.product-alert-buttons{grid-template-columns:1fr}.product-alert-buttons button{border-radius:18px;min-height:68px}.product-alert-auth-actions{grid-template-columns:1fr;display:grid}.product-alert-auth-actions a,.product-alert-profile-link{width:100%}.product-alert-center-link{background:#ffffff9e;border:1px solid #6b4ca62e;border-radius:999px;justify-content:center;justify-self:stretch;align-items:center;min-height:40px;text-decoration:none;display:flex}}.checkout-page{padding:24px 0 56px!important}.checkout-container{width:min(1100px,100% - 32px)!important;max-width:1100px!important}.checkout-topline{margin-bottom:14px!important;font-size:14px!important}.checkout-layout{grid-template-columns:360px minmax(0,1fr)!important;gap:18px!important}.checkout-product-card{border-radius:24px!important;max-width:360px!important;top:18px!important}.checkout-image-box{aspect-ratio:4/3!important}.checkout-product-info{padding:18px!important}.checkout-category,.checkout-kicker{margin-bottom:10px!important;padding:6px 10px!important;font-size:12px!important}.checkout-product-info h1{margin-bottom:8px!important;font-size:25px!important;line-height:1.12!important}.checkout-product-info p,.checkout-form-subtitle{margin-bottom:12px!important;font-size:14px!important;line-height:1.4!important}.checkout-price-row{gap:8px!important;margin-bottom:12px!important}.checkout-price-row strong{font-size:26px!important}.checkout-selected-summary{gap:8px!important}.checkout-selected-summary div{border-radius:14px!important;padding:11px!important}.checkout-selected-summary span{margin-bottom:3px!important;font-size:11px!important}.checkout-selected-summary b{font-size:18px!important}.checkout-form-card{border-radius:24px!important;padding:22px!important}.checkout-form-card h2{margin-bottom:7px!important;font-size:30px!important}.checkout-error{border-radius:14px!important;margin-bottom:12px!important;padding:11px 13px!important}.checkout-form{gap:12px!important}.checkout-field{gap:6px!important}.checkout-field>span{font-size:13px!important}.checkout-fields-grid{gap:12px!important}.checkout-field input,.checkout-field select,.checkout-field textarea{border-radius:14px!important;padding-left:14px!important;padding-right:14px!important;font-size:15px!important}.checkout-field input,.checkout-field select{min-height:48px!important}.checkout-field textarea{height:76px!important;min-height:76px!important;padding-top:12px!important}.checkout-size-list{grid-template-columns:repeat(4,minmax(70px,1fr))!important;gap:8px!important}.checkout-size-btn{border-radius:14px!important;min-height:58px!important;font-size:19px!important}.checkout-size-btn small{font-size:10px!important}.checkout-submit{border-radius:16px!important;min-height:54px!important;font-size:17px!important;box-shadow:0 10px 24px #00000021!important}@media (max-width:980px){.checkout-page{padding-top:20px!important}.checkout-container{width:min(760px,100% - 28px)!important}.checkout-layout{grid-template-columns:1fr!important;gap:16px!important}.checkout-product-card{max-width:none!important;position:relative!important;top:0!important}.checkout-image-box{aspect-ratio:16/7!important}.checkout-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.checkout-page{padding:14px 0 38px!important}.checkout-container{width:min(100% - 20px,520px)!important}.checkout-topline{gap:8px!important;margin-bottom:10px!important}.checkout-layout{gap:12px!important}.checkout-product-card,.checkout-form-card{border-radius:20px!important}.checkout-image-box{aspect-ratio:16/9!important}.checkout-product-info{padding:15px!important}.checkout-product-info h1{font-size:22px!important}.checkout-form-card{padding:18px 14px!important}.checkout-form-card h2{font-size:26px!important}.checkout-fields-grid{grid-template-columns:1fr!important;gap:10px!important}.checkout-form{gap:10px!important}.checkout-size-list{grid-template-columns:repeat(2,1fr)!important}.checkout-submit{min-height:52px!important;font-size:16px!important}}.crm-products-page.crm-receipts-page .crm-receipt-model-list{gap:12px;width:100%;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head{background:linear-gradient(135deg,#f8f1e8e6,#fffffffa);border:1px solid #784f2424;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head>div{gap:4px;min-width:0;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head strong{color:#161616;font-size:14px;font-weight:900}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head span{color:#16161694;font-size:12px;line-height:1.4}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head button{color:#fff;white-space:nowrap;cursor:pointer;background:#161616;border:0;border-radius:999px;min-height:38px;padding:0 16px;font-size:12px;font-weight:800}.crm-products-page.crm-receipts-page .crm-receipt-models{gap:8px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model{background:#fffffffa;border:1px solid #16161617;border-radius:18px;transition:border-color .18s,box-shadow .18s;overflow:hidden;box-shadow:0 7px 22px #0f172a09}.crm-products-page.crm-receipts-page .crm-receipt-model.is-open{border-color:#784f2442;box-shadow:0 15px 35px #0f172a12}.crm-products-page.crm-receipts-page .crm-receipt-model-toggle{color:#161616;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:24px 54px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:74px;padding:9px 14px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model-toggle:hover{background:#f8f1e86b}.crm-products-page.crm-receipts-page .crm-receipt-model-chevron{color:#7c5529;background:#fff;border:1px solid #784f242e;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;font-size:19px;font-weight:800;line-height:1;display:inline-flex}.crm-products-page.crm-receipts-page .crm-receipt-model-photo{background:linear-gradient(135deg,#f8f1e8,#fff);border:1px solid #784f241f;border-radius:13px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.crm-products-page.crm-receipts-page .crm-receipt-model-photo img{object-fit:cover;width:100%;height:100%;display:block}.crm-products-page.crm-receipts-page .crm-receipt-model-photo b{color:#7c5529;letter-spacing:.12em;font-size:11px}.crm-products-page.crm-receipts-page .crm-receipt-model-info{gap:5px;min-width:0;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model-info strong{color:#161616;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;line-height:1.25;overflow:hidden}.crm-products-page.crm-receipts-page .crm-receipt-model-info small{color:#1616168c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.35;overflow:hidden}.crm-products-page.crm-receipts-page .crm-receipt-model-summary{text-align:right;gap:3px;min-width:180px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-model-summary b{color:#161616;font-size:13px;font-weight:900}.crm-products-page.crm-receipts-page .crm-receipt-model-summary small{color:#1616168c;font-size:11px;line-height:1.3}.crm-products-page.crm-receipts-page .crm-receipt-model-body{background:#f8f1e847;border-top:1px solid #16161612;padding:12px 14px 14px}.crm-products-page.crm-receipts-page .crm-receipt-size-editor{width:100%;padding-bottom:3px;overflow-x:auto}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-head,.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row{grid-template-columns:64px 88px 76px 70px 110px 110px 34px;align-items:center;gap:7px;min-width:650px;display:grid}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-head{color:#1616167a;text-transform:uppercase;letter-spacing:.04em;padding:0 4px 7px;font-size:10px;font-weight:800}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row{border-top:1px solid #1616160e;padding:5px 4px}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row input{color:#161616!important;background:#fff!important;border:1px solid #1616161f!important;border-radius:9px!important;outline:none!important;width:100%!important;min-width:0!important;height:34px!important;padding:0 9px!important;font-size:12px!important;font-weight:700!important}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row input:focus{border-color:#784f248c!important;box-shadow:0 0 0 3px #784f2414!important}.crm-products-page.crm-receipts-page .crm-receipt-size-remove{color:#b91c1c!important;cursor:pointer!important;background:#fef2f2f0!important;border:1px solid #be181824!important;border-radius:9px!important;width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;font-size:18px!important;line-height:1!important}.crm-products-page.crm-receipts-page .crm-receipt-model-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.crm-products-page.crm-receipts-page .crm-receipt-model-actions button{color:#161616!important;cursor:pointer!important;background:#fff!important;border:1px solid #784f242e!important;border-radius:999px!important;min-height:34px!important;padding:0 13px!important;font-size:11px!important;font-weight:800!important}.crm-products-page.crm-receipts-page .crm-receipt-model-actions button:hover{border-color:#784f2470!important}.crm-products-page.crm-receipts-page .crm-receipt-model-actions button.danger{margin-left:auto;color:#b91c1c!important;background:#fef2f2f0!important;border-color:#be181829!important}@media (max-width:760px){.crm-products-page.crm-receipts-page .crm-receipt-model-list-head{flex-direction:column;align-items:stretch}.crm-products-page.crm-receipts-page .crm-receipt-model-list-head button{width:100%}.crm-products-page.crm-receipts-page .crm-receipt-model-toggle{grid-template-columns:22px 50px minmax(0,1fr);gap:9px;padding:9px 10px}.crm-products-page.crm-receipts-page .crm-receipt-model-photo{width:50px;height:50px}.crm-products-page.crm-receipts-page .crm-receipt-model-summary{text-align:left;flex-wrap:wrap;grid-column:2/-1;gap:4px 12px;min-width:0;display:flex}.crm-products-page.crm-receipts-page .crm-receipt-model-body{padding:10px}.crm-products-page.crm-receipts-page .crm-receipt-model-actions button{flex:140px}.crm-products-page.crm-receipts-page .crm-receipt-model-actions button.danger{margin-left:0}}.crm-products-page.crm-receipts-page .crm-product-drawer{width:min(1180px,100vw - 320px)!important;max-width:min(1180px,100vw - 320px)!important;padding:22px 24px!important}.crm-products-page.crm-receipts-page .crm-product-drawer-head{margin-bottom:14px!important;padding-bottom:14px!important}.crm-products-page.crm-receipts-page .crm-product-drawer-head h2{margin-top:6px!important;font-size:30px!important;line-height:1.05!important}.crm-products-page.crm-receipts-page .crm-product-drawer-head p{margin-top:7px!important;font-size:13px!important}.crm-products-page.crm-receipts-page .crm-product-form{gap:14px!important}.crm-products-page.crm-receipts-page .crm-product-form-block{border-radius:18px!important;padding:16px!important}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-head,.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row{grid-template-columns:64px 90px 78px 70px minmax(115px,1fr) minmax(115px,1fr) 32px;gap:6px;width:100%;min-width:760px}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row{padding:3px 2px}.crm-products-page.crm-receipts-page .crm-receipt-size-editor-row input{border-radius:8px!important;height:32px!important;padding:0 8px!important}.crm-products-page.crm-receipts-page .crm-receipt-model-toggle{grid-template-columns:22px 48px minmax(0,1fr) 180px;min-height:64px;padding:7px 12px}.crm-products-page.crm-receipts-page .crm-receipt-model-photo{width:48px;height:48px}.crm-products-page.crm-receipts-page .crm-receipt-model-body{padding:8px 12px 12px}@media (max-width:900px){.crm-products-page.crm-receipts-page .crm-product-drawer{width:100vw!important;max-width:100vw!important;padding:16px!important}}.crm-products-page .crm-product-modal,.crm-products-page.crm-receipts-page .crm-product-modal{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:16px!important;overflow-x:hidden!important}.crm-products-page .crm-product-drawer,.crm-products-page.crm-receipts-page .crm-product-drawer{border-radius:24px!important;width:min(1020px,100% - 32px)!important;max-width:min(1020px,100% - 32px)!important;height:calc(100vh - 32px)!important;max-height:920px!important;padding:18px 20px!important;overflow-y:auto!important;box-shadow:0 32px 90px #0f172a47!important}.crm-products-page .crm-product-drawer-head,.crm-products-page.crm-receipts-page .crm-product-drawer-head{margin-bottom:12px!important;padding-bottom:12px!important}.crm-products-page .crm-product-drawer-head h2,.crm-products-page.crm-receipts-page .crm-product-drawer-head h2{margin-top:4px!important;font-size:28px!important;line-height:1.05!important}.crm-products-page .crm-product-drawer-head p,.crm-products-page.crm-receipts-page .crm-product-drawer-head p{margin-top:6px!important;font-size:12px!important;line-height:1.4!important}.crm-products-page .crm-product-form,.crm-products-page.crm-receipts-page .crm-product-form{gap:12px!important}.crm-products-page .crm-product-form-block,.crm-products-page.crm-receipts-page .crm-product-form-block{border-radius:18px!important;padding:14px 16px!important}.crm-products-page .crm-product-form-block-head,.crm-products-page.crm-receipts-page .crm-product-form-block-head{margin-bottom:10px!important}.crm-products-page .crm-product-form-block-head h3,.crm-products-page.crm-receipts-page .crm-product-form-block-head h3{font-size:19px!important;line-height:1.15!important}.crm-products-page .crm-product-form-block-head p,.crm-products-page.crm-receipts-page .crm-product-form-block-head p{margin-top:3px!important;font-size:12px!important}.crm-products-page .crm-product-form-grid,.crm-products-page.crm-receipts-page .crm-product-form-grid{gap:9px 12px!important}.crm-products-page .crm-product-form input,.crm-products-page .crm-product-form select,.crm-products-page.crm-receipts-page .crm-product-form input,.crm-products-page.crm-receipts-page .crm-product-form select{border-radius:12px!important;height:42px!important;min-height:42px!important;padding:0 12px!important}.crm-products-page .crm-product-form textarea,.crm-products-page.crm-receipts-page .crm-product-form textarea{border-radius:12px!important;min-height:78px!important;padding:11px 12px!important}.crm-products-page .crm-product-form-actions,.crm-products-page.crm-receipts-page .crm-product-form-actions{z-index:20!important;background:linear-gradient(#f8f3ec00,#f8f3ec 28%)!important;margin-top:8px!important;padding:10px 0 2px!important;position:sticky!important;bottom:-18px!important}@media (max-width:900px){.crm-products-page .crm-product-modal,.crm-products-page.crm-receipts-page .crm-product-modal{padding:0!important}.crm-products-page .crm-product-drawer,.crm-products-page.crm-receipts-page .crm-product-drawer{border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;padding:14px!important}}.admin-workspace-topbar{border-radius:22px!important;grid-template-columns:minmax(300px,1fr) auto!important;align-items:center!important;gap:16px!important;min-height:0!important;margin:16px 18px 12px!important;padding:16px 20px!important;display:grid!important}.admin-workspace-topbar>div:first-child{min-width:0!important}.admin-topbar-kicker{letter-spacing:.18em!important;font-size:10px!important;line-height:1!important}.admin-workspace-topbar h1{margin:5px 0 4px!important;font-size:clamp(32px,3.2vw,46px)!important;line-height:.98!important}.admin-workspace-topbar p{max-width:620px!important;margin:0!important;font-size:12px!important;line-height:1.35!important}.admin-topbar-actions{flex-wrap:wrap!important;justify-content:flex-end!important;gap:7px!important;max-width:690px!important;display:flex!important}.admin-topbar-actions .admin-site-link,.admin-topbar-actions .admin-return-alert{white-space:nowrap!important;border-radius:999px!important;height:34px!important;min-height:34px!important;padding:0 13px!important;font-size:11px!important;line-height:1!important}.crm-products-page{gap:12px!important}.crm-products-toolbar{border-radius:20px!important;gap:16px!important;min-height:0!important;padding:16px 20px!important}.crm-products-toolbar>div:first-child{min-width:0!important}.crm-products-toolbar span{letter-spacing:.17em!important;font-size:10px!important;line-height:1!important}.crm-products-toolbar h2{margin:6px 0 5px!important;font-size:clamp(25px,2.4vw,34px)!important;line-height:1.02!important}.crm-products-toolbar p{max-width:720px!important;margin:0!important;font-size:12px!important;line-height:1.4!important}.crm-products-toolbar-actions{gap:8px!important}.crm-products-toolbar-actions button,.crm-products-toolbar-actions a{white-space:nowrap!important;border-radius:999px!important;height:38px!important;min-height:38px!important;padding:0 15px!important;font-size:11px!important}.crm-products-stats{gap:10px!important}.crm-products-stats article,.crm-products-stats button{border-radius:18px!important;min-height:94px!important;padding:13px 16px!important}.crm-products-stats span{font-size:10px!important}.crm-products-stats b{font-size:27px!important;line-height:1!important}.crm-products-stats small{font-size:11px!important}@media (max-width:1100px){.admin-workspace-topbar{grid-template-columns:1fr!important}.admin-topbar-actions{justify-content:flex-start!important;max-width:none!important}}@media (max-width:760px){.admin-workspace-topbar{border-radius:18px!important;margin:8px!important;padding:14px!important}.admin-workspace-topbar h1{font-size:30px!important}.admin-topbar-actions{flex-wrap:nowrap!important;padding-bottom:3px!important;overflow-x:auto!important}.crm-products-toolbar{padding:14px!important}.crm-products-toolbar-actions{width:100%!important}.crm-products-toolbar-actions button,.crm-products-toolbar-actions a{flex:150px!important}}.shs-dashboard-page{color:#17130f!important;gap:14px!important;width:100%!important;padding:0!important;display:grid!important}.shs-dashboard-hero{background:radial-gradient(circle at 92% 20%,#d2ab6d47,#0000 27%),linear-gradient(128deg,#fffffffc,#f8f0e5fa)!important;border:1px solid #7a52281f!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;min-height:0!important;padding:24px 28px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 48px #36281814!important}.shs-dashboard-hero:before{content:"";pointer-events:none;border:1px solid #7b522817;border-radius:50%;width:220px;height:220px;position:absolute;top:-86px;right:120px}.shs-dashboard-hero:after{content:"";pointer-events:none;background:#12121209;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-80px;right:38px}.shs-dashboard-hero>div{z-index:1;position:relative}.shs-dashboard-hero>div:first-child{min-width:0}.shs-dashboard-hero span{color:#9a662d!important;letter-spacing:.17em!important;text-transform:uppercase!important;background:#ffffffb8!important;border:1px solid #7b52281f!important;border-radius:999px!important;width:fit-content!important;margin:0 0 9px!important;padding:7px 11px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.shs-dashboard-hero h1{color:#111!important;letter-spacing:-.045em!important;max-width:720px!important;margin:0!important;font-size:clamp(36px,4vw,56px)!important;font-weight:1000!important;line-height:.98!important}.shs-dashboard-hero p{color:#33271ca8!important;max-width:690px!important;margin:11px 0 0!important;font-size:13px!important;font-weight:700!important;line-height:1.5!important}.shs-dashboard-hero-actions{z-index:2!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:9px!important;display:flex!important;position:relative!important}.shs-dashboard-btn{border-radius:999px!important;min-height:42px!important;padding:0 17px!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s,border-color .18s!important}.shs-dashboard-btn:hover{transform:translateY(-2px)!important}.shs-dashboard-btn.light{color:#17130f!important;background:#ffffffdb!important;border:1px solid #7a52282b!important;box-shadow:0 8px 22px #2d221612!important}.shs-dashboard-btn.dark{color:#fff!important;background:#151515!important;border:1px solid #151515!important;box-shadow:0 12px 26px #1111112b!important}.shs-dashboard-message{border-radius:15px!important;margin:0!important;padding:11px 15px!important;font-size:12px!important;font-weight:850!important}.shs-dashboard-stats{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.shs-dashboard-stat-card{color:#18130f!important;background:linear-gradient(145deg,#fffffffc,#faf6f0f7)!important;border:1px solid #533d2717!important;border-radius:19px!important;grid-template-rows:auto 1fr auto!important;align-content:stretch!important;gap:6px!important;min-width:0!important;min-height:122px!important;padding:16px!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 10px 27px #3427180e!important}.shs-dashboard-stat-card:after{content:"";pointer-events:none;background:#a8763a0e;border-radius:50%;width:88px;height:88px;position:absolute;bottom:-30px;right:-24px}.shs-dashboard-stat-card:hover{border-color:#9b672d40!important;transform:translateY(-3px)!important;box-shadow:0 17px 38px #3427181a!important}.shs-dashboard-stat-card span{z-index:1;position:relative;color:#4835239e!important;letter-spacing:.055em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:950!important;line-height:1.2!important}.shs-dashboard-stat-card b{z-index:1;position:relative;color:#111!important;letter-spacing:-.04em!important;word-break:break-word!important;align-self:center!important;font-size:clamp(27px,2.5vw,38px)!important;font-weight:1000!important;line-height:.94!important}.shs-dashboard-stat-card p{z-index:1;position:relative;color:#178139!important;margin:0!important;font-size:10px!important;font-weight:900!important;line-height:1.25!important}.shs-dashboard-stat-card:first-child{color:#fff!important;background:radial-gradient(circle at 90% 10%,#d6b2773d,#0000 34%),linear-gradient(145deg,#171717,#24201c)!important;border-color:#171717!important;box-shadow:0 15px 35px #1010102e!important}.shs-dashboard-stat-card:first-child span,.shs-dashboard-stat-card:first-child b{color:#fff!important}.shs-dashboard-stat-card:first-child p{color:#e3c38d!important}.shs-dashboard-stat-card:last-child{background:radial-gradient(circle at 92% 18%,#ffffff9e,#0000 27%),linear-gradient(145deg,#f4dfb9,#e4bd79)!important;border-color:#a1692d29!important}.shs-dashboard-stat-card:last-child p{color:#352312c2!important}.shs-dashboard-stat-card.hot{background:linear-gradient(145deg,#fffaf0,#fff0cf)!important;border-color:#e6991c40!important}.shs-dashboard-stat-card.danger{background:linear-gradient(145deg,snow,#ffeded)!important;border-color:#c92c2c33!important}.shs-dashboard-stat-card.danger p{color:#ba2929!important}.shs-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.shs-dashboard-card{background:linear-gradient(145deg,#fffffffc,#fbf8f3f7)!important;border:1px solid #4e392517!important;border-radius:22px!important;min-width:0!important;padding:18px!important;box-shadow:0 13px 32px #3728170e!important}.shs-dashboard-card.wide{min-height:330px!important}.shs-dashboard-card-head{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin-bottom:14px!important;display:flex!important}.shs-dashboard-card-head h2{color:#17120e!important;letter-spacing:-.025em!important;margin:0!important;font-size:22px!important;font-weight:1000!important;line-height:1.08!important}.shs-dashboard-card-head p{color:#47352496!important;margin:5px 0 0!important;font-size:11px!important;font-weight:750!important;line-height:1.35!important}.shs-dashboard-card-head>a{color:#fff!important;white-space:nowrap!important;background:#171717!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 13px!important;font-size:10px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;transition:transform .18s!important;display:inline-flex!important}.shs-dashboard-card-head>a:hover{transform:translateY(-2px)!important}.shs-dashboard-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.shs-dashboard-mini-grid a{color:#17130f!important;background:#f6f1eab8!important;border:1px solid #4e392512!important;border-radius:16px!important;align-content:space-between!important;gap:8px!important;min-width:0!important;min-height:92px!important;padding:13px!important;text-decoration:none!important;transition:transform .18s,background .18s,border-color .18s!important;display:grid!important}.shs-dashboard-mini-grid a:hover{background:#fff!important;border-color:#9d682e33!important;transform:translateY(-2px)!important}.shs-dashboard-mini-grid a span{color:#463423a6!important;font-size:10px!important;font-weight:900!important;line-height:1.25!important}.shs-dashboard-mini-grid a b{color:#15110e!important;font-size:27px!important;font-weight:1000!important;line-height:1!important}.shs-dashboard-orders,.shs-dashboard-products{gap:7px!important;display:grid!important}.shs-dashboard-orders a,.shs-dashboard-products a{color:#17130f!important;background:#f6f1eab8!important;border:1px solid #0000!important;border-radius:14px!important;grid-template-columns:minmax(52px,.55fr) minmax(150px,2fr) minmax(92px,.85fr) minmax(120px,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;min-height:50px!important;padding:10px 12px!important;text-decoration:none!important;transition:transform .16s,border-color .16s,background .16s!important;display:grid!important}.shs-dashboard-orders a:hover,.shs-dashboard-products a:hover{background:#fff!important;border-color:#9d682e2e!important;transform:translate(3px)!important}.shs-dashboard-orders a strong,.shs-dashboard-products a strong{color:#17130f!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;font-weight:950!important;overflow:hidden!important}.shs-dashboard-orders a span,.shs-dashboard-products a span{color:#463423ab!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;font-weight:750!important;overflow:hidden!important}.shs-dashboard-orders a b,.shs-dashboard-products a b{color:#17130f!important;text-align:right!important;white-space:nowrap!important;font-size:12px!important;font-weight:950!important}.shs-dashboard-orders a small{color:#463423a6!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important;font-weight:800!important;overflow:hidden!important}.shs-dashboard-products a{grid-template-columns:minmax(150px,1.6fr) minmax(110px,1fr) auto!important}.shs-dashboard-empty{color:#4533229e!important;background:radial-gradient(circle,#dbbc8f1f,#0000 58%),#f8f4eeb3!important;border:1px dashed #7d542b24!important;border-radius:18px!important;place-items:center!important;min-height:210px!important;padding:20px!important;font-size:12px!important;font-weight:850!important;display:grid!important}@media (max-width:1380px){.shs-dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1050px){.shs-dashboard-hero{grid-template-columns:1fr!important}.shs-dashboard-hero-actions{justify-content:flex-start!important}.shs-dashboard-grid{grid-template-columns:1fr!important}}@media (max-width:760px){.shs-dashboard-page{gap:10px!important}.shs-dashboard-hero{border-radius:19px!important;padding:18px!important}.shs-dashboard-hero h1{font-size:34px!important}.shs-dashboard-hero-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.shs-dashboard-btn{width:100%!important}.shs-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shs-dashboard-stat-card{min-height:110px!important;padding:13px!important}.shs-dashboard-card{border-radius:18px!important;padding:14px!important}.shs-dashboard-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shs-dashboard-orders a{grid-template-columns:54px minmax(0,1fr) auto!important}.shs-dashboard-orders a small{text-align:left!important;grid-column:2/-1!important}}@media (max-width:480px){.shs-dashboard-stats,.shs-dashboard-hero-actions{grid-template-columns:1fr!important}}.crm-products-page .crm-products-filters{grid-template-columns:minmax(0,1fr) 240px auto!important;align-items:center!important;gap:10px!important}.crm-products-archive-filter{color:#161616;cursor:pointer;background:#fffffff0;border:1px solid #1616161f;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-width:118px;height:44px;padding:0 15px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.crm-products-archive-filter:hover{border-color:#784f2452;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a12}.crm-products-archive-filter span{font-size:12px;font-weight:850}.crm-products-archive-filter b{color:#161616;background:#16161614;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:11px;font-weight:950;display:inline-flex}.crm-products-archive-filter.active{color:#fff;background:#161616;border-color:#161616;box-shadow:0 12px 27px #11111129}.crm-products-archive-filter.active b{color:#161616;background:#d9bc8e}@media (max-width:900px){.crm-products-page .crm-products-filters{grid-template-columns:1fr!important}.crm-products-archive-filter{width:100%}}.info-content-card{box-sizing:border-box!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.info-content-card .info-text{height:auto!important;min-height:0!important;max-height:none!important;position:static!important;overflow:visible!important}.info-content-card .info-text p{position:static!important;overflow:visible!important}.admin-site-page{gap:16px}.admin-site-page .admin-site-hero{background:radial-gradient(circle at 100% 0,#cb9e5b33,#0000 38%),#fffffff0;border-radius:24px;grid-template-columns:minmax(0,1fr) 210px;gap:16px;padding:22px 24px;box-shadow:0 12px 34px #4a362312}.admin-site-page .admin-site-hero h1{letter-spacing:-.06em;margin:6px 0 8px;font-size:clamp(38px,4vw,54px);line-height:.96}.admin-site-page .admin-site-hero p{max-width:780px;font-size:14px;line-height:1.42}.admin-site-page .admin-site-hero-card{background:linear-gradient(145deg,#efdec6fa,#e0c59deb);border-radius:19px;min-height:120px;padding:18px}.admin-site-page .admin-site-message{border-radius:16px;padding:13px 16px;box-shadow:0 10px 26px #4a362312}.admin-site-page-nav{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f9f6f2eb;border:1px solid #7f5c3224;border-radius:17px;flex-wrap:wrap;gap:6px;padding:8px;display:flex;position:sticky;top:10px;box-shadow:0 12px 30px #4a362314}.admin-site-page-nav a{color:#66584c;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:12px;font-weight:950;line-height:1;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.admin-site-page-nav a:hover{color:#111;background:#fff;border-color:#ded0c0;transform:translateY(-1px)}.admin-site-page .admin-site-form{gap:14px}.admin-site-page .admin-site-block{background:linear-gradient(145deg,#fffffffa,#fdfaf7f0);border-radius:23px;gap:16px;padding:20px;scroll-margin-top:78px;box-shadow:0 12px 34px #4a362312}.admin-site-page .admin-site-block-head{border-bottom:1px solid #eee3d7;align-items:center;gap:12px;padding-bottom:14px}.admin-site-page .admin-site-block-head>span{border-radius:12px;flex-basis:38px;width:38px;height:38px;font-size:11px;box-shadow:0 8px 18px #11111126}.admin-site-section-eyebrow{color:#a7773f;letter-spacing:.15em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:1000;line-height:1}.admin-site-page .admin-site-block-head h2{letter-spacing:-.035em;font-size:24px;line-height:1.05}.admin-site-page .admin-site-block-head p{margin-top:5px;font-size:12px;line-height:1.35}.admin-site-page .admin-site-grid{gap:12px}.admin-site-page .admin-site-form label{gap:6px;font-size:12px}.admin-site-page .admin-site-form input,.admin-site-page .admin-site-form textarea{border-radius:13px;padding-left:13px;padding-right:13px;font-size:13px;font-weight:750;box-shadow:inset 0 1px #fffc}.admin-site-page .admin-site-form input{min-height:43px}.admin-site-page .admin-site-form textarea{min-height:106px;padding-top:11px;padding-bottom:11px;line-height:1.42}.admin-site-page .admin-site-form input:focus,.admin-site-page .admin-site-form textarea:focus{border-color:#9a7145;box-shadow:0 0 0 3px #9a71451c}.admin-site-page .admin-site-text-grid textarea{min-height:190px}.admin-site-page .admin-site-logo-box{grid-template-columns:220px minmax(0,1fr);gap:14px}.admin-site-page .admin-site-logo-preview{border-radius:17px;min-height:138px}.admin-site-page .admin-site-logo-preview img{width:86%;max-height:108px}.admin-site-page .admin-site-logo-preview b{font-size:42px}.admin-site-page .admin-site-logo-controls{gap:10px;padding:4px 0}.admin-site-page .admin-site-logo-controls small{font-size:11px;line-height:1.35}.admin-site-media-guide{background:linear-gradient(135deg,#f7efe5f5,#fffffff0);border:1px solid #e7d7c5;border-radius:13px;gap:3px;padding:11px 13px;display:grid}.admin-site-media-guide b{color:#111;font-size:12px;font-weight:1000}.admin-site-media-guide span{color:#79695b;font-size:11px;font-weight:800;line-height:1.35}.admin-site-page .admin-site-banner-editor{background:linear-gradient(135deg,#f8f3edfa,#fffffff5);border-radius:19px;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:16px;padding:14px}.admin-site-banner-media{align-content:start;gap:9px;min-width:0;display:grid}.admin-site-page .admin-site-banner-preview{aspect-ratio:3;border-radius:14px;width:100%;min-height:0}.admin-site-page .admin-site-banner-preview.wide{aspect-ratio:10/3;min-height:0}.admin-site-page .admin-site-banner-preview img{object-fit:cover;width:100%;height:100%}.admin-site-page .admin-site-banner-preview div{gap:5px;padding:14px}.admin-site-page .admin-site-banner-preview b{font-size:32px}.admin-site-page .admin-site-banner-preview span{font-size:10px}.admin-site-page .admin-site-banner-fields{gap:11px;min-width:0}.admin-site-editor-heading{border-bottom:1px solid #eadfd2;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding-bottom:9px;display:flex}.admin-site-editor-heading>div{gap:3px;display:grid}.admin-site-editor-heading span{color:#a7773f;letter-spacing:.15em;text-transform:uppercase;font-size:9px;font-weight:1000}.admin-site-page .admin-site-editor-heading h3{letter-spacing:-.035em;margin:0;font-size:21px;line-height:1}.admin-site-editor-heading>a{color:#111;white-space:nowrap;background:#fff;border:1px solid #ded0c0;border-radius:999px;justify-content:center;align-items:center;min-height:31px;padding:0 11px;font-size:10px;font-weight:950;text-decoration:none;display:inline-flex}.admin-site-page .admin-site-banner-fields textarea{min-height:92px}.admin-site-page .admin-site-upload-button,.admin-site-page .admin-site-clear-button{border-radius:999px;min-height:40px;padding:0 15px;font-size:12px}.admin-site-page .admin-site-upload-button{box-shadow:0 10px 22px #11111129}.admin-site-page .admin-site-inline-actions{gap:8px}.admin-site-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-site-setting-card{background:linear-gradient(145deg,#fbf7f2f5,#fffffffa);border:1px solid #eadfd2;border-radius:17px;gap:10px;min-width:0;padding:14px;display:grid;position:relative}.admin-site-setting-card>span{color:#8d6338;background:#eee2d4;border-radius:9px;justify-content:center;align-items:center;min-width:27px;height:27px;font-size:9px;font-weight:1000;display:inline-flex;position:absolute;top:11px;right:12px}.admin-site-setting-card>label:first-of-type{padding-right:38px}.admin-site-page .admin-site-setting-card textarea{min-height:94px}.admin-site-section-link{justify-content:flex-end;padding-top:2px;display:flex}.admin-site-section-link a{color:#111;background:#fff;border:1px solid #ded0c0;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.admin-site-page .admin-site-actions{background:#f7f3eef0;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid;bottom:10px;box-shadow:0 16px 38px #4a36231f}.admin-site-preview-links{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.admin-site-page .admin-site-actions a{border-radius:999px;min-height:36px;padding:0 12px;font-size:11px}.admin-site-page .admin-site-actions button{border-radius:999px;min-height:43px;padding:0 19px;font-size:12px;box-shadow:0 11px 24px #1111112e}@media (max-width:1180px){.admin-site-page .admin-site-banner-editor{grid-template-columns:1fr}.admin-site-page .admin-site-banner-preview{max-width:720px}.admin-site-page .admin-site-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-site-page{gap:12px}.admin-site-page .admin-site-hero{border-radius:20px;grid-template-columns:1fr;padding:18px}.admin-site-page .admin-site-hero-card{min-height:94px}.admin-site-page-nav{scrollbar-width:thin;flex-wrap:nowrap;padding:7px;top:6px;overflow-x:auto}.admin-site-page .admin-site-block{border-radius:19px;padding:15px}.admin-site-page .admin-site-block-head{align-items:flex-start}.admin-site-page .admin-site-block-head h2{font-size:21px}.admin-site-page .admin-site-grid.two,.admin-site-page .admin-site-grid.three,.admin-site-card-grid,.admin-site-page .admin-site-logo-box{grid-template-columns:1fr}.admin-site-page .admin-site-banner-editor{padding:10px}.admin-site-page .admin-site-banner-preview,.admin-site-page .admin-site-banner-preview.wide{aspect-ratio:16/7;min-height:0}.admin-site-editor-heading{align-items:flex-start}.admin-site-page .admin-site-actions{grid-template-columns:1fr;position:static}.admin-site-preview-links{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.admin-site-page .admin-site-actions button{width:100%}}.admin-site-page .admin-site-hero{border-radius:20px;grid-template-columns:minmax(0,1fr) 180px;gap:14px;padding:16px 20px}.admin-site-page .admin-site-hero h1{margin:4px 0 6px;font-size:clamp(34px,3.6vw,46px);line-height:.96}.admin-site-page .admin-site-hero p{font-size:13px;line-height:1.35}.admin-site-page .admin-site-hero-card{border-radius:16px;min-height:88px;padding:14px 16px}.admin-site-page .admin-site-hero-card b{font-size:29px}.admin-site-page .admin-site-hero-card p{font-size:11px;line-height:1.3}.admin-site-page .admin-site-block,.admin-site-page .admin-site-banner-editor,.admin-site-page .admin-site-banner-fields,.admin-site-page .admin-site-banner-media,.admin-site-page .admin-site-grid,.admin-site-page .admin-site-grid>*,.admin-site-editor-heading,.admin-site-editor-heading>div{min-width:0}.admin-site-page .admin-site-form input,.admin-site-page .admin-site-form textarea{min-width:0;max-width:100%}.admin-site-editor-heading>a{flex:none;margin-left:10px}.admin-site-page .admin-site-banner-editor{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr)}@media (max-width:1180px){.admin-site-page .admin-site-banner-editor{grid-template-columns:1fr}}@media (max-width:760px){.admin-site-page .admin-site-hero{grid-template-columns:1fr;padding:15px}.admin-site-page .admin-site-hero-card{min-height:76px}}.admin-site-page .admin-site-banner-preview,.admin-site-page .admin-site-banner-preview.wide{aspect-ratio:auto!important;height:auto!important;min-height:0!important}.admin-site-page .admin-site-banner-preview img,.admin-site-page .admin-site-banner-preview.wide img{object-fit:contain!important;object-position:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.admin-site-page .admin-site-banner-preview:not(:has(img)){min-height:170px!important}.contacts-list b a{color:inherit;overflow-wrap:anywhere;word-break:break-word;cursor:pointer;text-decoration:none}.contacts-list b a:hover,.contacts-list b a:focus-visible{text-decoration:underline}.admin-about-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.admin-about-settings-card{background:linear-gradient(145deg,#fffffffa,#faf7f2f0);border:1px solid #b7925d3d;border-radius:22px;flex-direction:column;gap:16px;min-width:0;padding:20px;display:flex;box-shadow:0 14px 36px #251c120f,inset 0 1px #ffffffe6}.admin-about-settings-card-head{border-bottom:1px solid #b7925d2e;align-items:flex-start;gap:12px;padding-bottom:15px;display:flex}.admin-about-settings-card-head>span{color:#fff;letter-spacing:.06em;background:#111;border-radius:11px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:grid}.admin-about-settings-card-head h3{margin:0;font-size:17px;line-height:1.2}.admin-about-settings-card-head p{color:#756b61;margin:5px 0 0;font-size:12px;line-height:1.45}.admin-about-settings-card label{flex-direction:column;gap:8px;min-width:0;display:flex}.admin-about-settings-card input,.admin-about-settings-card textarea{box-sizing:border-box;width:100%}.admin-about-settings-card label:last-child textarea{resize:vertical;flex:1;min-height:210px}@media (max-width:760px){.admin-about-settings-grid{grid-template-columns:1fr}.admin-about-settings-card{border-radius:18px;padding:16px}}.admin-about-settings-grid{align-items:start;gap:14px}.admin-about-settings-card{gap:12px;padding:16px}.admin-about-settings-card-head{padding-bottom:11px}.admin-about-settings-card label{gap:6px}.admin-about-settings-card label:last-child{flex:none}.admin-about-settings-card textarea,.admin-about-settings-card label:last-child textarea{resize:vertical;flex:none;height:125px;min-height:105px;max-height:260px}@media (max-width:760px){.admin-about-settings-card{gap:11px;padding:14px}.admin-about-settings-card textarea,.admin-about-settings-card label:last-child textarea{height:115px;min-height:95px}}.admin-topbar-heading,.admin-topbar-copy{min-width:0}.admin-mobile-menu-button,.admin-sidebar-close,.admin-sidebar-backdrop,.admin-mobile-bottom-nav{display:none}@media (max-width:980px){:is(body.admin-mobile-menu-open,body.admin-mobile-menu-open:has(.admin-shell)){overscroll-behavior:none;overflow:hidden!important}.admin-shell{width:100%!important;min-height:100dvh!important;padding-bottom:calc(78px + env(safe-area-inset-bottom))!important;display:block!important}.admin-workspace{width:100%!important;min-width:0!important;min-height:100dvh!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}.admin-sidebar{visibility:hidden;overscroll-behavior:contain;transition:transform .26s,visibility .26s;transform:translate(-105%);z-index:10030!important;border-radius:0 26px 26px 0!important;width:min(88vw,340px)!important;max-width:340px!important;height:100dvh!important;max-height:100dvh!important;padding:18px!important;position:fixed!important;inset:0 auto 0 0!important;overflow:hidden auto!important;box-shadow:24px 0 70px #0000004d!important}.admin-sidebar.is-mobile-open{visibility:visible;transform:translate(0,0)}.admin-sidebar-brand{background:inherit;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:4!important;margin:-18px -18px 14px!important;padding:18px!important;position:sticky!important;top:-18px!important}.admin-sidebar-close{color:#fff;cursor:pointer;touch-action:manipulation;background:#ffffff17;border:1px solid #ffffff24;border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;margin-left:auto;padding:0;font-size:27px;font-weight:400;line-height:1;display:grid}.admin-sidebar-backdrop{z-index:10020;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f0c0994;border:0;width:100%;height:100%;padding:0;transition:opacity .24s,visibility .24s;display:block;position:fixed;inset:0}.admin-sidebar-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.admin-topbar-heading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid!important}.admin-mobile-menu-button{cursor:pointer;touch-action:manipulation;background:#ffffffe0;border:1px solid #14141414;border-radius:15px;flex-direction:column;flex:0 0 46px;justify-content:center;gap:5px;width:46px;height:46px;padding:0 12px;display:flex;box-shadow:0 10px 26px #14141414}.admin-mobile-menu-button span{background:#17130f;border-radius:99px;width:100%;height:2px;display:block}.admin-mobile-bottom-nav{z-index:10010;min-height:calc(70px + env(safe-area-inset-bottom));padding:7px 6px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border-top:1px solid #14141414;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -14px 38px #1414141a}.admin-mobile-bottom-nav a,.admin-mobile-bottom-nav button{color:#1e191485;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:54px;padding:5px 2px;text-decoration:none;display:flex;position:relative}.admin-mobile-bottom-nav a.active,.admin-mobile-bottom-nav button.active{color:#6f5234;background:#9a7a551f}.admin-mobile-bottom-nav a>span,.admin-mobile-bottom-nav button>span{place-items:center;min-height:21px;font-size:21px;line-height:1;display:grid}.admin-mobile-bottom-nav b{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:900;line-height:1.1;display:block;overflow:hidden}.admin-mobile-nav-icon{position:relative}.admin-mobile-nav-icon em{color:#fff;background:#bd2727;border:2px solid #fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:8px;font-style:normal;font-weight:950;line-height:1;display:grid;position:absolute;top:-7px;right:-13px}}@media (max-width:520px){.admin-workspace-topbar{margin:7px!important;padding:12px!important}.admin-workspace-topbar h1{font-size:27px!important}.admin-workspace-topbar p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.admin-mobile-menu-button{flex-basis:44px;width:44px;height:44px}.admin-mobile-bottom-nav{padding-left:3px;padding-right:3px}.admin-mobile-bottom-nav b{font-size:8px}}@media (max-width:760px){.shs-dashboard-page{gap:8px!important;padding:0 7px 92px!important}.shs-dashboard-hero{border-radius:18px!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;min-height:0!important;padding:13px 14px!important;display:grid!important;overflow:hidden!important}.shs-dashboard-hero:before,.shs-dashboard-hero:after{opacity:.45!important;transform:scale(.66)!important}.shs-dashboard-hero>div:first-child{max-width:none!important}.shs-dashboard-hero span{letter-spacing:.15em!important;margin-bottom:5px!important;font-size:8px!important}.shs-dashboard-hero h1{max-width:230px!important;margin:0 0 5px!important;font-size:27px!important;line-height:.96!important}.shs-dashboard-hero p{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:280px!important;margin:0!important;font-size:9px!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.shs-dashboard-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important;display:grid!important}.shs-dashboard-btn{border-radius:12px!important;height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:9px!important}.shs-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.shs-dashboard-stat-card{border-radius:16px!important;min-width:0!important;min-height:76px!important;padding:10px 11px!important;overflow:hidden!important}.shs-dashboard-stat-card:after{opacity:.42!important;width:54px!important;height:54px!important;bottom:-17px!important;right:-15px!important}.shs-dashboard-stat-card span{letter-spacing:.09em!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-bottom:7px!important;font-size:7px!important;line-height:1.15!important;overflow:hidden!important}.shs-dashboard-stat-card b{margin:0!important;font-size:22px!important;line-height:.95!important}.shs-dashboard-stat-card p{text-overflow:ellipsis!important;white-space:nowrap!important;margin:7px 0 0!important;font-size:7px!important;line-height:1.15!important;overflow:hidden!important}.shs-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.shs-dashboard-card{border-radius:17px!important;min-width:0!important;padding:11px!important}.shs-dashboard-card.wide{grid-column:1/-1!important}.shs-dashboard-card-head{justify-content:space-between!important;align-items:flex-start!important;gap:7px!important;margin-bottom:9px!important;display:flex!important}.shs-dashboard-card-head h2{margin:0!important;font-size:15px!important;line-height:1!important}.shs-dashboard-card-head p{display:none!important}.shs-dashboard-card-head>a{border-radius:999px!important;flex:none!important;height:25px!important;min-height:25px!important;padding:0 9px!important;font-size:7px!important}.shs-dashboard-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.shs-dashboard-mini-grid a,.shs-dashboard-mini-grid div{border-radius:12px!important;min-height:58px!important;padding:8px!important}.shs-dashboard-mini-grid a span,.shs-dashboard-mini-grid div span{text-overflow:ellipsis!important;white-space:nowrap!important;margin-bottom:7px!important;font-size:6px!important;line-height:1.15!important;overflow:hidden!important}.shs-dashboard-mini-grid a b,.shs-dashboard-mini-grid div b{font-size:18px!important;line-height:1!important}.shs-dashboard-orders,.shs-dashboard-products{gap:4px!important}.shs-dashboard-orders a,.shs-dashboard-orders div,.shs-dashboard-products a,.shs-dashboard-products div{border-radius:11px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;min-height:0!important;padding:8px 9px!important;display:grid!important}.shs-dashboard-orders a strong,.shs-dashboard-orders div strong,.shs-dashboard-products a strong,.shs-dashboard-products div strong{font-size:8px!important;line-height:1.1!important}.shs-dashboard-orders a span,.shs-dashboard-orders div span,.shs-dashboard-products a span,.shs-dashboard-products div span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:8px!important;line-height:1.15!important;overflow:hidden!important}.shs-dashboard-orders a b,.shs-dashboard-orders div b,.shs-dashboard-products a b,.shs-dashboard-products div b{white-space:nowrap!important;font-size:8px!important;line-height:1!important}.shs-dashboard-orders a small,.shs-dashboard-orders div small{text-overflow:ellipsis!important;white-space:nowrap!important;grid-column:2/-1!important;margin-top:-3px!important;font-size:6px!important;line-height:1.1!important;overflow:hidden!important}.shs-dashboard-empty{border-radius:14px!important;min-height:84px!important;padding:16px!important;font-size:8px!important}}@media (max-width:370px){.shs-dashboard-page{padding-left:5px!important;padding-right:5px!important}.shs-dashboard-stat-card{padding:9px!important}.shs-dashboard-stat-card b{font-size:19px!important}.shs-dashboard-card{padding:9px!important}.shs-dashboard-card-head h2{font-size:14px!important}}@media (max-width:760px){body:has(.crm-order-edit-modal){overflow:hidden!important}.crm-orders-board-page{padding:0 7px calc(92px + env(safe-area-inset-bottom))!important;gap:8px!important}.crm-orders-board-page .crm-orders-board-head{border-radius:17px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:11px 12px!important;display:grid!important}.crm-orders-board-page .crm-orders-board-head p{letter-spacing:.12em!important;margin:0 0 4px!important;font-size:7px!important;line-height:1!important}.crm-orders-board-page .crm-orders-board-head h1{margin:0!important;font-size:25px!important;line-height:.98!important}.crm-orders-board-page .crm-orders-board-head span{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:250px!important;margin-top:5px!important;font-size:8px!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.crm-orders-board-page .crm-orders-refresh{border-radius:13px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;font-size:0!important;overflow:hidden!important}.crm-orders-board-page .crm-orders-refresh:before{content:"↻";font-size:20px;line-height:1}.crm-orders-board-page .crm-orders-alerts{scroll-snap-type:x proximity;scrollbar-width:none;gap:6px!important;padding:0 0 3px!important;display:flex!important;overflow:auto hidden!important}.crm-orders-board-page .crm-orders-alerts::-webkit-scrollbar{display:none}.crm-orders-board-page .crm-orders-alerts>div{scroll-snap-align:start;border-radius:14px!important;flex:0 0 108px!important;min-width:108px!important;min-height:58px!important;padding:9px 10px!important}.crm-orders-board-page .crm-orders-alerts span{text-overflow:ellipsis!important;white-space:nowrap!important;margin-bottom:6px!important;font-size:7px!important;line-height:1.1!important;overflow:hidden!important}.crm-orders-board-page .crm-orders-alerts b{font-size:18px!important;line-height:1!important}.crm-orders-board-page .crm-folder-tabs{scrollbar-width:none;gap:5px!important;padding:0 0 4px!important;display:flex!important;overflow:auto hidden!important}.crm-orders-board-page .crm-folder-tabs::-webkit-scrollbar{display:none}.crm-orders-board-page .crm-folder-tab{white-space:nowrap!important;border-radius:11px!important;flex:none!important;gap:6px!important;height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:9px!important}.crm-orders-board-page .crm-folder-tab b{min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:8px!important}.crm-orders-board-page .crm-folder-panel{border-radius:17px!important;padding:6px!important}.crm-orders-board-page .crm-folder-panel-head{border-radius:13px!important;gap:8px!important;min-height:0!important;padding:9px 10px!important}.crm-orders-board-page .crm-folder-panel-head h2{margin:0!important;font-size:17px!important;line-height:1!important}.crm-orders-board-page .crm-folder-panel-head p{display:none!important}.crm-orders-board-page .crm-folder-panel-head strong{width:29px!important;min-width:29px!important;height:29px!important;font-size:12px!important}.crm-orders-board-page .crm-folder-orders{gap:6px!important;margin-top:6px!important}.crm-orders-board-page .crm-order-ticket{border-radius:15px!important;padding:9px!important}.crm-orders-board-page .crm-order-ticket-top{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:7px!important;padding-bottom:7px!important;display:grid!important}.crm-orders-board-page .crm-order-ticket-top h3{margin:0!important;font-size:17px!important;line-height:1!important}.crm-orders-board-page .crm-order-ticket-top p{text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:3px!important;font-size:8px!important;line-height:1.15!important;overflow:hidden!important}.crm-orders-board-page .crm-order-ticket-badges{justify-content:flex-end!important;gap:3px!important}.crm-orders-board-page .crm-order-ticket-badges span{border-radius:999px!important;height:20px!important;min-height:20px!important;padding:0 6px!important;font-size:7px!important}.crm-orders-board-page .crm-order-ticket-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;margin-top:6px!important;display:grid!important}.crm-orders-board-page .crm-order-ticket-main>div{border-radius:11px!important;min-width:0!important;padding:7px 8px!important}.crm-orders-board-page .crm-order-ticket-main span{text-overflow:ellipsis!important;white-space:nowrap!important;margin-bottom:4px!important;font-size:6px!important;line-height:1.1!important;overflow:hidden!important}.crm-orders-board-page .crm-order-ticket-main b{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.crm-orders-board-page .crm-order-ticket-main p{text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:3px!important;font-size:8px!important;line-height:1.15!important;overflow:hidden!important}.crm-orders-board-page .crm-order-products-mini{border-radius:11px!important;gap:6px!important;margin-top:6px!important;padding:8px 9px!important}.crm-orders-board-page .crm-order-products-mini>span{display:none!important}.crm-orders-board-page .crm-order-products-mini b,.crm-orders-board-page .crm-order-products-mini summary{font-size:9px!important;line-height:1.2!important}.crm-orders-board-page .crm-order-products-details{gap:4px!important;margin-top:6px!important}.crm-orders-board-page .crm-order-products-details div{border-radius:8px!important;padding:6px!important}.crm-orders-board-page .crm-order-products-details span,.crm-orders-board-page .crm-order-products-details b,.crm-orders-board-page .crm-order-products-details strong{font-size:8px!important}.crm-orders-board-page .crm-order-comment-mini,.crm-orders-board-page .crm-cod-warning,.crm-orders-board-page .crm-order-mini-note{border-radius:10px!important;margin-top:6px!important;padding:7px 8px!important;font-size:8px!important;line-height:1.2!important}.crm-orders-board-page .crm-order-ticket-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;margin-top:7px!important;padding-top:7px!important;display:grid!important}.crm-orders-board-page .crm-order-ticket-actions button{touch-action:manipulation;white-space:normal!important;border-radius:11px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:40px!important;padding:7px 6px!important;font-size:8px!important;line-height:1.15!important}.crm-order-edit-modal{z-index:11000!important;position:fixed!important;inset:0!important}.crm-order-edit-backdrop{position:fixed!important;inset:0!important}.crm-order-edit-drawer{border-radius:0!important;flex-direction:column!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.crm-order-edit-head{box-shadow:0 8px 24px #14141414;z-index:4!important;border-radius:0!important;flex:none!important;padding:11px 12px!important;position:relative!important}.crm-order-edit-head h2{font-size:18px!important;line-height:1.05!important}.crm-order-edit-head p{font-size:8px!important}.crm-order-edit-body{overscroll-behavior:contain;flex:auto!important;min-height:0!important;padding:9px 9px 110px!important;overflow:hidden auto!important}.crm-order-edit-block{border-radius:14px!important;padding:10px!important}.crm-order-edit-block-head{margin-bottom:8px!important}.crm-order-edit-block-head h3{font-size:14px!important}.crm-order-edit-grid{gap:7px!important}.crm-order-edit-grid label{gap:4px!important;font-size:8px!important}.crm-order-edit-grid input,.crm-order-edit-grid select,.crm-order-edit-grid textarea{border-radius:10px!important;min-height:40px!important;padding:8px 10px!important;font-size:12px!important}.crm-order-edit-item{border-radius:12px!important;padding:8px!important}.crm-order-edit-total{border-radius:11px!important;padding:8px 10px!important}.crm-order-edit-actions{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:11020!important;width:100%!important;padding:9px 9px calc(9px + env(safe-area-inset-bottom))!important;background:#fffffff5!important;border-top:1px solid #14141414!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;display:grid!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -12px 32px #1414141f!important}.crm-order-edit-actions button{white-space:normal!important;border-radius:12px!important;min-width:0!important;min-height:44px!important;padding:7px!important;font-size:9px!important;line-height:1.15!important}}@media (max-width:370px){.crm-orders-board-page{padding-left:5px!important;padding-right:5px!important}.crm-orders-board-page .crm-order-ticket-main{gap:4px!important}.crm-orders-board-page .crm-order-ticket-actions button{font-size:7px!important}}@media (max-width:980px){.admin-sidebar{flex-direction:column!important;align-items:stretch!important;width:min(88vw,340px)!important;max-width:340px!important;padding:16px!important;display:flex!important}.admin-sidebar-brand{justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:auto!important;padding:16px!important;display:flex!important}.admin-sidebar-brand div:not(.admin-sidebar-logo){min-width:0!important;display:block!important}.admin-sidebar-logo{flex:0 0 44px!important;width:44px!important;height:44px!important}.admin-sidebar-brand strong,.admin-sidebar-brand span{display:block!important}.admin-sidebar-nav{gap:6px!important;width:100%!important;display:grid!important;overflow:visible!important}.admin-sidebar-nav a{border-radius:15px!important;grid-template-columns:42px minmax(0,1fr) auto!important;place-items:center stretch!important;gap:10px!important;width:100%!important;min-width:0!important;min-height:58px!important;padding:8px 10px!important;display:grid!important;position:relative!important}.admin-nav-icon-wrap,.admin-nav-icon{justify-self:center!important}.admin-nav-text{text-align:left!important;gap:2px!important;min-width:0!important;display:grid!important}.admin-nav-text b{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.admin-nav-text small{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9px!important;line-height:1.2!important;display:block!important;overflow:hidden!important}.admin-nav-badge{justify-self:end!important;position:static!important;top:auto!important;right:auto!important}.admin-nav-external{display:inline-grid!important}.admin-sidebar-card{width:100%!important;margin-top:10px!important;display:block!important}.admin-sidebar-nav a.active{box-shadow:inset 3px 0 #dcae67f2,0 8px 24px #00000024!important}}@media (max-width:390px){.admin-sidebar{width:min(91vw,330px)!important;padding:13px!important}.admin-sidebar-nav a{grid-template-columns:38px minmax(0,1fr) auto!important;min-height:54px!important;padding:7px 8px!important}}@media (max-width:980px){.admin-sidebar-nav a:not([href=\/admin]):not([href="/admin/orders"]):not([href="/admin/fulfillment"]):not([href="/admin/chats"]),.admin-sidebar-card,.admin-topbar-actions a[href^="/admin/"]{display:none!important}.admin-sidebar-nav{gap:8px!important}.admin-sidebar-nav a{min-height:62px!important}}@media (min-width:981px){.admin-topbar-actions a:not([href=\/admin]){display:none!important}.admin-topbar-actions{justify-content:flex-end!important;gap:8px!important}}@media (max-width:980px){.lux-store-mobile-overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:12000!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#120e0a61!important;border:0!important;width:100%!important;height:100dvh!important;padding:0!important;transition:opacity .34s,-webkit-backdrop-filter .34s,backdrop-filter .34s,visibility 0s linear .34s!important;display:block!important;position:fixed!important;inset:0!important}.lux-store-mobile-overlay.active{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition-delay:0s!important}.lux-store-mobile-panel{overscroll-behavior:contain;z-index:12010!important;width:min(92vw,390px)!important;max-width:390px!important;height:100dvh!important;max-height:100dvh!important;padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom))!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform-origin:100% 0!important;clip-path:circle(0 at calc(100% - 38px) 42px)!important;background:radial-gradient(circle at 92% 3%,#c39d6847,#0000 25%),radial-gradient(circle at 5% 88%,#e7d4ba9e,#0000 30%),linear-gradient(155deg,#fffdf9 0%,#fbf4ea 52%,#f4e7d6 100%)!important;border:1px solid #9a7a552e!important;border-right:0!important;border-radius:30px 0 0 30px!important;flex-direction:column!important;transition:clip-path .48s cubic-bezier(.22,1,.36,1),transform .48s cubic-bezier(.22,1,.36,1),opacity .25s,visibility 0s linear .48s!important;display:flex!important;position:fixed!important;inset:0 0 0 auto!important;overflow:hidden auto!important;transform:translate(7%,-1%)scale(.975)!important;box-shadow:-28px 0 80px #18120c3d!important}.lux-store-mobile-panel.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;clip-path:circle(150% at calc(100% - 38px) 42px)!important;transition-delay:0s!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-panel-head{z-index:2!important;opacity:0!important;border-bottom:1px solid #74563524!important;flex:none!important;align-items:center!important;margin:0 0 14px!important;padding:2px 2px 14px!important;transition:opacity .28s,transform .4s cubic-bezier(.22,1,.36,1)!important;position:relative!important;transform:translateY(-14px)!important}.lux-store-mobile-panel.active .lux-store-mobile-panel-head{opacity:1!important;transition-delay:.12s!important;transform:translateY(0)!important}.lux-store-mobile-panel-head b{letter-spacing:.16em!important;font-size:31px!important}.lux-store-mobile-panel-head span{letter-spacing:.04em!important;margin-top:3px!important;font-size:10px!important}.lux-store-mobile-panel-head button{opacity:0!important;background:#ffffffb8!important;border:1px solid #6d4e2d29!important;border-radius:15px!important;place-items:center!important;width:43px!important;height:43px!important;padding:0!important;font-size:25px!important;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .25s!important;display:grid!important;transform:rotate(-70deg)scale(.72)!important;box-shadow:0 10px 24px #2f211414!important}.lux-store-mobile-panel.active .lux-store-mobile-panel-head button{opacity:1!important;transition-delay:.18s!important;transform:rotate(0)scale(1)!important}.lux-store-mobile-menu{z-index:2!important;gap:7px!important;display:grid!important;position:relative!important}.lux-store-mobile-menu .lux-store-menu-link{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#17120e!important;opacity:0!important;background:#ffffffad!important;border:1px solid #7d5b3821!important;border-radius:15px!important;min-height:51px!important;padding:0 15px!important;font-size:14px!important;font-weight:900!important;transition:opacity .28s,transform .42s cubic-bezier(.22,1,.36,1),background .2s,color .2s!important;transform:translate(28px)scale(.97)!important;box-shadow:0 8px 22px #3223150b!important}.lux-store-mobile-menu .lux-store-menu-link:after{opacity:.72!important;background:#9a7a5514!important;border-radius:9px!important;place-items:center!important;width:25px!important;height:25px!important;font-size:12px!important;display:grid!important}.lux-store-mobile-menu .lux-store-menu-link.active{color:#fff!important;background:linear-gradient(135deg,#191613 0%,#080706 100%)!important;border-color:#17130f!important;box-shadow:0 15px 30px #0c0a082e!important}.lux-store-mobile-menu .lux-store-menu-link.active:after{color:#fff!important;background:#ffffff1f!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link{opacity:1!important;transform:translate(0)scale(1)!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:first-child{transition-delay:.12s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(2){transition-delay:.16s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(3){transition-delay:.2s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(4){transition-delay:.24s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(5){transition-delay:.28s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(6){transition-delay:.32s!important}.lux-store-mobile-quick{z-index:2!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:auto!important;padding-top:16px!important;display:grid!important;position:relative!important}.lux-store-mobile-quick a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center!important;opacity:0!important;background:#efdfcac7!important;border:1px solid #7c59351f!important;border-radius:14px!important;min-width:0!important;min-height:49px!important;padding:8px 10px!important;font-size:11px!important;line-height:1.15!important;transition:opacity .28s,transform .42s cubic-bezier(.22,1,.36,1)!important;transform:translateY(22px)scale(.96)!important;box-shadow:0 8px 20px #3122140b!important}.lux-store-mobile-quick a:first-child{color:#fff!important;background:linear-gradient(135deg,#191613 0%,#080706 100%)!important;border-color:#111!important}.lux-store-mobile-quick a:nth-child(3){color:#21170e!important;background:linear-gradient(135deg,#d8b786 0%,#bd8e55 100%)!important}.lux-store-mobile-quick a:nth-child(4){grid-column:1/-1!important}.lux-store-mobile-panel.active .lux-store-mobile-quick a{opacity:1!important;transform:translateY(0)scale(1)!important}.lux-store-mobile-panel.active .lux-store-mobile-quick a:first-child{transition-delay:.28s!important}.lux-store-mobile-panel.active .lux-store-mobile-quick a:nth-child(2){transition-delay:.32s!important}.lux-store-mobile-panel.active .lux-store-mobile-quick a:nth-child(3){transition-delay:.36s!important}.lux-store-mobile-panel.active .lux-store-mobile-quick a:nth-child(4){transition-delay:.4s!important}}@media (max-width:980px) and (prefers-reduced-motion:reduce){.lux-store-mobile-overlay,.lux-store-mobile-panel,.lux-store-mobile-panel-head,.lux-store-mobile-panel-head button,.lux-store-mobile-menu .lux-store-menu-link,.lux-store-mobile-quick a{transition-duration:.01ms!important;transition-delay:0s!important}}@media (max-width:980px){.lux-store-mobile-panel{justify-content:flex-start!important}.lux-store-mobile-menu{counter-reset:shs-mobile-nav!important;gap:0!important;display:grid!important}.lux-store-mobile-menu .lux-store-menu-link{counter-increment:shs-mobile-nav!important;min-height:53px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;letter-spacing:-.01em!important;background:0 0!important;border:0!important;border-bottom:1px solid #694d3021!important;border-radius:0!important;padding:0 11px!important;font-size:15px!important;font-weight:850!important}.lux-store-mobile-menu .lux-store-menu-link:before{content:"0" counter(shs-mobile-nav)!important;color:#694e327a!important;letter-spacing:.08em!important;width:25px!important;margin-right:10px!important;font-size:9px!important;font-weight:900!important;display:inline-flex!important}.lux-store-mobile-menu .lux-store-menu-link:after{background:#7e5c3912!important;border-radius:999px!important;width:27px!important;height:27px!important;margin-left:auto!important;font-size:11px!important}.lux-store-mobile-menu .lux-store-menu-link.active{color:#fff!important;background:linear-gradient(135deg,#1b1815 0%,#090807 100%)!important;border:0!important;border-radius:17px!important;min-height:55px!important;margin:5px 0!important;padding:0 14px!important;box-shadow:0 15px 32px #110d0a2e!important}.lux-store-mobile-menu .lux-store-menu-link.active:before{color:#ffffff85!important}.lux-store-mobile-menu .lux-store-menu-link.active:after{background:#ffffff1c!important}.lux-store-mobile-quick{border-top:1px solid #6a4d2f21!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:17px!important;padding-top:17px!important;display:grid!important}.lux-store-mobile-quick:before{content:"ШВИДКІ ДІЇ"!important;color:#5b412994!important;letter-spacing:.17em!important;grid-column:1/-1!important;margin-bottom:2px!important;font-size:9px!important;font-weight:950!important;display:block!important}.lux-store-mobile-quick a{border:1px solid #7957351f!important;border-radius:14px!important;min-height:48px!important;padding:8px 10px!important;font-size:11px!important;font-weight:900!important}.lux-store-mobile-quick a:nth-child(4),.lux-store-mobile-quick a:nth-child(5){grid-column:auto!important}.lux-store-mobile-panel:after{content:"STYLE  ·  COMFORT  ·  SHS"!important;color:#5b422a61!important;letter-spacing:.2em!important;text-align:center!important;margin-top:auto!important;padding-top:22px!important;font-size:8px!important;font-weight:900!important;display:block!important}.lux-store-mobile-panel{inset:auto!important;top:calc(10px + env(safe-area-inset-top))!important;width:min(100vw - 20px,390px)!important;max-width:390px!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(26px)saturate(135%)!important;backdrop-filter:blur(26px)saturate(135%)!important;clip-path:inset(0 0 100% round 27px)!important;transform-origin:100% 0!important;background:linear-gradient(145deg,#fffdf8d1 0%,#faf0e2b3 100%)!important;border:1px solid #ffffff8f!important;border-radius:27px!important;padding:14px!important;transition:clip-path .56s cubic-bezier(.16,1,.3,1),transform .56s cubic-bezier(.16,1,.3,1),opacity .3s,visibility 0s linear .56s!important;bottom:auto!important;left:auto!important;right:10px!important;overflow:hidden auto!important;transform:translateY(-18px)scale(.985)!important;box-shadow:0 30px 80px #19120b38,inset 0 1px #ffffffbf!important}.lux-store-mobile-panel.active{clip-path:inset(0 round 27px)!important;transition-delay:0s!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-overlay{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#1a150f47!important;transition:opacity .44s,-webkit-backdrop-filter .44s,backdrop-filter .44s,visibility 0s linear .44s!important}.lux-store-mobile-overlay.active{-webkit-backdrop-filter:blur(7px)saturate(90%)!important;backdrop-filter:blur(7px)saturate(90%)!important}.lux-store-mobile-panel-head{border-bottom:1px solid #674b2e1c!important;margin:0 0 11px!important;padding:0 1px 11px!important;transition:opacity .4s,transform .5s cubic-bezier(.16,1,.3,1)!important}.lux-store-mobile-panel-head b{font-size:29px!important}.lux-store-mobile-panel-head span{font-size:9px!important}.lux-store-mobile-menu{-webkit-backdrop-filter:blur(18px)saturate(120%)!important;backdrop-filter:blur(18px)saturate(120%)!important;background:#ffffff57!important;border:1px solid #ffffff85!important;border-radius:20px!important;gap:0!important;padding:5px!important;display:grid!important;box-shadow:0 14px 32px #32221311,inset 0 1px #ffffffa8!important}.lux-store-mobile-menu .lux-store-menu-link{border-bottom:1px solid #5d432a17!important;min-height:48px!important;padding:0 10px!important;transition:opacity .34s,transform .5s cubic-bezier(.16,1,.3,1),background .25s,color .25s!important}.lux-store-mobile-menu .lux-store-menu-link:last-child{border-bottom:0!important}.lux-store-mobile-menu .lux-store-menu-link.active{background:linear-gradient(135deg,#1b1815fa,#070706fa)!important;border-radius:15px!important;min-height:51px!important;margin:4px 0!important;box-shadow:0 13px 27px #0f0b082e!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:first-child{transition-delay:.14s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(2){transition-delay:.2s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(3){transition-delay:.26s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(4){transition-delay:.32s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(5){transition-delay:.38s!important}.lux-store-mobile-panel.active .lux-store-mobile-menu .lux-store-menu-link:nth-child(6){transition-delay:.44s!important}.lux-store-mobile-quick{-webkit-backdrop-filter:blur(18px)saturate(120%)!important;backdrop-filter:blur(18px)saturate(120%)!important;background:#ffffff47!important;border:1px solid #ffffff85!important;border-radius:20px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:10px 0 0!important;padding:11px!important;display:grid!important;box-shadow:0 14px 32px #3222130e,inset 0 1px #ffffffa3!important}.lux-store-mobile-quick:before{margin:0 1px 2px!important}.lux-store-mobile-quick a{background:#f4e5d194!important;border:1px solid #7653311a!important;border-radius:13px!important;min-height:45px!important;padding:8px 7px!important;transition:opacity .34s,transform .48s cubic-bezier(.16,1,.3,1),background .25s!important;box-shadow:0 7px 17px #2d1f120b!important}.lux-store-mobile-quick a:first-child{background:linear-gradient(135deg,#191613fa,#070706fa)!important}.lux-store-mobile-quick a:nth-child(3){background:linear-gradient(135deg,#deb981e0,#c18f4fe0)!important}.lux-store-mobile-panel:after{letter-spacing:.18em!important;margin:11px 0 1px!important;padding:0!important;font-size:7px!important}}@media (min-width:621px) and (max-width:1180px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.lux-store-shell{grid-template-columns:1fr!important;width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important;padding-right:0!important;display:block!important}.shs-home-page,.lux-catalog-page,.account-auth-page,.cart-page,.about-page,.contacts-page,.info-page,.product-page-shell{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-right:0!important;overflow-x:hidden!important}.lux-store-mobile-panel{top:calc(78px + env(safe-area-inset-top))!important;bottom:auto!important;left:auto!important;right:18px!important;z-index:12010!important;width:min(380px,100vw - 36px)!important;max-width:380px!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 100px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(26px)saturate(138%)!important;backdrop-filter:blur(26px)saturate(138%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;clip-path:inset(0 0 100% round 27px)!important;background:linear-gradient(145deg,#fffdf8e6,#f7ebdbc9)!important;border:1px solid #ffffff9e!important;border-radius:27px!important;flex-direction:column!important;margin:0!important;padding:14px!important;transition:clip-path .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1),opacity .3s,visibility 0s linear .52s!important;display:flex!important;position:fixed!important;inset:auto 18px auto auto!important;overflow:hidden auto!important;transform:translate(24px,-14px)scale(.975)!important;box-shadow:0 30px 90px #18110a40,inset 0 1px #ffffffd1!important}.lux-store-mobile-panel.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;clip-path:inset(0 round 27px)!important;transition-delay:0s!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-overlay{z-index:12000!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;-webkit-backdrop-filter:blur()!important;backdrop-filter:blur()!important;background:#16110c33!important;border:0!important;width:100%!important;height:100dvh!important;transition:opacity .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,visibility 0s linear .4s!important;display:block!important;position:fixed!important;inset:0!important}.lux-store-mobile-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;-webkit-backdrop-filter:blur(6px)saturate(92%)!important;backdrop-filter:blur(6px)saturate(92%)!important;transition-delay:0s!important}body:has(.lux-store-mobile-panel.active){overflow:hidden!important}.lux-store-mobile-toggle{visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:inline-flex!important}.shs-home-hero{grid-template-columns:1fr!important;gap:20px!important;width:calc(100% - 40px)!important;max-width:1100px!important;min-height:0!important;margin:20px auto 0!important;padding:30px!important;display:grid!important}.shs-home-hero-content{width:100%!important;max-width:820px!important}.shs-home-hero-image,.shs-home-banner-image{aspect-ratio:auto!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;border-radius:28px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}.shs-home-hero-image img,.shs-home-banner-image img{object-fit:contain!important;object-position:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.shs-home-banner{grid-template-columns:1fr!important;gap:18px!important;width:calc(100% - 40px)!important;max-width:1100px!important;margin:24px auto!important;padding:26px!important;display:grid!important}.shs-home-banner-content{width:100%!important;max-width:800px!important}.lux-catalog-page{padding-left:20px!important;padding-right:20px!important}.lux-catalog-hero{grid-template-columns:minmax(0,1fr) minmax(230px,.58fr)!important;gap:22px!important;width:100%!important;max-width:1100px!important;min-height:0!important;margin-left:auto!important;margin-right:auto!important;display:grid!important}.lux-catalog-hero-card{width:100%!important;min-height:180px!important;overflow:visible!important}.lux-catalog-hero-logo{object-fit:contain!important;object-position:center!important;width:auto!important;max-width:150px!important;height:auto!important;max-height:90px!important}.lux-catalog-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;gap:16px!important;display:grid!important}.lux-catalog-grid .catalog-card-image,.catalog-grid .catalog-card-image{object-position:center!important}.account-auth-page{min-height:auto!important;padding:42px 24px 54px!important}.account-auth-container{width:100%!important;max-width:760px!important;min-height:0!important;margin:0 auto!important}.account-auth-card{width:100%!important;max-width:640px!important;margin:0 auto!important;padding:38px!important}.cart-page{min-height:auto!important;padding:34px 24px 54px!important}.cart-top,.cart-empty,.cart-grid{width:100%!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}.cart-empty{min-height:260px!important}.cart-grid{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)!important;align-items:start!important;gap:20px!important;display:grid!important}.about-page,.contacts-page,.info-page{min-height:auto!important;padding-bottom:48px!important}.about-hero,.contacts-hero,.info-hero{grid-template-columns:minmax(0,1fr) minmax(240px,.68fr)!important;gap:22px!important;width:calc(100% - 40px)!important;max-width:1100px!important;min-height:0!important;margin:20px auto 0!important;padding:28px!important;display:grid!important}.about-hero-card,.contacts-hero-card,.info-hero-card{visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;min-height:180px!important;padding:26px!important;display:grid!important;overflow:visible!important;transform:none!important}.about-hero-logo,.contacts-hero-logo{object-fit:contain!important;object-position:center!important;width:auto!important;max-width:145px!important;height:auto!important;max-height:86px!important}.about-grid,.contacts-grid,.info-content-card,.info-mini-grid{width:calc(100% - 40px)!important;max-width:1100px!important;height:auto!important;min-height:0!important;margin-left:auto!important;margin-right:auto!important}.about-grid,.contacts-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.info-content-card{overflow:visible!important}.info-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-page-shell{max-width:1120px!important;padding:28px 22px 54px!important}.product-page-grid-premium{grid-template-columns:minmax(0,1.06fr) minmax(330px,.94fr)!important;align-items:start!important;gap:24px!important;display:grid!important}.product-gallery-column{min-width:0!important;position:static!important}.product-gallery-main,.product-gallery-main:not(.product-gallery-empty){aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}.product-gallery-main img{object-fit:contain!important;object-position:center!important;width:100%!important;height:auto!important;max-height:720px!important;display:block!important;position:static!important;inset:auto!important}.shs-home-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 42px!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin-top:0!important;padding:38px 30px!important;display:grid!important}}@media (min-width:621px) and (max-width:820px){.lux-catalog-hero,.about-hero,.contacts-hero,.info-hero,.product-page-grid-premium,.cart-grid{grid-template-columns:1fr!important}.lux-catalog-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-grid,.contacts-grid{grid-template-columns:1fr!important}.shs-home-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lux-store-mobile-panel{top:calc(72px + env(safe-area-inset-top))!important;width:min(370px,100vw - 24px)!important;right:12px!important}}@media (max-width:1180px){.lux-store-mobile-panel-head .lux-store-mobile-brand{border-radius:18px!important;flex:none!important;justify-content:center!important;align-items:center!important;text-decoration:none!important;display:inline-flex!important;overflow:hidden!important}.lux-store-mobile-panel-head .lux-store-mobile-brand-img{object-fit:contain!important;object-position:center!important;border-radius:18px!important;width:100%!important;height:100%!important;display:block!important}.lux-store-mobile-panel-head .lux-store-mobile-brand-fallback{gap:1px!important;display:grid!important}}@media (max-width:620px){.lux-store-mobile-panel-head .lux-store-mobile-brand{width:96px!important;height:54px!important}}@media (min-width:621px) and (max-width:1180px){.lux-store-mobile-panel-head .lux-store-mobile-brand{width:118px!important;height:66px!important}}.cart-error.form-bottom-alert,.checkout-error.form-bottom-alert{color:#8f1f17;background:radial-gradient(circle at 100% 0,#fffffff5,#0000 42%),linear-gradient(145deg,#fff5f3fc,#ffebe8f5);border:1px solid #b4231838;border-radius:20px;outline:none;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:13px;width:100%;margin:4px 0 2px;padding:16px 18px;scroll-margin-block:120px;animation:.28s both shs-form-alert-in;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 38px #8f1f171a,inset 0 1px #ffffffeb}.form-bottom-alert:after{content:"";background:linear-gradient(#d93b30,#9e2018);border-radius:20px 0 0 20px;width:4px;position:absolute;inset:0 auto 0 0}.form-bottom-alert-icon{color:#fff;background:#a82820;border-radius:13px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;font-weight:1000;line-height:1;display:inline-flex;box-shadow:0 9px 20px #a8282038,inset 0 1px #ffffff40}.form-bottom-alert-copy{min-width:0;padding-top:1px}.form-bottom-alert-copy strong{color:#691712;letter-spacing:-.01em;text-transform:none;margin:0 0 4px;font-size:14px;font-weight:1000;line-height:1.25;display:block}.form-bottom-alert-copy p{color:#9b251d;letter-spacing:0;text-transform:none;margin:0;font-size:14px;font-weight:800;line-height:1.42}@keyframes shs-form-alert-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (min-width:621px) and (max-width:1180px){.cart-error.form-bottom-alert,.checkout-error.form-bottom-alert{border-radius:21px;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:17px 18px;scroll-margin-block:110px}.form-bottom-alert-icon{width:40px;height:40px}.form-bottom-alert-copy strong{font-size:15px}.form-bottom-alert-copy p{font-size:14px}.cart-submit-btn,.checkout-submit{border-radius:19px;width:100%;min-height:60px}}@media (max-width:620px){.cart-error.form-bottom-alert,.checkout-error.form-bottom-alert{border-radius:17px;grid-template-columns:34px minmax(0,1fr);gap:11px;margin-top:2px;padding:13px 14px;scroll-margin-block:88px;box-shadow:0 12px 28px #8f1f171a,inset 0 1px #ffffffe6}.form-bottom-alert:after{border-radius:17px 0 0 17px;width:3px}.form-bottom-alert-icon{border-radius:11px;width:34px;height:34px;font-size:18px}.form-bottom-alert-copy strong{margin-bottom:3px;font-size:13px}.form-bottom-alert-copy p{font-size:13px;line-height:1.38}.cart-submit-btn,.checkout-submit{white-space:normal;border-radius:18px;width:100%;min-height:58px;padding:12px 15px;font-size:16px;line-height:1.2}}.crm-orders-board-page .crm-order-ticket{scroll-margin-block:140px}.crm-orders-board-page .crm-order-ticket.is-notification-target{z-index:5;outline-offset:4px;outline:3px solid #c6975c33;animation:2.8s ease-out both shs-admin-order-notification-focus;position:relative;border-color:#a7773fd1!important}.crm-orders-board-page .crm-order-ticket.is-notification-target:before{content:"Відкрито зі сповіщення";z-index:3;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#a7773f,#7c5229);border:2px solid #fff;border-radius:999px;align-items:center;min-height:25px;padding:0 11px;font-size:9px;font-weight:1000;line-height:1;display:inline-flex;position:absolute;top:-12px;right:18px;box-shadow:0 9px 24px #7c522947}@keyframes shs-admin-order-notification-focus{0%{transform:scale(.992);box-shadow:0 0 #a7773f80,0 18px 42px #4a36231a}24%{transform:scale(1.008);box-shadow:0 0 0 12px #a7773f1f,0 28px 64px #4a362330}to{transform:scale(1);box-shadow:0 0 0 2px #a7773f14,0 18px 44px #4a36231a}}@media (max-width:720px){.crm-orders-board-page .crm-order-ticket{scroll-margin-block:90px}.crm-orders-board-page .crm-order-ticket.is-notification-target:before{font-size:8px;top:-10px;right:10px}}@media (prefers-reduced-motion:reduce){.crm-orders-board-page .crm-order-ticket.is-notification-target{animation:none}}.shs-receipt-toolbar,.shs-receipt-paper{box-sizing:border-box;width:min(100%,920px)}.shs-receipt-paper,.shs-receipt-paper *{box-sizing:border-box}.shs-receipt-top{align-items:flex-start}.shs-receipt-top>div{min-width:0}.shs-receipt-top>div:last-child{text-align:right;flex:0 300px;margin-left:auto}.shs-receipt-title-row{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(0,1fr);align-items:stretch}.shs-receipt-title-row>div,.shs-receipt-info-grid>div{flex-direction:column;justify-content:center;min-width:0;min-height:72px;display:flex}.shs-receipt-title-row b,.shs-receipt-info-grid b{overflow-wrap:anywhere;line-height:1.3}.shs-receipt-seller-head{align-items:flex-start}.shs-receipt-seller-head>div{min-width:0}.shs-receipt-seller-head>div:first-child{flex:auto}.shs-receipt-seller-head>div:last-child{text-align:right;flex:0 0 170px}.shs-receipt-seller-head h2,.shs-receipt-seller-head b,.shs-receipt-seller-box p{overflow-wrap:anywhere}.shs-receipt-seller-grid>div{min-width:0}.shs-receipt-table-head,.shs-receipt-table-row{grid-template-columns:42px minmax(190px,1.7fr) minmax(105px,.85fr) minmax(125px,1fr) 72px 100px 110px;align-items:stretch}.shs-receipt-table-head span,.shs-receipt-table-row span{overflow-wrap:anywhere;align-items:center;min-width:0;line-height:1.35;display:flex}.shs-receipt-table-head span:first-child,.shs-receipt-table-head span:nth-child(4),.shs-receipt-table-head span:nth-child(5),.shs-receipt-table-head span:nth-child(6),.shs-receipt-table-head span:nth-child(7),.shs-receipt-table-row span:first-child,.shs-receipt-table-row span:nth-child(4),.shs-receipt-table-row span:nth-child(5),.shs-receipt-table-row span:nth-child(6),.shs-receipt-table-row span:nth-child(7){text-align:center;justify-content:center}.shs-receipt-table-head span:last-child,.shs-receipt-table-row span:last-child{border-right:0}.shs-receipt-info-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:stretch}.shs-receipt-total{width:min(100%,360px)}.shs-receipt-total span,.shs-receipt-total b{min-width:0}.shs-receipt-bottom>div{flex:1 1 0;min-width:0}.shs-receipt-bottom>div:last-child{text-align:right}.shs-receipt-bottom b,.shs-receipt-bottom p{overflow-wrap:anywhere}@media (max-width:760px){.shs-receipt-toolbar{flex-wrap:wrap;justify-content:center}.shs-receipt-toolbar button{flex:140px}.shs-receipt-top>div:last-child,.shs-receipt-seller-head>div:last-child,.shs-receipt-bottom>div:last-child{text-align:left;flex-basis:auto;margin-left:0}.shs-receipt-title-row>div,.shs-receipt-info-grid>div{min-height:auto}.shs-receipt-table-head,.shs-receipt-table-row{min-width:860px}.shs-receipt-total{width:100%}}@media print{.shs-receipt-paper{box-sizing:border-box!important}.shs-receipt-top>div:last-child{text-align:right!important}.shs-receipt-title-row{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(0,1fr)!important}.shs-receipt-info-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important}.shs-receipt-table-head,.shs-receipt-table-row{grid-template-columns:8mm minmax(36mm,1.7fr) 23mm 28mm 13mm 24mm 25mm!important}.shs-receipt-table-head span,.shs-receipt-table-row span{font-size:10px;padding:3mm 2mm!important}.shs-receipt-title-row>div,.shs-receipt-info-grid>div,.shs-receipt-seller-box,.shs-receipt-table,.shs-receipt-total,.shs-receipt-note,.shs-receipt-bottom{page-break-inside:avoid!important;break-inside:avoid!important}}.shs-receipt-seller-head>div:only-child{text-align:left;flex:auto;width:100%;margin-left:0}@media print{.shs-receipt-seller-head>div:only-child{text-align:left!important;flex:auto!important;width:100%!important;margin-left:0!important}}.account-page-premium{--account-luxury-ink:#151310;--account-luxury-muted:#7d7166;--account-luxury-line:#e7ddd2;--account-luxury-soft:#f7f3ee;--account-luxury-cream:#fbf8f4;--account-luxury-gold:#b28b58;--account-luxury-gold-dark:#725431;--account-luxury-shadow:0 18px 55px #34261913;background:radial-gradient(circle at 8% 8%,#bf9d6c1c,#0000 24%),radial-gradient(circle at 94% 35%,#b9a6cc17,#0000 22%),linear-gradient(#faf8f5 0%,#f5f1ec 100%);padding:18px 0 46px}.account-page-premium .account-container{width:min(100% - 32px,1240px)}.account-premium-hero-compact{isolation:isolate;background:radial-gradient(circle at 82% 15%,#cfae744a,#0000 31%),radial-gradient(circle at 17% 110%,#73512c47,#0000 41%),linear-gradient(138deg,#090909 0%,#171513 55%,#211c17 100%);border:1px solid #ffffff17;border-radius:28px;grid-template-columns:minmax(0,1fr) 270px;gap:20px;min-height:0;margin-bottom:12px;padding:26px 30px;position:relative;box-shadow:0 24px 65px #15100c33}.account-premium-hero-compact:after{z-index:-1;content:"";border:1px solid #ffffff12;border-radius:50%;width:220px;height:220px;position:absolute;top:-90px;right:110px}.account-premium-hero-compact .account-premium-brand{margin-bottom:13px}.account-premium-hero-compact .account-premium-logo{border-radius:15px;width:49px;height:49px;box-shadow:inset 0 0 0 1px #ffffffd1,0 8px 24px #0000003d}.account-premium-hero-compact .account-premium-welcome h1{letter-spacing:-.047em;max-width:760px;margin-bottom:8px;font-size:clamp(34px,4.1vw,50px);line-height:.98}.account-premium-hero-compact .account-premium-welcome p{max-width:710px;margin-bottom:16px;font-size:14px;line-height:1.55}.account-premium-hero-compact .account-premium-hero-actions{gap:8px}.account-premium-hero-compact .account-hero-primary,.account-premium-hero-compact .account-hero-secondary{border-radius:12px;min-height:40px;padding:0 15px;font-size:13px}.account-premium-hero-compact .account-profile-mini{background:linear-gradient(150deg,#ffffff1c,#ffffff0e);border-radius:20px;align-self:stretch;padding:18px;box-shadow:inset 0 1px #ffffff1a}.account-premium-hero-compact .account-profile-avatar{border-radius:17px;width:56px;height:56px;margin-bottom:13px;font-size:17px}.account-premium-stats-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.account-premium-stats-compact article{background:linear-gradient(145deg,#fffffffa,#f9f6f1f2);border:1px solid #d6c9bbd1;border-radius:18px;min-height:82px;padding:15px 17px;position:relative;overflow:hidden;box-shadow:0 10px 30px #38281b0d}.account-premium-stats-compact article:after{content:"";background:linear-gradient(90deg,#d8bd91,#9b7447);border-radius:0 18px 0 8px;width:42px;height:3px;position:absolute;top:0;right:0}.account-premium-stats-compact span{letter-spacing:.075em;font-size:10px}.account-premium-stats-compact b{letter-spacing:-.035em;margin-top:3px;font-size:25px;line-height:1}.account-premium-stats-compact small{margin-top:5px;font-size:10px}.account-current-order-priority{box-shadow:var(--account-luxury-shadow);background:linear-gradient(145deg,#fff 0%,#fdfbf8 100%);border:1px solid #ddd0c2;border-radius:24px;margin-bottom:12px;padding:22px}.account-current-order-priority .account-section-title{align-items:center;gap:16px}.account-current-order-priority .account-section-title h2{letter-spacing:-.035em;margin-bottom:4px;font-size:25px}.account-current-order-priority .account-section-title p{font-size:13px;line-height:1.45}.account-current-order-priority .account-order-status{border-radius:999px;min-height:34px;padding:0 12px;font-size:11px}.account-current-order-priority .account-progress-track{background:linear-gradient(#fbf9f6,#f6f1eb);border:1px solid #ede4da;border-radius:18px;gap:8px;margin:17px 0;padding:15px 12px}.account-current-order-priority .account-progress-track>div{min-width:0}.account-current-order-priority .account-progress-track>div>span{width:31px;height:31px;font-size:11px}.account-current-order-priority .account-progress-track>div>b{margin-top:7px;font-size:10px;line-height:1.25}.account-current-order-priority>.account-current-order-footer{grid-template-columns:1.35fr .85fr .7fr;gap:8px;padding-top:13px}.account-current-order-priority>.account-current-order-footer>div{background:#faf8f5;border:1px solid #eee5dc;border-radius:14px;padding:11px 13px}.account-current-order-priority .account-current-order-footer span{letter-spacing:.065em;margin-bottom:4px;font-size:9px}.account-current-order-priority .account-current-order-footer b{font-size:13px;line-height:1.35}.account-current-order-priority>.account-premium-card,.account-current-order-priority #account-payment,.account-current-order-priority #account-shipping{border-radius:18px;padding:17px;margin-top:12px!important}.account-current-order-priority .account-card-head{align-items:center;gap:12px}.account-current-order-priority .account-card-head h2{letter-spacing:-.025em;font-size:20px}.account-current-order-priority .account-card-head p{margin-top:4px;font-size:12px;line-height:1.45}.account-current-order-priority .account-error-actions{gap:8px;margin-top:12px}.account-current-order-priority .account-primary-button,.account-current-order-priority .account-secondary-button{border-radius:11px;min-height:39px;padding:0 14px;font-size:12px}.account-current-order-priority .account-premium-card .account-current-order-footer{gap:8px;padding-top:12px;margin-top:12px!important}.account-current-order-priority .account-premium-card .account-current-order-footer>div{background:#ffffffc2;border-radius:12px;padding:10px 11px}.account-premium-orders-priority{box-shadow:var(--account-luxury-shadow);background:linear-gradient(145deg,#fffffffa,#faf7f3fa);border:1px solid #ded2c6;border-radius:24px;margin-bottom:12px;padding:22px}.account-premium-orders-priority .account-orders-header{align-items:center;gap:16px}.account-premium-orders-priority .account-orders-header h2{letter-spacing:-.035em;margin-bottom:4px;font-size:25px}.account-premium-orders-priority .account-orders-header p{font-size:13px;line-height:1.45}.account-premium-orders-priority .account-orders-catalog-link{background:#fff;border:1px solid #ded2c5;border-radius:11px;padding:9px 12px;text-decoration:none}.account-premium-orders-priority .account-order-filters{gap:7px;margin:14px 0 12px;padding-bottom:12px}.account-premium-orders-priority .account-order-filters button{border-radius:10px;min-height:36px;padding:0 11px;font-size:12px}.account-premium-orders-priority .account-orders-list-premium{gap:9px}.account-premium-orders-priority .account-order-item-premium{background:linear-gradient(145deg,#faf8f5,#f7f3ee);border-radius:18px;padding:15px 16px;box-shadow:inset 0 1px #fffffff2}.account-premium-orders-priority .account-order-top{align-items:center;gap:10px}.account-premium-orders-priority .account-order-number-block span{font-size:9px}.account-premium-orders-priority .account-order-number-block b{font-size:18px}.account-premium-orders-priority .account-order-number-block small{font-size:10px}.account-premium-orders-priority .account-order-badges{gap:6px}.account-premium-orders-priority .account-status-badge,.account-premium-orders-priority .account-payment-badge{border-radius:999px;min-height:28px;padding:0 9px;font-size:9px}.account-premium-orders-priority .account-order-mini-progress{border-radius:999px;height:4px;margin:10px 0}.account-premium-orders-priority .account-order-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.account-premium-orders-priority .account-order-summary>div,.account-premium-orders-priority .account-order-delivery-details>div{border:1px solid #eee6dd;border-radius:11px;padding:9px 10px}.account-premium-orders-priority .account-order-summary span,.account-premium-orders-priority .account-order-delivery-details span{margin-bottom:3px;font-size:8px}.account-premium-orders-priority .account-order-summary b,.account-premium-orders-priority .account-order-delivery-details b{font-size:12px;line-height:1.3}.account-premium-orders-priority .account-order-product-premium{padding:12px 0}.account-premium-orders-priority .account-order-delivery-details{gap:7px;margin-top:8px}.account-premium-orders-priority .account-order-footer-premium{margin-top:10px;padding-top:11px}.account-premium-orders-priority .account-order-footer-premium button{border-radius:10px;min-height:35px;padding:0 12px;font-size:11px}.account-premium-orders-priority .account-order-footer-premium strong{letter-spacing:-.025em;font-size:18px}.account-premium-grid-secondary{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr) minmax(0,.92fr);gap:10px;margin-bottom:0}.account-premium-grid-secondary .account-premium-card{background:linear-gradient(145deg,#fffffff5,#f8f4eff5);border-radius:20px;padding:18px;box-shadow:0 11px 31px #3a2a1b0b}.account-premium-grid-secondary .account-card-head{gap:10px;margin-bottom:12px}.account-premium-grid-secondary .account-premium-card h2{letter-spacing:-.025em;font-size:19px}.account-premium-grid-secondary .account-profile-avatar-small{border-radius:13px;width:42px;height:42px;margin:0;font-size:13px}.account-premium-grid-secondary .account-profile-edit-button{border-radius:10px;min-height:35px;padding:0 11px;font-size:11px}.account-premium-grid-secondary .account-info-list-premium{gap:6px}.account-premium-grid-secondary .account-info-list-premium>div{border-radius:10px;padding:8px 10px}.account-premium-grid-secondary .account-info-list-premium span{font-size:8px}.account-premium-grid-secondary .account-info-list-premium b{font-size:11px}.account-premium-grid-secondary .account-insole-profile-value{margin:13px 0 8px}.account-premium-grid-secondary .account-insole-profile-value strong{font-size:44px}.account-premium-grid-secondary .account-premium-card p{font-size:12px;line-height:1.5}.account-premium-grid-secondary .account-primary-button,.account-premium-grid-secondary .account-card-link-button{border-radius:11px;min-height:38px;padding:0 13px;font-size:11px}@media (hover:hover){.account-premium-stats-compact article,.account-premium-orders-priority .account-order-item-premium,.account-premium-grid-secondary .account-premium-card{transition:transform .18s,border-color .18s,box-shadow .18s}.account-premium-stats-compact article:hover,.account-premium-orders-priority .account-order-item-premium:hover,.account-premium-grid-secondary .account-premium-card:hover{border-color:#d4c1ad;transform:translateY(-2px);box-shadow:0 16px 38px #36271913}}@media (max-width:1050px){.account-premium-hero-compact{grid-template-columns:minmax(0,1fr) 245px}.account-premium-stats-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.account-premium-grid-secondary{grid-template-columns:1fr 1fr}.account-premium-grid-secondary .account-recommendation-card{grid-column:1/-1}}@media (max-width:850px){.account-premium-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.account-premium-hero-compact{grid-template-columns:minmax(0,1fr) 220px}}@media (max-width:760px){.account-page-premium{padding:10px 0 34px}.account-page-premium .account-container{width:min(100% - 16px,1240px)}.account-premium-hero-compact{border-radius:22px;grid-template-columns:1fr;gap:12px;margin-bottom:8px;padding:18px 16px}.account-premium-hero-compact:after{top:-130px;right:-60px}.account-premium-hero-compact .account-premium-brand{margin-bottom:11px}.account-premium-hero-compact .account-premium-logo{border-radius:13px;width:43px;height:43px}.account-premium-hero-compact .account-premium-welcome h1{margin-bottom:7px;font-size:33px;line-height:.98}.account-premium-hero-compact .account-premium-welcome p{margin-bottom:13px;font-size:12px;line-height:1.45}.account-premium-hero-compact .account-premium-hero-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.account-premium-hero-compact .account-hero-primary,.account-premium-hero-compact .account-hero-secondary{width:auto;min-height:38px;padding:0 10px;font-size:11px}.account-premium-hero-compact .account-profile-mini{border-radius:16px;grid-template-columns:48px minmax(0,1fr);align-items:center;column-gap:11px;padding:12px 13px;display:grid}.account-premium-hero-compact .account-profile-avatar{border-radius:14px;grid-row:1/span 4;width:48px;height:48px;margin:0;font-size:14px}.account-premium-hero-compact .account-profile-mini h2,.account-premium-hero-compact .account-profile-mini h3,.account-premium-hero-compact .account-profile-mini p{margin-top:0;margin-bottom:2px}.account-premium-stats-compact{gap:7px;margin-bottom:8px}.account-premium-stats-compact article{border-radius:14px;min-height:72px;padding:11px 12px}.account-premium-stats-compact span{font-size:8px}.account-premium-stats-compact b{font-size:21px}.account-premium-stats-compact small{font-size:8px}.account-current-order-priority,.account-premium-orders-priority,.account-premium-grid-secondary .account-premium-card{border-radius:19px;padding:15px 13px}.account-current-order-priority{margin-bottom:8px}.account-current-order-priority .account-section-title{flex-direction:row;align-items:flex-start;gap:10px}.account-current-order-priority .account-section-title h2{font-size:21px}.account-current-order-priority .account-section-title p{font-size:11px}.account-current-order-priority .account-order-status{flex:none;min-height:30px;padding:0 9px;font-size:9px}.account-current-order-priority .account-progress-track{border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;margin:13px 0;padding:11px 5px 9px;overflow:visible}.account-current-order-priority .account-progress-track:before{display:block}.account-current-order-priority .account-progress-track>div>span{width:27px;height:27px;font-size:9px}.account-current-order-priority .account-progress-track>div>b{margin-top:5px;font-size:7.5px;line-height:1.15}.account-current-order-priority>.account-current-order-footer{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding-top:9px}.account-current-order-priority>.account-current-order-footer>div{border-radius:10px;padding:8px 7px}.account-current-order-priority .account-current-order-footer span{font-size:7px}.account-current-order-priority .account-current-order-footer b{font-size:10px}.account-current-order-priority>.account-premium-card,.account-current-order-priority #account-payment,.account-current-order-priority #account-shipping{border-radius:15px;padding:13px 11px;margin-top:8px!important}.account-current-order-priority .account-card-head{align-items:flex-start}.account-current-order-priority .account-card-head h2{font-size:17px}.account-current-order-priority .account-card-head p{font-size:10px}.account-current-order-priority .account-premium-card .account-current-order-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:9px!important}.account-current-order-priority .account-premium-card .account-current-order-footer>div{padding:8px}.account-current-order-priority .account-error-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.account-current-order-priority .account-error-actions>*{width:auto;min-width:0}.account-current-order-priority .account-primary-button,.account-current-order-priority .account-secondary-button{width:auto;min-height:37px;padding:0 9px;font-size:10px}.account-premium-orders-priority{margin-bottom:8px}.account-premium-orders-priority .account-orders-header{flex-direction:row;align-items:center;gap:9px}.account-premium-orders-priority .account-orders-header h2{font-size:21px}.account-premium-orders-priority .account-orders-header p{font-size:10px}.account-premium-orders-priority .account-orders-catalog-link{padding:7px 8px;font-size:10px}.account-premium-orders-priority .account-order-filters{gap:5px;margin:11px 0 9px;padding-bottom:9px}.account-premium-orders-priority .account-order-filters button{min-height:32px;padding:0 8px;font-size:10px}.account-premium-orders-priority .account-order-item-premium{border-radius:15px;padding:12px}.account-premium-orders-priority .account-order-top{gap:7px}.account-premium-orders-priority .account-order-badges{justify-content:flex-end;gap:4px}.account-premium-orders-priority .account-status-badge,.account-premium-orders-priority .account-payment-badge{min-height:25px;padding:0 7px;font-size:8px}.account-premium-orders-priority .account-order-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.account-premium-orders-priority .account-order-summary>div{padding:7px 6px}.account-premium-orders-priority .account-order-summary span{font-size:7px}.account-premium-orders-priority .account-order-summary b{font-size:9px}.account-premium-orders-priority .account-order-delivery-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.account-premium-orders-priority .account-order-footer-premium{flex-direction:row;align-items:center;margin-top:8px;padding-top:9px}.account-premium-orders-priority .account-order-footer-premium button{width:auto;min-height:33px;padding:0 10px;font-size:9px}.account-premium-orders-priority .account-order-footer-premium strong{text-align:right;font-size:16px}.account-premium-grid-secondary{grid-template-columns:1fr;gap:7px}.account-premium-grid-secondary .account-recommendation-card{grid-column:auto}.account-premium-grid-secondary .account-premium-card h2{font-size:17px}.account-premium-grid-secondary .account-info-list-premium{grid-template-columns:1fr 1fr;gap:5px;display:grid}.account-premium-grid-secondary .account-info-list-premium>div{padding:7px 8px}}@media (max-width:420px){.account-premium-hero-compact .account-premium-welcome h1{font-size:30px}.account-premium-stats-compact{grid-template-columns:1fr 1fr}.account-current-order-priority .account-section-title{flex-direction:column}.account-current-order-priority .account-order-status{align-self:flex-start}.account-premium-orders-priority .account-orders-header{align-items:flex-start}.account-premium-orders-priority .account-orders-header p{display:none}}.account-premium-grid-secondary-two{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:stretch;gap:12px;margin-bottom:0;display:grid}.account-premium-grid-secondary-two>.account-premium-card{min-width:0;height:100%;min-height:0}.account-premium-grid-secondary-two>.account-premium-card:first-child{background:radial-gradient(circle at 92% 9%,#be914e1a,#0000 25%),linear-gradient(145deg,#fff 0%,#faf7f3 100%)}.account-premium-grid-secondary-two>.account-size-profile{background:radial-gradient(circle at 89% 12%,#cba97124,#0000 29%),linear-gradient(145deg,#fffdfa 0%,#f7f1e9 100%);flex-direction:column;display:flex}.account-premium-grid-secondary-two .account-info-list-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.account-premium-grid-secondary-two .account-info-list-premium>div{background:#ffffffc7;border:1px solid #ece2d8;border-radius:11px;min-width:0;padding:9px 11px}.account-premium-grid-secondary-two .account-info-list-premium>div:last-child{grid-column:1/-1}.account-premium-grid-secondary-two .account-info-list-premium span{letter-spacing:.065em;margin-bottom:4px;font-size:8px}.account-premium-grid-secondary-two .account-info-list-premium b{overflow-wrap:anywhere;font-size:11px;line-height:1.35}.account-premium-grid-secondary-two .account-card-head{align-items:center}.account-premium-grid-secondary-two .account-insole-profile-value{margin:18px 0 9px}.account-premium-grid-secondary-two .account-insole-profile-value strong{letter-spacing:-.055em;font-size:clamp(48px,5vw,68px);line-height:.9}.account-premium-grid-secondary-two .account-insole-profile-value span{margin-left:7px;font-size:15px}.account-premium-grid-secondary-two .account-size-profile>p{max-width:520px;margin-bottom:20px}.account-premium-grid-secondary-two .account-size-profile .account-card-link-button{align-self:flex-start;margin-top:auto}@media (hover:hover){.account-premium-grid-secondary-two>.account-premium-card:hover{border-color:#d3bea5;transform:translateY(-2px);box-shadow:0 17px 40px #34261913}}@media (max-width:1050px){.account-premium-grid-secondary-two{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)}}@media (max-width:820px){.account-premium-grid-secondary-two{grid-template-columns:1fr 1fr}.account-premium-grid-secondary-two .account-info-list-premium{grid-template-columns:1fr}.account-premium-grid-secondary-two .account-info-list-premium>div:last-child{grid-column:auto}}@media (max-width:760px){.account-premium-grid-secondary-two{grid-template-columns:1fr;gap:8px}.account-premium-grid-secondary-two .account-info-list-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.account-premium-grid-secondary-two .account-info-list-premium>div:last-child{grid-column:1/-1}.account-premium-grid-secondary-two .account-insole-profile-value{margin:13px 0 7px}.account-premium-grid-secondary-two .account-insole-profile-value strong{font-size:47px}.account-premium-grid-secondary-two .account-size-profile>p{margin-bottom:14px}}@media (max-width:420px){.account-premium-grid-secondary-two .account-info-list-premium{grid-template-columns:1fr}.account-premium-grid-secondary-two .account-info-list-premium>div:last-child{grid-column:auto}}.crm-product-characteristics-block{position:relative;overflow:hidden}.crm-product-characteristics-block:after{content:"";pointer-events:none;background:#9a7a5512;border-radius:50%;width:220px;height:220px;position:absolute;top:-90px;right:-70px}.crm-characteristics-state{z-index:1;background:#fffcf8b8;border:1px dashed #9a7a5547;border-radius:18px;align-items:center;gap:15px;min-height:118px;padding:20px;display:flex;position:relative}.crm-characteristics-state-icon{color:#805d38;background:#9a7a551f;border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:23px;font-weight:900;display:grid}.crm-characteristics-state strong,.crm-characteristics-state p{display:block}.crm-characteristics-state strong{color:#20170f;font-size:14px}.crm-characteristics-state p{color:#847362;max-width:680px;margin:5px 0 0;font-size:12px;font-weight:650;line-height:1.5}.crm-characteristics-loader{border:3px solid #9a7a5526;border-top-color:#9a7a55;border-radius:50%;flex:0 0 36px;width:36px;height:36px;animation:.8s linear infinite shs-characteristics-spin}@keyframes shs-characteristics-spin{to{transform:rotate(360deg)}}.crm-characteristics-summary{z-index:1;background:#ffffffe6;border:1px solid #9a7a5524;border-radius:17px;grid-template-columns:minmax(150px,1.5fr) minmax(100px,.7fr) minmax(120px,.8fr) auto;align-items:center;gap:10px;padding:14px;display:grid;position:relative}.crm-characteristics-summary>div:not(.crm-characteristics-preview-badge){padding:5px 10px}.crm-characteristics-summary span,.crm-characteristics-summary strong{display:block}.crm-characteristics-summary span{color:#8b7a69;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:850}.crm-characteristics-summary strong{color:#1f160e;margin-top:4px;font-size:15px}.crm-characteristics-preview-badge{color:#76552f;letter-spacing:.12em;background:#9a7a551f;border-radius:999px;padding:8px 11px;font-size:9px;font-weight:950}.crm-characteristics-list{z-index:1;gap:11px;margin-top:12px;display:grid;position:relative}.crm-characteristic-card{background:#ffffffeb;border:1px solid #9a7a5524;border-radius:18px;padding:16px;box-shadow:0 10px 30px #30231609}.crm-characteristic-card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:13px;display:flex}.crm-characteristic-card-head strong,.crm-characteristic-card-head span{display:block}.crm-characteristic-card-head strong{color:#21170f;font-size:14px}.crm-characteristic-card-head span{color:#947f69;margin-top:3px;font-size:10px;font-weight:700}.crm-characteristic-card-meta{align-items:center;gap:7px;display:flex}.crm-characteristic-card-meta b,.crm-characteristic-card-meta small{white-space:nowrap;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:850}.crm-characteristic-card-meta b{color:#7a3c34;background:#a54b401c}.crm-characteristic-card-meta b.optional{color:#61705e;background:#5b80581a}.crm-characteristic-card-meta small{color:#786756;background:#9a7a5514}.crm-characteristic-values,.crm-characteristic-color-values{flex-wrap:wrap;gap:8px;display:flex}.crm-characteristic-values button,.crm-characteristic-color-values button{color:#382a1e;min-height:38px;font:inherit;opacity:1;background:#fff;border:1px solid #9a7a5529;border-radius:11px;align-items:center;gap:8px;padding:0 11px;font-size:11px;font-weight:780;display:inline-flex}.crm-characteristic-values button:disabled,.crm-characteristic-color-values button:disabled{color:#382a1e;opacity:1;cursor:default}.crm-characteristic-values button i{color:#96734d;font-size:15px;font-style:normal}.crm-characteristic-values.is-button button{background:#9a7a550f;border-radius:999px}.crm-characteristic-color-values button i{border:1px solid #19120c29;border-radius:50%;width:21px;height:21px;box-shadow:inset 0 0 0 2px #fff}.crm-characteristic-preview-select{color:#766655;width:min(100%,360px);min-height:43px;font:inherit;opacity:1;background:#fff;border:1px solid #9a7a552e;border-radius:12px;padding:0 12px;font-size:12px;font-weight:700}.crm-characteristic-boolean-preview{color:#716151;align-items:center;gap:9px;font-size:11px;font-weight:800;display:flex}.crm-characteristic-boolean-preview i{background:#d7cec4;border-radius:999px;width:45px;height:25px;position:relative}.crm-characteristic-boolean-preview em{background:#fff;border-radius:50%;width:19px;height:19px;position:absolute;top:3px;left:3px;box-shadow:0 2px 7px #20170f29}.crm-characteristic-empty{color:#8a7866;background:#9a7a550f;border-radius:12px;padding:12px;font-size:11px;font-weight:700}.crm-characteristics-preview-note{z-index:1;color:#745b40;background:#fffaf3;border:1px solid #9a7a5526;border-radius:13px;align-items:center;gap:9px;margin-top:12px;padding:11px 13px;font-size:10px;display:flex;position:relative}.crm-characteristics-preview-note strong{flex:none}@media (max-width:760px){.crm-characteristics-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-characteristics-preview-badge{justify-self:start}.crm-characteristic-card-head{flex-direction:column}.crm-characteristic-card-meta{flex-wrap:wrap}.crm-characteristics-preview-note{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.crm-characteristics-summary{grid-template-columns:1fr}.crm-characteristics-state{align-items:flex-start}.crm-characteristic-values button,.crm-characteristic-color-values button{min-height:42px}}.crm-products-page .crm-product-form,.crm-products-page .crm-product-form-block,.crm-products-page .crm-product-characteristics-block,.crm-products-page .crm-characteristics-summary,.crm-products-page .crm-characteristics-list,.crm-products-page .crm-characteristic-card,.crm-products-page .crm-characteristic-card-head{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.crm-products-page .crm-product-drawer,.crm-products-page .crm-product-form{overflow-x:hidden!important}.crm-products-page .crm-characteristic-values,.crm-products-page .crm-characteristic-color-values{min-width:0!important;max-width:100%!important;overflow:hidden!important}.crm-products-page .crm-characteristic-values button,.crm-products-page .crm-characteristic-color-values button{min-width:0!important;max-width:100%!important}.crm-products-page .crm-product-form-actions{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.crm-products-page .crm-product-form-actions button{box-sizing:border-box!important;max-width:100%!important}@media (max-width:760px){.crm-products-page .crm-product-form-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.crm-products-page .crm-product-form-actions button{width:100%!important;min-width:0!important}}.crm-products-page .crm-characteristic-values button,.crm-products-page .crm-characteristic-color-values button{cursor:pointer!important;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s!important}.crm-products-page .crm-characteristic-values button:hover,.crm-products-page .crm-characteristic-color-values button:hover{transform:translateY(-1px);box-shadow:0 7px 18px #30231614;border-color:#9a7a5580!important}.crm-products-page .crm-characteristic-values button.is-selected,.crm-products-page .crm-characteristic-color-values button.is-selected{color:#24180e!important;background:#f3e6d5!important;border-color:#9a7a55!important;box-shadow:0 0 0 2px #9a7a551f,0 9px 22px #46301a1a!important}.crm-products-page .crm-characteristic-color-values button.is-selected i{box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #9a7a55!important}.crm-products-page .crm-characteristic-values button.is-selected i{color:#68471f!important;font-weight:950!important}.crm-products-page .crm-characteristics-preview-badge.is-live{color:#315c38;background:#49845321}.crm-products-page .crm-characteristics-preview-note.is-live{color:#395b3e;background:#f3faf3;border-color:#49845338}.crm-products-page .crm-characteristic-preview-select:not(:disabled){cursor:pointer;color:#2f2419;border-color:#9a7a5552}.crm-products-page .crm-characteristic-preview-select:focus{border-color:#9a7a55;outline:none;box-shadow:0 0 0 3px #9a7a551f}.product-characteristics-box{background:linear-gradient(145deg,#fffffff5,#fcf6eeed);border:1px solid #9a7a5538;border-radius:24px;padding:22px;box-shadow:0 16px 42px #3425160e}.product-characteristics-box.mobile{display:none}.product-characteristics-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.product-characteristics-head span{color:#9a6d3b;letter-spacing:.13em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:900;display:block}.product-characteristics-head h2{color:#18130f;margin:0;font-size:clamp(22px,2vw,29px);line-height:1.08}.product-characteristics-head>b{color:#70512e;white-space:nowrap;background:#9a7a551c;border-radius:999px;flex:none;padding:8px 11px;font-size:10px;font-weight:850}.product-characteristics-grid{background:#ffffffc7;border:1px solid #9a7a5524;border-radius:17px;gap:0;display:grid;overflow:hidden}.product-characteristic-row{border-bottom:1px solid #9a7a551f;grid-template-columns:minmax(145px,.75fr) minmax(0,1.25fr);align-items:center;gap:18px;min-width:0;padding:14px 16px;display:grid}.product-characteristic-row:last-child{border-bottom:0}.product-characteristic-row>span{color:#806f5e;font-size:12px;font-weight:760}.product-characteristic-value{flex-wrap:wrap;justify-content:flex-end;gap:7px;min-width:0;display:flex}.product-characteristic-value>span{color:#30251b;overflow-wrap:anywhere;background:#fff;border:1px solid #9a7a5524;border-radius:999px;align-items:center;gap:7px;min-width:0;padding:7px 10px;font-size:11px;font-weight:760;line-height:1.25;display:inline-flex}.product-characteristic-value>span.with-color i{border:1px solid #1d150e2e;border-radius:50%;flex:0 0 17px;width:17px;height:17px;box-shadow:inset 0 0 0 2px #fff}@media (min-width:761px) and (max-width:1100px){.product-characteristics-box{border-radius:20px;padding:18px}.product-characteristics-grid{background:#9a7a551f;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px}.product-characteristic-row{background:#fffffff5;border:0;height:100%;padding:15px;display:block}.product-characteristic-row>span{margin-bottom:9px;display:block}.product-characteristic-value{justify-content:flex-start}}@media (max-width:900px){.product-characteristics-box.desktop{display:none!important}.product-characteristics-box.mobile{margin-top:18px;display:block!important}}@media (max-width:760px){.product-characteristics-box{border-radius:19px;padding:16px}.product-characteristics-head{align-items:flex-start;margin-bottom:14px}.product-characteristics-head h2{font-size:22px}.product-characteristics-head>b{padding:7px 9px;font-size:9px}.product-characteristics-grid{display:block}.product-characteristic-row{padding:13px 14px;display:block}.product-characteristic-row>span{margin-bottom:8px;font-size:11px;display:block}.product-characteristic-value{justify-content:flex-start}.product-characteristic-value>span{white-space:normal;max-width:100%;padding:7px 9px}}@media (max-width:420px){.product-characteristics-box{padding:14px}.product-characteristics-head{display:block}.product-characteristics-head>b{margin-top:10px;display:inline-flex}.product-characteristic-value{gap:6px}}.catalog-results-layout{grid-template-columns:285px minmax(0,1fr);align-items:start;gap:24px;width:100%;min-width:0;display:grid}.catalog-results-main{min-width:0}.catalog-filter-desktop{background:linear-gradient(145deg,#fffffffa,#f9f0e5f2);border:1px solid #9a7a552e;border-radius:26px;align-self:start;width:285px;max-height:calc(100vh - 112px);position:sticky;top:92px;overflow:hidden;box-shadow:0 20px 52px #39271614}.catalog-filter-panel-head{border-bottom:1px solid #9a7a551f;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 14px;display:flex}.catalog-filter-panel-head span{color:#a06f38;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900;display:block}.catalog-filter-panel-head h2{color:#21170f;margin:0;font-size:25px;line-height:1}.catalog-filter-close{color:#3c2a19;cursor:pointer;background:#fff;border:1px solid #9a7a552e;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;display:none}.catalog-filter-summary{background:#9a7a550e;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.catalog-filter-summary>div{align-items:baseline;gap:7px;display:flex}.catalog-filter-summary strong{color:#23170d;font-size:18px}.catalog-filter-summary span{color:#88745f;font-size:10px;font-weight:700}.catalog-filter-summary button{color:#9a6c38;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:850}.catalog-filter-scroll{scrollbar-width:thin;max-height:calc(100vh - 320px);padding:5px 18px 20px;overflow:hidden auto}.catalog-filter-section{border-bottom:1px solid #9a7a551f;padding:15px 0}.catalog-filter-section:last-child{border-bottom:0}.catalog-filter-section-title,.catalog-filter-group summary{justify-content:space-between;align-items:center;gap:12px;display:flex}.catalog-filter-section-title strong,.catalog-filter-group summary span{color:#332419;font-size:12px;font-weight:850}.catalog-filter-section-title small{color:#9a8876;font-size:9px}.catalog-filter-section select{color:#35271b;background:#fff;border:1px solid #9a7a5533;border-radius:13px;width:100%;min-height:42px;margin-top:10px;padding:0 12px;font-size:11px;font-weight:700}.catalog-filter-price{grid-template-columns:1fr 1fr;gap:9px;margin-top:10px;display:grid}.catalog-filter-price label span{color:#8e7a66;margin-bottom:5px;font-size:9px;font-weight:750;display:block}.catalog-filter-price input{color:#302116;box-sizing:border-box;background:#fff;border:1px solid #9a7a5533;border-radius:12px;width:100%;min-width:0;height:41px;padding:0 10px}.catalog-filter-available,.catalog-filter-checkboxes button{color:#4c3b2c;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;width:100%;display:flex}.catalog-filter-available{gap:10px;padding:0}.catalog-filter-checkboxes button{padding:3px 0}.catalog-filter-available>i,.catalog-filter-checkboxes button>i{color:#fff;background:#fff;border:1px solid #9a7a5547;border-radius:7px;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:11px;font-style:normal;font-weight:950;display:grid}.catalog-filter-available.is-selected>i,.catalog-filter-checkboxes button.is-selected>i{background:#9a7a55;border-color:#9a7a55}.catalog-filter-available>span{gap:2px;display:grid}.catalog-filter-available strong{color:#302116;font-size:11px}.catalog-filter-available small{color:#96836f;font-size:9px;line-height:1.35}.catalog-filter-group summary{cursor:pointer;list-style:none}.catalog-filter-group summary::-webkit-details-marker{display:none}.catalog-filter-group summary:after{content:"+";color:#987349;font-size:18px}.catalog-filter-group[open] summary:after{content:"−"}.catalog-filter-group summary b{color:#79572f;background:#9a7a5521;border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:9px;display:grid}.catalog-filter-group>p{color:#988572;margin:8px 0 0;font-size:9px;line-height:1.45}.catalog-filter-checkboxes,.catalog-filter-buttons,.catalog-filter-colors{gap:7px;margin-top:12px;display:grid}.catalog-filter-checkboxes button span{flex:1;min-width:0;font-size:10px;font-weight:720}.catalog-filter-checkboxes button b,.catalog-filter-buttons button b,.catalog-filter-colors button b{color:#a18d79;font-size:9px}.catalog-filter-buttons,.catalog-filter-colors{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-filter-buttons button{color:#4a392a;cursor:pointer;background:#fff;border:1px solid #9a7a552e;border-radius:11px;justify-content:space-between;align-items:center;gap:7px;min-width:0;min-height:36px;padding:7px 9px;font-size:9px;font-weight:750;display:flex}.catalog-filter-buttons button.is-selected{color:#5d3d1c;background:#f0e2d1;border-color:#9a7a55}.catalog-filter-colors button{color:#4c3a2a;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:21px minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;padding:7px;display:grid}.catalog-filter-colors button.is-selected{background:#f2e5d5;border-color:#9a7a555c}.catalog-filter-colors button i{border:1px solid #2319112e;border-radius:50%;width:21px;height:21px;box-shadow:inset 0 0 0 2px #fff}.catalog-filter-colors button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;font-weight:750;overflow:hidden}.catalog-filter-actions{background:#ffffffe0;border-top:1px solid #9a7a551f;gap:8px;padding:14px 18px 18px;display:flex}.catalog-filter-actions button{cursor:pointer;border-radius:13px;flex:1;min-height:42px;font-size:10px;font-weight:850}.catalog-filter-actions .secondary{color:#6c5338;background:#fff;border:1px solid #9a7a5538}.catalog-filter-actions .primary{color:#fff;background:#9a7a55;border:1px solid #9a7a55}.catalog-filter-actions button:disabled{opacity:.45;cursor:not-allowed}.catalog-filter-mobile-bar,.catalog-filter-overlay{display:none}@media (max-width:1180px){.catalog-results-layout{display:block}.catalog-filter-desktop{display:none}.catalog-filter-mobile-bar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.catalog-filter-mobile-bar>button{color:#46311f;cursor:pointer;background:#fff;border:1px solid #9a7a5538;border-radius:15px;align-items:center;gap:9px;min-height:46px;padding:0 17px;font-size:11px;font-weight:850;display:inline-flex}.catalog-filter-mobile-bar>button b{color:#fff;background:#9a7a55;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:9px;display:grid}.catalog-filter-mobile-bar select{color:#46311f;background:#fff;border:1px solid #9a7a5538;border-radius:15px;min-height:46px;padding:0 13px;font-size:10px;font-weight:800}.catalog-filter-overlay{z-index:14000;visibility:hidden;pointer-events:none;display:block;position:fixed;inset:0}.catalog-filter-overlay.is-open{visibility:visible;pointer-events:auto}.catalog-filter-backdrop{opacity:0;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#18110b6b;border:0;transition:opacity .25s;position:absolute;inset:0}.catalog-filter-overlay.is-open .catalog-filter-backdrop{opacity:1}.catalog-filter-drawer{background:#fffaf4;border-radius:28px 0 0 28px;flex-direction:column;width:min(420px,100vw - 60px);max-width:100%;transition:transform .3s;display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden;transform:translate(105%);box-shadow:-28px 0 80px #1a120b33}.catalog-filter-overlay.is-open .catalog-filter-drawer{transform:translate(0)}.catalog-filter-drawer .catalog-filter-close{display:grid}.catalog-filter-drawer .catalog-filter-scroll{flex:1;max-height:none}}@media (max-width:620px){.catalog-filter-mobile-bar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf4eb;border:1px solid #9a7a5524;border-radius:17px;padding:8px;position:sticky;top:72px;box-shadow:0 10px 30px #2e1f1214}.catalog-filter-mobile-bar>button,.catalog-filter-mobile-bar select{min-height:42px}.catalog-filter-drawer{border-radius:26px 26px 0 0;width:100%;max-width:none;height:min(88dvh,760px);inset:auto 0 0;transform:translateY(105%)}.catalog-filter-overlay.is-open .catalog-filter-drawer{transform:translateY(0)}.catalog-filter-panel-head{padding:20px 18px 13px;position:relative}.catalog-filter-panel-head:before{content:"";background:#5b41283d;border-radius:999px;width:42px;height:4px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.catalog-filter-scroll{padding-left:16px;padding-right:16px}.catalog-filter-actions{padding:12px 16px calc(14px + env(safe-area-inset-bottom))}.catalog-filter-actions button{min-height:46px}}.catalog-active-filter-area{box-sizing:border-box;background:linear-gradient(135deg,#fffffff7,#f9f1e7f0);border:1px solid #9a7a5529;border-radius:19px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;margin-bottom:18px;padding:14px 16px;display:flex;box-shadow:0 12px 32px #3b28160e}.catalog-active-filter-summary{flex:none;gap:3px;display:grid}.catalog-active-filter-summary>span{color:#a1723f;letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:900}.catalog-active-filter-summary>strong{color:#24180f;white-space:nowrap;font-size:14px;font-weight:900}.catalog-active-filter-content{flex:1;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.catalog-active-filter-chips{flex-wrap:wrap;justify-content:flex-end;gap:7px;min-width:0;display:flex}.catalog-active-filter-chips button{color:#4c3520;cursor:pointer;background:#fff;border:1px solid #9a7a5538;border-radius:999px;align-items:center;gap:7px;min-width:0;min-height:34px;padding:6px 8px 6px 10px;font-size:9px;font-weight:800;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.catalog-active-filter-chips button:hover{background:#f4e9dc;border-color:#9a7a55;transform:translateY(-1px)}.catalog-active-filter-chips button>i{border:1px solid #2319112e;border-radius:50%;flex:0 0 16px;width:16px;height:16px;box-shadow:inset 0 0 0 2px #fff}.catalog-active-filter-chips button>span{overflow-wrap:anywhere;min-width:0}.catalog-active-filter-chips button>b{color:#76532f;background:#9a7a551a;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:15px;font-weight:500;line-height:1;display:grid}.catalog-active-filter-clear{color:#95642f;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:none;min-height:34px;padding:0 11px;font-size:9px;font-weight:900}.catalog-active-filter-clear:hover{text-decoration:underline}.catalog-active-filter-empty{color:#9a8875;font-size:10px;font-weight:700}@media (max-width:1180px){.catalog-active-filter-area{margin-bottom:12px}}@media (max-width:760px){.catalog-active-filter-area{border-radius:17px;gap:11px;padding:13px;display:grid}.catalog-active-filter-summary{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.catalog-active-filter-summary>strong{font-size:13px}.catalog-active-filter-content{justify-content:stretch;gap:9px;display:grid}.catalog-active-filter-chips{justify-content:flex-start}.catalog-active-filter-chips button{max-width:100%}.catalog-active-filter-clear{justify-self:start;min-height:28px;padding:0}}@media (max-width:420px){.catalog-active-filter-chips{gap:6px}.catalog-active-filter-chips button{min-height:32px;padding-left:8px;font-size:8px}}@media (max-width:760px){.catalog-active-filter-area{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 10px;min-height:58px;padding:10px 12px;display:flex}.catalog-active-filter-summary{flex:none;justify-content:flex-start;align-items:baseline;gap:7px;display:flex}.catalog-active-filter-summary>span{white-space:nowrap;margin:0;font-size:7px}.catalog-active-filter-summary>strong{white-space:nowrap;font-size:12px}.catalog-active-filter-content{flex:180px;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.catalog-active-filter-chips{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.catalog-active-filter-chips button{gap:5px;max-width:100%;min-height:30px;padding:5px 6px 5px 9px;font-size:8px}.catalog-active-filter-chips button>i{flex-basis:14px;width:14px;height:14px}.catalog-active-filter-chips button>b{flex-basis:18px;width:18px;height:18px;font-size:14px}.catalog-active-filter-clear{white-space:nowrap;min-height:30px;padding:0 3px;font-size:8px}.catalog-active-filter-empty{margin-left:auto;font-size:9px}}@media (max-width:480px){.catalog-active-filter-area{gap:7px}.catalog-active-filter-summary{width:auto}.catalog-active-filter-content{flex-basis:100%;justify-content:flex-start}.catalog-active-filter-chips{justify-content:flex-start}.catalog-active-filter-clear{margin-left:auto}}@media (max-width:360px){.catalog-active-filter-summary{justify-content:space-between;width:100%}.catalog-active-filter-content{width:100%}}.catalog-smart-search{grid-column:1/-1;gap:8px;width:100%;min-width:0;display:grid}.catalog-smart-search form{background:linear-gradient(135deg,#fffffffc,#faf3eaf5);border:1px solid #9a7a552b;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:58px;padding:7px;display:grid;box-shadow:0 14px 38px #37251411}.catalog-smart-search-icon{color:#9a7040;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid}.catalog-smart-search input{color:#281b11;background:0 0;border:0;outline:0;width:100%;min-width:0;height:42px;padding:0 6px;font-size:13px;font-weight:720}.catalog-smart-search input::placeholder{color:#9c8a76;font-weight:600}.catalog-smart-search-clear{color:#76522d;cursor:pointer;background:#9a7a5517;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;display:grid}.catalog-smart-search-submit{color:#fff;cursor:pointer;background:#9a7a55;border:1px solid #9a7a55;border-radius:14px;min-width:92px;height:42px;padding:0 17px;font-size:10px;font-weight:900}.catalog-smart-search>p{color:#96826d;margin:0;padding:0 6px;font-size:9px;line-height:1.45}.catalog-smart-search-status{color:#826b54;align-items:center;gap:9px;min-width:0;padding:0 7px;font-size:9px;display:flex}.catalog-smart-search-status span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalog-smart-search-status strong{color:#3e2a19}.catalog-smart-search-status b{color:#5f4328;flex:none}.catalog-smart-search-status button{color:#986633;cursor:pointer;background:0 0;border:0;flex:none;margin-left:auto;font-size:9px;font-weight:850}@media (max-width:760px){.catalog-smart-search form{border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;min-height:54px}.catalog-smart-search-submit{display:none}.catalog-smart-search input{font-size:11px}.catalog-smart-search-icon{width:32px;height:32px;font-size:21px}.catalog-smart-search-status{flex-wrap:wrap}}@media (max-width:420px){.catalog-smart-search form{padding:5px 7px}.catalog-smart-search input{font-size:10px}.catalog-smart-search>p{display:none}.catalog-smart-search-status button{margin-left:0}}.catalog-smart-search input[type=search]{appearance:none}.catalog-smart-search input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}.catalog-smart-search input[type=search]::-webkit-search-decoration{appearance:none;display:none}.catalog-smart-search input[type=search]::-webkit-search-results-button{appearance:none;display:none}.catalog-smart-search input[type=search]::-webkit-search-results-decoration{appearance:none;display:none}.catalog-smart-search input[type=search]::-ms-clear{width:0;height:0;display:none}.catalog-smart-search input[type=search]::-ms-reveal{width:0;height:0;display:none}.catalog-smart-search-hint{color:#96826d;min-height:14px;margin:0;padding:0 7px;font-size:9px;font-weight:650;line-height:1.45}.catalog-smart-search-hint.is-warning{color:#a26f36}.catalog-smart-search-hint.is-warning strong{color:#6b4622}.catalog-smart-search-hint.is-loading{color:#8b633a}.catalog-smart-search.is-pending .catalog-smart-search-icon{animation:.8s ease-in-out infinite alternate shsCatalogSearchPulse}.catalog-smart-search.is-pending .catalog-smart-search-submit{cursor:wait;opacity:.78}.catalog-search-is-pending .catalog-active-filter-summary strong{min-width:76px;position:relative;color:#0000!important}.catalog-search-is-pending .catalog-active-filter-summary strong:after{content:"Шукаємо…";color:#6d4b2d;white-space:nowrap;font-size:12px;font-weight:900;position:absolute;inset:0 auto auto 0}.catalog-search-is-pending .catalog-results-main{opacity:.42;pointer-events:none;transition:opacity .18s}.catalog-results-main{transition:opacity .18s}@keyframes shsCatalogSearchPulse{0%{opacity:.45;transform:scale(.92)}to{opacity:1;transform:scale(1.06)}}@media (max-width:760px){.catalog-smart-search-hint{padding:0 5px;font-size:8px}.catalog-search-is-pending .catalog-active-filter-summary strong:after{font-size:11px}}@media (max-width:980px){html,body{max-width:100%!important;overflow-x:clip!important}.lux-store-header,.lux-store-topbar,.lux-store-nav,.lux-store-nav-inner{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.lux-store-nav-inner{min-width:0!important}.lux-store-actions{flex:none!important;min-width:0!important;max-width:100%!important}.lux-store-mobile-panel{box-sizing:border-box!important;transform-origin:100%!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;max-width:calc(100vw - 12px)!important;right:0!important;transform:translate(0,0)scale(.985)!important}.lux-store-mobile-panel.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-overlay{box-sizing:border-box!important;visibility:hidden!important;pointer-events:none!important;max-width:100%!important}.lux-store-mobile-overlay.active{visibility:visible!important;pointer-events:auto!important}.shs-mobile-cart-button,.shs-mobile-notification-button,.shs-mobile-account-button,.lux-store-actions .lux-store-mobile-toggle{flex:0 0 44px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}}@media (max-width:420px){.lux-store-actions{gap:5px!important}.shs-mobile-cart-button,.shs-mobile-notification-button,.shs-mobile-account-button,.lux-store-actions .lux-store-mobile-toggle{flex-basis:44px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.lux-store-logo{min-width:62px!important;max-width:72px!important}.lux-store-logo-img{max-width:68px!important;max-height:42px!important}}@supports not (overflow:clip){@media (max-width:980px){html,body{overflow-x:hidden!important}}}@media (min-width:981px) and (max-width:1100px){html,body{width:100%!important;max-width:100%!important;overflow-x:clip!important}.lux-store-shell,.lux-store-header,.lux-store-topbar,.lux-store-nav,.lux-store-nav-inner{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.lux-store-topbar{white-space:nowrap!important;scrollbar-width:none!important;justify-content:flex-start!important;gap:22px!important;padding:0 18px!important;overflow-x:auto!important}.lux-store-topbar::-webkit-scrollbar{display:none!important}.lux-store-nav-inner{justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:70px!important;padding:0 20px!important;display:flex!important}.lux-store-logo{flex:0 auto!important;align-items:center!important;min-width:94px!important;max-width:140px!important;height:58px!important;display:flex!important}.lux-store-logo-img{object-fit:contain!important;max-width:126px!important;max-height:54px!important}.lux-store-logo span,.lux-store-menu{display:none!important}.lux-store-actions{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important;margin-left:auto!important;display:flex!important}.lux-favorites-top-link,.shs-desktop-notification-button,.shs-desktop-account-button,.shs-desktop-cart-button{display:none!important}.shs-mobile-cart-button,.shs-mobile-notification-button,.shs-mobile-account-button,.lux-store-actions .lux-store-mobile-toggle{visibility:visible!important;opacity:1!important;box-sizing:border-box!important;border-radius:999px!important;flex:0 0 44px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;text-decoration:none!important;display:inline-flex!important;position:relative!important}.shs-mobile-cart-button{color:#fff!important;background:#111!important;border:1px solid #111!important;font-size:18px!important}.shs-mobile-notification-button,.shs-mobile-account-button{color:#111!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important}.shs-mobile-notification-button svg,.shs-mobile-account-button svg{width:20px!important;height:20px!important}.shs-mobile-account-name{display:none!important}.lux-store-actions .lux-store-mobile-toggle{cursor:pointer!important;background:#111!important;border:1px solid #111!important;flex-direction:column!important;gap:4px!important}.lux-store-mobile-toggle span{background:#fff!important;border-radius:999px!important;width:17px!important;height:2px!important;transition:transform .18s,opacity .18s!important;display:block!important}.lux-store-mobile-toggle.active span:first-child{transform:translateY(6px)rotate(45deg)!important}.lux-store-mobile-toggle.active span:nth-child(2){opacity:0!important}.lux-store-mobile-toggle.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)!important}.lux-store-mobile-overlay{z-index:110!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#110d0a70!important;border:0!important;width:100%!important;max-width:100%!important;padding:0!important;transition:opacity .18s!important;display:block!important;position:fixed!important;inset:0!important}.lux-store-mobile-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lux-store-mobile-panel{z-index:120!important;box-sizing:border-box!important;transform-origin:100%!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:radial-gradient(circle at 100% 0,#d8b99140,#0000 34%),#fffaf4!important;border-left:1px solid #eadfd2!important;flex-direction:column!important;gap:18px!important;width:min(380px,86vw)!important;max-width:calc(100vw - 16px)!important;padding:20px!important;transition:opacity .18s,transform .18s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;right:0!important;overflow-y:auto!important;transform:translate(0,0)scale(.985)!important;box-shadow:-24px 0 70px #110d0a2e!important}.lux-store-mobile-panel.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-panel-head{justify-content:space-between!important;align-items:center!important;gap:14px!important;display:flex!important}.lux-store-mobile-brand{color:#111!important;text-decoration:none!important}.lux-store-mobile-brand-img{object-fit:contain!important;max-width:132px!important;max-height:56px!important}.lux-store-mobile-panel-head button{color:#111!important;cursor:pointer!important;background:#fff!important;border:1px solid #eadfd2!important;border-radius:999px!important;width:44px!important;min-width:44px!important;height:44px!important;font-size:28px!important;line-height:1!important}.lux-store-mobile-menu{gap:9px!important;display:grid!important}.lux-store-mobile-menu .lux-store-menu-link{color:#111!important;background:#fff!important;border:1px solid #eadfd2!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;min-height:48px!important;padding:0 16px!important;font-size:15px!important;font-weight:950!important;display:flex!important}.lux-store-mobile-menu .lux-store-menu-link:after{content:"→"!important;opacity:.45!important}.lux-store-mobile-menu .lux-store-menu-link.active{color:#fff!important;background:#111!important;border-color:#111!important}.lux-store-mobile-quick{gap:10px!important;margin-top:auto!important;padding-top:18px!important;display:grid!important}.lux-store-mobile-quick a{color:#111!important;background:#f1e4d3!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:46px!important;font-size:14px!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.lux-store-mobile-quick a:first-child{color:#fff!important;background:#111!important}}@supports not (overflow:clip){@media (min-width:981px) and (max-width:1100px){html,body{overflow-x:hidden!important}}}@media (max-width:980px){.lux-store-mobile-panel:not(.active){opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(0,0)scale(.985)!important}.lux-store-mobile-overlay:not(.active){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lux-store-mobile-panel.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(0,0)scale(1)!important}.lux-store-mobile-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media (min-width:1101px) and (max-width:1180px){html,body,.lux-store-shell,.lux-store-header,.lux-store-topbar,.lux-store-nav,.lux-store-nav-inner{box-sizing:border-box!important;width:100%!important;max-width:100%!important}html,body{overflow-x:clip!important}.lux-store-topbar{white-space:nowrap!important;scrollbar-width:none!important;justify-content:flex-start!important;gap:22px!important;padding:0 18px!important;overflow-x:auto!important}.lux-store-topbar::-webkit-scrollbar{display:none!important}.lux-store-nav-inner{justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:70px!important;padding:0 20px!important;display:flex!important}.lux-store-logo{flex:0 auto!important;align-items:center!important;min-width:94px!important;max-width:150px!important;height:58px!important;display:flex!important}.lux-store-logo-img{object-fit:contain!important;max-width:132px!important;max-height:54px!important}.lux-store-logo span,.lux-store-menu,.lux-favorites-top-link,.shs-desktop-notification-button,.shs-desktop-account-button,.shs-desktop-cart-button{display:none!important}.lux-store-actions{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important;margin-left:auto!important;display:flex!important}.shs-mobile-cart-button,.shs-mobile-notification-button,.shs-mobile-account-button,.lux-store-actions .lux-store-mobile-toggle{visibility:visible!important;opacity:1!important;box-sizing:border-box!important;border-radius:999px!important;flex:0 0 44px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:inline-flex!important;position:relative!important}.shs-mobile-cart-button{color:#fff!important;background:#111!important;border:1px solid #111!important;font-size:18px!important;text-decoration:none!important}.shs-mobile-notification-button,.shs-mobile-account-button{color:#111!important;background:#fffaf4!important;border:1px solid #e0cdb5f2!important;text-decoration:none!important}.shs-mobile-account-name{display:none!important}.lux-store-actions .lux-store-mobile-toggle{cursor:pointer!important;background:#111!important;border:1px solid #111!important;flex-direction:column!important;gap:4px!important}.lux-store-mobile-toggle span{background:#fff!important;border-radius:999px!important;width:17px!important;height:2px!important;display:block!important}.lux-store-mobile-overlay{z-index:110!important;background:#110d0a70!important;border:0!important;width:100%!important;max-width:100%!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}.lux-store-mobile-panel{z-index:120!important;box-sizing:border-box!important;flex-direction:column!important;width:min(380px,86vw)!important;max-width:calc(100vw - 16px)!important;padding:20px!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;right:0!important;overflow-y:auto!important}.lux-store-mobile-panel:not(.active),.lux-store-mobile-overlay:not(.active){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lux-store-mobile-panel:not(.active){transform:translate(0,0)scale(.985)!important}.lux-store-mobile-panel.active,.lux-store-mobile-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lux-store-mobile-panel.active{transform:translate(0,0)scale(1)!important}}@media (min-width:1181px){.lux-store-mobile-toggle,.lux-store-mobile-overlay,.lux-store-mobile-panel,.shs-mobile-cart-button,.shs-mobile-notification-button,.shs-mobile-account-button{display:none!important}.lux-store-menu{display:flex!important}.lux-favorites-top-link,.shs-desktop-account-button,.shs-desktop-cart-button{display:inline-flex!important}}@supports not (overflow:clip){@media (min-width:1101px) and (max-width:1180px){html,body{overflow-x:hidden!important}}}@media (max-width:1180px){.lux-catalog-page{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow:clip visible!important}.lux-catalog-toolbar-wrap{z-index:auto!important;border-radius:18px!important;margin:0 16px 18px!important;padding:8px!important;position:static!important;top:auto!important}.catalog-toolbar{gap:0!important;width:100%!important;min-height:0!important;display:block!important}.catalog-toolbar-left,.catalog-cart-link{display:none!important}.catalog-toolbar-categories{scroll-snap-type:x proximity!important;scrollbar-width:none!important;box-sizing:border-box!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;padding:0 2px 3px!important;scroll-padding-left:2px!important;display:flex!important;overflow:auto hidden!important}.catalog-toolbar-categories::-webkit-scrollbar{display:none!important}.catalog-toolbar-categories .catalog-chip{scroll-snap-align:start!important;box-sizing:border-box!important;white-space:nowrap!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:max-content!important;min-height:44px!important;padding:0 16px!important;display:inline-flex!important}.lux-catalog-section{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.catalog-smart-search input,.catalog-smart-search-submit,.catalog-filter-mobile-bar>button,.catalog-filter-mobile-bar select{box-sizing:border-box!important;min-height:44px!important}.catalog-active-filter-area{margin-bottom:12px!important}}@media (max-width:820px){.lux-catalog-hero{grid-template-columns:none!important;gap:0!important;min-height:0!important;padding:24px 20px 18px!important;display:block!important}.lux-catalog-hero-card{display:none!important}.lux-catalog-hero>div:first-child{width:100%!important;max-width:100%!important}.lux-catalog-hero h1{max-width:100%!important;margin-bottom:10px!important;font-size:clamp(40px,7vw,52px)!important;line-height:.94!important}.lux-catalog-hero p{max-width:720px!important;margin:0!important;font-size:15px!important;line-height:1.4!important}.lux-catalog-page .lux-catalog-stats{scroll-snap-type:x proximity!important;scrollbar-width:none!important;grid-template-columns:none!important;gap:9px!important;width:auto!important;margin:0 16px 16px!important;padding:0 0 5px!important;display:flex!important;overflow:auto hidden!important}.lux-catalog-page .lux-catalog-stats::-webkit-scrollbar{display:none!important}.lux-catalog-page .lux-catalog-stats>a,.lux-catalog-page .lux-catalog-stat-card{scroll-snap-align:start!important;flex:0 0 142px!important;width:142px!important;min-width:142px!important;max-width:142px!important;min-height:72px!important;padding:11px 13px!important}.lux-catalog-page .lux-catalog-stat-card span{margin-bottom:6px!important;font-size:11px!important}.lux-catalog-page .lux-catalog-stat-card b{font-size:27px!important}.lux-catalog-section .lux-section-head{margin-bottom:14px!important}.lux-catalog-section .lux-section-head h2{font-size:clamp(34px,6vw,46px)!important;line-height:.96!important}}@media (max-width:640px){.lux-catalog-page{width:100%!important;max-width:100%!important;padding-bottom:26px!important}.lux-catalog-hero{padding:15px 16px 12px!important}.lux-catalog-hero>div:first-child span{margin-bottom:8px!important;padding:6px 10px!important;font-size:9px!important}.lux-catalog-hero h1{margin-bottom:7px!important;font-size:clamp(32px,9.5vw,38px)!important;line-height:.94!important}.lux-catalog-hero p{font-size:12px!important;line-height:1.32!important}.lux-catalog-page .lux-catalog-stats{gap:7px!important;margin:0 12px 10px!important}.lux-catalog-page .lux-catalog-stats>a,.lux-catalog-page .lux-catalog-stat-card{border-radius:14px!important;flex-basis:102px!important;width:102px!important;min-width:102px!important;max-width:102px!important;min-height:60px!important;padding:9px 10px!important}.lux-catalog-page .lux-catalog-stat-card span{margin-bottom:4px!important;font-size:9px!important}.lux-catalog-page .lux-catalog-stat-card b{font-size:23px!important}.lux-catalog-toolbar-wrap{border-radius:16px!important;margin:0 10px 12px!important;padding:6px!important}.catalog-toolbar-categories{gap:6px!important;padding-bottom:2px!important}.catalog-toolbar-categories .catalog-chip{min-height:44px!important;padding:0 14px!important;font-size:11px!important}.lux-catalog-section{padding-left:10px!important;padding-right:10px!important}.lux-catalog-section .lux-section-head{margin-bottom:10px!important}.lux-catalog-section .lux-section-head span{margin-bottom:4px!important}.lux-catalog-section .lux-section-head h2{font-size:28px!important;line-height:.97!important}.catalog-active-filter-area{min-height:0!important;margin-bottom:9px!important;padding:9px 11px!important}.catalog-filter-mobile-bar{z-index:45!important;box-sizing:border-box!important;min-height:60px!important;margin-bottom:12px!important;padding:8px!important;position:sticky!important;top:88px!important}.catalog-filter-mobile-bar>button,.catalog-filter-mobile-bar select{min-height:44px!important}.lux-catalog-grid{gap:9px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title,.lux-catalog-page .catalog-card.premium-product-card .catalog-card-title a{font-size:13px!important;line-height:1.12!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-price{font-size:15px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-stock{font-size:10px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-actions{grid-template-columns:minmax(0,1fr) 44px!important;gap:6px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-button{border-radius:10px!important;width:100%!important;height:44px!important;min-height:44px!important;padding:0 8px!important;font-size:11px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-button span{font-size:11px!important}.lux-catalog-page .catalog-card.premium-product-card .catalog-card-like{border-radius:10px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;font-size:18px!important}}@supports not (overflow:clip){@media (max-width:1180px){.lux-catalog-page{overflow-x:hidden!important}}}@media (min-width:641px) and (max-width:820px){.product-page-shell .product-gallery .product-gallery-main:not(.product-gallery-empty){box-sizing:border-box!important;place-items:center!important;width:100%!important;height:min(70vh,620px)!important;min-height:0!important;max-height:620px!important;padding:10px!important;display:grid!important;overflow:hidden!important}.product-page-shell .product-gallery .product-gallery-main:not(.product-gallery-empty)>img{object-fit:contain!important;object-position:center center!important;width:auto!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0 auto!important;display:block!important}}@media (max-width:760px){.product-page-shell{padding-bottom:calc(110px + env(safe-area-inset-bottom))!important}.product-mobile-buy-bar{bottom:calc(8px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;gap:8px!important;height:auto!important;min-height:64px!important;padding:8px!important}.product-mobile-buy-actions{align-items:stretch!important}.product-mobile-buy-actions button,.product-mobile-buy-bar .product-mobile-buy-cart,.product-mobile-buy-bar .product-mobile-buy-checkout{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;min-width:0!important;height:44px!important;min-height:44px!important;padding:0 12px!important;line-height:1.1!important;display:inline-flex!important}.product-cart-message{bottom:calc(84px + env(safe-area-inset-bottom))!important}body:has(.product-page-shell) .shs-home-footer{padding-bottom:calc(128px + env(safe-area-inset-bottom))!important}}@media (max-width:390px){.product-mobile-buy-actions button,.product-mobile-buy-bar .product-mobile-buy-cart,.product-mobile-buy-bar .product-mobile-buy-checkout{height:44px!important;min-height:44px!important;padding:0 9px!important}}.cart-clear-btn{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;min-height:44px!important;display:inline-flex!important}.cart-item-info>a{box-sizing:border-box!important;align-items:center!important;min-height:44px!important;margin-bottom:8px!important;display:flex!important}.cart-item-info>a h3{margin:0!important}.cart-qty{box-sizing:border-box!important;grid-template-columns:44px minmax(28px,1fr) 44px!important;min-height:44px!important}.cart-qty button{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;line-height:1!important;display:inline-flex!important}.cart-item-total button{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;min-width:44px!important;min-height:44px!important;padding:0 4px!important;display:inline-flex!important}.checkout-topline a{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;min-height:44px!important;display:inline-flex!important}@media (min-width:901px) and (max-width:1100px){.cart-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important}.cart-checkout-card{position:static!important;top:auto!important}.cart-item{grid-template-columns:96px minmax(220px,1fr) 132px 140px!important}.cart-item-info{min-width:0!important}.cart-item-info>a{width:100%!important;min-width:0!important}}.account-auth-helper-row a,.account-auth-footer a{box-sizing:border-box!important;vertical-align:middle!important;justify-content:center!important;align-items:center!important;min-width:44px!important;min-height:44px!important;display:inline-flex!important}.account-auth-helper-row a{padding:0 2px!important}.account-auth-footer a{padding:0 4px!important}.account-page-premium .account-hero-primary,.account-page-premium .account-hero-secondary,.account-page-premium .account-primary-button,.account-page-premium .account-secondary-button,.account-page-premium .account-orders-catalog-link,.account-page-premium .account-order-filters button,.account-page-premium .account-order-footer-premium button,.account-page-premium .account-order-footer-premium a,.account-page-premium .account-profile-edit-button,.account-page-premium .account-card-link-button,.account-page-premium a[aria-label^="Відкрити товарний чек"]{box-sizing:border-box!important;min-height:44px!important}.account-page-premium .account-profile-modal-close,.account-page-premium [role=radiogroup] button[role=radio]{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.customer-notifications-back{box-sizing:border-box!important;align-items:center!important;min-width:44px!important;min-height:44px!important;display:inline-flex!important}.customer-notifications-toolbar button,.customer-notifications-all-read,.customer-notification-action button{box-sizing:border-box!important;min-height:44px!important}body:has(.shs-receipt-page)>header{display:none!important}body:has(.shs-receipt-page)>footer{display:none!important}body:has(.shs-receipt-page) .site-header{display:none!important}body:has(.shs-receipt-page) .main-header{display:none!important}body:has(.shs-receipt-page) .lux-store-header{display:none!important}body:has(.shs-receipt-page) .lux-store-topbar{display:none!important}body:has(.shs-receipt-page) .lux-store-nav{display:none!important}body:has(.shs-receipt-page) .premium-footer{display:none!important}body:has(.shs-receipt-page) .lux-footer{display:none!important}body:has(.shs-receipt-page) .shs-home-footer{display:none!important}.shs-receipt-toolbar button{box-sizing:border-box!important;min-height:44px!important}.shs-receipt-title-row>div,.shs-receipt-info-grid>div,.shs-receipt-seller-head>div,.shs-receipt-seller-grid>div,.shs-receipt-bottom>div{min-width:0!important}.shs-receipt-title-row b,.shs-receipt-info-grid b,.shs-receipt-info-grid p,.shs-receipt-seller-box h2,.shs-receipt-seller-box b,.shs-receipt-seller-box p,.shs-receipt-bottom b,.shs-receipt-bottom p,.shs-receipt-note,.shs-receipt-comment p{overflow-wrap:anywhere!important;word-break:break-word!important}@media (max-width:760px){.shs-receipt-title-row,.shs-receipt-info-grid{grid-template-columns:minmax(0,1fr)!important}.shs-receipt-title-row>div,.shs-receipt-info-grid>div{min-height:0!important}.shs-receipt-toolbar{align-items:stretch!important}.shs-receipt-toolbar button{min-height:44px!important}}@media print{body:has(.shs-receipt-page)>header{display:none!important}body:has(.shs-receipt-page)>footer{display:none!important}body:has(.shs-receipt-page) .site-header{display:none!important}body:has(.shs-receipt-page) .main-header{display:none!important}body:has(.shs-receipt-page) .lux-store-header{display:none!important}body:has(.shs-receipt-page) .lux-store-topbar{display:none!important}body:has(.shs-receipt-page) .lux-store-nav{display:none!important}body:has(.shs-receipt-page) .premium-footer{display:none!important}body:has(.shs-receipt-page) .lux-footer{display:none!important}body:has(.shs-receipt-page) .shs-home-footer{display:none!important}body:has(.shs-receipt-page){background:#fff!important;margin:0!important;padding:0!important}}.shs-home-banner-content a{letter-spacing:.015em;border:1px solid #ffffff1f;border-radius:12px;min-height:50px;padding:0 26px;font-size:13px;line-height:1;transition:transform .18s,box-shadow .18s,background-color .18s;box-shadow:0 12px 28px #1113,inset 0 1px #ffffff1f}.shs-home-banner-content a:hover{background:#26221f;transform:translateY(-2px);box-shadow:0 15px 32px #1111113d,inset 0 1px #ffffff24}.shs-home-banner-content a:active{transform:translateY(0)}.shs-home-banner-content a:focus-visible{outline-offset:3px;outline:3px solid #9b765057}@media (max-width:680px){.shs-home-banner{border-radius:12px;flex-direction:column;width:100%;min-height:0;margin-left:0;margin-right:0;display:flex;overflow:hidden}.shs-home-banner-content{z-index:auto;order:1;width:100%;padding:24px 20px 22px}.shs-home-banner-content a{border-radius:13px;width:min(100%,280px);min-height:52px;padding:0 24px;font-size:13px}.shs-home-banner-image{order:2;width:100%;min-height:0;overflow:hidden}.shs-home-banner-image img{object-fit:contain;object-position:center center;width:100%;height:auto;min-height:0;max-height:none;display:block}.shs-home-banner-image span{width:100%;height:210px;min-height:0}}@media (max-width:420px){.shs-home-banner-content{padding:22px 18px 20px}.shs-home-banner-content a{width:100%}}@media (prefers-reduced-motion:reduce){.shs-home-banner-content a{transition:none}.shs-home-banner-content a:hover{transform:none}}.crm-order-product-main{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.crm-order-product-main>span{font-weight:850}.crm-order-product-codes{flex-wrap:wrap;gap:5px 7px;display:flex}.crm-order-product-codes small{color:#e3bd80;white-space:nowrap;background:#c49d671f;border:1px solid #c49d674d;border-radius:999px;align-items:center;gap:4px;min-height:23px;padding:3px 8px;font-size:10px;line-height:1.2;display:inline-flex}.crm-order-product-codes small b{color:#fff;font-size:inherit;font-weight:850}@media (max-width:680px){.crm-order-product-codes small{white-space:normal;max-width:100%}}.crm-order-products-details>.crm-order-product-detail-row{grid-template-columns:minmax(360px,1fr) max-content max-content auto;align-items:center;gap:10px 18px;display:grid}.crm-order-products-details .crm-order-product-main{flex-direction:column;align-items:flex-start;gap:7px;width:100%;min-width:0;display:flex}.crm-order-products-details .crm-order-product-codes{flex-flow:wrap;align-items:center;gap:6px 8px;width:auto;max-width:100%;display:flex}.crm-order-products-details .crm-order-product-codes small{white-space:nowrap;overflow-wrap:normal;word-break:normal;flex:none;width:auto;max-width:none;min-height:24px;padding:4px 10px}.crm-order-products-details .crm-order-product-detail-row>b,.crm-order-products-details .crm-order-product-detail-row>strong{white-space:nowrap;justify-self:start}@media (max-width:1250px){.crm-order-products-details>.crm-order-product-detail-row{grid-template-columns:minmax(300px,1fr) max-content max-content}.crm-order-products-details .crm-return-one-btn{grid-column:1/-1;justify-self:start}}@media (max-width:920px){.crm-order-products-details>.crm-order-product-detail-row{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.crm-order-products-details .crm-order-product-codes{width:100%}.crm-order-products-details .crm-order-product-codes small{white-space:normal;overflow-wrap:break-word;max-width:100%}.crm-order-products-details .crm-order-product-detail-row>b,.crm-order-products-details .crm-order-product-detail-row>strong{white-space:normal}}.catalog-card-article{color:#17130f;background:#9a7a5514;border:1px solid #9a7a5547;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;width:fit-content;max-width:100%;margin-top:10px;padding:5px 10px;line-height:1.15;display:inline-flex}.catalog-card-article span{color:#9a7a55;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:850}.catalog-card-article b{color:#17130f;white-space:nowrap;font-size:11px;font-weight:900}@media (max-width:680px){.catalog-card-article{margin-top:8px;padding:5px 9px}.catalog-card-article span{font-size:9px}.catalog-card-article b{font-size:10px}}.admin-workspace-topbar{z-index:1000!important;position:relative!important;overflow:visible!important}.admin-topbar-actions{z-index:1010!important;position:relative!important;overflow:visible!important}.admin-topbar-actions .admin-notification-bell{z-index:1020!important;position:relative!important;overflow:visible!important}.admin-topbar-actions .admin-notification-panel{z-index:1030!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}@media (max-width:900px){.admin-workspace-topbar,.admin-topbar-actions,.admin-topbar-actions .admin-notification-bell{overflow:visible!important}.admin-topbar-actions .admin-notification-panel{max-width:calc(100vw - 32px)!important;max-height:min(72vh,640px)!important}}.shs-footer-brand-link{justify-content:flex-start;align-items:center;width:fit-content;max-width:200px;margin:0 0 8px;text-decoration:none;display:inline-flex}.shs-footer-brand-logo{object-fit:contain;object-position:left center;width:185px;max-width:100%;height:auto;display:block}@media (max-width:700px){.shs-footer-brand-link{max-width:175px}.shs-footer-brand-logo{width:160px}}.shs-home-product-actions{grid-template-columns:minmax(0,1fr) 44px!important;align-items:stretch!important;gap:8px!important;display:grid!important}.shs-home-product-actions>a:first-child{border-radius:11px!important;width:100%!important;height:44px!important;min-height:44px!important}.shs-home-favorite-button{z-index:3;isolation:isolate;color:#171412;width:44px;min-width:44px;height:44px;min-height:44px;font:inherit;cursor:pointer;appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:1px solid #d9c9b9;border-radius:11px;justify-content:center;align-items:center;padding:0;font-size:21px;line-height:1;transition:transform .16s,background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative;box-shadow:0 2px 6px #2017100a,0 8px 20px #2017100a}.shs-home-favorite-button>span{transition:transform .16s;display:block;transform:translateY(-1px)}.shs-home-favorite-button:hover{border-color:#171412;transform:translateY(-1px);box-shadow:0 4px 10px #20171014,0 12px 24px #20171014}.shs-home-favorite-button:active{transform:scale(.96)}.shs-home-favorite-button:focus-visible{outline-offset:3px;outline:3px solid #9a7a5547}.shs-home-favorite-button.active{color:#fff;background:#171412;border-color:#171412}.shs-home-favorite-button.active>span{transform:translateY(-1px)scale(1.08)}@media (prefers-reduced-motion:reduce){.shs-home-favorite-button,.shs-home-favorite-button>span{transition:none}}.lux-favorites-top-link{justify-content:center!important;align-items:center!important;padding:0!important;line-height:0!important;display:inline-flex!important;position:relative!important}.lux-favorites-top-link>svg{transform-origin:50%!important;pointer-events:none!important;width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;margin:0!important;display:block!important;transform:translate(2px)!important}.favorites-page{color:#171310!important;background:radial-gradient(circle at 88% 4%,#c59e6f26,#0000 30%),radial-gradient(circle at 8% 35%,#ecdbc661,#0000 27%),linear-gradient(#fffaf5 0%,#f7efe7 50%,#fffdfb 100%)!important;min-height:100vh!important;padding:0 0 72px!important;overflow-x:clip!important}.favorites-hero{grid-template-columns:minmax(0,1fr) 190px!important;align-items:end!important;gap:44px!important;width:min(100%,1320px)!important;margin:0 auto!important;padding:56px 28px 20px!important;display:grid!important}.favorites-hero>div:first-child{max-width:760px!important}.favorites-hero>div:first-child>span{color:#8e6640!important;letter-spacing:.15em!important;text-transform:uppercase!important;background:#ffffffbf!important;border:1px solid #a77d501f!important;border-radius:999px!important;width:fit-content!important;margin:0 0 14px!important;padding:8px 13px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 8px 25px #5037220d!important}.favorites-hero h1{color:#111!important;letter-spacing:-.065em!important;margin:0 0 14px!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(58px,6vw,88px)!important;font-weight:900!important;line-height:.9!important}.favorites-hero>div:first-child>p{color:#5f4d3f!important;max-width:710px!important;margin:0!important;font-size:17px!important;font-weight:750!important;line-height:1.55!important}.favorites-hero-card{background:linear-gradient(145deg,#fffffffa,#fffbf6ed)!important;border:1px solid #c4a48247!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:190px!important;height:128px!important;min-height:128px!important;padding:16px!important;display:flex!important;box-shadow:0 24px 60px #4a311c1a,inset 0 1px #fffffff2!important}.favorites-hero-card b{color:#111!important;letter-spacing:-.04em!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:46px!important;font-weight:900!important;line-height:.9!important}.favorites-hero-card p{color:#17832d!important;letter-spacing:.02em!important;text-align:center!important;margin:0!important;font-size:11px!important;font-weight:950!important;line-height:1.2!important}.favorites-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:min(100%,1320px)!important;margin:0 auto!important;padding:0 28px!important;display:flex!important}.favorites-actions a,.favorites-actions button{white-space:nowrap!important;cursor:pointer!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;margin:0!important;padding:0 18px!important;font-family:inherit!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;transition:transform .16s,box-shadow .16s,background-color .16s,border-color .16s!important;display:inline-flex!important}.favorites-actions a{color:#fff!important;background:#15110f!important;border:1px solid #15110f!important;box-shadow:0 12px 28px #17120e26!important}.favorites-actions button{color:#171310!important;background:#ffffffd1!important;border:1px solid #be976f57!important;box-shadow:0 10px 28px #5037220f!important}.favorites-actions a:hover,.favorites-actions button:hover{transform:translateY(-1px)!important}.favorites-actions a:hover{box-shadow:0 16px 34px #17120e33!important}.favorites-actions button:hover{background:#fff!important;border-color:#77522f8c!important}.favorites-content{width:min(100%,1320px)!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:24px auto 0!important;padding:0 28px!important}.favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:start!important;gap:22px!important;display:grid!important}.favorites-grid>*{width:100%!important;min-width:0!important}.favorites-grid .catalog-card{background:#fffdfaf5!important;border:1px solid #caaa8861!important;border-radius:20px!important;transition:transform .18s,box-shadow .18s!important;overflow:hidden!important;box-shadow:0 16px 42px #52372014,0 2px 8px #5237200a!important}.favorites-grid .catalog-card:hover{transform:translateY(-3px)!important;box-shadow:0 24px 54px #52372021,0 4px 12px #5237200f!important}.favorites-grid .catalog-card-image-wrap,.favorites-grid .catalog-card-image,.favorites-grid .catalog-card-image-placeholder{height:270px!important;min-height:270px!important}.favorites-empty{background:linear-gradient(145deg,#ffffffeb,#fffaf4d6)!important;border:1px solid #c9a8854d!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:300px!important;padding:48px 28px!important;display:flex!important;box-shadow:0 22px 54px #50372212!important}.favorites-empty h2{color:#15110f!important;text-align:center!important;margin:0 0 12px!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(31px,3vw,46px)!important;line-height:1!important}.favorites-empty p{color:#675447!important;text-align:center!important;max-width:520px!important;margin:0 0 20px!important;font-size:15px!important;line-height:1.55!important}.favorites-empty a{color:#fff!important;background:#15110f!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}@media (min-width:1181px){.favorites-grid:has(>:only-child){grid-template-columns:minmax(280px,330px)!important}.favorites-grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(280px,330px))!important}}@media (max-width:1180px){.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:920px){.favorites-hero{grid-template-columns:minmax(0,1fr) 170px!important;gap:26px!important}.favorites-hero-card{width:170px!important}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.favorites-page{padding-bottom:calc(42px + env(safe-area-inset-bottom))!important}.favorites-hero{grid-template-columns:1fr!important;align-items:start!important;gap:18px!important;width:100%!important;padding:24px 16px 12px!important}.favorites-hero>div:first-child{max-width:none!important}.favorites-hero>div:first-child>span{margin-bottom:11px!important;padding:7px 11px!important;font-size:9px!important}.favorites-hero h1{letter-spacing:-.055em!important;margin-bottom:12px!important;font-size:clamp(46px,14vw,58px)!important;line-height:.92!important}.favorites-hero>div:first-child>p{font-size:15px!important;font-weight:720!important;line-height:1.52!important}.favorites-hero-card{border-radius:22px!important;flex-direction:row!important;justify-content:flex-start!important;gap:15px!important;width:100%!important;height:auto!important;min-height:82px!important;padding:15px 18px!important;box-shadow:0 16px 38px #4a311c17,inset 0 1px #fffffff2!important}.favorites-hero-card b{flex:none!important;font-size:38px!important;line-height:1!important}.favorites-hero-card p{text-align:left!important;margin:0!important;font-size:11px!important;line-height:1.25!important}.favorites-actions{grid-template-columns:minmax(0,1fr) minmax(0,.82fr)!important;gap:8px!important;width:100%!important;padding:0 16px!important;display:grid!important}.favorites-actions a,.favorites-actions button{letter-spacing:-.01em!important;width:100%!important;min-width:0!important;min-height:44px!important;padding:0 9px!important;font-size:12px!important}.favorites-content{width:100%!important;margin-top:18px!important;padding:0 16px!important}.favorites-grid{grid-template-columns:1fr!important;gap:18px!important}.favorites-grid .catalog-card{border-radius:20px!important}.favorites-grid .catalog-card-image-wrap,.favorites-grid .catalog-card-image,.favorites-grid .catalog-card-image-placeholder{width:100%!important;height:min(76vw,300px)!important;min-height:min(76vw,300px)!important}.favorites-empty{border-radius:22px!important;min-height:240px!important;padding:34px 20px!important}.favorites-empty h2{font-size:30px!important}.favorites-empty p{font-size:14px!important}}@media (max-width:360px){.favorites-actions{grid-template-columns:1fr!important}.favorites-actions a,.favorites-actions button{min-height:42px!important}}@media (prefers-reduced-motion:reduce){.favorites-actions a,.favorites-actions button,.favorites-grid .catalog-card{transition:none!important}}@media (min-width:1181px){.favorites-hero,.favorites-actions,.favorites-content{width:min(100% - 64px,1120px)!important}.favorites-hero{grid-template-columns:minmax(0,760px) 152px!important;justify-content:space-between!important;align-items:end!important;gap:28px!important;padding:48px 0 18px!important}.favorites-hero>div:first-child{max-width:760px!important}.favorites-hero h1{letter-spacing:-.06em!important;font-size:clamp(64px,5vw,78px)!important}.favorites-hero>div:first-child>p{max-width:710px!important;font-size:16px!important;line-height:1.5!important}.favorites-hero-card{border-radius:23px!important;gap:5px!important;width:152px!important;height:104px!important;min-height:104px!important;padding:14px!important;box-shadow:0 18px 42px #4a311c1a,inset 0 1px #fffffff5!important}.favorites-hero-card b{font-size:36px!important;line-height:.95!important}.favorites-hero-card p{max-width:112px!important;font-size:10px!important;line-height:1.15!important}.favorites-actions{gap:10px!important;padding-left:0!important;padding-right:0!important}.favorites-actions a,.favorites-actions button{min-height:42px!important;padding-left:17px!important;padding-right:17px!important}.favorites-content{margin-top:20px!important;padding-left:0!important;padding-right:0!important}.favorites-grid:has(>:only-child){grid-template-columns:360px!important}.favorites-grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,360px)!important}.favorites-grid:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))!important}.favorites-grid{justify-content:start!important;gap:20px!important}.favorites-grid .catalog-card{border-radius:19px!important;width:100%!important;max-width:360px!important}.favorites-grid .catalog-card-image-wrap,.favorites-grid .catalog-card-image,.favorites-grid .catalog-card-image-placeholder{height:300px!important;min-height:300px!important}.lux-store-logo-with-image{width:158px!important;min-width:158px!important;height:64px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;padding:0!important;display:flex!important;overflow:visible!important}.lux-store-logo-with-image:hover{box-shadow:none!important;background:0 0!important;transform:none!important}.lux-store-logo-img{object-fit:contain!important;object-position:left center!important;width:auto!important;max-width:142px!important;height:auto!important;max-height:58px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important}.lux-store-nav-inner{grid-template-columns:170px minmax(0,1fr) auto!important}}@media (min-width:921px) and (max-width:1180px){.favorites-hero,.favorites-actions,.favorites-content{width:min(100% - 48px,960px)!important}.favorites-hero{grid-template-columns:minmax(0,1fr) 142px!important;padding-left:0!important;padding-right:0!important}.favorites-actions,.favorites-content{padding-left:0!important;padding-right:0!important}.favorites-hero-card{width:142px!important;height:100px!important;min-height:100px!important}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.favorites-hero-card{gap:12px!important;min-height:70px!important;padding:12px 16px!important}.favorites-hero-card b{font-size:33px!important}.favorites-hero-card p{font-size:10px!important}.favorites-content{margin-top:16px!important}}.lux-favorites-top-link{isolation:isolate!important;position:relative!important;overflow:visible!important}.lux-favorites-count-badge{z-index:5!important;color:#fff!important;letter-spacing:-.02em!important;pointer-events:none!important;background:#a97849!important;border:2px solid #fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:18px!important;height:18px!important;padding:0 5px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:-6px!important;right:-6px!important;box-shadow:0 5px 12px #50321938!important}@media (max-width:680px){.lux-favorites-count-badge{min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:9px!important;top:-5px!important;right:-5px!important}}.account-auth-page{background:radial-gradient(circle at 12% 10%,#9a7a551f,#0000 34%),radial-gradient(circle at 90% 92%,#1111110f,#0000 30%),#f6f3ef;align-items:center;display:flex;position:relative;overflow:hidden}.account-auth-page:before,.account-auth-page:after{z-index:0;content:"";pointer-events:none;border-radius:50%;position:absolute}.account-auth-page:before{border:1px solid #9a7a5529;width:380px;height:380px;top:-180px;right:-140px}.account-auth-page:after{border:1px solid #11111114;width:430px;height:430px;bottom:-220px;left:-160px}.account-auth-container{z-index:1;width:100%;position:relative}.account-auth-card{position:relative;overflow:hidden;box-shadow:0 28px 80px #211b151a,0 4px 16px #211b150a}.account-auth-card:before{content:"";background:linear-gradient(90deg,#111 0%,#9a7a55 50%,#d7c1a7 100%);height:5px;position:absolute;top:0;left:0;right:0}.account-auth-kicker{color:#7d6041;background:#f8f4ef;border:1px solid #e8ded4}.account-auth-subtitle{max-width:500px}.account-auth-form{position:relative}.account-auth-form:before{color:#765d43;letter-spacing:.025em;background:#faf7f3;border:1px solid #e5dbd1;border-radius:999px;align-self:flex-start;margin-bottom:2px;padding:7px 11px;font-size:12px;font-weight:900;display:block}.account-auth-form:not(:has(label:nth-of-type(2))):before{content:"Крок 1 з 2 · Отримання коду"}.account-auth-form:has(label:nth-of-type(4)):before{content:"Крок 2 з 2 · Новий пароль"}.account-auth-form input{transition:border-color .18s,box-shadow .18s,background .18s}.account-auth-form input:hover{border-color:#c9b9a9}.account-auth-form input:focus{border-color:#9a7a55;box-shadow:0 0 0 4px #9a7a5521}.account-auth-form:has(label:nth-of-type(4)) label:nth-of-type(2) input{text-align:center;letter-spacing:.28em;font-variant-numeric:tabular-nums;font-size:24px;font-weight:900}.account-auth-error,.account-auth-success{border-radius:16px;padding:14px 16px 14px 46px;font-weight:800;line-height:1.45;position:relative}.account-auth-error:before,.account-auth-success:before{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:13px;font-weight:900;display:inline-flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.account-auth-error:before{color:#fff;content:"!";background:#b42318}.account-auth-success{color:#176b37;background:#eff9f2;border:1px solid #c8e7d1;margin-bottom:18px}.account-auth-success:before{color:#fff;content:"✓";background:#176b37}.account-auth-submit{position:relative;overflow:hidden}.account-auth-submit:hover{background:#29231e}.account-auth-submit:active{transform:translateY(0)}.account-auth-light-button{color:#111;cursor:pointer;background:#fff;border:1px solid #ded3c8;border-radius:17px;min-height:52px;font-size:15px;font-weight:900;transition:border-color .18s,background .18s,transform .18s}.account-auth-light-button:hover{background:#faf7f3;border-color:#9a7a55;transform:translateY(-1px)}.account-auth-light-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.account-auth-done{text-align:center;padding-top:86px;position:relative}.account-auth-done:before{color:#fff;content:"✓";background:linear-gradient(145deg,#218348,#176b37);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:32px;font-weight:900;display:inline-flex;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 16px 34px #176b3738}.account-auth-done h2{color:#111;margin:0 0 12px;font-size:29px;line-height:1.15}.account-auth-done p{color:#615950;margin:0 0 24px;font-size:16px;line-height:1.55}.account-auth-done .account-auth-submit{width:100%}@media (max-width:640px){.account-auth-page{align-items:flex-start}.account-auth-page:before{top:-230px;right:-230px}.account-auth-page:after{bottom:-300px;left:-280px}.account-auth-form:has(label:nth-of-type(4)) label:nth-of-type(2) input{letter-spacing:.22em;font-size:21px}.account-auth-error,.account-auth-success{padding-left:43px;padding-right:13px}.account-auth-light-button{width:100%}.account-auth-done h2{font-size:25px}}.account-auth-error,.account-auth-success{box-sizing:border-box;overflow-wrap:anywhere;align-items:center;gap:12px;min-height:52px;padding:14px 16px;display:flex}.account-auth-error:before,.account-auth-success:before{flex:0 0 22px;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;line-height:1;display:inline-flex;position:static;transform:none}.account-auth-done{padding-top:88px}.account-auth-done:before{width:68px;height:68px}@media (max-width:640px){.account-auth-error,.account-auth-success{gap:10px;min-height:50px;padding:13px 14px}}.shs-customer-access-console,.shs-customer-access-console *,.shs-customer-access-modal,.shs-customer-access-modal *{box-sizing:border-box}.shs-customer-access-console{z-index:1;background:radial-gradient(circle at 100% 0,#cead7e38,#0000 35%),linear-gradient(145deg,#fffffffa,#f9f4edfa);border:1px solid #5b422a1f;border-radius:28px;width:100%;margin:0 0 26px;padding:24px;position:relative;overflow:hidden;box-shadow:0 22px 60px #2f221617,inset 0 1px #fff}.shs-customer-access-console:after{content:"";z-index:-1;background:#b28b5c14;border-radius:999px;width:280px;height:280px;position:absolute;top:-120px;right:-100px;box-shadow:0 0 0 34px #b28b5c0a,0 0 0 68px #b28b5c06}.shs-customer-access-head{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.shs-customer-access-title{min-width:0}.shs-customer-access-kicker{color:#9a7043;letter-spacing:.17em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:1000;display:block}.shs-customer-access-title h2{color:#211a14;letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,3vw,39px);font-weight:800;line-height:1}.shs-customer-access-title p{color:#74675b;max-width:680px;margin:12px 0 0;font-size:13px;font-weight:700;line-height:1.55}.shs-customer-access-refresh{color:#3b2e23;cursor:pointer;background:#fffc;border:1px solid #59402724;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 17px;font-size:11px;font-weight:950;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 25px #3d2b1b12}.shs-customer-access-refresh span{font-size:18px;line-height:1}.shs-customer-access-refresh:hover:not(:disabled){border-color:#5940274d;transform:translateY(-2px);box-shadow:0 15px 30px #3d2b1b1c}.shs-customer-access-refresh:disabled{opacity:.55;cursor:wait}.shs-customer-access-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:22px;display:grid}.shs-customer-access-summary button{color:#44362b;text-align:left;cursor:pointer;background:#ffffffba;border:1px solid #57412d1a;border-radius:19px;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:76px;padding:14px 16px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;box-shadow:0 10px 28px #3c2b1d0e}.shs-customer-access-summary button:hover{border-color:#5940273b;transform:translateY(-2px);box-shadow:0 15px 34px #3c2b1d17}.shs-customer-access-summary button.is-selected{color:#fff;background:linear-gradient(135deg,#2c251f,#15110e);border-color:#261f19b8;box-shadow:0 17px 36px #221b1633}.shs-customer-access-summary button.is-selected.is-active{background:linear-gradient(135deg,#2c8455,#1f5f3d);border-color:#287a4d}.shs-customer-access-summary button.is-selected.is-restricted{background:linear-gradient(135deg,#c88625,#8e5912);border-color:#b4771c}.shs-customer-access-summary button.is-selected.is-blocked{background:linear-gradient(135deg,#bd4654,#842d37);border-color:#a83542}.shs-customer-access-summary span{min-width:0;font-size:11px;font-weight:900;line-height:1.25}.shs-customer-access-summary b{flex:none;font-family:Georgia,Times New Roman,serif;font-size:29px;line-height:1}.shs-customer-access-toolbar{background:#ffffff9e;border:1px solid #5b432b17;border-radius:19px;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:15px;padding:13px;display:flex}.shs-customer-access-toolbar label{gap:7px;width:min(100%,580px);display:grid}.shs-customer-access-toolbar label>span{color:#6f6257;letter-spacing:.04em;font-size:10px;font-weight:900}.shs-customer-access-toolbar label>div{background:#fff;border:1px solid #563f2824;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:43px;padding:0 12px;display:grid;box-shadow:inset 0 1px #fff,0 8px 22px #412e1d0b}.shs-customer-access-toolbar label>div>span{color:#98724d;font-size:20px;line-height:1}.shs-customer-access-toolbar input{color:#211a15;width:100%;min-width:0;height:40px;font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:13px;font-weight:750}.shs-customer-access-toolbar input::placeholder{color:#aa9d91}.shs-customer-access-toolbar label button{color:#6c5745;cursor:pointer;background:#f1e8de;border:0;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;font-size:17px;display:grid}.shs-customer-access-result-count{color:#827369;white-space:nowrap;flex:none;padding:0 4px 9px;font-size:11px;font-weight:800}.shs-customer-access-result-count b{color:#271f19}.shs-customer-access-message{border-radius:15px;align-items:center;gap:11px;margin-top:13px;padding:13px 15px;font-size:12px;font-weight:800;line-height:1.45;display:flex}.shs-customer-access-message span{border-radius:999px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:14px;font-weight:1000;display:grid}.shs-customer-access-message p{margin:0}.shs-customer-access-message.is-error{color:#8f2633;background:#fff1f3;border:1px solid #b12d3c38}.shs-customer-access-message.is-error span{color:#fff;background:#b63242}.shs-customer-access-message.is-success{color:#226940;background:#effaf3;border:1px solid #26804b38}.shs-customer-access-message.is-success span{color:#fff;background:#318357}.shs-customer-access-list{gap:10px;margin-top:15px;display:grid}.shs-customer-access-row{background:#ffffffde;border:1px solid #533d281c;border-radius:20px;grid-template-columns:minmax(230px,1.15fr) minmax(340px,1.55fr) minmax(180px,.8fr) auto;align-items:center;gap:16px;padding:15px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 11px 29px #3526190e}.shs-customer-access-row:before{content:"";background:#3b8a5c;width:4px;position:absolute;inset:0 auto 0 0}.shs-customer-access-row.is-order_restricted:before{background:#c2872d}.shs-customer-access-row.is-blocked:before{background:#b53d4b}.shs-customer-access-row:hover{border-color:#533d2833;transform:translateY(-1px);box-shadow:0 15px 36px #35261916}.shs-customer-access-person{align-items:center;gap:12px;min-width:0;display:flex}.shs-customer-access-avatar{color:#4e3926;background:linear-gradient(145deg,#f3e5d3,#e2c8a8);border:1px solid #6f4f2d1f;border-radius:16px;flex:0 0 47px;place-items:center;width:47px;height:47px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:900;display:grid}.shs-customer-access-person>div:last-child{min-width:0}.shs-customer-access-name-line{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.shs-customer-access-name-line h3{color:#211a15;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:14px;font-weight:950;line-height:1.2;overflow:hidden}.shs-customer-access-person a{color:#715438;margin-top:5px;font-size:12px;font-weight:900;text-decoration:none;display:block}.shs-customer-access-person small{color:#97897d;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:3px;font-size:10px;font-weight:700;display:block;overflow:hidden}.shs-customer-access-badge{color:#267246;white-space:nowrap;background:#eef9f2;border:1px solid #2a7e4b2e;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 8px;font-size:9px;font-weight:1000;display:inline-flex}.shs-customer-access-badge i{color:#fff;background:#2d8050;border-radius:999px;place-items:center;width:14px;height:14px;font-size:8px;font-style:normal;display:grid}.shs-customer-access-badge.is-order_restricted{color:#956014;background:#fff6e7;border-color:#bc7b1d33}.shs-customer-access-badge.is-order_restricted i{background:#b8781c}.shs-customer-access-badge.is-blocked{color:#982d3a;background:#fff0f2;border-color:#b1303f33}.shs-customer-access-badge.is-blocked i{background:#b23746}.shs-customer-access-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-width:0;display:grid}.shs-customer-access-metrics>div{background:#faf7f3;border:1px solid #58412b14;border-radius:13px;align-content:center;gap:4px;min-width:0;min-height:52px;padding:9px 10px;display:grid}.shs-customer-access-metrics span,.shs-customer-access-reason>span{color:#9a8c7f;letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:1000}.shs-customer-access-metrics b{color:#35291f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:950;overflow:hidden}.shs-customer-access-reason{min-width:0}.shs-customer-access-reason strong{color:#34281f;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;font-weight:950;display:block;overflow:hidden}.shs-customer-access-reason p{color:#7d6f64;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:10px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.shs-customer-access-reason small{color:#a19488;margin-top:5px;font-size:8px;font-weight:750;display:block}.shs-customer-access-actions{flex-direction:column;gap:7px;display:flex}.shs-customer-access-actions button{cursor:pointer;border-radius:999px;min-width:100px;min-height:34px;padding:0 13px;font-size:9px;font-weight:1000;transition:transform .17s,box-shadow .17s}.shs-customer-access-actions button:hover{transform:translateY(-1px)}.shs-customer-access-actions .is-history{color:#614a36;background:#fff;border:1px solid #4f3a2724}.shs-customer-access-actions .is-manage{color:#fff;background:linear-gradient(135deg,#2b2520,#15120f);border:0;box-shadow:0 9px 20px #1d17122e}.shs-customer-access-empty,.shs-customer-access-loading{text-align:center;background:#ffffff8f;border:1px dashed #6b51393d;border-radius:20px;align-content:center;place-items:center;gap:9px;min-height:190px;margin-top:15px;padding:32px;display:grid}.shs-customer-access-empty>span{color:#8a6846;background:#f1e6d9;border-radius:16px;place-items:center;width:48px;height:48px;font-size:23px;display:grid}.shs-customer-access-empty h3{color:#33281f;margin:0;font-size:16px;font-weight:950}.shs-customer-access-empty p,.shs-customer-access-loading p{color:#85766a;max-width:480px;margin:0;font-size:11px;font-weight:750;line-height:1.5}.shs-customer-access-loading>span{border:3px solid #8f6c472e;border-top-color:#906b45;border-radius:999px;width:36px;height:36px;animation:.85s linear infinite shs-customer-access-spin}.shs-customer-access-loading.is-compact{background:0 0;border:0;min-height:150px;margin:0}@keyframes shs-customer-access-spin{to{transform:rotate(360deg)}}.shs-customer-access-modal-backdrop{z-index:13000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1914108a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.shs-customer-access-modal{background:radial-gradient(circle at 100% 0,#dcbf9740,#0000 34%),#fbf8f4;border:1px solid #ffffffa6;border-radius:28px;width:min(100%,720px);max-height:calc(100dvh - 48px);overflow-y:auto;box-shadow:0 35px 100px #140f0b5c,inset 0 1px #fff}.shs-customer-access-modal.is-audit{width:min(100%,670px)}.shs-customer-access-modal>header{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf8f4f0;border-bottom:1px solid #5f462d1c;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex;position:sticky;top:0}.shs-customer-access-modal>header span{color:#9d7449;letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:1000}.shs-customer-access-modal>header h2{color:#241c16;letter-spacing:-.035em;margin:6px 0 0;font-family:Georgia,Times New Roman,serif;font-size:27px;line-height:1}.shs-customer-access-modal>header p{color:#837367;margin:7px 0 0;font-size:11px;font-weight:850}.shs-customer-access-modal>header>button{color:#5d4937;cursor:pointer;background:#fff;border:1px solid #59412a1f;border-radius:999px;flex:0 0 38px;place-items:center;width:38px;height:38px;padding:0;font-size:22px;display:grid}.shs-customer-access-modal>form{padding:22px 24px 24px}.shs-customer-access-modal fieldset{border:0;min-width:0;margin:0;padding:0}.shs-customer-access-modal legend{color:#6f6055;margin-bottom:10px;font-size:10px;font-weight:950}.shs-customer-access-status-options{gap:8px;display:grid}.shs-customer-access-status-options label{cursor:pointer;background:#ffffffbf;border:1px solid #5740291f;border-radius:17px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;min-height:72px;padding:12px 14px;transition:border-color .17s,background .17s,transform .17s;display:grid;position:relative}.shs-customer-access-status-options label:hover{transform:translateY(-1px)}.shs-customer-access-status-options label.is-selected{background:#f0faf4;border-color:#348258}.shs-customer-access-status-options label.is-order_restricted.is-selected{background:#fff7e9;border-color:#be7c20}.shs-customer-access-status-options label.is-blocked.is-selected{background:#fff1f3;border-color:#b43b49}.shs-customer-access-status-options input{opacity:0;pointer-events:none;position:absolute}.shs-customer-access-status-options label>span{color:#267348;background:#eaf5ee;border-radius:12px;place-items:center;width:36px;height:36px;font-size:17px;font-weight:1000;display:grid}.shs-customer-access-status-options label.is-order_restricted>span{color:#a56b17;background:#fff0d8}.shs-customer-access-status-options label.is-blocked>span{color:#a62f3d;background:#ffe2e6}.shs-customer-access-status-options b{color:#2d241d;font-size:12px;font-weight:950;display:block}.shs-customer-access-status-options small{color:#84766b;margin-top:4px;font-size:10px;font-weight:700;line-height:1.4;display:block}.shs-customer-access-field{gap:7px;margin-top:17px;display:grid}.shs-customer-access-field>span{color:#615348;font-size:10px;font-weight:950}.shs-customer-access-field>span b{color:#b63141}.shs-customer-access-field input,.shs-customer-access-field textarea{color:#2a211a;width:100%;font:inherit;background:#fff;border:1px solid #573f2829;border-radius:14px;outline:0;font-size:12px;font-weight:750;transition:border-color .17s,box-shadow .17s;box-shadow:inset 0 1px #fff,0 8px 22px #3d2c1c0a}.shs-customer-access-field input{min-height:44px;padding:0 13px}.shs-customer-access-field textarea{resize:vertical;min-height:105px;padding:12px 13px;line-height:1.5}.shs-customer-access-field input:focus,.shs-customer-access-field textarea:focus{border-color:#845c358c;box-shadow:0 0 0 4px #976d421a}.shs-customer-access-field>small{color:#998b7f;font-size:9px;font-weight:700}.shs-customer-access-danger-note,.shs-customer-access-restore-note{border-radius:14px;align-items:center;gap:10px;margin-top:16px;padding:12px 13px;font-size:10px;font-weight:800;line-height:1.45;display:flex}.shs-customer-access-danger-note{color:#942b38;background:#fff0f2;border:1px solid #b3303f33}.shs-customer-access-restore-note{color:#276e46;background:#eef9f2;border:1px solid #2a814c33}.shs-customer-access-danger-note span,.shs-customer-access-restore-note span{color:#fff;background:currentColor;border-radius:999px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-weight:1000;display:grid}.shs-customer-access-danger-note p,.shs-customer-access-restore-note p{margin:0}.shs-customer-access-modal form>footer{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.shs-customer-access-modal form>footer button{cursor:pointer;border-radius:999px;min-height:43px;padding:0 18px;font-size:10px;font-weight:1000}.shs-customer-access-modal form>footer .is-cancel{color:#624e3d;background:#fff;border:1px solid #513c2824}.shs-customer-access-modal form>footer .is-save{color:#fff;background:linear-gradient(135deg,#2f2822,#17130f);border:0;box-shadow:0 12px 25px #1b151133}.shs-customer-access-modal form>footer .is-save.is-order_restricted{background:linear-gradient(135deg,#c48627,#925d13)}.shs-customer-access-modal form>footer .is-save.is-blocked{background:linear-gradient(135deg,#bd4654,#862d38)}.shs-customer-access-modal form>footer button:disabled{opacity:.55;cursor:wait}.shs-customer-access-audit-body{padding:20px 24px 25px}.shs-customer-access-timeline{gap:0;display:grid}.shs-customer-access-timeline article{grid-template-columns:38px minmax(0,1fr);gap:12px;padding-bottom:20px;display:grid;position:relative}.shs-customer-access-timeline article:not(:last-child):after{content:"";background:#70543821;width:2px;position:absolute;top:38px;bottom:0;left:18px}.shs-customer-access-timeline-icon{z-index:1;color:#fff;background:#358258;border:4px solid #fbf8f4;border-radius:999px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:1000;display:grid;position:relative;box-shadow:0 6px 16px #26694433}.shs-customer-access-timeline-icon.is-order_restricted{background:#be7d20;box-shadow:0 6px 16px #a8691333}.shs-customer-access-timeline-icon.is-blocked{background:#b83e4c;box-shadow:0 6px 16px #a12c3933}.shs-customer-access-timeline article>div:last-child{padding:3px 0 0}.shs-customer-access-timeline article span{color:#a09387;letter-spacing:.04em;text-transform:uppercase;font-size:8px;font-weight:900}.shs-customer-access-timeline article h3{color:#33281f;margin:5px 0 0;font-size:12px;font-weight:950}.shs-customer-access-timeline article p{color:#77695f;margin:7px 0 0;font-size:11px;font-weight:750;line-height:1.45}.shs-customer-access-timeline blockquote{color:#675445;background:#f4ece2;border-left:3px solid #d4b58f;border-radius:0 10px 10px 0;margin:8px 0 0;padding:9px 11px;font-size:10px;font-weight:750;line-height:1.45}.shs-customer-access-timeline article small{color:#9b8c80;margin-top:8px;font-size:8px;font-weight:750;display:block}.shs-customer-access-empty.is-compact{min-height:180px;margin:0}@media (max-width:1250px){.shs-customer-access-row{grid-template-columns:minmax(230px,1fr) minmax(320px,1.4fr) auto}.shs-customer-access-reason{grid-column:1/3}.shs-customer-access-actions{grid-area:1/3/3}}@media (max-width:900px){.shs-customer-access-console{border-radius:23px;padding:19px}.shs-customer-access-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.shs-customer-access-row{grid-template-columns:minmax(0,1fr) auto}.shs-customer-access-person,.shs-customer-access-metrics,.shs-customer-access-reason{grid-column:1}.shs-customer-access-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shs-customer-access-actions{grid-area:1/2/4}}@media (max-width:620px){.shs-customer-access-console{border-radius:20px;margin-bottom:16px;padding:15px}.shs-customer-access-head{gap:14px;display:grid}.shs-customer-access-title h2{font-size:29px}.shs-customer-access-title p{font-size:11px}.shs-customer-access-refresh{width:100%}.shs-customer-access-summary{gap:7px}.shs-customer-access-summary button{border-radius:15px;min-height:62px;padding:11px 12px}.shs-customer-access-summary span{font-size:9px}.shs-customer-access-summary b{font-size:23px}.shs-customer-access-toolbar{border-radius:16px;flex-direction:column;align-items:stretch;gap:8px;padding:10px}.shs-customer-access-result-count{padding:0 3px}.shs-customer-access-row{border-radius:17px;grid-template-columns:1fr;gap:13px;padding:13px;display:grid}.shs-customer-access-person,.shs-customer-access-metrics,.shs-customer-access-reason,.shs-customer-access-actions{grid-area:auto/1}.shs-customer-access-name-line{flex-direction:column;align-items:flex-start}.shs-customer-access-name-line h3{white-space:normal}.shs-customer-access-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shs-customer-access-actions{flex-direction:row}.shs-customer-access-actions button{width:50%;min-width:0}.shs-customer-access-modal-backdrop{place-items:end center;padding:10px}.shs-customer-access-modal{border-radius:23px 23px 16px 16px;width:100%;max-height:calc(100dvh - 20px)}.shs-customer-access-modal>header{padding:17px}.shs-customer-access-modal>header h2{font-size:23px}.shs-customer-access-modal>form,.shs-customer-access-audit-body{padding:17px}.shs-customer-access-status-options label{min-height:68px;padding:11px}.shs-customer-access-modal form>footer{grid-template-columns:1fr 1fr;display:grid}.shs-customer-access-modal form>footer button{width:100%;padding:0 10px}}.premium-customers-page>.shs-customer-access-console{grid-area:auto/1/auto/-1!important;align-self:start!important;width:100%!important;min-width:0!important;max-width:100%!important}.premium-customers-page>.premium-customers-sidebar{min-width:0!important}@media (max-width:900px){.premium-customers-page>.shs-customer-access-console{grid-column:1/-1!important}}.premium-customers-page{grid-template-columns:minmax(0,1fr)!important}.premium-customers-page>.premium-customers-sidebar{display:none!important}.premium-customers-page>.shs-customer-access-console,.premium-customers-page>section{grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:100%!important}.premium-customer-status-stack,.premium-customer-profile-badges{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.premium-customer-profile-badges{margin-top:8px}.premium-customer-access-inline{color:#267247;white-space:nowrap;background:#edf9f2;border:1px solid #2c845333;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 10px;font-size:10px;font-weight:950;line-height:1.2;display:inline-flex}.premium-customer-access-inline.big{min-height:31px;padding:0 13px;font-size:11px}.premium-customer-access-inline.is-restricted{color:#966014;background:#fff5e5;border-color:#ba77193b}.premium-customer-access-inline.is-blocked{color:#982e3b;background:#fff0f2;border-color:#b1303e38}.premium-customer-profile-actions button.access{color:#3a291a!important;background:linear-gradient(135deg,#efe0cc,#ddbd94)!important;border-color:#a26f3761!important}.premium-customer-profile-actions button.access:hover{box-shadow:0 10px 24px #704b2629!important}@media (max-width:980px){.premium-customer-status-stack{align-items:flex-start}.premium-customer-profile-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}}@media (max-width:620px){.premium-customer-profile-actions{grid-template-columns:1fr!important}.premium-customer-profile-actions button{width:100%!important}}.shs-customer-access-danger-note>span{color:#fff!important;background:#b83e4c!important}.shs-customer-access-restore-note>span{color:#fff!important;background:#318357!important}@media (max-width:980px){body:has(.admin-shell){background:radial-gradient(circle at 8% 0,#c5a16f1f,#0000 31%),linear-gradient(#f8f5f0 0%,#f3eee7 100%)!important}.admin-shell{padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}.admin-workspace{padding-bottom:calc(102px + env(safe-area-inset-bottom))!important}.admin-workspace-topbar{top:calc(7px + env(safe-area-inset-top))!important;z-index:1000!important;margin:calc(7px + env(safe-area-inset-top)) 8px 9px!important;-webkit-backdrop-filter:blur(22px)saturate(1.2)!important;background:linear-gradient(145deg,#fffffff7,#f8f4eeed)!important;border:1px solid #81623d21!important;border-radius:22px!important;min-height:72px!important;padding:11px 12px!important;position:sticky!important;box-shadow:0 16px 44px #2c221712,inset 0 1px #ffffffe6!important}.admin-topbar-heading{gap:10px!important}.admin-mobile-menu-button{background:linear-gradient(145deg,#fff,#f6efe6)!important;border:1px solid #7e603d24!important;border-radius:14px!important;flex-basis:43px!important;width:43px!important;height:43px!important;padding:0 11px!important;box-shadow:0 8px 20px #48331c14!important}.admin-mobile-menu-button span{background:#2d261e!important;height:1.5px!important}.admin-topbar-kicker{color:#a67e4d!important;letter-spacing:.19em!important;margin-bottom:3px!important;font-size:8px!important;font-weight:900!important}.admin-workspace-topbar h1{color:#191510!important;letter-spacing:-.035em!important;margin:0!important;font-size:clamp(20px,5.8vw,26px)!important;font-weight:900!important;line-height:1!important}.admin-workspace-topbar p{color:#31281e8a!important;margin-top:4px!important;font-size:9px!important;line-height:1.3!important}.admin-mobile-bottom-nav-v2{left:8px!important;right:8px!important;bottom:calc(7px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(28px)saturate(1.24)!important;background:linear-gradient(145deg,#fffffffa,#f7f2ebf5)!important;border:1px solid #75573424!important;border-radius:24px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:auto!important;min-height:72px!important;padding:6px!important;position:fixed!important;box-shadow:0 18px 48px #231a1129,0 2px 9px #231a110d,inset 0 1px #fffffff0!important}.admin-mobile-bottom-nav-v2 a{color:#2f271e80!important;border-radius:18px!important;gap:4px!important;min-width:0!important;min-height:58px!important;padding:7px 3px 6px!important;transition:transform .18s,color .18s,background .18s,box-shadow .18s!important}.admin-mobile-bottom-nav-v2 a:active{transform:scale(.96)}.admin-mobile-bottom-nav-v2 a.active{color:#775838!important;background:linear-gradient(145deg,#b88e5b30,#9a7a551a)!important;box-shadow:inset 0 0 0 1px #9a7a551c,0 8px 18px #5a3e2012!important}.admin-mobile-bottom-nav-v2 b{letter-spacing:-.01em!important;text-overflow:clip!important;white-space:nowrap!important;max-width:100%!important;font-size:9px!important;font-weight:900!important;line-height:1!important;display:block!important;overflow:visible!important}.admin-mobile-bottom-nav-v2 .admin-mobile-nav-icon-lux{place-items:center!important;width:25px!important;height:25px!important;min-height:25px!important;display:grid!important;position:relative!important}.admin-mobile-bottom-nav-v2 .admin-mobile-nav-icon-lux svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;overflow:visible;width:23px!important;height:23px!important}.admin-mobile-bottom-nav-v2 .admin-mobile-nav-icon em{color:#fff!important;background:linear-gradient(145deg,#c5483f,#a82d27)!important;border:2px solid #fffffff7!important;min-width:18px!important;height:18px!important;padding:0 4px!important;font-size:8px!important;font-style:normal!important;font-weight:950!important;top:-6px!important;right:-11px!important;box-shadow:0 5px 11px #97261f38!important}.admin-mobile-bottom-nav-v2 a.active .admin-mobile-nav-icon-lux{transform:translateY(-1px)}}@media (max-width:390px){.admin-mobile-bottom-nav-v2{left:5px!important;right:5px!important;bottom:calc(5px + env(safe-area-inset-bottom))!important;border-radius:21px!important}.admin-mobile-bottom-nav-v2 a{border-radius:16px!important;min-height:56px!important}.admin-mobile-bottom-nav-v2 b{font-size:8px!important}}@media (prefers-reduced-motion:reduce){.admin-mobile-bottom-nav-v2 a{transition:none!important}}.admin-mobile-sidebar-tools{display:none}@media (max-width:980px){.admin-workspace-topbar{grid-template-rows:auto!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:66px!important;padding:9px 10px!important;display:grid!important}.admin-topbar-heading{grid-area:1/1!important;gap:9px!important;min-width:0!important}.admin-topbar-copy{min-width:0!important}.admin-topbar-kicker{color:#a67e4d!important;letter-spacing:.18em!important;margin-bottom:3px!important;font-size:7px!important;font-weight:900!important}.admin-workspace-topbar h1{color:#191510!important;letter-spacing:-.035em!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;margin:0!important;font-size:clamp(19px,5.4vw,24px)!important;font-weight:900!important;line-height:1!important;overflow:hidden!important}.admin-workspace-topbar p{display:none!important}.admin-mobile-menu-button{border-radius:13px!important;flex-basis:41px!important;width:41px!important;height:41px!important}.admin-topbar-actions{grid-area:1/2!important;justify-content:flex-end!important;align-items:center!important;gap:0!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.admin-topbar-actions>:not(.admin-notification-bell){display:none!important}.admin-topbar-actions .admin-notification-bell{flex:0 0 41px!important;width:41px!important;height:41px!important;margin:0!important}.admin-sidebar{flex-direction:column!important;display:flex!important}.admin-sidebar-nav{flex:none!important}.admin-mobile-sidebar-tools{gap:8px!important;width:100%!important;margin-top:auto!important;padding-top:18px!important;display:grid!important}.admin-mobile-sidebar-profile{background:linear-gradient(145deg,#ffffff14,#ffffff08)!important;border:1px solid #e5c08b24!important;border-radius:16px!important;gap:3px!important;padding:13px 14px!important;display:grid!important}.admin-mobile-sidebar-profile span{color:#ffffff75!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:8px!important;font-weight:800!important}.admin-mobile-sidebar-profile strong{color:#fff!important;font-size:14px!important;font-weight:900!important}.admin-mobile-sidebar-tool{color:#ffffffd1!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important;background:#ffffff0e!important;border:1px solid #ffffff17!important;border-radius:15px!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:48px!important;padding:7px 10px!important;text-decoration:none!important;display:grid!important}.admin-mobile-sidebar-tool>span{color:#e6bf87!important;background:#ffffff14!important;border-radius:11px!important;place-items:center!important;width:34px!important;height:34px!important;font-size:17px!important;display:grid!important}.admin-mobile-sidebar-tool b{color:inherit!important;font-size:11px!important;font-weight:850!important}.admin-mobile-sidebar-tool-logout{font:inherit!important}.admin-mobile-sidebar-tool-logout>span{color:#e49b91!important}}@media (max-width:390px){.admin-workspace-topbar{min-height:63px!important;padding:8px 9px!important}.admin-mobile-menu-button{flex-basis:39px!important;width:39px!important;height:39px!important}.admin-topbar-actions .admin-notification-bell{flex:0 0 39px!important;width:39px!important;height:39px!important}.admin-workspace-topbar h1{font-size:19px!important}}.shs-mobile-home{display:none}@media (max-width:980px){.shs-dashboard-page>.shs-dashboard-hero,.shs-dashboard-page>.shs-dashboard-stats,.shs-dashboard-desktop-audience,.shs-dashboard-page>.shs-dashboard-grid{display:none!important}.shs-dashboard-page{width:100%!important;padding:0 6px calc(96px + env(safe-area-inset-bottom))!important;display:block!important}.shs-mobile-home{gap:9px!important;width:100%!important;display:grid!important}.shs-mobile-home-focus{background:radial-gradient(circle at 100% 0,#d2a86b3d,#0000 38%),linear-gradient(145deg,#1f1812,#100d0b)!important;border:1px solid #cda46a33!important;border-radius:23px!important;grid-template-columns:minmax(0,1fr) 64px!important;align-items:center!important;gap:12px!important;min-height:105px!important;padding:15px!important;display:grid!important;overflow:hidden!important;box-shadow:0 15px 32px #2c1f1324!important}.shs-mobile-home-focus>div:first-child{min-width:0!important}.shs-mobile-home-focus>div:first-child>span{color:#d6aa70!important;letter-spacing:.16em!important;font-size:7px!important;font-weight:950!important}.shs-mobile-home-focus h2{color:#fff!important;letter-spacing:-.04em!important;margin:4px 0 0!important;font-size:27px!important;font-weight:950!important;line-height:.98!important}.shs-mobile-home-focus p{color:#ffffff94!important;max-width:230px!important;margin:7px 0 0!important;font-size:9px!important;line-height:1.4!important}.shs-mobile-home-active{background:#ffffff12!important;border:1px solid #ffffff1f!important;border-radius:19px!important;place-content:center!important;place-items:center!important;gap:2px!important;width:64px!important;height:64px!important;display:grid!important}.shs-mobile-home-active span{color:#ffffff75!important;text-transform:uppercase!important;font-size:7px!important;font-weight:850!important}.shs-mobile-home-active b{color:#f0c98f!important;font-size:26px!important;font-weight:950!important;line-height:1!important}.shs-mobile-home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.shs-mobile-home-action{color:#19140f!important;background:#ffffffd6!important;border:1px solid #7a5b371f!important;border-radius:19px!important;align-content:space-between!important;min-height:86px!important;padding:11px 12px!important;text-decoration:none!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 7px 20px #3425160b!important}.shs-mobile-home-action:after{content:"";border:1px solid #966f4214;border-radius:50%;width:65px;height:65px;position:absolute;bottom:-31px;right:-28px}.shs-mobile-home-action>span{color:#392b1e8c!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:7px!important;font-weight:950!important}.shs-mobile-home-action>b{color:#16110d!important;margin-top:3px!important;font-size:27px!important;font-weight:950!important;line-height:1!important}.shs-mobile-home-action>small{color:#392b1e80!important;font-size:8px!important;font-weight:700!important}.shs-mobile-home-action.hot{background:linear-gradient(145deg,#241b13,#110e0b)!important;border-color:#d2a76a33!important}.shs-mobile-home-action.hot>span,.shs-mobile-home-action.hot>small{color:#ffffff94!important}.shs-mobile-home-action.hot>b{color:#efca94!important}.shs-mobile-home-action.attention{background:linear-gradient(145deg,#fffaf1,#f6e9cf)!important}.shs-mobile-home-action.assembly{background:linear-gradient(145deg,#fff,#f2ece3)!important}.shs-mobile-home-action.stock{background:linear-gradient(145deg,#fff8ed,#edd7b8)!important}.shs-mobile-home-return-alert{color:#48251e!important;background:linear-gradient(145deg,#fff9f6,#f7e7e0)!important;border:1px solid #a4463624!important;border-radius:18px!important;grid-template-columns:minmax(0,1fr) 36px!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:10px 12px!important;text-decoration:none!important;display:grid!important}.shs-mobile-home-return-alert div{gap:2px!important;display:grid!important}.shs-mobile-home-return-alert span{color:#6c30278a!important;letter-spacing:.1em!important;font-size:7px!important;font-weight:950!important}.shs-mobile-home-return-alert strong{font-size:11px!important;font-weight:900!important}.shs-mobile-home-return-alert>b{background:#fff!important;border-radius:12px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:15px!important;display:grid!important}.shs-mobile-home-panel{background:#ffffffdb!important;border:1px solid #7457351f!important;border-radius:21px!important;gap:9px!important;padding:13px!important;display:grid!important;box-shadow:0 8px 22px #3526170b!important}.shs-mobile-home-panel-head{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.shs-mobile-home-panel-head span{color:#a37643!important;letter-spacing:.13em!important;margin-bottom:2px!important;font-size:7px!important;font-weight:950!important;display:block!important}.shs-mobile-home-panel-head h3{color:#17120f!important;letter-spacing:-.035em!important;margin:0!important;font-size:18px!important;font-weight:950!important;line-height:1!important}.shs-mobile-home-panel-head>a{color:#fff!important;background:#181411!important;border-radius:11px!important;place-items:center!important;min-width:50px!important;min-height:32px!important;padding:0 10px!important;font-size:8px!important;font-weight:900!important;text-decoration:none!important;display:grid!important}.shs-mobile-home-orders,.shs-mobile-home-stock-list{gap:5px!important;display:grid!important}.shs-mobile-home-orders>a,.shs-mobile-home-stock-list>a{color:#1c1712!important;background:#f7f4efd1!important;border:1px solid #77593617!important;border-radius:14px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;min-height:53px!important;padding:9px 10px!important;text-decoration:none!important;display:grid!important}.shs-mobile-home-orders>a>div,.shs-mobile-home-stock-list>a>div{gap:1px!important;min-width:0!important;display:grid!important}.shs-mobile-home-orders>a>div:last-child{text-align:right!important;justify-items:end!important}.shs-mobile-home-orders strong,.shs-mobile-home-stock-list strong{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important;font-weight:900!important;overflow:hidden!important}.shs-mobile-home-orders span,.shs-mobile-home-stock-list span{color:#3b2e227a!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:7px!important;overflow:hidden!important}.shs-mobile-home-orders b,.shs-mobile-home-stock-list>a>b{white-space:nowrap!important;font-size:9px!important;font-weight:900!important}.shs-mobile-home-orders small{color:#3b2e227a!important;white-space:nowrap!important;font-size:7px!important}.shs-mobile-home-stock-ok{background:linear-gradient(145deg,#f6fbf7,#edf6ef)!important;border:1px solid #27794b1f!important;border-radius:15px!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;min-height:55px!important;padding:9px!important;display:grid!important}.shs-mobile-home-stock-ok>span{color:#fff!important;background:#236f46!important;border-radius:12px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:15px!important;font-weight:900!important;display:grid!important}.shs-mobile-home-stock-ok>div{gap:1px!important;display:grid!important}.shs-mobile-home-stock-ok strong{color:#17472e!important;font-size:10px!important;font-weight:900!important}.shs-mobile-home-stock-ok small{color:#17472e94!important;font-size:7px!important}.shs-mobile-home-empty{color:#3a2c1f80!important;border:1px dashed #77593633!important;border-radius:15px!important;place-items:center!important;min-height:60px!important;font-size:9px!important;font-weight:800!important;display:grid!important}}@media (max-width:390px){.shs-dashboard-page{padding-left:4px!important;padding-right:4px!important}.shs-mobile-home{gap:7px!important}.shs-mobile-home-focus{min-height:100px!important;padding:14px 12px!important}.shs-mobile-home-focus h2{font-size:25px!important}.shs-mobile-home-action{min-height:82px!important;padding:10px!important}}@media (max-width:980px){.admin-content .crm-orders-board-page{width:100%!important;padding:0 5px calc(98px + env(safe-area-inset-bottom))!important;display:block!important}.admin-content .crm-orders-board-head,.admin-content .crm-orders-alerts{display:none!important}.admin-content .crm-orders-message{border-radius:14px!important;margin:0 0 8px!important;padding:9px 11px!important;font-size:9px!important}.admin-content .crm-folder-tabs{overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;width:100%!important;margin:0 0 9px!important;padding:2px 1px 5px!important;display:flex!important;overflow:auto hidden!important}.admin-content .crm-folder-tabs::-webkit-scrollbar{display:none!important}.admin-content .crm-folder-tab{scroll-snap-align:start!important;white-space:nowrap!important;background:#ffffffd6!important;border:1px solid #7456331c!important;border-radius:15px!important;flex:none!important;align-items:center!important;gap:7px!important;min-width:auto!important;min-height:42px!important;padding:0 13px!important;box-shadow:0 5px 14px #37271609!important}.admin-content .crm-folder-tab span{font-size:10px!important;font-weight:850!important}.admin-content .crm-folder-tab b{border-radius:999px!important;place-items:center!important;min-width:22px!important;height:22px!important;padding:0 6px!important;font-size:8px!important;line-height:1!important;display:grid!important}.admin-content .crm-folder-tab.active{color:#fff!important;background:linear-gradient(145deg,#1d1712,#0f0d0b)!important;border-color:#cda56c33!important;box-shadow:0 8px 18px #251b121f!important}.admin-content .crm-folder-tab.active b{color:#19130f!important;background:#fff!important}.admin-content .crm-folder-panel{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.admin-content .crm-folder-panel-head{display:none!important}.admin-content .crm-folder-orders{gap:9px!important;display:grid!important}.admin-content .crm-order-ticket{background:#ffffffe0!important;border:1px solid #7759361f!important;border-radius:22px!important;width:100%!important;margin:0!important;padding:13px!important;overflow:hidden!important;box-shadow:0 10px 28px #3425150e!important}.admin-content .crm-order-ticket-top{border-bottom:1px solid #7e5e381f!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:8px!important;margin-bottom:9px!important;padding-bottom:8px!important;display:grid!important}.admin-content .crm-order-ticket-top h3{letter-spacing:-.035em!important;margin:0!important;font-size:20px!important;font-weight:950!important;line-height:1!important}.admin-content .crm-order-ticket-top p{margin-top:3px!important;font-size:7px!important;font-weight:750!important;line-height:1.2!important}.admin-content .crm-order-ticket-badges{flex-wrap:wrap!important;justify-content:flex-end!important;gap:4px!important;max-width:145px!important;display:flex!important}.admin-content .crm-order-ticket-badges span{border-radius:999px!important;align-items:center!important;min-height:23px!important;padding:0 7px!important;font-size:7px!important;font-weight:850!important;display:inline-flex!important}.admin-content .crm-order-ticket-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-bottom:8px!important;display:grid!important}.admin-content .crm-order-ticket-main>div{background:#f8f4ee!important;border:1px solid #785a371c!important;border-radius:13px!important;min-width:0!important;min-height:56px!important;padding:8px 9px!important}.admin-content .crm-order-ticket-main span{letter-spacing:.1em!important;margin-bottom:3px!important;font-size:6px!important;font-weight:950!important}.admin-content .crm-order-ticket-main b{font-size:10px!important;font-weight:900!important;line-height:1.2!important}.admin-content .crm-order-ticket-main p,.admin-content .crm-order-ticket-main a{margin-top:2px!important;font-size:8px!important;line-height:1.25!important}.admin-content .crm-order-payment-activity,.admin-content .crm-order-client-activity,.admin-content .crm-payment-activity-card,.admin-content .crm-order-products-mini{border-radius:14px!important;margin:7px 0!important;padding:9px 10px!important}.admin-content .crm-order-products-mini span{letter-spacing:.11em!important;font-size:7px!important}.admin-content .crm-order-products-mini b{margin-top:4px!important;font-size:9px!important;line-height:1.4!important}.admin-content .crm-order-products-mini summary{margin-top:5px!important;font-size:8px!important}.admin-content .crm-order-comment-mini,.admin-content .crm-cod-warning,.admin-content .crm-order-mini-note{border-radius:12px!important;margin:7px 0!important;padding:8px 9px!important;font-size:8px!important;line-height:1.35!important}.admin-content .crm-order-ticket-actions{border-top:1px solid #785a371f!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:8px!important;padding-top:8px!important;display:grid!important}.admin-content .crm-order-ticket-actions button,.admin-content .crm-return-one-btn{touch-action:manipulation!important;border-radius:13px!important;min-height:42px!important;padding:0 10px!important;font-size:8px!important;font-weight:900!important;line-height:1.1!important}.admin-content .crm-order-ticket-actions button.danger{grid-column:1/-1!important;max-width:50%!important}.admin-content .crm-order-ticket .admin-order-chat{margin-top:9px!important}.admin-content .crm-folder-empty,.admin-content .crm-orders-empty{border-radius:20px!important;min-height:120px!important;padding:18px!important}}@media (max-width:390px){.admin-content .crm-orders-board-page{padding-left:3px!important;padding-right:3px!important}.admin-content .crm-folder-tab{min-height:40px!important;padding:0 11px!important}.admin-content .crm-order-ticket{border-radius:20px!important;padding:11px!important}.admin-content .crm-order-ticket-main>div{min-height:53px!important;padding:7px 8px!important}.admin-content .crm-order-ticket-actions button,.admin-content .crm-return-one-btn{min-height:40px!important}}@media (max-width:980px){.admin-content .shs-fulfillment-page{width:100%!important;padding:0 5px calc(98px + env(safe-area-inset-bottom))!important}.admin-content .shs-fulfillment-hero{display:none!important}.admin-content .shs-fulfillment-message{border-radius:14px!important;margin:0 0 8px!important;padding:9px 11px!important;font-size:9px!important;line-height:1.35!important}.admin-content .shs-fulfillment-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0 0 9px!important;display:grid!important}.admin-content .shs-fulfillment-stats>div{background:#ffffffd6!important;border:1px solid #7657341f!important;border-radius:19px!important;min-width:0!important;min-height:84px!important;padding:11px 12px!important;box-shadow:0 7px 20px #3626160b!important}.admin-content .shs-fulfillment-stats span{color:#9a7042!important;letter-spacing:.08em!important;margin:0 0 4px!important;font-size:7px!important;font-weight:950!important;line-height:1.2!important}.admin-content .shs-fulfillment-stats b{color:#17120f!important;margin:0!important;font-size:27px!important;font-weight:950!important;line-height:1!important}.admin-content .shs-fulfillment-stats p{color:#3f302285!important;margin:6px 0 0!important;font-size:7px!important;font-weight:700!important;line-height:1.3!important}.admin-content .shs-fulfillment-actions{background:radial-gradient(circle at 100% 0,#cfa56a38,#0000 42%),linear-gradient(145deg,#211912,#110e0b)!important;border:1px solid #cda2672e!important;border-radius:22px!important;gap:11px!important;width:100%!important;margin:0 0 9px!important;padding:14px!important;display:grid!important;box-shadow:0 14px 30px #2b1e1221!important}.admin-content .shs-fulfillment-actions>div:first-child{min-width:0!important}.admin-content .shs-fulfillment-actions h2{color:#fff!important;letter-spacing:-.03em!important;margin:0!important;font-size:19px!important;font-weight:950!important;line-height:1!important}.admin-content .shs-fulfillment-actions p{color:#ffffff8c!important;max-width:290px!important;margin:6px 0 0!important;font-size:8px!important;line-height:1.35!important}.admin-content .shs-fulfillment-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important;display:grid!important}.admin-content .shs-fulfillment-action-buttons button{color:#fff!important;touch-action:manipulation!important;background:#ffffff17!important;border:1px solid #ffffff21!important;border-radius:13px!important;width:100%!important;min-height:42px!important;padding:0 9px!important;font-size:8px!important;font-weight:900!important;line-height:1.1!important}.admin-content .shs-fulfillment-action-buttons button:first-child{color:#1c140d!important;background:linear-gradient(145deg,#e6c08c,#bd8e53)!important;border-color:#0000!important;grid-column:1/-1!important;min-height:46px!important;font-size:9px!important}.admin-content .shs-fulfillment-action-buttons button:disabled{opacity:.36!important}.admin-content .shs-fulfillment-panel{background:#ffffffd9!important;border:1px solid #7457351f!important;border-radius:21px!important;width:100%!important;margin:0 0 9px!important;padding:13px!important;box-shadow:0 9px 24px #3526170b!important}.admin-content .shs-fulfillment-panel-head{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;margin:0 0 10px!important;display:grid!important}.admin-content .shs-fulfillment-panel-head>div:first-child{min-width:0!important}.admin-content .shs-fulfillment-panel-head span{color:#a37643!important;letter-spacing:.12em!important;margin:0 0 3px!important;font-size:7px!important;font-weight:950!important}.admin-content .shs-fulfillment-panel h2{color:#17120f!important;letter-spacing:-.03em!important;margin:0!important;font-size:18px!important;font-weight:950!important;line-height:1.06!important}.admin-content .shs-fulfillment-mini-actions{flex-wrap:nowrap!important;gap:5px!important;display:flex!important}.admin-content .shs-fulfillment-mini-actions button{color:#211912!important;white-space:nowrap!important;background:#faf6ef!important;border:1px solid #76583421!important;border-radius:11px!important;min-height:34px!important;padding:0 10px!important;font-size:7px!important;font-weight:900!important}.admin-content .shs-fulfillment-empty,.admin-content .shs-fulfillment-loader{color:#4c392794!important;border:1px dashed #916c4140!important;border-radius:16px!important;place-items:center!important;min-height:72px!important;padding:14px!important;font-size:9px!important;font-weight:850!important;line-height:1.35!important;display:grid!important}.admin-content .shs-fulfillment-orders{gap:7px!important;display:grid!important}.admin-content .shs-fulfillment-order-card{background:#fff!important;border:1px solid #7557351c!important;border-radius:18px!important;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;align-items:stretch!important;gap:7px!important;width:100%!important;padding:11px!important;display:grid!important;box-shadow:0 6px 16px #34251609!important}.admin-content .shs-fulfillment-order-card.selected{background:#fffaf3!important;outline:2px solid #b1844e47!important}.admin-content .shs-fulfillment-check{color:#fff!important;background:#181411!important;border-radius:12px!important;align-items:center!important;gap:7px!important;min-height:42px!important;padding:7px 8px!important;font-size:9px!important;font-weight:900!important;display:flex!important}.admin-content .shs-fulfillment-check input{accent-color:#c5965b!important;width:18px!important;height:18px!important}.admin-content .shs-fulfillment-check span{color:#fff!important;letter-spacing:0!important;text-transform:none!important;margin:0!important;font-size:9px!important}.admin-content .shs-fulfillment-order-card>div{background:#f8f4ee!important;border:1px solid #77593617!important;border-radius:12px!important;gap:2px!important;min-width:0!important;padding:7px 8px!important}.admin-content .shs-fulfillment-order-card>div:first-of-type{background:#fff!important}.admin-content .shs-fulfillment-order-card>div:nth-of-type(4){grid-column:1/-1!important}.admin-content .shs-fulfillment-order-card h3{margin:0!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important}.admin-content .shs-fulfillment-order-card span{letter-spacing:.08em!important;margin:0 0 2px!important;font-size:6px!important;font-weight:950!important}.admin-content .shs-fulfillment-order-card b{font-size:9px!important;font-weight:900!important;line-height:1.2!important}.admin-content .shs-fulfillment-order-card p{margin:2px 0 0!important;font-size:7px!important;line-height:1.25!important}.admin-content .shs-fulfillment-order-card pre{color:#fff!important;white-space:pre-wrap!important;background:#171411!important;border-radius:12px!important;grid-column:1/-1!important;margin:0!important;padding:8px 9px!important;font-size:8px!important;font-weight:800!important;line-height:1.35!important}.admin-content .shs-fulfillment-batches{gap:7px!important;display:grid!important}.admin-content .shs-fulfillment-batch-card{background:#fff!important;border:1px solid #7557351c!important;border-radius:18px!important;padding:11px!important}.admin-content .shs-fulfillment-batch-head{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:8px!important;margin:0 0 8px!important;display:grid!important}.admin-content .shs-fulfillment-batch-head h3{margin:2px 0!important;font-size:13px!important;line-height:1.15!important}.admin-content .shs-fulfillment-batch-head p{margin:2px 0 0!important;font-size:7px!important;line-height:1.2!important}.admin-content .shs-fulfillment-status{white-space:nowrap!important;border-radius:999px!important;padding:6px 8px!important;font-size:7px!important}.admin-content .shs-fulfillment-batch-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;display:grid!important}.admin-content .shs-fulfillment-batch-buttons button{border-radius:11px!important;min-height:36px!important;padding:0 8px!important;font-size:7px!important;line-height:1.1!important}.admin-content .shs-fulfillment-batch-orders{gap:5px!important;margin-top:8px!important;display:grid!important}.admin-content .shs-fulfillment-batch-order{border-radius:13px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;padding:8px!important;display:grid!important}.admin-content .shs-fulfillment-batch-order>div{gap:1px!important;min-width:0!important}.admin-content .shs-fulfillment-batch-order button{border-radius:11px!important;grid-column:1/-1!important;min-height:35px!important;font-size:7px!important}}@media (max-width:390px){.admin-content .shs-fulfillment-page{padding-left:3px!important;padding-right:3px!important}.admin-content .shs-fulfillment-stats>div{min-height:80px!important;padding:10px!important}.admin-content .shs-fulfillment-actions,.admin-content .shs-fulfillment-panel{padding:11px!important}.admin-content .shs-fulfillment-panel h2{font-size:17px!important}}
