:root{
  --bg:#fff8f4;
  --bg-soft:#f7ece7;
  --bg-soft-2:#f2e3dd;
  --card:#fffdfb;
  --text:#50342b;
  --muted:#7d655d;
  --line:#e7d4cc;
  --brand:#dd7c76;
  --brand-2:#f2c7c4;
  --brand-3:#fff1ef;
  --brand-dark:#56362d;
  --success:#3d8f75;
  --shadow:0 22px 60px rgba(98,65,52,.12);
  --shadow-soft:0 12px 28px rgba(98,65,52,.08);
  --radius:28px;
  --radius-sm:18px;
  --header-bg:rgba(255,248,244,.82)
}
[data-theme="dark"]{
  --bg:#12151b;
  --bg-soft:#1a2029;
  --bg-soft-2:#232a35;
  --card:#181d26;
  --text:#f6eee9;
  --muted:#b9adb0;
  --line:rgba(255,255,255,.09);
  --brand:#f08e87;
  --brand-2:#3b2330;
  --brand-3:#231a21;
  --brand-dark:#fdf4f0;
  --success:#6bc6a5;
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --shadow-soft:0 14px 30px rgba(0,0,0,.25);
  --header-bg:rgba(18,21,27,.82)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,var(--brand-2),transparent 360px),var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.text-brand{color:var(--brand)}
.site-preloader{position:fixed;inset:0;background:var(--bg);z-index:2000;display:grid;place-items:center;transition:.35s ease}.site-preloader.is-hidden{opacity:0;visibility:hidden}.loader-card{display:flex;align-items:center;gap:14px;background:var(--card);border:1px solid var(--line);border-radius:999px;padding:14px 20px;box-shadow:var(--shadow);color:var(--muted)}.loader-card span,.modal-loading span,.preview-loader span{width:20px;height:20px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.site-header{backdrop-filter:blur(18px);background:var(--header-bg);border-bottom:1px solid var(--line)}.navbar{padding:.7rem 0}.navbar-brand img{display:block}.navbar-toggler{border:0;color:var(--text);font-size:1.6rem;background:var(--card);width:44px;height:44px;border-radius:14px}.navbar-toggler:focus{box-shadow:none}.nav-surface{background:var(--card);border:1px solid var(--line);border-radius:999px;padding:8px 10px;box-shadow:var(--shadow-soft)}.nav-link{font-weight:700;color:var(--muted);border-radius:999px;padding:.7rem .95rem!important;transition:.2s}.nav-link:hover,.nav-link.active{background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.45));color:var(--brand-dark);box-shadow:inset 0 0 0 1px rgba(221,124,118,.12)}.header-contact,.header-icon,.cart-btn{height:44px;border:1px solid var(--line);background:var(--card);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--text);padding:0 14px;transition:.2s;box-shadow:var(--shadow-soft)}.header-icon{width:44px;padding:0}.header-icon,.cart-btn{font-size:1.18rem}.cart-btn{position:relative;background:linear-gradient(180deg,var(--brand),#d86d66);color:#fff;border-color:transparent}.cart-btn i{color:#fff}.cart-btn span{position:absolute;right:-6px;top:-8px;background:var(--brand-dark);color:var(--bg);min-width:22px;height:22px;border-radius:999px;font-size:.76rem;display:grid;place-items:center;font-weight:800}.header-contact:hover,.header-icon:hover,.cart-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(77,52,43,.14)}.header-contact i,.theme-btn i{color:var(--brand)}
.section-pad{padding:76px 0}.hero{padding:74px 0 40px;position:relative;overflow:hidden}.hero-title{font-size:clamp(2.35rem,6vw,5.4rem);line-height:.95;letter-spacing:-.06em;font-weight:850}.hero-lead{font-size:clamp(1.03rem,2.2vw,1.28rem);color:var(--muted);max-width:650px}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.soft-badge{border:1px solid var(--line);background:rgba(255,255,255,.45);border-radius:999px;padding:8px 13px;color:var(--muted);font-weight:600;font-size:.95rem}.btn-brand{background:linear-gradient(180deg,var(--brand),#d86d66);border:0;color:#fff;font-weight:800;border-radius:999px;padding:.88rem 1.24rem;box-shadow:0 14px 28px rgba(67,43,35,.10)}.btn-brand:hover{background:linear-gradient(180deg,#e88781,#d7625a);color:#fff;transform:translateY(-1px)}.btn-soft{background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.55));border:1px solid var(--line);color:var(--text);font-weight:750;border-radius:999px;padding:.82rem 1.18rem}.btn-soft:hover{background:rgba(221,124,118,.18);color:var(--text)}.btn-icon{width:44px;height:44px;padding:0;display:inline-grid;place-items:center}.hero-card{background:var(--card);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:20px;transform:rotate(-2deg);position:relative}.hero-card img{width:100%;border-radius:24px;background:var(--bg-soft)}.hero-note{position:absolute;right:-12px;bottom:32px;background:var(--brand-dark);color:var(--bg);border-radius:20px;padding:14px 16px;box-shadow:var(--shadow);font-weight:750;transform:rotate(4deg)}
.card-soft{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.mini-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:20px;height:100%}.mini-card i{font-size:2rem;color:var(--brand)}.section-title{font-size:clamp(1.9rem,4vw,3.3rem);font-weight:850;letter-spacing:-.045em;margin-bottom:14px}.section-subtitle{color:var(--muted);font-size:1.08rem;max-width:720px}.eyebrow{color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;margin-bottom:12px;display:inline-flex;gap:8px;align-items:center}.eyebrow:before{content:"";width:24px;height:1px;background:var(--brand)}
.product-card{overflow:hidden;height:100%;display:flex;flex-direction:column}.product-card .carousel,.product-card .product-img{height:252px;background:var(--bg-soft)}.product-card img{height:252px;object-fit:cover;width:100%}.product-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.product-title{font-weight:850;font-size:1.22rem;letter-spacing:-.02em}.product-meta{display:flex;gap:8px;flex-wrap:wrap}.product-meta span{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:.86rem}.product-price{font-weight:850;font-size:1.35rem}.product-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.category-pills a{border:1px solid var(--line);background:var(--card);border-radius:999px;padding:10px 15px;color:var(--muted);font-weight:700}.category-pills a.active,.category-pills a:hover{background:var(--brand);border-color:var(--brand);color:#fff}
.modal-content{background:var(--card);color:var(--text);border:1px solid var(--line);border-radius:28px}.modal-eyebrow{color:var(--brand);font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;font-weight:850}.modal-loading{display:flex;align-items:center;gap:12px;color:var(--muted);padding:32px}.option-box{border:1px solid var(--line);border-radius:18px;padding:14px;background:var(--bg-soft);margin-bottom:12px}.option-box.required{border-style:dashed}.option-title{font-weight:800}.option-desc{color:var(--muted);font-size:.9rem}.form-control,.form-select{background:var(--bg);border:1px solid var(--line);color:var(--text);border-radius:16px;padding:.8rem .95rem}.form-control:focus,.form-select:focus{background:var(--bg);border-color:var(--brand);color:var(--text);box-shadow:0 0 0 .25rem rgba(228,147,143,.18)}.form-label{font-weight:750}.upload-zone{border:1px dashed var(--brand);border-radius:22px;background:rgba(228,147,143,.08);padding:18px}.preview-result{display:none;margin-top:14px}.preview-result img{max-width:100%;border-radius:20px;border:1px solid var(--line)}.preview-loader{display:none;align-items:center;gap:10px;color:var(--muted);margin-top:12px}.component-limit-note{font-size:.88rem;color:var(--muted)}
.cart-table{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.cart-item{padding:18px;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-thumb{width:92px;height:92px;border-radius:18px;object-fit:cover;background:var(--bg-soft);border:1px solid var(--line)}.order-summary{position:sticky;top:92px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.timeline-step{display:flex;gap:14px}.timeline-step b{width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;flex:0 0 auto}.review-card{padding:22px}.review-card .stars{color:#d89447;letter-spacing:.08em}.promo-card{position:relative;overflow:hidden}.promo-card:after{content:"";position:absolute;right:-50px;top:-50px;width:160px;height:160px;border-radius:50%;background:rgba(228,147,143,.16)}.contact-line{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.contact-line i{font-size:1.45rem;color:var(--brand)}
.site-footer{padding:56px 0 24px;background:linear-gradient(180deg,var(--bg-soft),var(--bg-soft-2));border-top:1px solid var(--line);margin-top:60px}.site-footer h6{font-weight:850;margin-bottom:14px}.site-footer a{display:block;color:var(--muted);margin-bottom:8px}.site-footer a:hover{color:var(--text)}.footer-cta{display:inline-flex;min-width:210px;justify-content:center}.footer-bottom{border-top:1px solid var(--line);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.92rem}
.admin-shell{min-height:100vh;background:var(--bg)}.admin-sidebar{background:var(--card);border-right:1px solid var(--line);min-height:100vh;padding:22px;position:sticky;top:0}.admin-sidebar a{display:flex;gap:10px;align-items:center;border-radius:14px;padding:11px 12px;color:var(--muted);font-weight:700;margin-bottom:4px}.admin-sidebar a.active,.admin-sidebar a:hover{background:rgba(228,147,143,.14);color:var(--text)}.admin-content{padding:28px}.admin-table{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden}.table{--bs-table-bg:transparent;--bs-table-color:var(--text);--bs-table-border-color:var(--line)}
@media(max-width:991px){.section-pad{padding:54px 0}.hero{padding:48px 0 24px}.hero-card{margin-top:28px}.hero-note{right:12px}.product-card .carousel,.product-card .product-img,.product-card img{height:220px}.order-summary{position:static}.admin-sidebar{min-height:auto;position:static;border-right:0;border-bottom:1px solid var(--line)}}

.text-muted{color:var(--muted)!important}.toast{background:var(--card);color:var(--text);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.toast .btn-close{filter:var(--toast-close-filter,none)}[data-theme="dark"] .toast .btn-close,[data-theme="dark"] .btn-close{filter:invert(1) grayscale(1)}
.header-contact span{white-space:nowrap}.header-contact{padding:0 16px;gap:10px}.navbar .container{gap:10px}.badge-soft{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);padding:6px 10px;border-radius:999px;font-size:.85rem;font-weight:650}.component-grams{color:var(--muted)!important;font-weight:500}.composition-list{padding-left:1.1rem;margin:0}.composition-list li{margin-bottom:.35rem;color:var(--text)}
.fold-card,.builder-summary,.cart-box{background:var(--card);border:1px solid var(--line);border-radius:22px}.fold-card{padding:16px 18px}.fold-card summary{list-style:none;cursor:pointer;font-weight:800;display:flex;align-items:center;justify-content:space-between}.fold-card summary::-webkit-details-marker{display:none}.fold-card summary:after{content:"\ea4e";font-family:'remixicon';transition:transform .2s ease}.fold-card[open] summary:after{transform:rotate(180deg)}
.summary-list{display:grid;gap:10px}.summary-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.summary-list>div:last-child{border-bottom:0}.sticky-action-bar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:14px 16px;border-radius:18px;background:rgba(228,147,143,.08);border:1px solid var(--line)}
.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.preview-card{background:var(--bg);border:1px solid var(--line);border-radius:20px;padding:10px}.preview-card img{width:100%;border-radius:16px;border:1px solid var(--line);background:var(--bg-soft)}.selected-file{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:14px;padding:8px 10px;background:var(--card)}
.cart-box{padding:12px 14px;background:var(--bg-soft)}.order-grid{display:grid;gap:16px}.portfolio-card{overflow:hidden}.portfolio-card img{width:100%;height:280px;object-fit:cover;display:block;background:var(--bg-soft)}.review-photo{width:100%;height:220px;object-fit:cover;border-radius:18px;border:1px solid var(--line)}
.option-box .form-check-input:checked{background-color:var(--brand);border-color:var(--brand)}.form-check-label,.form-check-input,.badge{color:inherit}.btn-brand,.btn-soft{box-shadow:none}.preview-result{display:none;margin-top:14px}.preview-loader{display:none;align-items:center;gap:10px;color:var(--muted);margin-top:12px}.order-summary .btn-brand{position:relative}
@media(max-width:991px){.preview-grid{grid-template-columns:1fr}.portfolio-card img{height:220px}}

/* VDRYGTORT_UI_REFRESH */
.cart-page{padding-top:62px}
.cart-top-stats{display:flex;gap:12px;flex-wrap:wrap}.cart-top-stats>div{min-width:140px;padding:14px 16px;border-radius:18px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.cart-top-stats span{display:block;color:var(--muted);font-size:.84rem;margin-bottom:5px}.cart-top-stats b{font-size:1.05rem}
.empty-cart-card{max-width:760px;margin:0 auto}.empty-cart-icon{width:84px;height:84px;border-radius:24px;display:grid;place-items:center;background:var(--brand-3);color:var(--brand);font-size:2rem;margin:0 auto}
.cart-stack{display:grid;gap:18px}.cart-product-card{display:grid;grid-template-columns:146px minmax(0,1fr);gap:18px;padding:18px;align-items:stretch}.cart-product-media{display:flex}.cart-thumb{width:100%;height:146px;border-radius:22px;object-fit:cover;background:var(--bg-soft);border:1px solid var(--line)}.cart-product-body{display:flex;flex-direction:column;gap:14px;min-width:0}.cart-product-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.cart-product-title{font-size:1.22rem;font-weight:850;line-height:1.15;margin:0}.cart-meta-block{padding:14px 16px;border-radius:20px;background:var(--bg-soft);border:1px solid var(--line)}.cart-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.cart-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--card);border:1px solid var(--line);font-size:.87rem;color:var(--text)}.cart-product-footer{display:flex;justify-content:space-between;gap:14px;align-items:end;flex-wrap:wrap}.cart-qty-box{max-width:140px}.cart-price-box{text-align:right}.cart-line-price{font-size:1.35rem}
.checkout-stack{display:grid;gap:16px}.checkout-card{position:relative;overflow:hidden}.checkout-card:before{content:'';position:absolute;right:-32px;top:-32px;width:120px;height:120px;border-radius:50%;background:rgba(221,124,118,.08)}.checkout-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.checkout-kicker{font-size:.78rem;letter-spacing:.12em;font-weight:800;text-transform:uppercase;color:var(--brand);margin-bottom:4px}.checkout-step{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand-3);color:var(--brand);font-weight:900}.checkout-summary-card{background:linear-gradient(180deg,var(--card),var(--brand-3))}.checkout-note{display:flex;gap:10px;align-items:flex-start;padding:14px 15px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line);color:var(--muted)}.checkout-note i{color:var(--brand);font-size:1.15rem;margin-top:2px}.consent-check{padding:14px 16px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}.consent-check a{color:var(--brand);text-decoration:underline}
.navbar .container{gap:12px}@media(min-width:1200px){.navbar-expand-xl .navbar-collapse{flex-basis:auto;flex-grow:0}}@media(max-width:1199px){.nav-surface{border-radius:26px;padding:12px;margin-top:12px}}@media(max-width:767px){.cart-product-card{grid-template-columns:1fr}.cart-thumb{height:220px}.cart-product-footer{align-items:stretch}.cart-qty-box{max-width:none}.cart-price-box{text-align:left}.cart-top-stats>div{flex:1 1 100%}}
[data-theme="dark"] body{background:radial-gradient(circle at top left,rgba(240,142,135,.12),transparent 360px),linear-gradient(180deg,#12151b,#151922)}[data-theme="dark"] .soft-badge,[data-theme="dark"] .product-meta span,[data-theme="dark"] .badge-soft,[data-theme="dark"] .cart-chip{background:var(--bg-soft-2)}[data-theme="dark"] .btn-soft{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03))}[data-theme="dark"] .nav-link:hover,[data-theme="dark"] .nav-link.active{background:rgba(240,142,135,.16);color:var(--text)}[data-theme="dark"] .site-footer{background:linear-gradient(180deg,#161b23,#12151b)}[data-theme="dark"] .header-contact,[data-theme="dark"] .header-icon,[data-theme="dark"] .nav-surface{background:rgba(255,255,255,.03)}

/* VDRYGTORT_MODAL_REORDER */
.modal-primary-card{min-height:100%}.modal-main-price{font-size:2rem;font-weight:850;letter-spacing:-.03em}.modal-flow-card{display:block}.modal-section-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:22px;padding:18px 18px}.modal-section-title{font-size:1rem;font-weight:850;margin-bottom:10px}.modal-section-subtitle{font-size:.94rem;font-weight:800;color:var(--text)}.composition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.composition-chip{display:flex;align-items:center;padding:10px 12px;border-radius:16px;background:var(--card);border:1px solid var(--line);font-size:.9rem}.summary-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.summary-stat{padding:14px 16px;border-radius:18px;background:var(--card);border:1px solid var(--line)}.summary-stat span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:6px}.summary-stat b{display:block;font-size:1.18rem;line-height:1.2}.summary-stat small{display:block;color:var(--muted);margin-top:4px}.action-inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.action-inline .btn{min-height:46px}.action-inline .btn-brand{flex:0 0 auto}.constructor-list-grid .option-box{padding:16px}@media(max-width:991px){.composition-grid,.summary-mini-grid{grid-template-columns:1fr}}
/* VDRYGTORT_MODAL_FIX_20260504 */
.modal-top-card{padding:1.1rem!important}.modal-single-photo{display:block;width:100%;height:300px;object-fit:cover;background:var(--bg-soft);border:1px solid var(--line)}.modal-main-data{padding-top:.25rem}.modal-main-flow{display:block}.modal-main-flow .modal-section-card{width:100%}.modal-section-card .row{margin-left:0;margin-right:0}.modal-section-card .row>[class*="col-"]{padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.action-inline .btn-brand,.action-inline .btn-soft{min-width:220px}.composition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-card img{background:#f5efea;border-radius:18px}.preview-card{background:var(--card)}@media (max-width:1199px){.composition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.composition-grid{grid-template-columns:1fr}.modal-single-photo{height:220px}.action-inline .btn-brand,.action-inline .btn-soft{width:100%;min-width:0}}

/* VDRYGTORT_MODAL_COMPACT_20260504 */
.modal-top-card{padding:1rem 1rem 1rem!important}.modal-single-photo{display:block;width:100%;height:250px;object-fit:cover;background:var(--bg-soft);border:1px solid var(--line)}.modal-main-head{margin-bottom:.85rem}.modal-price-prefix{font-size:.8rem;line-height:1;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.1rem}.modal-main-price{font-size:1.7rem;font-weight:850;line-height:1.05;letter-spacing:-.03em}.modal-top-info-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.modal-top-panel{padding:12px 13px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line);min-width:0}.modal-top-panel-wide{grid-column:span 3}.modal-top-panel-accent{background:linear-gradient(180deg,var(--card),var(--brand-3))}.modal-top-title{font-size:.82rem;font-weight:800;margin-bottom:6px}.modal-summary-big{font-size:1.1rem;font-weight:850;line-height:1.15}.composition-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.composition-grid-compact .composition-chip{padding:7px 10px;border-radius:12px;font-size:.82rem}.modal-top-panel .form-control,.modal-top-panel .form-select{min-height:42px;padding:.58rem .85rem}.modal-top-panel .form-check-label{line-height:1.35}.preview-card{border-radius:20px;overflow:hidden}.preview-card img{display:block;width:100%;height:auto;background:#efe6de}.preview-grid{align-items:start}.modal-main-flow{padding-top:1rem!important}@media (max-width:1399px){.modal-top-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.modal-top-panel-wide{grid-column:span 2}}@media (max-width:991px){.modal-top-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-top-panel-wide{grid-column:span 2}.modal-single-photo{height:220px}.modal-main-price{font-size:1.45rem}}@media (max-width:575px){.modal-top-info-grid{grid-template-columns:1fr}.modal-top-panel-wide{grid-column:span 1}.composition-grid-compact{grid-template-columns:1fr}}

/* VDRYGTORT_MODAL_USABILITY_20260504 */
.modal-top-card{padding:.95rem 1rem!important}.modal-single-photo{height:235px}.modal-main-head{align-items:flex-start;margin-bottom:.7rem}.modal-meta-inline{display:flex;gap:8px;flex-wrap:wrap}.modal-head-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.action-inline-top{justify-content:flex-end}.action-inline-top .btn{min-height:42px;padding:.68rem 1rem}.modal-description-line{font-size:.94rem;line-height:1.5;color:var(--muted)}.modal-composition-line{font-size:.88rem;line-height:1.55;color:var(--muted);padding:10px 12px;border-radius:14px;background:var(--bg-soft);border:1px solid var(--line)}.modal-controls-compact{display:grid;grid-template-columns:110px minmax(170px,1fr) minmax(220px,1.2fr) 170px;gap:10px;align-items:stretch}.modal-control-item{padding:10px 12px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line)}.modal-control-item .form-control{min-height:42px}.modal-control-qty .form-control{max-width:82px}.modal-summary-compact{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,var(--card),var(--brand-3))}.modal-summary-row{display:flex;justify-content:space-between;gap:10px;align-items:center}.modal-summary-row b{font-size:1rem}.modal-summary-divider{height:1px;background:var(--line);margin:8px 0}.modal-main-flow{padding-top:.8rem!important}.preview-card img{background:#ece1d8}.preview-card{border:1px solid var(--line);box-shadow:var(--shadow-soft)}@media (max-width:1199px){.modal-controls-compact{grid-template-columns:120px 1fr 1fr}.modal-summary-compact{grid-column:span 3}.modal-head-actions{align-items:flex-start}.action-inline-top{justify-content:flex-start}}@media (max-width:767px){.modal-controls-compact{grid-template-columns:1fr}.modal-summary-compact{grid-column:span 1}.modal-head-actions{width:100%}.action-inline-top{width:100%}.action-inline-top .btn{width:100%}.modal-single-photo{height:210px}}

/* VDRYGTORT_DECOR_NOTICE_20260504 */
.decor-note-box{padding:12px 14px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-size:.88rem;line-height:1.55;color:var(--muted)}.decor-note-title{font-size:.82rem;font-weight:800;color:var(--text);margin-bottom:6px}.decor-note-box p:last-child{margin-bottom:0}.selected-file .btn{border-radius:999px}.modal-control-datetime .form-control{min-height:42px}

/* VDRYGTORT_CLEAN_GRAMS_CONSTRUCTOR_MOBILE_20260501 */
.constructor-list-grid .option-desc .component-grams{display:none}.modal-composition-line{font-size:.84rem}.mobile-modal-actions{display:none}@media(max-width:767px){#productModal .modal-dialog{margin:0;max-width:none;height:100dvh}#productModal .modal-content{height:100dvh;border-radius:0;border:0}#productModal .modal-header{position:sticky;top:0;z-index:10;background:var(--card);border-bottom:1px solid var(--line);padding:.85rem 1rem}#productModal .modal-body{padding:12px;overflow:auto}.modal-top-card,.modal-main-flow{border-radius:20px!important;padding:12px!important}.modal-single-photo{height:168px!important}.modal-main-head{display:block!important}.modal-head-actions{align-items:stretch;width:100%;margin-top:10px}.action-inline-top{display:grid;grid-template-columns:1fr;gap:8px}.action-inline-top .btn{width:100%;min-width:0}.modal-price-box{text-align:left!important}.modal-main-price{font-size:1.3rem}.modal-description-line{font-size:.86rem;line-height:1.45}.modal-composition-line{font-size:.78rem;max-height:54px;overflow:auto}.modal-controls-compact{grid-template-columns:1fr!important;gap:8px}.modal-control-item{padding:9px 10px}.modal-summary-compact{grid-column:auto!important}.modal-section-card{padding:12px!important;border-radius:18px}.upload-zone{padding:12px}.preview-grid{grid-template-columns:1fr!important}.preview-card img{border-radius:14px}.decor-note-box{font-size:.8rem;max-height:180px;overflow:auto}}

/* VDRYGTORT_ADMIN_CART_MOBILE_FIX_20260501 */
.admin-nav-with-badge{display:flex!important;justify-content:space-between;align-items:center;gap:10px}.admin-nav-with-badge span{display:inline-flex;align-items:center;gap:10px}.admin-nav-with-badge b{min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#4caf72;color:#fff;font-size:.82rem}.cart-checkout-grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(300px,1fr) minmax(300px,1fr);gap:18px;align-items:start}.cart-product-card-slim{grid-template-columns:96px minmax(0,1fr);padding:14px}.cart-product-card-slim .cart-thumb{height:96px;border-radius:16px}.cart-product-card-slim .cart-product-title{font-size:1rem}.cart-product-card-slim .cart-line-price{font-size:1.08rem}.cart-stack-slim{gap:12px}.consent-check{overflow:hidden}.consent-check .form-check-label{display:block;line-height:1.45;overflow-wrap:anywhere}.contact-form-column{padding-top:118px}.admin-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--line);font-weight:700}.modal-loading{display:flex;align-items:center;gap:10px;color:var(--muted)}.modal-loading span{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1199px){.cart-checkout-grid{grid-template-columns:1fr 1fr}.cart-items-col{grid-column:1/-1}.contact-form-column{padding-top:0}}@media(max-width:767px){.cart-checkout-grid{grid-template-columns:1fr}.cart-product-card-slim{grid-template-columns:82px minmax(0,1fr)}.cart-product-card-slim .cart-thumb{height:82px}.modal-dialog{margin:0}.modal-content{min-height:100dvh;border-radius:0!important}.modal-header{position:sticky;top:0;z-index:10;background:var(--card);border-bottom:1px solid var(--line)}.modal-body{padding:14px!important}.modal-top-card,.modal-main-flow{border-radius:20px!important;padding:14px!important}.option-box{padding:14px!important}.modal-section-card{padding:14px!important}.modal-controls-compact{grid-template-columns:1fr!important}.admin-content{padding-bottom:80px}}
/* VDRYGTORT_CART_COMPONENT_ADMIN_V2 */

.admin-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.admin-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;background:var(--card);border:1px solid var(--line);color:var(--muted);font-weight:750}.admin-filter-pill.active,.admin-filter-pill:hover{background:var(--brand-3);color:var(--brand-dark)}
.cart-layout-v2{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(300px,.78fr) minmax(300px,.72fr);gap:18px;align-items:start}.cart-hero-v2{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;flex-wrap:wrap}.cart-panel-v2{padding:18px}.cart-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.cart-stack-v2{display:grid;gap:14px}.cart-item-v2{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--line);border-radius:24px;background:var(--bg-soft)}.cart-thumb-v2{width:92px;height:92px;border-radius:18px;object-fit:cover;background:var(--card);border:1px solid var(--line)}.cart-item-main-v2{display:grid;gap:10px;min-width:0}.cart-item-top-v2,.cart-item-bottom-v2{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.cart-item-bottom-v2{align-items:end}.cart-item-composition{border:1px solid var(--line);background:var(--card);border-radius:18px;overflow:hidden}.cart-composition-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--text);padding:10px 12px;font-weight:800}.cart-composition-list{display:flex;flex-wrap:wrap;gap:8px;padding:0 12px 12px}.cart-composition-list span{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--line);font-size:.84rem;color:var(--muted)}.checkout-divider{height:1px;background:var(--line);margin:18px 0}.consent-card{display:flex;align-items:flex-start;gap:10px;padding:14px 15px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line);width:100%;line-height:1.45}.consent-card .form-check-input{flex:0 0 auto;margin-top:.2em}.consent-card a{color:var(--brand);text-decoration:underline}.checkout-summary-panel-v2{position:sticky;top:92px}.admin-modal-image-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
@media(max-width:1199px){.cart-layout-v2{grid-template-columns:1fr 1fr}.cart-items-panel-v2{grid-column:1/-1}.checkout-summary-panel-v2{position:static}}
@media(max-width:767px){.cart-layout-v2{grid-template-columns:1fr}.cart-item-v2{grid-template-columns:78px minmax(0,1fr);padding:12px}.cart-thumb-v2{width:78px;height:78px}.cart-item-top-v2,.cart-item-bottom-v2{flex-direction:column;align-items:stretch}.cart-price-box{text-align:left}.cart-panel-v2{padding:14px}.cart-composition-list{display:grid;grid-template-columns:1fr}.cart-top-stats{width:100%}.cart-top-stats>div{min-width:0}}


/* VDRYGTORT_MOBILE_SCALE_GALLERY_DARK_FIX_20260502 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden}
.form-control::placeholder, .form-select::placeholder, textarea::placeholder{color:rgba(125,101,93,.72);opacity:1}
[data-theme="dark"] .form-control::placeholder,[data-theme="dark"] textarea::placeholder{color:rgba(246,238,233,.58)!important;opacity:1}
[data-theme="dark"] .btn-brand,[data-theme="dark"] .btn-brand.footer-cta{color:#fff!important}
[data-theme="dark"] .btn-brand.footer-cta:hover{color:#fff!important}
.modal-controls-compact{display:grid;grid-template-columns:100px minmax(170px,1fr) minmax(220px,1.15fr) 170px;gap:0;padding:10px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.modal-control-item{background:transparent!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;padding:8px 12px!important;font-size:.9rem;min-width:0}
.modal-control-item:last-child{border-right:0!important}
.modal-control-item .form-label{font-size:.78rem;font-weight:800;margin-bottom:4px;color:var(--text)}
.modal-control-item .small{font-size:.78rem}.modal-control-item .form-control{min-height:38px;padding:.48rem .7rem;font-size:.9rem}.modal-control-qty .form-control{max-width:74px}.modal-summary-compact{background:linear-gradient(180deg,var(--card),var(--brand-3))!important;border-radius:14px!important;border:1px solid var(--line)!important}.modal-summary-row b{font-size:.95rem}.modal-summary-divider{margin:6px 0!important}
.portfolio-masonry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.portfolio-gallery-card{overflow:hidden}.portfolio-gallery-card.is-large{grid-row:span 2}.portfolio-gallery-image{display:block;width:100%;border:0;background:transparent;padding:0;cursor:zoom-in}.portfolio-gallery-image img{display:block;width:100%;height:270px;object-fit:cover;background:var(--bg-soft);transition:transform .25s ease}.portfolio-gallery-card.is-large .portfolio-gallery-image img{height:558px}.portfolio-gallery-card:hover .portfolio-gallery-image img{transform:scale(1.025)}.portfolio-gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.portfolio-modal-img{display:block;width:100%;max-height:72vh;object-fit:contain;border-radius:20px;background:var(--bg-soft)}
.home-review-controls{display:flex;justify-content:flex-end;gap:8px}.home-reviews-section .review-card{height:100%}.review-photo{background:var(--bg-soft)}
@media(max-width:1199px){.modal-controls-compact{grid-template-columns:100px 1fr 1fr}.modal-summary-compact{grid-column:span 3}.portfolio-masonry{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-gallery-card.is-large{grid-row:span 1}.portfolio-gallery-card.is-large .portfolio-gallery-image img,.portfolio-gallery-image img{height:320px}}
@media(max-width:767px){.modal-controls-compact{grid-template-columns:1fr!important;padding:0!important;gap:0}.modal-control-item{border-right:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:10px 12px!important}.modal-control-item:last-child{border-bottom:0!important}.modal-summary-compact{border-radius:0!important}.portfolio-masonry{grid-template-columns:1fr}.portfolio-gallery-image img,.portfolio-gallery-card.is-large .portfolio-gallery-image img{height:320px}.home-reviews-section .carousel-item .col-md-4:not(:first-child){margin-top:16px}}
@media(max-width:480px){body{font-size:15px}.section-pad{padding:48px 0}.container{padding-left:14px;padding-right:14px}.navbar{padding:.48rem 0}.navbar .container{gap:6px;padding-left:10px;padding-right:10px}.navbar-brand img{width:104px;height:auto}.header-icon,.cart-btn,.navbar-toggler{width:38px;height:38px;min-width:38px}.header-icon,.cart-btn{font-size:1.04rem}.d-flex.order-xl-3{gap:.35rem!important}.nav-surface{padding:10px;border-radius:22px}.nav-link{font-size:.95rem;padding:.62rem .75rem!important}.hero-title{font-size:clamp(2rem,12vw,3.1rem)}.section-title{font-size:clamp(1.75rem,9vw,2.55rem)}.modal-eyebrow{font-size:.68rem}.modal-title{font-size:1.28rem}.btn-brand,.btn-soft{padding:.74rem 1rem}.product-card .carousel,.product-card .product-img{height:210px}}
@media(max-width:360px){.navbar-brand img{width:92px}.header-icon[href*="t.me"],.header-icon[href*="telegram"]{display:none!important}.header-icon,.cart-btn,.navbar-toggler{width:36px;height:36px;min-width:36px}.cart-btn span{right:-4px;top:-7px}}

/* VDRYGTORT_POINT_FIXES_20260507 */
.product-card{position:relative;cursor:pointer}.product-card a,.product-card button{cursor:pointer}.product-popular-badge{position:absolute;right:14px;top:14px;z-index:4;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:linear-gradient(180deg,var(--brand),#d86d66);color:#fff;font-size:.78rem;font-weight:850;box-shadow:var(--shadow-soft)}.product-popular-badge:before{content:"★";font-size:.72rem}.admin-product-images{display:flex;gap:12px;flex-wrap:wrap}.admin-product-image-card{width:118px;padding:8px;border:1px solid var(--line);border-radius:18px;background:var(--bg-soft);display:grid;gap:8px}.admin-product-image-card img{width:100%;height:86px;object-fit:cover;border-radius:12px;display:block}.cart-extra-offers{padding:0;overflow:hidden}.cart-extra-toggle{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px 18px;border:0;background:transparent;color:var(--text);text-align:left}.cart-extra-toggle span{font-weight:850;display:flex;align-items:center;gap:8px}.cart-extra-toggle small{color:var(--muted)}.cart-extra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 18px 18px}.cart-extra-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:12px;border:1px solid var(--line);border-radius:20px;background:var(--bg-soft)}.cart-extra-card img{width:72px;height:72px;border-radius:16px;object-fit:cover;background:var(--card)}.cart-extra-body{display:grid;gap:4px;min-width:0}.cart-extra-body span{font-size:.84rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.contact-avito-icon{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;background:#00aaff;color:#fff;font-weight:900;flex:0 0 auto}.review-avito-link{display:inline-flex!important;align-items:center;gap:8px}.footer-cta{color:#fff!important}@media(max-width:1199px){.cart-extra-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.cart-extra-toggle{grid-template-columns:1fr auto}.cart-extra-toggle small{grid-column:1/-1}.cart-extra-grid{grid-template-columns:1fr}.cart-extra-card{grid-template-columns:64px minmax(0,1fr)}.cart-extra-card img{width:64px;height:64px}.admin-product-image-card{width:calc(50% - 6px)}}

/* VDRYGTORT_POINT_FIXES_20260507_V2 */
.product-detail-title{font-size:clamp(1.6rem,2.4vw,2.35rem)!important;line-height:1.02;letter-spacing:-.03em;margin-bottom:10px}
.product-detail-desc{font-size:1rem;max-width:650px}
.product-detail-composition{overflow:hidden}
.product-detail-composition .product-composition-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border:0;color:var(--text);padding:18px 20px;font-weight:850}
.product-detail-composition .product-composition-body{padding:0 20px 20px}
.product-detail-composition ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.product-detail-composition li{padding:11px 14px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);color:var(--muted)}
.contact-avito-icon{background:rgba(110,193,244,.14);border:1px solid rgba(110,193,244,.35)}
.contact-avito-icon img{display:block;width:18px;height:18px}
#vtConfirmModal .modal-footer{justify-content:flex-end}

/* 20260507 point fixes: product details, theme logos, header avito, contact settings */
.brand-logo-wrap{position:relative;display:inline-flex;align-items:center}
.brand-logo{display:block}
.brand-logo-dark{display:none}
[data-theme="dark"] .brand-logo-light{display:none}
[data-theme="dark"] .brand-logo-dark{display:block}
.footer-brand-wrap .brand-logo{height:auto}
.avito-header-icon img{width:18px;height:18px;display:block}
.product-detail-title{font-size:clamp(1.45rem,2vw,2rem)!important;line-height:1.05;letter-spacing:-.03em;margin-bottom:12px}
.product-detail-desc{font-size:.98rem;max-width:650px;margin-bottom:14px}
.product-detail-actions .btn{padding:.78rem 1.15rem;font-size:.95rem;border-radius:16px}
.product-detail-composition{padding:10px 0;overflow:hidden}
.product-detail-composition .product-composition-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border:0;color:var(--text);padding:14px 18px;font-size:1rem;font-weight:800}
.product-detail-composition .product-composition-body{padding:0 18px 18px}
.product-detail-composition ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:4px 0 0}
.product-detail-composition li{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,var(--bg-soft),rgba(255,255,255,.35));box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.product-detail-composition li b{display:block;color:var(--text);margin-bottom:4px;font-size:.98rem}
.product-detail-composition li span{display:block;color:var(--muted);font-size:.92rem;line-height:1.45}
[data-theme="dark"] .product-detail-composition li{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));box-shadow:none}
@media (max-width: 767.98px){
  .product-detail-composition ul{grid-template-columns:1fr}
  .product-detail-actions .btn{width:100%;justify-content:center}
}

/* 20260507 emergency fix: dynamic logos and cart icon */
.brand-logo-wrap{position:relative;display:inline-flex;align-items:center}
.brand-logo{display:block;max-width:100%;height:auto}
.brand-logo-dark{display:none}
[data-theme="dark"] .brand-logo-light{display:none!important}
[data-theme="dark"] .brand-logo-dark{display:block!important}
.avito-header-icon img,.cart-btn-custom img{display:block;width:20px;height:20px;object-fit:contain}
.cart-btn-custom{min-width:44px}
.cart-btn-custom img{filter:none}
[data-theme="dark"] .admin-content .form-control,[data-theme="dark"] .admin-content .form-select,[data-theme="dark"] .admin-content textarea{background:#10151d;color:var(--text);border-color:var(--line)}
[data-theme="dark"] .admin-content .form-control::placeholder,[data-theme="dark"] .admin-content textarea::placeholder{color:rgba(246,238,233,.56)!important}

/* VDRYGTORT_ADDITIONAL_ORDERS_HERO_20260507 */
.hero-title{font-size:clamp(2rem,5.1vw,4.6rem)!important;line-height:1.03!important;letter-spacing:.012em!important}
.admin-filter-buttons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.admin-filter-buttons .btn{border-radius:999px}
@media(max-width:480px){.hero-title{font-size:clamp(1.75rem,9.5vw,2.65rem)!important;letter-spacing:.006em!important;line-height:1.06!important}}

/* VDRYGTORT_POINT_FIX_20260507_2 */
/* Theme logos: light theme uses dark/brown logo; dark theme uses white/light logo */
.brand-logo-wrap .brand-logo{position:static}
.brand-logo-light{display:none!important}
.brand-logo-dark{display:block!important}
[data-theme="dark"] .brand-logo-light{display:block!important}
[data-theme="dark"] .brand-logo-dark{display:none!important}

/* Cart icon is already a round SVG, so the button must not add its own filled circle */
.cart-btn.cart-btn-custom{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible}
.cart-btn.cart-btn-custom:hover{transform:translateY(-1px);box-shadow:none!important}
.cart-btn.cart-btn-custom img{width:40px!important;height:40px!important;display:block;object-fit:contain;filter:none!important}
.cart-btn.cart-btn-custom span{right:-4px!important;top:-5px!important;z-index:2;background:var(--brand)!important;color:#fff!important}

.avito-header-icon img,.contact-avito-icon img{display:block;width:20px;height:20px;object-fit:contain}

/* Home hero title: slightly smaller and less compressed */
.hero-title{font-size:clamp(1.8rem,4.6vw,4.15rem)!important;line-height:1.06!important;letter-spacing:.018em!important}
@media(max-width:480px){.hero-title{font-size:clamp(1.58rem,8.7vw,2.35rem)!important;line-height:1.08!important;letter-spacing:.012em!important}}

/* Contacts: cards should start at the same top line, not stretch each other */
.contacts-page .row{align-items:flex-start!important}
.contacts-page .contact-info-card,.contacts-page .contact-form-card{height:auto!important;min-height:0!important}
.contacts-page .section-title{font-size:clamp(1.6rem,3vw,2.25rem)}

/* VDRYGTORT_AVITO_CONTACTS_HIT_20260507 */
/* Avito icon: use mask so it follows current theme color and has no inner padding/background */
.avito-header-icon,.contact-avito-icon{color:#50342b!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
[data-theme="dark"] .avito-header-icon,[data-theme="dark"] .contact-avito-icon{color:#fff!important}
.avito-header-icon{width:40px!important;height:40px!important;border:1px solid var(--line)!important;background:var(--card)!important;box-shadow:var(--shadow-soft)!important}
.avito-header-icon img,.contact-avito-icon img{display:none!important}
.avito-header-icon::before,.contact-avito-icon::before{content:"";display:block;background:currentColor;-webkit-mask:url('/assets/img/avito-soft.svg') center/contain no-repeat;mask:url('/assets/img/avito-soft.svg') center/contain no-repeat}
.avito-header-icon::before{width:30px;height:30px}
.contact-avito-icon{width:28px!important;height:28px!important;display:inline-grid!important;place-items:center!important;flex:0 0 auto!important}
.contact-avito-icon::before{width:28px;height:28px}

/* contacts page must not have the old artificial offset */
.contacts-page .contact-form-column{padding-top:0!important}
.contact-form-column{padding-top:0!important}
.contacts-page .row{align-items:flex-start!important}
.contacts-page .contact-info-card,.contacts-page .contact-form-card{height:auto!important;min-height:0!important}

/* Product hit badge */
.product-card .product-hit-badge{top:52px;background:linear-gradient(180deg,#ffd28a,#f39a56);color:#5c3116;border-color:rgba(243,154,86,.35)}
.product-detail-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.product-page-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:850;background:var(--brand-3);border:1px solid var(--line);color:var(--brand-dark)}
.product-page-badge-hit{background:linear-gradient(180deg,#ffd28a,#f39a56);color:#5c3116;border-color:rgba(243,154,86,.35)}

/* VDRYGTORT_POINTFIX_20260507_ORDERREF_AVITO */

/* Contact page Avito icon: keep brand color instead of blue/white */
.contact-avito-icon{background:transparent!important;border:0!important;box-shadow:none!important;color:var(--brand)!important;width:28px;height:28px;display:inline-grid;place-items:center;flex:0 0 auto}
.contact-avito-icon img{display:none!important}
.contact-avito-icon::before{content:"";display:block;width:28px;height:28px;background:var(--brand);-webkit-mask:url('/assets/img/avito-soft.svg') center/contain no-repeat;mask:url('/assets/img/avito-soft.svg') center/contain no-repeat}
/* Keep header Avito icon unchanged */
.avito-header-icon::before{background:currentColor}
/* Review page Avito media */
.review-link-media{width:38px;height:38px;border-radius:12px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.review-link-media img{width:100%;height:100%;object-fit:cover;display:block}
/* Use one product badge only; same visual style for hit */
.product-hit-badge{top:14px!important;background:linear-gradient(180deg,var(--brand),#d86d66)!important;color:#fff!important;border-color:transparent!important}
.product-page-badge-hit{background:linear-gradient(180deg,var(--brand),#d86d66)!important;color:#fff!important;border-color:transparent!important}
/* Cart reference image block */
.cart-reference-offer .upload-zone{background:rgba(228,147,143,.06)}

/* VDRYGTORT_MOBILE_CART_FREEGIFTS_20260507 */

.cart-item-reference .cart-reference-inline{padding:0 12px 12px}
.cart-item-reference .form-control-sm{min-height:40px;border-radius:14px}
.cart-item-v2[data-free-gift="1"], .cart-item-v2.free-gift{border-color:rgba(61,143,117,.28);background:linear-gradient(180deg,var(--card),rgba(61,143,117,.06))}
.free-gift-label{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;background:rgba(61,143,117,.12);color:var(--success);font-weight:850;font-size:.78rem}
@media(max-width:575px){
  .product-card .product-body{gap:10px}
  .product-title{font-size:1rem!important;line-height:1.18!important}
  .product-card .muted{font-size:.86rem}
  .product-meta{font-size:.78rem;gap:6px}
  .product-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;align-items:stretch}
  .product-actions .product-price{grid-column:1/-1;font-size:1.18rem!important;line-height:1.05;margin:0!important}
  .product-actions .btn{width:100%;padding:.56rem .65rem!important;font-size:.82rem!important;border-radius:13px!important;min-height:38px}
  .product-actions .btn-soft{order:2}
  .product-actions .btn-brand{order:3}
  .product-img,.product-card .carousel-item img{height:210px!important}
  .cart-composition-list{max-height:180px;overflow:auto}
}

/* VDRYGTORT_POINTFIX_20260507_PORTFOLIO_CART_MOBILE */
.product-meta-price{align-items:center;margin-top:2px}.product-price-pill{font-weight:900;color:var(--text)!important;background:var(--brand-3)!important;border-color:rgba(221,124,118,.24)!important}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-actions .btn{width:100%;justify-content:center;padding:.72rem .9rem;border-radius:15px}.cart-product-title{font-size:1.02rem!important;line-height:1.18!important}.cart-reference-notice{align-items:flex-start}.order-upload-status{display:none;gap:10px;align-items:flex-start;padding:14px 15px;border-radius:18px;background:rgba(221,124,118,.1);border:1px solid rgba(221,124,118,.24);color:var(--text)}.order-upload-status.is-visible{display:grid;grid-template-columns:20px minmax(0,1fr)}.order-upload-status span{grid-row:1/3;width:18px;height:18px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:spin .8s linear infinite;margin-top:2px}.order-upload-status b{font-size:.92rem}.order-upload-status small{color:var(--muted);line-height:1.45}.portfolio-note{max-width:980px}.portfolio-load-sentinel{min-height:72px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.portfolio-load-sentinel span{display:none;width:18px;height:18px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:spin .8s linear infinite}.portfolio-load-sentinel.is-loading span{display:block}
@media(max-width:575px){.product-meta-price{gap:5px}.product-meta span{font-size:.74rem!important;padding:5px 8px!important}.product-price-pill{font-size:.86rem!important}.product-actions{margin-top:8px!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.product-actions .btn{min-height:34px!important;padding:.48rem .55rem!important;font-size:.78rem!important;border-radius:12px!important}.product-title{font-size:.96rem!important}.cart-item-v2{position:relative;grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;padding:12px!important}.cart-item-img-wrap{grid-column:1;grid-row:1}.cart-thumb-v2{width:82px!important;height:82px!important}.cart-item-main-v2{display:contents}.cart-item-top-v2{grid-column:2;grid-row:1;display:block!important;padding-right:42px;min-width:0}.cart-item-top-v2 .d-flex{gap:5px!important}.cart-item-top-v2 .badge-soft,.free-gift-label{font-size:.72rem;padding:5px 8px}.cart-item-top-v2 .js-cart-remove{position:absolute!important;right:12px;top:12px;width:36px;height:36px;padding:0}.cart-product-title{font-size:1rem!important;line-height:1.16!important;margin-right:0}.cart-item-composition{grid-column:1/-1}.cart-item-reference{grid-column:1/-1}.cart-item-bottom-v2{grid-column:1/-1;display:grid!important;grid-template-columns:108px minmax(0,1fr);align-items:end!important;gap:10px!important}.cart-qty-box{max-width:108px}.cart-price-box{text-align:right!important}.cart-line-price{font-size:1.2rem!important}.cart-panel-head{align-items:flex-start}.cart-panel-head .btn{padding:.52rem .72rem;font-size:.8rem}.order-upload-status{font-size:.86rem}}

/* VDRYGTORT_SMALL_FIXES_20260507_2 */

/* Price pill must be visually different from weight/time chips on light theme */
.product-meta-price .product-price-pill{
  color:#fff!important;
  background:linear-gradient(180deg,var(--brand),#cf625b)!important;
  border-color:transparent!important;
  box-shadow:0 8px 18px rgba(67,43,35,.10);
}
[data-theme="dark"] .product-meta-price .product-price-pill{
  color:#1a1110!important;
  background:linear-gradient(180deg,#ffd8d5,#f08e87)!important;
}
.pickup-check{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800}
.pickup-info{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:16px;background:rgba(61,143,117,.1);border:1px solid rgba(61,143,117,.22);font-size:.9rem;color:var(--muted)}
.pickup-info a{color:var(--brand);font-weight:850}
.cart-reference-notice{line-height:1.5}
@media(max-width:575px){
  .product-meta-price{gap:6px!important}
  .product-meta-price span{font-size:.76rem!important;padding:6px 8px!important}
  .product-meta-price .product-price-pill{font-size:.88rem!important}
  .cart-product-title{font-size:.92rem!important;line-height:1.18!important}
}

/* VDRYGTORT_SMALL_FIXES_20260507_3 */

.pickup-check{white-space:nowrap;position:relative;z-index:1;flex:0 0 auto}
.pickup-check .form-check-input{margin-top:.15em}
.pickup-info{width:100%;clear:both}
.modal-bottom-submit{min-height:48px;border-radius:16px}
@media(max-width:575px){
  .pickup-check{width:100%;justify-content:flex-start;margin-top:4px}
  .pickup-info{font-size:.86rem}
  .cart-panel-head .checkout-kicker{font-size:.72rem}
  .cart-product-title{font-size:.88rem!important}
  .modal-bottom-submit{display:flex!important;justify-content:center;align-items:center}
}

/* VDRYGTORT_ASYNC_ORDER_PROGRESS_20260507 */
.pickup-check{gap:14px!important;padding-left:14px!important;padding-right:16px!important}
.pickup-check .form-check-input{margin:0!important;flex:0 0 auto}
.pickup-check .form-check-label{padding-left:0!important}
.order-progress-modal .modal-content{border-radius:30px;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow-lg)}
.order-progress-spinner{width:76px;height:76px;border-radius:999px;margin:0 auto;display:grid;place-items:center;background:linear-gradient(180deg,rgba(228,147,143,.18),rgba(228,147,143,.05));border:1px solid rgba(228,147,143,.24)}
.order-progress-spinner span{width:38px;height:38px;border-radius:999px;border:4px solid rgba(228,147,143,.22);border-top-color:var(--brand);display:block;animation:vtSpin .75s linear infinite}
@keyframes vtSpin{to{transform:rotate(360deg)}}
@media(max-width:575px){.order-progress-modal .modal-dialog{margin:16px}.order-progress-modal .modal-body{padding:34px 22px!important}.pickup-check{gap:14px!important}}

/* VDRYGTORT_DISABLE_SYNC_PRELOADER_CARTICON_20260508 */

@media(max-width:575px){
  .cart-btn.cart-btn-custom img{
    width:38px!important;
    height:38px!important;
    margin-top:2px!important;
  }
}

/* VDRYGTORT_HOME_SEO_STORY_BLOCKS_20260508 */

.brand-story-home .brand-story-panel{
  background:linear-gradient(135deg,#eaf9fd 0%,#f6fdff 58%,#fff8f4 100%);
  border:1px solid rgba(221,124,118,.12);
  border-radius:34px;
  padding:clamp(18px,3vw,42px);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.brand-story-home .story-img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 24px 55px rgba(80,52,43,.13);
  display:block;
}
.brand-story-home .section-title{
  max-width:760px;
  font-size:clamp(1.75rem,3.1vw,3rem);
  line-height:1.08;
  margin-bottom:14px;
}
.seo-text-home .seo-text-card,
.seo-text-home .pickup-map-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.seo-text-home .seo-text-card{
  padding:clamp(22px,3vw,40px);
}
.seo-text-home .seo-text-card h2{
  font-size:clamp(1.7rem,2.7vw,2.65rem);
  line-height:1.12;
  margin-bottom:14px;
  letter-spacing:-.02em;
}
.seo-text-home .seo-text-card p{
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.72;
  margin-bottom:14px;
}
.pickup-map-card{
  display:flex;
  flex-direction:column;
}
.pickup-map-frame{
  height:220px;
  background:var(--bg-soft);
  border-bottom:1px solid var(--line);
}
.pickup-map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  filter:saturate(.9) contrast(.98);
}
.pickup-map-body{
  padding:24px;
}
[data-theme="dark"] .brand-story-home .brand-story-panel{
  background:linear-gradient(135deg,rgba(48,72,83,.65),rgba(26,32,41,.98) 58%,rgba(35,26,33,.9));
  border-color:var(--line);
}
[data-theme="dark"] .brand-story-home .story-img{
  box-shadow:0 24px 65px rgba(0,0,0,.38);
}
[data-theme="dark"] .pickup-map-frame iframe{
  filter:saturate(.75) contrast(.9) brightness(.78);
}
@media(max-width:767.98px){
  .brand-story-home .brand-story-panel{border-radius:26px;padding:16px}
  .brand-story-home .story-img{border-radius:22px}
  .pickup-map-frame{height:190px}
  .seo-text-home .seo-text-card,.seo-text-home .pickup-map-card{border-radius:24px}
}

/* VDRYGTORT_HOME_FAQ_UPDATE_20260508 */

.faq-home .faq-accordion{
  display:grid;
  gap:12px;
}
.faq-home .accordion-item{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.faq-home .accordion-button{
  background:transparent;
  color:var(--text);
  font-weight:850;
  padding:18px 20px;
  box-shadow:none;
  line-height:1.35;
}
.faq-home .accordion-button:not(.collapsed){
  background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.12));
  color:var(--brand-dark);
}
.faq-home .accordion-button:focus{
  box-shadow:none;
  border-color:transparent;
}
.faq-home .accordion-body{
  color:var(--muted);
  line-height:1.65;
  padding:0 20px 20px;
}
[data-theme="dark"] .faq-home .accordion-button:not(.collapsed){
  background:linear-gradient(180deg,rgba(240,142,135,.14),rgba(255,255,255,.02));
}
.seo-text-home .seo-text-card p:last-child{margin-bottom:0}
.pickup-map-frame iframe{background:var(--bg-soft)}
@media(max-width:767.98px){
  .faq-home .accordion-button{padding:16px 18px;font-size:.98rem}
  .faq-home .accordion-body{padding:0 18px 18px}
}

/* VDRYGTORT_CATEGORIES_REVIEWS_CONSTRUCTOR_20260509 */

.review-submit-form{
  background:linear-gradient(180deg,var(--card),rgba(221,124,118,.06));
}
.review-submit-form .form-control,
.review-submit-form .form-select{
  min-height:48px;
}
.reviews-page .alert{
  border-radius:18px;
  border:1px solid var(--line);
}
.product-detail-desc{
  white-space:normal;
}

/* VDRYGTORT_ORDER_CONFIRM_DATE_RULES_20260509 */

.order-success-notice{
  max-width:820px;
  display:flex;
  gap:18px;
  align-items:flex-start;
  text-align:left;
  background:linear-gradient(135deg,rgba(61,143,117,.14),rgba(221,124,118,.10));
  border:1px solid rgba(61,143,117,.28);
  border-radius:28px;
  padding:22px;
  box-shadow:var(--shadow-soft);
}
.order-success-notice__icon{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:rgba(61,143,117,.18);
  color:var(--success);
  font-size:1.45rem;
}
.order-success-notice h2{
  margin:0 0 8px;
  font-size:1.2rem;
  font-weight:900;
  color:var(--text);
}
.order-success-notice p{
  color:var(--muted);
  margin-bottom:8px;
  line-height:1.55;
}
[data-theme="dark"] .order-success-notice{
  background:linear-gradient(135deg,rgba(107,198,165,.12),rgba(240,142,135,.10));
  border-color:rgba(107,198,165,.25);
}
@media(max-width:575px){
  .order-success-notice{
    padding:18px;
    border-radius:22px;
    gap:12px;
  }
  .order-success-notice__icon{
    width:42px;
    height:42px;
    border-radius:16px;
  }
  .order-success-notice h2{
    font-size:1.05rem;
  }
}

/* VDRYGTORT_ACCESSORIES_CART_RELATED_20260509 */

.checkout-urgent-check{
  background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.24));
  border-color:rgba(221,124,118,.28);
}
.product-related-section .related-offer-card .product-img,
body[data-page="accessories"] .product-card .product-img{
  height:220px;
  object-fit:cover;
}
.product-related-section .product-title{
  font-size:1.05rem;
  line-height:1.2;
}
[data-theme="dark"] .checkout-urgent-check{
  background:rgba(240,142,135,.12);
  border-color:rgba(240,142,135,.24);
}
@media(max-width:575px){
  .checkout-urgent-check{
    width:auto;
    padding:7px 11px;
  }
  .product-related-section .product-img,
  body[data-page="accessories"] .product-card .product-img{
    height:200px;
  }
}

/* VDRYGTORT_ACCESSORIES_RELATED_POLISH_20260509 */

.nav-dropdown-menu{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow-soft);
  padding:8px;
  margin-top:10px;
}
.nav-dropdown-menu .dropdown-item{
  color:var(--text);
  border-radius:12px;
  font-weight:750;
  padding:9px 12px;
}
.nav-dropdown-menu .dropdown-item:hover{
  background:var(--brand-3);
  color:var(--brand-dark);
}
.product-related-head .section-title{
  font-size:clamp(1.45rem,2.4vw,2.2rem);
  line-height:1.08;
}
.related-offer-card{
  height:100%;
  display:grid;
  grid-template-rows:auto 1fr;
  background:linear-gradient(180deg,var(--card),rgba(221,124,118,.045));
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:.2s ease;
}
.related-offer-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.related-offer-img{
  width:100%;
  height:150px;
  object-fit:cover;
  background:var(--bg-soft);
  display:block;
}
.related-offer-body{
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:space-between;
}
.related-offer-body h3{
  font-size:.98rem;
  line-height:1.18;
  font-weight:900;
  margin:0;
  letter-spacing:-.01em;
}
.related-offer-bottom{
  display:grid;
  gap:10px;
}
.related-offer-bottom strong{
  font-size:1.05rem;
  color:var(--brand-dark);
  font-weight:950;
}
.related-offer-bottom .btn{
  width:100%;
  padding:.58rem .7rem;
  font-size:.78rem;
  border-radius:14px;
}
[data-theme="dark"] .related-offer-card{
  background:linear-gradient(180deg,var(--card),rgba(240,142,135,.06));
}
@media(max-width:575px){
  .related-offer-img{height:128px}
  .related-offer-body{padding:11px;gap:10px}
  .related-offer-body h3{font-size:.9rem}
  .related-offer-bottom strong{font-size:.96rem}
  .related-offer-bottom .btn{font-size:.72rem;padding:.52rem .55rem}
}

/* VDRYGTORT_HEADER_FULL_MENU_NO_MORE_20260509 */

/* Шапка: все пункты меню в одну строку без "Ещё" */
@media (min-width:1200px){
  .site-header .container{
    max-width:1480px;
  }
  .navbar-brand{
    margin-right:.55rem!important;
  }
  .navbar-brand img,
  .brand-logo-wrap .brand-logo{
    max-width:118px;
    height:auto;
  }
  .nav-surface{
    padding:6px 7px;
    border-radius:999px;
  }
  .navbar-nav{
    gap:1px;
  }
  .nav-link{
    font-size:.88rem;
    padding:.55rem .58rem!important;
    letter-spacing:-.015em;
    white-space:nowrap;
  }
  .header-contact{
    padding:0 10px;
    font-size:.86rem;
  }
  .header-icon,
  .cart-btn,
  .theme-btn{
    width:40px;
    height:40px;
    min-width:40px;
  }
  .cart-btn{
    padding:0;
  }
}
@media (min-width:1400px){
  .site-header .container{
    max-width:1560px;
  }
  .nav-link{
    font-size:.91rem;
    padding:.6rem .7rem!important;
  }
  .navbar-brand img,
  .brand-logo-wrap .brand-logo{
    max-width:126px;
  }
}
@media (min-width:1200px) and (max-width:1299.98px){
  .site-header .container{
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .nav-link{
    font-size:.82rem;
    padding:.52rem .46rem!important;
  }
  .header-contact span{
    display:none;
  }
  .header-contact{
    width:40px;
    padding:0;
  }
}

/* VDRYGTORT_HEADER_WIDTH_TUNE_20260509 */

/* Шапка: убираем чрезмерную ширину, оставляем компактное меню без "Ещё" */
@media (min-width:1200px){
  .site-header .container{
    max-width:1320px;
  }
  .navbar-brand{
    margin-right:.35rem!important;
  }
  .navbar-brand img,
  .brand-logo-wrap .brand-logo{
    max-width:122px;
  }
  .nav-surface{
    padding:6px 8px;
  }
  .nav-link{
    font-size:.86rem;
    padding:.54rem .52rem!important;
  }
  .header-actions{
    gap:6px!important;
  }
  .header-contact{
    padding:0 10px;
    font-size:.85rem;
  }
}
@media (min-width:1400px){
  .site-header .container{
    max-width:1380px;
  }
  .nav-link{
    font-size:.88rem;
    padding:.56rem .58rem!important;
  }
  .navbar-brand img,
  .brand-logo-wrap .brand-logo{
    max-width:126px;
  }
}
@media (min-width:1530px){
  .site-header .container{
    max-width:1420px;
  }
}
@media (min-width:1200px) and (max-width:1299.98px){
  .site-header .container{
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }
  .nav-link{
    font-size:.8rem;
    padding:.5rem .42rem!important;
  }
}

/* VDRYGTORT_ADMIN_DISCOUNTS_PROMOS_BIGCONSTRUCTOR_20260510 */

/* Админка: более удобная мобильная компоновка */
.admin-shell{background:radial-gradient(circle at top left,var(--brand-2),transparent 360px),var(--bg);min-height:100vh}
.admin-sidebar{
  position:sticky;
  top:0;
  min-height:100vh;
  padding:22px 14px;
  background:rgba(255,255,255,.55);
  border-right:1px solid var(--line);
  backdrop-filter:blur(18px);
}
[data-theme="dark"] .admin-sidebar{background:rgba(18,21,27,.78)}
.admin-sidebar a{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:10px 12px;
  border-radius:15px;
  color:var(--muted);
  font-weight:800;
  margin-bottom:5px;
  transition:.18s ease;
}
.admin-sidebar a:hover,.admin-sidebar a.active{
  background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.28));
  color:var(--brand-dark);
  box-shadow:0 14px 34px rgba(74,52,44,.10);
}
.admin-content{padding:28px}
.admin-table{
  overflow:auto;
  border-radius:24px;
  border:1px solid var(--line);
  background:var(--card);
  box-shadow:var(--shadow-soft);
}
.admin-table table{min-width:780px}
.admin-inline-form .form-control{background:var(--bg-soft)}
@media(max-width:991.98px){
  .admin-shell .row{display:block}
  .admin-sidebar{
    position:sticky;
    top:0;
    z-index:30;
    min-height:0;
    width:100%;
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:10px 12px;
    border-right:0;
    border-bottom:1px solid var(--line);
    scrollbar-width:thin;
  }
  .admin-sidebar .brand-logo-wrap{
    position:sticky;
    left:0;
    z-index:2;
    background:var(--bg);
    min-width:116px;
    justify-content:center;
    margin:0 4px 0 0!important;
    box-shadow:12px 0 20px rgba(0,0,0,.04);
  }
  .admin-sidebar a{
    flex:0 0 auto;
    white-space:nowrap;
    min-height:38px;
    padding:8px 11px;
    margin:0;
    border:1px solid var(--line);
    background:var(--card);
    font-size:.88rem;
  }
  .admin-content{
    padding:18px 12px 30px;
  }
  .admin-content .section-title{font-size:clamp(1.8rem,8vw,2.6rem)}
  .admin-table{border-radius:18px}
  .admin-table table{min-width:720px}
  .admin-content .card-soft{border-radius:22px;padding:18px!important}
  .admin-content .btn{min-height:38px}
}

/* Меню: инфо-плашка о дизайне */
.menu-design-note{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  margin:22px 0 18px;
  padding:20px 22px;
  border-radius:28px;
  background:linear-gradient(135deg,var(--brand-3),rgba(255,255,255,.64));
  border:1px solid rgba(221,124,118,.22);
  box-shadow:var(--shadow-soft);
}
.menu-design-note__icon{
  width:48px;height:48px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,var(--brand),#f1aaa5);
  color:#fff;font-size:1.35rem;
  box-shadow:0 12px 26px rgba(67,43,35,.10);
}
.menu-design-note h2{font-size:1.15rem;font-weight:950;margin:0 0 6px}
.menu-design-note p{margin:0;color:var(--muted);line-height:1.55}

/* Скидки в карточках */
.product-discount-badge{
  position:absolute;left:14px;top:14px;z-index:3;
  background:linear-gradient(180deg,#ff7f78,#e45f58);
  color:#fff;border-radius:999px;padding:7px 12px;
  font-weight:950;font-size:.82rem;box-shadow:0 12px 24px rgba(67,43,35,.12);
}
.price-stack{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.old-price{color:var(--muted);text-decoration:line-through;font-size:.9em;font-weight:800;opacity:.8}
.product-price-pill.is-discount{background:linear-gradient(180deg,var(--brand),#d86d66);color:#fff}
.modal-main-price .old-price{display:block;font-size:.78rem;margin-bottom:2px}

/* Промокод в корзине */
.cart-promo-panel{padding:18px 20px}
.cart-promo-form{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}
.cart-promo-controls{display:flex;gap:8px;align-items:center;min-width:min(100%,520px)}
.cart-promo-controls .form-control{min-width:180px}
@media(max-width:767.98px){
  .cart-promo-form{grid-template-columns:1fr}
  .cart-promo-controls{display:grid;grid-template-columns:1fr;min-width:0}
  .menu-design-note{grid-template-columns:1fr;padding:18px;border-radius:22px}
}

/* Большой конструктор */
.large-constructor-divider{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.large-constructor-form .urgent-check{padding:12px 14px;border:1px solid var(--line);border-radius:18px;background:var(--bg-soft);width:100%}
.large-constructor-form .sticky-xl-top{z-index:2}

/* Отзывы: фото можно открыть */
.review-photo-button{display:block;width:100%;padding:0;border:0;background:transparent;border-radius:18px;overflow:hidden;cursor:zoom-in}
.review-photo-button .review-photo{display:block;width:100%}
.review-photo-button:hover{filter:brightness(.98);transform:translateY(-1px)}

/* VDRYGTORT_FIX2_MENU_CARDS_CONSTRUCTOR_ADMIN_20260510 */

/* Видимая плашка перед меню */
.design-consent-note{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  margin:24px 0 24px;
  padding:22px 24px;
  border-radius:30px;
  background:
    radial-gradient(circle at 96% 16%, rgba(255,255,255,.72), transparent 190px),
    linear-gradient(135deg, rgba(221,124,118,.16), rgba(255,255,255,.62));
  border:1px solid rgba(221,124,118,.24);
  box-shadow:0 18px 48px rgba(98,65,52,.10);
  overflow:hidden;
}
.design-consent-note:after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-58px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(221,124,118,.10);
  pointer-events:none;
}
.design-consent-note__icon{
  width:58px;
  height:58px;
  border-radius:22px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:1.55rem;
  background:linear-gradient(145deg,var(--brand),#f0aaa5);
  box-shadow:0 16px 36px rgba(67,43,35,.10);
}
.design-consent-note h2{
  margin:0 0 5px;
  font-size:1.18rem;
  line-height:1.16;
  font-weight:950;
  letter-spacing:-.02em;
}
.design-consent-note p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  max-width:850px;
}
[data-theme="dark"] .design-consent-note{
  background:linear-gradient(135deg, rgba(240,142,135,.13), rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.09);
}

/* Более современная карточка товара */
.product-card{
  position:relative;
  border-radius:30px!important;
  border:1px solid rgba(221,124,118,.20)!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.38)),
    var(--card)!important;
  box-shadow:0 22px 60px rgba(98,65,52,.12)!important;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 80px rgba(98,65,52,.18)!important;
  border-color:rgba(221,124,118,.36)!important;
}
[data-theme="dark"] .product-card{
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)), var(--card)!important;
  border-color:rgba(255,255,255,.095)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.34)!important;
}
.product-card .carousel,
.product-card .product-img,
.product-card img{
  height:270px;
}
.product-card .carousel,
.product-card .product-img{
  border-radius:24px;
  margin:14px 14px 0;
  overflow:hidden;
  width:calc(100% - 28px);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.34);
}
.product-card img{
  object-fit:cover;
  transition:transform .35s ease;
}
.product-card:hover img{transform:scale(1.035)}
.product-body{
  padding:18px 20px 20px;
  gap:14px;
}
.product-title{
  font-size:1.12rem;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.025em;
}
.product-body .muted.small.mb-1{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.72rem;
  font-weight:900;
  color:var(--brand);
}
.product-meta.product-meta-price{
  align-items:center;
  gap:8px;
  margin-top:2px;
}
.product-meta.product-meta-price > span:not(.price-stack):not(.product-price-pill){
  background:rgba(255,255,255,.52);
  color:var(--muted);
  border-color:rgba(221,124,118,.20);
  padding:7px 11px;
  font-weight:800;
}
[data-theme="dark"] .product-meta.product-meta-price > span:not(.price-stack):not(.product-price-pill){
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.09);
}
.price-stack{
  margin-left:auto;
  padding:5px;
  border-radius:999px;
  background:rgba(221,124,118,.10);
  border:1px solid rgba(221,124,118,.18);
}
.product-price-pill{
  padding:8px 13px!important;
  color:var(--brand-dark)!important;
  background:linear-gradient(180deg,#fff7f6,#f7d3cf)!important;
  border-color:rgba(221,124,118,.22)!important;
  box-shadow:0 10px 24px rgba(67,43,35,.10);
  font-weight:950!important;
}
.product-price-pill.is-discount{
  color:#fff!important;
  background:linear-gradient(180deg,#ff958f,#e86f68)!important;
}
.old-price{
  padding-left:8px;
  color:var(--muted);
  text-decoration:line-through;
  font-weight:800;
  opacity:.72;
}
.product-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:auto;
}
.product-actions .btn{
  width:100%;
  border-radius:16px;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.product-popular-badge{
  top:24px!important;
  right:24px!important;
  z-index:5;
  box-shadow:0 14px 30px rgba(67,43,35,.10);
}
.product-discount-badge{
  left:24px!important;
  top:24px!important;
  z-index:5;
}

/* Единый конструктор */
.constructor-format-card{
  background:linear-gradient(135deg,var(--card),rgba(221,124,118,.06));
}
.constructor-format-switch{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.constructor-format-option{
  display:block;
  cursor:pointer;
}
.constructor-format-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.constructor-format-option span{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:98px;
  padding:16px;
  border-radius:22px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  transition:.18s ease;
}
.constructor-format-option b{
  font-size:1.02rem;
  line-height:1.15;
  font-weight:950;
}
.constructor-format-option small{
  color:var(--muted);
  line-height:1.35;
  font-weight:650;
}
.constructor-format-option input:checked + span{
  background:linear-gradient(180deg,var(--brand),#e88982);
  color:#fff;
  border-color:transparent;
  box-shadow:0 16px 36px rgba(67,43,35,.10);
}
.constructor-format-option input:checked + span small{
  color:rgba(255,255,255,.88);
}

/* Админка: мобильное меню сворачивается, таблицы становятся карточками */
.admin-mobile-bar{display:none}
@media(max-width:991.98px){
  body:has(.admin-shell){background:var(--bg)}
  .admin-mobile-bar{
    display:flex;
    position:sticky;
    top:0;
    z-index:1050;
    padding:10px 12px;
    background:rgba(18,21,27,.92);
    border-bottom:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(16px);
  }
  .admin-mobile-toggle{
    width:100%;
    min-height:44px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    color:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    font-weight:900;
  }
  .admin-sidebar{
    display:none!important;
    position:fixed!important;
    left:10px;
    right:10px;
    top:64px;
    z-index:1049;
    max-height:calc(100vh - 76px);
    overflow:auto;
    padding:10px!important;
    border:1px solid var(--line)!important;
    border-radius:22px!important;
    background:var(--card)!important;
    box-shadow:0 30px 90px rgba(0,0,0,.38)!important;
  }
  .admin-sidebar.is-open{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .admin-sidebar .brand-logo-wrap{display:none!important}
  .admin-sidebar a{
    min-height:42px!important;
    justify-content:flex-start;
    margin:0!important;
    white-space:normal!important;
    font-size:.86rem!important;
    border-radius:14px!important;
  }
  .admin-content{padding:16px 12px 28px!important}
  .admin-content .section-title{font-size:2rem!important;line-height:1.04}
  .admin-table{
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .admin-table table,
  .admin-table thead,
  .admin-table tbody,
  .admin-table tr,
  .admin-table th,
  .admin-table td{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }
  .admin-table thead{display:none!important}
  .admin-table tr{
    margin-bottom:12px;
    border:1px solid var(--line);
    border-radius:18px;
    background:var(--card);
    padding:12px;
    box-shadow:var(--shadow-soft);
  }
  .admin-table td{
    border:0!important;
    padding:7px 0!important;
  }
  .admin-table td.text-end{
    text-align:left!important;
    display:flex!important;
    flex-wrap:wrap;
    gap:8px;
  }
  .admin-table .btn,
  .admin-content .btn{
    border-radius:14px;
    padding:.58rem .72rem;
    min-height:38px;
    font-size:.84rem;
  }
  .admin-inline-form{
    max-width:170px;
  }
}

@media(max-width:767.98px){
  .constructor-format-switch{grid-template-columns:1fr}
  .product-card .carousel,
  .product-card .product-img,
  .product-card img{height:214px}
  .product-actions{grid-template-columns:1fr 1fr}
  .product-actions .btn{min-height:42px;font-size:.82rem;padding:.55rem .65rem}
  .product-title{font-size:1.02rem}
  .design-consent-note{grid-template-columns:1fr;padding:18px;border-radius:24px}
  .design-consent-note__icon{width:48px;height:48px;border-radius:18px}
}

/* VDRYGTORT_PATCH3_MARKET_CARDS_WEIGHTS_HOME_20260510 */

/* Карточки товаров: маркетплейс/современный магазин */
.product-buy-panel{
  display:grid;
  gap:10px;
  padding:12px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.34));
  border:1px solid rgba(221,124,118,.16);
  margin-top:2px;
}
[data-theme="dark"] .product-buy-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border-color:rgba(255,255,255,.08);
}
.product-info-chips{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.product-info-chips span{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 10px;
  border-radius:14px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:.82rem;
  font-weight:850;
  line-height:1.1;
  white-space:nowrap;
}
.product-info-chips i{
  color:var(--brand);
  font-size:1rem;
  flex:0 0 auto;
}
.product-price-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:48px;
  padding:8px 10px 8px 13px;
  border-radius:16px;
  background:var(--card);
  border:1px solid rgba(221,124,118,.18);
  box-shadow:0 10px 26px rgba(98,65,52,.055);
}
.product-price-line small{
  color:var(--muted);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-price-line .price-stack{
  margin-left:0;
  background:transparent;
  border:0;
  padding:0;
  justify-content:flex-end;
}
.product-price-line .old-price{
  font-size:.82rem;
  padding-left:0;
}
.product-price-line .product-price-pill{
  border-radius:13px!important;
  min-width:92px;
  text-align:center;
  justify-content:center;
}
.product-meta.product-meta-price{
  display:none!important;
}
.product-body > .muted.mb-0{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.8em;
  font-size:.92rem;
  line-height:1.42;
}

/* Детальная карточка товара: цена/скидка/параметры */
.product-detail-commerce{
  display:grid;
  gap:12px;
  padding:14px;
  border-radius:24px;
  background:linear-gradient(135deg,var(--brand-3),rgba(255,255,255,.52));
  border:1px solid rgba(221,124,118,.20);
  box-shadow:var(--shadow-soft);
}
[data-theme="dark"] .product-detail-commerce{
  background:linear-gradient(135deg,rgba(240,142,135,.11),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.08);
}
.product-detail-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.product-detail-metrics span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--card);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:850;
  font-size:.9rem;
}
.product-detail-metrics i{
  color:var(--brand);
}
.product-detail-pricebox{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 14px;
  border-radius:18px;
  background:var(--card);
  border:1px solid rgba(221,124,118,.17);
}
.product-detail-pricebox small{
  color:var(--muted);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.72rem;
}
.product-detail-pricebox .product-price .price-stack{
  background:transparent;
  border:0;
  padding:0;
}
.product-page-badge-discount{
  background:linear-gradient(180deg,#ff7f78,#e45f58)!important;
  color:#fff!important;
}

/* Главная: больше ключевых форматов без перегруза */
.hero-badges{
  gap:8px;
}
.hero-lead{
  max-width:760px;
}

@media(max-width:575px){
  .product-buy-panel{
    padding:10px;
    border-radius:18px;
  }
  .product-info-chips{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .product-info-chips span{
    padding:7px 8px;
    font-size:.76rem;
  }
  .product-price-line{
    min-height:44px;
    padding:7px 8px 7px 10px;
  }
  .product-price-line .product-price-pill{
    min-width:82px;
    padding:7px 10px!important;
  }
  .product-detail-pricebox{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* VDRYGTORT_PATCH4_DARK_CARD_CONSTRUCTOR_RANGES_20260510 */

/* Карточки товаров: финальная полировка и нормальная цена на тёмной теме */
[data-theme="dark"] .product-price-pill,
[data-theme="dark"] .product-price-line .product-price-pill,
[data-theme="dark"] .price-stack .product-price-pill{
  color:#fff!important;
  background:linear-gradient(180deg,#f08e87,#db6d66)!important;
  border-color:rgba(240,142,135,.36)!important;
  box-shadow:0 12px 28px rgba(67,43,35,.10)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
}
[data-theme="dark"] .product-price-pill.is-discount{
  color:#fff!important;
  background:linear-gradient(180deg,#ff8d86,#e7655e)!important;
}
[data-theme="dark"] .product-price-line{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  border-color:rgba(255,255,255,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
[data-theme="dark"] .price-stack{
  background:rgba(240,142,135,.12)!important;
  border-color:rgba(240,142,135,.20)!important;
}
[data-theme="dark"] .old-price{
  color:#d8c7c4!important;
  opacity:.82!important;
}

.product-card{
  border-radius:26px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.48)),
    var(--card)!important;
}
[data-theme="dark"] .product-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    linear-gradient(145deg,#171d27,#121720)!important;
}
.product-card .carousel,
.product-card .product-img{
  margin:12px 12px 0!important;
  width:calc(100% - 24px)!important;
  border-radius:22px!important;
}
.product-body{
  padding:15px 20px 20px!important;
}
.product-title{
  font-size:1.06rem!important;
  line-height:1.16!important;
  min-height:2.32em;
}
.product-buy-panel{
  padding:11px!important;
  border-radius:20px!important;
}
.product-info-chips span{
  min-height:36px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
[data-theme="dark"] .product-info-chips span{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.08)!important;
  color:#d8cfd0!important;
}
.product-price-line .product-price-pill{
  font-size:.95rem!important;
  line-height:1!important;
}

/* Форматы конструктора: диаметр и вес в карточке */
.constructor-format-option em{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:9px;
  color:inherit;
  font-style:normal;
  font-size:.82rem;
  font-weight:900;
  opacity:.92;
}
.constructor-format-option em i{
  font-size:1rem;
  opacity:.9;
}
.constructor-format-option input:not(:checked) + span em{
  color:var(--brand);
}

.constructor-range-card{
  padding:16px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--brand-3),rgba(255,255,255,.52));
  border:1px solid rgba(221,124,118,.20);
  box-shadow:var(--shadow-soft);
}
[data-theme="dark"] .constructor-range-card{
  background:linear-gradient(135deg,rgba(240,142,135,.10),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.08);
}
.constructor-range-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:8px;
}
.constructor-range-head b{
  display:block;
  font-size:1rem;
  font-weight:950;
  margin-bottom:3px;
}
.constructor-range-head span{
  display:block;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.35;
}
.constructor-range-head strong{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:999px;
  background:var(--card);
  border:1px solid var(--line);
  font-size:.9rem;
  white-space:nowrap;
}
.constructor-range-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
  font-weight:850;
}
.constructor-range-row output{
  color:var(--brand);
  font-weight:950;
}
.constructor-linked-range{
  accent-color:var(--brand);
}
@media(max-width:575px){
  .constructor-range-head{
    flex-direction:column;
  }
  .constructor-range-head strong{
    width:100%;
    text-align:center;
  }
  .product-title{
    min-height:auto;
  }
}

/* VDRYGTORT_PATCH5_CARD_REBUILD_ADMIN_CONSTRUCTOR_LINK_20260510 */

/* Полная замена нижнего блока карточки товара */
.product-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
}
.product-body{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:12px!important;
  flex:0 0 auto!important;
  padding:16px 18px 18px!important;
}
.product-body > .muted.mb-0{
  display:none!important;
  min-height:0!important;
}
.product-title{
  min-height:0!important;
  font-size:1.04rem!important;
  line-height:1.18!important;
  margin-bottom:0!important;
}
.product-actions{
  margin-top:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.product-purchase-modern{
  display:grid;
  gap:8px;
  margin-top:2px;
  padding:0;
  border:0;
  background:transparent;
}
.product-card-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.product-card-stats span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:8px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(80,52,43,.10);
  color:var(--muted);
  font-size:.82rem;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(98,65,52,.045);
}
.product-card-stats i{
  color:var(--brand);
  font-size:1rem;
}
.product-card-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:52px;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#fff7f4);
  border:1px solid rgba(80,52,43,.10);
  box-shadow:0 10px 24px rgba(98,65,52,.055);
}
.product-card-price-caption{
  color:var(--muted);
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-card-price-value{
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin-left:auto;
}
.product-card-price-value small{
  color:var(--muted);
  text-decoration:line-through;
  font-size:.82rem;
  font-weight:850;
  line-height:1.1;
}
.product-card-price-value strong{
  color:var(--brand-dark);
  font-size:1.22rem;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
  letter-spacing:-.025em;
}
[data-theme="dark"] .product-card-stats span{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.085)!important;
  color:#d7ced0!important;
  box-shadow:none!important;
}
[data-theme="dark"] .product-card-price-row{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
[data-theme="dark"] .product-card-price-value strong{
  color:#fff!important;
  text-shadow:none!important;
}
[data-theme="dark"] .product-card-price-value small{
  color:#bfb0b3!important;
}
[data-theme="dark"] .product-card-price-caption{
  color:#bfb0b3!important;
}
.product-buy-panel,
.product-info-chips,
.product-price-line{
  display:none!important;
}

.admin-constructor-settings-card .form-text{
  color:var(--muted);
  font-size:.78rem;
  font-weight:700;
}

@media(max-width:575px){
  .product-body{
    padding:14px 15px 16px!important;
    gap:10px!important;
  }
  .product-card-stats span{
    min-height:34px;
    padding:7px 8px;
    font-size:.76rem;
  }
  .product-card-price-row{
    min-height:48px;
    padding:9px 10px;
  }
  .product-card-price-value strong{
    font-size:1.08rem;
  }
}

/* VDRYGTORT_PATCH6_CONSTRUCTOR_PROMO_PRELOADER_REVIEWS_20260510 */

/* Конструктор: точные форматы и пунктуация в карточках */
.constructor-format-option em{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.constructor-format-option em span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.constructor-format-option em .format-dot{
  opacity:.55;
  font-weight:950;
  padding:0 1px;
}
.constructor-format-option em i{
  color:currentColor;
  font-size:1.02rem;
}

/* Промокод: состояние без перезагрузки */
#cartPromoNotice .alert{
  border-radius:18px;
  border:1px solid var(--line);
}
.cart-promo-form button[disabled]{
  opacity:.7;
  pointer-events:none;
}

/* Прелоадер: возвращён современный текстовый вариант без лишней иконки */
.site-preloader{
  background:
    radial-gradient(circle at 28% 22%, rgba(242,199,196,.55), transparent 330px),
    radial-gradient(circle at 72% 70%, rgba(221,124,118,.18), transparent 360px),
    linear-gradient(135deg, rgba(255,248,244,.96), rgba(255,253,251,.98));
}
.loader-card.loader-card-modern.loader-card-text-only{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:1fr;
  place-items:center;
  gap:14px;
  width:min(92vw,560px);
  padding:48px 42px;
  border-radius:42px;
  overflow:hidden;
  text-align:center;
  color:var(--text);
  background:rgba(255,253,251,.74);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 32px 95px rgba(98,65,52,.16), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(20px);
  animation:loaderFloat 2.4s ease-in-out infinite;
}
.loader-card.loader-card-modern.loader-card-text-only::before{
  content:"";
  position:absolute;
  inset:-45% -25%;
  z-index:-1;
  background:linear-gradient(120deg, transparent 26%, rgba(255,255,255,.58) 48%, transparent 70%);
  transform:translateX(-35%) rotate(10deg);
  animation:loaderShine 2.9s ease-in-out infinite;
}
.loader-card-text-only p{
  margin:0;
  font-weight:500;
  font-size:clamp(2rem, 7vw, 3.1rem);
  line-height:1.08;
  letter-spacing:-.045em;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brand-dark);
}
.loader-heart-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  width:100%;
  max-width:190px;
  margin:2px 0;
  color:var(--brand);
}
.loader-card-text-only .loader-heart-line span{
  display:block!important;
  width:46px!important;
  height:2px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(221,124,118,.24)!important;
  animation:none!important;
}
.loader-heart-line i{
  font-size:1.08rem;
  line-height:1;
  filter:drop-shadow(0 8px 14px rgba(221,124,118,.24));
}
.loader-card-text-only small{
  display:block;
  max-width:380px;
  color:var(--muted);
  font-size:1.05rem;
  font-weight:600;
  line-height:1.55;
}
[data-theme="dark"] .site-preloader{
  background:
    radial-gradient(circle at 28% 22%, rgba(240,142,135,.22), transparent 330px),
    radial-gradient(circle at 76% 70%, rgba(107,198,165,.12), transparent 360px),
    linear-gradient(135deg, rgba(18,21,27,.98), rgba(26,32,41,.98));
}
[data-theme="dark"] .loader-card.loader-card-modern.loader-card-text-only{
  background:rgba(24,29,38,.76);
  border-color:rgba(255,255,255,.10);
  box-shadow:0 30px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
}
[data-theme="dark"] .loader-card.loader-card-modern.loader-card-text-only::before{
  background:linear-gradient(120deg, transparent 28%, rgba(255,255,255,.08) 50%, transparent 72%);
}
[data-theme="dark"] .loader-card-text-only p{
  color:var(--text);
}
@keyframes loaderFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes loaderShine{
  0%,20%{transform:translateX(-48%) rotate(10deg)}
  65%,100%{transform:translateX(48%) rotate(10deg)}
}
@media(max-width:575px){
  .loader-card.loader-card-modern.loader-card-text-only{
    width:min(90vw,380px);
    padding:36px 24px;
    border-radius:32px;
  }
  .loader-card-text-only p{
    font-size:clamp(1.75rem, 9vw, 2.4rem);
  }
  .loader-card-text-only small{
    font-size:.9rem;
  }
}

/* VDRYGTORT_PATCH7_CONSTRUCTOR_FORMAT_PRICE_DETAIL_20260510 */

/* Конструктор: аккуратные метки формата без тяжелого/ломаного дизайна */
.constructor-format-option > span{
  gap:8px!important;
  min-height:118px!important;
  padding:17px 18px!important;
  border-radius:24px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.30)),
    var(--bg-soft)!important;
  border:1px solid rgba(221,124,118,.16)!important;
  box-shadow:0 12px 30px rgba(98,65,52,.055)!important;
}
[data-theme="dark"] .constructor-format-option > span{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:none!important;
}
.constructor-format-option input:checked + span{
  color:var(--text)!important;
  background:
    linear-gradient(180deg,rgba(221,124,118,.16),rgba(221,124,118,.055)),
    var(--card)!important;
  border-color:rgba(221,124,118,.45)!important;
  box-shadow:0 16px 38px rgba(67,43,35,.10)!important;
}
[data-theme="dark"] .constructor-format-option input:checked + span{
  background:linear-gradient(180deg,rgba(240,142,135,.14),rgba(255,255,255,.035))!important;
  border-color:rgba(240,142,135,.38)!important;
}
.constructor-format-option input:checked + span small{
  color:var(--muted)!important;
}
.constructor-format-option b{
  font-size:1.05rem!important;
}
.constructor-format-option small{
  min-height:2.7em;
  font-size:.88rem!important;
}
.constructor-format-option em{
  margin-top:auto!important;
  padding-top:8px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  color:var(--muted)!important;
  font-style:normal!important;
  font-size:.82rem!important;
  font-weight:900!important;
  opacity:1!important;
}
.constructor-format-option input:checked + span em{
  color:var(--brand-dark)!important;
}
.constructor-format-option .format-meta{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:var(--card)!important;
  border:1px solid var(--line)!important;
  line-height:1!important;
}
[data-theme="dark"] .constructor-format-option .format-meta{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.09)!important;
}
.constructor-format-option .format-meta i{
  color:var(--brand)!important;
  font-size:.98rem!important;
  opacity:1!important;
}
.constructor-format-option .format-dot{
  padding:0!important;
  opacity:.55!important;
  background:transparent!important;
  border:0!important;
  color:var(--muted)!important;
  font-weight:950!important;
  line-height:1!important;
}

/* Детальная карточка товара: цена без старой плашки */
.product-detail-pricebox-v2{
  padding:15px 16px!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 100% 0, rgba(221,124,118,.12), transparent 145px),
    var(--card)!important;
  border:1px solid rgba(221,124,118,.18)!important;
  box-shadow:0 14px 34px rgba(98,65,52,.07);
}
.product-detail-pricebox-v2 > div:first-child{
  display:grid;
  gap:4px;
}
.product-detail-pricebox-v2 small{
  color:var(--brand)!important;
  font-size:.74rem!important;
  letter-spacing:.11em!important;
}
.product-detail-pricebox-v2 > div:first-child span{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.35;
  max-width:320px;
}
.product-detail-price-value{
  display:grid;
  justify-items:end;
  gap:3px;
  min-width:150px;
}
.product-detail-price-value del{
  color:var(--muted);
  font-size:.95rem;
  font-weight:850;
  opacity:.78;
}
.product-detail-price-value strong{
  color:var(--text);
  font-size:clamp(1.75rem,3vw,2.45rem);
  line-height:.95;
  font-weight:950;
  letter-spacing:-.045em;
  white-space:nowrap;
}
[data-theme="dark"] .product-detail-pricebox-v2{
  background:
    radial-gradient(circle at 100% 0, rgba(240,142,135,.14), transparent 145px),
    rgba(255,255,255,.04)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:none!important;
}
[data-theme="dark"] .product-detail-price-value strong{
  color:#fff!important;
}
@media(max-width:575px){
  .constructor-format-option > span{
    min-height:auto!important;
  }
  .constructor-format-option small{
    min-height:0;
  }
  .product-detail-pricebox-v2{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .product-detail-price-value{
    justify-items:start;
    min-width:0;
  }
}

/* VDRYGTORT_PATCH8_CONSTRUCTOR_FORMAT_META_INLINE_20260510 */

/* Конструктор: нормальный компактный вид диаметра и веса в карточках формата */
.constructor-format-option em{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:auto!important;
  padding-top:8px!important;
  font-style:normal!important;
  font-size:.86rem!important;
  line-height:1.2!important;
  font-weight:850!important;
  color:var(--muted)!important;
  opacity:1!important;
}
.constructor-format-option input:checked + span em{
  color:rgba(255,255,255,.92)!important;
}
.constructor-format-option .format-meta{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}
.constructor-format-option .format-meta i{
  color:var(--brand)!important;
  font-size:1rem!important;
  line-height:1!important;
  opacity:1!important;
}
.constructor-format-option input:checked + span .format-meta i{
  color:rgba(255,255,255,.92)!important;
}
.constructor-format-option .format-dot{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:currentColor!important;
  opacity:.45!important;
  font-weight:950!important;
  line-height:1!important;
}
[data-theme="dark"] .constructor-format-option .format-meta{
  background:transparent!important;
  border:0!important;
}

/* VDRYGTORT_PATCH9_CONSTRUCTOR_FORMAT_META_TEXT_20260510 */

/* Конструктор: финальная правка параметров формата — без неудачных иконок */
.constructor-format-option em{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  width:auto!important;
  margin-top:10px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.48)!important;
  border:1px solid rgba(80,52,43,.10)!important;
  box-shadow:none!important;
  color:var(--muted)!important;
  font-style:normal!important;
  font-size:.82rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
  opacity:1!important;
}
.constructor-format-option input:checked + span em{
  color:var(--brand-dark)!important;
  background:rgba(255,255,255,.62)!important;
  border-color:rgba(221,124,118,.20)!important;
}
[data-theme="dark"] .constructor-format-option em{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.09)!important;
  color:#cfc5c7!important;
}
[data-theme="dark"] .constructor-format-option input:checked + span em{
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(240,142,135,.24)!important;
  color:#f3d6d3!important;
}
.constructor-format-option .format-meta{
  display:inline!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.constructor-format-option .format-meta i{
  display:none!important;
}
.constructor-format-option .format-dot{
  display:inline!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:currentColor!important;
  opacity:.42!important;
  font-weight:950!important;
  line-height:1!important;
}
@media(max-width:575px){
  .constructor-format-option em{
    margin-top:8px!important;
    padding:6px 9px!important;
    font-size:.78rem!important;
  }
}

/* VDRYGTORT_PATCH10_CONSTRUCTOR_CALC_PHOTO_DECOR_FIX_20260510 */

/* Конструктор: индивидуальный декор для средних/больших тортов */
.constructor-big-decor-block{
  margin-top:16px;
}
.constructor-big-decor-option{
  border-style:solid!important;
  background:linear-gradient(135deg,rgba(221,124,118,.08),rgba(255,255,255,.38))!important;
}
[data-theme="dark"] .constructor-big-decor-option{
  background:linear-gradient(135deg,rgba(240,142,135,.09),rgba(255,255,255,.025))!important;
}
.constructor-big-decor-option textarea{
  resize:vertical;
}

/* VDRYGTORT_PATCH11_PHOTO_PAPER_CART_BIG_PRICE_20260510 */

/* Корзина: подсказка и предварительный пересчёт доплаты за фото на фотобумаге */
.cart-reference-surcharge-hint{
  display:block;
  padding:9px 11px;
  border-radius:14px;
  background:rgba(221,124,118,.08);
  border:1px dashed rgba(221,124,118,.34);
  color:var(--muted);
  font-size:.82rem;
  line-height:1.35;
  font-weight:700;
}
.cart-reference-surcharge-hint.is-active{
  color:var(--brand-dark);
  background:rgba(221,124,118,.14);
  border-style:solid;
}
[data-theme="dark"] .cart-reference-surcharge-hint{
  background:rgba(240,142,135,.08);
  border-color:rgba(240,142,135,.24);
  color:#cfc5c7;
}
[data-theme="dark"] .cart-reference-surcharge-hint.is-active{
  color:#f3d6d3;
  background:rgba(240,142,135,.13);
}


/* VDRYGTORT_LOCAL_NEW_ACCESSORY_CART_20260621 */
.product-new-badge,
.product-popular-badge.product-new-badge,
.product-page-badge-new{
  background:linear-gradient(180deg,#72c9a6,#43a77f)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 12px 28px rgba(67,167,127,.24)!important;
}
.product-new-badge:before{content:"✦"!important}
.category-pills .category-new-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.category-pills .category-new-pill i{font-size:1rem}
.admin-new-badge{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(67,167,127,.13);
  color:#2d8d69;
  font-size:.72rem;
  font-weight:900;
  vertical-align:middle;
}
[data-theme="dark"] .admin-new-badge{color:#80d6b4;background:rgba(67,167,127,.15)}

.accessory-grid{align-items:stretch}
.accessory-card{
  height:100%;
  padding:0!important;
  overflow:hidden;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  border-radius:28px!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.accessory-card:hover,
.accessory-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(221,124,118,.34);
  box-shadow:0 28px 70px rgba(98,65,52,.15);
  outline:none;
}
.accessory-card-media{
  position:relative;
  aspect-ratio:1/1;
  margin:12px 12px 0;
  overflow:hidden;
  border-radius:22px;
  background:var(--bg-soft);
}
.accessory-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.accessory-card:hover .accessory-card-media img{transform:scale(1.035)}
.accessory-new-badge{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:7px 11px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
}
.accessory-zoom-hint{
  position:absolute;
  left:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(26,22,20,.64);
  backdrop-filter:blur(10px);
  font-size:.78rem;
  font-weight:850;
  opacity:0;
  transform:translateY(5px);
  transition:.2s ease;
}
.accessory-card:hover .accessory-zoom-hint,
.accessory-card:focus-visible .accessory-zoom-hint{opacity:1;transform:none}
.accessory-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:17px 18px 19px;
}
.accessory-card-kicker{
  display:block;
  color:var(--brand);
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:5px;
}
.accessory-card-title{
  margin:0;
  color:var(--text);
  font-size:1.08rem;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.02em;
}
.accessory-card-description{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.7em;
  margin:7px 0 0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.42;
}
.accessory-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
}
.accessory-card-meta span{
  padding:7px 10px;
  border-radius:999px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:.78rem;
  font-weight:850;
}
.accessory-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:3px;
}
.accessory-card-footer strong{
  color:var(--text);
  font-size:1.25rem;
  line-height:1;
  font-weight:950;
  letter-spacing:-.035em;
}
.accessory-card-footer .btn{border-radius:14px;min-height:42px}

.accessory-modal .modal-content{
  overflow:hidden;
  border-radius:30px;
}
.accessory-modal-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:22px;
  align-items:stretch;
}
.accessory-modal-media{
  display:grid;
  place-items:center;
  min-height:420px;
  max-height:72vh;
  padding:12px;
  border-radius:24px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  overflow:hidden;
}
.accessory-modal-media img{
  display:block;
  width:100%;
  height:100%;
  max-height:calc(72vh - 24px);
  object-fit:contain;
  border-radius:16px;
}
.accessory-modal-info{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:17px;
  padding:14px 5px 5px;
}
.accessory-modal-new{position:static;align-self:flex-start;display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border-radius:999px;font-size:.78rem;font-weight:900}
.accessory-modal-info p{
  margin:0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.65;
  white-space:pre-line;
}
.accessory-modal-meta{display:flex;flex-wrap:wrap;gap:8px}
.accessory-modal-meta span{
  padding:8px 11px;
  border-radius:999px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:.84rem;
  font-weight:850;
}
.accessory-modal-purchase{
  margin-top:auto;
  display:grid;
  gap:14px;
  padding:16px;
  border-radius:22px;
  background:var(--bg-soft);
  border:1px solid var(--line);
}
.accessory-modal-purchase > div{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
}
.accessory-modal-purchase small{
  color:var(--muted);
  font-size:.74rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.accessory-modal-purchase strong{
  color:var(--text);
  font-size:1.65rem;
  line-height:1;
  font-weight:950;
}
@media(max-width:767.98px){
  .accessory-modal-layout{grid-template-columns:1fr;gap:14px}
  .accessory-modal-media{min-height:0;height:min(55vh,520px);max-height:none}
  .accessory-modal-media img{max-height:100%}
  .accessory-modal-info{padding:0 0 10px}
  .accessory-modal-purchase{margin-top:4px;position:sticky;bottom:0;background:var(--card)}
  .accessory-zoom-hint{opacity:1;transform:none}
}

/* VDRYGTORT_PATCH12_EXTRA_CATEGORIES_FILTERS_FONT_CONSTRUCTOR_20260625 */
/* Более читаемая типографика без слипающихся букв */
body,
button,
input,
select,
textarea,
.tooltip,
.popover{
  font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}
body{letter-spacing:0!important;line-height:1.55}
.product-title,
.product-detail-title,
.cart-product-title,
.modal-title,
.section-title,
.hero-title{
  letter-spacing:-.012em!important;
  font-kerning:normal;
}
.product-title{line-height:1.28!important;font-weight:750!important}
.product-body>.muted{line-height:1.55!important;letter-spacing:0!important}
.btn,.nav-link,.badge-soft,.soft-badge{letter-spacing:0!important}

/* Якорь главного меню с поправкой на липкую шапку */
#menu,#menu-catalog{scroll-margin-top:108px}

/* Медиа-блок карточки и несколько одновременных статусов */
.product-media{
  position:relative;
  overflow:hidden;
  flex:0 0 auto;
  background:var(--bg-soft);
}
.product-media>.product-img,
.product-media>.carousel,
.product-media>.carousel .carousel-inner,
.product-media>.carousel .carousel-item{
  width:100%;
}
.product-status-badges{
  position:absolute;
  top:14px;
  right:14px;
  z-index:8;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
  max-width:72%;
}
.product-status-badges .product-popular-badge{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  box-shadow:0 8px 20px rgba(55,31,26,.16)!important;
}
.product-status-badges .product-hit-badge{
  background:linear-gradient(180deg,#ffd88f,#f4a75f)!important;
  color:#5d341b!important;
}
.product-status-badges .product-popular-only-badge{
  background:linear-gradient(180deg,#7a5961,#5c3f47)!important;
}
.product-status-badges .product-new-badge{
  background:linear-gradient(180deg,#ef8d86,#d96b65)!important;
}

/* Дополнительные категории внизу изображения */
.product-extra-category-badges{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:8;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  pointer-events:none;
}
.product-extra-category-badges a{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 12px;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(104,67,49,.96),rgba(76,46,34,.96));
  border:1px solid rgba(255,245,236,.34);
  color:#fff7f2!important;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  font-size:.78rem;
  line-height:1.1;
  letter-spacing:.01em;
  font-weight:800;
  box-shadow:0 10px 24px rgba(35,19,14,.28);
  text-shadow:0 1px 0 rgba(0,0,0,.14);
}
.product-extra-category-badges a:hover{
  background:linear-gradient(180deg,#7a4e3b,#5f3828);
  border-color:rgba(255,245,236,.52);
  transform:translateY(-1px);
}

/* Фильтры дополнительных категорий */
.home-flavour-filter,
.menu-filter-panel{
  margin:18px 0 26px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,var(--card),rgba(221,124,118,.07));
  box-shadow:0 12px 30px rgba(73,43,38,.05);
}
.home-flavour-filter__head,
.menu-filter-panel__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:13px;
}
.home-flavour-filter__head>span,
.menu-filter-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--text);
  font-weight:800;
  font-size:1rem;
}
.home-flavour-filter__head>span i,
.menu-filter-title i{color:var(--brand);font-size:1.15rem}
.home-flavour-filter__head small,
.menu-filter-panel__top small{color:var(--muted)}
.extra-category-pills{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.extra-category-pills a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 13px;
  border:1px solid var(--line);
  border-radius:13px;
  background:var(--card);
  color:var(--text);
  font-size:.88rem;
  line-height:1.15;
  font-weight:700;
}
.extra-category-pills a small{
  min-width:21px;
  height:21px;
  display:inline-grid;
  place-items:center;
  padding:0 5px;
  border-radius:999px;
  background:var(--bg-soft);
  color:var(--muted);
  font-size:.68rem;
}
.extra-category-pills a:hover,
.extra-category-pills a.active{
  color:#fff;
  background:var(--brand);
  border-color:var(--brand);
  box-shadow:0 8px 18px rgba(67,43,35,.10);
}
.extra-category-pills a.active small{
  color:var(--brand-dark);
  background:rgba(255,255,255,.82);
}
.menu-filter-group+.menu-filter-group{
  margin-top:17px;
  padding-top:17px;
  border-top:1px solid var(--line);
}
.menu-filter-label{
  display:block;
  margin-bottom:9px;
  color:var(--muted);
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.menu-filter-panel .category-pills{margin-top:0}
.menu-filter-reset{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--brand-dark);
  font-size:.88rem;
  font-weight:750;
}
.menu-filter-reset:hover{color:var(--brand)}
.menu-active-filter-summary{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin:0 0 2px;
  color:var(--muted);
  font-size:.9rem;
}
.menu-active-filter-summary b{
  padding:6px 9px;
  border-radius:10px;
  background:var(--brand-3);
  color:var(--brand-dark);
  font-size:.8rem;
}
.menu-active-filter-summary small{margin-left:auto}

/* Красивое пустое состояние фильтра */
.menu-empty-state{
  max-width:760px;
  margin:18px auto 0;
  padding:42px 30px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:30px;
  background:linear-gradient(145deg,var(--card),rgba(221,124,118,.09));
  box-shadow:var(--shadow-soft);
}
.menu-empty-state__icon{
  width:72px;
  height:72px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:var(--brand-3);
  color:var(--brand);
  font-size:2rem;
}
.menu-empty-state .eyebrow:before{display:none}
.menu-empty-state h2{font-size:clamp(1.45rem,3vw,2.2rem);font-weight:800;line-height:1.2}
.menu-empty-state p{max-width:620px;margin:12px auto 22px;color:var(--muted)}

/* Обновлённый продающий блок конструктора */
.home-constructor-spotlight{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:36px;
  align-items:center;
  padding:clamp(28px,5vw,58px);
  border:1px solid rgba(221,124,118,.22);
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 20%,rgba(255,205,195,.46),transparent 32%),
    linear-gradient(145deg,var(--card),rgba(221,124,118,.11));
  box-shadow:0 24px 58px rgba(75,44,38,.11);
}
.home-constructor-spotlight:before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  left:-90px;
  bottom:-130px;
  border-radius:50%;
  background:rgba(221,124,118,.08);
}
.home-constructor-content{position:relative;z-index:2}
.home-constructor-content>.section-title{max-width:760px;margin-bottom:16px}
.home-constructor-content>p{max-width:720px;color:var(--muted);font-size:1.03rem;line-height:1.68}
.home-constructor-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
  margin:22px 0 25px;
}
.home-constructor-benefits span{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:var(--text);
  font-size:.92rem;
  font-weight:650;
}
.home-constructor-benefits i{
  flex:0 0 auto;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--brand-3);
  color:var(--brand);
  font-weight:900;
}
.home-constructor-actions{display:flex;gap:10px;flex-wrap:wrap}
.home-constructor-visual{position:relative;z-index:2}
.cake-builder-card{
  max-width:430px;
  margin-left:auto;
  padding:18px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:28px;
  background:rgba(255,255,255,.58);
  backdrop-filter:blur(10px);
  box-shadow:0 22px 48px rgba(90,52,44,.15);
  transform:rotate(1.2deg);
}
[data-theme="dark"] .cake-builder-card{background:rgba(45,32,35,.72);border-color:rgba(255,255,255,.1)}
.cake-builder-card__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:14px}
.cake-builder-card__top span{color:var(--brand);font-weight:850;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}
.cake-builder-card__top b{max-width:180px;text-align:right;font-size:.88rem;line-height:1.25}
.cake-layer{
  position:relative;
  min-height:48px;
  margin:0 auto 7px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  border:1px solid rgba(77,43,35,.12);
  box-shadow:inset 0 -5px 10px rgba(77,43,35,.05);
  color:#593b34;
  font-size:.78rem;
  font-weight:800;
}
.cake-layer--cream{width:88%;background:linear-gradient(180deg,#fffdf8,#f7e9dc)}
.cake-layer--filling{width:94%;background:linear-gradient(180deg,#d98783,#bd6869);color:#fff}
.cake-layer--biscuit{width:100%;background:linear-gradient(180deg,#c8895a,#a96b45);color:#fff}
.cake-layer--filling.second{width:96%;background:linear-gradient(180deg,#9d6d80,#7b4f64)}
.cake-layer--biscuit.second{width:98%}
.cake-builder-card__footer{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  padding:11px 12px;
  border-radius:14px;
  background:var(--brand-3);
  color:var(--brand-dark);
  font-size:.82rem;
  font-weight:750;
}
.cake-builder-card__footer i{font-size:1.1rem}

/* Дополнительные категории на странице товара */
.product-detail-extra-categories{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:-2px 0 14px;
}
.product-detail-extra-categories a{
  padding:7px 10px;
  border-radius:10px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:.78rem;
  font-weight:700;
}
.product-detail-extra-categories a:hover{color:#fff;background:var(--brand);border-color:var(--brand)}
.product-page-badge-hit{background:#f4b25f!important;color:#5d341b!important}
.product-page-badge-popular{background:#6c4b55!important;color:#fff!important}

/* Админка: выбор нескольких дополнительных категорий */
.admin-extra-category-picker{
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--bg-soft);
}
.admin-tag-check-grid{display:flex;gap:8px;flex-wrap:wrap}
.admin-tag-check{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--card);
  cursor:pointer;
  font-size:.86rem;
  font-weight:700;
}
.admin-tag-check input{accent-color:var(--brand)}
.admin-tag-check:has(input:checked){border-color:var(--brand);background:var(--brand-3);color:var(--brand-dark)}
.admin-tag-check.is-inactive{opacity:.58}
.admin-tag-check small{font-size:.68rem;color:var(--muted)}

[data-theme="dark"] .home-flavour-filter,
[data-theme="dark"] .menu-filter-panel,
[data-theme="dark"] .home-constructor-spotlight,
[data-theme="dark"] .menu-empty-state{
  background:linear-gradient(145deg,var(--card),rgba(240,142,135,.06));
}

@media(max-width:991px){
  #menu,#menu-catalog{scroll-margin-top:86px}
  .home-constructor-spotlight{grid-template-columns:1fr;gap:28px}
  .cake-builder-card{margin:0 auto;max-width:520px}
}
@media(max-width:575px){
  .product-status-badges{top:10px;right:10px;gap:5px;max-width:68%}
  .product-status-badges .product-popular-badge{padding:5px 8px!important;font-size:.68rem!important}
  .product-extra-category-badges{left:10px;right:10px;bottom:10px;gap:6px}
  .product-extra-category-badges a{min-height:28px;padding:6px 10px;font-size:.7rem;border-radius:10px}
  .home-flavour-filter,.menu-filter-panel{padding:14px;border-radius:18px}
  .extra-category-pills a{padding:8px 10px;font-size:.8rem}
  .menu-filter-panel .category-pills a{padding:8px 11px;font-size:.82rem}
  .menu-active-filter-summary small{width:100%;margin-left:0}
  .home-constructor-spotlight{padding:24px 18px;border-radius:26px}
  .home-constructor-benefits{grid-template-columns:1fr}
  .home-constructor-actions .btn{width:100%;justify-content:center}
  .cake-builder-card{padding:14px;border-radius:22px}
  .cake-builder-card__top{align-items:flex-start;flex-direction:column}
  .cake-builder-card__top b{text-align:left;max-width:none}
  .cake-layer{min-height:42px}
}

/* VDRYGTORT_ORDER_EDITOR_PHOTO_NOTICE_20260625 */
.photo-auto-charge-notice{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(221,124,118,.28);
  background:linear-gradient(145deg,rgba(255,248,245,.98),rgba(250,231,226,.92));
  color:#5d3b34;
  box-shadow:0 10px 26px rgba(94,52,43,.07);
}
.photo-auto-charge-notice i{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:11px;
  background:rgba(221,124,118,.16);
  color:var(--brand-dark);
  font-size:1.1rem;
}
.photo-auto-charge-notice div{font-size:.9rem;line-height:1.5}
.photo-auto-charge-notice b{display:block;margin-bottom:2px;color:#4d302a}
.photo-auto-charge-notice span{display:block;color:#72544d}
[data-theme="dark"] .photo-auto-charge-notice{
  border-color:rgba(240,142,135,.22);
  background:linear-gradient(145deg,rgba(84,55,52,.92),rgba(55,39,39,.96));
  color:#f4dfdc;
}
[data-theme="dark"] .photo-auto-charge-notice b{color:#fff2ef}
[data-theme="dark"] .photo-auto-charge-notice span{color:#d8c0bd}

.admin-order-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.admin-order-item-editor{padding:22px;border:1px solid var(--line)}
.admin-order-item-editor__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.admin-order-item-number{display:inline-block;margin-bottom:4px;color:var(--brand-dark);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.admin-order-item-total-box{flex:0 0 auto;min-width:150px;padding:12px 14px;border-radius:18px;background:linear-gradient(145deg,var(--brand-3),rgba(221,124,118,.12));text-align:right}
.admin-order-item-total-box small,.admin-order-item-total-box span{display:block;color:var(--muted);font-size:.72rem}
.admin-order-item-total-box strong{display:block;margin:2px 0;font-size:1.2rem;color:var(--brand-dark)}
.admin-order-size-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:15px;border-radius:18px;background:rgba(221,124,118,.055);border:1px solid rgba(221,124,118,.12)}
.admin-order-components{padding-top:2px}
.admin-order-components__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.admin-order-component-list{display:grid;gap:10px}
.admin-order-component-row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(150px,1.1fr) 88px 110px 100px 42px;gap:10px;align-items:end;padding:12px;border:1px solid var(--line);border-radius:17px;background:var(--card)}
.admin-order-component-row .form-label{font-size:.72rem;margin-bottom:5px;color:var(--muted)}
.admin-order-component-line-total{align-self:center;text-align:right;padding-top:18px}
.admin-order-component-line-total small{display:block;color:var(--muted);font-size:.68rem}
.admin-order-component-line-total b{font-size:.9rem;color:var(--brand-dark);white-space:nowrap}
.admin-order-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.admin-order-price-control{padding:14px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.42)}
.admin-order-price-control small{display:block;margin-top:7px;color:var(--muted);font-size:.74rem;line-height:1.4}
.admin-order-client-comment{padding:13px 15px;border-radius:16px;background:rgba(73,43,38,.045);font-size:.86rem;line-height:1.5}
.admin-order-item-images{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.admin-order-item-images img{width:110px;height:86px;object-fit:cover;border-radius:14px;border:1px solid var(--line)}
.admin-order-summary-editor{padding:22px}
.admin-order-client-card{display:grid;gap:3px;padding:14px;border-radius:18px;background:rgba(221,124,118,.07);border:1px solid rgba(221,124,118,.13)}
.admin-order-client-card b{font-size:1rem}
.admin-order-client-card span{font-weight:700;color:var(--brand-dark)}
.admin-order-client-card small{color:var(--muted)}
.admin-order-main-reference{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px;border:1px solid var(--line);text-decoration:none;color:inherit}
.admin-order-main-reference img{width:72px;height:58px;object-fit:cover;border-radius:11px}
.admin-order-main-reference span{font-size:.82rem;font-weight:700}
.admin-order-total-final{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:16px;border-radius:20px;background:linear-gradient(145deg,#6f4236,#4e2f28);color:#fff}
.admin-order-total-final span{font-size:.82rem;opacity:.8}
.admin-order-total-final strong{font-size:1.45rem;white-space:nowrap}
[data-theme="dark"] .admin-order-price-control{background:rgba(255,255,255,.025)}
[data-theme="dark"] .admin-order-client-comment{background:rgba(255,255,255,.035)}

@media(max-width:1199px){
  .admin-order-component-row{grid-template-columns:minmax(210px,2fr) minmax(140px,1fr) 80px 100px 90px 42px}
  .admin-order-size-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .photo-auto-charge-notice{padding:12px 13px;border-radius:16px}
  .admin-order-item-editor{padding:16px}
  .admin-order-item-editor__top{display:grid}
  .admin-order-item-total-box{min-width:0;width:100%;text-align:left}
  .admin-order-size-grid,.admin-order-pricing-grid{grid-template-columns:1fr}
  .admin-order-components__head{display:grid}
  .admin-order-component-row{grid-template-columns:1fr 1fr;padding:11px}
  .admin-order-component-main{grid-column:1/-1}
  .admin-order-component-line-total{text-align:left;padding-top:4px}
  .admin-order-component-row>.js-admin-remove-component{align-self:end;justify-self:end}
}

/* VDRYGTORT_PATCH_ADMIN_ORDER_COMPONENT_FILTER_EMPTY_CART_BADGES_20260625 */

/* Редактор заказа: широкое окно без перекрытия колонок */
#adminOrderModal .admin-order-modal-dialog{
  width:min(1540px,calc(100vw - 28px));
  max-width:none;
  margin:14px auto;
}
#adminOrderModal .modal-content{max-height:calc(100vh - 28px)}
#adminOrderModal .modal-body{overflow-x:hidden;padding:22px}
#adminOrderModal .admin-order-editor,
#adminOrderModal .admin-order-editor>.row,
#adminOrderModal .admin-order-editor>.row>[class*="col-"]{min-width:0}
#adminOrderModal .admin-order-item-editor{min-width:0;overflow:hidden}
#adminOrderModal .admin-order-component-row{
  width:100%;
  min-width:0;
  grid-template-columns:minmax(180px,2fr) minmax(125px,1.1fr) 72px 96px 88px 40px;
}
#adminOrderModal .admin-order-component-row>*,
#adminOrderModal .admin-order-component-main,
#adminOrderModal .admin-order-component-row select,
#adminOrderModal .admin-order-component-row input{min-width:0;max-width:100%}
#adminOrderModal .admin-order-component-row select{text-overflow:ellipsis}

@media(max-width:1399.98px){
  #adminOrderModal .admin-order-editor>.row>.col-xl-8,
  #adminOrderModal .admin-order-editor>.row>.col-xl-4{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
  }
  #adminOrderModal .admin-order-summary-editor{
    position:static!important;
    top:auto!important;
  }
}
@media(max-width:991.98px){
  #adminOrderModal .modal-body{padding:16px}
  #adminOrderModal .admin-order-component-row{
    grid-template-columns:minmax(0,1.65fr) minmax(0,1fr) 76px 92px;
  }
  #adminOrderModal .admin-order-component-line-total{grid-column:3/4}
  #adminOrderModal .admin-order-component-row>.js-admin-remove-component{grid-column:4/5}
}
@media(max-width:575.98px){
  #adminOrderModal .admin-order-modal-dialog{width:100%;margin:0;min-height:100%}
  #adminOrderModal .modal-content{min-height:100vh;max-height:100vh;border-radius:0}
  #adminOrderModal .admin-order-component-row{grid-template-columns:1fr 1fr}
  #adminOrderModal .admin-order-component-main{grid-column:1/-1}
  #adminOrderModal .admin-order-component-line-total{grid-column:auto}
  #adminOrderModal .admin-order-component-row>.js-admin-remove-component{grid-column:auto}
}

/* Поиск и фильтры компонентов в карточке товара */
.admin-component-result-count{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:.76rem;
  font-weight:800;
}
.admin-component-filter-tools{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(170px,.58fr) auto;
  gap:10px;
  align-items:center;
  padding:12px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--bg-soft);
}
.admin-component-search{position:relative;display:block}
.admin-component-search i{
  position:absolute;
  left:13px;
  top:50%;
  z-index:2;
  transform:translateY(-50%);
  color:var(--muted);
  pointer-events:none;
}
.admin-component-search .form-control{padding-left:38px}
.admin-component-selected-only{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--card);
  white-space:nowrap;
  font-size:.8rem;
  font-weight:750;
  cursor:pointer;
}
.admin-component-selected-only input{accent-color:var(--brand)}
.admin-product-component-list{
  max-height:680px;
  overflow:auto;
  display:grid;
  gap:10px;
  padding-right:4px;
}
.admin-product-component-list .option-box{margin:0;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.admin-product-component-list .option-box.is-selected,
.admin-product-component-list .option-box:has(.js-admin-product-component-check:checked){
  border-color:rgba(221,124,118,.48);
  background:linear-gradient(145deg,var(--card),rgba(221,124,118,.09));
  box-shadow:0 9px 24px rgba(73,43,38,.06);
}
.admin-component-filter-empty{
  min-height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  color:var(--muted);
  border:1px dashed var(--line);
  border-radius:18px;
}
.admin-component-filter-empty i{font-size:1.55rem;color:var(--brand)}
.admin-component-filter-empty b{color:var(--text)}
.admin-component-filter-empty span{font-size:.82rem}
@media(max-width:767.98px){
  .admin-component-filter-tools{grid-template-columns:1fr}
  .admin-component-selected-only{justify-content:center}
}

/* Пустая корзина: акцент на конструкторе */
.empty-cart-showcase{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:38px;
  align-items:center;
  padding:42px;
  background:
    radial-gradient(circle at 86% 18%,rgba(221,124,118,.18),transparent 34%),
    linear-gradient(145deg,var(--card),rgba(245,229,224,.72));
}
.empty-cart-showcase:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-85px;
  bottom:-95px;
  background:rgba(110,70,55,.08);
}
.empty-cart-showcase__copy{position:relative;z-index:2}
.empty-cart-showcase__copy h2{
  max-width:760px;
  margin:9px 0 12px;
  font-size:clamp(1.75rem,3vw,2.8rem);
  line-height:1.08;
  letter-spacing:-.025em;
}
.empty-cart-showcase__copy>p{max-width:720px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}
.empty-cart-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.empty-cart-benefits span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border-radius:12px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(110,70,55,.1);
  color:var(--text);
  font-size:.82rem;
  font-weight:750;
}
.empty-cart-benefits i{color:var(--brand-dark)}
.empty-cart-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px}
.empty-cart-showcase__visual{position:relative;z-index:2;display:grid;place-items:center;min-height:310px}
.empty-cart-cake{position:relative;width:250px;height:220px;filter:drop-shadow(0 22px 28px rgba(72,42,34,.2))}
.empty-cart-cake span{position:absolute;left:50%;transform:translateX(-50%);border-radius:50% / 22%}
.empty-cart-cake__base{bottom:14px;width:230px;height:88px;background:linear-gradient(180deg,#b6765a,#7f4b39)}
.empty-cart-cake__filling{bottom:76px;width:218px;height:30px;background:linear-gradient(180deg,#d9556b,#a8324d)}
.empty-cart-cake__cream{bottom:94px;width:224px;height:72px;background:linear-gradient(180deg,#fff7ed,#ead8ca)}
.empty-cart-cake__top{bottom:145px;width:224px;height:64px;background:linear-gradient(180deg,#fffdf9,#eaded5);box-shadow:inset 0 -8px 0 rgba(150,94,76,.06)}
.empty-cart-cake>i{position:absolute;left:50%;top:26px;transform:translateX(-50%);color:var(--brand);font-size:2.1rem}
.empty-cart-calc-badge{
  position:absolute;
  right:4px;
  bottom:7px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 13px;
  border-radius:14px;
  background:linear-gradient(180deg,#6c4335,#4d2d24);
  color:#fff7f2;
  font-size:.78rem;
  font-weight:800;
  box-shadow:0 14px 28px rgba(50,27,20,.22);
}
[data-theme="dark"] .empty-cart-showcase{
  background:radial-gradient(circle at 86% 18%,rgba(240,142,135,.12),transparent 34%),linear-gradient(145deg,#1f232d,#292733);
}
[data-theme="dark"] .empty-cart-benefits span{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.08)}
@media(max-width:991.98px){
  .empty-cart-showcase{grid-template-columns:1fr;padding:30px}
  .empty-cart-showcase__visual{min-height:255px}
}
@media(max-width:575.98px){
  .empty-cart-showcase{padding:24px 18px;gap:20px;border-radius:24px}
  .empty-cart-showcase__copy h2{font-size:1.8rem}
  .empty-cart-actions .btn{width:100%}
  .empty-cart-showcase__visual{min-height:230px}
  .empty-cart-cake{transform:scale(.84)}
  .empty-cart-calc-badge{right:50%;transform:translateX(50%);white-space:nowrap}
}

/* Статусные плашки на странице товара — те же цвета и характер, что на карточках */
.product-detail-badges{gap:8px;margin-bottom:14px}
.product-detail-badges .product-page-badge-new,
.product-detail-badges .product-page-badge-hit,
.product-detail-badges .product-page-badge-popular{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:31px;
  padding:7px 11px;
  border:0!important;
  border-radius:999px;
  font-size:.76rem;
  line-height:1;
  font-weight:850;
  box-shadow:0 8px 20px rgba(55,31,26,.16)!important;
}
.product-detail-badges .product-page-badge-new{
  background:linear-gradient(180deg,#72c9a6,#43a77f)!important;
  color:#fff!important;
}
.product-detail-badges .product-page-badge-new:before{content:"✦";font-size:.72rem}
.product-detail-badges .product-page-badge-hit{
  background:linear-gradient(180deg,#ffd88f,#f4a75f)!important;
  color:#5d341b!important;
}
.product-detail-badges .product-page-badge-hit:before{content:"★";font-size:.7rem}
.product-detail-badges .product-page-badge-popular{
  background:linear-gradient(180deg,#7a5961,#5c3f47)!important;
  color:#fff!important;
}
.product-detail-badges .product-page-badge-popular:before{content:"★";font-size:.7rem}

/* VDRYGTORT_PATCH_PRIMARY_EXTRA_CATEGORY_DARK_FILTER_20260626 */

/* Основная вкусовая категория всегда заметна и выводится первой */
.product-extra-category-badges a i,
.product-detail-extra-categories a i{
  flex:0 0 auto;
  font-size:.82em;
  line-height:1;
}
.product-extra-category-badges a.is-primary{
  background:linear-gradient(180deg,rgba(118,75,53,.98),rgba(79,45,32,.98));
  border-color:rgba(255,226,201,.58);
  box-shadow:0 10px 24px rgba(35,19,14,.34),inset 0 0 0 1px rgba(255,255,255,.06);
}
.product-extra-category-badges a.is-primary i{color:#ffd6ad}
.product-detail-extra-categories a.is-primary{
  border-color:rgba(130,78,57,.5);
  background:rgba(111,65,47,.12);
  color:#74442f;
  font-weight:850;
}
.product-detail-extra-categories a.is-primary i{color:#a65d40}

/* Тёмная тема: активный фильтр и счётчик должны оставаться контрастными */
[data-theme="dark"] .extra-category-pills a:hover,
[data-theme="dark"] .extra-category-pills a.active{
  color:#fff8f3!important;
  background:linear-gradient(180deg,#7b4b39,#5d3528)!important;
  border-color:#9d6852!important;
  box-shadow:0 8px 20px rgba(0,0,0,.28)!important;
}
[data-theme="dark"] .extra-category-pills a.active small,
[data-theme="dark"] .extra-category-pills a:hover small{
  color:#fff3ea!important;
  background:rgba(20,15,14,.34)!important;
  border:1px solid rgba(255,255,255,.16)!important;
}
[data-theme="dark"] .extra-category-pills a:not(.active){
  color:var(--text)!important;
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.10)!important;
}
[data-theme="dark"] .extra-category-pills a:not(.active) small{
  color:#d8c9c4!important;
  background:rgba(255,255,255,.07)!important;
}

/* Админка: явный выбор основной дополнительной категории */
.admin-tag-check{
  cursor:default;
  flex-direction:column;
  align-items:stretch;
  gap:7px;
  min-width:170px;
  padding:10px 11px;
}
.admin-tag-check-main,
.admin-tag-primary-choice{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  cursor:pointer;
}
.admin-tag-check-main{font-weight:750}
.admin-tag-primary-choice{
  width:max-content;
  padding:4px 7px;
  border-radius:8px;
  color:var(--muted);
  background:var(--bg-soft);
  font-size:.7rem;
  font-weight:800;
}
.admin-tag-primary-choice input{margin:0}
.admin-tag-check:has(.admin-tag-check-main input:checked){
  border-color:var(--brand);
  background:var(--brand-3);
  color:var(--brand-dark);
}
.admin-tag-check:has(.admin-tag-primary-choice input:checked) .admin-tag-primary-choice{
  color:#fff;
  background:var(--brand);
}
[data-theme="dark"] .product-detail-extra-categories a.is-primary{
  color:#ffd7c3;
  border-color:rgba(240,154,119,.38);
  background:rgba(144,81,58,.18);
}
[data-theme="dark"] .admin-tag-primary-choice{background:rgba(255,255,255,.06)}

/* VDRYGTORT_PATCH_MOBILE_FILTERS_CART_CONSTRUCTOR_20260627 */

html,body{max-width:100%;overflow-x:hidden}
img,video,canvas,svg{max-width:100%}
.filter-expand-btn{
  display:none;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:100%;
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px dashed rgba(130,78,57,.25);
  background:rgba(130,78,57,.06);
  color:var(--brand-dark);
  font-weight:850;
  font-size:.9rem;
}
.filter-expand-btn i{transition:transform .2s ease}
.filter-expand-btn[aria-expanded="true"] i{transform:rotate(180deg)}
.menu-active-filter-summary-v2{align-items:center;gap:10px}
.menu-active-filter-chips{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.menu-active-filter-chips a,
.menu-active-filter-clear{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(130,78,57,.18);
  background:rgba(130,78,57,.08);
  color:var(--brand-dark);
  font-weight:850;
  font-size:.82rem;
}
.menu-active-filter-clear{margin-left:auto;background:var(--brand);border-color:var(--brand);color:#fff!important}
[data-theme="dark"] .menu-active-filter-chips a{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#f0d4cc}
[data-theme="dark"] .filter-expand-btn{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);color:#f0d4cc}

.constructor-mobile-section-toggle{display:none}
.constructor-mobile-section-body{display:block}

.cart-reference-notice-mobile{display:none}
.cart-promo-mobile-toggle{display:none}
.cart-promo-body{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;width:100%}
.cart-promo-body.collapse:not(.show){display:grid}

@media(max-width:767px){
  .home-hero-visual{display:none!important}
  .hero{padding-bottom:28px}
  .home-flavour-filter,.menu-filter-panel{padding:13px;border-radius:18px;margin:13px 0 18px}
  .home-flavour-filter__head,.menu-filter-panel__top{margin-bottom:10px;gap:8px}
  .home-flavour-filter__head small,.menu-filter-panel__top small{font-size:.78rem;line-height:1.3}
  .menu-filter-group+.menu-filter-group{margin-top:11px;padding-top:12px}
  .menu-filter-label{margin-bottom:7px;font-size:.72rem}
  .category-pills,.extra-category-pills{gap:6px;display:flex;flex-wrap:wrap}
  .category-pills a,.extra-category-pills a{padding:8px 10px;border-radius:12px;font-size:.79rem;min-height:36px}
  .extra-category-pills a small{min-width:19px;height:19px;font-size:.64rem}
  .filter-pill-hidden{display:none!important}
  .filter-expand-btn:not(.d-none){display:flex}
  .menu-filter-reset{width:100%;justify-content:center;text-align:center;padding:9px 11px;border-radius:14px;background:rgba(221,124,118,.11)}
  .menu-active-filter-summary-v2{display:flex;align-items:flex-start;flex-direction:column;padding:12px;border-radius:16px}
  .menu-active-filter-chips{width:100%}
  .menu-active-filter-chips a{max-width:100%;font-size:.78rem}
  .menu-active-filter-clear{width:100%;justify-content:center;margin-left:0}

  .product-detail-badges,.product-detail-extra-categories,.product-detail-commerce,.product-detail-actions,.product-detail-composition{max-width:100%;min-width:0}
  #productPageCarousel,.product-detail-pricebox-v2{max-width:100%;overflow:hidden}
  #productPageCarousel img,.product-page-main-image{height:auto!important;max-height:420px;object-fit:cover}
  .product-detail-metrics{display:flex;flex-wrap:wrap;max-width:100%}
  .product-detail-pricebox-v2{grid-template-columns:1fr;gap:10px}
  .product-detail-price-value{align-items:flex-start;text-align:left}

  .cart-top-stats{display:none!important}
  .cart-item-top-v2 .badge-soft{display:none!important}
  .cart-reference-notice-desktop{display:none!important}
  .cart-reference-notice-mobile{display:inline!important}
  .cart-promo-panel{padding:12px!important}
  .cart-promo-form{display:block!important}
  .cart-promo-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    border:0;
    background:transparent;
    color:var(--text);
    font-weight:900;
    padding:2px 0;
  }
  .cart-promo-mobile-toggle span{display:inline-flex;align-items:center;gap:8px}
  .cart-promo-mobile-toggle i:last-child{transition:transform .2s ease}
  .cart-promo-mobile-toggle[aria-expanded="true"] i:last-child{transform:rotate(180deg)}
  .cart-promo-body{display:block!important;padding-top:12px}
  .cart-promo-body.collapse:not(.show){display:none!important}
  .cart-promo-body>div:first-child{display:none}
  .cart-promo-controls{display:grid;grid-template-columns:1fr;gap:8px}

  .constructor-mobile-section{padding:0!important;overflow:hidden}
  .constructor-mobile-section-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    border:0;
    background:transparent;
    color:var(--text);
    padding:16px;
    text-align:left;
    font-weight:900;
    font-size:1rem;
  }
  .constructor-mobile-section-toggle span{display:grid;gap:2px}
  .constructor-mobile-section-toggle small{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-weight:900}
  .constructor-mobile-section-toggle i{font-size:1.25rem;transition:transform .2s ease}
  .constructor-mobile-section-toggle.is-open i{transform:rotate(180deg)}
  .constructor-mobile-section-body{display:none;padding:0 16px 16px}
  .constructor-mobile-section-body.is-open{display:block}
}

/* VDRYGTORT_PATCH_MOBILE_UX_TEXT_PRIVACY_20260627 */
.hero-lead-mobile{display:none}
.menu-filter-mobile-toggle{display:none}
.menu-filter-desktop-title{display:block}
.cart-hero-subtitle-desktop{display:block}
.checkout-note-order-guidance{
  background:linear-gradient(135deg,rgba(221,124,118,.12),rgba(255,255,255,.46));
  border-color:rgba(221,124,118,.22);
  color:var(--text);
}
.checkout-note-order-guidance span{font-weight:700;color:var(--text)}
.map-link{
  color:var(--brand-dark)!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
  text-decoration-thickness:2px;
}
.map-link:hover{color:var(--brand)!important}
.privacy-card h2{font-size:1.25rem;font-weight:900;margin-top:1.55rem;margin-bottom:.55rem;color:var(--text)}
.privacy-card p{line-height:1.72;color:var(--muted)}
.privacy-alert{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:20px;background:rgba(61,143,117,.1);border:1px solid rgba(61,143,117,.22);color:var(--text);font-weight:750;line-height:1.55}
.privacy-alert i{font-size:1.35rem;color:#3d8f75;margin-top:2px;flex:0 0 auto}
[data-theme="dark"] .checkout-note-order-guidance{background:rgba(240,142,135,.1);border-color:rgba(240,142,135,.18)}
[data-theme="dark"] .map-link{color:#ffd5cb!important}
[data-theme="dark"] .privacy-alert{background:rgba(61,143,117,.12);border-color:rgba(61,143,117,.25)}

@media(max-width:767px){
  .hero-lead-desktop{display:none!important}
  .hero-lead-mobile{display:inline!important}
  .hero-badges{display:none!important}
  .section-pad#menu-catalog{padding-top:42px}
  .menu-mobile-hide-intro{display:none!important}
  .menu-filter-panel{position:relative;padding:10px!important;margin:10px 0 12px!important;border-radius:17px!important}
  .menu-filter-panel__top-v2{display:grid!important;grid-template-columns:1fr auto;gap:8px!important;align-items:center!important;margin:0!important}
  .menu-filter-desktop-title{display:none!important}
  .menu-filter-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    width:100%;
    min-height:42px;
    border:0;
    border-radius:14px;
    background:linear-gradient(180deg,var(--brand-3),rgba(255,255,255,.42));
    color:var(--text);
    padding:9px 11px;
    font-weight:950;
    text-align:left;
  }
  .menu-filter-mobile-toggle span{display:inline-flex;align-items:center;gap:7px}
  .menu-filter-mobile-toggle b{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--brand);color:#fff;font-size:.72rem;margin-left:auto}
  .menu-filter-mobile-toggle i:last-child{font-size:1.15rem;transition:transform .2s ease}
  .menu-filter-mobile-toggle[aria-expanded="true"] i:last-child{transform:rotate(180deg)}
  .menu-filter-reset{width:auto!important;white-space:nowrap;padding:9px 10px!important;font-size:.78rem!important;background:rgba(221,124,118,.13)!important;color:var(--brand-dark)!important;border:1px solid rgba(221,124,118,.18)!important}
  .menu-filter-mobile-body{padding-top:10px}
  .menu-filter-mobile-body.collapse:not(.show){display:none!important}
  .menu-filter-group+.menu-filter-group{margin-top:9px!important;padding-top:10px!important}
  .category-pills a,.extra-category-pills a{min-height:34px!important;padding:7px 9px!important;font-size:.76rem!important}
  .menu-active-filter-summary-v2{margin-top:8px!important;margin-bottom:10px!important}
  .cart-hero-subtitle-desktop{display:none!important}
  .checkout-note-order-guidance{margin-top:-2px;padding:12px 13px;border-radius:16px;font-size:.9rem}
  .pickup-info .map-link,.checkout-note .map-link{display:inline-flex;margin-left:2px;padding:1px 0;color:var(--brand)!important;text-decoration:underline!important}
  .constructor-page .constructor-seo-subtitle{font-size:.96rem;line-height:1.55}
  .privacy-card{padding:22px!important;border-radius:24px!important}
  .privacy-card h2{font-size:1.08rem;margin-top:1.25rem}
  .privacy-card p{font-size:.95rem;line-height:1.65}
  .privacy-alert{padding:13px 14px;border-radius:17px;font-size:.92rem}
}

@media(min-width:768px){
  .menu-filter-mobile-body.collapse:not(.show){display:block!important}
  .menu-filter-mobile-body.collapse{display:block!important;height:auto!important;visibility:visible!important}
}

/* VDRYGTORT_REVIEWS_LOAD_NOTICE_MOBILE_CONSTRUCTOR_20260627 */

.review-trust-notice{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:flex-start;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(221,124,118,.22);
  background:linear-gradient(135deg,rgba(221,124,118,.11),rgba(255,255,255,.52));
  box-shadow:0 14px 34px rgba(73,43,38,.06);
}
.review-trust-notice__icon{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(180deg,var(--brand),#c96861);
  box-shadow:0 10px 22px rgba(67,43,35,.10);
  font-size:1.25rem;
}
.review-trust-notice__body b{
  display:block;
  font-size:1.02rem;
  line-height:1.25;
  margin-bottom:5px;
  color:var(--text);
}
.review-trust-notice__body p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  max-width:900px;
}
.review-trust-notice__body a{
  display:inline-flex;
  margin-top:10px;
  color:var(--brand-dark);
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}
.review-load-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.review-load-more-btn{
  min-width:240px;
  justify-content:center;
  gap:8px;
}
[data-theme="dark"] .review-trust-notice{
  background:linear-gradient(135deg,rgba(240,142,135,.12),rgba(255,255,255,.035));
  border-color:rgba(240,142,135,.20);
}
[data-theme="dark"] .review-trust-notice__body a{
  color:#f3d6d3;
}
@media(max-width:767.98px){
  .constructor-seo-subtitle{display:none!important}
  .review-trust-notice{
    grid-template-columns:1fr;
    gap:10px;
    padding:16px;
    border-radius:20px;
  }
  .review-trust-notice__icon{
    width:40px;
    height:40px;
    border-radius:14px;
    font-size:1.12rem;
  }
  .review-trust-notice__body p{
    font-size:.9rem;
    line-height:1.5;
  }
  .review-load-more-btn{width:100%;min-width:0}
}

/* VDRYGTORT_HOME_REFRESH_20260702 */
.vt-hero-refresh{position:relative;min-height:min(760px,88vh);display:flex;align-items:center;overflow:hidden;padding:88px 0 72px;background:var(--hero-bg) center/cover no-repeat,var(--bg-soft)}
.vt-hero-refresh__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(36,22,18,.72),rgba(80,52,43,.46) 44%,rgba(80,52,43,.18)),radial-gradient(circle at 20% 50%,rgba(255,216,210,.36),transparent 42%);backdrop-filter:saturate(1.04)}
[data-theme="dark"] .vt-hero-refresh__shade{background:linear-gradient(90deg,rgba(7,8,12,.82),rgba(18,21,27,.66) 48%,rgba(18,21,27,.22)),radial-gradient(circle at 20% 50%,rgba(240,142,135,.18),transparent 42%)}
.vt-hero-refresh__content{max-width:760px;color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.28)}
.vt-hero-refresh__content .eyebrow{color:#ffd6d1}.vt-hero-refresh__content .eyebrow:before{background:#ffd6d1}
.vt-hero-refresh__title{font-size:clamp(2.45rem,6.2vw,6.2rem);line-height:.94;letter-spacing:-.065em;font-weight:900;margin:0 0 22px;font-family:Georgia,'Times New Roman',serif}
.vt-hero-refresh__lead{font-size:clamp(1.1rem,2.2vw,1.55rem);line-height:1.42;max-width:650px;color:#fff6f2;font-weight:750;margin:0 0 12px}
.vt-hero-refresh__text{font-size:1.02rem;line-height:1.68;max-width:650px;color:rgba(255,246,242,.82);margin:0 0 24px}
.vt-hero-refresh__chips{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}.vt-hero-refresh__chips span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.13);backdrop-filter:blur(14px);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800;font-size:.94rem}.vt-hero-refresh__actions{display:flex;gap:12px;flex-wrap:wrap}.vt-hero-refresh .btn-soft{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.26);color:#fff}.vt-hero-refresh .btn-soft:hover{background:rgba(255,255,255,.25);color:#fff}
.vt-section-head-center{text-align:center;max-width:860px;margin:0 auto 34px}.vt-section-head-center .eyebrow{justify-content:center}.vt-section-head-center .eyebrow:before{display:none}.vt-section-cta{display:flex;justify-content:center;margin-top:24px}
.neo-product-card{position:relative;min-height:520px;overflow:hidden;border-radius:34px;border:0;background:var(--card);box-shadow:0 26px 70px rgba(77,52,43,.18);cursor:pointer;isolation:isolate}.neo-product-card:before{content:"";position:absolute;inset:auto 0 0;height:62%;z-index:2;background:linear-gradient(180deg,transparent,rgba(44,25,18,.55) 45%,rgba(30,17,13,.88))}.neo-product-card .product-media{position:absolute;inset:0;z-index:1}.neo-product-card .product-media img,.neo-product-card .product-card .carousel,.neo-product-card .carousel,.neo-product-card .product-img{height:100%!important;width:100%;object-fit:cover;transition:transform .45s ease}.neo-product-card:hover .product-media img{transform:scale(1.035)}.neo-product-card .product-body{position:absolute;inset:auto 0 0;z-index:3;padding:24px;color:#fff;gap:11px;background:transparent}.neo-product-card .product-body .muted{color:rgba(255,255,255,.8)!important}.neo-product-card .product-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.34rem,2vw,1.72rem);line-height:1.04;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.28)}.neo-product-card .product-body p:not(.small){display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;line-height:1.48}.neo-product-card .product-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(255,255,255,.18);padding-top:14px}.neo-product-card .product-card-price-value strong{font-family:Georgia,'Times New Roman',serif;font-size:1.55rem;color:#ffc5c1;display:block}.neo-product-card .product-card-price-value small{color:rgba(255,255,255,.65);text-decoration:line-through;margin-right:8px}.neo-product-card .btn-brand{padding:.7rem 1.2rem;min-width:126px}.neo-product-card .product-actions{margin-top:0;align-items:center}.neo-product-card .product-actions .btn-soft{display:none}.neo-product-card .product-status-badges{position:absolute;left:18px;top:18px;z-index:5;display:flex;gap:7px;flex-wrap:wrap}.neo-product-card .product-popular-badge,.neo-product-card .product-discount-badge{position:static!important;box-shadow:0 12px 28px rgba(0,0,0,.14);background:linear-gradient(180deg,#f6a1a7,#dd7c76);color:#fff}.neo-product-card .product-extra-category-badges{left:18px;right:18px;bottom:auto;top:62px;z-index:5}.neo-product-card .product-extra-category-badges a{background:rgba(255,255,255,.9);color:#704b42;border-color:rgba(255,255,255,.5)}
[data-theme="dark"] .neo-product-card{box-shadow:0 28px 80px rgba(0,0,0,.48)}
.vt-fillings-rail{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:18px;overflow-x:auto;padding:4px 4px 16px;scroll-snap-type:x proximity}.vt-filling-card{position:relative;min-height:360px;scroll-snap-align:start;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,var(--card),var(--brand-3));box-shadow:var(--shadow-soft);padding:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.vt-filling-card:before{content:"";position:absolute;right:-52px;top:-54px;width:160px;height:160px;border-radius:50%;background:rgba(221,124,118,.18)}.vt-filling-card.has-image{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.vt-filling-card.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.76));z-index:1}.vt-filling-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vt-filling-card span,.vt-filling-card h3,.vt-filling-card p{position:relative;z-index:2}.vt-filling-card span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900;margin-bottom:16px}.vt-filling-card h3{font-size:1.45rem;font-weight:900;letter-spacing:-.03em;margin:0 0 6px;font-family:Georgia,'Times New Roman',serif}.vt-filling-subtitle{font-weight:850;color:var(--brand)!important;margin-bottom:8px}.vt-filling-card.has-image .vt-filling-subtitle{color:#ffd0cc!important}.vt-filling-card p:last-child{color:var(--muted);line-height:1.6;margin-bottom:0}.vt-filling-card.has-image p:last-child{color:rgba(255,255,255,.86)}
.vt-formats-panel,.vt-natural-panel,.vt-decor-panel,.vt-delivery-panel{border:1px solid var(--line);border-radius:38px;background:linear-gradient(145deg,var(--card),var(--brand-3));box-shadow:var(--shadow);padding:34px}.vt-format-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}.vt-format-card,.vt-natural-card,.vt-complect-card,.vt-decor-card,.vt-delivery-card{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.54);padding:22px;min-height:100%;box-shadow:var(--shadow-soft)}[data-theme="dark"] .vt-format-card,[data-theme="dark"] .vt-natural-card,[data-theme="dark"] .vt-complect-card,[data-theme="dark"] .vt-decor-card,[data-theme="dark"] .vt-delivery-card{background:rgba(255,255,255,.035)}.vt-format-card span,.vt-natural-card span,.vt-complect-card span,.vt-decor-card span,.vt-delivery-card span{display:inline-flex;border-radius:999px;background:var(--brand);color:#fff;padding:7px 11px;font-size:.78rem;font-weight:900;margin-bottom:16px}.vt-format-card h3,.vt-natural-card h3,.vt-complect-card h3,.vt-decor-card h3,.vt-delivery-card h3{font-weight:900;letter-spacing:-.03em;font-size:1.28rem;margin-bottom:8px}.vt-format-card b{color:var(--brand);display:block;margin-bottom:8px}.vt-format-card p,.vt-natural-card p,.vt-complect-card p,.vt-decor-card p,.vt-delivery-card p{color:var(--muted);line-height:1.6}.vt-format-card em,.vt-natural-card b,.vt-complect-card b,.vt-delivery-card b{font-style:normal;color:var(--brand-dark);font-weight:900}.vt-natural-panel{display:grid;grid-template-columns:.88fr 1.5fr;gap:26px;align-items:start}.vt-natural-intro{position:sticky;top:100px}.vt-natural-intro p{color:var(--muted);font-size:1.08rem;line-height:1.68}.vt-natural-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vt-complect-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vt-complect-card{position:relative;overflow:hidden}.vt-complect-card:after{content:"";position:absolute;right:-34px;bottom:-34px;width:100px;height:100px;border-radius:50%;background:rgba(221,124,118,.12)}.vt-decor-panel{display:grid;grid-template-columns:.72fr 1.28fr;gap:24px}.vt-decor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vt-decor-card{display:flex;flex-direction:column}.vt-decor-card b{font-size:1.25rem;color:var(--brand);margin-bottom:10px}.vt-decor-card a{margin-top:auto;font-weight:900;color:var(--brand)}
.vt-reviews-showcase{overflow:hidden}.vt-review-rating-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.vt-review-rating-row span,.vt-review-rating-row a{border:1px solid var(--line);background:var(--card);border-radius:999px;padding:9px 14px;font-weight:900;box-shadow:var(--shadow-soft)}.vt-review-rating-row i{color:#e3a54f}.vt-work-carousel{max-width:860px;margin:0 auto}.vt-work-review-card{position:relative;display:grid;grid-template-columns:1.05fr .75fr;align-items:center;min-height:520px}.vt-work-photo{position:relative;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);background:var(--bg-soft);min-height:520px}.vt-work-photo img{display:block;width:100%;height:520px;object-fit:cover}.vt-work-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38))}.vt-work-photo>span{position:absolute;left:20px;top:20px;z-index:2;border-radius:999px;background:rgba(255,255,255,.9);color:var(--brand);padding:8px 12px;font-weight:900;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.vt-work-message{margin-left:-52px;position:relative;z-index:3;background:#111923;color:#eef6ff;border-radius:38px;padding:22px;box-shadow:0 26px 70px rgba(0,0,0,.32);transform:rotate(3deg)}.vt-work-message-top{display:flex;align-items:center;gap:9px;margin-bottom:18px}.vt-work-message-top i{color:#35a8e9;font-size:1.4rem}.vt-work-message-top small{margin-left:auto;color:rgba(255,255,255,.55)}.vt-work-message .stars{color:#f2b75d;letter-spacing:.08em;margin-bottom:8px}.vt-work-message p{line-height:1.62;color:rgba(255,255,255,.88)}.vt-work-after{display:inline-flex;border-radius:999px;background:#dff5e7;color:#3d8f75;padding:7px 12px;font-weight:900;font-size:.82rem}.vt-work-arrow{width:58px;height:58px;top:50%;transform:translateY(-50%);border-radius:50%;background:var(--brand);opacity:1;color:#fff;box-shadow:var(--shadow);display:grid;place-items:center}.vt-work-arrow i{font-size:2rem}.vt-work-arrow.carousel-control-prev{left:-92px}.vt-work-arrow.carousel-control-next{right:-92px}.vt-work-photo-placeholder{height:520px;display:grid;place-items:center;font-size:5rem;color:var(--brand)}
.vt-delivery-panel{display:grid;grid-template-columns:1.18fr .82fr;gap:24px}.vt-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}.vt-delivery-map{position:relative;min-height:430px;border-radius:32px;overflow:hidden;background:var(--bg-soft);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.vt-delivery-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.9)}.vt-delivery-map div{position:absolute;left:16px;right:16px;bottom:16px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);padding:14px;display:flex;gap:10px;align-items:center;font-weight:900;color:var(--text)}[data-theme="dark"] .vt-delivery-map div{background:rgba(24,29,38,.9)}
.vt-floating-socials{position:fixed;left:22px;bottom:22px;z-index:1040;display:flex;gap:10px;align-items:center}.vt-floating-social{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:.2s}.vt-floating-social:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.vt-floating-social img{width:22px;height:22px;object-fit:contain}.vt-floating-social i{font-size:1.45rem;color:#29a9ea}.vt-floating-max-svg{width:100%;height:100%;display:block;border-radius:50%}.vt-floating-social-max{overflow:hidden;padding:0;border:0}.vt-product-decor-collapse .option-box{background:linear-gradient(180deg,var(--bg-soft),var(--card))}.admin-collapse-panel{border:1px solid var(--line);border-radius:22px;background:var(--bg-soft);padding:0;overflow:hidden}.admin-collapse-panel>summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:900;display:flex;justify-content:space-between;align-items:center}.admin-collapse-panel>summary::-webkit-details-marker{display:none}.admin-collapse-panel>summary:after{content:"⌄";font-size:1.2rem}.admin-collapse-panel[open]>summary:after{content:"⌃"}.admin-collapse-panel__body{padding:0 18px 18px}.admin-home-section{border:1px solid var(--line);border-radius:28px;background:var(--card);box-shadow:var(--shadow-soft);padding:22px;margin-bottom:22px}.admin-home-card-row{border:1px solid var(--line);border-radius:20px;background:var(--bg-soft);padding:16px;margin-top:12px}.admin-home-card-row img{width:96px;height:72px;object-fit:cover;border-radius:14px;border:1px solid var(--line)}
@media(max-width:1199px){.vt-work-arrow.carousel-control-prev{left:8px}.vt-work-arrow.carousel-control-next{right:8px}.vt-format-grid,.vt-complect-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-natural-panel,.vt-decor-panel,.vt-delivery-panel{grid-template-columns:1fr}.vt-natural-intro{position:static}.vt-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.vt-hero-refresh{min-height:auto;padding:72px 0 44px;background-position:62% center}.vt-hero-refresh__shade{background:linear-gradient(180deg,rgba(50,29,24,.72),rgba(50,29,24,.82)),var(--hero-bg)}.vt-hero-refresh__text,.vt-hero-refresh__chips span:nth-child(n+3){display:none}.vt-hero-refresh__title{font-size:clamp(2.15rem,12vw,3.8rem)}.vt-hero-refresh__lead{font-size:1.02rem}.vt-hero-refresh__actions .btn{width:100%;justify-content:center}.neo-product-card{min-height:470px;border-radius:28px}.neo-product-card .product-body{padding:20px}.neo-product-card .product-card-price-row{align-items:flex-end}.neo-product-card .btn-brand{min-width:auto}.vt-fillings-rail{grid-template-columns:repeat(4,82vw)}.vt-filling-card{min-height:330px}.vt-format-grid,.vt-natural-grid,.vt-complect-grid,.vt-decor-grid,.vt-delivery-grid{grid-template-columns:1fr}.vt-formats-panel,.vt-natural-panel,.vt-decor-panel,.vt-delivery-panel{border-radius:28px;padding:22px}.vt-work-review-card{display:block;min-height:0}.vt-work-photo{min-height:390px;border-radius:30px}.vt-work-photo img,.vt-work-photo-placeholder{height:390px}.vt-work-message{margin:-70px 18px 0;padding:18px;border-radius:26px;transform:rotate(0)}.vt-work-arrow{display:none}.vt-delivery-map{min-height:320px}.vt-floating-socials{left:auto;right:12px;top:76px;bottom:auto;display:flex;flex-direction:row}.vt-floating-social{width:36px;height:36px}.vt-floating-social img{width:19px;height:19px}.vt-floating-social i{font-size:1.25rem}}
@media(max-width:480px){.vt-section-head-center{text-align:left}.vt-section-head-center .eyebrow{justify-content:flex-start}.vt-hero-refresh{padding-top:58px}.vt-hero-refresh__chips{gap:8px}.vt-hero-refresh__chips span{font-size:.84rem;padding:8px 10px}.neo-product-card{min-height:430px}.neo-product-card .product-title{font-size:1.34rem}.neo-product-card .product-card-price-value strong{font-size:1.3rem}.vt-floating-socials{top:68px}.site-footer{padding-bottom:86px}}

/* === 2026-07-02 second pass: homepage refinement === */
.vt-hero-refresh{position:relative;overflow:hidden;padding:72px 0 96px;min-height:68vh;display:flex;align-items:center;background-image:var(--hero-bg);background-size:cover;background-position:center right;border-bottom:1px solid var(--line)}
.vt-hero-refresh__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,244,.92) 0%,rgba(255,248,244,.82) 40%,rgba(255,248,244,.42) 72%,rgba(255,248,244,.18) 100%)}
[data-theme="dark"] .vt-hero-refresh__shade{background:linear-gradient(90deg,rgba(18,21,27,.94) 0%,rgba(18,21,27,.88) 42%,rgba(18,21,27,.52) 72%,rgba(18,21,27,.18) 100%)}
.vt-hero-refresh__content{position:relative;z-index:1;max-width:min(920px,100%)}
.vt-hero-refresh__title{font-size:clamp(2.15rem,4vw,3.8rem);line-height:.98;letter-spacing:-.03em;max-width:11ch;margin:0 0 1rem;color:var(--brand-dark)}
.vt-hero-refresh__lead{max-width:58ch;font-size:clamp(1rem,1.7vw,1.28rem);margin-bottom:.85rem;color:var(--text)}
.vt-hero-refresh__text{max-width:64ch;color:var(--muted);font-size:1rem;margin-bottom:1.65rem}
.vt-hero-refresh__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:860px;margin-bottom:1.8rem}
.vt-hero-fact-card{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:24px;background:rgba(255,255,255,.76);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.45);box-shadow:0 10px 28px rgba(98,65,52,.08)}
.vt-hero-fact-card i{flex:0 0 44px;height:44px;display:grid;place-items:center;border-radius:16px;background:rgba(221,124,118,.14);color:var(--brand);font-size:1.25rem}
.vt-hero-fact-card strong{display:block;font-size:1rem;color:var(--brand-dark);margin-bottom:4px}
.vt-hero-fact-card small{display:block;color:var(--muted);font-size:.9rem;line-height:1.4}
.vt-hero-refresh__actions{display:flex;flex-wrap:wrap;gap:12px}
[data-theme="dark"] .vt-hero-fact-card{background:rgba(24,29,38,.72);border-color:rgba(255,255,255,.08);box-shadow:none}
[data-theme="dark"] .vt-hero-fact-card i{background:rgba(240,142,135,.16)}
.vt-home-products .section-subtitle{max-width:58ch}
.home-flavour-filter{padding:20px 22px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(240,142,135,.04));border:1px solid var(--line);border-radius:30px;box-shadow:none}
[data-theme="dark"] .home-flavour-filter{background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(240,142,135,.05))}
.neo-product-card{position:relative;overflow:hidden;min-height:520px;padding:0;border:1px solid rgba(231,212,204,.8);border-radius:34px;background:var(--card);box-shadow:0 18px 46px rgba(98,65,52,.09);cursor:pointer}
.neo-product-card .product-media{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,rgba(221,124,118,.10),rgba(80,52,43,.18))}
.neo-product-card .product-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001);transition:transform .45s ease}
.neo-product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,15,15,.02) 0%,rgba(17,15,15,.06) 22%,rgba(17,15,15,.34) 58%,rgba(17,15,15,.82) 100%);z-index:1}
.neo-product-card:hover .product-img{transform:scale(1.04)}
.neo-product-card .product-body{position:relative;z-index:2;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding:24px;color:#fff}
.neo-product-card .product-body .muted,.neo-product-card .product-body p,.neo-product-card .product-body .small{color:rgba(255,255,255,.84)!important}
.neo-product-card .product-title{font-size:clamp(1.4rem,1.8vw,2rem);line-height:1.03;color:#fff;margin:0!important;max-width:13ch}
.neo-product-card .product-card-price-row{display:flex;align-items:end;justify-content:space-between;gap:14px;padding-top:8px}
.neo-product-card .product-card-price-value{display:flex;flex-direction:column;gap:4px}
.neo-product-card .product-card-price-value small{font-size:.92rem;text-decoration:line-through;opacity:.75}
.neo-product-card .product-card-price-value strong{font-size:clamp(1.45rem,2vw,2rem);line-height:1;color:#fff}
.neo-product-card .btn.btn-brand{border:none;min-width:150px;padding:12px 20px;border-radius:999px;background:linear-gradient(135deg,#e9a3a0,#de8d87);box-shadow:none;color:#fff}
.neo-product-card .btn.btn-brand:hover{transform:none;background:linear-gradient(135deg,#e7a2a0,#d87f79)}
.neo-product-card .product-extra-category-badges{position:absolute;left:18px;right:18px;bottom:18px;z-index:3;display:flex;gap:8px;flex-wrap:wrap;pointer-events:none;opacity:0}
.neo-product-card:hover .product-extra-category-badges,.neo-product-card:focus-within .product-extra-category-badges{opacity:1}
.neo-product-card .product-extra-category-badges a,.neo-product-card .product-discount-badge,.neo-product-card .product-badge,.neo-product-card .product-status-badge{pointer-events:auto}
.neo-product-card .product-extra-category-badges a{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.17);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.78rem;font-weight:700;text-decoration:none}
.neo-product-card .product-extra-category-badges a.is-primary{background:rgba(240,142,135,.26)}
.neo-product-card .product-discount-badge,.neo-product-card .product-status-badge,.neo-product-card .product-badge{position:absolute;left:18px;top:18px;z-index:3;border:none;border-radius:999px;padding:9px 16px;background:rgba(240,142,135,.9);color:#fff;box-shadow:none}
.neo-product-card .product-status-badge + .product-status-badge,.neo-product-card .product-badge + .product-badge{margin-left:6px}
[data-theme="dark"] .neo-product-card{border-color:rgba(255,255,255,.07);box-shadow:none}
[data-theme="dark"] .neo-product-card::after{background:linear-gradient(180deg,rgba(8,10,13,.04) 0%,rgba(8,10,13,.10) 24%,rgba(8,10,13,.45) 58%,rgba(8,10,13,.92) 100%)}
.vt-section-head-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:34px}
.vt-section-head-center .section-subtitle{max-width:900px;margin:0 auto}
.vt-rail-shell{position:relative}
.vt-rail-arrow{position:absolute;top:50%;transform:translateY(-50%);width:58px;height:58px;border:none;border-radius:50%;display:grid;place-items:center;background:rgba(221,124,118,.78);color:#fff;z-index:3;box-shadow:0 12px 24px rgba(98,65,52,.15)}
.vt-rail-arrow.is-prev{left:-28px}.vt-rail-arrow.is-next{right:-28px}
.vt-fillings-rail{display:flex;gap:22px;overflow:auto;scroll-snap-type:x mandatory;padding:6px 2px 12px;scrollbar-width:none}
.vt-fillings-rail::-webkit-scrollbar{display:none}
.vt-filling-card{scroll-snap-align:start;position:relative;flex:0 0 min(320px,82vw);min-height:560px;border-radius:32px;overflow:hidden;background:linear-gradient(180deg,var(--bg-soft),var(--card));border:1px solid var(--line);box-shadow:0 14px 34px rgba(98,65,52,.08)}
.vt-filling-card.has-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.vt-filling-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.05) 0%,rgba(10,10,10,.08) 24%,rgba(10,10,10,.32) 58%,rgba(10,10,10,.86) 100%)}
.vt-filling-card__meta,.vt-filling-card__body{position:relative;z-index:1}
.vt-filling-card__meta{display:flex;align-items:center;justify-content:space-between;padding:18px}
.vt-filling-card__meta b,.vt-filling-like{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.88);color:var(--brand-dark);font-weight:800}
.vt-filling-card__body{position:absolute;left:0;right:0;bottom:0;padding:28px 22px 24px;color:#fff}
.vt-filling-card__body h3{font-size:clamp(1.55rem,2vw,2rem);margin:0 0 8px;color:#fff}
.vt-filling-subtitle{font-size:.95rem;opacity:.92;margin:0 0 8px}.vt-filling-card__body p:last-child{margin:0;color:rgba(255,255,255,.86)}
[data-theme="dark"] .vt-filling-card{box-shadow:none;border-color:rgba(255,255,255,.07)}
.vt-fillings-bottom-note{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;padding-top:22px;border-top:1px solid var(--line);margin-top:18px;color:var(--muted)}
.vt-size-table-wrap{background:var(--card);border:1px solid var(--line);border-radius:30px;overflow:auto;box-shadow:var(--shadow-soft)}
.vt-size-table{width:100%;min-width:900px;border-collapse:collapse}
.vt-size-table th{padding:22px 24px;text-transform:uppercase;font-size:.88rem;letter-spacing:.08em;color:#c2998f;background:rgba(255,255,255,.7);border-bottom:1px solid var(--line);white-space:nowrap}
.vt-size-table td{padding:28px 24px;border-bottom:1px solid var(--line);font-size:1.05rem;color:var(--muted);background:transparent}
.vt-size-table tbody tr:last-child td{border-bottom:none}
.vt-size-name{display:flex;align-items:center;gap:14px;color:var(--brand-dark)}
.vt-size-name i{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:rgba(221,124,118,.12);color:var(--brand)}
.vt-size-name strong{font-size:1.3rem;line-height:1;color:var(--brand-dark)}
.vt-size-name span{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(221,124,118,.18);color:var(--brand);font-size:.82rem;font-weight:800;margin-left:8px}
[data-theme="dark"] .vt-size-table-wrap{box-shadow:none}
[data-theme="dark"] .vt-size-table th{background:rgba(255,255,255,.03)}
.vt-work-carousel{position:relative;max-width:1240px;margin:0 auto}
.vt-work-review-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:28px;align-items:end}
.vt-work-photo,.vt-work-message{border-radius:34px;border:1px solid var(--line);background:var(--card);overflow:hidden}
.vt-work-photo{position:relative;min-height:560px;box-shadow:var(--shadow-soft)}
.vt-work-photo img,.vt-work-photo-placeholder{width:100%;height:100%;display:block;object-fit:cover}
.vt-work-photo-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,var(--bg-soft),var(--card));font-size:4rem;color:var(--brand)}
.vt-work-photo > span{position:absolute;left:20px;top:20px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--brand);font-weight:800;font-size:.84rem}
.vt-work-author-badge{position:absolute;left:20px;bottom:20px;display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.92);color:var(--brand-dark)}
.vt-work-author-badge b{font-size:1rem}.vt-work-author-badge small{color:var(--muted)}
.vt-work-message{padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,236,231,.95));box-shadow:var(--shadow-soft)}
.vt-work-message-top{display:flex;align-items:center;gap:10px;color:var(--brand-dark);margin-bottom:12px}.vt-work-message-top small{margin-left:auto;color:var(--muted)}
.vt-work-message .stars{font-size:1.1rem;color:#f2b43b;margin-bottom:12px;letter-spacing:.12em}.vt-work-message p{font-size:1.06rem;line-height:1.72;color:var(--text);margin:0 0 18px}
.vt-work-after{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(117,206,146,.18);color:#3b8d61;font-weight:800;font-size:.86rem}
.vt-work-arrow{width:56px;height:56px;top:50%;border:none;border-radius:50%;background:rgba(221,124,118,.8);color:#fff;opacity:1}
.vt-work-arrow.carousel-control-prev{left:-26px}.vt-work-arrow.carousel-control-next{right:-26px}
.vt-review-rating-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.vt-review-rating-row span,.vt-review-rating-row a{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--brand-dark);font-weight:800;text-decoration:none}
.vt-review-rating-row span i{color:#ffb545}
[data-theme="dark"] .vt-work-photo,[data-theme="dark"] .vt-work-message,[data-theme="dark"] .vt-review-rating-row span,[data-theme="dark"] .vt-review-rating-row a{box-shadow:none}
[data-theme="dark"] .vt-work-message{background:linear-gradient(180deg,rgba(24,29,38,.94),rgba(26,32,41,.96))}
[data-theme="dark"] .vt-work-photo > span,[data-theme="dark"] .vt-work-author-badge{background:rgba(18,21,27,.88);color:var(--text)}
.vt-natural-panel{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.35fr);gap:40px;align-items:start}
.vt-natural-intro{padding-right:18px}.vt-natural-intro p{font-size:1.08rem;line-height:1.7;color:var(--muted);max-width:420px}
.vt-natural-note-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:24px;background:var(--card);border:1px solid var(--line);max-width:330px;box-shadow:var(--shadow-soft)}
.vt-natural-note-card i{display:grid;place-items:center;width:52px;height:52px;border:2px dashed rgba(221,124,118,.52);border-radius:50%;color:var(--brand);font-size:1.35rem}
.vt-natural-note-card strong{display:block;color:var(--brand-dark);font-size:1.08rem}.vt-natural-note-card small{color:var(--muted)}
.vt-natural-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.vt-natural-row{display:grid;grid-template-columns:60px 64px minmax(0,1fr) max-content;gap:18px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}
.vt-natural-row__index{font-size:2rem;line-height:1;color:rgba(221,124,118,.34);font-weight:700;text-align:right}.vt-natural-row__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:rgba(221,124,118,.12);color:var(--brand);font-size:1.3rem}
.vt-natural-row__copy h3{margin:0 0 6px;font-size:1.15rem;color:var(--brand-dark)}.vt-natural-row__copy p{margin:0;color:var(--muted);line-height:1.6}
.vt-natural-row__tag{display:inline-flex;align-items:center;padding:11px 16px;border-radius:999px;border:1px solid rgba(221,124,118,.24);background:rgba(221,124,118,.08);color:var(--brand);font-weight:700;white-space:nowrap}
[data-theme="dark"] .vt-natural-note-card{box-shadow:none}
.vt-complect-layout{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(0,1.25fr);gap:20px;align-items:stretch}
.vt-complect-hero-card,.vt-complect-mini-card,.vt-delivery-card,.vt-delivery-side-card,.vt-decor-card{background:var(--card);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow-soft)}
.vt-complect-hero-card{padding:40px 36px;min-height:360px;background:linear-gradient(180deg,rgba(255,245,242,.86),rgba(255,253,251,.96))}
.vt-complect-hero-card__icon,.vt-complect-mini-card__icon,.vt-delivery-card__icon,.vt-delivery-side-card__icon,.vt-decor-card__icon{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:rgba(221,124,118,.10);color:var(--brand);font-size:2rem;box-shadow:0 8px 18px rgba(67,43,35,.10)}
.vt-complect-hero-card h3{margin:32px 0 12px;font-size:2rem;color:var(--brand-dark)}.vt-complect-hero-card p{margin:0;max-width:420px;font-size:1.14rem;color:var(--muted);line-height:1.8}
.vt-complect-side-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.vt-complect-mini-card{display:flex;gap:18px;align-items:flex-start;padding:26px 24px}.vt-complect-mini-card h3{margin:0 0 8px;font-size:1.2rem;color:var(--brand-dark)}.vt-complect-mini-card p{margin:0;color:var(--muted);line-height:1.6}
.vt-complect-bar{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:20px;padding:18px 22px;border-radius:24px;background:rgba(221,124,118,.08);border:1px solid rgba(221,124,118,.16);color:var(--brand-dark);font-weight:700;text-align:center}
.vt-complect-meta{display:flex;justify-content:center;padding-top:18px;color:var(--muted)}.vt-complect-meta span{display:inline-flex;align-items:center;gap:10px}
.vt-decor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}
.vt-decor-card{position:relative;padding:28px;display:flex;flex-direction:column;gap:20px;height:100%}
.vt-decor-card.is-featured{border-color:rgba(221,124,118,.52)}.vt-decor-feature-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:9px 18px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(67,43,35,.10)}
.vt-decor-card__top,.vt-decor-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.vt-decor-card__dots{display:flex;gap:7px;padding-top:10px}.vt-decor-card__dots i{width:11px;height:11px;border-radius:50%;background:rgba(221,124,118,.54)}
.vt-decor-card h3{margin:0;font-size:2rem;color:var(--brand-dark)}.vt-decor-card__price{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.vt-decor-card__price small{font-size:.92rem;color:var(--brand);font-weight:700}.vt-decor-card__price strong{font-size:2rem;line-height:1;color:var(--brand)}
.vt-decor-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.vt-decor-card li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);line-height:1.55}.vt-decor-card li i{color:var(--brand);margin-top:2px}
.vt-decor-card .btn{margin-top:auto;width:100%;justify-content:center;border-radius:999px}
.vt-decor-footnote{text-align:center;margin:18px 0 0;color:var(--muted)}.vt-decor-footnote a{color:var(--brand);font-weight:700}
.vt-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:22px}
.vt-delivery-card{padding:34px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:330px}
.vt-delivery-card h3{margin:26px 0 16px;font-size:2rem;color:var(--brand-dark)}.vt-delivery-card__lead{font-size:1.16rem;line-height:1.6;color:var(--text);margin:0 0 10px}.vt-delivery-card p:last-of-type{margin:0;color:var(--muted);line-height:1.65}
.vt-delivery-card__pill{display:inline-flex;align-items:center;margin-top:22px;padding:10px 16px;border-radius:999px;background:rgba(107,198,165,.18);color:#3f9a77;font-weight:800}
.vt-delivery-bottom{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:22px;align-items:start}
.vt-delivery-map{border-radius:30px;overflow:hidden;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow-soft)}
.vt-delivery-map iframe{display:block;width:100%;height:420px;border:0}.vt-delivery-map > div{display:flex;align-items:center;gap:10px;padding:16px 18px;color:var(--brand-dark);font-weight:700}
.vt-delivery-side{display:flex;flex-direction:column;gap:18px}.vt-delivery-side-card{display:flex;gap:16px;align-items:flex-start;padding:26px 24px}.vt-delivery-side-card.is-outline{border-color:rgba(221,124,118,.42)}
.vt-delivery-side-card h3{margin:0 0 8px;font-size:1.34rem;color:var(--brand-dark)}.vt-delivery-side-card p{margin:0;color:var(--muted);line-height:1.65}
[data-theme="dark"] .vt-complect-hero-card,[data-theme="dark"] .vt-complect-mini-card,[data-theme="dark"] .vt-delivery-card,[data-theme="dark"] .vt-delivery-map,[data-theme="dark"] .vt-delivery-side-card,[data-theme="dark"] .vt-decor-card{box-shadow:none}
[data-theme="dark"] .vt-complect-hero-card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(24,29,38,.98))}
[data-theme="dark"] .vt-complect-bar{background:rgba(240,142,135,.08);color:var(--text)}
[data-theme="dark"] .vt-complect-hero-card__icon,[data-theme="dark"] .vt-complect-mini-card__icon,[data-theme="dark"] .vt-delivery-card__icon,[data-theme="dark"] .vt-delivery-side-card__icon,[data-theme="dark"] .vt-decor-card__icon{box-shadow:none}
@media (max-width: 1199.98px){
  .vt-hero-refresh__content{max-width:760px}
  .vt-work-arrow.carousel-control-prev{left:-8px}.vt-work-arrow.carousel-control-next{right:-8px}
}
@media (max-width: 991.98px){
  .vt-hero-refresh{padding:58px 0 72px;background-position:66% center}
  .vt-hero-refresh__facts{grid-template-columns:1fr 1fr}
  .vt-work-review-card,.vt-natural-panel,.vt-complect-layout,.vt-delivery-bottom{grid-template-columns:1fr}
  .vt-natural-intro p{max-width:none}
  .vt-decor-grid,.vt-delivery-grid{grid-template-columns:1fr 1fr}
  .vt-complect-hero-card{min-height:unset}
}
@media (max-width: 767.98px){
  .vt-hero-refresh__title{max-width:12ch}
  .vt-hero-refresh__facts{grid-template-columns:1fr}
  .vt-hero-refresh__facts .vt-hero-fact-card:nth-child(n+3){display:none}
  .vt-rail-arrow{display:none}
  .vt-fillings-rail{padding-bottom:8px}
  .vt-fillings-bottom-note{align-items:flex-start;text-align:left}
  .neo-product-card,.neo-product-card .product-body{min-height:500px}
  .neo-product-card .product-title{font-size:1.9rem;max-width:none}
  .neo-product-card .product-card-price-row{flex-direction:column;align-items:flex-start}
  .vt-work-photo{min-height:420px}.vt-work-message{padding:22px}
  .vt-natural-row{grid-template-columns:46px 52px minmax(0,1fr);grid-template-areas:"idx icon tag" "idx copy copy";align-items:start}
  .vt-natural-row__index{grid-area:idx;text-align:left}.vt-natural-row__icon{grid-area:icon}.vt-natural-row__copy{grid-area:copy}.vt-natural-row__tag{grid-area:tag;justify-self:end}
  .vt-complect-side-grid,.vt-decor-grid,.vt-delivery-grid{grid-template-columns:1fr}
  .vt-delivery-map iframe{height:320px}
}
@media (max-width: 575.98px){
  .vt-hero-refresh{padding:44px 0 60px;background-position:72% center}
  .vt-hero-refresh__lead,.vt-hero-refresh__text{max-width:none}
  .vt-hero-fact-card{padding:14px 16px;border-radius:20px}
  .vt-home-products .d-flex.justify-content-between.align-items-end{gap:12px!important}
  .vt-home-products .section-title{margin-bottom:6px}
  .vt-fillings-rail{gap:16px}.vt-filling-card{flex-basis:86vw;min-height:500px}
  .vt-size-table-wrap{border-radius:24px}
  .vt-review-rating-row{gap:10px}.vt-review-rating-row span,.vt-review-rating-row a{padding:10px 14px;font-size:.92rem}
  .vt-complect-hero-card,.vt-delivery-card,.vt-decor-card,.vt-delivery-side-card,.vt-complect-mini-card{padding:22px}
  .vt-delivery-card h3,.vt-decor-card h3,.vt-complect-hero-card h3{font-size:1.6rem}
}

/* === 2026-07-02 third pass fixes === */
.vt-hero-refresh__content .eyebrow{color:#e9b5ae!important;text-shadow:0 1px 0 rgba(255,255,255,.45)}
[data-theme="dark"] .vt-hero-refresh__content .eyebrow{color:#f2b6b0!important;text-shadow:none}
.vt-hero-secondary{border-color:rgba(115,80,69,.18)!important;background:rgba(255,255,255,.82)!important;color:var(--brand-dark)!important;backdrop-filter:blur(6px)}
[data-theme="dark"] .vt-hero-secondary{background:rgba(21,27,35,.82)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important}
.vt-hero-refresh .btn-brand{position:relative;overflow:hidden;isolation:isolate}
.vt-hero-refresh .btn-brand::after{content:"";position:absolute;top:-120%;bottom:-120%;left:-36%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(20deg);animation:heroCtaSheen 8.5s ease-in-out infinite;pointer-events:none}
@keyframes heroCtaSheen{0%,76%,100%{left:-36%;opacity:0}79%{opacity:1}86%{left:112%;opacity:1}89%{opacity:0}}

/* product cards: hard override against older styles */
.neo-product-card{position:relative!important;display:block!important;min-height:560px!important;padding:0!important;border:1px solid rgba(226,206,198,.9)!important;border-radius:34px!important;background:var(--card)!important;overflow:hidden!important;isolation:isolate;box-shadow:0 18px 38px rgba(98,65,52,.10)!important}
.neo-product-card .product-media{position:absolute!important;inset:0!important;z-index:1!important}
.neo-product-card .product-media > img,.neo-product-card .product-media .carousel,.neo-product-card .product-media .carousel-inner,.neo-product-card .product-media .carousel-item,.neo-product-card .product-media .carousel-item img,.neo-product-card .product-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.neo-product-card__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(22,16,15,.14) 0%,rgba(22,16,15,.18) 26%,rgba(22,16,15,.28) 46%,rgba(22,16,15,.82) 100%)}
.neo-product-card__badges{position:absolute;left:18px;right:18px;top:18px;z-index:4;display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}
.neo-product-card__category,.neo-product-card__chip,.neo-product-card__tag{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:.82rem;line-height:1.1;font-weight:800}
.neo-product-card__category{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(8px)}
.neo-product-card__chip{background:#f0b062;color:#4b2f27}
.neo-product-card__chip.is-sale{background:#df8c86;color:#fff}
.neo-product-card__tags{position:absolute;right:18px;top:18px;z-index:4;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:52%}
.neo-product-card__tag{background:rgba(255,255,255,.94);color:#704b42}
.neo-product-card__tag.is-primary{background:#f7d8d5}
.neo-product-card__content{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:24px;display:flex;flex-direction:column;gap:16px;color:#fff}
.neo-product-card__title,.neo-product-card__title a{margin:0;color:#fff!important;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.55rem,1.65vw,2rem);line-height:1.05;text-decoration:none!important}
.neo-product-card__desc{margin:10px 0 0!important;color:rgba(255,255,255,.86)!important;font-size:.98rem;line-height:1.52;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-wrap:pretty}
.neo-product-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.neo-product-card__meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:.82rem}.neo-product-card__meta i{font-size:.95rem}
.neo-product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18)}
.neo-product-card__price{display:flex;flex-direction:column;gap:2px}.neo-product-card__price small{color:rgba(255,255,255,.72);font-size:.9rem;text-decoration:line-through}.neo-product-card__price strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.45rem,1.8vw,1.9rem);line-height:1;color:#fff}
.neo-product-card__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.neo-product-card__actions .btn,.neo-product-card__footer > .btn{border-radius:999px!important;min-height:46px;padding:12px 20px!important;display:inline-flex;align-items:center;justify-content:center}.neo-product-card__actions .btn-soft{background:rgba(255,255,255,.95)!important;border-color:rgba(255,255,255,.3)!important;color:#68463d!important}.neo-product-card__actions .btn-brand,.neo-product-card__footer > .btn-brand{border:none!important;background:linear-gradient(135deg,#e9a3a0,#de8d87)!important;color:#fff!important}
.neo-product-card .product-body,.neo-product-card .product-actions,.neo-product-card .product-purchase-modern,.neo-product-card .product-card-price-row,.neo-product-card .product-card-stats,.neo-product-card .product-card-price-caption,.neo-product-card .product-status-badges,.neo-product-card .product-extra-category-badges,.neo-product-card .product-discount-badge,.neo-product-card .product-badge,.neo-product-card .product-status-badge{all:unset}
[data-theme="dark"] .neo-product-card{border-color:rgba(255,255,255,.08)!important;box-shadow:none!important}
[data-theme="dark"] .neo-product-card__category{background:rgba(12,18,25,.34);border-color:rgba(255,255,255,.12)}
[data-theme="dark"] .neo-product-card__tag{background:rgba(18,23,31,.9);color:#f4ddd8}
[data-theme="dark"] .neo-product-card__actions .btn-soft{background:rgba(20,25,33,.94)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}

/* fillings */
.vt-fillings-rail{display:flex!important;gap:22px!important;overflow:auto!important;scroll-snap-type:x mandatory;padding:6px 0 14px!important}
.vt-filling-card{flex:0 0 min(305px,80vw)!important;min-height:520px!important;display:block!important;position:relative!important;overflow:hidden!important}
.vt-filling-card__body{position:absolute!important;left:0;right:0;bottom:0;padding:24px 22px 22px!important;display:flex;flex-direction:column;gap:8px}
.vt-filling-card__body h3{font-size:clamp(1.3rem,1.8vw,1.85rem)!important;line-height:1.05;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vt-filling-subtitle{font-size:.92rem!important;color:#ffb2aa!important;font-weight:700;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.vt-filling-card__body p:last-child{font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.vt-filling-card__meta{padding:16px!important}
.vt-filling-card__meta b,.vt-filling-like{flex:0 0 42px}

/* reviews */
.vt-work-carousel{max-width:1120px!important}
.vt-work-review-card{grid-template-columns:minmax(0,1fr) 360px!important;gap:24px!important;align-items:center!important;min-height:0!important}
.vt-work-photo{min-height:540px!important;height:540px!important;box-shadow:var(--shadow-soft)!important;border-radius:34px!important}
.vt-work-photo img,.vt-work-photo-placeholder{width:100%!important;height:100%!important;object-fit:cover!important}
.vt-work-photo>span{z-index:3!important}
.vt-work-message{margin:0!important;transform:none!important;align-self:center!important;border-radius:30px!important;padding:24px!important;max-height:540px;overflow:auto;box-shadow:var(--shadow-soft)!important}
.vt-work-message p{font-size:1rem!important;line-height:1.68!important;display:block!important;overflow:visible!important}
.vt-work-message-top{position:sticky;top:0;background:inherit;padding-bottom:10px;z-index:1}
.vt-work-arrow.carousel-control-prev{left:-18px!important}.vt-work-arrow.carousel-control-next{right:-18px!important}
[data-theme="dark"] .vt-work-message{background:linear-gradient(180deg,rgba(19,24,32,.98),rgba(24,30,39,.98))!important}

/* natural section */
.vt-natural-intro .section-title{font-size:clamp(2rem,3vw,3.25rem)!important;line-height:1.05!important}

/* complect and delivery icon circles */
.vt-complect-hero-card__icon,.vt-complect-mini-card__icon,.vt-delivery-card__icon,.vt-delivery-side-card__icon,.vt-decor-card__icon{flex:0 0 76px!important;min-width:76px!important;min-height:76px!important;aspect-ratio:1/1!important;border-radius:50%!important}
.vt-delivery-card{align-items:flex-start!important;text-align:left!important}.vt-delivery-card__icon{margin:0 auto 0 0}
.vt-delivery-card h3{width:100%}
.vt-delivery-card__pill{margin-top:auto!important;align-self:flex-start!important}

/* decor section better table/pricing feel */
.vt-decor-grid{gap:22px!important}
.vt-decor-card{border-radius:30px!important;padding:30px 26px!important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(253,247,245,.98))!important}
.vt-decor-card__top{margin-bottom:8px}.vt-decor-card h3{font-size:2rem!important}.vt-decor-card__price strong{font-size:2rem!important}
.vt-decor-card ul{gap:14px!important}.vt-decor-card li{font-size:1rem!important}.vt-decor-card li i{margin-top:3px}
[data-theme="dark"] .vt-decor-card{background:linear-gradient(180deg,rgba(20,25,33,.97),rgba(24,30,39,.98))!important}

/* delivery address copy */
.vt-delivery-map > div{font-size:.98rem}

/* header/floating svg icons */
.header-social-svg{width:22px;height:22px;display:block}
.header-icon.avito-header-icon img,.vt-floating-social img{display:none!important}
.vt-floating-icon-svg{width:22px;height:22px;display:block}
.vt-floating-social{padding:0!important;overflow:hidden}
.vt-floating-social svg,.header-icon svg{display:block}

@media (max-width: 991.98px){
  .vt-work-review-card{grid-template-columns:1fr!important}
  .vt-work-photo{height:420px!important;min-height:420px!important}
  .vt-work-message{max-height:none}
}
@media (max-width: 767.98px){
  .neo-product-card{min-height:470px!important}
  .neo-product-card__tags{position:absolute;left:18px;right:18px;top:auto;bottom:132px;justify-content:flex-start;max-width:none}
  .neo-product-card__content{padding:20px!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.5rem!important}
  .neo-product-card__desc{-webkit-line-clamp:2}
  .neo-product-card__footer{flex-direction:column;align-items:flex-start!important}
  .neo-product-card__actions,.neo-product-card__footer>.btn{width:100%}
  .neo-product-card__actions .btn{flex:1 1 calc(50% - 5px)}
  .vt-filling-card{flex-basis:84vw!important;min-height:470px!important}
  .vt-work-photo{height:390px!important;min-height:390px!important}
  .vt-natural-row__tag{justify-self:start;margin-left:0}
}
@media (max-width: 575.98px){
  .vt-hero-refresh__content .eyebrow{font-size:.82rem!important}
  .neo-product-card{min-height:430px!important}
  .neo-product-card__badges{right:14px;left:14px;top:14px}
  .neo-product-card__tags{left:14px;right:14px;bottom:128px}
  .neo-product-card__content{padding:18px!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.28rem!important}
  .neo-product-card__desc{font-size:.9rem!important}
  .neo-product-card__actions .btn,.neo-product-card__footer>.btn{min-height:42px!important;padding:10px 14px!important}
  .vt-filling-card{flex-basis:88vw!important}
  .vt-work-message{padding:18px!important;border-radius:24px!important}
  .header-social-svg,.vt-floating-icon-svg{width:20px;height:20px}
}


/* === 2026-07-02 fourth pass hotfixes === */
/* Restore native sticky header behavior explicitly */
.site-header.sticky-top{
  position:sticky!important;
  top:0!important;
  z-index:1030!important;
}
.site-header{will-change:transform}

/* Socials: revert to previous simple icon style */
.header-icon .header-social-svg,
.vt-floating-social .vt-floating-icon-svg{display:none!important}
.header-icon i{display:inline-flex!important}
.header-icon.avito-header-icon img,
.vt-floating-social img{display:block!important;width:22px!important;height:22px!important;object-fit:contain!important}
.vt-floating-social{padding:0!important;border-radius:50%!important;overflow:hidden!important;background:var(--card)!important;border:1px solid var(--line)!important}
.vt-floating-social i{display:inline-flex!important;font-size:1.25rem!important;color:var(--brand)!important}
.vt-floating-social-max svg{display:block!important;width:100%!important;height:100%!important}
.vt-floating-social-telegram{background:linear-gradient(135deg,#54c7f7,#3b8df0)!important}
.vt-floating-social-telegram i{color:#fff!important}
.vt-floating-social-avito img{width:22px!important;height:22px!important}
[data-theme="dark"] .vt-floating-social{background:#151b24!important;border-color:rgba(255,255,255,.12)!important}

/* CTA sheen slightly more frequent */
.vt-hero-refresh .btn-brand::after{animation-duration:7.5s!important}

/* Reviews: no overflow, no arrow overlap, closer to reference pills */
.vt-review-rating-row{display:flex!important;justify-content:center!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
.vt-review-rating-row span,.vt-review-rating-row a{min-height:46px!important;box-shadow:none!important}
.vt-review-avito-pill{gap:10px!important}
.vt-review-avito-pill img{width:72px!important;height:24px!important;object-fit:contain!important}
.vt-review-avito-pill b{color:#ffad35!important;letter-spacing:.12em;font-size:.96rem}
.vt-review-avito-pill strong{font-weight:900;color:var(--brand-dark)}
.vt-work-carousel{
  max-width:1180px!important;
  padding:0 72px!important;
  overflow:visible!important;
}
.vt-work-review-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:22px!important;
  align-items:stretch!important;
  min-height:500px!important;
}
.vt-work-photo{
  height:500px!important;
  min-height:500px!important;
  border-radius:34px!important;
}
.vt-work-photo img,.vt-work-photo-placeholder{
  height:500px!important;
  object-fit:cover!important;
}
.vt-work-message{
  height:500px!important;
  max-height:500px!important;
  overflow:hidden!important;
  padding:24px!important;
  border-radius:34px!important;
  transform:none!important;
  margin:0!important;
}
.vt-work-message p{
  display:-webkit-box!important;
  -webkit-line-clamp:12!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin-bottom:14px!important;
}
.vt-work-message-top{position:relative!important;top:auto!important;background:transparent!important}
.vt-work-arrow{
  width:58px!important;
  height:58px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:5!important;
}
.vt-work-arrow.carousel-control-prev{left:8px!important}
.vt-work-arrow.carousel-control-next{right:8px!important}
[data-theme="dark"] .vt-review-avito-pill strong{color:#fff}
[data-theme="dark"] .vt-review-rating-row span,
[data-theme="dark"] .vt-review-rating-row a{background:#141a23!important;border-color:rgba(255,255,255,.11)!important}

/* Decor tiers: neutral card rows, no coral pills on list text */
.vt-decor-tiers .vt-decor-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}
.vt-decor-tiers .vt-decor-card{
  padding:34px!important;
  border-radius:30px!important;
  min-height:600px!important;
  background:var(--card)!important;
  border:1px solid var(--line)!important;
  display:flex!important;
  flex-direction:column!important;
  gap:22px!important;
}
.vt-decor-tiers .vt-decor-card.is-featured{border-color:rgba(221,124,118,.75)!important}
.vt-decor-tiers .vt-decor-card__top{display:flex!important;justify-content:space-between!important;align-items:flex-start!important}
.vt-decor-tiers .vt-decor-card__icon{
  width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;
  background:rgba(221,124,118,.13)!important;color:var(--brand)!important;border-radius:50%!important;
}
.vt-decor-tiers .vt-decor-card__dots{display:flex!important;gap:8px!important;padding-top:22px!important}
.vt-decor-tiers .vt-decor-card__dots i{width:12px!important;height:12px!important;border-radius:50%!important;background:rgba(221,124,118,.55)!important}
.vt-decor-tiers .vt-decor-card__head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important}
.vt-decor-tiers .vt-decor-card h3{font-family:Georgia,'Times New Roman',serif!important;font-size:2rem!important;line-height:1.05!important;color:var(--brand-dark)!important;margin:0!important}
.vt-decor-tiers .vt-decor-card__price{display:flex!important;flex-direction:column!important;align-items:flex-end!important}
.vt-decor-tiers .vt-decor-card__price small{
  display:block!important;background:transparent!important;color:var(--brand)!important;padding:0!important;margin:0 0 3px!important;border-radius:0!important;font-size:.96rem!important;font-weight:800!important;
}
.vt-decor-tiers .vt-decor-card__price strong{font-family:Georgia,'Times New Roman',serif!important;font-size:2.15rem!important;color:var(--brand)!important;line-height:1!important}
.vt-decor-tiers .vt-decor-card ul{display:flex!important;flex-direction:column!important;gap:14px!important;margin:0!important;padding:0!important;list-style:none!important}
.vt-decor-tiers .vt-decor-card li{display:flex!important;align-items:flex-start!important;gap:11px!important;color:var(--muted)!important;line-height:1.55!important;font-size:1rem!important}
.vt-decor-tiers .vt-decor-card li i{flex:0 0 auto!important;color:var(--brand)!important;margin-top:3px!important}
.vt-decor-tiers .vt-decor-card li span{
  display:inline!important;
  background:transparent!important;
  color:var(--muted)!important;
  border-radius:0!important;
  padding:0!important;
  margin:0!important;
  font-size:inherit!important;
  font-weight:500!important;
}
.vt-decor-tiers .vt-decor-card .btn{margin-top:auto!important;width:100%!important;border-radius:999px!important;justify-content:center!important}
[data-theme="dark"] .vt-decor-tiers .vt-decor-card{background:#151b24!important;border-color:rgba(255,255,255,.11)!important}
[data-theme="dark"] .vt-decor-tiers .vt-decor-card h3{color:#fff!important}
[data-theme="dark"] .vt-decor-tiers .vt-decor-card li span,
[data-theme="dark"] .vt-decor-tiers .vt-decor-card li{color:#d6c7c2!important}

/* Delivery address and bottom labels */
.vt-delivery-card__pill{margin-top:auto!important;align-self:flex-start!important}
.vt-delivery-map div span{color:var(--brand-dark)!important}

/* Menu carousel controls inside redesigned cards */
.neo-product-card .carousel-control-prev,
.neo-product-card .carousel-control-next{
  all:revert!important;
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.22)!important;
  opacity:0!important;
  z-index:6!important;
  transition:opacity .2s ease, background .2s ease!important;
}
.neo-product-card:hover .carousel-control-prev,
.neo-product-card:hover .carousel-control-next{opacity:1!important}
.neo-product-card .carousel-control-prev{left:12px!important}
.neo-product-card .carousel-control-next{right:12px!important}
.neo-product-card .carousel-control-prev-icon,
.neo-product-card .carousel-control-next-icon{width:22px!important;height:22px!important}

/* Cache/old all:unset guard for product carousel */
.neo-product-card .carousel-inner{position:relative!important;width:100%!important;height:100%!important;overflow:hidden!important}
.neo-product-card .carousel-item{height:100%!important}
.neo-product-card .carousel-item:not(.active){display:none!important}
.neo-product-card .carousel-item.active{display:block!important}

@media (max-width:991.98px){
  .vt-work-carousel{padding:0!important}
  .vt-work-review-card{grid-template-columns:1fr!important;min-height:0!important}
  .vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:420px!important;min-height:420px!important}
  .vt-work-message{height:auto!important;max-height:none!important}
  .vt-work-message p{-webkit-line-clamp:9!important}
  .vt-decor-tiers .vt-decor-grid{grid-template-columns:1fr!important}
  .vt-decor-tiers .vt-decor-card{min-height:auto!important}
}
@media (max-width:575.98px){
  .vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:360px!important;min-height:360px!important}
  .vt-review-avito-pill img{width:60px!important}
  .vt-review-rating-row span,.vt-review-rating-row a{font-size:.9rem!important}
}

/* === 2026-07-02 fifth pass: strict corrections === */
.site-body{padding-top:74px!important;scroll-padding-top:92px!important}
.site-header.sticky-top,.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1055!important}
.site-header .navbar{min-height:74px}
@media(max-width:575.98px){.site-body{padding-top:66px!important}.site-header .navbar{min-height:66px}}

/* Restore/menu warning banner before product menu */
.home-design-consent-wrap{padding-top:34px!important;padding-bottom:0!important}
.home-design-consent-wrap + .vt-home-products{padding-top:34px!important}
.design-consent-note{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:22px 24px;border-radius:28px;border:1px solid rgba(221,124,118,.22);background:linear-gradient(135deg,rgba(221,124,118,.10),rgba(255,255,255,.72));box-shadow:0 12px 30px rgba(98,65,52,.06)}
.design-consent-note__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:rgba(221,124,118,.14);color:var(--brand);font-size:1.55rem;flex:0 0 58px}
.design-consent-note__text h2{margin:0 0 4px;font-size:1.25rem;line-height:1.2;color:var(--brand-dark);font-weight:900}
.design-consent-note__text p{margin:0;color:var(--muted);line-height:1.55}
[data-theme="dark"] .design-consent-note{background:linear-gradient(135deg,rgba(240,142,135,.10),rgba(255,255,255,.03));border-color:rgba(240,142,135,.20);box-shadow:none}
@media(max-width:575.98px){.design-consent-note{grid-template-columns:1fr;padding:18px;border-radius:22px}.design-consent-note__text h2{font-size:1.08rem}.design-consent-note__text p{font-size:.92rem}}

/* Hero title wider */
.vt-hero-refresh__content{max-width:min(1040px,100%)!important}
.vt-hero-refresh__title{max-width:15.5ch!important;font-size:clamp(2.25rem,3.65vw,3.55rem)!important}
@media(max-width:767.98px){.vt-hero-refresh__title{max-width:12.5ch!important}}

/* App/social icons: one full icon, no tiny inner badges */
.header-icon.header-app-icon{padding:0!important;overflow:hidden!important;background:transparent!important;border-color:rgba(221,124,118,.25)!important}
.header-icon.header-app-icon img,.header-icon.header-app-icon svg{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.header-icon.header-app-icon i{display:none!important}
.vt-floating-social{padding:0!important;overflow:hidden!important;background:transparent!important;border-color:rgba(221,124,118,.25)!important}
.vt-floating-social img,.vt-floating-social svg{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.vt-floating-social i{display:none!important}
[data-theme="dark"] .header-icon.header-app-icon,[data-theme="dark"] .vt-floating-social{background:transparent!important;border-color:rgba(255,255,255,.12)!important}

/* Reviews: close to reference - central photo + phone-style client message overlay */
.vt-reviews-showcase{overflow:hidden!important}
.vt-work-carousel{max-width:1320px!important;margin:0 auto!important;padding:0 120px!important;overflow:visible!important}
.vt-work-carousel .carousel-inner{overflow:visible!important;position:relative!important}
.vt-work-carousel .carousel-inner::before,.vt-work-carousel .carousel-inner::after{content:"";position:absolute;top:76px;width:210px;height:430px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.04));border:1px solid var(--line);opacity:.42;z-index:0;filter:blur(.2px)}
.vt-work-carousel .carousel-inner::before{left:-88px}.vt-work-carousel .carousel-inner::after{right:-88px}
.vt-work-review-card{position:relative!important;display:block!important;min-height:610px!important;width:min(760px,100%)!important;margin:0 auto!important}
.vt-work-photo{position:relative!important;z-index:1!important;width:100%!important;height:560px!important;min-height:560px!important;border-radius:34px!important;overflow:hidden!important;box-shadow:0 24px 56px rgba(98,65,52,.13)!important;border:1px solid var(--line)!important;background:var(--bg-soft)!important}
.vt-work-photo img,.vt-work-photo-placeholder{display:block!important;width:100%!important;height:560px!important;object-fit:cover!important}
.vt-work-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.16));z-index:1;pointer-events:none}
.vt-work-photo>span{z-index:2!important;top:18px!important;left:18px!important;background:rgba(255,255,255,.92)!important;color:var(--brand)!important;box-shadow:none!important}
.vt-work-author-badge{z-index:2!important}
.vt-work-message{position:absolute!important;z-index:3!important;right:-150px!important;bottom:8px!important;width:330px!important;height:505px!important;max-height:505px!important;overflow:hidden!important;padding:24px 22px!important;border-radius:42px!important;background:#111923!important;color:#eef6ff!important;box-shadow:0 24px 60px rgba(0,0,0,.30)!important;border:6px solid rgba(255,255,255,.10)!important;transform:rotate(-2deg)!important;margin:0!important}
.vt-work-message::before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:86px;height:16px;border-radius:999px;background:rgba(255,255,255,.12)}
.vt-work-message-top{position:relative!important;top:auto!important;background:transparent!important;padding:18px 0 12px!important;margin:0 0 10px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.08)}
.vt-work-message-top i{color:#35a8e9!important}.vt-work-message-top small{margin-left:auto!important;color:rgba(255,255,255,.55)!important}.vt-work-message .stars{color:#ffc24a!important;margin:0 0 12px!important}.vt-work-message p{display:-webkit-box!important;-webkit-line-clamp:12!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:rgba(255,255,255,.88)!important;font-size:.96rem!important;line-height:1.58!important;margin:0 0 16px!important}.vt-work-after{background:#dff5e7!important;color:#3d8f75!important}
.vt-work-arrow{width:58px!important;height:58px!important;top:50%!important;transform:translateY(-50%)!important;z-index:6!important;border-radius:50%!important;background:var(--brand)!important;color:#fff!important;opacity:1!important;box-shadow:0 12px 28px rgba(98,65,52,.18)!important}.vt-work-arrow.carousel-control-prev{left:14px!important}.vt-work-arrow.carousel-control-next{right:14px!important}
.vt-review-avito-pill img{width:86px!important;height:26px!important;object-fit:contain!important;border-radius:0!important}.vt-review-avito-pill b{color:#ffad35!important;letter-spacing:.12em}.vt-review-avito-pill strong{color:var(--brand-dark)!important;font-weight:900!important}
[data-theme="dark"] .vt-work-carousel .carousel-inner::before,[data-theme="dark"] .vt-work-carousel .carousel-inner::after{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02));border-color:rgba(255,255,255,.08)}
[data-theme="dark"] .vt-work-photo{box-shadow:none!important;border-color:rgba(255,255,255,.08)!important}[data-theme="dark"] .vt-review-avito-pill strong{color:#fff!important}
@media(max-width:1199.98px){.vt-work-carousel{padding:0 72px!important}.vt-work-message{right:-82px!important;width:305px!important}}
@media(max-width:991.98px){.vt-work-carousel{padding:0!important}.vt-work-carousel .carousel-inner::before,.vt-work-carousel .carousel-inner::after{display:none!important}.vt-work-review-card{width:100%!important;min-height:0!important}.vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:430px!important;min-height:430px!important}.vt-work-message{position:relative!important;right:auto!important;bottom:auto!important;width:auto!important;height:auto!important;max-height:none!important;margin:-76px 18px 0!important;transform:none!important;border-radius:30px!important}.vt-work-message p{-webkit-line-clamp:8!important}.vt-work-arrow{display:none!important}}
@media(max-width:575.98px){.vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:360px!important;min-height:360px!important}.vt-work-message{padding:20px 18px!important}.vt-work-message p{-webkit-line-clamp:7!important}}

/* Decor: competitor-like clean card, no pill list items */
.vt-decor-tiers .vt-decor-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}.vt-decor-tiers .vt-decor-card{position:relative!important;display:flex!important;flex-direction:column!important;gap:22px!important;min-height:570px!important;padding:34px!important;border-radius:32px!important;border:2px solid rgba(231,212,204,.95)!important;background:#fff!important;box-shadow:none!important}.vt-decor-tiers .vt-decor-card.is-featured{border-color:#ef9a9a!important}.vt-decor-tiers .vt-decor-feature-badge{top:-18px!important;padding:10px 22px!important;background:#e98f8c!important;box-shadow:0 12px 24px rgba(67,43,35,.10)!important}.vt-decor-tiers .vt-decor-card__icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;border-radius:50%!important;background:rgba(221,124,118,.12)!important;color:var(--brand)!important;box-shadow:none!important}.vt-decor-tiers .vt-decor-card__dots i{width:12px!important;height:12px!important;border-radius:50%!important;background:#e79b99!important}.vt-decor-tiers .vt-decor-card__head{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;gap:14px!important}.vt-decor-tiers .vt-decor-card h3{font-family:Georgia,'Times New Roman',serif!important;font-size:2rem!important;line-height:1!important;color:var(--brand-dark)!important;margin:0!important}.vt-decor-tiers .vt-decor-card__price small{display:block!important;background:transparent!important;color:#c7948b!important;padding:0!important;margin:0 0 5px!important;font-size:.95rem!important;font-weight:800!important}.vt-decor-tiers .vt-decor-card__price strong{font-family:Georgia,'Times New Roman',serif!important;font-size:2.15rem!important;line-height:1!important;color:#d97675!important}.vt-decor-tiers .vt-decor-card ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:14px!important}.vt-decor-tiers .vt-decor-card li{display:flex!important;align-items:flex-start!important;gap:12px!important;color:var(--muted)!important;font-size:1rem!important;line-height:1.55!important}.vt-decor-tiers .vt-decor-card li i{flex:0 0 auto!important;color:#e69491!important;margin-top:3px!important}.vt-decor-tiers .vt-decor-card li em,.vt-decor-tiers .vt-decor-card li span{display:inline!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;color:var(--muted)!important;font-style:normal!important;font-weight:500!important;font-size:inherit!important;line-height:inherit!important}.vt-decor-tiers .vt-decor-card .btn{margin-top:auto!important;width:100%!important;border-radius:999px!important;justify-content:center!important;min-height:52px!important}
[data-theme="dark"] .vt-decor-tiers .vt-decor-card{background:#151b24!important;border-color:rgba(255,255,255,.11)!important}[data-theme="dark"] .vt-decor-tiers .vt-decor-card.is-featured{border-color:rgba(240,142,135,.65)!important}[data-theme="dark"] .vt-decor-tiers .vt-decor-card h3{color:#fff!important}[data-theme="dark"] .vt-decor-tiers .vt-decor-card li em,[data-theme="dark"] .vt-decor-tiers .vt-decor-card li span,[data-theme="dark"] .vt-decor-tiers .vt-decor-card li{color:#d8cac5!important}
@media(max-width:991.98px){.vt-decor-tiers .vt-decor-grid{grid-template-columns:1fr!important}.vt-decor-tiers .vt-decor-card{min-height:auto!important}}

/* Delivery: softer, less bulky cards */
.vt-delivery-grid{gap:18px!important}.vt-delivery-card{min-height:290px!important;padding:28px!important;border-radius:28px!important;align-items:center!important;text-align:center!important}.vt-delivery-card__icon{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;margin:0 auto 20px!important;font-size:1.55rem!important}.vt-delivery-card h3{font-size:1.45rem!important;line-height:1.15!important;margin:0 0 14px!important}.vt-delivery-card__lead{font-size:1rem!important;line-height:1.5!important}.vt-delivery-card p:last-of-type{font-size:.94rem!important;line-height:1.55!important}.vt-delivery-card__pill{margin:18px auto 0!important;align-self:center!important;padding:9px 14px!important;font-size:.86rem!important}.vt-delivery-side-card__icon{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;font-size:1.45rem!important}.vt-delivery-side-card{border-radius:26px!important;padding:22px!important}
@media(max-width:575.98px){.vt-delivery-card{text-align:left!important;align-items:flex-start!important}.vt-delivery-card__icon{margin:0 0 18px!important}.vt-delivery-card__pill{margin-left:0!important;align-self:flex-start!important}}

/* Product carousel manual switching */
.neo-product-card .carousel-inner{position:relative!important;width:100%!important;height:100%!important;overflow:hidden!important}.neo-product-card .carousel-item{position:absolute!important;inset:0!important;display:block!important;opacity:0!important;transition:opacity .22s ease!important;transform:none!important}.neo-product-card .carousel-item.active{opacity:1!important;z-index:1!important}.neo-product-card .carousel-control-prev,.neo-product-card .carousel-control-next{opacity:1!important;z-index:8!important;background:rgba(0,0,0,.26)!important;border:1px solid rgba(255,255,255,.18)!important}.neo-product-card .carousel-control-prev-icon,.neo-product-card .carousel-control-next-icon{filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))!important}

/* === 2026-07-02 sixth pass: stabilize reviews, socials, delivery, menu gallery === */
/* Header must be fixed on every page */
html body.site-body .site-header.sticky-top,
html body.site-body header.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:9999!important;
  transform:none!important;
}
html body.site-body{padding-top:74px!important;scroll-padding-top:94px!important}

/* Social buttons: full-size icons, no empty inner circles */
.header-icon.header-app-icon,
.vt-floating-social{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:50%!important;
  background:transparent!important;
}
.header-icon.header-app-icon img,
.header-icon.header-app-icon svg,
.header-icon.header-app-icon .app-icon-svg,
.vt-floating-social img,
.vt-floating-social svg,
.vt-floating-social .vt-floating-icon-svg,
.vt-floating-social .vt-floating-max-svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
.header-icon.header-app-icon i,
.vt-floating-social i{display:none!important}
.vt-floating-socials{gap:10px!important}

/* Review rating row: no Telegram logo in count pill */
.vt-review-rating-row a i{color:var(--brand)!important}
.vt-review-avito-pill img{width:82px!important;height:24px!important;object-fit:contain!important}

/* Reviews: actual neighboring preview images, no black placeholders */
.vt-work-carousel{
  max-width:1260px!important;
  padding:0 92px!important;
  overflow:visible!important;
}
.vt-work-carousel .carousel-inner{overflow:visible!important}
.vt-work-carousel .carousel-inner::before,
.vt-work-carousel .carousel-inner::after{display:none!important}
.vt-work-review-card{
  position:relative!important;
  display:block!important;
  width:min(760px,100%)!important;
  min-height:600px!important;
  margin:0 auto!important;
}
.vt-work-photo{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:540px!important;
  min-height:540px!important;
  border-radius:34px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.16)!important;
  background:var(--bg-soft)!important;
}
.vt-work-photo img,.vt-work-photo-placeholder{height:540px!important;width:100%!important;object-fit:cover!important}
.vt-work-side-card{
  position:absolute!important;
  top:72px!important;
  width:210px!important;
  height:410px!important;
  border-radius:32px!important;
  overflow:hidden!important;
  z-index:1!important;
  opacity:.38!important;
  border:1px solid var(--line)!important;
  background:var(--card)!important;
  filter:saturate(.82)!important;
  box-shadow:none!important;
}
.vt-work-side-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.vt-work-side-card::after{content:"";position:absolute;inset:0;background:rgba(255,248,244,.44);backdrop-filter:blur(1px)}
[data-theme="dark"] .vt-work-side-card::after{background:rgba(18,21,27,.56)}
.vt-work-side-card.is-left{left:-270px!important}.vt-work-side-card.is-right{right:-270px!important}
.vt-work-message{
  position:absolute!important;
  z-index:4!important;
  right:-112px!important;
  bottom:6px!important;
  width:315px!important;
  height:470px!important;
  max-height:470px!important;
  overflow:hidden!important;
  padding:22px 20px!important;
  border-radius:38px!important;
  background:#111923!important;
  color:#eef6ff!important;
  border:5px solid rgba(255,255,255,.10)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26)!important;
  transform:rotate(-1.5deg)!important;
  margin:0!important;
}
.vt-work-message p{-webkit-line-clamp:11!important;font-size:.92rem!important;line-height:1.55!important;color:rgba(255,255,255,.88)!important}
.vt-work-message-top b{font-size:.96rem!important}.vt-work-message-top small{font-size:.78rem!important}.vt-work-after{font-size:.78rem!important;padding:8px 12px!important}
.vt-work-arrow{z-index:6!important;background:var(--brand)!important;box-shadow:0 14px 30px rgba(67,43,35,.10)!important}
.vt-work-arrow.carousel-control-prev{left:14px!important}.vt-work-arrow.carousel-control-next{right:14px!important}

/* Delivery cards: compact, with true circular icons and bottom-left pills */
.vt-delivery-grid{gap:22px!important;align-items:stretch!important}
.vt-delivery-card{
  min-height:320px!important;
  padding:30px 28px!important;
  border-radius:28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.vt-delivery-card__icon,
.vt-delivery-side-card__icon{
  flex:0 0 58px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  margin:0 0 20px 0!important;
  box-sizing:border-box!important;
}
.vt-delivery-card h3{font-size:1.45rem!important;line-height:1.15!important;margin:0 0 14px!important;width:100%!important}
.vt-delivery-card__lead{font-size:1rem!important;line-height:1.48!important;margin:0 0 10px!important}
.vt-delivery-card p:last-of-type{font-size:.94rem!important;line-height:1.55!important;margin:0 0 18px!important}
.vt-delivery-card__pill{
  margin:auto 0 0 0!important;
  align-self:flex-start!important;
  justify-self:flex-end!important;
  padding:9px 14px!important;
  font-size:.85rem!important;
  line-height:1!important;
}
.vt-delivery-side-card{align-items:flex-start!important}.vt-delivery-side-card__icon{margin:0!important}

/* Product image gallery: no Bootstrap carousel dependency */
.neo-product-gallery,
.neo-product-gallery__track{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}
.neo-product-gallery__item{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  z-index:0!important;
  transition:opacity .22s ease!important;
}
.neo-product-gallery__item.is-active{opacity:1!important;z-index:1!important}
.neo-product-gallery__item img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.neo-product-gallery__control{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:10!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(0,0,0,.34)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  opacity:.92!important;
  cursor:pointer!important;
}
.neo-product-gallery__control i{font-size:1.5rem!important;line-height:1!important}
.neo-product-gallery__control.is-prev{left:12px!important}.neo-product-gallery__control.is-next{right:12px!important}
.neo-product-gallery__control:hover{background:rgba(221,124,118,.82)!important}

@media(max-width:991.98px){
  .vt-work-carousel{padding:0!important}.vt-work-side-card{display:none!important}.vt-work-review-card{min-height:auto!important}.vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:420px!important;min-height:420px!important}.vt-work-message{position:relative!important;right:auto!important;bottom:auto!important;width:auto!important;height:auto!important;max-height:none!important;margin:-76px 18px 0!important;transform:none!important}.vt-work-message p{-webkit-line-clamp:7!important}
}
@media(max-width:575.98px){
  html body.site-body{padding-top:66px!important}.header-icon.header-app-icon,.vt-floating-social{width:38px!important;height:38px!important;min-width:38px!important}.vt-work-photo,.vt-work-photo img,.vt-work-photo-placeholder{height:360px!important;min-height:360px!important}.vt-delivery-card{min-height:0!important;padding:24px!important}.vt-delivery-card__pill{margin-top:16px!important}
}


/* === 2026-07-02 round7 stabilization === */

/* fixed header needs desktop body offset too */
html body.site-body{padding-top:74px!important}
.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:1200!important;
}

/* remove harsh separator under hero, especially in dark theme */
.vt-hero-refresh{border-bottom:0!important}
[data-theme="dark"] .vt-hero-refresh{border-bottom:0!important;box-shadow:none!important}
.vt-hero-refresh__title{max-width:15.5ch!important}

/* social app icons: same visual size, no tiny icon inside empty circle */
.header-icon.header-app-icon,
.vt-floating-social{
  padding:0!important;
  overflow:hidden!important;
  display:inline-grid!important;
  place-items:center!important;
  background:transparent!important;
}
.header-icon.header-app-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:50%!important;
}
.header-icon.header-app-icon svg,
.header-icon.header-app-icon img,
.vt-floating-social svg,
.vt-floating-social img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
.header-icon.header-app-icon i,
.vt-floating-social i{display:none!important}
.vt-floating-social{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:50%!important;
  border:1px solid var(--line)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.12)!important;
}
[data-theme="dark"] .vt-floating-social{border-color:rgba(255,255,255,.14)!important}

/* product card mobile: category/status stays at the top, extra flavour tags do not cover it */
.neo-product-card__badges{
  left:18px!important;
  right:18px!important;
  top:18px!important;
  z-index:12!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.neo-product-card__category{
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.neo-product-card__chip.is-new{background:#8dcf97!important;color:#17321f!important}
.neo-product-card__chip.is-hit{background:#f3b164!important;color:#4b2f27!important}
.neo-product-card__chip.is-popular{background:#ef928e!important;color:#fff!important}
@media(max-width:767.98px){
  .neo-product-card__badges{top:14px!important;left:14px!important;right:14px!important}
  .neo-product-card__tags{display:none!important}
  .neo-product-card__category{max-width:100%!important}
  .neo-product-card__content{padding-top:92px!important}
  .neo-product-card__price strong{white-space:nowrap!important;font-size:1.42rem!important}
  .neo-product-card__actions .btn-soft{display:none!important}
  .neo-product-card__actions .btn-brand{width:100%!important;flex:1 1 100%!important}
  .neo-product-card__footer{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:end!important;gap:12px!important}
  .neo-product-card__actions{width:100%!important}
}
@media(max-width:420px){
  .neo-product-card__footer{grid-template-columns:1fr!important}
}

/* fillings: badge can be text, not only a number; prevent overlap/jumping */
.vt-filling-card__meta b{
  width:auto!important;
  min-width:42px!important;
  max-width:122px!important;
  padding:0 12px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  border-radius:999px!important;
  font-size:.82rem!important;
}
.vt-filling-like{
  width:42px!important;
  min-width:42px!important;
  border-radius:50%!important;
}
.vt-filling-card__body{
  min-height:188px!important;
  justify-content:flex-end!important;
}
.vt-filling-card__body h3{
  min-height:2.1em!important;
}

/* reviews: remove heavy/strange shadows and hide broken side previews */
.vt-work-photo{box-shadow:none!important}
.vt-work-message{box-shadow:0 18px 38px rgba(0,0,0,.22)!important}
.vt-work-side-card{box-shadow:none!important;background:transparent!important}
.vt-work-side-card img[src=""],
.vt-work-side-card img:not([src]){display:none!important}
.vt-work-side-card:has(img[src=""]),
.vt-work-side-card:has(img:not([src])){display:none!important}
.vt-work-side-card::after{backdrop-filter:none!important}
[data-theme="dark"] .vt-work-side-card{border-color:rgba(255,255,255,.08)!important}
[data-theme="dark"] .vt-work-photo{box-shadow:none!important}

/* delivery: compact, circles stay circles, label sticks to card bottom-left */
.vt-delivery-grid{align-items:stretch!important}
.vt-delivery-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:280px!important;
  padding:24px!important;
  gap:0!important;
}
.vt-delivery-card__icon{
  flex:0 0 58px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  margin:0 0 24px 0!important;
}
.vt-delivery-side-card__icon{
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
}
.vt-delivery-card h3{font-size:1.55rem!important;margin:0 0 14px!important}
.vt-delivery-card__lead{font-size:1rem!important;margin:0 0 10px!important}
.vt-delivery-card p:not(.vt-delivery-card__lead){font-size:.96rem!important;line-height:1.55!important;margin:0 0 18px!important}
.vt-delivery-card__pill{
  margin-top:auto!important;
  align-self:flex-start!important;
  display:inline-flex!important;
  position:relative!important;
  bottom:auto!important;
}

/* product gallery final fallback: controls above overlays and active item definitely visible */
.neo-product-gallery{z-index:3!important}
.neo-product-gallery__item{display:block!important;visibility:hidden!important;opacity:0!important}
.neo-product-gallery__item.is-active{visibility:visible!important;opacity:1!important;z-index:2!important}
.neo-product-gallery__control{
  z-index:30!important;
  pointer-events:auto!important;
  opacity:.95!important;
}
.neo-product-card__overlay{pointer-events:none!important}

@media(max-width:575.98px){
  html body.site-body{padding-top:66px!important}
  .header-icon.header-app-icon,
  .vt-floating-social{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
  .vt-filling-card__body{min-height:178px!important}
}

/* === 2026-07-02 round8 targeted fixes === */
/* Header must not cover modals */
.site-header,
.site-header.sticky-top{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:1030!important;
}
.modal{z-index:2000!important}.modal-backdrop{z-index:1990!important}
html body.site-body{padding-top:74px!important}

/* Normal app icons in header/floating: same size, not distorted */
.header-icon.header-app-icon,
.vt-floating-social{
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  border-radius:50%!important;overflow:hidden!important;padding:0!important;display:inline-grid!important;place-items:center!important;
}
.header-icon.header-app-icon svg,
.header-icon.header-app-icon img,
.vt-floating-social svg,
.vt-floating-social img{
  width:100%!important;height:100%!important;display:block!important;border-radius:50%!important;object-fit:contain!important;
}
.header-icon.header-app-icon.avito-header-icon img,
.vt-floating-social-avito img{background:#fff!important;object-fit:contain!important}
.header-icon.header-app-icon i,.vt-floating-social i{display:none!important}

/* Smooth hero transition into next block */
.vt-hero-refresh{border-bottom:0!important;position:relative!important;overflow:hidden!important}
.vt-hero-refresh::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:96px;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,248,244,0),var(--bg) 92%);
}
[data-theme="dark"] .vt-hero-refresh::after{background:linear-gradient(180deg,rgba(18,21,27,0),var(--bg) 92%)}
.vt-hero-refresh .container{z-index:3}.vt-hero-refresh__title{max-width:16.5ch!important}

/* Product cards: prettier smaller title, description visible, no overlapping badges */
.neo-product-card__badges{display:flex!important;align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important;max-width:calc(100% - 32px)!important;z-index:18!important}
.neo-product-card__category{order:-2!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.neo-product-card__chip{white-space:nowrap!important;max-width:calc(100% - 8px)!important;overflow:hidden!important;text-overflow:ellipsis!important}
.neo-product-card__title,
.neo-product-card__title a{
  font-size:clamp(1.22rem,1.35vw,1.58rem)!important;
  line-height:1.08!important;
  font-style:italic!important;
  letter-spacing:-.02em!important;
  text-shadow:0 2px 10px rgba(0,0,0,.30)!important;
}
.neo-product-card__desc{
  display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;
  font-size:.92rem!important;line-height:1.45!important;margin-top:8px!important;
}
.neo-product-card__price strong{font-size:clamp(1.15rem,1.35vw,1.55rem)!important;white-space:nowrap!important;letter-spacing:.01em!important}
.neo-product-card__price small{font-size:.78rem!important}
.neo-product-card__footer{gap:12px!important}
.neo-product-card__actions .btn-soft{display:none!important}
.neo-product-card__actions .btn-brand,.neo-product-card__footer>.btn-brand{min-width:132px!important}
@media(max-width:767.98px){
  .neo-product-card{min-height:455px!important}
  .neo-product-card__badges{top:14px!important;left:14px!important;right:14px!important;max-width:calc(100% - 28px)!important}
  .neo-product-card__chip{font-size:.72rem!important;padding:7px 10px!important}
  .neo-product-card__category{font-size:.72rem!important;padding:7px 10px!important;max-width:70%!important}
  .neo-product-card__content{padding:18px!important;padding-top:0!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.18rem!important;line-height:1.08!important}
  .neo-product-card__desc{font-size:.86rem!important;-webkit-line-clamp:2!important}
  .neo-product-card__meta span{font-size:.72rem!important;padding:6px 9px!important}
  .neo-product-card__footer{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;flex-direction:row!important}
  .neo-product-card__price strong{font-size:1.16rem!important}
  .neo-product-card__actions{width:auto!important;flex:0 0 auto!important}.neo-product-card__actions .btn-brand{min-width:126px!important;width:auto!important}
}
@media(max-width:420px){
  .neo-product-card__footer{flex-direction:column!important;align-items:flex-start!important}.neo-product-card__actions,.neo-product-card__actions .btn-brand{width:100%!important}
}

/* Product galleries: no useless arrows; automatic slideshow only */
.neo-product-gallery__control{display:none!important;pointer-events:none!important}
.neo-product-gallery__item{display:block!important;visibility:hidden!important;opacity:0!important;transition:opacity .45s ease!important}
.neo-product-gallery__item.is-active{visibility:visible!important;opacity:1!important;z-index:2!important}

/* Fillings: stable text block and numeric badge only */
.vt-filling-card{min-height:500px!important}
.vt-filling-card__body{min-height:205px!important;padding:22px!important;justify-content:flex-end!important}
.vt-filling-card__body h3{font-size:clamp(1.24rem,1.65vw,1.65rem)!important;line-height:1.08!important;min-height:auto!important;margin-bottom:2px!important}
.vt-filling-subtitle{font-size:.86rem!important;line-height:1.25!important;min-height:1.25em!important;-webkit-line-clamp:1!important}
.vt-filling-card__body p:last-child{font-size:.9rem!important;line-height:1.45!important;-webkit-line-clamp:3!important}
.vt-filling-card__meta b{width:42px!important;min-width:42px!important;max-width:42px!important;padding:0!important;border-radius:50%!important;font-size:.86rem!important}

/* Delivery: circles and bottom labels, no oval icons */
.vt-delivery-card{display:flex!important;flex-direction:column!important;min-height:270px!important;padding:24px!important}
.vt-delivery-card__icon{flex:0 0 58px!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;border-radius:50%!important;aspect-ratio:1/1!important}
.vt-delivery-side-card__icon{flex:0 0 52px!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;border-radius:50%!important;aspect-ratio:1/1!important}
.vt-delivery-card__pill{margin-top:auto!important;align-self:flex-start!important;position:static!important}

@media(max-width:575.98px){html body.site-body{padding-top:66px!important}.header-icon.header-app-icon,.vt-floating-social{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}}

/* === 2026-07-02 round9 fixes === */
/* Header social icons: Avito only in header/floating, no distortion */
.header-icon.header-app-icon.avito-header-icon svg,
.vt-floating-social-avito svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
  border-radius:50%!important;
}
.header-icon.header-app-icon.avito-header-icon img,
.vt-floating-social-avito img{display:none!important}

/* Modal must cover fixed header visually */
body.modal-open .site-header,
body.modal-open header.site-header{
  z-index:1!important;
  pointer-events:none!important;
}
.modal{z-index:3000!important;padding-top:0!important}
.modal-backdrop{z-index:2990!important}
#productModal .modal-dialog{margin-top:1.25rem!important;margin-bottom:1.25rem!important}
#productModal .modal-content{max-height:calc(100vh - 2.5rem)!important;overflow:hidden!important}
#productModal .modal-body{overflow:auto!important}

/* Softer hero fade, no hard line */
.vt-hero-refresh::after{
  height:160px!important;
  bottom:-2px!important;
  background:linear-gradient(180deg,rgba(255,248,244,0) 0%,rgba(255,248,244,.35) 38%,var(--bg) 96%)!important;
}
[data-theme="dark"] .vt-hero-refresh::after{
  background:linear-gradient(180deg,rgba(18,21,27,0) 0%,rgba(18,21,27,.42) 38%,var(--bg) 96%)!important;
}
.vt-hero-refresh + *{position:relative;z-index:3}

/* Product cards: never overlap category with status chips */
.neo-product-card__badges{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:7px!important;
  width:auto!important;
  max-width:calc(100% - 36px)!important;
  pointer-events:none!important;
}
.neo-product-card__category,
.neo-product-card__chip{
  pointer-events:auto!important;
  box-shadow:0 6px 14px rgba(0,0,0,.13)!important;
}
.neo-product-card__category{
  max-width:100%!important;
  font-size:.76rem!important;
  padding:8px 13px!important;
}
.neo-product-card__chip{
  font-size:.76rem!important;
  padding:8px 13px!important;
  max-width:100%!important;
}
.neo-product-card__tags{
  top:18px!important;
  right:18px!important;
  left:auto!important;
  max-width:46%!important;
  z-index:15!important;
}
.neo-product-card__badges + .neo-product-card__tags{top:18px!important}
.neo-product-card__title,
.neo-product-card__title a{
  font-size:clamp(1.08rem,1.22vw,1.42rem)!important;
  line-height:1.12!important;
  font-style:italic!important;
  letter-spacing:-.015em!important;
}
.neo-product-card__desc{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:rgba(255,255,255,.82)!important;
  font-size:.86rem!important;
  line-height:1.42!important;
  margin-top:8px!important;
}
.neo-product-card__price strong{
  font-size:1.22rem!important;
  white-space:nowrap!important;
}
.neo-product-card__price small{font-size:.74rem!important}
@media(max-width:767.98px){
  .neo-product-card__badges{top:14px!important;left:14px!important;right:auto!important;max-width:calc(100% - 28px)!important}
  .neo-product-card__tags{display:none!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.05rem!important;line-height:1.12!important}
  .neo-product-card__desc{font-size:.82rem!important;line-height:1.38!important;-webkit-line-clamp:3!important}
  .neo-product-card__price strong{font-size:1.08rem!important}
}

/* Menu gallery: synchronized auto changes, no arrow click shadow/controls */
.neo-product-gallery__control{display:none!important;box-shadow:none!important}
.neo-product-gallery__item{transition:opacity .55s ease!important}

/* Fillings: fixed text grid, no vertical jumping */
.vt-filling-card{min-height:500px!important}
.vt-filling-card__body{
  height:210px!important;
  min-height:210px!important;
  max-height:210px!important;
  display:grid!important;
  grid-template-rows:3.05em 1.35em 4.35em!important;
  gap:7px!important;
  align-content:end!important;
  padding:22px!important;
}
.vt-filling-card__body h3{
  height:3.05em!important;
  min-height:3.05em!important;
  max-height:3.05em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  font-style:italic!important;
  font-size:clamp(1.18rem,1.5vw,1.5rem)!important;
  line-height:1.08!important;
  margin:0!important;
}
.vt-filling-subtitle{
  height:1.35em!important;
  max-height:1.35em!important;
  overflow:hidden!important;
  font-style:italic!important;
  margin:0!important;
}
.vt-filling-card__body p:last-child{
  height:4.35em!important;
  max-height:4.35em!important;
  overflow:hidden!important;
  margin:0!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
}
.vt-filling-card__meta b{font-size:.82rem!important;color:var(--brand-dark)!important}

/* Carousel/rail arrows: remove harsh black glow */
.vt-rail-arrow,
.vt-work-arrow{
  box-shadow:0 8px 18px rgba(67,43,35,.10)!important;
}
[data-theme="dark"] .vt-rail-arrow,
[data-theme="dark"] .vt-work-arrow{
  box-shadow:0 6px 14px rgba(0,0,0,.12)!important;
}

@media(max-width:575.98px){
  #productModal .modal-dialog{margin:0!important}
  #productModal .modal-content{max-height:100dvh!important;min-height:100dvh!important}
  .vt-filling-card__body{height:205px!important;min-height:205px!important;max-height:205px!important}
}

/* === 2026-07-02 round10 strict fixes === */
/* Header Avito: use the same colorful icon as floating contacts; kill old mask pseudo-icon */
.header-icon.header-app-icon.avito-header-icon::before,
.avito-header-icon::before{
  content:none!important;
  display:none!important;
}
.header-icon.header-app-icon.avito-header-icon{
  background:transparent!important;
  border:1px solid var(--line)!important;
  box-shadow:none!important;
  color:inherit!important;
}
.header-icon.header-app-icon.avito-header-icon img,
.vt-floating-social-avito img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  border-radius:50%!important;
  background:transparent!important;
}
.header-icon.header-app-icon.avito-header-icon svg,
.vt-floating-social-avito svg{display:none!important}

/* Product modal must be above fixed header; hide header while modal is open */
body.vt-product-modal-open .site-header,
body.modal-open .site-header{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  z-index:-1!important;
}
.modal-backdrop.show,
.modal-backdrop{z-index:6000!important}
.modal.show,
.modal{z-index:6010!important}
#productModal{padding:0!important;background:rgba(0,0,0,.66)!important}
#productModal .modal-dialog{
  max-width:min(1080px, calc(100vw - 64px))!important;
  margin:7vh auto!important;
}
#productModal .modal-content{
  max-height:82vh!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:28px!important;
}
#productModal .modal-header{padding:16px 22px 8px!important}
#productModal .modal-body{overflow:auto!important;padding:14px 22px 22px!important}
@media(max-width:767.98px){
  #productModal .modal-dialog{max-width:100vw!important;margin:0!important}
  #productModal .modal-content{max-height:100dvh!important;min-height:100dvh!important;border-radius:0!important}
}

/* Hero bottom transition: soft fade, no hard stripe */
.vt-hero-refresh{overflow:hidden!important;border-bottom:0!important}
.vt-hero-refresh::after{
  height:190px!important;
  bottom:-42px!important;
  background:linear-gradient(180deg,rgba(255,248,244,0) 0%,rgba(255,248,244,.22) 38%,var(--bg) 82%,var(--bg) 100%)!important;
  filter:blur(0.2px);
}
[data-theme="dark"] .vt-hero-refresh::after{
  background:linear-gradient(180deg,rgba(18,21,27,0) 0%,rgba(18,21,27,.28) 38%,var(--bg) 82%,var(--bg) 100%)!important;
}

/* Product card badges: category always first line, statuses below, never overlap */
.neo-product-card__badges{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  right:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:7px!important;
  max-width:calc(100% - 36px)!important;
  z-index:28!important;
  pointer-events:none!important;
}
.neo-product-card__category,
.neo-product-card__chip{
  position:static!important;
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  pointer-events:auto!important;
}
.neo-product-card__category{order:0!important}
.neo-product-card__chip{order:1!important}
.neo-product-card__tags{display:none!important}

/* Card title + excerpt: smaller, prettier, and visible */
.neo-product-card__content{
  min-height:218px!important;
  gap:12px!important;
}
.neo-product-card__title,
.neo-product-card__title a{
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-weight:700!important;
  font-size:clamp(1.05rem,1.12vw,1.34rem)!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
  margin:0!important;
}
.neo-product-card__desc{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:8px 0 0!important;
  min-height:3.75em!important;
  color:rgba(255,255,255,.82)!important;
  font-size:.83rem!important;
  line-height:1.35!important;
}
.neo-product-card__price strong{font-size:1.08rem!important;white-space:nowrap!important}
.neo-product-card__price small{font-size:.72rem!important}
.neo-product-card__footer{align-items:flex-end!important}
@media(max-width:767.98px){
  .neo-product-card__badges{left:14px!important;top:14px!important;max-width:calc(100% - 28px)!important}
  .neo-product-card__content{min-height:220px!important;padding:18px!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.02rem!important;line-height:1.15!important}
  .neo-product-card__desc{font-size:.8rem!important;line-height:1.32!important;min-height:3.55em!important;-webkit-line-clamp:3!important}
  .neo-product-card__price strong{font-size:1rem!important}
}

/* Fillings: lock all text baselines and add graceful italic style */
.vt-filling-card__body{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:218px!important;
  min-height:218px!important;
  max-height:218px!important;
  display:grid!important;
  grid-template-rows:64px 22px 66px!important;
  row-gap:8px!important;
  align-content:end!important;
  padding:24px 22px!important;
}
.vt-filling-card__body h3{
  height:64px!important;
  min-height:64px!important;
  max-height:64px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  align-self:end!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-size:1.28rem!important;
  line-height:1.08!important;
  margin:0!important;
}
.vt-filling-subtitle{
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  margin:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  font-style:italic!important;
}
.vt-filling-card__body p:last-child{
  height:66px!important;
  min-height:66px!important;
  max-height:66px!important;
  margin:0!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
}
.vt-filling-card__meta b{
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  padding:0!important;
  border-radius:50%!important;
}

/* Menu gallery: all product cards switch on the exact same global frame */
.neo-product-gallery__item{transition:opacity .45s ease!important}
.neo-product-gallery__control{display:none!important;pointer-events:none!important;box-shadow:none!important}

/* Softer carousel arrows elsewhere */
.vt-rail-arrow,.vt-work-arrow{box-shadow:0 8px 18px rgba(67,43,35,.10)!important}
[data-theme="dark"] .vt-rail-arrow,[data-theme="dark"] .vt-work-arrow{box-shadow:none!important}

/* === 2026-07-02 round11 focused fixes === */
/* Product modal: restore width, reduce height moderately, and guarantee header never covers it */
body.modal-open .site-header,
body.vt-product-modal-open .site-header,
body:has(#productModal.show) .site-header{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
#productModal{z-index:10050!important;padding:0!important;overflow:hidden!important}
#productModal + .modal-backdrop,
.modal-backdrop{z-index:10040!important}
#productModal .modal-dialog{
  width:min(1280px, calc(100vw - 72px))!important;
  max-width:min(1280px, calc(100vw - 72px))!important;
  margin:6vh auto!important;
}
#productModal .modal-content{
  width:100%!important;
  max-height:min(76vh, calc(100vh - 112px))!important;
  min-height:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
#productModal .modal-body{overflow:auto!important;max-height:calc(min(76vh, calc(100vh - 112px)) - 72px)!important}
@media(max-width:767.98px){
  #productModal .modal-dialog{width:100vw!important;max-width:100vw!important;margin:0!important}
  #productModal .modal-content{max-height:100dvh!important;min-height:100dvh!important;border-radius:0!important}
  #productModal .modal-body{max-height:calc(100dvh - 68px)!important}
}

/* Header Avito: use same colored app mark as floating button, no squeezed wordmark */
.header-icon.avito-header-icon,
.header-icon.header-app-icon.avito-header-icon{
  background:transparent!important;
  border-color:rgba(255,255,255,.18)!important;
  overflow:hidden!important;
}
.header-icon.avito-header-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
  transform:none!important;
}

/* Hide floating quick socials on mobile */
@media(max-width:767.98px){
  .vt-floating-socials{display:none!important}
}

/* Hide decor pricing block from public for now, keep code/admin settings intact */
.vt-decor-tiers{display:none!important}

/* Product card: badges must never share one line; category first, statuses below */
.neo-product-card__badges{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:start!important;
  align-items:start!important;
  gap:7px!important;
  left:18px!important;
  right:18px!important;
  top:18px!important;
  max-width:calc(100% - 36px)!important;
}
.neo-product-card__category{grid-row:1!important;max-width:100%!important}
.neo-product-card__chip{grid-row:auto!important;max-width:100%!important}
.neo-product-card__content{min-height:226px!important}
.neo-product-card__title,.neo-product-card__title a{font-size:clamp(1rem,1.02vw,1.22rem)!important;line-height:1.16!important}
.neo-product-card__desc{display:-webkit-box!important;opacity:1!important;visibility:visible!important;color:rgba(255,255,255,.86)!important;-webkit-line-clamp:3!important;font-size:.84rem!important;line-height:1.38!important;min-height:3.7em!important}
.neo-product-card__price strong{font-size:1rem!important;line-height:1.05!important;white-space:nowrap!important}
@media(max-width:767.98px){
  .neo-product-card__badges{left:14px!important;right:14px!important;top:14px!important;max-width:calc(100% - 28px)!important}
  .neo-product-card__content{min-height:232px!important;padding:18px!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.02rem!important}
  .neo-product-card__desc{font-size:.8rem!important;line-height:1.34!important;min-height:3.6em!important}
}

/* Fillings: remove useless heart/number circles, show a useful label, stabilize all text and contrast */
.vt-filling-card{height:520px!important;min-height:520px!important;max-height:520px!important}
.vt-filling-card__meta{display:none!important}
.vt-filling-card::before{
  content:"Авторская начинка"!important;
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  right:auto!important;
  width:auto!important;
  height:auto!important;
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  color:#704b42!important;
  font-size:.78rem!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
}
.vt-filling-card.has-image::after{
  background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.62) 68%,rgba(0,0,0,.88) 100%)!important;
}
.vt-filling-card__body{
  height:204px!important;
  min-height:204px!important;
  max-height:204px!important;
  grid-template-rows:56px 20px 60px!important;
  row-gap:9px!important;
  padding:24px 22px 26px!important;
  bottom:0!important;
  color:#fff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.45)!important;
}
.vt-filling-card__body h3{
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  color:#fff!important;
  font-size:1.32rem!important;
  line-height:1.08!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-weight:800!important;
}
.vt-filling-subtitle{
  height:20px!important;
  min-height:20px!important;
  max-height:20px!important;
  color:#ffc0ba!important;
  font-size:.86rem!important;
  line-height:1.15!important;
  font-weight:850!important;
}
.vt-filling-card__body p:last-child{
  height:60px!important;
  min-height:60px!important;
  max-height:60px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:.9rem!important;
  line-height:1.45!important;
}
@media(max-width:767.98px){
  .vt-filling-card{height:490px!important;min-height:490px!important;max-height:490px!important}
  .vt-filling-card__body{height:198px!important;min-height:198px!important;max-height:198px!important}
}

/* Fillings footer CTA wording alignment */
.vt-fillings-bottom-note{font-size:1rem!important}

/* Reviews top pills: cleaner, less heavy */
.vt-review-rating-row span,
.vt-review-rating-row a{
  min-height:44px!important;
  padding:9px 16px!important;
  border-radius:999px!important;
  border:1px solid var(--line)!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:none!important;
  gap:10px!important;
}
[data-theme="dark"] .vt-review-rating-row span,
[data-theme="dark"] .vt-review-rating-row a{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.12)!important;
}
.vt-review-avito-pill img{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover!important}
.vt-review-avito-pill b{font-size:.92rem!important;letter-spacing:.06em!important;color:#ffad35!important}
.vt-review-avito-pill strong{font-size:1rem!important}
.vt-review-rating-row a i{font-size:1.05rem!important;color:var(--brand)!important}

/* === 2026-07-02 round12 focused stabilization === */
/* Product modal: restore usable size, only slightly lower than full screen; header must not cover it */
body.modal-open .site-header,
body.vt-product-modal-open .site-header,
body:has(#productModal.show) .site-header{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
#productModal{z-index:10080!important;padding:0!important;overflow:hidden!important}
#productModal + .modal-backdrop,.modal-backdrop{z-index:10070!important}
#productModal .modal-dialog{
  width:min(1320px, calc(100vw - 56px))!important;
  max-width:min(1320px, calc(100vw - 56px))!important;
  margin:3.5vh auto!important;
}
#productModal .modal-content{
  max-height:88vh!important;
  min-height:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
#productModal .modal-body{
  max-height:calc(88vh - 70px)!important;
  overflow:auto!important;
}
@media(max-width:767.98px){
  #productModal .modal-dialog{width:100vw!important;max-width:100vw!important;margin:0!important}
  #productModal .modal-content{max-height:100dvh!important;min-height:100dvh!important;border-radius:0!important}
  #productModal .modal-body{max-height:calc(100dvh - 68px)!important}
}

/* Header Avito: kill old monochrome mask, show the same colored icon as floating buttons */
.header-icon.avito-header-icon::before,
.header-icon.header-app-icon.avito-header-icon::before,
.avito-header-icon::before{display:none!important;content:none!important;-webkit-mask:none!important;mask:none!important;background:none!important}
.header-icon.header-app-icon.avito-header-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  border-radius:50%!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
  border:1px solid var(--line)!important;
  display:inline-grid!important;
  place-items:center!important;
}
.header-icon.header-app-icon.avito-header-icon img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Floating socials are independent from header settings; keep mobile hidden as requested */
@media(max-width:767.98px){.vt-floating-socials{display:none!important}}

/* Hero transition: soft fade without hard cut */
.vt-hero-refresh{border-bottom:0!important;box-shadow:none!important;position:relative!important}
.vt-hero-refresh::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:74px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,248,244,0),var(--bg) 88%);
  z-index:2;
}
[data-theme="dark"] .vt-hero-refresh::after{background:linear-gradient(180deg,rgba(18,21,27,0),var(--bg) 88%)}

/* Product cards: category visible, status chips below it, text excerpt visible */
.neo-product-card__badges{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  right:auto!important;
  width:min(78%, 280px)!important;
  max-width:calc(100% - 36px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:7px!important;
  z-index:30!important;
  pointer-events:none!important;
}
.neo-product-card__category,
.neo-product-card__chip{
  pointer-events:auto!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:none!important;
}
.neo-product-card__category{
  display:inline-flex!important;
  background:rgba(255,255,255,.22)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  backdrop-filter:blur(8px)!important;
}
.neo-product-card__chip{display:inline-flex!important}
.neo-product-card__title,.neo-product-card__title a{
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-size:clamp(1.08rem,1.35vw,1.42rem)!important;
  line-height:1.12!important;
}
.neo-product-card__desc{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  color:rgba(255,255,255,.88)!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:.86rem!important;
  line-height:1.42!important;
  margin:9px 0 0!important;
  min-height:3.6em!important;
}
@media(max-width:767.98px){
  .neo-product-card__badges{left:14px!important;top:14px!important;width:min(82%, 260px)!important;max-width:calc(100% - 28px)!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.12rem!important}
  .neo-product-card__desc{font-size:.82rem!important;line-height:1.34!important;min-height:3.45em!important}
}

/* Fillings: readable in light/dark themes, stable layout, smaller CTA */
.vt-filling-card{
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  background:var(--card)!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
}
.vt-filling-card.has-image img{filter:none!important;opacity:1!important}
.vt-filling-card::before{
  background:rgba(255,255,255,.94)!important;
  color:#6b463d!important;
  box-shadow:0 8px 16px rgba(60,38,32,.10)!important;
}
.vt-filling-card.has-image::after,
.vt-filling-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.08) 40%,rgba(0,0,0,.66) 72%,rgba(0,0,0,.90) 100%)!important;
}
.vt-filling-card__body{
  z-index:3!important;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  padding:22px 22px 24px!important;
  display:grid!important;
  grid-template-rows:52px 20px 58px!important;
  row-gap:8px!important;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.38) 35%,rgba(0,0,0,.62) 100%)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.62)!important;
}
.vt-filling-card__body h3{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-weight:850!important;
  font-size:1.32rem!important;
  line-height:1.08!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.vt-filling-subtitle{
  color:#ffc8c2!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:.88rem!important;
  line-height:1.2!important;
  font-weight:850!important;
  height:20px!important;
  min-height:20px!important;
  max-height:20px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.vt-filling-card__body p:last-child{
  color:rgba(255,255,255,.96)!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:.9rem!important;
  line-height:1.42!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.vt-fillings-bottom-note{gap:14px!important;justify-content:center!important;align-items:center!important;text-align:center!important}
.vt-fillings-bottom-note .btn{
  padding:9px 18px!important;
  min-height:40px!important;
  border-radius:999px!important;
  font-size:.92rem!important;
  line-height:1!important;
}
@media(max-width:767.98px){
  .vt-filling-card{height:460px!important;min-height:460px!important;max-height:460px!important}
  .vt-filling-card__body{height:188px!important;min-height:188px!important;max-height:188px!important}
}

/* Reviews header pills: cleaner compact badges */
.vt-review-rating-row span,.vt-review-rating-row a{
  background:var(--card)!important;
  color:var(--text)!important;
  border:1px solid var(--line)!important;
  box-shadow:none!important;
  min-height:42px!important;
  padding:8px 14px!important;
}
.vt-review-avito-pill img{width:28px!important;height:28px!important;border-radius:50%!important;object-fit:cover!important}
.vt-review-avito-pill b{font-size:.86rem!important;letter-spacing:.045em!important}
.vt-review-avito-pill strong{font-size:.95rem!important}

/* If decor was hidden from public, keep it hidden */
.vt-decor-tiers{display:none!important}

/* === 2026-07-03 round13: product/cards/counters/performance === */
/* Mobile app icons: same visual size and centered Avito mark */
.header-icon.header-app-icon{
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  padding:0!important;border-radius:50%!important;overflow:hidden!important;display:inline-grid!important;place-items:center!important;
}
.header-icon.header-app-icon svg,.header-icon.header-app-icon img{
  width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;border-radius:50%!important;transform:none!important;
}
.header-icon.avito-header-icon img{object-fit:contain!important;background:#fff!important}
@media(max-width:575.98px){
  .header-icon.header-app-icon{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
}

/* Hero counters */
.vt-hero-counters{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;align-items:center}
.vt-hero-counter{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(226,206,198,.7);color:var(--brand-dark);text-decoration:none;box-shadow:0 10px 24px rgba(98,65,52,.08);backdrop-filter:blur(8px)}
.vt-hero-counter i{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:rgba(221,124,118,.13);color:var(--brand)}
.vt-hero-counter strong{font-size:1.12rem;line-height:1;color:var(--brand-dark)}
.vt-hero-counter span{font-size:.88rem;color:var(--muted);font-weight:700}
[data-theme="dark"] .vt-hero-counter{background:rgba(19,24,32,.76);border-color:rgba(255,255,255,.1);box-shadow:none;color:#fff}
[data-theme="dark"] .vt-hero-counter strong{color:#fff}
@media(max-width:575.98px){.vt-hero-counters{gap:8px}.vt-hero-counter{padding:8px 11px}.vt-hero-counter span{font-size:.8rem}}

/* Product card: taller, lighter top, faster dark transition at bottom */
.neo-product-card{min-height:610px!important;border-color:rgba(226,206,198,.42)!important;background:#22110d!important}
.neo-product-card__overlay{background:linear-gradient(180deg,rgba(0,0,0,.01) 0%,rgba(0,0,0,.02) 38%,rgba(56,30,24,.48) 62%,rgba(42,20,14,.92) 82%,rgba(34,14,10,.98) 100%)!important}
.neo-product-card::after,.neo-product-card::before{background:transparent!important;display:none!important}
.neo-product-card__content{padding:26px!important;gap:14px!important}
.neo-product-card__title,.neo-product-card__title a{font-size:clamp(1.18rem,1.5vw,1.55rem)!important;line-height:1.13!important;font-style:italic!important;text-shadow:0 2px 14px rgba(0,0,0,.38)!important}
.neo-product-card__desc{font-size:.9rem!important;line-height:1.45!important;min-height:3.7em!important;-webkit-line-clamp:3!important;color:rgba(255,255,255,.9)!important;text-shadow:0 2px 10px rgba(0,0,0,.35)!important}
.neo-product-card__price strong{font-size:clamp(1.15rem,1.5vw,1.55rem)!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.42)!important}
.neo-product-card__badges{width:auto!important;max-width:60%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;top:18px!important;left:18px!important;right:auto!important}
.neo-product-card__category{display:inline-flex!important;max-width:100%!important;background:rgba(255,255,255,.22)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(8px)!important;font-weight:800!important}
.neo-product-card__chip{display:inline-flex!important;max-width:100%!important;font-weight:850!important;box-shadow:none!important}
.neo-product-card__chip.is-sale{background:linear-gradient(135deg,#ffbe6a,#f08b79)!important;color:#4a251b!important;border:0!important}
.neo-product-card__chip.is-new{background:#9bd69e!important;color:#17351f!important}
.neo-product-card__chip.is-hit{background:#f4b65f!important;color:#4a2b18!important}
.neo-product-card__chip.is-popular{background:#ec8e89!important;color:#fff!important}
.neo-product-card__tags{display:flex!important;position:absolute!important;top:18px!important;right:18px!important;left:auto!important;bottom:auto!important;max-width:36%!important;flex-direction:column!important;align-items:flex-end!important;gap:7px!important;z-index:31!important}
.neo-product-card__tag{display:inline-flex!important;padding:8px 12px!important;border-radius:999px!important;background:rgba(16,20,27,.74)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(8px)!important;font-size:.78rem!important;font-weight:800!important;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.neo-product-card__tag.is-primary{background:rgba(221,124,118,.82)!important;color:#fff!important}
@media(max-width:767.98px){
  .neo-product-card{min-height:560px!important}
  .neo-product-card__badges{top:14px!important;left:14px!important;max-width:58%!important}
  .neo-product-card__tags{display:flex!important;top:14px!important;right:14px!important;max-width:37%!important}
  .neo-product-card__category,.neo-product-card__chip,.neo-product-card__tag{font-size:.72rem!important;padding:7px 10px!important}
  .neo-product-card__content{padding:22px!important;min-height:240px!important}
  .neo-product-card__title,.neo-product-card__title a{font-size:1.22rem!important}
  .neo-product-card__desc{font-size:.86rem!important;line-height:1.38!important;min-height:3.55em!important}
}

/* Fillings: readable text in both themes */
.vt-filling-card{background:#171d26!important;box-shadow:none!important;opacity:1!important;filter:none!important}
.vt-filling-card.has-image img{opacity:1!important;filter:none!important}
.vt-filling-card.has-image::after,.vt-filling-card::after{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.05) 34%,rgba(26,15,12,.70) 68%,rgba(20,10,7,.96) 100%)!important}
.vt-filling-card__body{height:200px!important;min-height:200px!important;max-height:200px!important;background:linear-gradient(180deg,rgba(20,10,7,0),rgba(20,10,7,.58) 26%,rgba(20,10,7,.84) 100%)!important;opacity:1!important;filter:none!important;text-shadow:0 2px 14px rgba(0,0,0,.72)!important}
.vt-filling-card__body *{opacity:1!important;visibility:visible!important;filter:none!important}
.vt-filling-card__body h3{color:#fff!important;font-size:1.44rem!important;line-height:1.08!important;height:55px!important;min-height:55px!important;max-height:55px!important;font-style:italic!important;font-weight:850!important}
.vt-filling-subtitle{color:#ffbeb7!important;font-size:.9rem!important;font-weight:900!important;text-shadow:0 2px 10px rgba(0,0,0,.7)!important}
.vt-filling-card__body p:last-child{color:rgba(255,255,255,.96)!important;font-size:.92rem!important;line-height:1.42!important;height:62px!important;min-height:62px!important;max-height:62px!important}
.vt-fillings-bottom-note{gap:12px!important;padding-top:18px!important}
.vt-fillings-bottom-note .btn{padding:8px 15px!important;min-height:36px!important;font-size:.88rem!important;box-shadow:none!important}
@media(max-width:767.98px){.vt-filling-card__body{height:196px!important;min-height:196px!important;max-height:196px!important}.vt-filling-card__body h3{font-size:1.32rem!important}}

/* Reviews top pills: compact and dynamic count */
.vt-review-rating-row span,.vt-review-rating-row a{border-radius:999px!important;min-height:40px!important;padding:7px 13px!important;background:var(--card)!important;border:1px solid var(--line)!important;box-shadow:none!important;color:var(--text)!important;gap:8px!important}
.vt-review-avito-pill img{width:27px!important;height:27px!important;object-fit:contain!important;border-radius:50%!important;background:#fff!important}
.vt-review-avito-pill b{font-size:.86rem!important;letter-spacing:.04em!important;color:#ffad35!important}.vt-review-avito-pill strong{font-size:.95rem!important}

/* Lower homepage sections render lazily after first screen; images still have native lazy loading */
.vt-lazy-section{content-visibility:auto;contain-intrinsic-size:760px;}
@media(max-width:575.98px){.vt-lazy-section{contain-intrinsic-size:620px}.vt-section-head-center .section-title,.vt-home-products .section-title{font-size:0!important;line-height:0!important;height:0!important;margin:0!important;overflow:hidden!important}}

/* Hero fade smoother into next section */
.vt-hero-refresh::after{height:110px!important;background:linear-gradient(180deg,rgba(255,248,244,0),rgba(255,248,244,.72) 58%,var(--bg) 100%)!important}
[data-theme="dark"] .vt-hero-refresh::after{background:linear-gradient(180deg,rgba(18,21,27,0),rgba(18,21,27,.70) 58%,var(--bg) 100%)!important}

/* === 2026-07-03 round14: mobile counters, product cards, lazy render === */
/* Header app icons: mobile exact 36x36; Avito centered inside same circle */
@media(max-width:575.98px){
  .header-icon.header-app-icon{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important}
  .header-icon.header-app-icon svg,.header-icon.header-app-icon img{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;object-fit:cover!important;object-position:center center!important;transform:none!important}
  .header-icon.avito-header-icon img{object-fit:cover!important;object-position:center center!important;background:#fff!important}
}
.header-icon.avito-header-icon img{object-position:center center!important}

/* Hero counters and mobile layout */
.vt-hero-counter span{white-space:nowrap!important}
@media(max-width:767.98px){
  .vt-hero-secondary{display:none!important}
  .vt-hero-refresh{padding-bottom:34px!important}
  .home-design-consent-wrap{padding-top:16px!important}
  .home-design-consent-wrap + .vt-home-products{padding-top:28px!important}
  .vt-hero-counters{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;max-width:100%!important;margin-top:14px!important}
  .vt-hero-counter{justify-content:flex-start!important;padding:7px 9px!important;gap:7px!important;min-width:0!important}
  .vt-hero-counter i{width:24px!important;height:24px!important;min-width:24px!important;font-size:.94rem!important}
  .vt-hero-counter strong{font-size:.98rem!important}
  .vt-hero-counter span{font-size:.68rem!important;line-height:1.05!important;white-space:normal!important}
}

/* Product card: minimal border, picture higher, softer light theme, stronger readability */
.neo-product-card{
  min-height:650px!important;
  border:1px solid rgba(78,42,32,.08)!important;
  background:#2b1711!important;
  border-radius:32px!important;
  box-shadow:0 18px 34px rgba(84,50,38,.10)!important;
}
[data-theme="dark"] .neo-product-card{border-color:rgba(255,255,255,.07)!important;background:#171d26!important;box-shadow:none!important}
.neo-product-card .product-media{background:linear-gradient(180deg,#fff5ef 0%,#f7ded3 70%,#2a1510 100%)!important}
[data-theme="dark"] .neo-product-card .product-media{background:linear-gradient(180deg,#1a202a 0%,#1a202a 70%,#17100d 100%)!important}
.neo-product-card .product-media > img,.neo-product-card .product-img,.neo-product-gallery__item img{
  height:78%!important;
  min-height:78%!important;
  max-height:78%!important;
  object-fit:cover!important;
  object-position:center 38%!important;
  transform:translateY(-2%) scale(1.015)!important;
  transform-origin:center top!important;
}
.neo-product-gallery,.neo-product-gallery__track{height:100%!important;background:inherit!important}
.neo-product-card__overlay{
  background:linear-gradient(180deg,rgba(255,244,238,0) 0%,rgba(255,244,238,0) 42%,rgba(55,30,22,.10) 52%,rgba(52,27,19,.72) 70%,rgba(37,16,10,.98) 91%,rgba(37,16,10,1) 100%)!important;
}
[data-theme="dark"] .neo-product-card__overlay{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(24,12,9,.16) 52%,rgba(24,12,9,.72) 70%,rgba(14,8,6,.98) 91%,rgba(14,8,6,1) 100%)!important}
.neo-product-card__badges{top:16px!important;left:16px!important;right:auto!important;width:auto!important;max-width:52%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;z-index:34!important}
.neo-product-card__category{background:rgba(255,255,255,.86)!important;color:#6d4a40!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 8px 18px rgba(52,25,18,.10)!important;text-shadow:none!important}
[data-theme="dark"] .neo-product-card__category{background:rgba(255,255,255,.82)!important;color:#5e4038!important;border-color:rgba(255,255,255,.55)!important}
.neo-product-card__chip{box-shadow:0 8px 18px rgba(42,20,14,.08)!important;text-shadow:none!important}
.neo-product-card__sale-ribbon{
  position:absolute!important;
  right:16px!important;
  top:16px!important;
  z-index:36!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffcf7d 0%,#f08f78 100%)!important;
  color:#4a251b!important;
  font-weight:900!important;
  font-size:.78rem!important;
  line-height:1!important;
  border:1px solid rgba(255,255,255,.42)!important;
  box-shadow:0 10px 20px rgba(191,91,66,.22)!important;
  transform:rotate(0deg)!important;
}
.neo-product-card__sale-ribbon i{font-size:.94rem!important;line-height:1!important}
.neo-product-card__tags{right:16px!important;top:60px!important;max-width:40%!important;z-index:35!important}
.neo-product-card__content{padding:26px!important;min-height:248px!important;background:linear-gradient(180deg,rgba(37,16,10,0),rgba(37,16,10,.78) 18%,rgba(37,16,10,.98) 100%)!important}
[data-theme="dark"] .neo-product-card__content{background:linear-gradient(180deg,rgba(14,8,6,0),rgba(14,8,6,.82) 18%,rgba(14,8,6,.99) 100%)!important}
.neo-product-card__title,.neo-product-card__title a{font-size:clamp(1.12rem,1.42vw,1.44rem)!important;line-height:1.12!important}
.neo-product-card__desc{font-size:.88rem!important;line-height:1.42!important;min-height:3.65em!important;color:rgba(255,255,255,.92)!important}
.neo-product-card__footer{gap:18px!important}.neo-product-card__price strong{font-size:clamp(1.12rem,1.42vw,1.45rem)!important}
@media(max-width:767.98px){
  .neo-product-card{min-height:610px!important;border-radius:30px!important;border-color:rgba(78,42,32,.08)!important;box-shadow:0 14px 26px rgba(84,50,38,.08)!important}
  .neo-product-card .product-media > img,.neo-product-card .product-img,.neo-product-gallery__item img{height:77%!important;min-height:77%!important;max-height:77%!important;object-position:center 36%!important;transform:translateY(-2.5%) scale(1.015)!important}
  .neo-product-card__overlay{background:linear-gradient(180deg,rgba(255,244,238,0) 0%,rgba(255,244,238,0) 40%,rgba(55,30,22,.12) 50%,rgba(52,27,19,.76) 68%,rgba(37,16,10,.99) 90%,rgba(37,16,10,1) 100%)!important}
  .neo-product-card__badges{top:12px!important;left:12px!important;max-width:54%!important;gap:6px!important}
  .neo-product-card__sale-ribbon{top:12px!important;right:12px!important;padding:8px 11px!important;font-size:.72rem!important}
  .neo-product-card__tags{top:54px!important;right:12px!important;max-width:42%!important;gap:6px!important}
  .neo-product-card__content{padding:22px!important;min-height:244px!important}
  .neo-product-card__footer{grid-template-columns:1fr auto!important;display:grid!important}
  .neo-product-card__actions .btn-brand,.neo-product-card__footer>.btn-brand{width:auto!important;min-width:136px!important}
}

/* Fillings: less dark, readable on light and dark, stable text */
.vt-fillings{background:transparent!important}
.vt-filling-card{height:500px!important;min-height:500px!important;max-height:500px!important;background:#fff4ee!important;border:1px solid rgba(116,70,56,.10)!important;box-shadow:0 16px 32px rgba(84,50,38,.08)!important}
[data-theme="dark"] .vt-filling-card{background:#171d26!important;border-color:rgba(255,255,255,.08)!important;box-shadow:none!important}
.vt-filling-card.has-image img{filter:none!important;opacity:1!important;transform:none!important}
.vt-filling-card.has-image::after,.vt-filling-card::after{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 38%,rgba(39,21,15,.10) 50%,rgba(39,21,15,.62) 70%,rgba(32,14,9,.94) 100%)!important}
.vt-filling-card::before{background:rgba(255,255,255,.92)!important;color:#704b42!important;box-shadow:0 8px 18px rgba(70,39,29,.10)!important}
.vt-filling-card__body{height:184px!important;min-height:184px!important;max-height:184px!important;padding:20px 22px 22px!important;background:linear-gradient(180deg,rgba(32,14,9,0),rgba(32,14,9,.54) 25%,rgba(32,14,9,.90) 100%)!important;grid-template-rows:48px 20px 56px!important;row-gap:7px!important}
.vt-filling-card__body h3{height:48px!important;min-height:48px!important;max-height:48px!important;font-size:1.26rem!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.68)!important}
.vt-filling-subtitle{height:20px!important;min-height:20px!important;max-height:20px!important;color:#ffc2bb!important;text-shadow:0 2px 10px rgba(0,0,0,.72)!important}
.vt-filling-card__body p:last-child{height:56px!important;min-height:56px!important;max-height:56px!important;color:rgba(255,255,255,.96)!important;text-shadow:0 2px 10px rgba(0,0,0,.72)!important}
.vt-fillings-bottom-note .btn{padding:8px 14px!important;min-height:36px!important;font-size:.86rem!important;box-shadow:none!important}
@media(max-width:767.98px){
  .vt-filling-card{height:455px!important;min-height:455px!important;max-height:455px!important}
  .vt-filling-card__body{height:178px!important;min-height:178px!important;max-height:178px!important;grid-template-rows:46px 20px 54px!important}
  .vt-filling-card__body h3{height:46px!important;min-height:46px!important;max-height:46px!important;font-size:1.15rem!important}
}

/* Reviews and hero counter pills */
.vt-review-rating-row span,.vt-review-rating-row a{font-size:.92rem!important}
.vt-review-avito-pill img{width:26px!important;height:26px!important}

/* Performance: render lower blocks near viewport and lazy images do the network part */
.vt-lazy-section{content-visibility:auto!important;contain-intrinsic-size:720px!important;contain:layout paint style!important}
.vt-lazy-section.is-near-view{content-visibility:visible!important;contain:none!important}
@media(max-width:575.98px){.vt-lazy-section{contain-intrinsic-size:560px!important}}

/* === 2026-07-03 round15: final product cards/icons/counters === */
/* Header social icons: one exact size for Telegram / Max / Avito, including mobile */
.site-header .header-icon.header-app-icon,
.site-header .header-icon.header-app-icon.avito-header-icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-grid!important;
  place-items:center!important;
  overflow:hidden!important;
  line-height:0!important;
}
.site-header .header-icon.header-app-icon svg,
.site-header .header-icon.header-app-icon img,
.site-header .header-icon.header-app-icon.avito-header-icon img{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:50%!important;
  transform:none!important;
  margin:0!important;
  padding:0!important;
}
.site-header .header-icon.header-app-icon.avito-header-icon{background:#fff!important;border:1px solid rgba(221,124,118,.26)!important}
.site-header .header-icon.header-app-icon.avito-header-icon::before{display:none!important;content:none!important}

/* Hero counter second icon: never an empty circle */
.vt-hero-counter:nth-child(2) i::before{content:"\eb7b"!important;font-family:"remixicon"!important}
.vt-hero-counter i{display:grid!important;place-items:center!important}

/* Product card: image reaches every card edge; no brown frame, just soft shadow */
.neo-product-card{
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:0 18px 34px rgba(84,50,38,.12)!important;
  overflow:hidden!important;
}
[data-theme="dark"] .neo-product-card{border:0!important;box-shadow:none!important;background:transparent!important}
.neo-product-card .product-media,
.neo-product-card .neo-product-gallery,
.neo-product-card .neo-product-gallery__track{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:inherit!important;
  overflow:hidden!important;
  background:transparent!important;
}
.neo-product-card .product-media > img,
.neo-product-card .product-img,
.neo-product-gallery__item img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center 28%!important;
  transform:translateY(-3.5%) scale(1.035)!important;
  transform-origin:center top!important;
}
.neo-product-card__overlay{
  background:linear-gradient(180deg,rgba(255,244,238,.03) 0%,rgba(255,244,238,.02) 38%,rgba(58,30,22,.22) 51%,rgba(53,28,19,.78) 69%,rgba(38,15,9,.99) 88%,rgba(38,15,9,1) 100%)!important;
}
[data-theme="dark"] .neo-product-card__overlay{background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.02) 38%,rgba(24,12,9,.30) 52%,rgba(22,11,8,.78) 70%,rgba(13,7,5,.99) 90%,rgba(13,7,5,1) 100%)!important}
.neo-product-card__content{background:linear-gradient(180deg,rgba(38,15,9,0),rgba(38,15,9,.74) 16%,rgba(38,15,9,.99) 100%)!important}
[data-theme="dark"] .neo-product-card__content{background:linear-gradient(180deg,rgba(13,7,5,0),rgba(13,7,5,.80) 16%,rgba(13,7,5,.99) 100%)!important}

/* Top badges: left column for category/status, right column for taste tags, sale is its own modern label */
.neo-product-card__badges{
  top:14px!important;
  left:14px!important;
  right:auto!important;
  max-width:46%!important;
  z-index:42!important;
  gap:7px!important;
}
.neo-product-card__category,
.neo-product-card__chip{
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:0 8px 18px rgba(32,15,10,.10)!important;
}
.neo-product-card__category{background:rgba(255,255,255,.92)!important;color:#624139!important;border-color:rgba(255,255,255,.76)!important}
.neo-product-card__tags{
  top:72px!important;
  right:14px!important;
  left:auto!important;
  max-width:44%!important;
  z-index:41!important;
  gap:7px!important;
}
.neo-product-card__tag{background:rgba(23,28,36,.78)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important}
.neo-product-card__tag.is-primary{background:rgba(221,124,118,.88)!important;color:#fff!important}
.neo-product-card__sale-ribbon{
  top:14px!important;
  right:14px!important;
  z-index:44!important;
  padding:8px 12px!important;
  border-radius:16px 16px 16px 6px!important;
  background:linear-gradient(135deg,#ff5f6d 0%,#ff9f43 100%)!important;
  color:#fff!important;
  font-size:.76rem!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  text-shadow:0 1px 2px rgba(0,0,0,.18)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 10px 20px rgba(215,82,55,.24)!important;
}
.neo-product-card:has(.neo-product-card__sale-ribbon) .neo-product-card__tags{top:62px!important}
.neo-product-card:has(.neo-product-card__sale-ribbon) .neo-product-card__badges{max-width:44%!important}

@media(max-width:767.98px){
  .neo-product-card{min-height:625px!important;border:0!important;box-shadow:0 16px 28px rgba(84,50,38,.12)!important}
  .neo-product-card .product-media > img,
  .neo-product-card .product-img,
  .neo-product-gallery__item img{height:100%!important;min-height:100%!important;max-height:none!important;object-position:center 25%!important;transform:translateY(-4%) scale(1.04)!important}
  .neo-product-card__overlay{background:linear-gradient(180deg,rgba(255,244,238,.02) 0%,rgba(255,244,238,.02) 37%,rgba(58,30,22,.20) 49%,rgba(53,28,19,.78) 67%,rgba(38,15,9,.99) 88%,rgba(38,15,9,1) 100%)!important}
  .neo-product-card__badges{top:12px!important;left:12px!important;max-width:48%!important}
  .neo-product-card__tags{top:70px!important;right:12px!important;max-width:44%!important}
  .neo-product-card__sale-ribbon{top:12px!important;right:12px!important;font-size:.7rem!important;padding:8px 10px!important}
  .neo-product-card:has(.neo-product-card__sale-ribbon) .neo-product-card__tags{top:58px!important}
  .neo-product-card__category,.neo-product-card__chip,.neo-product-card__tag{font-size:.72rem!important;padding:7px 10px!important}
}

/* === round16: premium shadows, fillings, documents, collections === */
:root{--vt-elev-soft:0 12px 30px rgba(74,48,39,.08);--vt-elev-card:0 18px 48px rgba(74,48,39,.10)}
[data-theme="dark"]{--vt-elev-soft:none;--vt-elev-card:none}
.btn-brand{box-shadow:0 10px 24px rgba(73,43,38,.10)!important}.btn-brand:hover{box-shadow:0 14px 30px rgba(73,43,38,.13)!important}
.card-soft,.nav-surface,.header-contact,.header-icon,.cart-btn,.mini-card{box-shadow:var(--vt-elev-soft)!important}
[data-theme="dark"] .card-soft,[data-theme="dark"] .nav-surface,[data-theme="dark"] .header-contact,[data-theme="dark"] .header-icon,[data-theme="dark"] .cart-btn,[data-theme="dark"] .mini-card{box-shadow:none!important}

/* Fillings: readable copy and arrows outside the photo */
.vt-fillings{overflow:hidden}.vt-fillings .container{position:relative}.vt-fillings-rail{align-items:stretch!important}.vt-filling-card{min-height:560px!important;background:#1a1412!important}.vt-filling-card::after{background:linear-gradient(180deg,rgba(12,11,10,.05) 0%,rgba(12,11,10,.12) 42%,rgba(35,20,15,.68) 66%,rgba(27,14,10,.95) 100%)!important}.vt-filling-card__body{min-height:245px!important;padding:30px 24px 26px!important;gap:10px!important}.vt-filling-card__body h3{font-family:Georgia,'Times New Roman',serif!important;font-style:italic!important;font-size:clamp(1.45rem,2vw,1.8rem)!important;line-height:1.08!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.38);min-height:auto!important;-webkit-line-clamp:2!important}.vt-filling-subtitle{color:#f7b6ae!important;font-weight:850!important;font-style:italic!important;text-shadow:0 1px 4px rgba(0,0,0,.32)}.vt-filling-card__body p:last-child{color:rgba(255,255,255,.94)!important;font-size:.96rem!important;line-height:1.5!important;-webkit-line-clamp:4!important}.vt-filling-card__meta{left:0;right:0}.vt-filling-card__meta b{background:rgba(255,255,255,.92)!important;color:#744f45!important;box-shadow:0 8px 18px rgba(60,35,28,.10)!important}.vt-rail-arrow{width:52px!important;height:52px!important;background:rgba(221,124,118,.62)!important;box-shadow:0 10px 22px rgba(34,22,18,.10)!important;backdrop-filter:blur(8px)}.vt-rail-arrow.is-prev{left:-62px!important}.vt-rail-arrow.is-next{right:-62px!important}.vt-rail-arrow:hover{background:rgba(221,124,118,.82)!important}.vt-fillings-bottom-note{gap:14px!important}.vt-fillings-bottom-note .btn{padding:.72rem 1.05rem!important;min-height:42px!important;line-height:1!important;box-shadow:none!important}.vt-fillings-bottom-note span{line-height:1.4}
@media(max-width:1399.98px){.vt-rail-arrow.is-prev{left:-18px!important}.vt-rail-arrow.is-next{right:-18px!important}}
@media(max-width:767.98px){.vt-filling-card{min-height:520px!important}.vt-filling-card__body{min-height:235px!important}.vt-rail-arrow{display:none!important}.vt-fillings-bottom-note{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}.vt-fillings-bottom-note .btn{padding:.66rem .9rem!important;font-size:.9rem!important}}

/* Reviews mobile: keep author visible above phone-card text overlay */
@media(max-width:991.98px){.vt-work-author-badge{top:20px!important;bottom:auto!important;left:20px!important;z-index:5!important}.vt-work-message{margin-top:18px!important}.vt-work-photo>span{top:20px!important;right:20px!important;left:auto!important}}

/* Legal pages: clean document style */
.legal-page{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%)}.legal-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:var(--muted);font-weight:750}.legal-breadcrumb a{color:var(--muted);text-decoration:none}.legal-breadcrumb b{color:var(--text)}.legal-document{max-width:1100px;margin:0 auto;background:var(--card);border:1px solid var(--line);border-radius:34px;padding:clamp(24px,4vw,56px);box-shadow:var(--vt-elev-card)}.legal-hero{border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:30px}.legal-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.35rem,6vw,5.2rem);line-height:.96;color:var(--brand-dark);letter-spacing:-.04em;margin:8px 0 18px}.legal-hero p{font-size:1.05rem;color:var(--muted);margin:0}.legal-document section{padding:18px 0;border-bottom:1px solid var(--line)}.legal-document section:last-child{border-bottom:0}.legal-document h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.4vw,2rem);color:var(--brand-dark);margin:0 0 12px}.legal-document p,.legal-document li{font-size:1.02rem;line-height:1.75;color:var(--muted)}.legal-document ul{margin:0 0 0 1.15rem}.legal-requisites{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 18px}.legal-requisites div{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:var(--bg-soft)}.legal-requisites span{display:block;font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.legal-requisites b{color:var(--text)}[data-theme="dark"] .legal-document{box-shadow:none}@media(max-width:767.98px){.legal-document{border-radius:24px;padding:22px}.legal-requisites{grid-template-columns:1fr}.legal-hero h1{font-size:2.4rem}.legal-document p,.legal-document li{font-size:.96rem}}

/* Collections */
.collections-hero{max-width:980px;margin:0 auto 34px;text-align:center}.collections-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,6vw,5.3rem);line-height:.96;color:var(--brand-dark);letter-spacing:-.05em}.collections-hero p{color:var(--muted);font-size:1.12rem;line-height:1.7}.collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-card{position:relative;overflow:hidden;border-radius:34px;background:var(--card);border:1px solid var(--line);box-shadow:var(--vt-elev-card);min-height:520px;isolation:isolate}.collection-card__image{position:absolute;inset:0}.collection-card__image img{width:100%;height:100%;object-fit:cover;display:block}.collection-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,15,.04) 0%,rgba(20,16,15,.10) 35%,rgba(45,22,16,.72) 72%,rgba(31,13,8,.95) 100%);z-index:1}.collection-card__body{position:absolute;inset:auto 0 0;z-index:2;padding:26px;color:#fff}.collection-card__body>span{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.92);color:#704a41;font-weight:850;font-size:.82rem;margin-bottom:12px}.collection-card h2{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:clamp(1.45rem,2vw,2rem);line-height:1.05;color:#fff;margin:0 0 10px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.collection-card p{color:rgba(255,255,255,.88);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.collection-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(255,255,255,.2);padding-top:16px}.collection-card__footer strong{font-family:Georgia,'Times New Roman',serif;font-size:1.55rem}.collection-card__footer .btn{box-shadow:none!important;white-space:nowrap}.collection-modal-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px}.collection-modal-preview img{width:100%;height:360px;object-fit:cover;border-radius:24px}.collection-choice{display:flex;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:18px;background:var(--bg-soft);margin-bottom:10px;cursor:pointer}.collection-choice input{margin-top:5px}.collection-choice b{display:block}.collection-choice small{display:block;color:var(--muted);line-height:1.4}.collection-modal-content{border-radius:30px!important}@media(max-width:991.98px){.collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-modal-grid{grid-template-columns:1fr}.collection-modal-preview img{height:260px}}@media(max-width:575.98px){.collections-grid{grid-template-columns:1fr}.collection-card{min-height:460px}.collection-card__body{padding:22px}.collection-card__footer{align-items:flex-start;flex-direction:column}.collection-card__footer .btn{width:100%}}

/* === round17: collections and final visual fixes === */
.neo-product-card .product-img,
.neo-product-card .neo-product-gallery__item img,
.neo-product-card .product-media > img{object-position:center 18%!important}

/* Collections page: filters like occasion tabs */
.collections-hero-v2{max-width:980px;margin:0 auto 28px;text-align:center}.collections-hero-v2 h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:.98;margin:10px 0 18px}.collections-hero-v2 p{font-size:1.12rem;color:var(--muted);max-width:760px;margin:0 auto;line-height:1.7}.collections-filter-shell{position:sticky;top:78px;z-index:7;background:linear-gradient(180deg,var(--bg) 0%,rgba(255,248,244,.92) 100%);border:1px solid var(--line);border-radius:30px;padding:16px;margin:0 0 30px;box-shadow:0 14px 34px rgba(74,52,44,.08);backdrop-filter:blur(14px)}[data-theme="dark"] .collections-filter-shell{background:linear-gradient(180deg,rgba(17,21,28,.96),rgba(17,21,28,.84));box-shadow:none;border-color:rgba(255,255,255,.08)}.collections-filter-row,.collections-subfilter-row{display:flex;gap:12px;overflow:auto;padding:4px;scrollbar-width:none}.collections-filter-row::-webkit-scrollbar,.collections-subfilter-row::-webkit-scrollbar{display:none}.collection-filter-chip,.collection-subfilter-chip{flex:0 0 auto;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:999px;padding:13px 20px;font-weight:850;display:inline-flex;align-items:center;gap:10px;box-shadow:none}.collection-filter-chip span{width:9px;height:9px;border-radius:50%;background:#b8c8d9}.collection-filter-chip.is-active{background:#4f6b8d;color:#fff;border-color:#4f6b8d}.collection-filter-chip.is-active span{background:#fff}.collection-subfilter-chip{padding:10px 16px;font-size:.95rem;color:var(--muted)}.collection-subfilter-chip.is-active{background:rgba(221,124,118,.13);color:var(--brand);border-color:rgba(221,124,118,.28)}.collections-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-card-v2{position:relative;min-height:520px;border-radius:34px;overflow:hidden;background:#24150f;border:0;box-shadow:0 20px 44px rgba(74,52,44,.14)}.collection-card-v2[hidden]{display:none!important}.collection-card-v2 .collection-card__image{position:absolute;inset:0}.collection-card-v2 .collection-card__image img{width:100%;height:100%;object-fit:cover;display:block}.collection-card-v2::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,14,12,.05) 0%,rgba(20,14,12,.12) 34%,rgba(35,18,12,.74) 100%)}.collection-card-v2 .collection-card__body{position:absolute;inset:auto 0 0;z-index:2;color:#fff;padding:24px}.collection-card__chips{position:absolute;left:22px;right:22px;top:-390px;display:flex;gap:8px;flex-wrap:wrap}.collection-card__chips span{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.86);color:#6d4b42;font-weight:850;font-size:.82rem}.collection-card-v2 h2{font-family:Georgia,'Times New Roman',serif;font-size:1.7rem;line-height:1.05;margin:0 0 10px;color:#fff}.collection-card-v2 p{color:rgba(255,255,255,.84);line-height:1.55;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.collection-card-v2 .collection-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(255,255,255,.18);padding-top:18px}.collection-card-v2 strong{font-family:Georgia,'Times New Roman',serif;font-size:1.65rem;color:#fff}.collection-card-v2 .btn{border-radius:999px;min-width:132px}
.collection-modal-v2{border-radius:34px;overflow:hidden}.collection-modal-grid-v2{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:26px}.collection-modal-preview{position:relative;min-height:430px;border-radius:28px;overflow:hidden;background:var(--bg-soft)}.collection-modal-preview img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}.collection-modal-preview::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.35))}.collection-modal-note{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;border-radius:22px;background:rgba(255,255,255,.9);color:var(--brand-dark);padding:15px 16px;box-shadow:0 14px 26px rgba(74,52,44,.11)}.collection-modal-note b{display:block;margin-bottom:4px}.collection-modal-note span{color:var(--muted);font-size:.92rem}.collection-modal-controls h6{font-size:1.1rem;margin:0 0 12px}.collection-size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.collection-choice-v2{cursor:pointer}.collection-choice-v2 input{position:absolute;opacity:0}.collection-choice-v2 span{display:flex;flex-direction:column;gap:5px;min-height:134px;padding:16px;border:1px solid var(--line);border-radius:24px;background:var(--card);transition:.2s ease}.collection-choice-v2 b{font-size:1rem;color:var(--brand-dark)}.collection-choice-v2 small{color:var(--muted);line-height:1.35}.collection-choice-v2 strong{margin-top:auto;font-size:1.25rem;color:var(--brand)}.collection-choice-v2 input:checked+span{border-color:var(--brand);box-shadow:0 12px 26px rgba(74,52,44,.11);background:linear-gradient(180deg,var(--card),rgba(221,124,118,.08))}.collection-manager-hint{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:13px 14px;border-radius:18px;background:rgba(221,124,118,.08);color:var(--muted);font-size:.92rem;line-height:1.45}.collection-manager-hint i{color:var(--brand);font-size:1.2rem}.admin-pill-check{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;border:1px solid var(--line);background:var(--card);cursor:pointer}.admin-product-checkboxes{max-height:260px;overflow:auto;border:1px solid var(--line);border-radius:18px;padding:10px;background:var(--bg-soft)}.admin-product-checkboxes label{display:flex;gap:8px;padding:8px;border-bottom:1px solid var(--line);font-size:.92rem}.admin-product-checkboxes label:last-child{border-bottom:none}
[data-theme="dark"] .collection-choice-v2 input:checked+span{box-shadow:none}[data-theme="dark"] .collection-modal-note{background:rgba(18,23,31,.92)}[data-theme="dark"] .collections-filter-chip,[data-theme="dark"] .collection-subfilter-chip{box-shadow:none}

/* Fillings: less cropped text + softer arrows */
.vt-filling-card{min-height:590px!important}.vt-filling-card__body{min-height:238px!important;padding:26px 24px 24px!important}.vt-filling-card__body h3{font-style:italic!important;font-size:1.55rem!important;min-height:auto!important;-webkit-line-clamp:2!important}.vt-filling-card__body p:last-child{-webkit-line-clamp:5!important}.vt-rail-arrow{opacity:.72!important;box-shadow:0 10px 22px rgba(74,52,44,.13)!important}.vt-rail-arrow.is-prev{left:-18px!important}.vt-rail-arrow.is-next{right:-18px!important}.vt-fillings-bottom-note .btn{padding:11px 20px!important;min-height:44px!important;border-radius:999px!important}.vt-fillings-bottom-note{gap:14px!important}

/* Reviews mobile: revert to simple stacked card, no overlapping phone */
@media(max-width:767.98px){.vt-work-carousel{padding:0!important;max-width:100%!important}.vt-work-carousel .carousel-inner::before,.vt-work-carousel .carousel-inner::after{display:none!important}.vt-work-review-card{display:block!important;width:100%!important;min-height:0!important}.vt-work-photo{height:390px!important;min-height:390px!important;border-radius:28px!important}.vt-work-photo img,.vt-work-photo-placeholder{height:390px!important;min-height:390px!important}.vt-work-author-badge{left:14px!important;bottom:14px!important;z-index:4!important}.vt-work-message{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;height:auto!important;max-height:none!important;margin:14px 0 0!important;transform:none!important;border-radius:26px!important;border:1px solid var(--line)!important;padding:18px!important}.vt-work-message::before{display:none!important}.vt-work-message p{-webkit-line-clamp:7!important}.vt-work-arrow{opacity:.78!important;box-shadow:0 8px 18px rgba(74,52,44,.12)!important}.vt-work-arrow.carousel-control-prev{left:8px!important}.vt-work-arrow.carousel-control-next{right:8px!important}}

/* More neutral shadows globally for fresh blocks */
.btn-brand,.collection-card-v2,.card-soft,.vt-work-photo,.vt-work-message,.neo-product-card{box-shadow:0 16px 36px rgba(74,52,44,.11)}[data-theme="dark"] .btn-brand,[data-theme="dark"] .collection-card-v2,[data-theme="dark"] .card-soft,[data-theme="dark"] .vt-work-photo,[data-theme="dark"] .vt-work-message,[data-theme="dark"] .neo-product-card{box-shadow:none!important}

@media(max-width:991.98px){.collections-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-modal-grid-v2{grid-template-columns:1fr}.collection-size-grid{grid-template-columns:1fr}.collection-modal-preview,.collection-modal-preview img{min-height:320px}}
@media(max-width:575.98px){.collections-filter-shell{position:relative;top:auto;margin-left:-8px;margin-right:-8px;border-radius:22px}.collections-grid-v2{grid-template-columns:1fr}.collection-card-v2{min-height:500px}.collections-hero-v2{text-align:left}.collections-hero-v2 h1{font-size:2.35rem}.vt-filling-card{min-height:560px!important}.vt-filling-card__body{min-height:250px!important}.vt-rail-arrow{display:none!important}}


/* === 2026-07-03 round18 hotfix: SQL compatibility + fillings 400x500 === */
.vt-fillings .vt-section-head-center{margin-bottom:26px!important}
.vt-fillings-rail{
  display:flex!important;
  gap:22px!important;
  align-items:stretch!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  padding:6px 4px 18px!important;
}
.vt-filling-card{
  flex:0 0 min(320px,82vw)!important;
  width:min(320px,82vw)!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:4/5!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:#1b1716!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 12px 28px rgba(25,19,17,.14)!important;
  scroll-snap-align:start!important;
}
.vt-filling-card.has-image img,
.vt-filling-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}
.vt-filling-card::before{display:none!important}
.vt-filling-card.has-image::after,
.vt-filling-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.04) 46%,rgba(30,18,13,.56) 70%,rgba(24,12,8,.94) 100%)!important;
  pointer-events:none!important;
}
.vt-filling-card__meta{display:none!important}
.vt-filling-card__body{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  padding:22px 22px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  background:linear-gradient(180deg,rgba(24,12,8,0),rgba(24,12,8,.55) 22%,rgba(24,12,8,.92) 100%)!important;
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,0,0,.52)!important;
  overflow:visible!important;
}
.vt-filling-card__body h3{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-weight:850!important;
  font-size:1.36rem!important;
  line-height:1.06!important;
  color:#fff!important;
  -webkit-line-clamp:unset!important;
  overflow:visible!important;
}
.vt-filling-subtitle{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  color:#ffb7af!important;
  font-size:.88rem!important;
  line-height:1.24!important;
  font-weight:850!important;
  font-style:italic!important;
  -webkit-line-clamp:unset!important;
  overflow:visible!important;
}
.vt-filling-card__body p:last-child{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  color:rgba(255,255,255,.95)!important;
  font-size:.92rem!important;
  line-height:1.36!important;
  overflow:hidden!important;
}
.vt-rail-arrow{
  width:48px!important;
  height:48px!important;
  opacity:.48!important;
  background:rgba(221,124,118,.72)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(6px)!important;
}
.vt-rail-arrow:hover{opacity:.76!important;box-shadow:none!important}
.vt-rail-arrow.is-prev{left:-54px!important}
.vt-rail-arrow.is-next{right:-54px!important}
.vt-fillings-bottom-note{gap:12px!important;padding-top:16px!important;margin-top:12px!important;align-items:center!important}
.vt-fillings-bottom-note span{line-height:1.35!important}
.vt-fillings-bottom-note .btn{
  padding:9px 16px!important;
  min-height:38px!important;
  font-size:.88rem!important;
  line-height:1!important;
  white-space:nowrap!important;
  border-radius:999px!important;
  box-shadow:none!important;
}
[data-theme="light"] .vt-filling-card,
[data-theme=""] .vt-filling-card{box-shadow:0 14px 30px rgba(72,45,35,.10)!important;border-color:rgba(80,46,35,.08)!important}
@media(max-width:991.98px){
  .vt-rail-arrow{display:none!important}
}
@media(max-width:575.98px){
  .vt-filling-card{flex-basis:78vw!important;width:78vw!important;border-radius:28px!important}
  .vt-filling-card__body{padding:20px 20px 22px!important}
  .vt-filling-card__body h3{font-size:1.22rem!important}
  .vt-filling-subtitle{font-size:.82rem!important}
  .vt-filling-card__body p:last-child{font-size:.86rem!important;-webkit-line-clamp:3!important}
  .vt-fillings-bottom-note{grid-template-columns:1fr auto!important;text-align:left!important}
  .vt-fillings-bottom-note .btn{padding:8px 13px!important;font-size:.84rem!important}
}

/* === round19: hero links, fillings modal, product size variants, collections UX === */
.vt-hero-fact-card{text-decoration:none!important;color:inherit!important;transition:transform .18s ease,border-color .18s ease,background .18s ease}.vt-hero-fact-card:hover{transform:translateY(-2px);border-color:rgba(221,124,118,.35)}
.vt-hero-ideas{background:rgba(255,255,255,.92)!important;color:var(--brand-dark)!important;border-color:rgba(221,124,118,.22)!important}.vt-hero-ideas i{color:var(--brand)!important}.vt-hero-secondary{box-shadow:0 10px 24px rgba(74,52,44,.12)!important}
@media(max-width:767.98px){.vt-hero-fact-photo{display:none!important}.vt-hero-secondary{display:none!important}.vt-hero-ideas{padding-inline:16px!important}}

.product-size-variants{padding:18px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,var(--card),rgba(221,124,118,.05));box-shadow:0 12px 28px rgba(74,52,44,.08)}.product-size-variants__title{font-weight:900;color:var(--brand-dark);margin-bottom:12px}.product-size-variants__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-size-variant{border:1px solid var(--line);border-radius:20px;background:var(--card);padding:14px;text-align:left;display:flex;flex-direction:column;gap:5px;color:var(--text);transition:.18s ease}.product-size-variant span{font-weight:900;color:var(--brand-dark)}.product-size-variant small{color:var(--muted);line-height:1.3}.product-size-variant b{margin-top:4px;color:var(--brand)}.product-size-variant.is-active{border-color:var(--brand);background:rgba(221,124,118,.10)}.product-size-variant:not(.is-active):hover{transform:translateY(-1px);border-color:rgba(221,124,118,.35)}
@media(max-width:767.98px){.product-size-variants__grid{grid-template-columns:1fr}.product-size-variants{padding:14px;border-radius:22px}}

.filling-products-modal{border-radius:30px!important;overflow:hidden}.filling-products-list{display:flex;flex-direction:column;gap:14px}.filling-product-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:22px;background:var(--card)}.filling-product-row img{width:92px;height:82px;object-fit:cover;border-radius:18px}.filling-product-row b{display:block;color:var(--brand-dark);font-size:1.05rem}.filling-product-row small{display:block;color:var(--brand);font-weight:800;margin:2px 0}.filling-product-row p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.filling-product-row__side{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.filling-product-row__side strong{white-space:nowrap;color:var(--brand-dark)}.vt-filling-card.js-filling-card{cursor:pointer}.vt-filling-card.js-filling-card:hover{transform:translateY(-2px)}
@media(max-width:575.98px){.filling-product-row{grid-template-columns:76px minmax(0,1fr);}.filling-product-row__side{grid-column:1/-1;align-items:stretch}.filling-product-row__side .btn{width:100%}}

.collection-filter-chip.is-active{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}.collection-filter-chip.is-active span{background:#fff!important}.collection-subfilter-chip.is-active{background:rgba(221,124,118,.16)!important;color:var(--brand)!important;border-color:rgba(221,124,118,.32)!important}.collection-card__chips{top:-390px}.collection-modal-note-soft b{font-size:.95rem}.collection-modal-note-soft span{font-size:.88rem}.collection-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.collection-choice-v2 span{min-height:148px}.collection-taste-advice{padding:12px 14px;border-radius:18px;background:rgba(221,124,118,.08);color:var(--muted);font-size:.92rem;margin-bottom:12px}.collection-taste-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.collection-taste-card{border:1px solid var(--line);border-radius:20px;background:var(--card);padding:10px;text-align:left;display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center;color:var(--text)}.collection-taste-card img{width:64px;height:64px;object-fit:cover;border-radius:16px;grid-row:1/4}.collection-taste-card span{font-size:.72rem;font-weight:900;color:var(--brand);text-transform:uppercase;letter-spacing:.06em}.collection-taste-card b{display:block;color:var(--brand-dark);line-height:1.15}.collection-taste-card small{display:block;color:var(--muted);font-size:.8rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-taste-card.is-active{border-color:var(--brand);background:rgba(221,124,118,.09)}.collection-all-tastes summary{cursor:pointer;color:var(--brand);font-weight:850}.collection-manager-hint{margin-top:16px!important}
@media(max-width:991.98px){.collection-modal-grid-v2{grid-template-columns:1fr!important}.collection-size-grid{grid-template-columns:1fr!important}.collection-taste-grid{grid-template-columns:1fr}.collection-modal-preview,.collection-modal-preview img{min-height:280px!important}}

.neo-product-card .product-img,.neo-product-card .neo-product-gallery__item img,.neo-product-card .product-media>img{object-position:center 10%!important}.vt-work-review-card{align-items:start!important}@media(max-width:767.98px){.vt-work-message{margin-top:0!important}.vt-work-author-badge{bottom:16px!important}}

[data-theme="dark"] .product-size-variants,[data-theme="dark"] .filling-product-row,[data-theme="dark"] .collection-taste-card{box-shadow:none!important;background:#151b24!important;border-color:rgba(255,255,255,.10)!important}[data-theme="dark"] .product-size-variant,[data-theme="dark"] .collection-choice-v2 span{background:#111821!important;border-color:rgba(255,255,255,.10)!important}

/* === round21 targeted fixes === */
/* Hero: dark-theme button visibility */
[data-theme="dark"] .vt-hero-ideas{
  background:rgba(240,142,135,.14)!important;
  border-color:rgba(240,142,135,.36)!important;
  color:#fff!important;
}
[data-theme="dark"] .vt-hero-ideas i{color:#f09a94!important;}
[data-theme="dark"] .vt-hero-secondary{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.16)!important;
  color:#fff!important;
}

/* Constructor format metadata: remove the large half-rounded pill and keep people count readable */
.constructor-format-option em{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  width:100%!important;
  margin-top:10px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:.82rem!important;
  line-height:1.2!important;
}
.constructor-format-option .format-dot{display:none!important;}
.constructor-format-option .format-meta{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  padding:6px 8px!important;
  border:1px solid rgba(80,52,43,.10)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.58)!important;
  white-space:nowrap!important;
  color:var(--brand-dark)!important;
  line-height:1!important;
}
[data-theme="dark"] .constructor-format-option .format-meta{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#f3d6d3!important;
}
@media(max-width:575.98px){
  .constructor-format-option em{gap:5px!important;font-size:.78rem!important;}
  .constructor-format-option .format-meta{padding:5px 7px!important;}
}

/* Collections page: brand filters and modal polish */
.collection-filter-chip.is-active{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
}
.collection-subfilter-chip.is-active{
  background:rgba(221,124,118,.15)!important;
  border-color:rgba(221,124,118,.32)!important;
  color:var(--brand)!important;
}
.collection-modal-v2 .btn-brand,
.collections-page .btn-brand{
  background:linear-gradient(135deg,var(--brand),#eaa09b)!important;
  border-color:transparent!important;
  color:#fff!important;
}
.collection-choice-v2 span{box-shadow:none!important;}
.collection-choice-v2 input:checked+span{
  border-color:var(--brand)!important;
  background:linear-gradient(180deg,var(--card),rgba(221,124,118,.08))!important;
  box-shadow:0 10px 24px rgba(74,52,44,.08)!important;
}
[data-theme="dark"] .collection-choice-v2 input:checked+span{box-shadow:none!important;}

/* Product detail size switcher inside order modal: readable cards */
.product-size-variants{box-shadow:0 10px 22px rgba(74,52,44,.07)!important;}
.product-size-variant small{min-height:0!important;line-height:1.25!important;}
.product-size-variant b{white-space:nowrap!important;}
@media(max-width:575.98px){
  .product-size-variant{padding:12px!important;}
  .product-size-variant span{font-size:.95rem!important;}
  .product-size-variant small{font-size:.82rem!important;}
}

/* === round22 refinements === */
/* Hero buttons: "Смотреть меню" same visual family as "Идеи под повод" */
.vt-hero-secondary{
  background:rgba(255,255,255,.92)!important;
  color:var(--brand-dark)!important;
  border-color:rgba(221,124,118,.22)!important;
  box-shadow:0 8px 20px rgba(74,52,44,.08)!important;
}
.vt-hero-secondary i{color:var(--brand)!important;}
[data-theme="dark"] .vt-hero-secondary,
[data-theme="dark"] .vt-hero-ideas{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:none!important;
}

/* Constructor format meta: one calm line, no dark rectangular badge */
.constructor-format-option em{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  color:var(--muted)!important;
  font-size:.86rem!important;
  line-height:1.25!important;
  font-style:normal!important;
}
.constructor-format-option .format-meta{
  display:inline-flex!important;
  align-items:center!important;
  padding:0!important;
  margin:0!important;
  min-height:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--muted)!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.constructor-format-option .format-dot{
  display:inline-flex!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  color:rgba(221,124,118,.75)!important;
  font-size:1rem!important;
  line-height:1!important;
}
.constructor-format-option input:checked + span em,
.constructor-format-option input:checked + span .format-meta{
  color:var(--brand-dark)!important;
}
[data-theme="dark"] .constructor-format-option em,
[data-theme="dark"] .constructor-format-option .format-meta{color:#cfc3bf!important;}
[data-theme="dark"] .constructor-format-option input:checked + span em,
[data-theme="dark"] .constructor-format-option input:checked + span .format-meta{color:#fff!important;}

/* Product modal size selector: compact and directly under weight/time badges */
.modal-meta-inline + .product-size-variants{
  margin-top:10px!important;
  margin-bottom:14px!important;
}
.product-size-variants{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.product-size-variants__title{
  display:none!important;
}
.product-size-variants__grid{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.product-size-variant{
  min-width:136px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:var(--card)!important;
  border:1px solid var(--line)!important;
  box-shadow:none!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:2px!important;
}
.product-size-variant span{
  font-size:.92rem!important;
  line-height:1.15!important;
  color:var(--brand-dark)!important;
}
.product-size-variant small{
  font-size:.78rem!important;
  line-height:1.2!important;
  color:var(--muted)!important;
}
.product-size-variant b{
  font-size:.9rem!important;
  line-height:1.15!important;
  color:var(--brand)!important;
  margin:2px 0 0!important;
}
.product-size-variant.is-active{
  background:rgba(221,124,118,.10)!important;
  border-color:rgba(221,124,118,.55)!important;
}
[data-theme="dark"] .product-size-variant{background:#151b24!important;border-color:rgba(255,255,255,.11)!important;}
[data-theme="dark"] .product-size-variant span{color:#fff!important;}

/* Collections filters like menu, no blue accents */
.collections-filter-shell{
  box-shadow:none!important;
  background:rgba(255,255,255,.72)!important;
}
.collection-filter-chip.is-active{
  background:linear-gradient(135deg,var(--brand),#e9a09c)!important;
  border-color:transparent!important;
  color:#fff!important;
}
.collection-filter-chip.is-active span{background:#fff!important;}
.collection-subfilter-chip.is-active{
  background:rgba(221,124,118,.14)!important;
  border-color:rgba(221,124,118,.34)!important;
  color:var(--brand)!important;
}
[data-theme="dark"] .collections-filter-shell{background:rgba(17,21,28,.86)!important;}

/* Collections modal tastes: better readable product names */
.collection-taste-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.collection-taste-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:96px!important;
  box-shadow:none!important;
}
.collection-taste-card span{
  color:var(--brand)!important;
  font-size:.70rem!important;
}
.collection-taste-card b{
  font-size:.98rem!important;
  line-height:1.12!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.collection-taste-card small{
  -webkit-line-clamp:2!important;
}
.collection-taste-card.is-active:after{
  content:'✓';
  position:absolute;
  top:8px;
  right:9px;
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--brand);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}
.admin-collection-taste-picker label{align-items:center!important;}
.admin-collection-taste-picker.is-popular label{display:grid!important;grid-template-columns:auto 1fr auto auto;align-items:center!important;gap:8px!important;}
.admin-collection-taste-picker.is-popular em{font-style:normal;font-size:.75rem;font-weight:900;color:var(--brand);text-transform:uppercase;}

/* Product card photo slightly higher, only image positioning */
.neo-product-card .product-img,
.neo-product-card .neo-product-gallery__item img{
  object-position:center 30%!important;
}

/* Mobile reviews: simple previous stacked layout */
@media(max-width:767.98px){
  .vt-work-review-stage{display:block!important;padding:0!important;}
  .vt-work-side-card{display:none!important;}
  .vt-work-review-card{display:block!important;min-height:0!important;}
  .vt-work-photo{height:390px!important;min-height:390px!important;border-radius:30px!important;}
  .vt-work-photo img,.vt-work-photo-placeholder{height:390px!important;}
  .vt-work-author-badge{left:16px!important;bottom:16px!important;z-index:4!important;}
  .vt-work-message{height:auto!important;max-height:none!important;margin:16px 0 0!important;border-radius:26px!important;transform:none!important;}
  .vt-work-message p{display:-webkit-box!important;-webkit-line-clamp:8!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
}
@media(max-width:575.98px){
  .collection-taste-grid{grid-template-columns:1fr!important;}
  .product-size-variant{min-width:calc(50% - 4px)!important;}
  .constructor-format-option em{font-size:.82rem!important;gap:5px!important;}
}

/* === round23 hotfix: hero secondary button should copy Ideas style, not reverse === */
.vt-hero-secondary,
.vt-hero-ideas{
  background:rgba(255,255,255,.92)!important;
  color:var(--brand-dark)!important;
  border-color:rgba(221,124,118,.22)!important;
  box-shadow:0 8px 20px rgba(74,52,44,.08)!important;
}
.vt-hero-secondary i,
.vt-hero-ideas i{color:var(--brand)!important;}
[data-theme="dark"] .vt-hero-secondary,
[data-theme="dark"] .vt-hero-ideas{
  background:rgba(240,142,135,.14)!important;
  border-color:rgba(240,142,135,.36)!important;
  color:#fff!important;
  box-shadow:none!important;
}
[data-theme="dark"] .vt-hero-secondary i,
[data-theme="dark"] .vt-hero-ideas i{color:#f09a94!important;}

/* === round24 targeted fixes === */
/* Constructor format meta: no extra background/borders on inner line */
.constructor-format-option em,
.constructor-format-option em .format-meta,
.constructor-format-option em .format-dot{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.constructor-format-option em{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  padding:0!important;
}
.constructor-format-option em .format-meta{
  display:inline!important;
  padding:0!important;
  border-radius:0!important;
  color:var(--muted)!important;
  font-size:.88rem!important;
  line-height:1.35!important;
}
.constructor-format-option em .format-dot{
  display:inline!important;
  padding:0!important;
  color:var(--brand)!important;
  opacity:.72!important;
}
.constructor-format-option input:checked + span em .format-meta{
  color:var(--text)!important;
}
[data-theme="dark"] .constructor-format-option em .format-meta{color:#cfc3bf!important;}
[data-theme="dark"] .constructor-format-option input:checked + span em .format-meta{color:#fff!important;}

/* Actions: preserve line breaks from admin textarea */
.promo-card .promo-text{
  white-space:normal!important;
  line-height:1.68!important;
}
.promo-card .promo-text br{display:block;content:"";margin-top:.35rem;}

/* Admin action buttons in newly added sections */
.admin-table td.text-end,
.admin-table .text-end{
  white-space:nowrap!important;
}
.admin-table td.text-end .btn,
.admin-table .text-end .btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:3px 0 3px 6px!important;
}
.admin-table td.text-end .btn:first-child,
.admin-table .text-end .btn:first-child{margin-left:0!important;}
.admin-product-checkboxes label{
  align-items:center!important;
  gap:10px!important;
}
.admin-product-checkboxes label span{
  min-width:0!important;
}
.admin-collection-taste-picker.is-popular label:has(input[type="checkbox"]:checked){
  background:rgba(221,124,118,.08)!important;
  border-radius:12px!important;
}

/* Collections admin: clearer primary choice */
.admin-collection-taste-picker + .form-text,
.collection-primary-help{
  color:var(--muted)!important;
  font-size:.86rem!important;
}

@media (max-width: 767.98px){
  .admin-table td.text-end .btn,
  .admin-table .text-end .btn{
    width:auto!important;
    margin:4px 6px 4px 0!important;
  }
}

/* === round25: constructor format meta final cleanup === */
.constructor-format-option > span{
  overflow:hidden!important;
}
.constructor-format-option > span > em,
.constructor-format-option > span > em *,
.constructor-format-option > span > em .format-meta,
.constructor-format-option > span > em .format-dot{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  border-color:transparent!important;
  box-shadow:none!important;
  outline:0!important;
}
.constructor-format-option > span > em{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
  width:100%!important;
  min-height:0!important;
  margin:10px 0 0!important;
  padding:0!important;
  border-radius:0!important;
  font-style:normal!important;
  line-height:1.2!important;
  color:var(--muted)!important;
}
.constructor-format-option > span > em .format-meta{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  color:var(--muted)!important;
  font-size:.82rem!important;
  font-weight:800!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.constructor-format-option > span > em .format-dot{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0 6px!important;
  margin:0!important;
  color:rgba(221,124,118,.75)!important;
  font-size:.95rem!important;
  font-weight:900!important;
  line-height:1!important;
}
.constructor-format-option input:checked + span > em,
.constructor-format-option input:checked + span > em .format-meta{
  color:var(--text)!important;
}
[data-theme="dark"] .constructor-format-option > span > em,
[data-theme="dark"] .constructor-format-option > span > em .format-meta{
  color:#d7cac6!important;
}
[data-theme="dark"] .constructor-format-option input:checked + span > em,
[data-theme="dark"] .constructor-format-option input:checked + span > em .format-meta{
  color:#fff!important;
}

/* === 2026-07-04 round26: clean collections filters === */
.collections-filter-shell.collections-filter-shell-v3{
  position:relative!important;
  top:auto!important;
  max-width:1180px!important;
  margin:0 auto 34px!important;
  padding:18px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,247,244,.88))!important;
  border:1px solid rgba(118,82,70,.12)!important;
  box-shadow:0 18px 42px rgba(55,39,33,.08)!important;
  backdrop-filter:blur(14px)!important;
  overflow:hidden!important;
}
.collections-filter-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:2px 6px 14px!important;
  border-bottom:1px solid rgba(118,82,70,.10)!important;
  margin-bottom:12px!important;
}
.collections-filter-head b{
  display:block!important;
  color:var(--brand-dark)!important;
  font-size:1.08rem!important;
  line-height:1.2!important;
}
.collections-filter-head span{
  display:block!important;
  margin-top:3px!important;
  color:var(--muted)!important;
  font-size:.92rem!important;
  line-height:1.35!important;
}
.collections-filter-row,
.collections-subfilter-row{
  display:flex!important;
  flex-wrap:wrap!important;
  overflow:visible!important;
  gap:10px!important;
  padding:0!important;
  scrollbar-width:none!important;
}
.collections-subfilter-row{
  margin-top:12px!important;
  min-height:0!important;
}
.collection-filter-chip,
.collection-subfilter-chip{
  flex:0 0 auto!important;
  min-height:42px!important;
  border-radius:999px!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.collection-filter-chip{
  padding:11px 16px!important;
  font-size:.96rem!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(118,82,70,.14)!important;
  color:#6e5149!important;
  font-weight:850!important;
}
.collection-filter-chip span{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  background:#c6b0a9!important;
}
.collection-filter-chip:hover,
.collection-subfilter-chip:hover{
  transform:translateY(-1px)!important;
}
.collection-filter-chip.is-active{
  background:linear-gradient(135deg,#ee9a94,#dd7f78)!important;
  border-color:rgba(221,124,118,.9)!important;
  color:#fff!important;
}
.collection-filter-chip.is-active span{background:#fff!important;}
.collection-subfilter-chip{
  min-height:36px!important;
  padding:8px 14px!important;
  font-size:.9rem!important;
  font-weight:800!important;
  background:rgba(255,255,255,.48)!important;
  border:1px solid rgba(118,82,70,.12)!important;
  color:#7b625b!important;
}
.collection-subfilter-chip.is-active{
  background:rgba(221,124,118,.15)!important;
  border-color:rgba(221,124,118,.34)!important;
  color:var(--brand)!important;
}
[data-theme="dark"] .collections-filter-shell.collections-filter-shell-v3{
  background:linear-gradient(180deg,rgba(21,27,36,.94),rgba(18,23,31,.86))!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}
[data-theme="dark"] .collections-filter-head{
  border-bottom-color:rgba(255,255,255,.08)!important;
}
[data-theme="dark"] .collections-filter-head b{color:#fff!important;}
[data-theme="dark"] .collection-filter-chip{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#eadbd6!important;
}
[data-theme="dark"] .collection-filter-chip span{background:#6d7785!important;}
[data-theme="dark"] .collection-filter-chip.is-active{
  background:linear-gradient(135deg,#ef9993,#d97670)!important;
  border-color:rgba(239,153,147,.9)!important;
  color:#fff!important;
}
[data-theme="dark"] .collection-filter-chip.is-active span{background:#fff!important;}
[data-theme="dark"] .collection-subfilter-chip{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#cdbfba!important;
}
[data-theme="dark"] .collection-subfilter-chip.is-active{
  background:rgba(239,153,147,.14)!important;
  border-color:rgba(239,153,147,.34)!important;
  color:#ffb4ae!important;
}
@media(max-width: 767.98px){
  .collections-filter-shell.collections-filter-shell-v3{
    margin-left:0!important;
    margin-right:0!important;
    padding:14px!important;
    border-radius:24px!important;
  }
  .collections-filter-head{
    padding:0 2px 12px!important;
  }
  .collections-filter-head span{font-size:.86rem!important;}
  .collections-filter-row,
  .collections-subfilter-row{
    flex-wrap:nowrap!important;
    overflow:auto!important;
    margin-left:-2px!important;
    margin-right:-2px!important;
    padding:2px 2px 6px!important;
  }
  .collection-filter-chip{
    padding:10px 14px!important;
    min-height:40px!important;
    font-size:.9rem!important;
  }
  .collection-subfilter-chip{
    min-height:34px!important;
    font-size:.84rem!important;
  }
}

/* === 2026-07-04 round27: collections filters like menu.php === */
.collections-filter-shell-menu{
  position:relative!important;
  top:auto!important;
  max-width:none!important;
  margin:0 0 30px!important;
}
.collections-filter-shell-menu.collections-filter-shell-v3{
  padding:20px 22px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,247,244,.92))!important;
  border:1px solid var(--line)!important;
  box-shadow:0 14px 34px rgba(74,52,44,.07)!important;
  backdrop-filter:none!important;
  overflow:visible!important;
}
.collections-filter-shell-menu .menu-filter-panel__top-v2{
  margin-bottom:18px!important;
}
.collections-filter-shell-menu .menu-filter-title{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
}
.collections-filter-shell-menu .collections-filter-row,
.collections-filter-shell-menu .collections-subfilter-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
}
.collections-filter-shell-menu .category-pills button,
.collections-filter-shell-menu .extra-category-pills button{
  border:1px solid var(--line)!important;
  border-radius:999px!important;
  background:var(--card)!important;
  color:var(--text)!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:10px 16px!important;
  font-weight:850!important;
  line-height:1.15!important;
  box-shadow:none!important;
  cursor:pointer!important;
  white-space:nowrap!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.collections-filter-shell-menu .category-pills button::before,
.collections-filter-shell-menu .extra-category-pills button::before{
  content:"";
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:50%;
  background:#b9c2ce;
}
.collections-filter-shell-menu .category-pills button:hover,
.collections-filter-shell-menu .extra-category-pills button:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(221,124,118,.32)!important;
}
.collections-filter-shell-menu .category-pills button.active,
.collections-filter-shell-menu .category-pills button.is-active,
.collections-filter-shell-menu .extra-category-pills button.is-active{
  background:var(--brand)!important;
  color:#fff!important;
  border-color:var(--brand)!important;
}
.collections-filter-shell-menu .category-pills button.active::before,
.collections-filter-shell-menu .category-pills button.is-active::before,
.collections-filter-shell-menu .extra-category-pills button.is-active::before{
  background:#fff!important;
}
.collections-filter-shell-menu .extra-category-pills button{
  min-height:38px!important;
  padding:8px 14px!important;
  font-size:.92rem!important;
  color:var(--muted)!important;
}
.collections-filter-shell-menu .extra-category-pills button.is-active{
  color:#fff!important;
}
.collections-filter-shell-menu .collections-filter-reset{
  width:auto!important;
  white-space:nowrap!important;
}
[data-theme="dark"] .collections-filter-shell-menu.collections-filter-shell-v3{
  background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(240,142,135,.05))!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}
[data-theme="dark"] .collections-filter-shell-menu .category-pills button,
[data-theme="dark"] .collections-filter-shell-menu .extra-category-pills button{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#eadbd6!important;
}
[data-theme="dark"] .collections-filter-shell-menu .category-pills button.active,
[data-theme="dark"] .collections-filter-shell-menu .category-pills button.is-active,
[data-theme="dark"] .collections-filter-shell-menu .extra-category-pills button.is-active{
  background:var(--brand)!important;
  color:#fff!important;
  border-color:var(--brand)!important;
}
@media(max-width:767.98px){
  .collections-filter-shell-menu.collections-filter-shell-v3{
    padding:10px!important;
    margin:10px 0 16px!important;
    border-radius:17px!important;
  }
  .collections-filter-shell-menu .menu-filter-panel__top-v2{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:8px!important;
    align-items:center!important;
    margin:0!important;
  }
  .collections-filter-shell-menu .menu-filter-desktop-title{display:none!important;}
  .collections-filter-shell-menu .menu-filter-mobile-toggle{display:flex!important;}
  .collections-filter-shell-menu .menu-filter-mobile-body{padding-top:10px;}
  .collections-filter-shell-menu .menu-filter-mobile-body.collapse:not(.show){display:none!important;}
  .collections-filter-shell-menu .collections-filter-row,
  .collections-filter-shell-menu .collections-subfilter-row{
    flex-wrap:nowrap!important;
    overflow:auto!important;
    gap:8px!important;
    padding:2px 2px 6px!important;
    scrollbar-width:none!important;
  }
  .collections-filter-shell-menu .collections-filter-row::-webkit-scrollbar,
  .collections-filter-shell-menu .collections-subfilter-row::-webkit-scrollbar{display:none!important;}
  .collections-filter-shell-menu .category-pills button{
    min-height:38px!important;
    padding:9px 13px!important;
    font-size:.86rem!important;
  }
  .collections-filter-shell-menu .extra-category-pills button{
    min-height:34px!important;
    padding:8px 12px!important;
    font-size:.82rem!important;
  }
}
@media(min-width:768px){
  .collections-filter-shell-menu .menu-filter-mobile-body.collapse{
    display:block!important;
    height:auto!important;
    visibility:visible!important;
  }
}

/* === 2026-07-04 round28: compact collection modal === */
.collection-modal-dialog-wide{
  max-width:min(1380px, calc(100vw - 36px))!important;
}
.collection-modal-v2 .modal-header{
  padding:18px 24px 8px!important;
}
.collection-modal-v2 .modal-title{
  font-size:1.25rem!important;
}
.collection-order-form{
  padding:14px 24px 24px!important;
}
.collection-modal-grid-v2{
  grid-template-columns:minmax(300px,.82fr) minmax(640px,1.18fr)!important;
  gap:22px!important;
  align-items:start!important;
}
.collection-modal-preview,
.collection-modal-preview img{
  min-height:420px!important;
  height:420px!important;
}
.collection-modal-controls h6{
  margin:0 0 10px!important;
  font-size:.96rem!important;
}
.collection-size-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.collection-choice-v2 span{
  min-height:104px!important;
  padding:14px!important;
  border-radius:20px!important;
  gap:6px!important;
}
.collection-choice-v2 b{
  font-size:.98rem!important;
  line-height:1.15!important;
}
.collection-choice-v2 small{
  font-size:.82rem!important;
  line-height:1.25!important;
}
.collection-choice-v2 strong{
  font-size:1.06rem!important;
  line-height:1.05!important;
}
.collection-taste-advice{
  padding:10px 13px!important;
  border-radius:16px!important;
  margin-bottom:10px!important;
  font-weight:750!important;
}
.collection-taste-grid{
  gap:9px!important;
}
.collection-taste-card{
  min-height:82px!important;
  padding:9px!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  border-radius:18px!important;
}
.collection-taste-card img{
  width:58px!important;
  height:58px!important;
  border-radius:14px!important;
}
.collection-taste-card span{
  font-size:.66rem!important;
}
.collection-taste-card b{
  font-size:.95rem!important;
}
.collection-taste-card small{
  font-size:.76rem!important;
  -webkit-line-clamp:1!important;
}
.collection-all-tastes summary{
  font-size:.92rem!important;
}
.collection-comment-toggle{
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  padding:11px 13px!important;
  background:rgba(255,255,255,.45)!important;
}
.collection-comment-toggle summary{
  cursor:pointer!important;
  font-weight:850!important;
  color:var(--brand-dark)!important;
  list-style:none!important;
}
.collection-comment-toggle summary::-webkit-details-marker{display:none!important;}
.collection-comment-toggle summary:before{
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-right:8px;
  border-radius:50%;
  background:rgba(221,124,118,.12);
  color:var(--brand);
}
.collection-comment-toggle[open] summary:before{content:"−";}
.collection-manager-hint{
  margin-top:10px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  font-size:.88rem!important;
}
[data-theme="dark"] .collection-comment-toggle{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.10)!important;
}
[data-theme="dark"] .collection-comment-toggle summary{color:#fff!important;}
@media(max-width:1199.98px){
  .collection-modal-dialog-wide{max-width:min(1120px, calc(100vw - 28px))!important;}
  .collection-modal-grid-v2{grid-template-columns:minmax(280px,.85fr) minmax(520px,1.15fr)!important;}
  .collection-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:991.98px){
  .collection-modal-dialog-wide{max-width:calc(100vw - 18px)!important;}
  .collection-modal-grid-v2{grid-template-columns:1fr!important;}
  .collection-modal-preview,
  .collection-modal-preview img{height:300px!important;min-height:300px!important;}
  .collection-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:575.98px){
  .collection-modal-v2 .modal-header{padding:14px 16px 6px!important;}
  .collection-order-form{padding:10px 16px 18px!important;}
  .collection-size-grid{grid-template-columns:1fr!important;}
  .collection-choice-v2 span{min-height:82px!important;}
  .collection-taste-grid{grid-template-columns:1fr!important;}
}

/* === 2026-07-04 round29: collections filter/menu and modal revert === */
.collections-filter-shell-menu.collections-filter-shell-v3{
  margin:18px 0 26px!important;
  padding:18px!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,var(--card),rgba(221,124,118,.07))!important;
  box-shadow:0 12px 30px rgba(73,43,38,.05)!important;
  backdrop-filter:none!important;
  position:relative!important;
  top:auto!important;
}
.collections-filter-shell-menu .menu-filter-panel__top-v2{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  margin-bottom:13px!important;
}
.collections-filter-shell-menu .menu-filter-title{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:var(--text)!important;
  font-weight:800!important;
  font-size:1rem!important;
}
.collections-filter-shell-menu .menu-filter-title i{color:var(--brand)!important;font-size:1.15rem!important;}
.collections-filter-shell-menu .menu-filter-panel__top small{color:var(--muted)!important;}
.collections-filter-shell-menu .collections-filter-row{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-top:0!important;
  padding:0!important;
  overflow:visible!important;
}
.collections-filter-shell-menu .category-pills button{
  border:1px solid var(--line)!important;
  background:var(--card)!important;
  border-radius:999px!important;
  padding:10px 15px!important;
  color:var(--muted)!important;
  font-weight:700!important;
  min-height:auto!important;
  height:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  line-height:1.15!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  transform:none!important;
}
.collections-filter-shell-menu .category-pills button::before{
  content:""!important;
  width:8px!important;height:8px!important;min-width:8px!important;border-radius:50%!important;background:#b9c2ce!important;
}
.collections-filter-shell-menu .category-pills button.active,
.collections-filter-shell-menu .category-pills button.is-active,
.collections-filter-shell-menu .category-pills button:hover{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
}
.collections-filter-shell-menu .category-pills button.active::before,
.collections-filter-shell-menu .category-pills button.is-active::before,
.collections-filter-shell-menu .category-pills button:hover::before{background:#fff!important;}
.collections-filter-shell-menu .collections-subfilter-row{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
}
.collections-filter-shell-menu .extra-category-pills button{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:9px 13px!important;
  border:1px solid var(--line)!important;
  border-radius:13px!important;
  background:var(--card)!important;
  color:var(--text)!important;
  font-size:.88rem!important;
  line-height:1.15!important;
  font-weight:700!important;
  min-height:auto!important;
  box-shadow:none!important;
  transform:none!important;
  white-space:nowrap!important;
}
.collections-filter-shell-menu .extra-category-pills button::before{display:none!important;content:none!important;}
.collections-filter-shell-menu .extra-category-pills button:hover,
.collections-filter-shell-menu .extra-category-pills button.is-active{
  color:#fff!important;
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  box-shadow:0 8px 18px rgba(67,43,35,.10)!important;
}
.collections-filter-shell-menu .menu-filter-group+.menu-filter-group{
  margin-top:17px!important;
  padding-top:17px!important;
  border-top:1px solid var(--line)!important;
}
.collections-filter-shell-menu .collections-filter-reset[hidden]{display:none!important;}
.collections-filter-shell-menu .collections-filter-reset{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:var(--brand-dark)!important;
  font-size:.88rem!important;
  font-weight:750!important;
  width:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
[data-theme="dark"] .collections-filter-shell-menu.collections-filter-shell-v3{
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(240,142,135,.055))!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}
[data-theme="dark"] .collections-filter-shell-menu .category-pills button,
[data-theme="dark"] .collections-filter-shell-menu .extra-category-pills button{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#eadbd6!important;
}
[data-theme="dark"] .collections-filter-shell-menu .category-pills button.active,
[data-theme="dark"] .collections-filter-shell-menu .category-pills button.is-active,
[data-theme="dark"] .collections-filter-shell-menu .category-pills button:hover,
[data-theme="dark"] .collections-filter-shell-menu .extra-category-pills button:hover,
[data-theme="dark"] .collections-filter-shell-menu .extra-category-pills button.is-active{
  background:var(--brand)!important;
  color:#fff!important;
  border-color:var(--brand)!important;
}

/* Collection modal: return tall visual preview and previous size-choice cards */
.collection-modal-dialog-wide{max-width:min(1320px,calc(100vw - 34px))!important;}
.collection-modal-grid-v2{
  display:grid!important;
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)!important;
  gap:26px!important;
  align-items:stretch!important;
}
.collection-modal-preview{
  min-height:min(68vh,620px)!important;
  height:min(68vh,620px)!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.collection-modal-preview img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  display:block!important;
}
.collection-modal-note-soft{left:18px!important;right:18px!important;bottom:18px!important;}
.collection-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;}
.collection-choice-v2 span{
  min-height:134px!important;
  padding:16px!important;
  border-radius:24px!important;
  gap:5px!important;
  background:var(--card)!important;
}
.collection-choice-v2 b{font-size:1rem!important;line-height:1.18!important;}
.collection-choice-v2 small{font-size:.9rem!important;line-height:1.35!important;}
.collection-choice-v2 strong{font-size:1.25rem!important;line-height:1.05!important;margin-top:auto!important;}
.collection-choice-v2 input:checked+span{
  border-color:var(--brand)!important;
  box-shadow:0 12px 26px rgba(74,52,44,.11)!important;
  background:linear-gradient(180deg,var(--card),rgba(221,124,118,.08))!important;
}
@media(max-width:991.98px){
  .collection-modal-dialog-wide{max-width:calc(100vw - 18px)!important;}
  .collection-modal-grid-v2{grid-template-columns:1fr!important;}
  .collection-modal-preview,.collection-modal-preview img{height:320px!important;min-height:320px!important;}
  .collection-size-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:767px){
  .collections-filter-shell-menu.collections-filter-shell-v3{position:relative!important;padding:10px!important;margin:10px 0 12px!important;border-radius:17px!important;}
  .collections-filter-shell-menu .menu-filter-panel__top-v2{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;margin:0!important;}
  .collections-filter-shell-menu .menu-filter-desktop-title{display:none!important;}
  .collections-filter-shell-menu .menu-filter-mobile-toggle{display:flex!important;}
  .collections-filter-shell-menu .menu-filter-mobile-body{padding-top:10px!important;}
  .collections-filter-shell-menu .menu-filter-mobile-body.collapse:not(.show){display:none!important;}
  .collections-filter-shell-menu .collections-filter-row,
  .collections-filter-shell-menu .collections-subfilter-row{flex-wrap:nowrap!important;overflow:auto!important;gap:6px!important;padding:2px 2px 6px!important;scrollbar-width:none!important;}
  .collections-filter-shell-menu .category-pills button,
  .collections-filter-shell-menu .extra-category-pills button{min-height:34px!important;padding:7px 9px!important;font-size:.76rem!important;border-radius:12px!important;}
  .collections-filter-shell-menu .collections-filter-reset{width:auto!important;white-space:nowrap!important;padding:9px 10px!important;font-size:.78rem!important;background:rgba(221,124,118,.13)!important;color:var(--brand-dark)!important;border:1px solid rgba(221,124,118,.18)!important;border-radius:14px!important;}
}
@media(min-width:768px){.collections-filter-shell-menu .menu-filter-mobile-body.collapse{display:block!important;height:auto!important;visibility:visible!important;}}
@media(max-width:575.98px){
  .collection-size-grid{grid-template-columns:1fr!important;}
  .collection-choice-v2 span{min-height:112px!important;}
}


/* === 2026-07-04 round30 collections filter functional fix === */
.collections-filter-shell-menu .collections-subfilter-group[hidden],
.collections-filter-shell-menu .collection-subfilter-chip[hidden]{
  display:none!important;
}
.collections-filter-shell-menu .collections-subfilter-group{
  transition:opacity .18s ease;
}

/* === round31: collection reference image inside admin orders === */
.admin-order-item-reference-card{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--card);
  color:inherit;
  text-decoration:none;
}
.admin-order-item-reference-card:hover{border-color:var(--brand);color:inherit;text-decoration:none}
.admin-order-item-reference-card img{width:110px;height:86px;object-fit:cover;border-radius:12px;border:0!important}
.admin-order-item-reference-card span{font-size:.85rem;font-weight:800;line-height:1.2;max-width:120px}

/* === Round 33: admin statistics === */
.admin-statistics-page .eyebrow:before{display:none}
.stats-filter-card{display:flex;align-items:end;gap:10px;flex-wrap:wrap;background:var(--card);border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--vt-elev-soft, 0 12px 28px rgba(67,43,35,.08))}
.stats-filter-card label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:.86rem;font-weight:800}
.stats-filter-card .form-control{min-width:155px;background:var(--bg-soft);border-color:var(--line);color:var(--text);border-radius:14px}
.stats-loading{display:none;align-items:center;gap:10px;margin:12px 0;color:var(--muted);font-weight:800}.stats-loading.is-visible{display:flex}.stats-loading span{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:spin .8s linear infinite}
.stats-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.stats-kpi{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:18px;min-height:132px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--vt-elev-soft, 0 12px 28px rgba(67,43,35,.08))}.stats-kpi span{color:var(--muted);font-weight:850;font-size:.88rem}.stats-kpi strong{font-size:clamp(1.35rem,2.3vw,2rem);line-height:1;color:var(--text);letter-spacing:-.04em}.stats-kpi small{color:var(--muted);line-height:1.35}
.stats-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stats-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--vt-elev-soft, 0 12px 28px rgba(67,43,35,.08));min-width:0}.stats-panel-wide{grid-column:1/-1}.stats-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.stats-panel h2{font-size:1.15rem;font-weight:900;margin:0;color:var(--text)}.stats-panel p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.stats-chart-wrap{height:340px;position:relative}.stats-chart-wrap-sm{height:280px}.stats-table-wrap{overflow:auto}.stats-table{min-width:760px}.stats-table th{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.stats-source-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--line);font-size:.82rem;font-weight:850;color:var(--text);white-space:nowrap}.stats-lead-summary{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;padding:12px 14px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}.stats-lead-summary b{color:var(--text)}.stats-lead-summary span{color:var(--muted);font-size:.9rem;text-align:right}
[data-theme="dark"] .stats-filter-card,[data-theme="dark"] .stats-kpi,[data-theme="dark"] .stats-panel{box-shadow:none}
@media(max-width:1399px){.stats-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991px){.stats-chart-grid{grid-template-columns:1fr}.stats-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-filter-card{width:100%}.stats-filter-card label{flex:1 1 160px}.stats-filter-card .btn{flex:1 1 100%}}
@media(max-width:575px){.stats-kpi-grid{grid-template-columns:1fr}.stats-chart-wrap{height:300px}.stats-chart-wrap-sm{height:260px}.stats-lead-summary{display:block}.stats-lead-summary span{display:block;text-align:left;margin-top:4px}.stats-panel{padding:16px;border-radius:22px}}

/* === round34: step-by-step constructor === */
.constructor-mode-tabs{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 18px;padding:8px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.55)}
[data-theme="dark"] .constructor-mode-tabs{background:rgba(255,255,255,.03)}
.constructor-mode-tab{border:0;border-radius:18px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:10px;padding:13px 18px;font-weight:800;transition:background .18s ease,color .18s ease,transform .18s ease}
.constructor-mode-tab i{font-size:1.15rem}.constructor-mode-tab:hover{transform:translateY(-1px);color:var(--brand-dark)}
.constructor-mode-tab.is-active{background:var(--card);color:var(--brand-dark);box-shadow:0 8px 22px rgba(82,56,48,.08)}
[data-theme="dark"] .constructor-mode-tab.is-active{background:#171e28;color:#fff;box-shadow:none}
.constructor-mode-panel{display:none}.constructor-mode-panel.is-active{display:block}
.constructor-step-form{margin-top:16px}.constructor-step-shell{display:grid;gap:22px}
.constructor-step-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.constructor-step-nav button{border:1px solid var(--line);border-radius:18px;background:var(--card);padding:12px 14px;text-align:left;display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:800}
.constructor-step-nav small{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(221,124,118,.12);color:var(--brand);font-weight:900;flex:0 0 30px}.constructor-step-nav button.is-active{border-color:rgba(221,124,118,.35);color:var(--brand-dark);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,248,245,.92))}.constructor-step-nav button.is-active small{background:var(--brand);color:#fff}
[data-theme="dark"] .constructor-step-nav button{background:#151b24;border-color:rgba(255,255,255,.1)}[data-theme="dark"] .constructor-step-nav button.is-active{background:#1b2430;color:#fff}
.constructor-step-pane{display:none}.constructor-step-pane.is-active{display:block}
.constructor-step-card{border:1px solid var(--line);border-radius:32px;background:var(--card);padding:30px;box-shadow:0 18px 42px rgba(61,43,37,.08)}
[data-theme="dark"] .constructor-step-card{box-shadow:none;background:#151b24;border-color:rgba(255,255,255,.1)}
.constructor-step-card h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.7rem,2.8vw,2.55rem);line-height:1.05;margin:6px 0 12px;color:var(--brand-dark)}.constructor-step-card p{color:var(--muted);line-height:1.65;max-width:820px}
.constructor-step-formats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.constructor-step-format{display:block}.constructor-step-format input{position:absolute;opacity:0;pointer-events:none}.constructor-step-format span{height:100%;display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,241,236,.72));padding:20px;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.constructor-step-format b{font-size:1.18rem;color:var(--brand-dark)}.constructor-step-format small{color:var(--muted);line-height:1.45}.constructor-step-format em{margin-top:auto;font-style:normal;color:var(--brand);font-weight:800;font-size:.93rem}.constructor-step-format input:checked+span{border-color:rgba(221,124,118,.55);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(253,232,228,.92));transform:translateY(-2px)}
[data-theme="dark"] .constructor-step-format span{background:#121923;border-color:rgba(255,255,255,.1)}[data-theme="dark"] .constructor-step-format input:checked+span{background:#1b2430}
.constructor-choice-group{margin-top:26px}.constructor-choice-group h3{font-size:1.05rem;font-weight:900;color:var(--brand-dark);margin:0 0 12px}.constructor-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.constructor-choice-grid.is-decor{grid-template-columns:repeat(2,minmax(0,1fr))}.constructor-choice-card{display:block}.constructor-choice-card input{position:absolute;opacity:0;pointer-events:none}.constructor-choice-card span{height:100%;display:block;padding:16px 17px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.72);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.constructor-choice-card b{display:block;color:var(--brand-dark);font-size:1rem;margin-bottom:5px}.constructor-choice-card small{display:block;color:var(--muted);font-size:.88rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.constructor-choice-card input:checked+span{border-color:rgba(221,124,118,.6);background:rgba(255,235,231,.78);transform:translateY(-1px)}
[data-theme="dark"] .constructor-choice-card span{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.1)}[data-theme="dark"] .constructor-choice-card input:checked+span{background:rgba(240,142,135,.12)}
.constructor-step-upload{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:16px}.constructor-step-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap;margin-top:24px}.constructor-step-summary{border-color:rgba(221,124,118,.24)}
@media(max-width:991.98px){.constructor-step-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.constructor-step-formats,.constructor-choice-grid,.constructor-choice-grid.is-decor,.constructor-step-upload{grid-template-columns:1fr}.constructor-step-card{padding:22px;border-radius:26px}.constructor-step-actions{justify-content:stretch}.constructor-step-actions .btn{flex:1 1 auto}}
@media(max-width:575.98px){.constructor-mode-tabs{padding:6px;border-radius:18px}.constructor-mode-tab{flex:1 1 100%;justify-content:center;padding:11px 12px}.constructor-step-nav{display:flex;overflow:auto;padding-bottom:6px}.constructor-step-nav button{min-width:130px;padding:10px}.constructor-step-card h2{font-size:1.6rem}.constructor-step-card p{font-size:.94rem}.constructor-step-format span,.constructor-choice-card span{padding:15px}.constructor-step-actions{display:grid;grid-template-columns:1fr}.constructor-step-summary{position:static!important}}

/* === round35: step constructor refinement === */
.constructor-step-nav{grid-template-columns:repeat(5,minmax(0,1fr));}
.constructor-step-nav button.is-complete small{background:var(--brand-dark);color:#fff;}
.constructor-step-pane{scroll-margin-top:120px;}
.constructor-choice-hint{margin:.15rem 0 12px!important;font-size:.94rem;line-height:1.55;color:var(--muted);max-width:860px;}
.constructor-choice-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr));}
.constructor-choice-card-rich small{-webkit-line-clamp:4;}
.constructor-filling-accordion{display:grid;gap:12px;}
.constructor-filling-group{border:1px solid var(--line);border-radius:22px;background:var(--bg-soft);overflow:hidden;}
.constructor-filling-group summary{list-style:none;cursor:pointer;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;}
.constructor-filling-group summary::-webkit-details-marker{display:none;}
.constructor-filling-group summary b{display:block;color:var(--brand-dark);font-weight:900;}
.constructor-filling-group summary small{display:block;color:var(--muted);line-height:1.35;margin-top:2px;}
.constructor-filling-group summary i{font-size:1.35rem;color:var(--brand);transition:transform .18s ease;}
.constructor-filling-group[open] summary i{transform:rotate(180deg);}
.constructor-filling-group .constructor-choice-grid{padding:0 14px 14px;}
.constructor-choice-price{display:inline-flex;margin-top:10px;padding:5px 10px;border-radius:999px;background:rgba(221,124,118,.12);color:var(--brand-dark);font-style:normal;font-weight:900;font-size:.82rem;}
.constructor-image-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;}
.constructor-image-mode{display:block;}
.constructor-image-mode input{position:absolute;opacity:0;pointer-events:none;}
.constructor-image-mode span{display:flex;flex-direction:column;gap:8px;height:100%;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.72);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease;}
.constructor-image-mode b{color:var(--brand-dark);font-weight:900;}
.constructor-image-mode small{color:var(--muted);line-height:1.45;}
.constructor-image-mode em{margin-top:auto;font-style:normal;color:var(--brand);font-weight:850;font-size:.86rem;line-height:1.35;}
.constructor-image-mode input:checked+span{border-color:rgba(221,124,118,.6);background:rgba(255,235,231,.78);transform:translateY(-1px);}
.constructor-image-help{border:1px solid var(--line);border-radius:22px;background:var(--bg-soft);padding:16px 18px;color:var(--muted);}
.constructor-image-help b{display:block;color:var(--brand-dark);margin-bottom:8px;}
.constructor-image-help ul{margin:0;padding-left:18px;}
.constructor-image-help li+li{margin-top:6px;}
.constructor-warning-check{display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(221,124,118,.35);border-radius:22px;background:rgba(255,247,244,.8);padding:16px 18px;cursor:pointer;}
.constructor-warning-check input{margin-top:4px;flex:0 0 auto;}
.constructor-warning-check b{display:block;color:var(--brand-dark);font-weight:900;margin-bottom:4px;}
.constructor-warning-check small{display:block;color:var(--muted);line-height:1.48;}
[data-theme="dark"] .constructor-filling-group,
[data-theme="dark"] .constructor-image-help{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.1);}
[data-theme="dark"] .constructor-image-mode span{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.1);}
[data-theme="dark"] .constructor-image-mode input:checked+span{background:rgba(240,142,135,.12);}
[data-theme="dark"] .constructor-warning-check{background:rgba(240,142,135,.1);border-color:rgba(240,142,135,.28);}
@media(max-width:1199.98px){.constructor-step-nav{grid-template-columns:repeat(3,minmax(0,1fr));}.constructor-image-mode-grid{grid-template-columns:1fr;}}
@media(max-width:991.98px){.constructor-choice-grid-wide{grid-template-columns:1fr;}.constructor-filling-group .constructor-choice-grid{padding:0 12px 12px;}}
@media(max-width:575.98px){.constructor-step-nav{display:flex;overflow:auto;padding-bottom:6px;}.constructor-step-nav button{min-width:138px}.constructor-filling-group summary{padding:13px 14px}.constructor-warning-check{padding:14px}.constructor-image-mode span{padding:15px;}}


/* === round38: mobile step constructor navigation === */
.constructor-mobile-stepbar{display:none;}
@media(max-width:575.98px){
  .constructor-step-shell{gap:14px;}
  .constructor-step-nav{display:none!important;}
  .constructor-mobile-stepbar{display:flex;align-items:center;gap:10px;position:sticky;top:76px;z-index:30;margin:4px 0 12px;padding:9px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 10px 26px rgba(61,43,37,.08);backdrop-filter:blur(12px);}
  [data-theme="dark"] .constructor-mobile-stepbar{background:rgba(21,27,36,.94);border-color:rgba(255,255,255,.1);box-shadow:none;}
  .constructor-mobile-step-current{min-width:0;flex:1;text-align:center;line-height:1.15;}
  .constructor-mobile-step-current small{display:block;color:var(--muted);font-weight:800;font-size:.76rem;margin-bottom:2px;}
  .constructor-mobile-step-current b{display:block;color:var(--brand-dark);font-weight:950;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .constructor-mobile-step-arrow{width:42px;height:42px;border-radius:15px;border:1px solid var(--line);background:var(--card);color:var(--brand-dark);display:grid;place-items:center;font-size:1.35rem;transition:opacity .16s ease,transform .16s ease,background .16s ease;}
  .constructor-mobile-step-arrow:not(:disabled):active{transform:scale(.96);}
  .constructor-mobile-step-arrow:disabled{opacity:.36;cursor:not-allowed;}
}
@media(max-width:1199.98px){
  .constructor-step-form:not(.is-step-final) .constructor-step-summary{display:none!important;}
}

/* === round39: constructor clarity and collection lazy loading === */
.constructor-format-option > span > em,
.constructor-format-option > span > em *,
.constructor-format-option > span > em .format-meta,
.constructor-format-option > span > em .format-dot,
.constructor-format-option input:checked + span > em,
.constructor-format-option input:checked + span > em *,
.constructor-format-option input:checked + span > em .format-meta,
.constructor-format-option input:checked + span > em .format-dot{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  border-color:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  filter:none!important;
}
.constructor-format-option > span > em{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
  width:100%!important;
  padding:0!important;
  margin:10px 0 0!important;
  border-radius:0!important;
  overflow:visible!important;
}
.constructor-format-option > span > em .format-meta{
  display:inline!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.constructor-format-option > span > em .format-dot{
  display:inline!important;
  padding:0 6px!important;
  margin:0!important;
  opacity:.76!important;
}
.constructor-mode-tab{border:1px solid transparent!important;}
.constructor-mode-tab.is-active{
  background:linear-gradient(135deg,var(--brand),#d96f68)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.42)!important;
  box-shadow:0 14px 32px rgba(161,75,68,.22), inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.constructor-mode-tab.is-active i{color:#fff!important;}
[data-theme="dark"] .constructor-mode-tab.is-active{
  background:linear-gradient(135deg,#f08e87,#bd5954)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.24)!important;
}
.constructor-step-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  max-width:880px;
  margin:0 0 20px;
  padding:15px 17px;
  border:1px solid rgba(221,124,118,.22);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,247,244,.94),rgba(255,255,255,.66));
  box-shadow:0 10px 26px rgba(67,43,35,.055);
}
.constructor-step-note i{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:rgba(221,124,118,.13);
  color:var(--brand);
  font-size:1.12rem;
}
.constructor-step-note p{
  margin:0!important;
  max-width:none!important;
  color:var(--brand-dark)!important;
  line-height:1.58!important;
  font-weight:650;
}
[data-theme="dark"] .constructor-step-note{
  background:rgba(240,142,135,.08);
  border-color:rgba(240,142,135,.22);
  box-shadow:none;
}
[data-theme="dark"] .constructor-step-note p{color:#f4dedb!important;}
.collections-load-more{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin:30px 0 4px;
}
.collections-load-more[hidden]{display:none!important;}
.collections-load-more__hint{
  color:var(--muted);
  font-weight:800;
  font-size:.92rem;
}
.collections-load-more__btn{
  min-width:min(100%,260px);
  justify-content:center;
}
.collections-load-sentinel{
  width:100%;
  height:1px;
  pointer-events:none;
}
@media(max-width:575.98px){
  .constructor-step-note{padding:13px 14px;border-radius:18px;margin-bottom:16px;}
  .constructor-step-note i{width:30px;height:30px;border-radius:11px;}
  .constructor-step-note p{font-size:.93rem!important;}
}

/* === round40: dark theme constructor format line transparent fix === */
[data-theme="dark"] .constructor-format-option > span > em,
[data-theme="dark"] .constructor-format-option > span > em *,
[data-theme="dark"] .constructor-format-option > span > em .format-meta,
[data-theme="dark"] .constructor-format-option > span > em .format-dot,
[data-theme="dark"] .constructor-format-option input:checked + span em,
[data-theme="dark"] .constructor-format-option input:checked + span em *,
[data-theme="dark"] .constructor-format-option input:checked + span .format-meta,
[data-theme="dark"] .constructor-format-option input:checked + span .format-dot,
[data-theme="dark"] .constructor-format-option input:checked + span > em,
[data-theme="dark"] .constructor-format-option input:checked + span > em *,
[data-theme="dark"] .constructor-format-option input:checked + span > em .format-meta,
[data-theme="dark"] .constructor-format-option input:checked + span > em .format-dot{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  border-color:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  filter:none!important;
}
[data-theme="dark"] .constructor-format-option > span > em,
[data-theme="dark"] .constructor-format-option input:checked + span em,
[data-theme="dark"] .constructor-format-option input:checked + span > em{
  color:#f3d6d3!important;
}
[data-theme="dark"] .constructor-format-option > span > em .format-meta,
[data-theme="dark"] .constructor-format-option input:checked + span em .format-meta,
[data-theme="dark"] .constructor-format-option input:checked + span > em .format-meta{
  color:#f3d6d3!important;
}
[data-theme="dark"] .constructor-format-option > span > em .format-dot,
[data-theme="dark"] .constructor-format-option input:checked + span em .format-dot,
[data-theme="dark"] .constructor-format-option input:checked + span > em .format-dot{
  color:#f0a29d!important;
  opacity:.86!important;
}


/* === round42: constructor decor, completed steps and mobile collection filters === */
.constructor-step-nav button.is-complete:not(.is-active){
  background:linear-gradient(135deg,rgba(221,124,118,.10),rgba(255,255,255,.78))!important;
  border-color:rgba(221,124,118,.24)!important;
  color:var(--brand-dark)!important;
}
.constructor-step-nav button.is-complete:not(.is-active) span{color:var(--brand-dark)!important;}
.constructor-step-nav button.is-complete:not(.is-active) small{
  background:var(--brand)!important;
  color:#fff!important;
}
[data-theme="dark"] .constructor-step-nav button.is-complete:not(.is-active){
  background:rgba(240,142,135,.12)!important;
  border-color:rgba(240,142,135,.22)!important;
  color:#f4dedb!important;
}
[data-theme="dark"] .constructor-step-nav button.is-complete:not(.is-active) span{color:#f4dedb!important;}
[data-theme="dark"] .constructor-step-nav button.is-complete:not(.is-active) small{
  background:#f08e87!important;
  color:#1a1110!important;
}
.collections-filter-shell-menu .collection-filter-chip.filter-pill-hidden,
.collections-filter-shell-menu .collection-subfilter-chip.filter-pill-hidden{display:none!important;}
@media(max-width:767px){
  .collections-filter-shell-menu .menu-filter-mobile-body.collapse.show{display:block!important;}
  .collections-filter-shell-menu .menu-filter-group-extra:not([hidden]){display:block!important;}
  .collections-filter-shell-menu .collections-filter-row,
  .collections-filter-shell-menu .collections-subfilter-row{
    flex-wrap:wrap!important;
    overflow:visible!important;
    gap:7px!important;
    padding:2px 0!important;
  }
  .collections-filter-shell-menu .category-pills button,
  .collections-filter-shell-menu .extra-category-pills button{
    white-space:normal!important;
    text-align:left!important;
    line-height:1.15!important;
  }
  .collections-filter-shell-menu .filter-expand-btn{margin-top:8px!important;}
  .collection-modal-note-soft{display:none!important;}
}

/* === round45: mobile reviews overlap restored === */
@media(max-width:767.98px){
  .vt-reviews-showcase .vt-work-carousel{
    padding:0!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .vt-reviews-showcase .vt-work-carousel .carousel-inner::before,
  .vt-reviews-showcase .vt-work-carousel .carousel-inner::after,
  .vt-reviews-showcase .vt-work-side-card{
    display:none!important;
  }
  .vt-reviews-showcase .vt-work-review-card{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-height:0!important;
    padding-bottom:0!important;
    margin:0 auto!important;
  }
  .vt-reviews-showcase .vt-work-photo,
  .vt-reviews-showcase .vt-work-photo img,
  .vt-reviews-showcase .vt-work-photo-placeholder{
    height:390px!important;
    min-height:390px!important;
  }
  .vt-reviews-showcase .vt-work-photo{
    position:relative!important;
    z-index:1!important;
    border-radius:30px!important;
    overflow:hidden!important;
  }
  .vt-reviews-showcase .vt-work-photo>span{
    top:14px!important;
    right:14px!important;
    left:auto!important;
    z-index:3!important;
  }
  .vt-reviews-showcase .vt-work-author-badge{
    top:14px!important;
    left:14px!important;
    bottom:auto!important;
    z-index:4!important;
    max-width:calc(100% - 96px)!important;
    padding:10px 12px!important;
    border-radius:16px!important;
    backdrop-filter:blur(8px)!important;
  }
  .vt-reviews-showcase .vt-work-message{
    position:relative!important;
    z-index:5!important;
    right:auto!important;
    bottom:auto!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    margin:-72px 14px 0!important;
    padding:18px!important;
    border-radius:26px!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .vt-reviews-showcase .vt-work-message::before{
    display:none!important;
  }
  .vt-reviews-showcase .vt-work-message p{
    display:-webkit-box!important;
    -webkit-line-clamp:7!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
}
@media(max-width:575.98px){
  .vt-reviews-showcase .vt-work-photo,
  .vt-reviews-showcase .vt-work-photo img,
  .vt-reviews-showcase .vt-work-photo-placeholder{
    height:360px!important;
    min-height:360px!important;
  }
  .vt-reviews-showcase .vt-work-message{
    margin:-66px 12px 0!important;
  }
}

/* === round48: guided taste blocks in step constructor === */
.constructor-step-taste-block{
  position:relative;
  padding:18px 18px 20px;
  border:1px solid transparent;
  border-radius:24px;
  transition:border-color .18s ease,background .18s ease,opacity .18s ease;
}
.constructor-step-taste-block.is-choice-open{
  border-color:rgba(221,124,118,.22);
  background:linear-gradient(135deg,rgba(255,248,245,.70),rgba(255,255,255,.45));
}
.constructor-step-taste-block.is-choice-collapsed,
.constructor-step-taste-block.is-choice-locked{
  border-color:var(--line);
  background:rgba(255,255,255,.45);
}
.constructor-step-taste-block.is-choice-locked{opacity:.72;}
.constructor-step-taste-block h3{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  margin-bottom:8px!important;
}
.constructor-step-taste-block.is-choice-locked h3{cursor:default;}
.constructor-step-taste-block h3::after{
  content:'Изменить';
  display:none;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(221,124,118,.12);
  color:var(--brand);
  font-family:var(--font, inherit);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:0;
}
.constructor-step-taste-block.is-choice-collapsed h3::after{display:inline-flex;}
.constructor-step-taste-block.is-choice-locked h3::after{display:none;}
.constructor-choice-selected{
  width:100%;
  margin:0;
  padding:11px 13px;
  border:1px solid rgba(221,124,118,.18);
  border-radius:16px;
  background:rgba(255,245,242,.72);
  color:var(--muted);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  text-align:left;
  font-weight:800;
  line-height:1.35;
}
.constructor-choice-selected:empty{display:none;}
.constructor-choice-selected b{color:var(--brand-dark);font-weight:950;}
.constructor-choice-selected i{font-style:normal;color:var(--brand);font-size:.82rem;font-weight:950;white-space:nowrap;}
.constructor-step-taste-block.is-choice-open .constructor-choice-selected:empty,
.constructor-step-taste-block.is-choice-open .constructor-choice-selected{margin-bottom:12px;}
.constructor-step-taste-block.is-choice-collapsed .constructor-choice-hint,
.constructor-step-taste-block.is-choice-locked .constructor-choice-hint,
.constructor-step-taste-block.is-choice-collapsed .constructor-choice-grid,
.constructor-step-taste-block.is-choice-locked .constructor-choice-grid,
.constructor-step-taste-block.is-choice-collapsed .constructor-filling-accordion,
.constructor-step-taste-block.is-choice-locked .constructor-filling-accordion{
  display:none!important;
}
.constructor-step-taste-block.is-choice-open .constructor-choice-grid,
.constructor-step-taste-block.is-choice-open .constructor-filling-accordion{
  animation:constructorChoiceOpen .18s ease both;
}
@keyframes constructorChoiceOpen{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
[data-theme="dark"] .constructor-step-taste-block.is-choice-open{
  background:rgba(240,142,135,.07);
  border-color:rgba(240,142,135,.20);
}
[data-theme="dark"] .constructor-step-taste-block.is-choice-collapsed,
[data-theme="dark"] .constructor-step-taste-block.is-choice-locked{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.09);
}
[data-theme="dark"] .constructor-choice-selected{
  background:rgba(240,142,135,.08);
  border-color:rgba(240,142,135,.18);
  color:#dbc9c5;
}
[data-theme="dark"] .constructor-choice-selected b{color:#fff;}
[data-theme="dark"] .constructor-choice-selected i{color:#f08e87;}
@media(max-width:575.98px){
  .constructor-step-taste-block{padding:14px 12px 15px;border-radius:20px;margin-left:-2px;margin-right:-2px;}
  .constructor-choice-selected{padding:10px 11px;font-size:.9rem;}
  .constructor-step-taste-block h3::after{font-size:.7rem;padding:4px 8px;}
}

/* Legal pages refresh round49 */
.legal-page-modern{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(221,124,118,.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255,214,186,.22), transparent 30%),
    linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);
}
.legal-page-modern::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.55;
  background:linear-gradient(135deg, transparent 0 62%, rgba(221,124,118,.08) 62% 63%, transparent 63% 100%);
}
.legal-document-modern{
  position:relative;
  max-width:1220px;
  padding:0;
  overflow:hidden;
  border-radius:36px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border:1px solid rgba(122,84,75,.12);
  box-shadow:0 30px 90px rgba(84,52,45,.12);
}
.legal-hero-modern{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:28px;
  align-items:end;
  margin:0;
  padding:clamp(26px,4vw,54px);
  border-bottom:1px solid rgba(122,84,75,.12);
  background:
    radial-gradient(circle at 15% 0%, rgba(255,232,220,.96), transparent 45%),
    linear-gradient(135deg,rgba(255,248,244,.96),rgba(255,255,255,.82));
}
.legal-hero-modern h1{
  margin:10px 0 18px;
  max-width:820px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2.65rem,6.2vw,6.1rem);
  line-height:.92;
  letter-spacing:-.055em;
  color:var(--brand-dark);
}
.legal-hero-modern p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:clamp(1rem,1.8vw,1.18rem);
  line-height:1.7;
}
.legal-hero-card{
  padding:22px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,244,239,.86));
  border:1px solid rgba(221,124,118,.18);
  box-shadow:0 18px 42px rgba(84,52,45,.09);
}
.legal-hero-card span,
.legal-aside-title{
  display:block;
  margin-bottom:7px;
  color:var(--muted);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.legal-hero-card b{display:block;color:var(--brand-dark);font-size:1.18rem;margin-bottom:8px;}
.legal-hero-card small{display:block;color:var(--muted);line-height:1.55;}
.legal-alert{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:clamp(18px,3vw,30px) clamp(20px,4vw,46px) 0;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(221,124,118,.20);
  background:linear-gradient(135deg,rgba(255,242,236,.95),rgba(255,255,255,.72));
}
.legal-alert i{font-size:1.35rem;color:var(--brand);line-height:1.2;}
.legal-alert b{display:block;color:var(--brand-dark);margin-bottom:4px;font-weight:950;}
.legal-alert p{margin:0;color:var(--muted);line-height:1.65;}
.legal-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:30px;
  padding:clamp(20px,4vw,46px);
}
.legal-aside{position:relative;}
.legal-aside-card{
  position:sticky;
  top:96px;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(122,84,75,.12);
  background:rgba(255,250,247,.78);
}
.legal-aside-card a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  color:var(--text);
  font-weight:850;
  text-decoration:none;
  line-height:1.25;
}
.legal-aside-card a::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--brand);
  opacity:.78;
  flex:0 0 auto;
}
.legal-aside-card a:hover{background:rgba(221,124,118,.11);color:var(--brand-dark);}
.legal-content{display:flex;flex-direction:column;gap:16px;}
.legal-card{
  padding:clamp(18px,2.4vw,30px);
  border-radius:28px;
  border:1px solid rgba(122,84,75,.12);
  background:rgba(255,255,255,.74);
  box-shadow:0 14px 38px rgba(84,52,45,.055);
}
.legal-card h2{
  margin:0 0 14px;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--brand-dark);
  font-size:clamp(1.45rem,2.6vw,2.2rem);
  line-height:1.08;
  letter-spacing:-.025em;
}
.legal-card p,
.legal-card li{
  color:var(--muted);
  font-size:1.01rem;
  line-height:1.75;
}
.legal-card p:last-child{margin-bottom:0;}
.legal-card a{color:var(--brand);font-weight:900;text-decoration:none;}
.legal-list{
  display:grid;
  gap:9px;
  margin:14px 0 18px!important;
  padding:0!important;
  list-style:none;
}
.legal-list li{
  position:relative;
  padding:12px 14px 12px 38px;
  border-radius:18px;
  background:rgba(255,247,243,.74);
  border:1px solid rgba(122,84,75,.08);
}
.legal-list li::before{
  content:'✓';
  position:absolute;
  left:14px;
  top:12px;
  color:var(--brand);
  font-weight:950;
}
.legal-list b{color:var(--text);}
.legal-note{
  padding:15px 17px;
  border-radius:18px;
  background:rgba(221,124,118,.095);
  border:1px solid rgba(221,124,118,.17);
  color:var(--brand-dark)!important;
  font-weight:800;
}
.legal-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:16px 0;
}
.legal-steps div{
  padding:17px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,248,244,.94),rgba(255,255,255,.74));
  border:1px solid rgba(221,124,118,.15);
}
.legal-steps span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(221,124,118,.13);
  color:var(--brand);
  font-weight:950;
  margin-bottom:10px;
}
.legal-steps b{display:block;color:var(--text);font-size:1.02rem;margin-bottom:7px;}
.legal-steps p{margin:0;font-size:.94rem;line-height:1.62;}
.legal-requisites-modern{grid-template-columns:repeat(3,minmax(0,1fr));}
.legal-requisites-modern div{
  background:linear-gradient(180deg,rgba(255,248,244,.95),rgba(255,255,255,.72));
  border-color:rgba(122,84,75,.12);
}
[data-theme="dark"] .legal-page-modern{
  background:
    radial-gradient(circle at 12% 8%, rgba(240,142,135,.13), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255,214,186,.08), transparent 30%),
    linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);
}
[data-theme="dark"] .legal-document-modern{
  background:rgba(25,25,31,.88);
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
[data-theme="dark"] .legal-hero-modern{
  background:linear-gradient(135deg,rgba(38,34,39,.98),rgba(24,24,30,.94));
  border-color:rgba(255,255,255,.08);
}
[data-theme="dark"] .legal-hero-card,
[data-theme="dark"] .legal-aside-card,
[data-theme="dark"] .legal-card,
[data-theme="dark"] .legal-steps div,
[data-theme="dark"] .legal-list li,
[data-theme="dark"] .legal-requisites-modern div{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.09);
  box-shadow:none;
}
[data-theme="dark"] .legal-alert,
[data-theme="dark"] .legal-note{
  background:rgba(240,142,135,.08);
  border-color:rgba(240,142,135,.16);
}
[data-theme="dark"] .legal-card h2,
[data-theme="dark"] .legal-hero-modern h1,
[data-theme="dark"] .legal-hero-card b,
[data-theme="dark"] .legal-alert b,
[data-theme="dark"] .legal-note{color:#fff!important;}
[data-theme="dark"] .legal-card p,
[data-theme="dark"] .legal-card li,
[data-theme="dark"] .legal-alert p,
[data-theme="dark"] .legal-steps p{color:#d9c9c5;}
[data-theme="dark"] .legal-aside-card a{color:#f3e6e2;}
@media(max-width:991.98px){
  .legal-hero-modern{grid-template-columns:1fr;align-items:start;}
  .legal-layout{grid-template-columns:1fr;gap:18px;}
  .legal-aside-card{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  .legal-aside-title{grid-column:1/-1;}
  .legal-steps{grid-template-columns:1fr;}
  .legal-requisites-modern{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:575.98px){
  .legal-document-modern{border-radius:24px;margin:0 -2px;}
  .legal-hero-modern{padding:24px 18px;}
  .legal-hero-modern h1{font-size:2.55rem;}
  .legal-alert{margin:16px 16px 0;padding:15px;border-radius:20px;}
  .legal-layout{padding:16px;}
  .legal-aside-card{grid-template-columns:1fr;padding:12px;border-radius:20px;}
  .legal-aside-card a{padding:9px 10px;font-size:.92rem;}
  .legal-card{padding:17px 15px;border-radius:22px;}
  .legal-card p,.legal-card li{font-size:.95rem;line-height:1.68;}
  .legal-list li{padding:11px 12px 11px 34px;}
  .legal-list li::before{left:12px;top:11px;}
  .legal-requisites-modern{grid-template-columns:1fr;}
}

/* Legal offer visual polish round51 */
.legal-page-modern{
  padding-top:clamp(26px,4vw,54px);
  padding-bottom:clamp(34px,5vw,72px);
}
.legal-document-modern{
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,249,246,.94));
  border:1px solid rgba(122,84,75,.16);
  box-shadow:0 34px 90px rgba(84,52,45,.16);
}
.legal-hero-modern{
  position:relative;
  overflow:hidden;
  align-items:center;
  background:
    radial-gradient(circle at 9% 8%, rgba(255,223,207,.95), transparent 34%),
    radial-gradient(circle at 96% 0%, rgba(221,124,118,.18), transparent 30%),
    linear-gradient(135deg,#fff7f2 0%,#fff 62%,#fff2ed 100%);
}
.legal-hero-modern::after{
  content:'';
  position:absolute;
  right:-52px;
  bottom:-86px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(221,124,118,.16), transparent 66%);
  pointer-events:none;
}
.legal-hero-modern > *{position:relative;z-index:1;}
.legal-hero-modern h1{
  color:#4b2116;
  text-wrap:balance;
  text-shadow:0 1px 0 rgba(255,255,255,.75);
}
.legal-hero-modern p{max-width:700px;color:#7a544b;font-weight:650;}
.legal-hero-card{
  background:linear-gradient(180deg,#fff,#fff3ed);
  border-color:rgba(221,124,118,.26);
  box-shadow:0 18px 52px rgba(84,52,45,.13);
}
.legal-alert{
  margin-left:clamp(18px,4vw,46px);
  margin-right:clamp(18px,4vw,46px);
  border-radius:26px;
  background:linear-gradient(135deg,#fff2ec 0%,#fff 100%);
  border-color:rgba(221,124,118,.28);
  box-shadow:0 14px 38px rgba(84,52,45,.07);
}
.legal-alert i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(221,124,118,.13);
  flex:0 0 auto;
}
.legal-highlights{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:18px clamp(18px,4vw,46px) 0;
}
.legal-highlights div{
  min-height:100%;
  padding:18px 17px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fff7f3 100%);
  border:1px solid rgba(122,84,75,.13);
  box-shadow:0 13px 34px rgba(84,52,45,.06);
}
.legal-highlights span,
.legal-steps span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  min-width:38px;
  padding:0 11px;
  margin-bottom:11px;
  border-radius:999px;
  background:#ffeee8;
  border:1px solid rgba(221,124,118,.20);
  color:var(--brand);
  font-weight:950;
  font-size:.82rem;
}
.legal-highlights b{display:block;margin-bottom:7px;color:#4b2116;font-weight:950;line-height:1.18;}
.legal-highlights p{margin:0;color:#7a544b;font-size:.91rem;line-height:1.55;}
.legal-layout{
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.legal-aside-card{
  padding:18px;
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fff7f3);
  border-color:rgba(122,84,75,.15);
  box-shadow:0 18px 46px rgba(84,52,45,.08);
}
.legal-aside-title{color:#9d6d63;}
.legal-aside-card a{
  min-height:42px;
  border:1px solid transparent;
  background:rgba(255,255,255,.56);
  color:#513028;
}
.legal-aside-card a:hover{
  background:#fff2ec;
  border-color:rgba(221,124,118,.20);
  transform:translateX(2px);
}
.legal-content{gap:18px;}
.legal-card{
  position:relative;
  overflow:hidden;
  padding:clamp(22px,2.6vw,34px);
  border-radius:30px;
  background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);
  border:1px solid rgba(122,84,75,.15);
  box-shadow:0 18px 48px rgba(84,52,45,.07);
}
.legal-card::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,var(--brand),rgba(221,124,118,.18));
}
.legal-card h2{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:18px;
  color:#4b2116;
  text-wrap:balance;
}
.legal-card h2::before{
  content:'§';
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border-radius:13px;
  background:#ffeee8;
  border:1px solid rgba(221,124,118,.20);
  color:var(--brand);
  font-family:Manrope,system-ui,sans-serif;
  font-size:1rem;
  font-weight:950;
  line-height:1;
  margin-top:.08em;
}
.legal-card p,
.legal-card li{
  color:#73524b;
  font-weight:560;
}
.legal-card p + p{margin-top:12px;}
.legal-list{
  gap:10px;
}
.legal-list li{
  background:linear-gradient(180deg,#fff7f3,#fff);
  border-color:rgba(122,84,75,.13);
  box-shadow:0 8px 22px rgba(84,52,45,.035);
}
.legal-steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.legal-steps div{
  position:relative;
  padding:18px 16px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff7f3,#fff);
  border:1px solid rgba(221,124,118,.22);
  box-shadow:0 12px 30px rgba(84,52,45,.06);
}
.legal-steps b{font-size:1rem;color:#4b2116;}
.legal-steps p{color:#76554d;font-weight:560;}
.legal-note{
  margin-top:14px;
  background:linear-gradient(135deg,#fff0e9,#fff8f5);
  border-color:rgba(221,124,118,.25);
  box-shadow:inset 4px 0 0 rgba(221,124,118,.55);
}
.legal-requisites-modern div{
  border-radius:20px;
  box-shadow:0 10px 26px rgba(84,52,45,.05);
}
[data-theme="dark"] .legal-document-modern{
  background:linear-gradient(180deg,rgba(25,25,31,.96),rgba(20,20,25,.94));
  border-color:rgba(255,255,255,.12);
}
[data-theme="dark"] .legal-hero-modern{
  background:
    radial-gradient(circle at 9% 8%, rgba(240,142,135,.18), transparent 34%),
    linear-gradient(135deg,rgba(38,34,39,.98),rgba(24,24,30,.94));
}
[data-theme="dark"] .legal-alert,
[data-theme="dark"] .legal-highlights div,
[data-theme="dark"] .legal-aside-card,
[data-theme="dark"] .legal-card,
[data-theme="dark"] .legal-steps div,
[data-theme="dark"] .legal-list li,
[data-theme="dark"] .legal-requisites-modern div{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.11);
  box-shadow:none;
}
[data-theme="dark"] .legal-alert i,
[data-theme="dark"] .legal-card h2::before,
[data-theme="dark"] .legal-highlights span,
[data-theme="dark"] .legal-steps span{background:rgba(240,142,135,.10);border-color:rgba(240,142,135,.20);}
[data-theme="dark"] .legal-highlights b,
[data-theme="dark"] .legal-card h2,
[data-theme="dark"] .legal-steps b{color:#fff;}
[data-theme="dark"] .legal-highlights p,
[data-theme="dark"] .legal-card p,
[data-theme="dark"] .legal-card li,
[data-theme="dark"] .legal-steps p{color:#dbc9c5;}
[data-theme="dark"] .legal-aside-card a{background:rgba(255,255,255,.035);color:#f3e6e2;}
@media(max-width:1199.98px){
  .legal-highlights{grid-template-columns:repeat(2,minmax(0,1fr));}
  .legal-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:991.98px){
  .legal-layout{grid-template-columns:1fr;}
  .legal-aside-card{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .legal-aside-title{grid-column:1/-1;}
}
@media(max-width:575.98px){
  .legal-page-modern{padding-top:18px;}
  .legal-document-modern{border-radius:24px;margin:0 -8px;}
  .legal-hero-modern{padding:25px 18px 22px;}
  .legal-hero-modern h1{font-size:2.45rem;line-height:.98;letter-spacing:-.04em;}
  .legal-hero-modern p{font-size:.98rem;line-height:1.6;}
  .legal-hero-card{padding:16px;border-radius:20px;}
  .legal-highlights{grid-template-columns:1fr;margin:14px 14px 0;gap:10px;}
  .legal-highlights div{padding:14px 14px;border-radius:20px;}
  .legal-alert{margin:14px 14px 0;padding:14px;border-radius:20px;}
  .legal-layout{padding:14px;}
  .legal-aside-card{grid-template-columns:1fr;padding:12px;border-radius:20px;}
  .legal-card{padding:18px 15px 18px 17px;border-radius:22px;}
  .legal-card h2{gap:9px;font-size:1.34rem;line-height:1.15;}
  .legal-card h2::before{width:29px;height:29px;border-radius:11px;font-size:.86rem;}
  .legal-card p,.legal-card li{font-size:.95rem;line-height:1.66;}
  .legal-steps{grid-template-columns:1fr;}
  .legal-steps div{padding:15px;border-radius:20px;}
  .legal-requisites-modern{grid-template-columns:1fr;}
}


/* Legal offer layout fix round52: override old generic .legal-document section rules */
.legal-document-modern .legal-layout{
  width:100%;
  box-sizing:border-box;
}
.legal-document-modern .legal-content{
  min-width:0;
  width:100%;
}
.legal-document-modern .legal-card{
  box-sizing:border-box;
  width:100%;
  padding:clamp(22px,2.6vw,34px) clamp(22px,3vw,38px) !important;
  border-bottom:1px solid rgba(122,84,75,.15) !important;
}
.legal-document-modern .legal-card::before{
  width:4px;
}
.legal-document-modern .legal-card h2{
  padding:0 !important;
}
.legal-document-modern .legal-card p,
.legal-document-modern .legal-card ul,
.legal-document-modern .legal-card ol,
.legal-document-modern .legal-card .legal-steps,
.legal-document-modern .legal-card .legal-note,
.legal-document-modern .legal-card .legal-requisites{
  max-width:100%;
}
.legal-document-modern .legal-card p{
  margin-left:0 !important;
  margin-right:0 !important;
}
.legal-document-modern .legal-steps{
  width:100%;
}
@media(min-width:1200px){
  .legal-document-modern .legal-card{
    padding-left:42px !important;
    padding-right:42px !important;
  }
}
@media(max-width:575.98px){
  .legal-document-modern .legal-card{
    padding:18px 15px 18px 18px !important;
  }
}

/* Legal offer stage layout fix round53: readable timeline instead of narrow vertical cards */
.legal-document-modern #offer-stages .legal-steps{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:18px 0 16px;
}
.legal-document-modern #offer-stages .legal-steps div{
  display:grid;
  grid-template-columns:58px minmax(138px,190px) minmax(0,1fr);
  align-items:start;
  gap:14px;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,#fffaf7,#fff);
  border:1px solid rgba(122,84,75,.13);
  box-shadow:0 8px 22px rgba(84,52,45,.045);
}
.legal-document-modern #offer-stages .legal-steps span{
  grid-column:1;
  grid-row:1;
  margin:0;
  width:42px;
  min-width:42px;
  height:42px;
  padding:0;
  border-radius:16px;
  background:#fff0e9;
  color:var(--brand);
  border:1px solid rgba(221,124,118,.22);
  font-size:.9rem;
}
.legal-document-modern #offer-stages .legal-steps b{
  grid-column:2;
  grid-row:1;
  margin:8px 0 0;
  font-size:1.02rem;
  line-height:1.3;
  color:#4b2116;
}
.legal-document-modern #offer-stages .legal-steps p{
  grid-column:3;
  grid-row:1;
  margin:0;
  font-size:.98rem;
  line-height:1.68;
  color:#76554d;
}
.legal-document-modern #offer-stages .legal-note{
  margin-top:12px;
  padding:16px 18px;
  border-radius:20px;
}
[data-theme="dark"] .legal-document-modern #offer-stages .legal-steps div{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.11);
}
[data-theme="dark"] .legal-document-modern #offer-stages .legal-steps b{color:#fff;}
[data-theme="dark"] .legal-document-modern #offer-stages .legal-steps p{color:#dbc9c5;}
@media(max-width:767.98px){
  .legal-document-modern #offer-stages .legal-steps div{
    grid-template-columns:44px minmax(0,1fr);
    gap:10px 12px;
    padding:15px;
    border-radius:20px;
  }
  .legal-document-modern #offer-stages .legal-steps span{
    width:36px;
    min-width:36px;
    height:36px;
    border-radius:13px;
    font-size:.82rem;
  }
  .legal-document-modern #offer-stages .legal-steps b{
    grid-column:2;
    grid-row:1;
    margin:3px 0 4px;
  }
  .legal-document-modern #offer-stages .legal-steps p{
    grid-column:1 / -1;
    grid-row:2;
    font-size:.95rem;
    line-height:1.62;
  }
}

/* round57: compact personal data consent near secondary forms and preview uploads */
.consent-card.consent-card-compact{padding:11px 13px;border-radius:15px;font-size:.9rem;background:rgba(255,255,255,.62);}
[data-theme="dark"] .consent-card.consent-card-compact{background:rgba(255,255,255,.045);}
.preview-privacy-note{display:flex;align-items:flex-start;gap:7px;padding:9px 10px;border-radius:14px;border:1px solid var(--line);background:var(--bg-soft);color:var(--muted);font-size:.78rem;line-height:1.35;}
.preview-privacy-note:before{content:"i";display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:17px;height:17px;border-radius:50%;background:rgba(234,130,122,.13);color:var(--brand);font-weight:900;font-size:.72rem;margin-top:1px;}
.preview-privacy-note a{color:var(--brand);text-decoration:underline;text-underline-offset:2px;}
@media (max-width:575.98px){.consent-card.consent-card-compact{font-size:.84rem;padding:10px 11px}.preview-privacy-note{font-size:.74rem;padding:8px 9px}}

/* VDRYGTORT_ROUND58_ACCESSORY_FILTERS */
.accessories-filter-panel{margin-top:18px;margin-bottom:22px}
.accessories-filter-panel .category-pills{margin-top:0}
.accessories-filter-panel .category-pills a,
.admin-accessory-filter .category-pills a{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.accessories-filter-panel .category-pills a small,
.admin-accessory-filter .category-pills a small{
  min-width:21px;
  height:21px;
  display:inline-grid;
  place-items:center;
  padding:0 5px;
  border-radius:999px;
  background:var(--bg-soft);
  color:var(--muted);
  font-size:.68rem;
  font-weight:900;
}
.accessories-filter-panel .category-pills a.active small,
.accessories-filter-panel .category-pills a:hover small,
.admin-accessory-filter .category-pills a.active small,
.admin-accessory-filter .category-pills a:hover small{
  color:var(--brand-dark);
  background:rgba(255,255,255,.82);
}
.accessories-active-filter-summary{margin-bottom:18px!important}
.accessory-modal-type{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(221,124,118,.12);
  color:var(--brand-dark);
  border:1px solid rgba(221,124,118,.18);
  font-size:.78rem;
  font-weight:950;
}
[data-theme="dark"] .accessory-modal-type{color:#ffd5cb;background:rgba(240,142,135,.12);border-color:rgba(240,142,135,.22)}
@media(max-width:767px){
  .accessories-page .section-title{font-size:clamp(1.85rem,9vw,2.45rem)}
  .accessories-filter-panel{margin-top:12px;margin-bottom:16px}
  .accessories-filter-panel .category-pills a{white-space:nowrap}
  .accessories-filter-panel .filter-expand-btn{margin-top:8px}
  .accessory-grid{--bs-gutter-y:1rem}
}

/* Round59: legal consent page single-column layout */
.legal-document-modern .legal-layout.legal-layout-single{
  display:block;
  padding:clamp(18px,2.5vw,28px);
}
.legal-document-modern .legal-layout.legal-layout-single .legal-content{
  max-width:980px;
  margin:0 auto;
}

/* round60: accessory filter count pill contrast on dark theme */
[data-theme="dark"] .accessories-filter-panel .category-pills a small,
[data-theme="dark"] .admin-accessory-filter .category-pills a small{
  background:rgba(255,255,255,.08)!important;
  color:var(--text)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
[data-theme="dark"] .accessories-filter-panel .category-pills a.active small,
[data-theme="dark"] .accessories-filter-panel .category-pills a:hover small,
[data-theme="dark"] .admin-accessory-filter .category-pills a.active small,
[data-theme="dark"] .admin-accessory-filter .category-pills a:hover small{
  background:rgba(255,255,255,.92)!important;
  color:#56362d!important;
  border-color:rgba(255,255,255,.55)!important;
}


/* round61: mobile-first accessory filter redesign */
.accessories-filter-panel-v2 .menu-filter-title{
  letter-spacing:-.02em;
}
.accessories-filter-panel-v2 .category-pills a{
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.accessories-filter-panel-v2 .category-pills a:hover{
  transform:translateY(-1px);
}
@media(max-width:767px){
  .accessories-filter-panel-v2{
    padding:13px!important;
    margin:12px 0 18px!important;
    border-radius:22px!important;
    background:linear-gradient(145deg,var(--card),rgba(221,124,118,.075))!important;
    box-shadow:0 14px 34px rgba(73,43,38,.08)!important;
  }
  .accessories-filter-panel-v2 .menu-filter-panel__top-v2{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin-bottom:0!important;
  }
  .accessories-filter-panel-v2 .menu-filter-mobile-toggle{
    display:none!important;
  }
  .accessories-filter-panel-v2 .menu-filter-desktop-title{
    display:grid!important;
    gap:3px!important;
    min-width:0!important;
  }
  .accessories-filter-panel-v2 .menu-filter-title{
    font-size:1rem!important;
    line-height:1.18!important;
  }
  .accessories-filter-panel-v2 .menu-filter-title i{
    font-size:1.05rem!important;
  }
  .accessories-filter-panel-v2 .menu-filter-panel__top small{
    display:block!important;
    max-width:270px!important;
    font-size:.78rem!important;
    line-height:1.35!important;
  }
  .accessories-filter-panel-v2 .menu-filter-reset{
    flex:0 0 auto!important;
    width:auto!important;
    min-height:34px!important;
    padding:7px 10px!important;
    border-radius:999px!important;
    font-size:.76rem!important;
    white-space:nowrap!important;
  }
  .accessories-filter-panel-v2 .menu-filter-mobile-body.collapse,
  .accessories-filter-panel-v2 .menu-filter-mobile-body.collapse:not(.show){
    display:block!important;
    height:auto!important;
    visibility:visible!important;
    padding-top:12px!important;
  }
  .accessories-filter-panel-v2 .menu-filter-group{
    position:relative!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  .accessories-filter-panel-v2 .menu-filter-label{
    margin-bottom:8px!important;
    font-size:.7rem!important;
    letter-spacing:.08em!important;
  }
  .accessories-filter-panel-v2 .category-pills.js-mobile-pill-list{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    margin:0 -13px!important;
    padding:1px 13px 8px!important;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .accessories-filter-panel-v2 .category-pills.js-mobile-pill-list::-webkit-scrollbar{display:none!important;}
  .accessories-filter-panel-v2 .category-pills a,
  .accessories-filter-panel-v2 .category-pills a.filter-pill-hidden{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    padding:10px 14px!important;
    border-radius:999px!important;
    font-size:.88rem!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    scroll-snap-align:start;
  }
  .accessories-filter-panel-v2 .category-pills a.active{
    padding-left:16px!important;
    padding-right:16px!important;
    box-shadow:0 12px 26px rgba(221,124,118,.22)!important;
  }
  .accessories-filter-panel-v2 .category-pills a small{
    min-width:22px!important;
    height:22px!important;
    font-size:.68rem!important;
  }
  .accessories-filter-panel-v2 .filter-expand-btn{
    display:none!important;
  }
  .accessories-active-filter-summary{
    margin:0 0 14px!important;
    padding:10px 11px!important;
    border-radius:16px!important;
    background:rgba(221,124,118,.07)!important;
    border:1px solid rgba(221,124,118,.12)!important;
  }
  .accessories-active-filter-summary small{
    width:auto!important;
    margin-left:0!important;
  }
  [data-theme="dark"] .accessories-filter-panel-v2{
    background:linear-gradient(145deg,rgba(18,23,31,.96),rgba(31,25,29,.94))!important;
    box-shadow:none!important;
    border-color:rgba(255,255,255,.1)!important;
  }
  [data-theme="dark"] .accessories-active-filter-summary{
    background:rgba(255,255,255,.045)!important;
    border-color:rgba(255,255,255,.08)!important;
  }
}
@media(max-width:380px){
  .accessories-filter-panel-v2 .menu-filter-panel__top small{max-width:220px!important;}
  .accessories-filter-panel-v2 .category-pills a,
  .accessories-filter-panel-v2 .category-pills a.filter-pill-hidden{min-height:44px!important;padding:9px 12px!important;font-size:.84rem!important;}
}

/* Round62: compact, readable consent note near preview generation */
.preview-privacy-note{
  display:block!important;
  position:relative!important;
  padding:10px 12px 10px 36px!important;
  border-radius:14px!important;
  border:1px solid rgba(221,124,118,.18)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,246,242,.78))!important;
  color:var(--muted)!important;
  font-size:.82rem!important;
  line-height:1.45!important;
  text-align:left!important;
}
.preview-privacy-note:before{
  content:"i"!important;
  position:absolute!important;
  left:12px!important;
  top:11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:17px!important;
  height:17px!important;
  border-radius:50%!important;
  background:rgba(234,130,122,.13)!important;
  color:var(--brand)!important;
  font-weight:900!important;
  font-size:.72rem!important;
  margin:0!important;
}
.preview-privacy-note a{color:var(--brand)!important;text-decoration:underline!important;text-underline-offset:2px!important;font-weight:800!important;white-space:nowrap!important;}
[data-theme="dark"] .preview-privacy-note{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.12)!important;color:rgba(255,255,255,.72)!important;}
[data-theme="dark"] .preview-privacy-note:before{background:rgba(255,255,255,.08)!important;color:var(--brand)!important;}
@media(max-width:575.98px){.preview-privacy-note{font-size:.76rem!important;padding:9px 10px 9px 33px!important;border-radius:13px!important}.preview-privacy-note:before{left:10px!important;top:10px!important}}
