:root{--bg:#f7f3ec;--card:#fff;--text:#24211f;--muted:#7a736c;--line:#e4dacf;--accent:#c9a6a0;--accent-soft:#f3e4e1;--black:#171615;--shadow:0 22px 60px #24211f12;--radius:30px}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-shell{background:radial-gradient(circle at 12% 0,#c9a6a02e,#0000 30rem),linear-gradient(#fffdf9 0%,#f7f3ec 54%,#f0e8df 100%);min-height:100vh}.header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9eb;position:sticky;top:0}.header-inner{grid-template-columns:260px 1fr auto;align-items:center;gap:22px;max-width:1180px;margin:0 auto;padding:18px 22px;display:grid}.logo{letter-spacing:-.04em;flex-direction:column;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;line-height:1;display:inline-flex}.logo:before{content:"🌿";font-family:Arial,sans-serif;font-size:22px;position:absolute;transform:translate(-28px,-1px)}.logo span{color:var(--text)}.logo-sub{color:var(--muted);letter-spacing:.42em;text-transform:uppercase;margin-top:8px;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:700;display:block}.nav{color:var(--muted);justify-content:center;align-items:center;gap:24px;font-size:14px;display:flex}.nav a:hover{color:var(--text)}.header-actions{align-items:center;gap:10px;display:flex}.btn{border:1px solid var(--black);background:var(--black);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 22px;font-size:14px;font-weight:800;transition:transform .18s,opacity .18s;display:inline-flex}.btn:hover{opacity:.94;transform:translateY(-1px)}.btn.secondary{color:var(--text);border-color:var(--line);background:#fff}.btn.accent,.btn.gold,.btn.sage{background:var(--accent);border-color:var(--accent);color:#fff}.main{max-width:1180px;margin:0 auto;padding:54px 22px 90px}.boutique-hero{grid-template-columns:1fr .95fr;align-items:center;gap:42px;min-height:660px;display:grid}.hero-copy{padding:18px 0}.location-pill{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#ffffff9e;border-radius:999px;align-items:center;margin-bottom:34px;padding:0 18px;font-size:14px;display:inline-flex}.hero-copy h1{letter-spacing:-.055em;max-width:560px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,6vw,86px);font-weight:500;line-height:.98}.hero-copy p{max-width:520px;color:var(--muted);margin:28px 0 0;font-size:19px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero-visual{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.hero-photo-frame{width:min(440px,100%);height:440px;box-shadow:var(--shadow);background:#fff;border-radius:42px;padding:16px;transform:rotate(0)}.hero-photo{object-fit:cover;border-radius:30px;width:100%;height:100%;display:block}.floating-label{background:#fff;border-radius:999px;align-items:center;min-height:44px;padding:0 18px;font-weight:800;display:inline-flex;position:absolute;top:72px;left:32px;box-shadow:0 14px 38px #24211f14}.floating-label.bottom{inset:auto 24px 86px auto}.section{margin-top:86px}.section-head{justify-content:space-between;align-items:end;gap:22px;margin-bottom:26px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:850}.section h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.5vw,62px);font-weight:500;line-height:1}.section p{color:var(--muted);line-height:1.65}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:26px;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden;box-shadow:0 14px 42px #24211f0b}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-image{aspect-ratio:1;object-fit:cover;background:#eee;width:100%;display:block}.product-info{padding:20px}.product-info h3{letter-spacing:-.035em;margin:0 0 10px;font-size:19px}.product-price{font-size:18px;font-weight:850}.product-action{background:var(--black);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:40px;margin-top:18px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:#ffffffb8;border-radius:26px;min-height:150px;padding:24px;transition:transform .18s,box-shadow .18s}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.category-card small{color:var(--accent);font-weight:850}.category-card h3{letter-spacing:-.04em;margin:28px 0 8px;font-size:22px}.category-card p{color:var(--muted);margin:0;font-size:14px}.service-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:36px;grid-template-columns:.9fr 1.1fr;gap:24px;padding:34px;display:grid}.service-list{gap:12px;display:grid}.service-item{border:1px solid var(--line);background:var(--bg);border-radius:22px;grid-template-columns:44px 1fr;gap:14px;padding:18px;display:grid}.service-number{background:var(--accent-soft);color:#8f625c;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:850;display:flex}.service-item h3{margin:0 0 5px;font-size:18px}.service-item p{margin:0;font-size:14px}.footer{border-top:1px solid var(--line);color:var(--muted);background:#ffffffd6;padding:34px 22px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:18px;max-width:1180px;margin:0 auto;display:flex}.admin-shell{background:#f5f1ea;min-height:calc(100vh - 86px);padding:28px}.admin-layout{grid-template-columns:290px 1fr;gap:22px;max-width:1440px;margin:0 auto;display:grid}.admin-brand strong{font-size:22px;display:block}.admin-link{color:#ffffffb8;border-radius:16px;align-items:center;min-height:44px;padding:0 12px;font-size:14px;display:flex}.admin-topbar,.admin-section,.admin-stat,.admin-module-card,.admin-row-card,.form-card,.block-editor-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffd1}.admin-topbar h1{letter-spacing:-.06em;margin:0;font-size:clamp(32px,4vw,52px);line-height:1}.admin-topbar p,.admin-section-header p,.admin-module-card p,.admin-row-card p{color:var(--muted);line-height:1.55}.admin-stat strong{font-size:42px;display:block}.admin-stat span{color:var(--muted)}.admin-section-header h2{margin:0;font-size:30px}.admin-actions{flex-wrap:wrap;gap:10px;display:flex}.status-pill{background:var(--accent-soft);color:#8d5f59;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.admin-placeholder{border:1px dashed var(--line);color:var(--muted);border-radius:24px;padding:24px}.form-field label{font-size:13px;font-weight:850}.form-field input,.form-field textarea,.form-field select{border:1px solid var(--line);width:100%;min-height:44px;color:var(--text);background:#fff;border-radius:14px;outline:none;padding:0 14px}@media (max-width:1100px){.boutique-hero,.service-panel,.admin-layout{grid-template-columns:1fr}.product-grid,.collection-grid,.category-grid,.admin-dashboard-grid{grid-template-columns:repeat(2,1fr)}.admin-sidebar{min-height:auto;position:relative;top:0}}@media (max-width:720px){.header-inner{grid-template-columns:1fr auto}.nav{display:none}.main{padding:34px 16px 76px}.boutique-hero{gap:26px;min-height:auto}.hero-copy h1{font-size:46px}.hero-copy p{font-size:17px}.hero-visual{min-height:420px}.hero-photo-frame{height:360px}.floating-label{top:34px;left:14px}.floating-label.bottom{bottom:44px;right:12px}.product-grid,.category-grid,.admin-dashboard-grid,.admin-columns,.form-grid,.service-panel,.product-placeholder,.admin-row-card,.block-editor-card{grid-template-columns:1fr}.btn{width:100%}}.admin-shell{min-height:calc(100vh - 86px);color:#24211f!important;background:radial-gradient(circle at 8% 8%,#c9a6a024,#0000 28rem),linear-gradient(#f7f3ec 0%,#eee7dd 100%)!important;padding:28px!important}.admin-layout{grid-template-columns:290px 1fr!important;align-items:start!important;gap:22px!important;max-width:1440px!important;margin:0 auto!important;display:grid!important}.admin-sidebar{color:#fff!important;background:radial-gradient(circle at 0 0,#c9a6a03d,#0000 18rem),linear-gradient(#171514 0%,#0d0c0b 100%)!important;border-radius:30px!important;min-height:720px!important;padding:22px!important;position:sticky!important;top:110px!important;box-shadow:0 30px 90px #24211f2e!important}.admin-brand{border-bottom:1px solid #ffffff1f!important;margin-bottom:18px!important;padding:10px 10px 24px!important}.admin-brand strong{letter-spacing:-.05em!important;color:#fff!important;font-size:22px!important;line-height:1.1!important;display:block!important}.admin-brand span{color:#ffffff94!important;margin-top:6px!important;font-size:13px!important;display:block!important}.admin-nav-group{margin-top:20px!important}.admin-nav-title{color:#c9a6a0!important;letter-spacing:.18em!important;text-transform:uppercase!important;padding:0 10px 10px!important;font-size:11px!important;font-weight:900!important}.admin-link{color:#ffffffb8!important;border-radius:16px!important;align-items:center!important;min-height:44px!important;padding:0 12px!important;font-size:14px!important;font-weight:650!important;display:flex!important}.admin-link:hover,.admin-link.active{color:#fff!important;background:#ffffff1a!important}.admin-content{min-width:0!important}.admin-topbar,.admin-section,.admin-stat,.admin-module-card,.admin-row-card,.form-card,.block-editor-card{background:#ffffffdb!important;border:1px solid #e4dacf!important;box-shadow:0 22px 60px #24211f12!important}.admin-topbar{border-radius:30px!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;margin-bottom:22px!important;padding:24px!important;display:flex!important}.admin-topbar h1{letter-spacing:-.06em!important;color:#24211f!important;margin:0!important;font-family:Inter,Arial,sans-serif!important;font-size:clamp(32px,4vw,52px)!important;font-weight:850!important;line-height:1!important}.admin-topbar p,.admin-section-header p,.admin-module-card p,.admin-row-card p,.block-editor-card p{color:#7a736c!important;line-height:1.55!important}.admin-dashboard-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important;display:grid!important}.admin-stat{border-radius:24px!important;padding:22px!important}.admin-stat strong{letter-spacing:-.06em!important;color:#24211f!important;font-size:42px!important;line-height:1!important;display:block!important}.admin-stat span{color:#7a736c!important;margin-top:8px!important;display:block!important}.admin-section{border-radius:30px!important;margin-top:22px!important;padding:24px!important}.admin-section-header{justify-content:space-between!important;align-items:flex-end!important;gap:18px!important;margin-bottom:18px!important;display:flex!important}.admin-section-header h2{letter-spacing:-.05em!important;color:#24211f!important;margin:0!important;font-family:Inter,Arial,sans-serif!important;font-size:30px!important;font-weight:850!important}.admin-columns{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;display:grid!important}.admin-card-list,.block-editor-list{gap:12px!important;display:grid!important}.admin-module-card,.admin-row-card,.block-editor-card{border-radius:24px!important;padding:20px!important}.admin-module-card{min-height:145px!important;display:block!important}.admin-module-card small{color:#c9a6a0!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:850!important}.admin-module-card h3,.admin-row-card h3,.block-editor-card h3{letter-spacing:-.04em!important;color:#24211f!important;margin:12px 0 8px!important;font-family:Inter,Arial,sans-serif!important;font-weight:850!important}.admin-row-card,.block-editor-card{grid-template-columns:1fr auto!important;align-items:center!important;gap:16px!important;display:grid!important}.admin-actions{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.admin-shell .btn,.admin-shell button.btn,.admin-actions .btn{color:#fff!important;width:auto!important;min-height:42px!important;box-shadow:none!important;cursor:pointer!important;background:#171514!important;border:1px solid #171514!important;border-radius:999px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important}.admin-shell .btn.secondary,.admin-actions .btn.secondary{color:#24211f!important;background:#fff!important;border-color:#e4dacf!important}.admin-shell .btn.accent,.admin-shell .btn.gold,.admin-shell .btn.sage,.admin-actions .btn.accent,.admin-actions .btn.gold,.admin-actions .btn.sage{color:#fff!important;background:#c9a6a0!important;border-color:#c9a6a0!important}.status-pill{color:#8d5f59!important;white-space:nowrap!important;background:#f3e4e1!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.status-pill.green{color:#8d5f59!important;background:#f3e4e1!important}.status-pill.gray{color:#7a736c!important;background:#eee9e1!important}.form-card{border-radius:24px!important;padding:24px!important}.form-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;display:grid!important}.form-field{gap:8px!important;display:grid!important}.form-field.full{grid-column:1/-1!important}.form-field label{color:#24211f!important;font-size:13px!important;font-weight:850!important}.form-field input,.form-field textarea,.form-field select{color:#24211f!important;background:#fff!important;border:1px solid #e4dacf!important;border-radius:14px!important;outline:none!important;width:100%!important;min-height:44px!important;padding:0 14px!important}.form-field textarea{resize:vertical!important;min-height:110px!important;padding-top:12px!important}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#c9a6a0!important}.form-message{color:#8d5f59!important;margin-top:14px!important;font-weight:850!important}.admin-placeholder{color:#7a736c!important;background:#ffffff8a!important;border:1px dashed #e4dacf!important;border-radius:24px!important;padding:24px!important}.admin-shell .eyebrow{color:#c9a6a0!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-family:Inter,Arial,sans-serif!important;font-size:12px!important;font-weight:850!important}@media (max-width:1100px){.admin-layout{grid-template-columns:1fr!important}.admin-sidebar{min-height:auto!important;position:relative!important;top:0!important}.admin-dashboard-grid{grid-template-columns:repeat(2,1fr)!important}.admin-columns{grid-template-columns:1fr!important}}@media (max-width:720px){.admin-shell{padding:16px!important}.admin-topbar{flex-direction:column!important;align-items:flex-start!important}.admin-dashboard-grid,.form-grid,.admin-row-card,.block-editor-card{grid-template-columns:1fr!important}.admin-actions{width:100%!important}.admin-shell .btn,.admin-actions .btn{width:auto!important}}.product-detail{grid-template-columns:.95fr 1.05fr;align-items:start;gap:34px;display:grid}.product-detail-gallery{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:36px;padding:16px}.product-detail-image{aspect-ratio:1/1.08;object-fit:cover;background:#eee;border-radius:26px;width:100%;display:block}.product-detail-info{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffc7;border-radius:36px;padding:36px}.product-detail-info h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:1}.product-detail-description{color:var(--muted);margin:20px 0 0;font-size:17px;line-height:1.7}.product-detail-price{letter-spacing:-.04em;margin-top:28px;font-size:34px;font-weight:850}.product-detail-meta{gap:10px;margin-top:24px;display:grid}.product-detail-meta div{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:18px;padding:14px 16px}.product-detail-meta strong{color:var(--text)}.quantity-control{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;margin-top:28px;display:inline-flex;overflow:hidden}.quantity-control button{cursor:pointer;width:44px;height:44px;color:var(--text);background:#fff;border:none;font-weight:900}.quantity-control span{text-align:center;min-width:44px;font-weight:850}.cart-empty{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:34px;padding:38px}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.cart-list{gap:14px;display:grid}.cart-item{border:1px solid var(--line);background:#fff;border-radius:28px;grid-template-columns:120px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid;box-shadow:0 14px 42px #24211f0b}.cart-item-image{object-fit:cover;background:#eee;border-radius:22px;width:120px;height:120px}.cart-item h3{letter-spacing:-.04em;margin:0 0 8px;font-size:20px}.cart-item p{color:var(--muted);margin:0}.cart-item-price{margin-top:10px;font-weight:850}.cart-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:24px;position:sticky;top:110px}.cart-summary h2{letter-spacing:-.05em;margin:0 0 18px;font-size:28px}.cart-summary-row{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:18px;padding:12px 0;display:flex}.cart-summary-row strong{color:var(--text)}.cart-summary-total{justify-content:space-between;gap:18px;padding:18px 0 22px;font-size:22px;font-weight:850;display:flex}.remove-button{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-weight:750}.remove-button:hover{color:var(--text)}@media (max-width:900px){.product-detail,.cart-layout{grid-template-columns:1fr}.cart-summary{position:relative;top:0}.cart-item{grid-template-columns:92px 1fr}.cart-item-image{width:92px;height:92px}.cart-item-actions{grid-column:1/-1}}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}.checkout-form{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:34px;padding:28px}.checkout-section{margin-top:28px}.checkout-section:first-child{margin-top:0}.checkout-section h3{letter-spacing:-.05em;margin:0 0 16px;font-size:24px}.checkout-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:24px;position:sticky;top:110px}.checkout-item{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.checkout-item img{object-fit:cover;border-radius:14px;width:58px;height:58px}.checkout-item h4{margin:0;font-size:15px}.checkout-item p{color:var(--muted);margin:4px 0 0;font-size:13px}.checkout-total{justify-content:space-between;gap:18px;padding:20px 0;font-size:22px;font-weight:850;display:flex}.order-success{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:34px;padding:42px}.order-success h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:1}.order-success p{color:var(--muted);font-size:17px;line-height:1.7}@media (max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:relative;top:0}}.order-photos-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;display:grid}.order-photo-card{border:1px solid var(--line);background:#fff;border-radius:26px;padding:14px;box-shadow:0 14px 42px #24211f0b}.order-photo-card img{aspect-ratio:1;object-fit:cover;border-radius:20px;width:100%;display:block}.order-photo-card p{color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.5}.order-photo-empty{border:1px dashed var(--line);color:var(--muted);background:#ffffff8c;border-radius:24px;padding:22px}@media (max-width:720px){.order-photos-grid{grid-template-columns:1fr}}.account-layout{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}.account-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:24px}.account-card h2,.account-card h3{letter-spacing:-.05em;margin:0 0 12px}.account-card p{color:var(--muted);line-height:1.65}.account-orders{gap:14px;display:grid}.account-order-card{border:1px solid var(--line);background:#fff;border-radius:26px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:22px;display:grid;box-shadow:0 14px 42px #24211f0b}.account-order-card h3{margin:0 0 8px}.account-order-card p{color:var(--muted);margin:0;line-height:1.55}.auth-box{border:1px solid var(--line);max-width:560px;box-shadow:var(--shadow);background:#fff;border-radius:34px;margin:0 auto;padding:30px}.auth-box h1{letter-spacing:-.055em;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1}.auth-box p{color:var(--muted);line-height:1.65}@media (max-width:900px){.account-layout,.account-order-card{grid-template-columns:1fr}}.auth-box input[type=checkbox]{border-radius:4px!important;flex:0 0 16px!important;width:16px!important;height:16px!important;min-height:16px!important;margin:0 8px 0 0!important;padding:0!important}.auth-box label:has(input[type=checkbox]){color:var(--text)!important;align-items:center!important;gap:8px!important;font-size:14px!important;display:flex!important}.account-order-card h3{letter-spacing:-.04em!important;font-size:20px!important;font-weight:850!important}.account-order-card p{font-size:15px!important}.account-order-card strong{color:var(--text)!important}.order-chat{gap:14px;display:grid}.order-chat-list{border:1px solid var(--line);background:#ffffffb8;border-radius:24px;gap:10px;max-height:360px;padding:14px;display:grid;overflow:auto}.order-chat-message{border:1px solid var(--line);background:#fff;border-radius:20px;max-width:76%;padding:12px 14px;box-shadow:0 10px 28px #24211f0a}.order-chat-message.customer{justify-self:start}.order-chat-message.manager,.order-chat-message.florist,.order-chat-message.courier,.order-chat-message.system{color:#fff;background:#171514;border-color:#171514;justify-self:end}.order-chat-message strong{margin-bottom:5px;font-size:13px;display:block}.order-chat-message p{margin:0;line-height:1.55}.order-chat-message small{opacity:.62;margin-top:7px;font-size:12px;display:block}.order-chat-form{gap:10px;display:grid}.order-chat-form textarea{border:1px solid var(--line);resize:vertical;background:#fff;border-radius:20px;outline:none;width:100%;min-height:92px;padding:14px}@media (max-width:720px){.order-chat-message{max-width:92%}}.order-chat-message{padding:14px 16px!important}.order-chat-message-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.order-chat-role{color:#8b5f54;letter-spacing:.08em;text-transform:uppercase;background:#b58d8024;border-radius:999px;width:fit-content;margin-bottom:6px;padding:4px 8px;font-size:11px;font-weight:900;display:inline-flex}.order-chat-message.manager .order-chat-role,.order-chat-message.florist .order-chat-role,.order-chat-message.courier .order-chat-role,.order-chat-message.system .order-chat-role{color:#ffffffd1;background:#ffffff21}.order-chat-name{margin:0!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important;display:block!important}.order-chat-message-head small{white-space:nowrap;opacity:.58;margin:0!important;font-size:11px!important}.order-chat-text{font-size:15px;line-height:1.6;margin:0!important}.order-chat-private-label{color:#8a6400;background:#ffcd5c2e;border-radius:999px;width:fit-content;margin-bottom:10px;padding:5px 9px;font-size:12px;font-weight:800}.order-chat-message.manager .order-chat-private-label,.order-chat-message.florist .order-chat-private-label,.order-chat-message.courier .order-chat-private-label,.order-chat-message.system .order-chat-private-label{color:#ffe7a3;background:#ffcd5c2e}.page-nav-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.page-nav-actions.compact{margin-top:0}@media (max-width:720px){.page-nav-actions{width:100%}.page-nav-actions .btn{flex:1;justify-content:center}}.order-chat-name{letter-spacing:-.02em!important;margin-top:3px!important;font-size:15px!important;font-weight:950!important}.order-chat-message.customer .order-chat-name{color:#8b3d5c!important}.order-chat-message.customer .order-chat-role{color:#8b3d5c!important;background:#8b3d5c1f!important}.order-chat-message.manager .order-chat-name{color:#ffd27a!important}.order-chat-message.manager .order-chat-role{color:#ffd27a!important;background:#ffd27a29!important}.order-chat-message.florist .order-chat-name{color:#b8f5c8!important}.order-chat-message.florist .order-chat-role{color:#b8f5c8!important;background:#b8f5c826!important}.order-chat-message.courier .order-chat-name{color:#a8d8ff!important}.order-chat-message.courier .order-chat-role{color:#a8d8ff!important;background:#a8d8ff26!important}.order-chat-message.system .order-chat-name{color:#e7c6ff!important}.order-chat-message.system .order-chat-role{color:#e7c6ff!important;background:#e7c6ff26!important}.order-chat-text{margin-top:8px!important;font-size:15px!important;font-weight:500!important;line-height:1.6!important}.order-chat-message.manager .order-chat-text,.order-chat-message.florist .order-chat-text,.order-chat-message.courier .order-chat-text,.order-chat-message.system .order-chat-text{color:#ffffffe0!important}.order-chat-message-head small{color:inherit!important;opacity:.52!important}@media (max-width:820px){html,body{overflow-x:hidden}body{-webkit-text-size-adjust:100%}.main{padding-left:18px!important;padding-right:18px!important}header,.site-header{overflow:hidden}header .container,.site-header .container,.header-inner,.site-header-inner{gap:10px!important;padding-left:18px!important;padding-right:18px!important}.brand,.logo{min-width:0!important}.brand img,.logo img{max-width:190px!important;height:auto!important}header nav,.desktop-nav{display:none!important}header .btn,.site-header .btn{white-space:nowrap!important;border-radius:999px!important;min-height:48px!important;padding:0 22px!important;font-size:15px!important}h1{letter-spacing:-.065em!important;font-size:clamp(48px,13vw,72px)!important;line-height:.96!important}h2{letter-spacing:-.06em!important;font-size:clamp(38px,10vw,58px)!important;line-height:1!important}p{font-size:18px;line-height:1.55}.hero,.hero-grid,.product-detail,.cart-layout,.checkout-layout,.account-layout{grid-template-columns:1fr!important}.hero{padding-top:34px!important;padding-bottom:38px!important}.hero-actions,.page-nav-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;display:grid!important}.hero-actions .btn,.page-nav-actions .btn{justify-content:center!important;width:100%!important}.product-detail-image,.hero-image,.hero-visual img{object-fit:cover!important;max-height:420px!important}.section{margin-top:58px!important}.section-head{grid-template-columns:1fr!important;gap:18px!important;display:grid!important}.section-head .btn{justify-content:center!important;width:100%!important}.products-grid,.product-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card{border-radius:24px!important;overflow:hidden!important}.product-card img,.product-image,.product-card-image,.product-card-image img{aspect-ratio:1!important;object-fit:cover!important;background:#f1efea!important;width:100%!important;height:auto!important;min-height:0!important;display:block!important}.product-card h3{font-size:17px!important;line-height:1.2!important}.product-card .price,.product-price{font-size:18px!important}.product-card .btn{min-height:44px!important;padding:0 18px!important;font-size:14px!important}.account-card,.auth-box,.order-success,.checkout-section,.cart-summary,.cart-item,.admin-section{border-radius:28px!important}.account-order-card,.cart-item,.checkout-item{grid-template-columns:1fr!important}.order-chat-list{max-height:520px!important}.order-chat-message{max-width:88%!important}.order-chat-message-head{grid-template-columns:1fr!important;gap:6px!important;display:grid!important}}@media (max-width:520px){.main,header .container,.site-header .container,.header-inner,.site-header-inner{padding-left:14px!important;padding-right:14px!important}.brand img,.logo img{max-width:170px!important}header .btn,.site-header .btn{min-height:46px!important;padding:0 18px!important;font-size:14px!important}.hero-actions,.page-nav-actions{grid-template-columns:1fr!important}.products-grid,.product-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card{border-radius:22px!important}.product-card h3{font-size:16px!important}.product-card .btn{width:100%!important}.order-success{padding:26px!important}.order-success h1{word-break:break-word}}.site-header{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#faf8f4eb;position:sticky;top:0}.site-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;width:min(1240px,100% - 48px);min-height:78px;margin:0 auto;display:grid}.site-logo{color:var(--text);gap:2px;min-width:210px;text-decoration:none;display:grid}.site-logo-main{letter-spacing:-.045em;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700;line-height:1}.site-logo-sub{text-transform:uppercase;letter-spacing:.42em;color:var(--muted);padding-left:32px;font-size:11px}.site-nav{justify-content:center;align-items:center;gap:24px;display:flex}.site-nav a{color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}.site-header-actions{align-items:center;gap:10px;display:flex}.mobile-burger-button{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:56px;height:56px;display:none;box-shadow:0 12px 32px #24211f0f}.mobile-burger-button span{background:var(--text);border-radius:999px;width:22px;height:2px;display:block}.mobile-menu-overlay{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17151461;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-menu-panel{background:#fbfaf7;flex-direction:column;gap:22px;width:min(420px,92vw);height:100%;padding:24px;animation:.22s ease-out mobileMenuIn;display:flex;box-shadow:-30px 0 80px #1715142e}@keyframes mobileMenuIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.mobile-menu-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.mobile-menu-head strong{letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1;display:block}.mobile-menu-head span{text-transform:uppercase;letter-spacing:.38em;color:var(--muted);margin-top:6px;font-size:11px;display:block}.mobile-menu-close{border:1px solid var(--line);background:#fff;border-radius:999px;width:48px;height:48px;font-size:30px;line-height:1}.mobile-menu-links{gap:10px;display:grid}.mobile-menu-links a{border:1px solid var(--line);min-height:58px;color:var(--text);background:#fff;border-radius:22px;align-items:center;padding:0 18px;font-size:18px;font-weight:850;text-decoration:none;display:flex}.mobile-menu-title{color:var(--muted);text-transform:uppercase;letter-spacing:.18em;margin-bottom:12px;font-size:12px;font-weight:900}.mobile-menu-social-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobile-menu-social-grid a{border:1px solid var(--line);min-height:52px;color:var(--text);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-weight:850;text-decoration:none;display:flex}.mobile-menu-note{color:var(--muted);margin-top:auto;font-size:14px;line-height:1.5}.site-footer{border-top:1px solid var(--line);background:#fbfaf7}.site-footer-inner{width:min(1240px,100% - 48px);min-height:86px;color:var(--muted);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.site-footer-inner a{color:var(--muted);margin-left:14px;text-decoration:none}@media (max-width:900px){.site-header-inner{width:100%;min-height:86px;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));grid-template-columns:minmax(0,1fr) auto;gap:10px}.site-logo{min-width:0;max-width:250px;overflow:visible}.site-logo-main{white-space:nowrap;font-size:clamp(24px,6.6vw,34px)}.site-logo-sub{letter-spacing:.34em;padding-left:34px;font-size:10px}.site-nav{display:none}.site-header-actions{gap:8px}.site-cart-button{min-height:52px!important;padding:0 22px!important;font-size:15px!important;display:inline-flex!important}.site-account-button{display:none!important}.mobile-burger-button{display:inline-flex}.site-footer-inner{justify-content:start;gap:12px;width:100%;padding:24px 20px;display:grid}.site-footer-inner a{margin-left:0;margin-right:12px}}@media (max-width:430px){.site-header-inner{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right))}.site-logo-main{font-size:clamp(22px,6.2vw,28px)}.site-logo-sub{letter-spacing:.28em;padding-left:30px;font-size:9px}.site-cart-button{min-height:48px!important;padding:0 18px!important;font-size:14px!important}.mobile-burger-button{border-radius:20px;width:52px;height:52px}}.site-header{overflow:visible!important}.mobile-menu-overlay{z-index:2147483647!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#1715146b!important;justify-content:flex-end!important;align-items:stretch!important;display:flex!important;position:fixed!important;inset:0!important}.mobile-menu-panel{z-index:2147483647!important;width:min(420px,92vw)!important;height:100dvh!important;max-height:100dvh!important;padding:max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom))!important;background:#fbfaf7!important;position:relative!important;overflow-y:auto!important;box-shadow:-30px 0 80px #17151438!important}.mobile-menu-close{cursor:pointer!important}@media (max-width:520px){.mobile-menu-panel{width:100vw!important}}.admin-dashboard-grid .admin-stat strong{word-break:break-word}@media (max-width:720px){.admin-dashboard-grid{grid-template-columns:1fr!important}.admin-stat strong{font-size:34px!important}}.order-status-timeline{border:1px solid var(--line);background:#ffffffb8;border-radius:28px;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;width:100%;margin:26px 0;padding:22px;display:grid}.order-status-step{gap:10px;min-width:0;display:grid;position:relative}.order-status-step:before{content:"";background:var(--line);z-index:0;width:100%;height:2px;position:absolute;top:18px;left:-50%}.order-status-step:first-child:before{display:none}.order-status-dot{z-index:1;border:1px solid var(--line);width:38px;height:38px;color:var(--muted);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex;position:relative;box-shadow:0 10px 26px #24211f0f}.order-status-step.done:before,.order-status-step.current:before{background:#355b4452}.order-status-step.done .order-status-dot{color:#fff;background:#355b44;border-color:#355b44}.order-status-step.current .order-status-dot{color:#fff;background:#111;border-color:#111}.order-status-text{gap:4px;display:grid}.order-status-text strong{color:var(--text);font-size:14px;line-height:1.15}.order-status-text span{color:var(--muted);font-size:12px;line-height:1.25}.order-status-step.upcoming{opacity:.52}.order-status-timeline.cancelled{background:#7841410f;border-color:#7841413d;display:block}.order-status-cancelled{gap:6px;display:grid}.order-status-cancelled strong{font-size:20px}.order-status-cancelled span{color:var(--muted)}@media (max-width:900px){.order-status-timeline{grid-template-columns:1fr;gap:0;padding:18px}.order-status-step{grid-template-columns:42px 1fr;align-items:start;gap:12px;padding:10px 0}.order-status-step:before{width:2px;height:100%;top:-50%;left:18px}.order-status-step:first-child:before{display:none}.order-status-dot{width:38px;height:38px}}.admin-menu-summary{cursor:pointer;color:#ffffffa8;letter-spacing:.18em;text-transform:uppercase;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;font-size:11px;font-weight:900;list-style:none;display:flex}.admin-submenu{gap:6px;margin-top:10px;display:grid}.admin-menu-details:not([open]) .admin-submenu{display:none}.admin-layout{align-items:start}.admin-sidebar{overscroll-behavior:contain;scrollbar-width:thin;max-height:calc(100dvh - 116px);position:sticky;top:96px;overflow-y:auto}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.admin-sidebar-menu{gap:14px;display:grid}.admin-menu-details{border-top:1px solid #ffffff14;padding-top:12px}.admin-menu-summary{cursor:pointer;color:#ffffffad;letter-spacing:.16em;text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:11px;font-weight:900;list-style:none;display:flex}.admin-menu-summary:hover{color:#ffffffeb;background:#ffffff12}.admin-menu-summary::-webkit-details-marker{display:none}.admin-menu-arrow{transition:transform .18s}.admin-menu-details[open] .admin-menu-arrow{transform:rotate(180deg)}.admin-submenu{gap:6px;margin-top:8px;padding-left:8px;display:grid}@media (max-width:1180px) and (min-width:781px){.admin-layout{grid-template-columns:230px minmax(0,1fr)!important;gap:18px!important}.admin-sidebar{padding:22px 14px}.admin-brand strong{font-size:18px}.admin-link{padding:10px 12px;font-size:13px}.admin-menu-summary{letter-spacing:.12em;font-size:10px}}@media (max-width:780px){.admin-shell{padding:10px}.admin-layout{display:block!important}.admin-sidebar{z-index:40;border-radius:24px;max-height:42dvh;margin-bottom:14px;padding:16px;position:sticky;top:0;overflow-y:auto}.admin-brand{margin-bottom:12px}.admin-brand strong{font-size:18px}.admin-brand span{font-size:11px}.admin-sidebar-menu{gap:10px}.admin-nav-title,.admin-menu-summary{letter-spacing:.12em;font-size:10px}.admin-link{align-items:center;min-height:42px;font-size:14px;display:flex}.admin-content{min-width:0}.admin-topbar{gap:16px;padding:22px;display:grid}.admin-topbar h1{word-break:break-word;font-size:clamp(34px,11vw,54px);line-height:.95}.admin-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-actions .btn{justify-content:center;width:100%}.admin-section{border-radius:24px;padding:20px}.admin-row-card{gap:16px;display:grid}.form-grid{grid-template-columns:1fr!important}}.admin-brand-mobile-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-mobile-menu-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800;display:none}@media (max-width:780px){.admin-sidebar{max-height:none;overflow:hidden}.admin-mobile-menu-button{justify-content:center;align-items:center;display:inline-flex}.admin-sidebar .admin-sidebar-menu{display:none}.admin-sidebar.mobile-open .admin-sidebar-menu{max-height:58dvh;padding-right:4px;display:grid;overflow-y:auto}.admin-sidebar.mobile-open{max-height:72dvh;overflow:hidden}}.admin-logout-button{text-align:left;cursor:pointer;text-align:left;cursor:pointer;border:0;width:100%;font-family:inherit;color:#ffffffeb!important;background:#ffffff14!important;border:1px solid #ffffff24!important}.admin-logout-button:hover,.admin-logout-button:focus{color:#fff!important;background:#ffffff29!important}.catalog-filter-panel{background:#ffffffc7;border:1px solid #25252514;border-radius:28px;margin-bottom:22px;padding:22px;box-shadow:0 18px 50px #1e1e1e0f}.catalog-category-strip,.catalog-subcategory-strip{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.catalog-subcategory-strip{background:#ffffff94;border:1px solid #2525250f;border-radius:24px;padding:14px}.catalog-chip,.catalog-subchip{color:#252525;cursor:pointer;background:#fff;border:1px solid #2525251a;border-radius:999px;padding:11px 16px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}.catalog-subchip{padding:9px 13px;font-size:13px}.catalog-chip:hover,.catalog-subchip:hover{transform:translateY(-1px);box-shadow:0 12px 28px #1e1e1e14}.catalog-chip.active,.catalog-subchip.active{color:#fff;background:#252525}.catalog-result-head{color:#252525b8;margin:18px 0}.catalog-empty{background:#ffffffa6;border:1px dashed #2525252e;border-radius:28px;padding:28px}.catalog-product-image-wrap{position:relative}.catalog-badges{flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:14px;left:14px}.catalog-badges span{color:#252525;background:#ffffffeb;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;box-shadow:0 8px 20px #1e1e1e14}.old-price{color:#2525256b;margin-left:8px;font-size:14px;font-weight:700;text-decoration:line-through;display:inline-block}.catalog-product-meta{color:#25252594;margin:8px 0 0;font-size:13px}@media (max-width:780px){.catalog-filter-panel{border-radius:22px;padding:16px}.catalog-chip,.catalog-subchip{text-align:left;width:100%}}.catalog-filters-details{margin-bottom:22px}.catalog-filters-summary{cursor:pointer;background:#ffffffdb;border:1px solid #25252514;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;list-style:none;display:flex;box-shadow:0 14px 36px #1e1e1e0f}.catalog-filters-summary::-webkit-details-marker{display:none}.catalog-filters-summary strong{font-size:16px;display:block}.catalog-filters-summary span{color:#25252594;font-size:13px}.catalog-filters-arrow{transition:transform .18s;color:#252525!important;font-size:18px!important}.catalog-filters-details[open] .catalog-filters-arrow{transform:rotate(180deg)}.catalog-filters-details .catalog-filter-panel{margin-top:12px;margin-bottom:0}@media (max-width:780px){.catalog-filters-summary{border-radius:20px;align-items:flex-start;padding:14px 15px}.catalog-filters-summary strong{font-size:15px}.catalog-filters-summary span{font-size:12px}}.product-detail-thumbs{grid-template-columns:repeat(6,1fr);gap:10px;margin-top:14px;display:grid}.product-detail-thumbs img{aspect-ratio:1;object-fit:cover;background:#fff;border:1px solid #25252514;border-radius:16px;width:100%}.product-detail-badges{flex-wrap:wrap;gap:8px;margin:10px 0 12px;display:flex}.product-detail-badges span{color:#252525;background:#25252514;border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.product-detail-price .old-price{color:#2525256b;margin-left:12px;font-size:18px;font-weight:700;text-decoration:line-through}@media (max-width:780px){.product-detail-thumbs{grid-template-columns:repeat(3,1fr)}.product-detail-badges{margin-top:8px}}.catalog-breadcrumbs{color:#2525258c;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:700;display:flex}.catalog-breadcrumbs a{color:#252525b8;text-decoration:none}.catalog-breadcrumbs a:hover{color:#252525}.admin-image-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.admin-image-card{background:#ffffffc7;border:1px solid #25252514;border-radius:24px;overflow:hidden;box-shadow:0 16px 38px #1e1e1e0f}.admin-image-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.admin-image-card-body{padding:14px}@media (max-width:980px){.admin-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.admin-image-grid{grid-template-columns:1fr}}.product-thumb-button{cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:16px;padding:0;transition:opacity .18s,transform .18s,box-shadow .18s}.product-thumb-button:hover,.product-thumb-button.active{opacity:1;transform:translateY(-1px);box-shadow:0 12px 24px #1e1e1e1a}.product-thumb-button img{display:block}@media (max-width:780px){.catalog-category-strip,.catalog-subcategory-strip{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:8px;overflow:auto hidden}.catalog-category-strip::-webkit-scrollbar{height:0}.catalog-subcategory-strip::-webkit-scrollbar{height:0}.catalog-chip,.catalog-subchip{white-space:nowrap;text-align:center;flex:none;width:auto}.catalog-subcategory-strip{padding:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{border-radius:22px}.product-image{aspect-ratio:1/1.12}.product-info{padding:14px}.product-info h3{font-size:15px;line-height:1.2}.product-price{font-size:15px}.catalog-badges{top:10px;left:10px}.catalog-badges span{padding:5px 7px;font-size:10px}}@media (max-width:430px){.product-grid{gap:10px}.product-info{padding:12px}.product-action{font-size:12px}}@media (max-width:780px){.product-detail{gap:22px}.product-detail-gallery{width:100%}.product-detail-image{aspect-ratio:1/1.12;object-fit:cover;border-radius:26px}.product-detail-thumbs{-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.product-detail-thumbs::-webkit-scrollbar{height:0}.product-thumb-button{flex:0 0 76px}.product-detail-info h1{font-size:28px;line-height:1.08}.product-detail-description{font-size:15px}.product-detail-price{font-size:24px}.product-detail-meta{border-radius:22px;padding:16px}.quantity-control{justify-content:space-between;width:100%}.quantity-control button{width:44px;height:44px}.hero-actions{width:100%}.hero-actions .btn{text-align:center;flex:auto;justify-content:center}.page-nav-actions{grid-template-columns:1fr;gap:10px;display:grid}}@media (max-width:430px){.product-detail-info h1{font-size:25px}.product-detail-price{font-size:22px}.product-detail-badges span{padding:6px 9px;font-size:11px}.product-thumb-button{flex-basis:68px}}.product-action,.catalog-product-action{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:42px;margin-top:12px;padding:11px 22px;font-size:14px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #1111111f}.product-card:hover .product-action,.catalog-product-card:hover .catalog-product-action{transform:translateY(-1px);box-shadow:0 16px 30px #1111112e}@media (max-width:780px){.product-action,.catalog-product-action{min-height:40px;padding:10px 20px;font-size:13px}}.catalog-click-card{cursor:pointer}.catalog-card-image-wrap{position:relative;overflow:hidden}.catalog-image-nav{z-index:3;color:#111;cursor:pointer;background:#ffffffe0;border:0;border-radius:999px;width:34px;height:34px;font-size:28px;font-weight:700;line-height:1;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 24px #1111111f}.catalog-image-nav.prev{left:10px}.catalog-image-nav.next{right:10px}.catalog-image-dots{z-index:3;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.catalog-image-dots span{background:#ffffff9e;border-radius:999px;width:6px;height:6px}.catalog-image-dots span.active{background:#111}.product-info small{color:#2525259e;margin-bottom:5px;font-size:13px;font-weight:700;display:block}.product-price .old-price{color:#2525256b;margin-left:8px;font-size:14px;font-weight:700;text-decoration:line-through}@media (max-width:780px){.catalog-image-nav{width:30px;height:30px;font-size:24px}.catalog-image-nav.prev{left:7px}.catalog-image-nav.next{right:7px}}.public-hero{margin-bottom:22px}.public-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.public-card{background:#ffffffd1;border:1px solid #25252514;border-radius:28px;padding:24px;box-shadow:0 18px 44px #1e1e1e0f}.public-card-price{background:#25252514;border-radius:999px;margin-bottom:14px;padding:8px 12px;font-weight:900;display:inline-flex}.public-card h3{margin:0 0 10px;font-size:22px}.public-card p{color:#252525a8;line-height:1.55}.public-card ul{color:#252525b8;margin:16px 0 20px;padding-left:18px}.public-card li{margin-bottom:8px}@media (max-width:900px){.public-card-grid{grid-template-columns:1fr}}.public-hero{min-height:auto;padding-top:56px;padding-bottom:44px}.public-hero .hero-copy h1{max-width:720px}.public-hero .hero-copy p{max-width:620px}.public-hero .hero-visual{transform-origin:50%;transform:scale(.88)}@media (max-width:900px){.public-hero{gap:22px;padding-top:34px;padding-bottom:24px}.public-hero .hero-copy h1{font-size:38px;line-height:1.05}.public-hero .hero-copy p{font-size:16px}.public-hero .hero-visual{transform:none}.public-hero .hero-photo-frame{max-height:320px}.public-hero .hero-photo{object-fit:cover;max-height:320px}}@media (max-width:620px){.public-hero{padding-top:26px}.public-hero .hero-copy h1{font-size:31px}.public-hero .hero-visual{display:none}}.legal-page{background:#ffffffd1;border:1px solid #25252514;border-radius:28px;max-width:900px;padding:30px;box-shadow:0 18px 44px #1e1e1e0f}.legal-page h3{margin:0 0 10px;font-size:22px}.legal-page h3:not(:first-child){margin-top:28px}.legal-page p{color:#252525b3;margin:0;line-height:1.65}@media (max-width:620px){.legal-page{padding:22px}.legal-page h3{font-size:19px}}
