: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-form input:focus{border-color:#111;box-shadow:0 0 0 4px #11111114}.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-product-info{padding:26px}.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 input,.checkout-field select{min-height:58px}.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-page{padding:42px 0 90px!important}.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-price-row strong{font-size:32px!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-card h2{margin-bottom:12px!important;font-size:40px!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 p{color:#6f6258;max-width:680px;margin:0;font-size:16px;font-weight:800;line-height:1.5}.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.wide{min-height:320px}.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{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.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,.shs-dashboard-products{gap:10px;display:grid}.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:hover{border-color:#a7773f59;transform:translateY(-4px);box-shadow:0 26px 64px #4a362329}.shs-dashboard-stat-card.hot{background:#fff7ed;border-color:#fed7aa}.shs-dashboard-stat-card.danger{background:#fff1f1;border-color:#f0b8b8}.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-products a{grid-template-columns:minmax(0,1fr) 160px auto}.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-grid .catalog-card-image-wrap,.favorites-grid .catalog-card-image,.favorites-grid .catalog-card-image-placeholder{height:340px!important;min-height:340px!important}.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}}
