﻿*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:0;padding:0;color:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}body{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#fff}h1,h2,h3{font-family:"Playfair Display","Georgia",serif;line-height:1.2;color:#fff}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{margin-bottom:1rem}a{color:#fff}a:hover,a:focus{color:#d8d8d8}:root{--color-bg: #0a0a0a;--color-surface: #1a1a1a;--color-surface-alt: #222326;--color-footer-bg: #111111;--color-header-bg: rgba(10, 10, 10, 0.88);--color-text: #ffffff;--color-text-muted: #cccccc;--color-text-dim: #888888;--color-border: rgba(255, 255, 255, 0.1);--color-border-subtle: rgba(255, 255, 255, 0.08);--color-input-bg: rgba(255, 255, 255, 0.07);--color-input-border: rgba(255, 255, 255, 0.12)}body.light-mode{--color-bg: #ffffff;--color-surface: #f5f5f5;--color-surface-alt: #ebebeb;--color-footer-bg: #f5f5f5;--color-header-bg: rgba(255, 255, 255, 0.95);--color-text: #111111;--color-text-muted: #333333;--color-text-dim: #666666;--color-border: rgba(0, 0, 0, 0.1);--color-border-subtle: rgba(0, 0, 0, 0.06);--color-input-bg: rgba(0, 0, 0, 0.04);--color-input-border: rgba(0, 0, 0, 0.15)}body{background:var(--color-bg);color:var(--color-text);transition:background .25s ease,color .25s ease}.site-main{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem;padding-bottom:3rem}.skip-link{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link:focus{position:static !important;clip:auto;width:auto;height:auto;padding:.5rem 1rem;background:#2b241d;color:#fff}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:1000;background:var(--color-header-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border-subtle);box-shadow:0 4px 18px rgba(0,0,0,.25);transition:background .25s ease,border-color .25s ease}.site-header__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.site-header__left{display:flex;align-items:center;gap:2rem;flex-shrink:0}.site-branding{display:flex;align-items:center;flex-shrink:0}.site-branding .custom-logo{max-height:44px;width:auto;display:block}.site-branding .site-title{font-family:"Playfair Display","Georgia",serif;font-size:1.4rem;color:#fff;text-decoration:none;white-space:nowrap}.site-header__right{display:flex;align-items:center;gap:1rem}.header-search{position:relative}.header-search__form{position:relative;display:flex;align-items:center}.header-search__icon{position:absolute;left:1rem;color:#888;pointer-events:none;flex-shrink:0}.header-search__input{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:999px;color:var(--color-text);font-size:.875rem;padding:.45rem 1rem .45rem 2.4rem;width:220px;outline:none;transition:border-color .2s,width .25s ease,background .2s;appearance:none}.header-search__input::placeholder{color:var(--color-text-dim)}.header-search__input:focus{border-color:rgba(242,101,34,.5);background:var(--color-input-bg);width:280px}.header-search__input::-webkit-search-cancel-button{display:none}@media(min-width: 768px){.header-search__input{width:240px}.header-search__input:focus{width:300px}}.header-search__results{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.5);z-index:200}.header-search__results[hidden]{display:none}.header-search__result{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;text-decoration:none;color:var(--color-text-muted);font-size:.875rem;transition:background .15s;border-bottom:1px solid var(--color-border-subtle)}.header-search__result:last-child{border-bottom:none}.header-search__result:hover,.header-search__result:focus{background:rgba(242,101,34,.12);color:var(--color-text);outline:none}.header-search__result-img{width:40px;height:40px;border-radius:6px;object-fit:contain;background:#fdf6ec;flex-shrink:0}.header-search__result-img--placeholder{width:40px;height:40px;border-radius:6px;background:#2a2a2a;flex-shrink:0}.header-search__result-title{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-search__no-results,.header-search__loading{padding:.5rem 1rem;font-size:.78rem;color:#666;text-align:center}.lang-switcher{position:relative}.lang-switcher__btn{display:inline-flex;align-items:center;gap:4px;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:999px;color:var(--color-text);font-size:.8rem;font-weight:600;padding:.4rem .75rem;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s;letter-spacing:.04em}.lang-switcher__btn:hover{background:var(--color-border);border-color:var(--color-text-dim)}.lang-switcher__caret{transition:transform .2s}.lang-switcher--open .lang-switcher__caret{transform:rotate(180deg)}.lang-switcher__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.4);list-style:none;margin:0;padding:4px;min-width:160px;z-index:200}.lang-switcher__dropdown[hidden]{display:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:var(--color-input-bg);border:1px solid var(--color-input-border);color:var(--color-text);cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s,color .2s}.theme-toggle:hover{background:var(--color-border);border-color:var(--color-text-dim)}.theme-toggle svg{display:block}.theme-toggle .theme-toggle__sun{display:none}.theme-toggle .theme-toggle__moon{display:block}body.light-mode .theme-toggle .theme-toggle__sun{display:block}body.light-mode .theme-toggle .theme-toggle__moon{display:none}.lang-switcher__option{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;text-decoration:none;transition:background .15s}.lang-switcher__option:hover{background:hsla(0,0%,100%,.06)}.lang-switcher__option.is-active{background:hsla(0,0%,100%,.04)}.lang-switcher__code{font-size:.78rem;font-weight:700;color:var(--color-text);letter-spacing:.06em;min-width:24px}.lang-switcher__name{font-size:.85rem;font-weight:400;color:var(--color-text-dim)}.lang-switcher__option:hover .lang-switcher__name,.lang-switcher__option.is-active .lang-switcher__name{color:var(--color-text-muted)}.site-footer{background:var(--color-footer-bg);color:var(--color-text-muted);margin-top:4.5rem;transition:background .25s ease}.site-footer__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:1fr;gap:3rem 2rem;padding-top:3rem;padding-bottom:3rem}@media(min-width: 768px){.site-footer__inner{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.site-footer__inner{grid-template-columns:1.4fr 1fr 1fr 1.6fr;align-items:start}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__brand .custom-logo{max-width:120px;height:auto}.site-footer__site-name{font-family:"Playfair Display","Georgia",serif;font-size:1.5rem;color:var(--color-text)}.site-footer__tagline{font-size:.875rem;line-height:1.6;color:var(--color-text-dim);max-width:260px}.site-footer__social{display:flex;gap:.5rem;margin-top:.25rem}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--color-border);color:var(--color-text-dim);text-decoration:none;transition:background .2s,color .2s}.site-footer__social-link:hover{background:var(--color-surface-alt);color:var(--color-text)}.site-footer__col{display:flex;flex-direction:column;gap:1rem}.site-footer__col-heading{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.site-footer__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer .site-footer__link-list li a{color:var(--color-text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.site-footer .site-footer__link-list li a:hover{color:var(--color-text)}.site-footer__col--newsletter{gap:1rem}.site-footer__newsletter-desc{font-size:.875rem;color:var(--color-text-dim);line-height:1.5;margin:0}.site-footer__newsletter-form{display:flex;align-items:stretch;gap:0;margin-top:.25rem}.site-footer__newsletter-input{flex:1;padding:.6rem 1rem;background:var(--color-input-bg);border:1px solid var(--color-border);border-right:none;border-radius:6px 0 0 6px;color:var(--color-text-muted);font-size:.875rem;outline:none}.site-footer__newsletter-input::placeholder{color:var(--color-text-dim)}.site-footer__newsletter-input:focus{border-color:var(--color-text-dim)}.site-footer__newsletter-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;background:#e8622c;border:none;border-radius:0 6px 6px 0;color:#fff;cursor:pointer;transition:background .2s}.site-footer__newsletter-btn:hover{background:rgb(212.0820512821,77.3948717949,23.1179487179)}.site-footer__bottom{border-top:1px solid var(--color-border);padding:1rem 0;text-align:center}.site-footer__copy{font-size:.875rem;color:var(--color-text-dim);margin:0}.archive__grid,.home-products__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.archive__grid,.home-products__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.archive__grid,.home-products__grid{grid-template-columns:repeat(3, 1fr)}}.button{display:inline-block;padding:.5rem 1.5rem;background:#b8734a;color:#fff;border-radius:6px;font-weight:600;transition:background .2s ease}.button:hover,.button:focus{background:#8f5636;color:#fff}.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.4);transform:translateY(-3px)}.product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.product-card__top{position:relative;background:#fdf6ec;overflow:hidden}.product-card__logo{aspect-ratio:1/1}.product-card__logo img{display:block;width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .35s ease}.product-card:hover .product-card__logo img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;right:.5rem;background:#f26522;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;line-height:1;padding:7px 10px;border-radius:20px;text-transform:uppercase;z-index:1}.product-card__body{display:flex;flex-direction:column;gap:.25rem;padding:1rem;flex:1}.product-card__category{margin:0;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-dim)}.product-card__title{margin:0;font-size:16px;font-weight:700;color:var(--color-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__doctor{display:flex;align-items:center;gap:.4rem;margin-top:.25rem}.product-card__doctor-avatar-wrap{position:relative;flex-shrink:0}.product-card__doctor-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;display:block}.product-card__doctor-avatar--placeholder{display:block;background:rgba(242,101,34,.15)}.product-card__doctor-check{position:absolute;bottom:-2px;right:-3px;width:13px;height:13px;border-radius:50%;background:#f26522;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--color-surface)}.product-card__doctor-name{font-size:.75rem;color:var(--color-text-dim);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.5rem}.product-card__price-final{font-size:15px;font-weight:700;color:var(--color-text)}.product-card__price-old{font-size:13px;font-weight:400;color:var(--color-text-dim);text-decoration:line-through}.site-nav__list{display:flex;gap:1.5rem;align-items:center;list-style:none;margin:0;padding:0}.site-nav a{color:var(--color-text-muted);font-size:.9rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .18s}.site-nav a:hover,.site-nav a:focus{color:#f26522}.nav-toggle{display:inline-flex;align-items:center;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;padding:0}@media(min-width: 768px){.nav-toggle{display:none}}.primary-menu{display:none}@media(min-width: 768px){.primary-menu{display:block}}.primary-menu--open{display:block;position:absolute;top:100%;left:0;right:0;background:var(--color-header-bg);border-bottom:1px solid var(--color-border-subtle);padding:1.5rem 1.5rem;z-index:999}.primary-menu--open .site-nav__list{flex-direction:column;align-items:flex-start;gap:1rem}.block-cards{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem;padding-bottom:2rem}.block-cards__header{text-align:center;margin-bottom:1.5rem}.block-cards__heading{margin:0}.block-cards__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.block-cards__grid{gap:2rem}}.block-cards--cols-2 .block-cards__grid{grid-template-columns:repeat(2, 1fr)}@media(min-width: 480px){.block-cards--cols-3 .block-cards__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 480px){.block-cards--cols-4 .block-cards__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.block-cards--cols-4 .block-cards__grid{grid-template-columns:repeat(4, 1fr)}}.block-cards__controls{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.block-cards__controls-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.block-cards__search-wrap{position:relative;display:flex;align-items:center}.block-cards__search-icon{position:absolute;left:.65rem;color:var(--color-text-dim);pointer-events:none}.block-cards__search-input{padding:.4rem .85rem .4rem 2rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);font-size:.82rem;outline:none;width:180px;transition:border-color .15s,width .2s}.block-cards__search-input::placeholder{color:var(--color-text-dim)}.block-cards__search-input:focus{border-color:#ff6a39;width:220px}.block-cards__sort-btns{display:flex;gap:.25rem}.block-cards__sort-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;border:1px solid var(--color-border);border-radius:8px;background:rgba(0,0,0,0);color:var(--color-text-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.block-cards__sort-btn:hover{background:var(--color-surface);color:var(--color-text)}.block-cards__sort-btn.is-active{background:#ff6a39;border-color:#ff6a39;color:#fff}.block-cards__sort-icon{font-size:.85em}.block-cards__discount-toggle{padding:.4rem .85rem;border:1px solid var(--color-border);border-radius:8px;background:rgba(0,0,0,0);color:var(--color-text-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.block-cards__discount-toggle:hover{background:var(--color-surface);color:var(--color-text)}.block-cards__discount-toggle.is-active{background:rgba(255,106,57,.15);border-color:#ff6a39;color:#ff6a39}.block-cards__category-select{padding:.4rem .75rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);font-size:.82rem;cursor:pointer;outline:none;margin-left:auto}.block-cards__category-select:focus{border-color:#ff6a39}.block-cards__price-range{padding:.5rem 0 .25rem}.block-cards__price-range-labels{display:flex;justify-content:space-between;font-size:.82rem;color:var(--color-text-muted);margin-bottom:.25rem}.block-cards__range-track{position:relative;height:4px;background:var(--color-border);border-radius:2px;margin:10px 0}.block-cards__range-fill{position:absolute;height:100%;background:#ff6a39;border-radius:2px;pointer-events:none}.block-cards__range-input{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:4px;appearance:none;background:rgba(0,0,0,0);outline:none;margin:0;cursor:pointer;pointer-events:none}.block-cards__range-input::-webkit-slider-thumb{appearance:none;pointer-events:all;width:16px;height:16px;border-radius:50%;background:#ff6a39;border:2px solid var(--color-bg);box-shadow:0 1px 4px rgba(0,0,0,.4);cursor:grab;transition:transform .1s}.block-cards__range-input::-webkit-slider-thumb:active{transform:scale(1.2);cursor:grabbing}.block-cards__range-input::-moz-range-thumb{pointer-events:all;width:16px;height:16px;border-radius:50%;background:#ff6a39;border:2px solid var(--color-bg);cursor:grab}.block-cards__placeholder{padding:1.5rem;border:1px dashed #e5dcd0;text-align:center;color:#6c6058;border-radius:6px}.home-hero{background:linear-gradient(135deg, #fdf6ec, #f2e6d1);padding:4.5rem 0;text-align:center}.home-hero__inner{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.home-hero__title{margin-bottom:.5rem}.home-hero__tagline{color:#6c6058;font-size:1.125rem}.home-products__header{text-align:center;margin-bottom:2rem}.product__category{display:inline-flex;width:fit-content;font-size:.78rem;color:#ff7b43;background:rgba(242,101,34,.1);border:1px solid rgba(242,101,34,.45);border-radius:999px;padding:4px 10px;margin:0 0 .5rem}.product__category a{color:inherit}.product__category a:hover,.product__category a:focus{color:#ffa27a}.product__title{font-size:clamp(2rem,4vw,3.1rem);font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.1;margin:0 0 1rem}.product__layout{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width: 768px){.product__layout{grid-template-columns:1fr 1fr}}@media(min-width: 768px){.product__media{position:sticky;top:80px;align-self:start}}.product__add-to-cart{margin-top:1.5rem}.product__direct-order-label{text-align:center;font-size:.82rem;color:var(--color-text-dim);margin:.5rem 0 0;position:relative}.product__direct-order-label::before,.product__direct-order-label::after{content:"";position:absolute;top:50%;width:30%;height:1px;background:var(--color-border)}.product__direct-order-label::before{left:0}.product__direct-order-label::after{right:0}.product__doctor{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;background:rgba(242,101,34,.08);border:1px solid rgba(242,101,34,.25);border-radius:12px;margin-bottom:1rem}.product__doctor-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.product__doctor-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:rgba(242,101,34,.15);color:#f26522}.product__doctor-info{display:flex;flex-direction:column;gap:1px}.product__doctor-label{font-size:.72rem;color:#f26522;font-weight:500}.product__doctor-name{font-size:.95rem;font-weight:700;color:var(--color-text)}.product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product__price-old{color:#6c6058;text-decoration:line-through;font-size:1.125rem}.product__price-final{font-size:3rem;font-weight:700;color:var(--color-text);line-height:1}.product__price-save{color:#ff7b43;font-weight:600;font-size:1.05rem}.product__media-main{position:relative;background:var(--color-surface);border-radius:18px;overflow:hidden;margin-bottom:.5rem}.product__media-main img{width:100%;display:block}.product__badge{position:absolute;top:.5rem;right:.5rem;background:#f26522;color:#fff;font-size:.75rem;font-weight:700;padding:5px 9px;border-radius:20px}.product__gallery{display:grid;grid-template-columns:repeat(4, 1fr);gap:.5rem;list-style:none;padding:0;margin:0}.product__gallery-item{border-radius:10px;overflow:hidden;cursor:pointer}.product__gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:opacity .2s ease}.product__gallery-item:hover img{opacity:.8}.product__body{background:var(--color-bg)}.product__transport{margin:0 0 1.5rem}.product__transport-title{margin:0 0 .5rem;font-size:.95rem;color:#6c6058;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-weight:500}.product__transport-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.product__transport-item{display:inline-flex;align-items:center;gap:.3rem;background:var(--color-surface-alt);border:1px solid var(--color-border-subtle);border-radius:9px;padding:.4rem .65rem;font-size:.87rem;color:var(--color-text-muted)}.product__section-title{margin:1.5rem 0 .5rem;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:1.85rem;color:var(--color-text)}.product__description p{color:var(--color-text-muted);max-width:60ch}.product__specifics-list{display:grid;grid-template-columns:1fr;gap:.6rem;margin:0;border:0;padding:0;list-style:none}@media(min-width: 768px){.product__specifics-list{grid-template-columns:1fr 1fr}}.product__specifics-row{display:flex;align-items:center;gap:.5rem;padding:.65rem .8rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface-alt)}.product__specifics-name{color:var(--color-text);font-weight:600;margin:0}.product__specifics-name::before{content:"✓";color:#ff7b43;margin-right:.45rem}.product__order-card{margin-top:2rem;padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface)}.product__order-notice{padding:.7rem .9rem;border-radius:10px;margin:1.5rem 0 .5rem;font-weight:600;transition:opacity .35s ease,transform .35s ease}.product__order-notice--hide{opacity:0;transform:translateY(-4px)}.product__order-notice--success{background:rgba(32,196,106,.15);border:1px solid rgba(32,196,106,.4);color:#8ff1ba}.product__order-notice--error{background:rgba(242,101,34,.15);border:1px solid rgba(242,101,34,.4);color:#ffae8b}.product__order-title{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:1.8rem;margin:0 0 1rem;color:var(--color-text)}.product__order-label{margin:0 0 .5rem;font-weight:600}.order-tabs{display:flex;flex-wrap:wrap;gap:0;margin-bottom:1rem}.order-tabs input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.order-tabs__tab{padding:.45rem 1.1rem;font-size:.82rem;font-weight:700;letter-spacing:.06em;background:rgba(0,0,0,0);border:1px solid var(--color-border);border-right:none;color:var(--color-text-dim);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.order-tabs__tab:first-child{border-radius:6px 0 0 6px}.order-tabs__tab:last-of-type{border-right:1px solid var(--color-border);border-radius:0 6px 6px 0}.order-tabs__tab:hover{color:var(--color-text);background:var(--color-border-subtle)}.order-tabs__tab.is-active{background:#ff6a39;border-color:#ff6a39;color:#fff}.order-tabs__tab.is-active+.order-tabs__tab{border-left-color:rgba(0,0,0,0)}.product__qty{display:inline-flex;align-items:center;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:10px;overflow:hidden;margin-bottom:1rem}.product__qty-btn{width:40px;height:40px;border:0;background:rgba(0,0,0,0);color:var(--color-text);cursor:pointer}.product__qty-input{width:52px;height:40px;border:0;background:rgba(0,0,0,0);color:var(--color-text);text-align:center;appearance:textfield}.product__qty-input::-webkit-outer-spin-button,.product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__order-fields{display:grid;gap:.6rem;margin-bottom:1rem}.product__order-input{width:100%;background:var(--color-input-bg);border:1px solid var(--color-input-border);color:var(--color-text);border-radius:10px;padding:.75rem .9rem}.product__order-input::placeholder{color:var(--color-text-dim)}.product__order-input--textarea{min-height:88px;resize:vertical}.product__order-summary{padding-top:.5rem;border-top:1px solid var(--color-border)}.product__order-row{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.95rem}.product__order-row--total{font-size:1.7rem;font-weight:700}.product__order-row--total strong{color:#ff6a39}.product__order-submit{width:100%;margin-top:.5rem;border:0;border-radius:11px;padding:.9rem 1rem;background:#ff6a39;color:#fff;font-weight:700;cursor:pointer}.cart-page{display:grid;gap:2rem;padding-bottom:3rem}@media(min-width: 768px){.cart-page{grid-template-columns:1fr 420px;align-items:start}}.cart-page__title{font-size:2.2rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.cart-page__subtitle{font-size:.9rem;color:var(--color-text-dim);margin:0 0 1.5rem}.cart-notice{padding:.75rem 1rem;border-radius:10px;font-weight:600;margin-bottom:1rem}.cart-notice--success{background:rgba(32,196,106,.15);border:1px solid rgba(32,196,106,.4);color:#20c46a}.cart-notice--error{background:rgba(242,101,34,.15);border:1px solid rgba(242,101,34,.4);color:#f26522}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;margin-bottom:1rem}.cart-item__img{width:80px;height:80px;border-radius:10px;object-fit:cover;background:var(--color-surface-alt);flex-shrink:0}.cart-item__img--placeholder{width:80px;height:80px;border-radius:10px;background:var(--color-surface-alt);flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-size:.95rem;font-weight:700;color:var(--color-text);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__category{font-size:.78rem;color:var(--color-text-dim);margin:0 0 .5rem}.cart-item__qty{display:inline-flex;align-items:center;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.cart-item__qty-btn{width:32px;height:32px;border:0;background:rgba(0,0,0,0);color:var(--color-text);cursor:pointer;font-size:1rem;line-height:1}.cart-item__qty-btn:hover{background:var(--color-border)}.cart-item__qty-val{width:36px;text-align:center;font-size:.9rem;font-weight:600;color:var(--color-text)}.cart-item__price{font-size:1.05rem;font-weight:700;color:var(--color-text);flex-shrink:0}.cart-item__remove{background:rgba(0,0,0,0);border:0;color:var(--color-text-dim);cursor:pointer;padding:.25rem;flex-shrink:0;transition:color .15s}.cart-item__remove:hover{color:#f26522}.cart-empty{text-align:center;padding:3rem 0;color:var(--color-text-dim)}.cart-empty p{margin-bottom:1rem}.cart-checkout{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem}.cart-checkout__title{font-size:1.6rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.cart-checkout__label{font-size:.9rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.cart-checkout__fields{display:grid;gap:.6rem;margin-bottom:1rem}.cart-checkout__input{width:100%;background:var(--color-input-bg);border:1px solid var(--color-input-border);color:var(--color-text);border-radius:10px;padding:.75rem .9rem;font-size:.9rem;box-sizing:border-box}.cart-checkout__input::placeholder{color:var(--color-text-dim)}.cart-checkout__input--textarea{min-height:80px;resize:vertical}.cart-checkout__summary{border-top:1px solid var(--color-border);padding-top:.5rem;margin-bottom:1rem}.cart-checkout__row{display:flex;justify-content:space-between;gap:1rem;padding:.3rem 0;font-size:.9rem;color:var(--color-text-muted)}.cart-checkout__row--total{font-size:1.4rem;font-weight:700;color:var(--color-text);margin-top:.25rem}.cart-checkout__row--total strong{color:#ff6a39}.cart-checkout__submit{width:100%;border:0;border-radius:11px;padding:.9rem 1rem;background:#ff6a39;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.cart-checkout__submit:hover{background:#e85a2a}.cart-checkout__submit:disabled{opacity:.6;cursor:not-allowed}.btn-add-to-cart{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border:0;border-radius:0;padding:.7rem 1rem;background:#ff6a39;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s}.product__order-card .btn-add-to-cart{border-radius:10px;margin-top:.5rem;width:100%}.btn-add-to-cart:hover{background:#e85a2a}.btn-add-to-cart:disabled{opacity:.7;cursor:default}.btn-add-to-cart--in-cart{background:#2d7a4f;cursor:default}.btn-add-to-cart--in-cart:hover{background:#2d7a4f}.cart-icon{position:relative;display:inline-flex;align-items:center;color:var(--color-text);text-decoration:none;padding:4px}.cart-icon__badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;border-radius:999px;background:#ff6a39;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.cart-icon__badge[hidden]{display:none}
