:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;background:#f3f4f6;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{background:#f3f4f6;min-width:320px;min-height:100vh;margin:0}button{font:inherit}.orders-page{width:100%;max-width:1400px;margin:0 auto;padding:32px}.orders-page__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.orders-page__header h1{margin:0 0 6px;font-size:36px}.orders-page__header p{color:#6b7280;margin:0}.orders-page__header button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:8px;padding:10px 18px;font-weight:600}.orders-page__header button:hover{background:#1f2937}.orders-page__error{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:20px;padding:14px 16px}.orders-page__list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px;display:grid}.orders-page__empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:40px}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:18px;padding:22px;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000a,0 8px 24px #0000000d}.order-card__header{border-radius:14px 14px 0 0;justify-content:space-between;align-items:flex-start;gap:20px;margin:-22px -22px 0;padding:22px;display:flex}.order-card__header h2{color:#fff;margin:0 0 5px;font-size:24px}.order-card__header p{color:#ffffffe6;margin:0}.order-card__status{white-space:nowrap;color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:700}.order-card--New .order-card__header{background:#f59e0b}.order-card--Confirmed .order-card__header{background:#2563eb}.order-card--Preparing .order-card__header{background:#ea580c}.order-card--ReadyForPickup .order-card__header{background:#16a34a}.order-card--Collected .order-card__header{background:#64748b}.order-card--Rejected .order-card__header{background:#dc2626}.order-card--Cancelled .order-card__header{background:#6b7280}.order-card__comment{color:#4b5563;background:#f9fafb;border-radius:8px;margin:0;padding:12px}.order-card__items{flex-direction:column;gap:14px;display:flex}.order-card__item{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:20px;padding-bottom:14px;display:flex}.order-card__item:last-child{border-bottom:0}.order-card__item p{color:#6b7280;margin:6px 0 0}.order-card__item ul{color:#4b5563;margin:8px 0 0;padding-left:20px}.order-card__footer{flex-direction:column;gap:14px;padding-top:4px;display:flex}.order-card__footer>strong{font-size:20px}.order-card__actions{flex-wrap:wrap;gap:10px;display:flex}.order-card__actions button{cursor:pointer;border:0;border-radius:8px;padding:10px 14px;font-weight:600}.order-card__actions button:first-child{color:#fff;background:#16a34a}.order-card__actions button:nth-child(2){color:#fff;background:#dc2626}.order-card__actions button:last-child{color:#111827;background:#e5e7eb}.order-card__actions button:hover{opacity:.9}@media (width<=700px){.orders-page{padding:16px}.orders-page__header{flex-direction:column;align-items:flex-start}.orders-page__list{grid-template-columns:1fr}.order-card__header{flex-direction:column}}.orders-page__header-actions{align-items:center;gap:10px;display:flex}.orders-page__header-actions .sound-button{background:#475569}.orders-page__header-actions .sound-button--enabled{background:#16a34a}@media (width<=700px){.orders-page__header-actions{flex-wrap:wrap;width:100%}}.orders-history{border-top:1px solid #d1d5db;margin-top:32px;padding-top:24px}.orders-history__toggle{color:#fff;cursor:pointer;background:#374151;border:0;border-radius:8px;padding:12px 18px;font-weight:700}.orders-history__toggle:hover{background:#1f2937}.orders-history__content{margin-top:20px}.orders-history__count{color:#6b7280;margin:0 0 16px;font-weight:600}.orders-page__polling{color:#6b7280;margin:8px 0 2px;font-weight:700}.orders-page__polling--active{color:#16a34a}:root{--trodje-red:#d71920;--trodje-red-dark:#b51218;--trodje-black:#111;--trodje-dark:#1b1b1b;--trodje-white:#fff;--trodje-light:#f7f7f7;--trodje-border:#e5e7eb;--trodje-muted:#666}.site-header{z-index:100;border-bottom:1px solid var(--trodje-border);background:#fff;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:30px;width:min(1400px,100% - 48px);min-height:84px;margin:0 auto;display:flex}.site-header__brand{text-decoration:none}.site-header__logo{color:var(--trodje-red);font-size:24px;font-weight:900;line-height:.9}.site-header__logo span{color:var(--trodje-black);letter-spacing:2px;font-size:13px;display:block}.site-header__nav{align-items:center;gap:28px;display:flex}.site-header__nav a{color:var(--trodje-black);font-size:14px;font-weight:700;text-decoration:none}.site-header__nav a:hover{color:var(--trodje-red)}.site-header__actions{align-items:center;gap:12px;display:flex}.site-header__phone{color:var(--trodje-black);border:1px solid #d1d5db;border-radius:999px;padding:11px 16px;font-weight:700;text-decoration:none}.site-header__order{background:var(--trodje-red);color:#fff;border-radius:999px;padding:12px 20px;font-size:13px;font-weight:900;text-decoration:none}.hero{background:radial-gradient(circle at 78% 40%,#fff0f0 0,#fff 38%)}.hero__inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px;width:min(1400px,100% - 48px);min-height:620px;margin:0 auto;display:grid}.hero__eyebrow,.section-eyebrow{color:var(--trodje-red);text-transform:uppercase;margin:0 0 12px;font-size:18px;font-weight:900}.hero h1{letter-spacing:-4px;color:var(--trodje-black);margin:0;font-size:clamp(56px,7vw,100px);line-height:.82}.hero h1 span{color:var(--trodje-red);display:block}.hero__description{color:#555;max-width:580px;margin:28px 0;font-size:18px;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-weight:900;text-decoration:none;display:inline-flex}.button--primary{background:var(--trodje-red);color:#fff}.button--primary:hover{background:var(--trodje-red-dark)}.button--secondary{color:var(--trodje-black);background:#fff;border:1px solid #bfc3c9}.button--dark{background:var(--trodje-black);color:#fff}.hero__features{color:#555;flex-wrap:wrap;gap:22px;margin-top:34px;font-size:14px;display:flex}.hero__pizza-placeholder{aspect-ratio:1;color:#fff;background:radial-gradient(circle,#e63232 0 20%,#f5c361 21% 48%,#d71920 49% 52%,#222 53% 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:min(570px,100%);margin-left:auto;display:flex;box-shadow:0 30px 70px #0000002e}.hero__pizza-placeholder span{font-size:42px;font-weight:900}.hero__pizza-placeholder strong{color:#fff;font-size:26px}.hero__pizza-placeholder small{text-align:center;max-width:230px;margin-top:20px}.homepage-placeholder{width:min(1400px,100% - 48px);margin:0 auto;padding:80px 0}.homepage-placeholder h2,.giftcard-section h2{color:var(--trodje-black);margin:0 0 18px;font-size:42px}.giftcard-section{width:min(1400px,100% - 48px);margin:40px auto 80px}.giftcard-section__inner{background:var(--trodje-red);border-radius:20px;grid-template-columns:1fr .8fr;align-items:center;gap:50px;min-height:400px;padding:48px;display:grid;overflow:hidden}.giftcard-section__content{color:#fff}.giftcard-section .section-eyebrow{color:#fff;opacity:.8}.giftcard-section h2{color:#fff}.giftcard-section__content>p{max-width:580px;line-height:1.7}.giftcard-section__amounts{flex-wrap:wrap;gap:10px;margin:25px 0;display:flex}.giftcard-section__amounts span{background:#ffffff1f;border:1px solid #fff6;border-radius:999px;padding:10px 15px;font-weight:800}.giftcard{color:#fff;background:linear-gradient(135deg,#111 0%,#222 100%);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:230px;padding:34px;display:flex;transform:rotate(3deg);box-shadow:0 25px 50px #00000047}.giftcard__logo{color:var(--trodje-red);font-size:28px;font-weight:900}.giftcard__logo span{color:#fff;font-size:14px;display:block}.giftcard>strong{font-size:32px}@media (width<=950px){.site-header__nav{display:none}.hero__inner,.giftcard-section__inner{grid-template-columns:1fr}.hero__inner{padding:70px 0}.hero__visual{order:-1}.hero__pizza-placeholder{max-width:400px;margin:0 auto}}@media (width<=650px){.site-header__inner,.hero__inner,.homepage-placeholder,.giftcard-section{width:min(100% - 30px,1400px)}.site-header__phone{display:none}.hero h1{letter-spacing:-2px}.giftcard-section__inner{padding:28px}}.popular-pizzas{width:min(1400px,100% - 48px);margin:0 auto;padding:80px 0}.section-heading{text-align:center;margin-bottom:38px}.section-heading h2{color:var(--trodje-black);margin:0;font-size:42px}.section-heading__line{background:var(--trodje-red);border-radius:999px;width:55px;height:4px;margin:14px auto 0;display:block}.popular-pizzas__grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.pizza-card{border:1px solid var(--trodje-border);background:#fff;border-radius:14px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 16px #0000000f}.pizza-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001f}.pizza-card__image{aspect-ratio:1.35;background:#f5f5f5;width:100%;overflow:hidden}.pizza-card__image img{object-fit:cover;width:100%;height:100%}.pizza-card__placeholder{background:radial-gradient(circle,#fff2dd,#f3f4f6);justify-content:center;align-items:center;width:100%;height:100%;font-size:72px;display:flex}.pizza-card__content{text-align:center;padding:18px}.pizza-card__content h3{color:var(--trodje-black);margin:0 0 7px;font-size:18px}.pizza-card__content p{min-height:40px;color:var(--trodje-muted);margin:0 0 12px;font-size:13px;line-height:1.45}.pizza-card__content strong{color:var(--trodje-red);margin-top:12px;font-size:21px;display:block}.popular-pizzas__footer{text-align:center;margin-top:28px}@media (width<=1100px){.popular-pizzas__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.popular-pizzas{width:min(100% - 30px,1400px)}.popular-pizzas__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=450px){.popular-pizzas__grid{grid-template-columns:1fr}}.menu-page{background:#f6f7f8;min-height:100vh}.menu-page__hero{text-align:center;border-bottom:1px solid var(--trodje-border);background:#fff;padding:70px 24px 50px}.menu-page__hero h1{color:var(--trodje-black);margin:0;font-size:clamp(46px,6vw,72px)}.menu-page__hero>p:last-child{color:var(--trodje-muted);margin:16px auto 0;font-size:18px}.menu-page__error{color:#991b1b;background:#fee2e2;border-radius:10px;width:min(1200px,100% - 48px);margin:30px auto;padding:16px}.menu-category-nav{z-index:50;border-bottom:1px solid var(--trodje-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;position:sticky;top:84px}.menu-category-nav__inner{gap:10px;width:min(1400px,100% - 48px);margin:0 auto;padding:14px 0;display:flex;overflow-x:auto}.menu-category-nav button{color:var(--trodje-black);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;flex-shrink:0;padding:11px 18px;font-weight:800}.menu-category-nav button:hover{border-color:var(--trodje-red);background:var(--trodje-red);color:#fff}.menu-groups{width:min(1200px,100% - 48px);margin:0 auto;padding:50px 0 100px}.menu-group{margin-bottom:70px;scroll-margin-top:170px}.menu-group__heading{text-align:center;margin-bottom:30px}.menu-group__heading h2{color:var(--trodje-black);margin:0;font-size:42px}.menu-group__heading span{background:var(--trodje-red);border-radius:999px;width:55px;height:4px;margin:12px auto 0;display:block}.menu-category{border:1px solid var(--trodje-border);background:#fff;border-radius:16px;margin-bottom:42px;padding:28px;box-shadow:0 5px 20px #0000000a}.menu-category__heading{border-bottom:2px solid #f1f1f1;margin-bottom:22px;padding-bottom:16px}.menu-category__heading h3{color:var(--trodje-red);text-transform:uppercase;margin:0;font-size:25px}.menu-category__heading p{color:var(--trodje-muted);margin:6px 0 0;font-size:14px}.menu-items{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px;display:grid}.menu-item{border-bottom:1px solid #ececec;padding:18px 0}.menu-item__main{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.menu-item__text{min-width:0}.menu-item__text h4{color:var(--trodje-black);margin:0 0 6px;font-size:17px}.menu-item__text p{color:var(--trodje-muted);margin:0;font-size:14px;line-height:1.5}.menu-item__variants{color:var(--trodje-muted);flex-direction:column;gap:4px;margin-top:8px;font-size:13px;display:flex}.menu-item__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:9px;display:flex}.menu-item__right>strong{color:var(--trodje-red);white-space:nowrap;font-size:17px}.menu-item__add{background:var(--trodje-red);color:#fff;cursor:pointer;border:0;border-radius:7px;padding:8px 12px;font-size:13px;font-weight:800}.menu-item__add:hover{background:var(--trodje-red-dark)}@media (width<=800px){.menu-category-nav{top:84px}.menu-items{grid-template-columns:1fr}.menu-category{padding:20px}.menu-group__heading h2{font-size:34px}}@media (width<=550px){.menu-page__hero{padding:50px 18px 35px}.menu-category-nav__inner,.menu-groups{width:calc(100% - 30px)}.menu-item__main{gap:12px}.menu-item__right{min-width:80px}.menu-item__add{padding:7px 10px}}.cart-floating-button{z-index:500;background:var(--trodje-red);color:#fff;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:14px;padding:15px 20px;font-size:15px;font-weight:800;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 30px #00000040}.cart-floating-button:hover{background:var(--trodje-red-dark)}.cart-floating-button strong{min-width:28px;height:28px;color:var(--trodje-red);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;display:flex}.cart-drawer-backdrop{z-index:1500;background:#0000008c;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:min(480px,100%);height:100%;animation:.2s ease-out cartDrawerOpen;display:flex;position:absolute;top:0;right:0;box-shadow:-15px 0 50px #00000040}@keyframes cartDrawerOpen{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:20px;padding:25px;display:flex}.cart-drawer__header h2{margin:0;font-size:30px}.cart-drawer__close{cursor:pointer;background:#f3f4f6;border:0;border-radius:50%;width:42px;height:42px;font-size:26px}.cart-drawer__items{flex:1;padding:10px 25px;overflow-y:auto}.cart-item{border-bottom:1px solid #e5e7eb;padding:20px 0}.cart-item__top{justify-content:space-between;gap:20px;display:flex}.cart-item__top h3{margin:0;font-size:17px}.cart-item__top p{color:var(--trodje-muted);margin:5px 0 0;font-size:14px}.cart-item__top>strong{color:var(--trodje-red);white-space:nowrap}.cart-item__extras{color:var(--trodje-muted);flex-direction:column;gap:4px;margin-top:10px;font-size:13px;display:flex}.cart-item__comment{color:var(--trodje-muted);background:#f5f5f5;border-radius:7px;margin:10px 0 0;padding:9px 11px;font-size:13px}.cart-item__bottom{justify-content:space-between;align-items:center;margin-top:13px;display:flex}.cart-item__bottom span{color:var(--trodje-muted);font-size:13px}.cart-item__bottom button{color:var(--trodje-red);cursor:pointer;background:0 0;border:0;font-weight:800}.cart-drawer__summary{background:#f8f8f8;border-top:1px solid #e5e7eb;padding:20px 25px}.cart-drawer__summary>div{justify-content:space-between;margin-bottom:8px;display:flex}.cart-drawer__summary>div:last-child{margin-bottom:0}.cart-drawer__total{border-top:1px solid #d1d5db;margin-top:12px;padding-top:12px;font-size:20px}.cart-drawer__total strong{color:var(--trodje-red)}.cart-drawer__actions{border-top:1px solid #e5e7eb;grid-template-columns:auto 1fr;gap:10px;padding:20px 25px;display:grid}.cart-drawer__clear,.cart-drawer__checkout{cursor:pointer;border-radius:8px;min-height:50px;padding:0 18px;font-weight:900}.cart-drawer__clear{color:var(--trodje-black);background:#fff;border:1px solid #d1d5db}.cart-drawer__checkout{background:var(--trodje-red);color:#fff;border:0}.cart-drawer__checkout:hover{background:var(--trodje-red-dark)}@media (width<=550px){.cart-floating-button{justify-content:space-between;width:calc(100% - 30px);bottom:15px;right:15px}.cart-drawer{width:100%}.cart-drawer__actions{grid-template-columns:1fr}.cart-drawer__clear{order:2}}.menu-order-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;width:min(1450px,100% - 48px);margin:0 auto;display:grid}.menu-order-layout .menu-groups{width:100%;margin:0;padding:50px 0 100px}.cart-sidebar{border:1px solid #e5e7eb;border-top:5px solid var(--trodje-red);background:#fff;border-radius:18px;margin-top:50px;display:block;position:sticky;top:165px;overflow:hidden;box-shadow:0 10px 35px #00000014}.cart-sidebar__header{padding:24px 24px 18px}.cart-sidebar__header h2{color:var(--trodje-black);margin:0;font-size:29px}.cart-sidebar__header p{color:var(--trodje-muted);margin:6px 0 0;font-weight:700}.cart-sidebar__empty{min-height:130px;color:var(--trodje-muted);background:#f7f7f7;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;margin:0 24px 24px;display:flex}.cart-sidebar__empty-icon{margin-bottom:8px;font-size:30px}.cart-sidebar__empty p{margin:0}.cart-sidebar__items{border-top:1px solid #eee;max-height:500px;padding:0 24px;overflow-y:auto}.cart-sidebar .cart-item{padding:18px 0}.cart-sidebar__summary{background:#f7f7f7;border-top:1px solid #e5e7eb;padding:18px 24px}.cart-sidebar__summary>div{justify-content:space-between;margin-bottom:8px;display:flex}.cart-sidebar__total{border-top:1px solid #d1d5db;margin-top:12px;padding-top:12px;font-size:20px}.cart-sidebar__total strong{color:var(--trodje-red)}.cart-sidebar__checkout{background:var(--trodje-red);color:#fff;cursor:pointer;border:0;border-radius:9px;width:calc(100% - 48px);min-height:50px;margin:20px 24px 8px;font-weight:900}.cart-sidebar__checkout:hover{background:var(--trodje-red-dark)}.cart-sidebar__clear{width:calc(100% - 48px);color:var(--trodje-muted);cursor:pointer;background:0 0;border:0;margin:0 24px 20px;padding:10px;font-weight:700}@media (width<=900px){.menu-order-layout{width:calc(100% - 30px);display:block}.menu-order-layout .menu-groups{width:100%}.cart-sidebar{width:100%;margin:0 0 60px;position:static}}.product-modal-backdrop{z-index:2000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{background:#fff;border-radius:18px;width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 30px 80px #0000004d}.product-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex}.product-modal__header h2{color:var(--trodje-black);margin:0;font-size:30px}.product-modal__header>div>p:last-child{color:var(--trodje-muted);margin:8px 0 0;line-height:1.5}.product-modal__close{width:40px;height:40px;color:var(--trodje-black);cursor:pointer;background:#f3f4f6;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:26px;display:flex}.product-modal__close:hover{background:#e5e7eb}.product-modal__section{border-bottom:1px solid #eee;padding:22px 28px}.product-modal__section h3{color:var(--trodje-black);margin:0 0 14px;font-size:18px}.product-modal__choices{flex-direction:column;gap:9px;display:flex}.product-choice{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.product-choice:hover{border-color:var(--trodje-red)}.product-choice input{accent-color:var(--trodje-red)}.product-choice span{color:var(--trodje-black)}.product-choice strong{color:var(--trodje-red);white-space:nowrap}.product-modal__warning{color:#b91c1c;margin:12px 0 0;font-size:14px;font-weight:700}.product-modal textarea{box-sizing:border-box;resize:vertical;width:100%;color:var(--trodje-black);font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:13px}.product-modal textarea:focus{border-color:var(--trodje-red);outline:2px solid #d719202e}.product-modal__footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;padding:20px 28px;display:flex;position:sticky;bottom:0}.product-modal__quantity{align-items:center;gap:15px;display:flex}.product-modal__quantity button{width:38px;height:38px;color:var(--trodje-black);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;font-size:22px;display:flex}.product-modal__quantity button:hover{border-color:var(--trodje-red)}.product-modal__quantity strong{text-align:center;min-width:20px;font-size:17px}.product-modal__add{background:var(--trodje-red);color:#fff;cursor:pointer;border:0;border-radius:9px;min-width:220px;min-height:50px;padding:0 20px;font-size:15px;font-weight:900}.product-modal__add:hover{background:var(--trodje-red-dark)}.product-modal__add:disabled{opacity:.45;cursor:not-allowed}@media (width<=550px){.product-modal-backdrop{align-items:flex-end;padding:0}.product-modal{border-radius:18px 18px 0 0;width:100%;max-height:92vh}.product-modal__header,.product-modal__section,.product-modal__footer{padding-left:18px;padding-right:18px}.product-modal__footer{flex-direction:column;align-items:stretch}.product-modal__quantity{justify-content:center}.product-modal__add{width:100%}}.cart-item__quantity{align-items:center;gap:10px;display:flex}.cart-item__quantity button{width:30px;height:30px;color:var(--trodje-black);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:7px;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.cart-item__quantity button:hover{border-color:var(--trodje-red);color:var(--trodje-red)}.cart-item__quantity strong{text-align:center;min-width:18px}.cart-item__remove{color:var(--trodje-red);cursor:pointer;background:0 0;border:0;font-weight:800}.cart-item__unit-price{color:var(--trodje-muted);margin-top:8px;font-size:12px}.checkout-backdrop{z-index:2500;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.checkout-modal{background:#fff;border-radius:20px;width:min(900px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 30px 90px #00000059}.checkout-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:28px 30px;display:flex}.checkout-modal__header h2{margin:0;font-size:36px}.checkout-modal__close{cursor:pointer;background:#f3f4f6;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:27px;display:flex}.checkout-modal__body{padding:30px}.checkout-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.checkout-form__field{flex-direction:column;gap:7px;display:flex}.checkout-form__field:last-child{grid-column:1/-1}.checkout-form__field label{color:var(--trodje-black);font-size:14px;font-weight:800}.checkout-form__field label span{color:var(--trodje-muted);margin-left:7px;font-size:12px;font-weight:500}.checkout-form__field input,.checkout-form__field textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:13px 14px}.checkout-form__field input:focus,.checkout-form__field textarea:focus{border-color:var(--trodje-red);outline:2px solid #d7192026}.checkout-order{background:#f7f7f7;border-radius:14px;margin-top:30px;padding:24px}.checkout-order h3{margin:0;font-size:22px}.checkout-order__count{color:var(--trodje-muted);margin:5px 0 20px}.checkout-order-item{border-bottom:1px solid #ddd;padding:14px 0}.checkout-order-item__top{justify-content:space-between;gap:20px;display:flex}.checkout-order-item>span{color:var(--trodje-muted);margin-top:5px;font-size:13px;display:block}.checkout-order-item__comment{font-style:italic}.checkout-order__total{justify-content:space-between;margin-top:20px;font-size:22px;display:flex}.checkout-order__total strong{color:var(--trodje-red)}.checkout-modal__error{color:#991b1b;background:#fee2e2;border-radius:8px;margin:20px 0 0;padding:12px 14px;font-weight:700}.checkout-modal__footer{grid-template-columns:auto 1fr;gap:12px;margin-top:25px;display:grid}.checkout-modal__back,.checkout-modal__submit{cursor:pointer;border-radius:9px;min-height:52px;padding:0 22px;font-weight:900}.checkout-modal__back{color:var(--trodje-black);background:#fff;border:1px solid #d1d5db}.checkout-modal__submit{background:var(--trodje-red);color:#fff;border:0}.checkout-modal__submit:hover{background:var(--trodje-red-dark)}.checkout-modal__submit:disabled{opacity:.45;cursor:not-allowed}@media (width<=650px){.checkout-backdrop{align-items:flex-end;padding:0}.checkout-modal{border-radius:18px 18px 0 0;max-height:94vh}.checkout-modal__header,.checkout-modal__body{padding-left:18px;padding-right:18px}.checkout-form{grid-template-columns:1fr}.checkout-form__field:last-child{grid-column:auto}.checkout-modal__footer{grid-template-columns:1fr}}.checkout-success{text-align:center;padding:60px 30px}.checkout-success__icon{color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:36px;font-weight:900;display:flex}.checkout-success h2{margin:0 0 15px;font-size:32px}.checkout-success p{color:var(--trodje-muted)}.checkout-success .checkout-modal__submit{min-width:220px;margin-top:20px}
