.home-page{width:100%}.home-hero{justify-content:space-between;align-items:center;gap:80px;max-width:1400px;margin:0 auto;padding:80px 60px;display:flex}.home-hero__content{flex:1}.home-hero__eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:18px;font-size:.9rem;font-weight:700}.home-hero__title{color:var(--color-text);margin-bottom:24px;font-size:3.6rem;font-weight:800;line-height:1.1}.home-hero__description{max-width:560px;color:var(--color-text-light);margin-bottom:42px;font-size:1.2rem;line-height:1.8}.home-hero__highlights{flex-wrap:wrap;gap:12px;margin-bottom:42px;display:flex}.home-hero__highlight{border:1px solid var(--color-border);color:var(--color-text);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:.75rem;font-weight:600;transition:transform .25s,box-shadow .25s,border-color .25s;display:inline-flex}.home-hero__highlight svg{color:var(--color-primary);flex-shrink:0}.home-hero__highlight:hover{border-color:#c0001840;transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.home-hero__actions{gap:20px;display:flex}.home-hero__button{border-radius:999px;justify-content:center;align-items:center;padding:16px 34px;font-weight:600;text-decoration:none;transition:background-color .25s,box-shadow .25s,transform .25s;display:inline-flex}.home-hero__button--primary{color:#fff;background-color:#c00018}.home-hero__button--primary:hover{background-color:#a60015;transform:translateY(-2px);box-shadow:0 10px 24px #c000182e}.home-hero__button--secondary{color:var(--color-text);border:1px solid var(--color-border)}.home-hero__button--secondary:hover{background-color:#f6f6f6;transform:translateY(-2px)}.home-hero__visual{flex:1;justify-content:center;align-items:center;display:flex}.home-hero__visual-card{color:#fff;text-align:center;background:linear-gradient(135deg,#c00018,#ff6b35);border-radius:32px;flex-direction:column;justify-content:center;width:420px;height:420px;display:flex;box-shadow:0 25px 60px #0000002e}.home-hero__visual-card span{letter-spacing:4px;font-size:1.4rem}.home-hero__visual-card strong{margin-top:10px;font-size:3rem}.home-categories{max-width:1400px;margin:0 auto;padding:40px 60px 90px}.home-categories__header{max-width:700px;margin-bottom:36px}.home-categories__eyebrow{color:var(--color-primary);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:700}.home-categories__title{color:var(--color-text);margin-bottom:14px;font-size:2.4rem;font-weight:800;line-height:1.15}.home-categories__description{color:var(--color-text-light);font-size:1.05rem;line-height:1.7}.home-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.home-category-card{min-height:170px;color:var(--color-text);border:1px solid var(--color-border);background-color:#fff;border-radius:22px;flex-direction:column;justify-content:space-between;padding:24px;text-decoration:none;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 8px 24px #0000000d}.home-category-card:hover{border-color:#c0001840;transform:translateY(-6px);box-shadow:0 18px 40px #0000001a}.home-category-card__icon{background-color:#c0001814;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;transition:background-color .25s,transform .25s;display:flex}.home-category-card:hover .home-category-card__icon{background-color:#c0001826;transform:scale(1.08)}.home-category-card__name{margin-top:28px;font-size:1.05rem;font-weight:700;line-height:1.4}.home-featured{max-width:1400px;margin:0 auto;padding:20px 60px 100px}.home-featured__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;display:flex}.home-featured__eyebrow{color:var(--color-primary);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:700}.home-featured__title{color:var(--color-text);font-size:2.4rem;font-weight:800;line-height:1.15}.home-featured__link{color:var(--color-primary);flex-shrink:0;padding-bottom:4px;font-size:.95rem;font-weight:700;text-decoration:none;position:relative}.home-featured__link:after{content:"";background-color:var(--color-primary);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.home-featured__link:hover:after{transform:scaleX(1)}.home-featured__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}@media (width<=1100px){.home-hero{text-align:center;flex-direction:column;padding:60px 30px}.home-hero .home-hero__highlights{justify-content:center}.home-hero__description{margin-left:auto;margin-right:auto}.home-hero__actions{justify-content:center}.home-categories{padding:30px 30px 70px}.home-categories__header{text-align:center;margin:0 auto 36px}.home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-featured{padding:20px 30px 80px}.home-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.home-hero{gap:48px;padding:48px 20px}.home-hero__title{font-size:2.7rem}.home-hero__actions{flex-direction:column}.home-hero__button{width:100%}.home-hero__visual-card{width:min(100%,360px);height:360px}.home-categories{padding:20px 20px 60px}.home-categories__title{font-size:2rem}.home-categories__grid{grid-template-columns:1fr}.home-featured{padding:10px 20px 60px}.home-featured__header{flex-direction:column;align-items:flex-start}.home-featured__title{font-size:2rem}.home-featured__grid{grid-template-columns:1fr}.home-hero__highlights{flex-direction:column;align-items:stretch}.home-hero__highlight{justify-content:center}}@media (width<=480px){.home-hero__title{font-size:2.25rem}.home-hero__description{font-size:1rem}.home-hero__visual-card{height:300px}.home-hero__visual-card strong{font-size:2.3rem}}.promo-banner{color:#fff;background:linear-gradient(135deg,#8f0012 0%,#c00018 55%,#ff5a2d 100%);border-radius:24px;grid-template-columns:1.5fr 1fr;align-items:center;gap:3rem;margin:5rem 0;padding:3.5rem;display:grid;overflow:hidden}.promo-banner__eyebrow{color:#fffc;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem}.promo-banner__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.promo-banner__description{color:#ffffffd9;max-width:550px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.promo-banner__button{color:#9f0015;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.95rem 1.8rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.promo-banner__button:hover{color:#c00018;transform:translateY(-2px);box-shadow:0 10px 24px #48000a38}.promo-banner__visual{justify-content:center;display:flex}.promo-banner__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:240px;height:240px;display:flex}.promo-banner__card span{letter-spacing:3px;font-size:1rem}.promo-banner__card strong{margin-top:.5rem;font-size:3rem}@media (width<=900px){.promo-banner{text-align:center;grid-template-columns:1fr}.promo-banner__description{margin-inline:auto}}.featured-brands{max-width:1400px;margin:0 auto;padding:20px 60px 100px}.featured-brands__header{max-width:720px;margin-bottom:40px}.featured-brands__eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:1.8px;margin-bottom:10px;font-size:.85rem;font-weight:700}.featured-brands__title{color:var(--color-text);margin-bottom:14px;font-size:2.4rem;font-weight:800;line-height:1.15}.featured-brands__description{color:var(--color-text-light);font-size:1.05rem;line-height:1.7}.featured-brands__grid{grid-template-columns:repeat(5,1fr);gap:22px;display:grid}.featured-brand-card{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:32px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.featured-brand-card:hover{border-color:#c000182e;transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.featured-brand-card__logo{background:#c0001814;border-radius:18px;justify-content:center;align-items:center;width:78px;height:78px;font-size:2.3rem;transition:all .25s;display:flex}.featured-brand-card:hover .featured-brand-card__logo{background:#c0001826;transform:scale(1.08)}.featured-brand-card__name{color:var(--color-text);text-align:center;font-size:1rem;font-weight:700}@media (width<=1100px){.featured-brands{padding:20px 30px 80px}.featured-brands__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.featured-brands{padding:10px 20px 60px}.featured-brands__header{text-align:center;margin-inline:auto}.featured-brands__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.featured-brands__grid{grid-template-columns:1fr}}.home-hero__visual-card{isolation:isolate;background:radial-gradient(circle at 80% 15%,#ffffff29,#0000 30%),linear-gradient(135deg,#b00016 0%,#d71920 48%,#ff5b35 100%);justify-content:flex-start;width:440px;height:440px;padding:34px 30px 30px;position:relative;overflow:hidden}.home-hero__visual-card:before{z-index:-1;content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:45%;height:170%;animation:7s ease-in-out infinite homeHeroShine;position:absolute;top:-35%;left:-55%;transform:rotate(18deg)}.home-hero__visual-brand{flex-direction:column;align-items:center;margin-bottom:27px;display:flex;position:relative}.home-hero__visual-brand span{color:#ffffffd1;letter-spacing:2.4px;text-transform:uppercase;font-size:.82rem;font-weight:700}.home-hero__visual-brand strong{color:#fff;letter-spacing:-.5px;margin-top:5px;font-size:1.65rem;font-weight:800}.home-hero__roles{grid-template-columns:1fr 48px 1fr;align-items:center;margin-bottom:31px;display:grid}.home-hero__role{flex-direction:column;align-items:center;gap:8px;display:flex}.home-hero__role-icon{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:61px;height:61px;animation:4s ease-in-out infinite homeHeroRolePulse;display:flex}.home-hero__role:last-child .home-hero__role-icon{animation-delay:2s}.home-hero__role strong{color:#fff;margin-top:0;font-size:.84rem;font-weight:700}.home-hero__roles-connector{color:#fffffff0;justify-content:center;align-items:center;animation:2.8s ease-in-out infinite homeHeroConnector;display:flex}.home-hero__journey{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#67000e33;border:1px solid #ffffff26;border-radius:20px;grid-template-columns:minmax(58px,1fr) 22px minmax(58px,1fr) 22px minmax(58px,1fr) 22px minmax(58px,1fr);align-items:center;padding:19px 13px 16px;display:grid;position:relative}.home-hero__journey-step{color:#ffffffa8;flex-direction:column;align-items:center;gap:7px;min-width:0;display:flex;position:relative}.home-hero__journey-icon{color:currentColor;background:#ffffff1a;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.home-hero__journey-step small{color:currentColor;letter-spacing:0;white-space:nowrap;font-size:.66rem;font-weight:700}.home-hero__journey-line{background:#ffffff38;border-radius:999px;width:100%;height:2px;display:block}.home-hero__journey-check{color:#fff;opacity:0;background:#20b85a;border:2px solid #ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;display:flex;position:absolute;top:-7px;right:2px;transform:scale(.35)}.home-hero__journey-step--payment{animation:8s ease-in-out infinite homeHeroPayment}.home-hero__journey-step--payment .home-hero__journey-check{animation:8s ease-in-out infinite homeHeroPaymentCheck}.home-hero__journey-step--package{animation:8s ease-in-out infinite homeHeroPackage}.home-hero__journey-step--shipping{animation:8s ease-in-out infinite homeHeroTruck}.home-hero__journey-step--delivered{animation:8s ease-in-out infinite homeHeroDelivered}.home-hero__journey-step--delivered .home-hero__journey-check{animation:8s ease-in-out infinite homeHeroDeliveredCheck}.home-hero__visual-message{color:#ffffffe6;letter-spacing:.4px;margin-top:20px;font-size:.83rem;font-weight:700}@keyframes homeHeroShine{0%,18%{opacity:0;left:-55%}34%{opacity:1}52%,to{opacity:0;left:125%}}@keyframes homeHeroConnector{0%,to{opacity:.72;transform:translate(0)}25%{opacity:1;transform:translate(5px)}50%{opacity:.76;transform:translate(0)}75%{opacity:1;transform:translate(-5px)}}@keyframes homeHeroRolePulse{0%,to{transform:scale(1)}50%{background:#fff3;transform:scale(1.055)}}@keyframes homeHeroPayment{0%,9%,to{color:#ffffffa8;transform:translateY(0)}13%,27%{color:#fff;transform:translateY(-3px)}31%{color:#ffffffa8;transform:translateY(0)}}@keyframes homeHeroPaymentCheck{0%,15%,to{opacity:0;transform:scale(.35)}20%,72%{opacity:1;transform:scale(1)}78%{opacity:0;transform:scale(.55)}}@keyframes homeHeroPackage{0%,25%,to{color:#ffffffa8;transform:translate(0)translateY(0)}33%{color:#fff;transform:translate(-4px)translateY(-3px)}44%{color:#fff;transform:translate(5px)translateY(-3px)}49%{color:#ffffffa8;transform:translate(0)translateY(0)}}@keyframes homeHeroTruck{0%,43%,to{color:#ffffffa8;transform:translate(-5px)}51%{color:#fff;transform:translate(-5px)translateY(-3px)}64%{color:#fff;transform:translate(7px)translateY(-3px)}69%{color:#ffffffa8;transform:translate(0)}}@keyframes homeHeroDelivered{0%,62%,to{color:#ffffffa8;transform:scale(1)}70%,82%{color:#fff;transform:scale(1.07)}88%{color:#ffffffa8;transform:scale(1)}}@keyframes homeHeroDeliveredCheck{0%,70%,to{opacity:0;transform:scale(.35)}76%,91%{opacity:1;transform:scale(1)}96%{opacity:0;transform:scale(.55)}}@media (width<=1100px){.home-hero__visual-card{width:min(100%,440px)}}@media (width<=768px){.home-hero__visual-card{width:min(100%,390px);height:auto;min-height:410px;padding:30px 22px 27px}.home-hero__journey{grid-template-columns:minmax(48px,1fr) 14px minmax(48px,1fr) 14px minmax(48px,1fr) 14px minmax(48px,1fr);padding-left:9px;padding-right:9px}.home-hero__journey-icon{width:39px;height:39px}.home-hero__journey-step small{font-size:.59rem}}@media (width<=480px){.home-hero__visual-card{min-height:390px}.home-hero__roles{grid-template-columns:1fr 38px 1fr}.home-hero__role-icon{width:55px;height:55px}.home-hero__journey{grid-template-columns:repeat(4,1fr);gap:8px}.home-hero__journey-line{display:none}}@media (prefers-reduced-motion:reduce){.home-hero__visual-card:before,.home-hero__role-icon,.home-hero__roles-connector,.home-hero__journey-step,.home-hero__journey-check{animation:none}.home-hero__journey-step{color:#fff}.home-hero__journey-check{opacity:1;transform:scale(1)}}.header__search-container{width:100%;max-width:680px;position:relative}.header__suggestions{border:1px solid var(--color-border);z-index:500;background:#fff;border-radius:18px;position:absolute;top:calc(100% + 12px);left:0;right:0;overflow:hidden;box-shadow:0 20px 50px #0000001f}.header__suggestions-heading .header__suggestions-total{color:#7b7b7b;margin-top:4px;font-size:.78rem;font-weight:500}.header__suggestions-heading{border-bottom:1px solid var(--color-border);color:var(--color-text);background:#fafafa;align-items:center;gap:10px;padding:16px 22px;font-size:.9rem;font-weight:700;display:flex}.header__suggestions-status{text-align:center;color:var(--color-text-light);padding:26px}.header__suggestions-list{flex-direction:column;display:flex}.header__suggestion{cursor:pointer;background:#fff;border:none;align-items:center;gap:16px;padding:14px 20px;transition:background .2s;display:flex}.header__suggestion:hover{background:#c000180d}.header__suggestion-image{color:#777;background:#f4f4f4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:.7rem;display:flex}.header__suggestion-content{text-align:left;flex-direction:column;gap:6px;display:flex}.header__suggestion-content strong{color:var(--color-text);font-size:.95rem}.header__suggestion-content span{color:var(--color-primary);font-weight:700}.header__suggestions-all{border:none;border-top:1px solid var(--color-border);cursor:pointer;color:var(--color-primary);background:#fff;padding:18px;font-weight:700;transition:all .2s}.header__suggestions-all:hover{background:#c000180d}.products-page{width:100%;max-width:1400px;margin:0 auto;padding:56px 60px 100px}.products-page__header{margin-bottom:36px}.products-page__eyebrow{color:var(--color-primary);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:700}.products-page__title{color:var(--color-text);font-size:2.4rem;font-weight:800;line-height:1.15}.products-page__description{max-width:680px;color:var(--color-text-light);margin-top:14px;font-size:1.05rem;line-height:1.7}.products-page__counter{color:var(--color-text-light);margin-top:18px;font-size:.95rem}.products-page__counter strong{color:var(--color-text)}.products-page__toolbar{border:1px solid var(--color-border);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:18px 20px;display:flex;box-shadow:0 8px 24px #0000000a}.products-page__toolbar-summary{color:var(--color-text);font-size:.95rem;font-weight:700}.products-page__sort{align-items:center;gap:12px;display:flex}.products-page__sort-label{color:var(--color-text-light);font-size:.9rem;font-weight:600}.products-page__sort-select{min-width:180px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:12px;padding:10px 14px;font-size:.92rem;font-weight:600}.products-page__sort-select:focus{border-color:#c000184d;outline:3px solid #c000181f}.products-page__layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:28px;display:grid}.products-page__sidebar{border:1px solid var(--color-border);background:#fff;border-radius:20px;position:sticky;top:110px;overflow:hidden;box-shadow:0 8px 24px #0000000a}.products-page__filters-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.products-page__filters-title{color:var(--color-text);font-size:1.05rem;font-weight:800}.products-page__filters-clear{color:var(--color-primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem;font-weight:700}.products-page__filters-clear:hover{text-decoration:underline}.products-page__filter-group{border-bottom:1px solid var(--color-border);padding:20px}.products-page__filter-group:last-child{border-bottom:0}.products-page__filter-title{color:var(--color-text);margin-bottom:14px;font-size:.92rem;font-weight:800}.products-page__filter-select,.products-page__filter-input{width:100%;min-height:44px;color:var(--color-text);border:1px solid var(--color-border);background:#fff;border-radius:11px;padding:10px 12px;font-size:.9rem}.products-page__filter-select{cursor:pointer}.products-page__filter-select:focus,.products-page__filter-input:focus{border-color:#c000184d;outline:3px solid #c000181a}.products-page__price-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.products-page__price-field{flex-direction:column;gap:7px;display:flex}.products-page__price-label{color:var(--color-text-light);font-size:.76rem;font-weight:600}.products-page__filters-apply{color:#fff;background:var(--color-primary);cursor:pointer;border:0;border-radius:11px;width:100%;min-height:44px;margin-top:12px;padding:10px 14px;font-size:.9rem;font-weight:700;transition:background-color .2s,transform .2s}.products-page__filters-apply:hover{background:#a60015;transform:translateY(-1px)}.products-page__content{min-width:0}.products-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.products-page__status{min-height:280px;color:var(--color-text-light);text-align:center;background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.products-page__status h2{color:var(--color-text);margin-bottom:10px;font-size:1.35rem}.products-page__status--error{color:var(--color-error);background-color:#d2001a0a;border-color:#d2001a33}.products-page__spinner{border:4px solid #c0001824;border-top-color:var(--color-primary);border-radius:50%;width:42px;height:42px;margin-bottom:18px;animation:.8s linear infinite products-page-spin}@keyframes products-page-spin{to{transform:rotate(360deg)}}@media (width<=1200px){.products-page{padding:48px 30px 80px}.products-page__layout{grid-template-columns:240px minmax(0,1fr);gap:22px}.products-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.products-page__layout{grid-template-columns:1fr}.products-page__sidebar{position:static}.products-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.products-page__toolbar,.products-page__sort{flex-direction:column;align-items:stretch}.products-page__sort-select{width:100%}}@media (width<=600px){.products-page{padding:36px 20px 60px}.products-page__title{font-size:2rem}.products-page__grid,.products-page__price-fields{grid-template-columns:1fr}}.products-page__price-error{color:var(--color-error);margin-top:10px;font-size:.78rem;font-weight:600;line-height:1.4}.products-page__empty-clear{width:auto;margin-top:20px;padding-left:22px;padding-right:22px}.products-page__pagination{justify-content:center;align-items:center;gap:12px;margin-top:42px;display:flex}.products-page__pagination-pages{align-items:center;gap:8px;display:flex}.products-page__pagination-button{min-width:42px;min-height:42px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:11px;justify-content:center;align-items:center;padding:9px 13px;font-size:.9rem;font-weight:700;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.products-page__pagination-button:hover:not(:disabled){color:var(--color-primary);border-color:#c0001847;transform:translateY(-1px);box-shadow:0 7px 18px #00000012}.products-page__pagination-button--active{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}.products-page__pagination-button--active:hover:not(:disabled){color:#fff;background:#a60015}.products-page__pagination-button--navigation{min-width:100px}.products-page__pagination-button:disabled{color:var(--color-text-light);background:var(--color-background-secondary);cursor:not-allowed;opacity:.55}@media (width<=600px){.products-page__pagination{flex-direction:column;align-items:stretch}.products-page__pagination-pages{flex-wrap:wrap;justify-content:center}.products-page__pagination-button--navigation{width:100%}}.product-detail-page{width:100%;max-width:1400px;margin:0 auto;padding:42px 60px 100px}.product-detail-page__breadcrumb{color:var(--color-text-light);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:28px;font-size:.88rem;display:flex}.product-detail-page__breadcrumb a{color:var(--color-text-light);text-decoration:none;transition:color .2s}.product-detail-page__breadcrumb a:hover{color:var(--color-primary)}.product-detail-page__breadcrumb span[aria-current=page]{max-width:420px;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.product-detail-page__main{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:start;gap:48px;display:grid}.product-detail-page__gallery{min-width:0}.product-detail-page__image-container{border:1px solid var(--color-border);background:#f7f7f7;border-radius:24px;justify-content:center;align-items:center;min-height:570px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 38px #0000000d}.product-detail-page__image{object-fit:contain;width:100%;max-width:560px;max-height:560px;transition:transform .35s;display:block}.product-detail-page__image-container:hover .product-detail-page__image{transform:scale(1.025)}.product-detail-page__thumbnails{scrollbar-width:thin;gap:12px;margin-top:16px;padding:2px 2px 6px;display:flex;overflow-x:auto}.product-detail-page__thumbnail-button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:13px;flex:0 0 82px;justify-content:center;align-items:center;width:82px;height:82px;padding:7px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-detail-page__thumbnail-button:hover{border-color:#c000186b;transform:translateY(-1px)}.product-detail-page__thumbnail-button:focus-visible{outline-offset:2px;outline:3px solid #c000181f}.product-detail-page__thumbnail-button--active{border-color:var(--color-primary);box-shadow:0 0 0 2px #c000181a}.product-detail-page__thumbnail-image{object-fit:contain;width:100%;height:100%;display:block}.product-detail-page__information{border:1px solid var(--color-border);background:#fff;border-radius:24px;padding:32px;position:sticky;top:110px;box-shadow:0 14px 38px #0000000f}.product-detail-page__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.product-detail-page__category{color:var(--color-primary);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:800}.product-detail-page__title{color:var(--color-text);margin:0;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1.12}.product-detail-page__brand{color:var(--color-text-light);margin-top:14px;font-size:.95rem}.product-detail-page__brand strong{color:var(--color-text)}.product-detail-page__favorite{width:46px;height:46px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background-color .2s,transform .2s;display:inline-flex;box-shadow:0 7px 18px #0000000f}.product-detail-page__favorite:hover{color:var(--color-primary);background:#c000180a;border-color:#c0001840;transform:translateY(-1px)}.product-detail-page__prices{border-bottom:1px solid var(--color-border);flex-direction:column;align-items:flex-start;gap:5px;margin-top:30px;padding-bottom:24px;display:flex}.product-detail-page__old-price{color:var(--color-text-light);font-size:1rem;text-decoration:line-through}.product-detail-page__price{color:var(--color-text);font-size:clamp(2rem,4vw,2.75rem);font-weight:850;line-height:1}.product-detail-page__stock{border-radius:999px;align-items:center;margin-top:20px;margin-bottom:0;padding:8px 12px;font-size:.88rem;font-weight:750;display:inline-flex}.product-detail-page__stock--available{color:#087a2e;background:#087a2e17}.product-detail-page__stock--empty{color:var(--color-error);background:#d2001a14}.product-detail-page__seller{background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:15px;align-items:center;gap:13px;margin-top:22px;padding:16px;display:flex}.product-detail-page__seller>svg{color:var(--color-primary);flex-shrink:0}.product-detail-page__seller div{flex-direction:column;gap:3px;display:flex}.product-detail-page__seller span{color:var(--color-text-light);font-size:.78rem}.product-detail-page__seller strong{color:var(--color-text);font-size:.94rem}.product-detail-page__quantity{justify-content:space-between;align-items:center;gap:18px;margin-top:22px;display:flex}.product-detail-page__quantity>span{color:var(--color-text);font-size:.95rem;font-weight:750}.product-detail-page__quantity select{min-width:92px;min-height:44px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:11px;padding:9px 14px;font-size:.94rem;font-weight:650}.product-detail-page__quantity select:focus{border-color:#c0001852;outline:3px solid #c000181a}.product-detail-page__quantity select:disabled{cursor:not-allowed;opacity:.55}.product-detail-page__actions{grid-template-columns:1fr;gap:12px;margin-top:26px;display:grid}.product-detail-page__button{cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:50px;padding:13px 20px;font-size:.96rem;font-weight:800;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.product-detail-page__button--primary{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary)}.product-detail-page__button--primary:hover:not(:disabled){background:#a60015;border-color:#a60015;transform:translateY(-1px);box-shadow:0 10px 24px #c0001833}.product-detail-page__button--secondary{color:var(--color-primary);background:#fff;border:1px solid #c0001847}.product-detail-page__button--secondary:hover:not(:disabled){color:#fff;background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-1px)}.product-detail-page__button:disabled{cursor:not-allowed;opacity:.5}.product-detail-page__benefits{border-top:1px solid var(--color-border);flex-direction:column;gap:15px;margin-top:28px;padding-top:24px;display:flex}.product-detail-page__benefit{align-items:flex-start;gap:13px;display:flex}.product-detail-page__benefit>svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.product-detail-page__benefit div{flex-direction:column;gap:4px;display:flex}.product-detail-page__benefit strong{color:var(--color-text);font-size:.91rem}.product-detail-page__benefit span{color:var(--color-text-light);font-size:.82rem;line-height:1.45}.product-detail-page__description-section{border:1px solid var(--color-border);background:#fff;border-radius:22px;margin-top:54px;padding:38px;box-shadow:0 12px 30px #0000000a}.product-detail-page__section-eyebrow{color:var(--color-primary);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;font-size:.8rem;font-weight:800}.product-detail-page__description-section h2{color:var(--color-text);margin:0;font-size:1.8rem;font-weight:800}.product-detail-page__description-section>p:last-child{max-width:900px;color:var(--color-text-light);white-space:pre-line;margin-top:18px;font-size:1rem;line-height:1.8}.product-detail-page__status{min-height:460px;color:var(--color-text-light);text-align:center;background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:50px;display:flex}.product-detail-page__status h1{color:var(--color-text);margin:0 0 12px;font-size:2rem}.product-detail-page__status p{max-width:520px;line-height:1.6}.product-detail-page__status--error{background:#d2001a09;border-color:#d2001a2e}.product-detail-page__spinner{border:4px solid #c0001821;border-top-color:var(--color-primary);border-radius:50%;width:46px;height:46px;margin-bottom:18px;animation:.8s linear infinite product-detail-spin}@keyframes product-detail-spin{to{transform:rotate(360deg)}}.product-detail-page__return-link{color:#fff;background:var(--color-primary);border-radius:11px;justify-content:center;align-items:center;min-height:44px;margin-top:20px;padding:10px 18px;font-size:.9rem;font-weight:750;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.product-detail-page__return-link:hover{background:#a60015;transform:translateY(-1px)}@media (width<=1100px){.product-detail-page{padding:42px 30px 80px}.product-detail-page__main{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:30px}.product-detail-page__image-container{min-height:500px}.product-detail-page__information{padding:26px}}@media (width<=850px){.product-detail-page__main{grid-template-columns:1fr}.product-detail-page__information{position:static}.product-detail-page__image-container{min-height:460px}}@media (width<=600px){.product-detail-page{padding:28px 20px 60px}.product-detail-page__breadcrumb{margin-bottom:20px;font-size:.78rem}.product-detail-page__breadcrumb span[aria-current=page]{max-width:210px}.product-detail-page__image-container{border-radius:18px;min-height:340px;padding:24px}.product-detail-page__thumbnails{gap:10px;margin-top:12px}.product-detail-page__thumbnail-button{flex-basis:70px;width:70px;height:70px}.product-detail-page__information{border-radius:18px;padding:22px}.product-detail-page__heading{gap:12px}.product-detail-page__favorite{width:42px;height:42px}.product-detail-page__quantity{flex-direction:column;align-items:stretch}.product-detail-page__quantity select{width:100%}.product-detail-page__description-section{border-radius:18px;margin-top:30px;padding:24px}.product-detail-page__description-section h2{font-size:1.5rem}.product-detail-page__status{min-height:360px;padding:32px 22px}}.product-detail-page__cart-message{border-radius:13px;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding:14px 16px;font-size:.88rem;font-weight:650;line-height:1.45;display:flex}.product-detail-page__cart-message--success{color:#087a2e;background:#087a2e12;border:1px solid #087a2e2e}.product-detail-page__cart-message--error{color:var(--color-error);background:#d2001a0d;border:1px solid #d2001a2e}.product-detail-page__cart-message a{color:inherit;flex-shrink:0;font-weight:800;text-decoration:underline}@media (width<=520px){.product-detail-page__cart-message{flex-direction:column;align-items:flex-start}}.auth-page{background:radial-gradient(circle at 0 0,#c000180f,#0000 34%),#fff;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 90px);padding:60px 24px 90px;display:flex}.auth-page__card{border:1px solid var(--color-border);background:#fff;border-radius:26px;width:100%;max-width:680px;padding:42px;box-shadow:0 18px 50px #00000012}.auth-page__intro{text-align:center;margin-bottom:30px}.auth-page__eyebrow{color:var(--color-primary);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;font-size:.8rem;font-weight:800}.auth-page__title{color:var(--color-text);margin:0;font-size:clamp(2rem,4vw,2.7rem);font-weight:850;line-height:1.1}.auth-page__description{max-width:520px;color:var(--color-text-light);margin:16px auto 0;font-size:1rem;line-height:1.7}.auth-page__form{flex-direction:column;gap:20px;display:flex}.auth-page__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.auth-page__field{flex-direction:column;gap:8px;display:flex}.auth-page__field>label{color:var(--color-text);font-size:.9rem;font-weight:750}.auth-page__optional{color:var(--color-text-light);font-size:.8rem;font-weight:500}.auth-page__input-wrapper{border:1px solid var(--color-border);background:#fff;border-radius:13px;align-items:center;gap:11px;min-height:50px;padding:0 14px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.auth-page__input-wrapper:focus-within{border-color:#c0001861;box-shadow:0 0 0 4px #c0001814}.auth-page__input-wrapper--error{background:#d2001a06;border-color:#d2001a8c}.auth-page__input-wrapper>svg{color:var(--color-text-light);flex-shrink:0}.auth-page__input-wrapper input{width:100%;min-width:0;height:48px;color:var(--color-text);background:0 0;border:none;outline:none;font-size:.95rem}.auth-page__input-wrapper input::placeholder{color:#a0a0a0}.auth-page__password-toggle{width:34px;height:34px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s;display:inline-flex}.auth-page__password-toggle:hover{color:var(--color-primary);background:#c000180d}.auth-page__field-error{color:var(--color-error);margin:0;font-size:.8rem;line-height:1.4}.auth-page__field-help{color:var(--color-text-light);margin:0;font-size:.78rem;line-height:1.4}.auth-page__message{border-radius:12px;padding:14px 16px;font-size:.9rem;font-weight:650;line-height:1.5}.auth-page__message--error{color:var(--color-error);background:#d2001a0d;border:1px solid #d2001a2e}.auth-page__message--success{color:#087a2e;background:#087a2e12;border:1px solid #087a2e2e}.auth-page__submit{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;width:100%;min-height:52px;margin-top:4px;padding:13px 20px;font-size:.96rem;font-weight:800;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.auth-page__submit:hover:not(:disabled){background:#a60015;border-color:#a60015;transform:translateY(-1px);box-shadow:0 10px 24px #c000182e}.auth-page__submit:disabled{cursor:wait;opacity:.65}.auth-page__legal{color:var(--color-text-light);text-align:center;margin:0;font-size:.78rem;line-height:1.6}.auth-page__legal a{color:var(--color-primary);font-weight:650;text-decoration:none}.auth-page__legal a:hover{text-decoration:underline}.auth-page__footer{color:var(--color-text-light);border-top:1px solid var(--color-border);justify-content:center;align-items:center;gap:6px;margin-top:26px;padding-top:24px;font-size:.9rem;display:flex}.auth-page__footer a{color:var(--color-primary);font-weight:750;text-decoration:none}.auth-page__footer a:hover{text-decoration:underline}@media (width<=700px){.auth-page{padding:38px 18px 60px}.auth-page__card{border-radius:20px;padding:28px 22px}.auth-page__row{grid-template-columns:1fr}.auth-page__intro{margin-bottom:24px}}.auth-page__label-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.auth-page__label-row>label{color:var(--color-text);font-size:.9rem;font-weight:750}.auth-page__forgot-link{color:var(--color-primary);font-size:.8rem;font-weight:650;text-decoration:none}.auth-page__forgot-link:hover{text-decoration:underline}@media (width<=480px){.auth-page__label-row{flex-direction:column;align-items:flex-start;gap:5px}}.cart-page{width:100%;max-width:1400px;min-height:620px;margin:0 auto;padding:56px 60px 100px}.cart-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;display:flex}.cart-page__eyebrow{color:var(--color-primary);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:800}.cart-page__title{color:var(--color-text);font-size:2.5rem;font-weight:850;line-height:1.12}.cart-page__description{color:var(--color-text-light);margin-top:13px;font-size:1rem;line-height:1.6}.cart-page__clear-button,.cart-page__remove-button{color:var(--color-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:7px;font-weight:700;display:inline-flex}.cart-page__clear-button{border-radius:10px;padding:10px 12px;font-size:.88rem}.cart-page__clear-button:hover:not(:disabled){background:#c000180f}.cart-page__clear-button:disabled,.cart-page__remove-button:disabled{cursor:wait;opacity:.55}.cart-page__layout{grid-template-columns:minmax(0,1fr) minmax(310px,380px);align-items:start;gap:30px;display:grid}.cart-page__items{flex-direction:column;gap:18px;display:flex}.cart-page__item{border:1px solid var(--color-border);background:#fff;border-radius:20px;grid-template-columns:190px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 10px 30px #0000000b}.cart-page__item--warning{border-color:#d2001a47}.cart-page__item-image-link{background:var(--color-background-secondary);min-height:220px;display:block}.cart-page__item-image{object-fit:cover;width:100%;height:100%;min-height:220px}.cart-page__item-information{flex-direction:column;justify-content:space-between;min-width:0;padding:24px;display:flex}.cart-page__item-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cart-page__item-category{color:var(--color-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:7px;font-size:.75rem;font-weight:800}.cart-page__item-name{color:var(--color-text);font-size:1.13rem;font-weight:800;line-height:1.35;text-decoration:none}.cart-page__item-name:hover{color:var(--color-primary)}.cart-page__item-brand{color:var(--color-text-light);margin-top:8px;font-size:.85rem}.cart-page__remove-button{flex-shrink:0;padding:7px;font-size:.82rem}.cart-page__stock-warning{color:var(--color-error);background:#d2001a0d;border-radius:10px;margin-top:15px;padding:10px 12px;font-size:.82rem;font-weight:650}.cart-page__item-bottom{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:28px;display:flex}.cart-page__quantity{color:var(--color-text);align-items:center;gap:10px;font-size:.85rem;font-weight:700;display:flex}.cart-page__quantity select{min-width:70px;color:var(--color-text);border:1px solid var(--color-border);background:#fff;border-radius:10px;padding:9px 12px}.cart-page__updating-text{color:var(--color-text-light);font-size:.76rem;font-weight:500}.cart-page__item-prices{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.cart-page__item-prices span{color:var(--color-text-light);font-size:.78rem}.cart-page__item-prices strong{color:var(--color-text);font-size:1.35rem;font-weight:850}.cart-page__continue-link{width:fit-content;color:var(--color-primary);align-items:center;gap:7px;margin-top:4px;font-size:.9rem;font-weight:750;text-decoration:none;display:inline-flex}.cart-page__summary{border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:26px;position:sticky;top:110px;box-shadow:0 14px 36px #0000000f}.cart-page__summary h2{color:var(--color-text);margin-bottom:23px;font-size:1.25rem;font-weight:850}.cart-page__summary-lines{border-bottom:1px solid var(--color-border);flex-direction:column;gap:16px;padding-bottom:21px;display:flex}.cart-page__summary-lines>div,.cart-page__summary-total{justify-content:space-between;align-items:center;gap:20px;display:flex}.cart-page__summary-lines span{color:var(--color-text-light);font-size:.9rem}.cart-page__summary-lines strong{color:var(--color-text);font-size:.9rem}.cart-page__summary-total{padding:22px 0}.cart-page__summary-total span{color:var(--color-text);font-size:1rem;font-weight:750}.cart-page__summary-total strong{color:var(--color-text);font-size:1.55rem;font-weight:900}.cart-page__checkout-button,.cart-page__catalog-link,.cart-page__retry-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:50px;padding:12px 20px;font-size:.93rem;font-weight:800;text-decoration:none;display:inline-flex}.cart-page__checkout-button{width:100%}.cart-page__checkout-button:hover:not(:disabled),.cart-page__catalog-link:hover,.cart-page__retry-button:hover{background:#a60015;border-color:#a60015}.cart-page__checkout-button:disabled{cursor:wait;opacity:.6}.cart-page__benefits{border-top:1px solid var(--color-border);flex-direction:column;gap:14px;margin-top:24px;padding-top:22px;display:flex}.cart-page__benefits>div{color:var(--color-text-light);align-items:center;gap:10px;font-size:.82rem;font-weight:600;display:flex}.cart-page__benefits svg{color:var(--color-primary);flex-shrink:0}.cart-page__cart-reference{color:var(--color-text-light);text-align:center;margin-top:20px;font-size:.72rem}.cart-page__message{border-radius:12px;margin-bottom:24px;padding:14px 16px;font-size:.88rem;font-weight:650}.cart-page__message--success{color:#087a2e;background:#087a2e12;border:1px solid #087a2e2e}.cart-page__message--error{color:var(--color-error);background:#d2001a0d;border:1px solid #d2001a2e}.cart-page__status,.cart-page__empty{min-height:430px;color:var(--color-text-light);text-align:center;background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:50px;display:flex}.cart-page__status h1,.cart-page__empty h1{color:var(--color-text);margin-bottom:12px;font-size:1.8rem}.cart-page__status p,.cart-page__empty>p:not(.cart-page__eyebrow){max-width:470px;line-height:1.6}.cart-page__empty-icon{width:82px;height:82px;color:var(--color-primary);background:#c0001812;border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;display:inline-flex}.cart-page__catalog-link,.cart-page__retry-button{margin-top:25px}.cart-page__spinner{border:4px solid #c0001821;border-top-color:var(--color-primary);border-radius:50%;width:44px;height:44px;margin-bottom:18px;animation:.8s linear infinite cart-page-spin}@keyframes cart-page-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.cart-page{padding:48px 30px 80px}.cart-page__layout{grid-template-columns:1fr}.cart-page__summary{position:static}}@media (width<=700px){.cart-page{padding:36px 18px 60px}.cart-page__header{flex-direction:column;align-items:flex-start}.cart-page__title{font-size:2rem}.cart-page__item{grid-template-columns:1fr}.cart-page__item-image-link,.cart-page__item-image{min-height:260px;max-height:320px}.cart-page__item-heading,.cart-page__item-bottom{flex-direction:column;align-items:flex-start}.cart-page__item-prices{align-items:flex-start}.cart-page__remove-button span{display:none}}.checkout-page{width:100%;max-width:1400px;min-height:650px;margin:0 auto;padding:56px 60px 100px}.checkout-page__header{margin-bottom:34px}.checkout-page__eyebrow{color:var(--color-primary);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:800}.checkout-page__title{color:var(--color-text);font-size:2.5rem;font-weight:850;line-height:1.12}.checkout-page__description{max-width:680px;color:var(--color-text-light);margin-top:13px;font-size:1rem;line-height:1.6}.checkout-page__layout{grid-template-columns:minmax(0,1fr) minmax(310px,390px);align-items:start;gap:30px;display:grid}.checkout-page__content{flex-direction:column;gap:22px;display:flex}.checkout-page__card,.checkout-page__summary{border:1px solid var(--color-border);background:#fff;border-radius:20px;box-shadow:0 12px 32px #0000000d}.checkout-page__card{padding:26px}.checkout-page__card-heading{align-items:flex-start;gap:13px;margin-bottom:24px;display:flex}.checkout-page__card-heading svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.checkout-page__card-heading h2{color:var(--color-text);font-size:1.22rem;font-weight:850}.checkout-page__card-heading p{color:var(--color-text-light);margin-top:5px;font-size:.88rem;line-height:1.5}.checkout-page__placeholder{color:var(--color-text-light);text-align:center;background:var(--color-background-secondary);border:1px dashed var(--color-border);border-radius:14px;padding:28px}.checkout-page__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.checkout-page__field{flex-direction:column;gap:8px;display:flex}.checkout-page__field--full{grid-column:1/-1}.checkout-page__field span{color:var(--color-text);font-size:.86rem;font-weight:750}.checkout-page__field input,.checkout-page__field select,.checkout-page__field textarea{width:100%;color:var(--color-text);font:inherit;border:1px solid var(--color-border);background:#fff;border-radius:11px;padding:12px 14px}.checkout-page__field textarea{resize:vertical}.checkout-page__field input:focus,.checkout-page__field select:focus,.checkout-page__field textarea:focus{border-color:#c000184d;outline:3px solid #c000181c}.checkout-page__shipping-option{background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:13px;align-items:flex-start;gap:12px;padding:17px;display:flex}.checkout-page__shipping-option input{margin-top:4px}.checkout-page__shipping-option div{flex-direction:column;gap:4px;display:flex}.checkout-page__shipping-option strong{color:var(--color-text);font-size:.93rem}.checkout-page__shipping-option span{color:var(--color-text-light);font-size:.82rem}.checkout-page__summary{padding:26px;position:sticky;top:110px}.checkout-page__summary h2{color:var(--color-text);margin-bottom:23px;font-size:1.3rem;font-weight:850}.checkout-page__summary-lines{border-bottom:1px solid var(--color-border);flex-direction:column;gap:16px;padding-bottom:22px;display:flex}.checkout-page__summary-lines>div,.checkout-page__summary-total{justify-content:space-between;align-items:center;gap:20px;display:flex}.checkout-page__summary-lines span{color:var(--color-text-light);font-size:.9rem}.checkout-page__summary-lines strong{color:var(--color-text);font-size:.9rem}.checkout-page__summary-total{padding:22px 0}.checkout-page__summary-total span{color:var(--color-text);font-size:1rem;font-weight:750}.checkout-page__summary-total strong{color:var(--color-text);font-size:1.55rem;font-weight:900}.checkout-page__payment-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:12px;width:100%;min-height:50px;padding:12px 20px;font-size:.93rem;font-weight:800}.checkout-page__payment-button:hover{background:#a60015;border-color:#a60015}.checkout-page__security{color:var(--color-text-light);border-top:1px solid var(--color-border);align-items:center;gap:10px;margin-top:22px;padding-top:20px;font-size:.82rem;line-height:1.45;display:flex}.checkout-page__security svg{color:var(--color-primary);flex-shrink:0}@media (width<=1050px){.checkout-page{padding:48px 30px 80px}.checkout-page__layout{grid-template-columns:1fr}.checkout-page__summary{position:static}}@media (width<=700px){.checkout-page{padding:36px 18px 60px}.checkout-page__title{font-size:2rem}.checkout-page__form-grid{grid-template-columns:1fr}.checkout-page__field--full{grid-column:auto}}.checkout-page__products{flex-direction:column;gap:14px;display:flex}.checkout-page__product{background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:14px;grid-template-columns:120px minmax(0,1fr);display:grid;overflow:hidden}.checkout-page__product--warning{border-color:#d2001a4d}.checkout-page__product-image-link{background:#f5f5f5;min-height:130px;display:block}.checkout-page__product-image{object-fit:cover;width:100%;height:100%;min-height:130px}.checkout-page__product-information{flex-direction:column;justify-content:space-between;min-width:0;padding:16px;display:flex}.checkout-page__product-category{color:var(--color-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:.7rem;font-weight:800}.checkout-page__product-name{color:var(--color-text);font-size:.96rem;font-weight:800;line-height:1.35;text-decoration:none}.checkout-page__product-name:hover{color:var(--color-primary)}.checkout-page__product-brand{color:var(--color-text-light);margin-top:6px;font-size:.78rem}.checkout-page__product-bottom{color:var(--color-text-light);justify-content:space-between;align-items:flex-end;gap:16px;margin-top:18px;font-size:.8rem;display:flex}.checkout-page__product-price{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.checkout-page__product-price small{color:var(--color-text-light)}.checkout-page__product-price strong{color:var(--color-text);font-size:1rem;font-weight:850}.checkout-page__product-warning{color:var(--color-error);background:#d2001a0d;border-radius:8px;margin-top:10px;padding:8px 10px;font-size:.76rem;font-weight:700}.checkout-page__edit-cart-link{width:fit-content;color:var(--color-primary);margin-top:18px;font-size:.84rem;font-weight:750;text-decoration:none;display:inline-flex}.checkout-page__edit-cart-link:hover{text-decoration:underline}.checkout-page__message{border-radius:12px;margin-bottom:24px;padding:14px 16px;font-size:.88rem;font-weight:650}.checkout-page__message--error{color:var(--color-error);background:#d2001a0d;border:1px solid #d2001a2e}.checkout-page__stock-notice{color:var(--color-error);text-align:center;margin-top:12px;font-size:.78rem;font-weight:650}.checkout-page__payment-button:disabled{cursor:not-allowed;opacity:.55}.checkout-page__status{min-height:430px;color:var(--color-text-light);text-align:center;background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:50px;display:flex}.checkout-page__status h1{color:var(--color-text);margin:15px 0 10px;font-size:1.7rem}.checkout-page__status p{max-width:480px;line-height:1.6}.checkout-page__status--error svg{color:var(--color-error)}.checkout-page__spinner{border:4px solid #c0001821;border-top-color:var(--color-primary);border-radius:50%;width:44px;height:44px;margin-bottom:18px;animation:.8s linear infinite checkout-page-spin}.checkout-page__retry-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:11px;margin-top:22px;padding:11px 18px;font-weight:800}.checkout-page__back-link{color:var(--color-primary);margin-top:14px;font-size:.85rem;font-weight:700}@keyframes checkout-page-spin{to{transform:rotate(360deg)}}@media (width<=600px){.checkout-page__product{grid-template-columns:90px minmax(0,1fr)}.checkout-page__product-image-link,.checkout-page__product-image{min-height:115px}.checkout-page__product-bottom{flex-direction:column;align-items:flex-start}.checkout-page__product-price{align-items:flex-start}}.checkout-page__field small{font-size:.76rem}.checkout-page__field>span small{color:var(--color-text-light);font-weight:500}.checkout-page__input--error{color:var(--color-error);background:#d2001a06!important;border-color:#d2001a8c!important}.checkout-page__input--error:focus{border-color:var(--color-error)!important;outline-color:#d2001a1f!important}.checkout-page__field-error{color:var(--color-error);font-weight:650;line-height:1.4}.checkout-page__character-counter{color:var(--color-text-light);align-self:flex-end;font-weight:500}.checkout-page__message--success{color:#087a2e;background:#087a2e12;border:1px solid #087a2e2e}.account-sidebar{background:#fff;border:1px solid #e5e5e5;border-radius:22px;position:sticky;top:110px;overflow:hidden;box-shadow:0 12px 36px #0000000d}.account-sidebar__user{align-items:center;gap:14px;padding:24px;display:flex}.account-sidebar__avatar{color:#fff;background:linear-gradient(135deg,#d70012,#ff4d55);border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:1.1rem;font-weight:800;display:grid;box-shadow:0 8px 20px #e3061333}.account-sidebar__identity{min-width:0}.account-sidebar__identity span{color:#777;margin-bottom:2px;font-size:.82rem;display:block}.account-sidebar__identity strong{color:#252525;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;display:block;overflow:hidden}.account-sidebar__identity p{color:#777;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.75rem;overflow:hidden}.account-sidebar__status{background:#fff5f5;border-radius:14px;align-items:flex-start;gap:10px;margin:0 20px 18px;padding:13px;display:flex}.account-sidebar__status-dot{background:#e30613;border-radius:50%;flex:0 0 9px;width:9px;height:9px;margin-top:5px}.account-sidebar__status strong,.account-sidebar__status span{display:block}.account-sidebar__status strong{margin-bottom:2px;font-size:.82rem}.account-sidebar__status span{color:#777;font-size:.72rem}.account-sidebar__navigation{border-top:1px solid #ededed;padding:8px 12px 16px}.account-sidebar__link{color:#333;border-radius:12px;flex-direction:column;gap:2px;margin-top:5px;padding:12px 14px;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:flex}.account-sidebar__link:hover{background:#f7f7f7;transform:translate(2px)}.account-sidebar__link--active{color:#d70012;background:#fff0f1}.account-sidebar__link span{font-size:.87rem;font-weight:750}.account-sidebar__link small{color:#8a8a8a;font-size:.7rem}.account-sidebar__logout{color:#e30613;cursor:pointer;width:calc(100% - 40px);font:inherit;background:#fff;border:1px solid #e30613;border-radius:12px;margin:0 20px 22px;padding:12px 16px;font-size:.84rem;font-weight:750;transition:background-color .16s,color .16s}.account-sidebar__logout:hover{color:#fff;background:#e30613}@media (width<=760px){.account-sidebar{position:static}.account-sidebar__navigation{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=520px){.account-sidebar__navigation{grid-template-columns:1fr}}.account-layout{color:#292929;background:linear-gradient(#fff 0% 240px,#f8f8f8 240px 100%);min-height:100vh}.account-layout__container{width:min(1180px,100% - 40px);margin:0 auto}.account-layout__hero{padding:68px 0 42px}.account-layout__eyebrow{color:#e30613;letter-spacing:.15em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:800}.account-layout__hero h1{color:#292929;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.account-layout__description{color:#707070;max-width:690px;margin:14px 0 0;font-size:1rem;line-height:1.7}.account-layout__content{padding-bottom:80px}.account-layout__grid{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:28px;display:grid}.account-layout__main{min-width:0}@media (width<=1000px){.account-layout__grid{grid-template-columns:240px minmax(0,1fr)}}@media (width<=760px){.account-layout{background:#f8f8f8}.account-layout__container{width:min(100% - 24px,1180px)}.account-layout__hero{padding:38px 0 28px}.account-layout__grid{grid-template-columns:1fr}}.profile-page{color:#292929;background:linear-gradient(#fff 0% 240px,#f8f8f8 240px 100%);min-height:100vh}.profile-page__container{width:min(1180px,100% - 40px);margin:0 auto}.profile-page__hero{padding:68px 0 42px}.profile-page__eyebrow,.profile-dashboard__eyebrow{color:#e30613;letter-spacing:.15em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:800}.profile-page__hero h1{color:#292929;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.profile-page__hero-description{color:#707070;max-width:690px;margin:14px 0 0;font-size:1rem;line-height:1.7}.profile-page__content{padding-bottom:80px}.profile-page__layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:28px;display:grid}.profile-sidebar,.profile-dashboard__welcome,.profile-dashboard__section,.profile-store-banner{background:#fff;border:1px solid #e5e5e5;border-radius:22px;box-shadow:0 12px 36px #0000000d}.profile-sidebar{position:sticky;top:110px;overflow:hidden}.profile-sidebar__user{align-items:center;gap:14px;padding:24px;display:flex}.profile-sidebar__avatar{color:#fff;background:linear-gradient(135deg,#d70012,#ff4d55);border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:1.1rem;font-weight:800;display:grid;box-shadow:0 8px 20px #e3061333}.profile-sidebar__identity{min-width:0}.profile-sidebar__identity span,.profile-sidebar__identity p{color:#777}.profile-sidebar__identity span{margin-bottom:2px;font-size:.82rem;display:block}.profile-sidebar__identity strong{color:#252525;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;display:block;overflow:hidden}.profile-sidebar__identity p{text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.75rem;overflow:hidden}.profile-sidebar__status{background:#fff5f5;border-radius:14px;align-items:flex-start;gap:10px;margin:0 20px 18px;padding:13px;display:flex}.profile-sidebar__status-dot{background:#e30613;border-radius:50%;flex:0 0 9px;width:9px;height:9px;margin-top:5px}.profile-sidebar__status strong,.profile-sidebar__status span{display:block}.profile-sidebar__status strong{margin-bottom:2px;font-size:.82rem}.profile-sidebar__status span{color:#777;font-size:.72rem}.profile-sidebar__navigation{border-top:1px solid #ededed;padding:8px 12px 16px}.profile-sidebar__link{color:#333;border-radius:12px;flex-direction:column;gap:2px;margin-top:5px;padding:12px 14px;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:flex}.profile-sidebar__link:hover{background:#f7f7f7;transform:translate(2px)}.profile-sidebar__link--active{color:#d70012;background:#fff0f1}.profile-sidebar__link span{font-size:.87rem;font-weight:750}.profile-sidebar__link small{color:#8a8a8a;font-size:.7rem}.profile-sidebar__logout{color:#e30613;cursor:pointer;width:calc(100% - 40px);font:inherit;background:#fff;border:1px solid #e30613;border-radius:12px;margin:0 20px 22px;padding:12px 16px;font-size:.84rem;font-weight:750;transition:background-color .16s,color .16s}.profile-sidebar__logout:hover{color:#fff;background:#e30613}.profile-dashboard{gap:22px;display:grid}.profile-dashboard__welcome{justify-content:space-between;align-items:center;gap:30px;padding:30px;display:flex}.profile-dashboard__welcome h2,.profile-dashboard__section h2,.profile-store-banner h2{color:#292929;margin:0}.profile-dashboard__welcome h2{font-size:1.65rem}.profile-dashboard__welcome p:not(.profile-dashboard__eyebrow){color:#747474;max-width:610px;margin:10px 0 0;line-height:1.65}.profile-dashboard__primary-link,.profile-store-banner__button{color:#fff;background:#e30613;border-radius:12px;flex:none;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-size:.86rem;font-weight:800;text-decoration:none;transition:background-color .16s,transform .16s;display:inline-flex}.profile-dashboard__primary-link:hover,.profile-store-banner__button:hover{background:#bf0010;transform:translateY(-1px)}.profile-dashboard__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.profile-stat-card{background:#fff;border:1px solid #e7e7e7;border-radius:18px;min-width:0;padding:22px}a.profile-stat-card{color:inherit;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s}a.profile-stat-card:hover{border-color:#f0a6ab;transform:translateY(-2px);box-shadow:0 10px 26px #0000000f}.profile-stat-card>span{color:#777;font-size:.8rem;font-weight:700}.profile-stat-card>strong{color:#252525;margin-top:10px;font-size:1.55rem;line-height:1.1;display:block}.profile-stat-card>p{color:#999;margin:8px 0 0;font-size:.72rem}.profile-dashboard__section{padding:28px}.profile-dashboard__section-heading{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.profile-dashboard__section-heading h2{font-size:1.35rem}.profile-dashboard__section-heading--with-action{justify-content:space-between;align-items:center;gap:20px;display:flex}.profile-dashboard__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-option-card{min-width:0;color:inherit;border:1px solid #e8e8e8;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.profile-option-card:hover{border-color:#f0a6ab;transform:translateY(-2px);box-shadow:0 10px 26px #0000000f}.profile-option-card__number{color:#e30613;background:#fff0f1;border-radius:12px;place-items:center;width:42px;height:42px;font-size:.76rem;font-weight:850;display:grid}.profile-option-card h3{margin:0;font-size:.94rem}.profile-option-card p{color:#838383;margin:5px 0 0;font-size:.76rem;line-height:1.45}.profile-option-card__arrow{color:#e30613;font-size:1.25rem}.profile-dashboard__secondary-button{min-width:128px;min-height:42px;color:var(--color-text);text-align:center;border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:11px;justify-content:center;align-items:center;padding:10px 18px;font-family:inherit;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.profile-dashboard__secondary-button:hover{color:var(--color-primary);background:#c0001809;border-color:#c000184d;transform:translateY(-1px);box-shadow:0 7px 18px #0000000f}.profile-dashboard__secondary-button:focus-visible{outline-offset:2px;outline:3px solid #c000181f}.profile-personal-data{border:1px solid #e9e9e9;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.profile-personal-data__item{border-bottom:1px solid #eee;min-width:0;padding:18px 20px}.profile-personal-data__item:nth-child(odd){border-right:1px solid #eee}.profile-personal-data__item:nth-last-child(-n+2){border-bottom:0}.profile-personal-data__item span,.profile-personal-data__item strong{display:block}.profile-personal-data__item span{color:#858585;margin-bottom:7px;font-size:.74rem}.profile-personal-data__item strong{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.profile-security{border:1px solid #e9e9e9;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;padding:20px;display:flex}.profile-security h3{margin:0;font-size:.95rem}.profile-security p{color:#818181;max-width:550px;margin:6px 0 0;font-size:.78rem;line-height:1.5}.profile-store-banner{background:radial-gradient(circle at 100% 0,#e3061317,#0000 42%),#fff;border-color:#efb7bb;justify-content:space-between;align-items:center;gap:30px;padding:30px;display:flex}.profile-store-banner h2{font-size:1.45rem}.profile-store-banner p:not(.profile-dashboard__eyebrow){color:#777;max-width:620px;margin:9px 0 0;font-size:.86rem;line-height:1.6}.profile-store-status-wrapper{margin-top:10px}.profile-stat-card .profile-store-status{border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;width:auto;min-height:30px;margin:0;padding:6px 11px;font-size:.82rem;font-weight:800;line-height:1;display:inline-flex}.profile-store-status__dot{border-radius:50%;flex:none;width:7px;height:7px;display:block}.profile-store-status--active{color:#22743b;background:#ebf8ef;border-color:#ccebd6}.profile-store-status--active .profile-store-status__dot{background:#2da44e}.profile-store-status--not-created{color:#b00018;background:#fff0f2;border-color:#ffd1d7}.profile-store-status--not-created .profile-store-status__dot{background:#e30613}@media (width<=1000px){.profile-page__layout{grid-template-columns:240px minmax(0,1fr)}.profile-dashboard__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dashboard__options{grid-template-columns:1fr}}@media (width<=760px){.profile-page{background:#f8f8f8}.profile-page__container{width:min(100% - 24px,1180px)}.profile-page__hero{padding:38px 0 28px}.profile-page__layout{grid-template-columns:1fr}.profile-sidebar{position:static}.profile-sidebar__navigation{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.profile-dashboard__welcome,.profile-store-banner,.profile-security{flex-direction:column;align-items:flex-start}.profile-dashboard__primary-link,.profile-store-banner__button{width:100%}}@media (width<=600px){.profile-dashboard__section-heading--with-action{flex-direction:column;align-items:stretch}.profile-dashboard__secondary-button{width:100%}.profile-security{flex-direction:column;align-items:stretch}.profile-security .profile-dashboard__secondary-button{width:100%}}@media (width<=520px){.profile-sidebar__navigation,.profile-dashboard__stats,.profile-personal-data{grid-template-columns:1fr}.profile-dashboard__welcome,.profile-dashboard__section,.profile-store-banner{padding:22px}.profile-personal-data__item,.profile-personal-data__item:nth-child(odd),.profile-personal-data__item:nth-last-child(-n+2){border-bottom:1px solid #eee;border-right:0}.profile-personal-data__item:last-child{border-bottom:0}.profile-dashboard__section-heading--with-action{flex-direction:column;align-items:flex-start}.profile-dashboard__secondary-button{width:100%}}.orders-page{gap:22px;display:grid}.orders-page__empty{width:100%;min-height:430px;color:var(--color-text);text-align:center;border:1px solid var(--color-border);background:#fff;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:58px 30px;display:flex;box-shadow:0 12px 36px #0000000d}.orders-page__empty-icon{background:#fff0f1;border-radius:50%;place-items:center;width:76px;height:76px;font-size:2rem;display:grid}.orders-page__empty h2{color:var(--color-text);margin:22px 0 0;font-size:1.45rem;line-height:1.25}.orders-page__empty p{max-width:480px;color:var(--color-text-light);margin:12px 0 0;font-size:.95rem;line-height:1.65}.orders-page__button{color:#fff;min-height:46px;font:inherit;cursor:pointer;background:var(--color-primary);border:1px solid var(--color-primary);border-radius:12px;justify-content:center;align-items:center;margin-top:24px;padding:0 24px;font-size:.86rem;font-weight:800;line-height:1;text-decoration:none;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.orders-page__button:hover:not(:disabled){background:#bf0010;border-color:#bf0010;transform:translateY(-1px);box-shadow:0 8px 20px #e306132e}.orders-page__button:focus-visible,.orders-page__cancel-icon:focus-visible,.orders-page__modal-close:focus-visible,.orders-page__notice button:focus-visible{outline-offset:3px;outline:3px solid #c0001824}.orders-page__button:disabled{cursor:wait;opacity:.65}.orders-page__spinner{border:3px solid #f4c9cd;border-top-color:var(--color-primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite orders-page-spin}.orders-page__notice{border:1px solid;border-radius:14px;align-items:center;gap:11px;padding:14px 16px;font-size:.86rem;font-weight:650;line-height:1.45;display:flex}.orders-page__notice span{flex:1}.orders-page__notice button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:3px;font-weight:800;display:inline-flex}.orders-page__notice--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.orders-page__notice--error{color:#991b1b;background:#fff1f2;border-color:#fecdd3}.orders-page__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.orders-page__summary-item{border:1px solid var(--color-border);background:#fff;border-radius:15px;align-items:center;gap:12px;min-width:0;padding:15px 17px;display:flex}.orders-page__summary-item>svg{flex:none}.orders-page__summary-item span{color:var(--color-text-light);flex-direction:column;gap:1px;font-size:.75rem;font-weight:700;display:flex}.orders-page__summary-item strong{color:var(--color-text);font-size:1.05rem;line-height:1}.orders-page__summary-item--pending>svg{color:#b45309}.orders-page__summary-item--confirmed>svg{color:#15803d}.orders-page__summary-item--cancelled>svg{color:#6b7280}.orders-page__group{border:1px solid var(--color-border);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000009}.orders-page__group--pending{border-color:#f4d6a5}.orders-page__group--confirmed{border-color:#cce8d4}.orders-page__group-header{border-bottom:1px solid #eee;align-items:center;gap:14px;padding:20px 22px;display:flex}.orders-page__group--pending .orders-page__group-header{background:#fffaf2;border-bottom-color:#f5e4c8}.orders-page__group--confirmed .orders-page__group-header{background:#f5fbf7;border-bottom-color:#dceee1}.orders-page__group--cancelled .orders-page__group-header{background:#f8f9fa}.orders-page__group-icon{border-radius:13px;flex:none;place-items:center;width:44px;height:44px;display:grid}.orders-page__group-icon--pending{color:#9a570d;background:#ffefd2}.orders-page__group-icon--confirmed{color:#137a38;background:#dcf5e4}.orders-page__group-icon--cancelled{color:#616975;background:#e9ecef}.orders-page__group-copy{min-width:0}.orders-page__group-copy>div{align-items:center;gap:9px;display:flex}.orders-page__group-copy h2{color:var(--color-text);margin:0;font-size:1.08rem;line-height:1.2}.orders-page__group-copy span{color:#fff;background:#202124;border-radius:999px;justify-content:center;align-items:center;min-width:25px;height:25px;padding:0 7px;font-size:.72rem;font-weight:850;display:inline-flex}.orders-page__group--pending .orders-page__group-copy span{background:#b66308}.orders-page__group--confirmed .orders-page__group-copy span{background:#188143}.orders-page__group--cancelled .orders-page__group-copy span{background:#6b7280}.orders-page__group-copy p{color:var(--color-text-light);margin:5px 0 0;font-size:.78rem;line-height:1.5}.orders-page__group-list{gap:14px;padding:18px;display:grid}.orders-page__group-empty{color:var(--color-text-light);text-align:center;margin:0;padding:24px 22px;font-size:.84rem}.orders-page__card{border:1px solid var(--color-border);background:#fff;border-left-width:4px;border-radius:16px;padding:22px;position:relative;box-shadow:0 6px 20px #00000009}.orders-page__card--pending{border-left-color:#e3901c}.orders-page__card--confirmed{border-left-color:#27a45a}.orders-page__card--cancelled{box-shadow:none;border-left-color:#a8adb5}.orders-page__card-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.orders-page__eyebrow{color:var(--color-primary);letter-spacing:.055em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:850}.orders-page__card--pending .orders-page__eyebrow{color:#a65b08}.orders-page__card--confirmed .orders-page__eyebrow{color:#14783a}.orders-page__card--cancelled .orders-page__eyebrow{color:#6b7280}.orders-page__status-row{flex-wrap:wrap;align-items:center;gap:9px;margin-top:7px;display:flex}.orders-page__card h3{color:var(--color-text);margin:0;font-size:1.08rem;line-height:1.2}.orders-page__status{border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.68rem;font-weight:800;display:inline-flex}.orders-page__status--pending{color:#8b4a05;background:#ffedca}.orders-page__status--confirmed{color:#136c35;background:#dcf5e4}.orders-page__status--cancelled{color:#5c6470;background:#eceff2}.orders-page__card-tools{align-items:center;gap:12px;display:flex}.orders-page__card-tools>strong{color:var(--color-text);white-space:nowrap;font-size:1.13rem}.orders-page__cancel-icon{color:#8e3339;cursor:pointer;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;padding:0;transition:color .2s,background-color .2s,border-color .2s,transform .2s;display:inline-grid}.orders-page__cancel-icon:hover:not(:disabled){color:#fff;background:#c81e2a;border-color:#c81e2a;transform:translateY(-1px)}.orders-page__cancel-icon:disabled{cursor:wait;opacity:.55}.orders-page__details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:19px 0 0;display:grid}.orders-page__details div{background:#fafafa;border:1px solid #f4f4f4;border-radius:11px;min-width:0;padding:13px 14px}.orders-page__details dt{color:var(--color-text-light);font-size:.72rem;font-weight:700}.orders-page__details dd{color:var(--color-text);text-overflow:ellipsis;margin:5px 0 0;font-size:.86rem;font-weight:750;overflow:hidden}.orders-page__timer{color:#7e4809;background:#fff9ed;border:1px solid #f4ddb3;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:12px 14px;display:flex}.orders-page__timer--expired{color:#7b3136;background:#fff3f4;border-color:#f1c6ca}.orders-page__timer-copy{align-items:center;gap:10px;display:flex}.orders-page__timer-copy>svg{flex:none}.orders-page__timer-copy div{flex-direction:column;display:flex}.orders-page__timer-copy span{font-size:.8rem;font-weight:800}.orders-page__timer-copy small{color:#8b7452;margin-top:2px;font-size:.7rem}.orders-page__timer>strong{font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:1.05rem}.orders-page__attention{color:#7a3d00;background:#fff4df;border:1px solid #f2d19d;border-radius:10px;margin:16px 0 0;padding:12px 14px;font-size:.82rem;line-height:1.5}.orders-page__card-actions{align-items:center;gap:10px;margin-top:16px;display:flex}.orders-page__card .orders-page__button{margin-top:0}.orders-page__expired-note{color:#8a333a;margin:14px 0 0;font-size:.78rem;font-weight:700}.orders-page__modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14141894;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.orders-page__modal{text-align:center;background:#fff;border:1px solid #eee;border-radius:22px;width:min(100%,470px);padding:31px;position:relative;box-shadow:0 28px 80px #00000038}.orders-page__modal-close{color:#626873;cursor:pointer;background:#f4f5f6;border:0;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:15px;right:15px}.orders-page__modal-icon{color:#b91c2a;background:#fff0f1;border-radius:18px;place-items:center;width:60px;height:60px;margin:0 auto;display:grid}.orders-page__modal h2{color:var(--color-text);margin:20px 0 0;font-size:1.32rem}.orders-page__modal>p{color:var(--color-text-light);margin:11px 0 0;font-size:.88rem;line-height:1.65}.orders-page__modal .orders-page__modal-error{color:#991b1b;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;margin-top:16px;padding:11px 12px;font-size:.8rem;font-weight:700}.orders-page__modal-actions{grid-template-columns:1fr 1.35fr;gap:10px;margin-top:23px;display:grid}.orders-page__modal-actions .orders-page__button{width:100%;margin-top:0;padding:0 16px}.orders-page__button--secondary{color:#3f444d;background:#fff;border-color:#d7d9dd}.orders-page__button--secondary:hover:not(:disabled){color:#202124;box-shadow:none;background:#f5f5f5;border-color:#c7c9cd}.orders-page__button--danger{background:#bd1e2b;border-color:#bd1e2b}@keyframes orders-page-spin{to{transform:rotate(360deg)}}@media (width<=720px){.orders-page__summary{grid-template-columns:1fr}.orders-page__group-header{align-items:flex-start}.orders-page__details{grid-template-columns:1fr}.orders-page__timer{flex-direction:column;align-items:flex-start}.orders-page__timer>strong{padding-left:30px}}@media (width<=520px){.orders-page__empty{min-height:360px;padding:42px 22px}.orders-page__empty .orders-page__button{width:100%}.orders-page__group-header,.orders-page__group-list{padding:16px}.orders-page__card{padding:18px 16px}.orders-page__card-header{gap:12px}.orders-page__card-tools{flex-direction:column-reverse;align-items:flex-end;gap:8px}.orders-page__card-tools>strong{font-size:1rem}.orders-page__card-actions .orders-page__button{width:100%}.orders-page__modal{padding:27px 20px 21px}.orders-page__modal-actions{grid-template-columns:1fr}}.addresses-page__panel{border:1px solid var(--color-border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px #0000000d}.addresses-page__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:28px;padding:28px 30px;display:flex}.addresses-page__eyebrow{color:var(--color-primary);letter-spacing:.15em;margin:0 0 8px;font-size:.76rem;font-weight:800}.addresses-page__header h2{color:var(--color-text);margin:0;font-size:1.55rem;line-height:1.2}.addresses-page__header p:last-child{max-width:600px;color:var(--color-text-light);margin:10px 0 0;font-size:.92rem;line-height:1.6}.addresses-page__add-button,.addresses-page__empty-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-family:inherit;font-size:.86rem;font-weight:800;line-height:1;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.addresses-page__add-button{flex-shrink:0}.addresses-page__add-button:hover,.addresses-page__empty-button:hover{background:#bf0010;border-color:#bf0010;transform:translateY(-1px);box-shadow:0 8px 20px #e306132e}.addresses-page__add-button:focus-visible,.addresses-page__empty-button:focus-visible{outline-offset:3px;outline:3px solid #c0001824}.addresses-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:54px 30px;display:flex}.addresses-page__empty-icon{background:#fff0f1;border-radius:50%;place-items:center;width:76px;height:76px;font-size:2rem;display:grid}.addresses-page__empty h3{color:var(--color-text);margin:22px 0 0;font-size:1.4rem;line-height:1.3}.addresses-page__empty p{max-width:480px;color:var(--color-text-light);margin:12px 0 0;font-size:.94rem;line-height:1.65}.addresses-page__empty-button{margin-top:24px}@media (width<=700px){.addresses-page__header{flex-direction:column;align-items:stretch;padding:24px}.addresses-page__add-button{width:100%}.addresses-page__empty{min-height:340px;padding:42px 22px}.addresses-page__empty-button{width:100%}}.addresses-page__form{padding:30px}.addresses-page__form-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.addresses-page__form-heading h3{color:var(--color-text);margin:0;font-size:1.35rem}.addresses-page__form-heading p:last-child{color:var(--color-text-light);margin:8px 0 0;font-size:.9rem;line-height:1.6}.addresses-page__close-button{width:38px;height:38px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:10px;flex-shrink:0;place-items:center;font-size:1.5rem;display:grid}.addresses-page__form-error{color:var(--color-primary);background:#e306130d;border:1px solid #e3061333;border-radius:11px;margin-bottom:20px;padding:13px 15px;font-size:.84rem;font-weight:700}.addresses-page__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.addresses-page__field{flex-direction:column;gap:8px;display:flex}.addresses-page__field--full{grid-column:1/-1}.addresses-page__field>span{color:var(--color-text);font-size:.82rem;font-weight:750}.addresses-page__field input,.addresses-page__field select,.addresses-page__field textarea{width:100%;min-height:46px;color:var(--color-text);border:1px solid var(--color-border);background:#fff;border-radius:11px;padding:11px 13px;font-family:inherit;font-size:.9rem}.addresses-page__field textarea{resize:vertical;min-height:110px}.addresses-page__field input:focus,.addresses-page__field select:focus,.addresses-page__field textarea:focus{border-color:#c0001859;outline:3px solid #c000181a}.addresses-page__field small{color:var(--color-text-light);align-self:flex-end;font-size:.72rem}.addresses-page__default-option{color:var(--color-text);cursor:pointer;align-items:center;gap:10px;margin-top:20px;font-size:.84rem;font-weight:650;display:inline-flex}.addresses-page__default-option input{width:17px;height:17px;accent-color:var(--color-primary)}.addresses-page__form-actions{border-top:1px solid var(--color-border);justify-content:flex-end;gap:12px;margin-top:28px;padding-top:24px;display:flex}.addresses-page__cancel-button,.addresses-page__save-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-family:inherit;font-size:.86rem;font-weight:800;display:inline-flex}.addresses-page__cancel-button{color:var(--color-text);border:1px solid var(--color-border);background:#fff}.addresses-page__save-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary)}.addresses-page__list{gap:18px;padding:28px 30px;display:grid}.addresses-page__card{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:22px}.addresses-page__card-heading{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.addresses-page__card-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.addresses-page__card-title h3{color:var(--color-text);margin:0;font-size:1.05rem}.addresses-page__card-title span{color:var(--color-primary);background:#e3061312;border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:800}.addresses-page__card-title .addresses-page__origin-badge{color:#226b38;background:#e8f7ed}.addresses-page__card-heading p{color:var(--color-text-light);margin:7px 0 0;font-size:.82rem}.addresses-page__card-actions{gap:9px;display:flex}.addresses-page__card-actions button{min-height:36px;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;padding:0 13px;font-family:inherit;font-size:.75rem;font-weight:750}.addresses-page__card-actions .addresses-page__delete-button{color:var(--color-primary);border-color:#e3061340}.addresses-page__card-content{gap:9px;padding-top:18px;display:grid}.addresses-page__card-content p{color:var(--color-text-light);margin:0;font-size:.86rem;line-height:1.5}.addresses-page__card-content strong{color:var(--color-text)}@media (width<=700px){.addresses-page__form{padding:24px}.addresses-page__form-grid{grid-template-columns:1fr}.addresses-page__field--full{grid-column:auto}.addresses-page__form-actions{flex-direction:column-reverse;align-items:stretch}.addresses-page__cancel-button,.addresses-page__save-button{width:100%}.addresses-page__list{padding:22px}.addresses-page__card-heading{flex-direction:column}.addresses-page__card-actions{width:100%}.addresses-page__card-actions button{flex:1}}.favorites-page__panel{border:1px solid var(--color-border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px #0000000d}.favorites-page__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:28px;padding:28px 30px;display:flex}.favorites-page__eyebrow{color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.favorites-page__header h2{color:var(--color-text);margin:0;font-size:1.55rem;font-weight:700;line-height:1.2}.favorites-page__header p:last-child{max-width:600px;color:var(--color-text-light);margin:10px 0 0;font-size:.92rem;line-height:1.6}.favorites-page__message{border-radius:11px;margin:24px 30px 0;padding:13px 15px;font-size:.84rem;font-weight:700}.favorites-page__message--error{color:var(--color-primary);background:#e306130d;border:1px solid #e3061333}.favorites-page__state{min-height:390px;color:var(--color-text-light);text-align:center;justify-content:center;align-items:center;padding:54px 30px;font-size:.94rem;display:flex}.favorites-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:54px 30px;display:flex}.favorites-page__empty-icon{width:76px;height:76px;color:var(--color-text);background:#fff0f1;border-radius:50%;place-items:center;font-size:2rem;display:grid}.favorites-page__empty h3{color:var(--color-text);margin:22px 0 0;font-size:1.4rem;line-height:1.3}.favorites-page__empty p{max-width:480px;color:var(--color-text-light);margin:12px 0 0;font-size:.94rem;line-height:1.65}.favorites-page__empty-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;margin-top:24px;padding:0 22px;font-family:inherit;font-size:.86rem;font-weight:800;line-height:1;text-decoration:none;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.favorites-page__empty-button:hover{background:#bf0010;border-color:#bf0010;transform:translateY(-1px);box-shadow:0 8px 20px #e306132e}.favorites-page__empty-button:focus-visible{outline-offset:3px;outline:3px solid #c0001824}.favorites-page__grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px;padding:28px 30px;display:grid}.favorite-card{border:1px solid var(--color-border);background:#fff;border-radius:16px;transition:box-shadow .2s,transform .2s;overflow:hidden}.favorite-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000012}.favorite-card__image-link{text-decoration:none;display:block}.favorite-card__image,.favorite-card__image-placeholder{width:100%;height:230px;display:block}.favorite-card__image{object-fit:cover}.favorite-card__image-placeholder{color:var(--color-text-light);background:#f7f7f7;justify-content:center;align-items:center;font-size:.9rem;display:flex}.favorite-card__content{padding:20px}.favorite-card__brand{color:var(--color-primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:.76rem;font-weight:800;display:block}.favorite-card__name{color:var(--color-text);margin-bottom:14px;font-size:1rem;font-weight:750;line-height:1.4;text-decoration:none;transition:color .2s;display:block}.favorite-card__name:hover{color:var(--color-primary)}.favorite-card__price{color:var(--color-text);margin-bottom:12px;font-size:1.2rem;line-height:1.2;display:block}.favorite-card__stock{border-radius:999px;align-items:center;margin-bottom:20px;padding:6px 11px;font-size:.75rem;font-weight:750;display:inline-flex}.favorite-card__stock--available{color:#2e7d32;background:#eaf8ef}.favorite-card__stock--unavailable{color:var(--color-primary);background:#fff1f1}.favorite-card__actions{gap:10px;display:flex}.favorite-card__view-button,.favorite-card__remove-button{cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-family:inherit;font-size:.8rem;font-weight:800;line-height:1;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.favorite-card__view-button{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);text-decoration:none}.favorite-card__view-button:hover{background:#bf0010;border-color:#bf0010;transform:translateY(-1px)}.favorite-card__remove-button{color:var(--color-primary);background:#fff;border:1px solid #e3061359}.favorite-card__remove-button:hover{border-color:var(--color-primary);background:#e306130d}.favorite-card__remove-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.favorites-page__header{flex-direction:column;align-items:stretch;padding:24px}.favorites-page__message{margin:22px 22px 0}.favorites-page__state,.favorites-page__empty{min-height:340px;padding:42px 22px}.favorites-page__empty-button{width:100%}.favorites-page__grid{grid-template-columns:1fr;padding:22px}.favorite-card__actions{flex-direction:column}.favorite-card__view-button,.favorite-card__remove-button{width:100%}}.my-store-page__panel{background:#fff;border:1px solid #ececec;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000000a}.my-store-page__header{border-bottom:1px solid #ececec;padding:32px 32px 26px}.my-store-page__eyebrow,.my-store-page__section-eyebrow{color:#d71920;letter-spacing:2.4px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800;line-height:1.4}.my-store-page__header h2{color:#1d1d1f;margin:0;font-size:34px;font-weight:800;line-height:1.15}.my-store-page__header-description{color:#737373;max-width:720px;margin:12px 0 0;font-size:15px;line-height:1.65}.my-store-page__content{padding:28px 32px 32px}.my-store-page__message{border-radius:14px;margin-bottom:24px;padding:15px 18px;font-size:14px;font-weight:700;line-height:1.5}.my-store-page__message--error{color:#b00018;background:#fff2f3;border:1px solid #ffd1d6}.my-store-page__message--success{color:#226b38;background:#eefaf2;border:1px solid #c9ecd4}.my-store-page__state{color:#707070;text-align:center;background:#fafafa;border:1px solid #ececec;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:40px;display:flex}.my-store-page__state p{margin:0;font-size:14px;line-height:1.6}.my-store-page__spinner{border:4px solid #d7192024;border-top-color:#d71920;border-radius:50%;width:42px;height:42px;margin-bottom:18px;animation:.8s linear infinite my-store-page-spin}@keyframes my-store-page-spin{to{transform:rotate(360deg)}}.my-store-page__form{background:#fff;border:1px solid #ececec;border-radius:18px;gap:0;display:grid;overflow:hidden}.my-store-page__form-section{padding:28px}.my-store-page__form-section+.my-store-page__form-section{border-top:1px solid #ececec}.my-store-page__form-section--confirmation,.my-store-page__form-section--security{background:#fff}.my-store-page__form-introduction{align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.my-store-page__form-icon{background:#fff1f2;border-radius:16px;flex:none;place-items:center;width:62px;height:62px;font-size:28px;display:grid}.my-store-page__form-introduction h3,.my-store-page__section-heading h3{color:#1d1d1f;margin:0;font-size:22px;font-weight:800;line-height:1.25}.my-store-page__form-introduction p:last-child,.my-store-page__section-heading>p:last-child{color:#747474;margin:7px 0 0;font-size:14px;line-height:1.6}.my-store-page__section-heading{margin-bottom:20px}.my-store-page__form-fields{gap:22px;display:grid}.my-store-page__field{flex-direction:column;gap:8px;display:flex}.my-store-page__field>span{color:#292929;font-size:14px;font-weight:800}.my-store-page__field>span strong{color:#d71920}.my-store-page__field>span small{color:#777;font-size:13px;font-weight:600}.my-store-page__field input,.my-store-page__field textarea{color:#292929;background:#fff;border:1px solid #ddd;border-radius:12px;width:100%;padding:14px 15px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background-color .2s}.my-store-page__field input{min-height:50px}.my-store-page__field textarea{resize:vertical;min-height:140px}.my-store-page__field input::placeholder,.my-store-page__field textarea::placeholder{color:#999}.my-store-page__field input:hover:not(:disabled),.my-store-page__field textarea:hover:not(:disabled){border-color:#cfcfcf}.my-store-page__field input:focus,.my-store-page__field textarea:focus{border-color:#d719208c;outline:none;box-shadow:0 0 0 4px #d7192017}.my-store-page__field input:disabled,.my-store-page__field textarea:disabled{cursor:not-allowed;opacity:.65;background:#f6f6f6}.my-store-page__field>small{color:#8a8a8a;align-self:flex-end;font-size:12px}.my-store-page__terms{color:#444;cursor:pointer;background:#fafafa;border:1px solid #e5e5e5;border-radius:14px;align-items:flex-start;gap:12px;padding:17px 18px;font-size:14px;line-height:1.55;transition:border-color .2s,background-color .2s;display:flex}.my-store-page__terms:hover{background:snow;border-color:#d7192040}.my-store-page__terms input{accent-color:#d71920;flex:none;width:18px;height:18px;margin-top:2px}.my-store-page__terms span{flex:1}.my-store-page__security-note{background:#fff9ed;border:1px solid #f1dfb5;border-radius:14px;align-items:flex-start;gap:14px;padding:18px;display:flex}.my-store-page__security-icon{color:#7a570f;background:#fff0c9;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:15px;font-weight:900;display:grid}.my-store-page__security-note strong{color:#6b4c0d;margin-bottom:6px;font-size:14px;line-height:1.45;display:block}.my-store-page__security-note p{color:#78653e;margin:0;font-size:13px;line-height:1.65}.my-store-page__form-actions{background:#fafafa;border-top:1px solid #ececec;justify-content:flex-end;padding:24px 28px;display:flex}.my-store-page__create-button{color:#fff;cursor:pointer;background:#d71920;border:0;border-radius:12px;justify-content:center;align-items:center;min-width:210px;min-height:48px;padding:0 26px;font-size:14px;font-weight:800;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.my-store-page__create-button:hover:not(:disabled){background:#b91318;transform:translateY(-1px);box-shadow:0 8px 20px #d719202e}.my-store-page__create-button:active:not(:disabled){transform:translateY(0)}.my-store-page__create-button:disabled{cursor:not-allowed;opacity:.65}.my-store-page__store{gap:22px;display:grid}.my-store-page__store-summary{background:#fafafa;border:1px solid #ececec;border-radius:18px;align-items:center;gap:22px;padding:26px;display:flex}.my-store-page__store-logo-button{color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;flex-direction:column;flex:none;align-items:center;gap:9px;padding:9px;font-family:inherit;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex}.my-store-page__store-logo-button:hover{background:#fffdfd;border-color:#d7192061;transform:translateY(-3px);box-shadow:0 10px 24px #00000012}.my-store-page__store-logo-button:active{transform:translateY(-1px);box-shadow:0 5px 14px #0000000f}.my-store-page__store-logo-button:focus-visible{outline-offset:3px;border-color:#d7192085;outline:3px solid #d7192021}.my-store-page__store-logo-button>small{color:#d71920;align-items:center;gap:5px;font-size:11px;font-weight:800;line-height:1.3;display:inline-flex}.my-store-page__store-logo-button>small span{transition:transform .2s}.my-store-page__store-logo-button:hover>small span{transform:translate(3px)}.my-store-page__store-logo{background:#fff1f2;border:1px solid #d719200a;border-radius:20px;flex:none;place-items:center;width:86px;height:86px;font-size:34px;display:grid;overflow:hidden}.my-store-page__store-logo img{object-fit:cover;width:100%;height:100%}.my-store-page__store-information{min-width:0}.my-store-page__store-title{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.my-store-page__store-title h3{color:#1d1d1f;margin:0;font-size:24px;font-weight:800}.my-store-page__store-information>p:last-child{color:#6f6f6f;max-width:720px;margin:10px 0 0;font-size:14px;line-height:1.65}.my-store-page__status{border-radius:999px;align-items:center;min-height:28px;padding:5px 11px;font-size:12px;font-weight:800;display:inline-flex}.my-store-page__status--active{color:#216d39;background:#e8f7ed}.my-store-page__status--pending{color:#8a5b00;background:#fff3d8}.my-store-page__status--inactive{color:#666;background:#eee}.my-store-page__status--suspended{color:#a30017;background:#ffe8eb}.my-store-page__details{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.my-store-page__detail-card{min-width:0;min-height:104px;color:inherit;text-align:left;background:#fff;border:1px solid #ececec;border-radius:16px;padding:20px;font-family:inherit}button.my-store-page__detail-card{appearance:none}.my-store-page__detail-card>span{color:#777;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.my-store-page__detail-card>strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:800;display:block;overflow:hidden}.my-store-page__detail-card>small{color:#d71920;align-items:center;gap:5px;margin-top:12px;font-size:12px;font-weight:800;display:inline-flex}.my-store-page__detail-card>small span{transition:transform .2s}.my-store-page__detail-card--interactive{cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s,background-color .2s}.my-store-page__detail-card--interactive:hover{background:#fffdfd;border-color:#d719206b;transform:translateY(-3px);box-shadow:0 10px 24px #00000012}.my-store-page__detail-card--interactive:hover>small span{transform:translate(3px)}.my-store-page__detail-card--interactive:focus-visible{outline-offset:3px;border-color:#d7192085;outline:3px solid #d7192021}.my-store-page__detail-card--interactive:active{transform:translateY(-1px);box-shadow:0 5px 14px #0000000f}.my-store-page__description-card{width:100%;min-height:118px}.my-store-page__description-card>strong{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.55;display:-webkit-box;overflow:hidden}.my-store-page__description-card:hover>strong{color:#1d1d1f}.my-store-page__shipping-origin{background:#fafafa;border:1px solid #ececec;border-radius:18px;padding:26px}.my-store-page__shipping-origin-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.my-store-page__shipping-origin-heading h3{color:#222;margin:0;font-size:21px;font-weight:800}.my-store-page__shipping-origin-heading p:last-child{color:#707070;max-width:620px;margin:8px 0 0;font-size:14px;line-height:1.6}.my-store-page__addresses-link,.my-store-page__add-address-link{color:#d71920;font-size:13px;font-weight:800;text-decoration:none}.my-store-page__addresses-link{flex:none;padding-top:3px}.my-store-page__addresses-link:hover,.my-store-page__add-address-link:hover{color:#b91318;text-decoration:underline}.my-store-page__origin-message{margin:0 0 18px}.my-store-page__origin-loading{color:#6f6f6f;text-align:center;background:#fff;border:1px dashed #ddd;border-radius:15px;padding:20px;font-size:14px;font-weight:700}.my-store-page__origin-card,.my-store-page__origin-empty{background:#fff;border:1px solid #e5e5e5;border-radius:16px;align-items:center;gap:18px;padding:20px;display:flex}.my-store-page__origin-card{border-color:#dfe8e1;box-shadow:0 8px 22px #00000009}.my-store-page__origin-icon{color:#226b38;background:#eaf7ee;border-radius:14px;flex:none;place-items:center;width:50px;height:50px;font-size:25px;font-weight:900;display:grid}.my-store-page__origin-information,.my-store-page__origin-empty>div{flex:1;min-width:0}.my-store-page__origin-title{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.my-store-page__origin-title strong,.my-store-page__origin-empty strong{color:#242424;font-size:16px;font-weight:800}.my-store-page__origin-title>span{color:#226b38;background:#e8f7ed;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.my-store-page__origin-information>p,.my-store-page__origin-empty p{color:#555;margin:7px 0 0;font-size:14px;line-height:1.55}.my-store-page__origin-information>small{color:#7a7a7a;margin-top:3px;font-size:12px;line-height:1.5;display:block}.my-store-page__origin-information .my-store-page__origin-shared-note{color:#226b38;margin-top:8px;font-weight:700}.my-store-page__change-origin-button{color:#d71920;cursor:pointer;background:#fff;border:1px solid #d7192052;border-radius:11px;flex:none;justify-content:center;align-items:center;min-height:43px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.my-store-page__change-origin-button:hover{background:#fff7f7;border-color:#d719208c;transform:translateY(-1px);box-shadow:0 7px 18px #d719201a}.my-store-page__change-origin-button:focus-visible,.my-store-page__addresses-link:focus-visible,.my-store-page__add-address-link:focus-visible{outline-offset:3px;outline:3px solid #d7192021}.my-store-page__origin-footnote{color:#888;margin:14px 0 0;font-size:12px;line-height:1.55}.my-store-page__modal--origin{width:min(640px,100%)}.my-store-page__origin-options{gap:12px;max-height:330px;padding:2px;display:grid;overflow-y:auto}.my-store-page__origin-option{cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:14px;grid-template-columns:20px minmax(0,1fr);align-items:flex-start;gap:13px;padding:17px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:grid}.my-store-page__origin-option:hover{background:snow;border-color:#d719204d}.my-store-page__origin-option--selected{background:snow;border-color:#d719209e;box-shadow:0 0 0 3px #d7192012}.my-store-page__origin-option>input{accent-color:#d71920;width:18px;height:18px;margin:2px 0 0}.my-store-page__origin-option-content{color:#555;min-width:0;font-size:13px;line-height:1.55;display:block}.my-store-page__origin-option-content>span,.my-store-page__origin-option-content>small{display:block}.my-store-page__origin-option-content>small{color:#7a7a7a;margin-top:3px}.my-store-page__origin-option-heading{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex!important}.my-store-page__origin-option-heading strong{color:#252525;font-size:15px;font-weight:800}.my-store-page__origin-option-heading small{color:#226b38;background:#e8f7ed;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800}.my-store-page__add-address-link{width:fit-content}.my-store-page__actions{background:#fafafa;border:1px solid #ececec;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:26px;display:flex}.my-store-page__actions h3{color:#222;margin:0;font-size:21px;font-weight:800}.my-store-page__actions p:last-child{color:#707070;margin:8px 0 0;font-size:14px;line-height:1.6}.my-store-page__panel-button{color:#fff;background:#d71920;border-radius:12px;flex:none;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-size:14px;font-weight:800;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.my-store-page__panel-button:hover{background:#b91318;transform:translateY(-1px);box-shadow:0 8px 20px #d7192029}.my-store-page__modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14141694;place-items:center;padding:24px;animation:.18s my-store-page-modal-backdrop-in;display:grid;position:fixed;inset:0}.my-store-page__modal{background:#fff;border:1px solid #e7e7e7;border-radius:22px;width:min(560px,100%);max-height:calc(100vh - 48px);animation:.22s my-store-page-modal-in;overflow-y:auto;box-shadow:0 24px 70px #00000038,0 8px 24px #00000014}.my-store-page__modal-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-start;gap:24px;padding:28px;display:flex}.my-store-page__modal-header h2{color:#1d1d1f;margin:0;font-size:25px;font-weight:800;line-height:1.2}.my-store-page__modal-header p:last-child{color:#747474;max-width:430px;margin:9px 0 0;font-size:14px;line-height:1.6}.my-store-page__modal-close{color:#666;cursor:pointer;background:#f6f6f6;border:1px solid #e7e7e7;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;font-family:inherit;font-size:27px;font-weight:400;line-height:1;transition:color .2s,background-color .2s,border-color .2s,transform .2s;display:grid}.my-store-page__modal-close:hover:not(:disabled){color:#d71920;background:#fff2f3;border-color:#f2b9bd;transform:translateY(-1px)}.my-store-page__modal-close:disabled{cursor:not-allowed;opacity:.55}.my-store-page__edit-form{gap:22px;padding:28px;display:grid}.my-store-page__modal-note{background:#fafafa;border:1px solid #e8e8e8;border-radius:13px;padding:16px 17px}.my-store-page__modal-note strong{color:#343434;margin-bottom:5px;font-size:13px;display:block}.my-store-page__modal-note p{color:#797979;margin:0;font-size:12px;line-height:1.6}.my-store-page__logo-editor{background:#fafafa;border:1px solid #e8e8e8;border-radius:16px;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:22px;padding:20px;display:grid}.my-store-page__logo-preview{background:#fff1f2;border:1px solid #f3d7d9;border-radius:24px;place-items:center;width:132px;height:132px;font-size:46px;display:grid;overflow:hidden;box-shadow:0 8px 22px #0000000d}.my-store-page__logo-preview img{object-fit:cover;width:100%;height:100%}.my-store-page__logo-editor-content{min-width:0}.my-store-page__logo-editor-content>strong{color:#252525;font-size:16px;font-weight:800;display:block}.my-store-page__logo-editor-content>p{color:#747474;margin:7px 0 16px;font-size:13px;line-height:1.6}.my-store-page__file-button{color:#d71920;cursor:pointer;background:#fff;border:1px solid #d7192052;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:800;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.my-store-page__file-button:hover{color:#b91318;background:#fff7f7;border-color:#d719208c;transform:translateY(-1px);box-shadow:0 7px 18px #d719201a}.my-store-page__file-button:focus-within{outline-offset:2px;outline:3px solid #d7192021}.my-store-page__file-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.my-store-page__selected-file{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:10px;font-size:12px;font-weight:700;display:block;overflow:hidden}.my-store-page__modal-actions{justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.my-store-page__cancel-button,.my-store-page__save-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 21px;font-family:inherit;font-size:14px;font-weight:800;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.my-store-page__cancel-button{color:#333;background:#fff;border:1px solid #ddd}.my-store-page__cancel-button:hover:not(:disabled){color:#d71920;background:snow;border-color:#d7192047;transform:translateY(-1px)}.my-store-page__save-button{color:#fff;background:#d71920;border:1px solid #d71920;min-width:160px}.my-store-page__save-button:hover:not(:disabled){background:#b91318;border-color:#b91318;transform:translateY(-1px);box-shadow:0 8px 20px #d719202e}.my-store-page__cancel-button:disabled,.my-store-page__save-button:disabled{cursor:not-allowed;opacity:.58}.my-store-page__cancel-button:focus-visible,.my-store-page__save-button:focus-visible,.my-store-page__modal-close:focus-visible{outline-offset:2px;outline:3px solid #d7192021}@keyframes my-store-page-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes my-store-page-modal-in{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1000px){.my-store-page__details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.my-store-page__header{padding:26px 22px 22px}.my-store-page__header h2{font-size:30px}.my-store-page__content,.my-store-page__form-section{padding:22px}.my-store-page__form-actions{padding:20px 22px}.my-store-page__form-introduction,.my-store-page__store-summary,.my-store-page__actions,.my-store-page__shipping-origin-heading,.my-store-page__origin-card,.my-store-page__origin-empty{flex-direction:column;align-items:flex-start}.my-store-page__store-logo-button{align-items:flex-start}.my-store-page__panel-button,.my-store-page__create-button,.my-store-page__change-origin-button{width:100%}.my-store-page__addresses-link{padding-top:0}.my-store-page__form-actions{justify-content:stretch}.my-store-page__modal-backdrop{align-items:end;padding:12px}.my-store-page__modal{border-radius:20px;width:100%;max-height:calc(100vh - 24px)}.my-store-page__modal-header,.my-store-page__edit-form{padding:22px}.my-store-page__logo-editor{grid-template-columns:110px minmax(0,1fr);gap:18px}.my-store-page__logo-preview{border-radius:20px;width:110px;height:110px}}@media (width<=520px){.my-store-page__panel{border-radius:18px}.my-store-page__header{padding:22px 18px 20px}.my-store-page__header h2{font-size:27px}.my-store-page__content{padding:18px}.my-store-page__form{border-radius:16px}.my-store-page__form-section,.my-store-page__shipping-origin{padding:18px}.my-store-page__origin-card,.my-store-page__origin-empty{padding:17px}.my-store-page__origin-icon{width:46px;height:46px}.my-store-page__form-actions{padding:18px}.my-store-page__form-introduction{gap:14px}.my-store-page__form-icon{width:54px;height:54px;font-size:24px}.my-store-page__form-introduction h3,.my-store-page__section-heading h3{font-size:19px}.my-store-page__details{grid-template-columns:1fr}.my-store-page__detail-card{min-height:98px}.my-store-page__store-title{flex-direction:column;align-items:flex-start}.my-store-page__security-note{gap:11px;padding:15px}.my-store-page__modal-header{gap:14px;padding:20px 18px}.my-store-page__modal-header h2{font-size:22px}.my-store-page__edit-form{padding:20px 18px}.my-store-page__logo-editor{grid-template-columns:1fr;padding:18px}.my-store-page__logo-preview{border-radius:22px;width:116px;height:116px;margin:0 auto}.my-store-page__logo-editor-content{text-align:center}.my-store-page__file-button{width:100%}.my-store-page__selected-file{text-align:center}.my-store-page__modal-actions{flex-direction:column-reverse}.my-store-page__cancel-button,.my-store-page__save-button{width:100%}}.personal-data-page__panel{border:1px solid var(--color-border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px #0000000b}.personal-data-page__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:28px;padding:28px 30px;display:flex}.personal-data-page__eyebrow{color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.personal-data-page__header h2{color:var(--color-text);margin:0;font-size:1.55rem;font-weight:700;line-height:1.2}.personal-data-page__header p:last-child{max-width:620px;color:var(--color-text-light);margin:10px 0 0;font-size:.92rem;line-height:1.6}.personal-data-page__message{border-radius:11px;margin:24px 30px 0;padding:13px 15px;font-size:.84rem;font-weight:700;line-height:1.5}.personal-data-page__message--error{color:var(--color-primary);background:#e306130d;border:1px solid #e3061333}.personal-data-page__message--success{color:#157943;background:#edf9f1;border:1px solid #ccebd7}.personal-data-page__loading{min-height:380px;color:var(--color-text-light);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:50px 30px;font-size:.9rem;display:flex}.personal-data-page__loading p{margin:0}.personal-data-page__spinner{border:3px solid #ededed;border-top-color:var(--color-primary);border-radius:50%;width:34px;height:34px;animation:.75s linear infinite personal-data-spin}.personal-data-page__form{padding:30px}.personal-data-page__section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.personal-data-page__section-heading h3{color:var(--color-text);margin:0;font-size:1.08rem;font-weight:750;line-height:1.3}.personal-data-page__section-heading p{color:var(--color-text-light);margin:7px 0 0;font-size:.84rem;line-height:1.55}.personal-data-page__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.personal-data-page__field{min-width:0}.personal-data-page__field label{color:#353535;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:.8rem;font-weight:750;display:flex}.personal-data-page__field label span{color:var(--color-text-light);font-size:.68rem;font-weight:600}.personal-data-page__field input{color:#292929;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #dedede;border-radius:11px;outline:none;padding:0 14px;font-size:.88rem;transition:border-color .18s,box-shadow .18s,background-color .18s}.personal-data-page__field input::placeholder{color:#a1a1a1}.personal-data-page__field input:hover{border-color:#c9c9c9}.personal-data-page__field input:focus{border-color:#d2001ab8;box-shadow:0 0 0 3px #d2001a13}.personal-data-page__field input[aria-invalid=true]{border-color:var(--color-primary)}.personal-data-page__field-help,.personal-data-page__field-error{margin-top:7px;font-size:.7rem;line-height:1.45;display:block}.personal-data-page__field-help{color:var(--color-text-light)}.personal-data-page__field-error{color:var(--color-primary);font-weight:700}.personal-data-page__notice{background:#fff8f8;border:1px solid #f2dddd;border-radius:13px;align-items:flex-start;gap:13px;margin-top:22px;padding:16px 17px;display:flex}.personal-data-page__notice-icon{width:28px;height:28px;color:var(--color-primary);background:#fff;border:1px solid #efd0d3;border-radius:50%;flex:0 0 28px;place-items:center;font-size:.78rem;font-weight:800;display:grid}.personal-data-page__notice strong{color:#323232;font-size:.8rem;font-weight:750;display:block}.personal-data-page__notice p{color:var(--color-text-light);margin:5px 0 0;font-size:.76rem;line-height:1.5}.personal-data-page__actions{border-top:1px solid #ececec;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:24px;display:flex}.personal-data-page__button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-family:inherit;font-size:.8rem;font-weight:800;line-height:1;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.personal-data-page__button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.personal-data-page__button--secondary{color:#3a3a3a;background:#fff;border:1px solid #d9d9d9}.personal-data-page__button--secondary:hover:not(:disabled){background:#f8f8f8;border-color:#c9c9c9}.personal-data-page__button--primary{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary)}.personal-data-page__button--primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 8px 20px #d2001a29}.personal-data-page__button:focus-visible{outline-offset:3px;outline:3px solid #d2001a1f}@keyframes personal-data-spin{to{transform:rotate(360deg)}}@media (width<=900px){.personal-data-page__fields{grid-template-columns:1fr}}@media (width<=620px){.personal-data-page__header{flex-direction:column;gap:18px;padding:24px 20px}.personal-data-page__message{margin:20px 20px 0}.personal-data-page__form{padding:24px 20px}.personal-data-page__actions{flex-direction:column-reverse}.personal-data-page__button{width:100%}}.security-page__panel{border:1px solid var(--color-border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px #0000000b}.security-page__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:28px;padding:28px 30px;display:flex}.security-page__eyebrow{color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.security-page__header h2{color:var(--color-text);margin:0;font-size:1.55rem;font-weight:700;line-height:1.2}.security-page__header p:last-child{max-width:650px;color:var(--color-text-light);margin:10px 0 0;font-size:.92rem;line-height:1.6}.security-page__message{border-radius:11px;margin:24px 30px 0;padding:13px 15px;font-size:.84rem;font-weight:700;line-height:1.5}.security-page__message--error{color:var(--color-primary);background:#e306130d;border:1px solid #e3061333}.security-page__message--success{color:#157943;background:#edf9f1;border:1px solid #ccebd7}.security-page__form{padding:30px}.security-page__section-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.security-page__section-heading h3{color:var(--color-text);margin:0;font-size:1.08rem;font-weight:750;line-height:1.3}.security-page__section-heading p{max-width:560px;color:var(--color-text-light);margin:7px 0 0;font-size:.84rem;line-height:1.55}.security-page__show-passwords{color:#4a4a4a;cursor:pointer;background:#fafafa;border:1px solid #e2e2e2;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;min-height:36px;padding:0 11px;font-size:.74rem;font-weight:700;display:inline-flex}.security-page__show-passwords input{width:15px;height:15px;accent-color:var(--color-primary);margin:0}.security-page__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.security-page__field{min-width:0}.security-page__field--full{grid-column:1/-1}.security-page__field label{color:#353535;margin-bottom:8px;font-size:.8rem;font-weight:750;display:block}.security-page__field input{color:#292929;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #dedede;border-radius:11px;outline:none;padding:0 14px;font-size:.88rem;transition:border-color .18s,box-shadow .18s,background-color .18s}.security-page__field input::placeholder{color:#a1a1a1}.security-page__field input:hover{border-color:#c9c9c9}.security-page__field input:focus{border-color:#d2001ab8;box-shadow:0 0 0 3px #d2001a13}.security-page__field input[aria-invalid=true]{border-color:var(--color-primary)}.security-page__field-help,.security-page__field-error{margin-top:7px;font-size:.7rem;line-height:1.45;display:block}.security-page__field-help{color:var(--color-text-light)}.security-page__field-error{color:var(--color-primary);font-weight:700}.security-page__notice{background:#fff8f8;border:1px solid #f2dddd;border-radius:13px;align-items:flex-start;gap:13px;margin-top:22px;padding:16px 17px;display:flex}.security-page__notice-icon{width:28px;height:28px;color:var(--color-primary);background:#fff;border:1px solid #efd0d3;border-radius:50%;flex:0 0 28px;place-items:center;font-size:.78rem;font-weight:800;display:grid}.security-page__notice strong{color:#323232;font-size:.8rem;font-weight:750;display:block}.security-page__notice p{color:var(--color-text-light);margin:5px 0 0;font-size:.76rem;line-height:1.5}.security-page__actions{border-top:1px solid #ececec;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:24px;display:flex}.security-page__button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-family:inherit;font-size:.8rem;font-weight:800;line-height:1;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.security-page__button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.security-page__button--secondary{color:#3a3a3a;background:#fff;border:1px solid #d9d9d9}.security-page__button--secondary:hover:not(:disabled){background:#f8f8f8;border-color:#c9c9c9}.security-page__button--primary{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary)}.security-page__button--primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 8px 20px #d2001a29}.security-page__button:focus-visible,.security-page__show-passwords:focus-within{outline-offset:3px;outline:3px solid #d2001a1f}@media (width<=900px){.security-page__fields{grid-template-columns:1fr}.security-page__field--full{grid-column:auto}}@media (width<=620px){.security-page__header{flex-direction:column;gap:18px;padding:24px 20px}.security-page__message{margin:20px 20px 0}.security-page__form{padding:24px 20px}.security-page__section-heading{flex-direction:column}.security-page__show-passwords{justify-content:center;align-self:stretch}.security-page__actions{flex-direction:column-reverse}.security-page__button{width:100%}}.vendor-dashboard{background:#f7f7f8;min-height:100vh;padding:42px 24px 64px}.vendor-dashboard__container{width:min(1380px,100%);margin:0 auto}.vendor-dashboard__message{border-radius:14px;margin:0 0 24px;padding:15px 18px;font-size:14px;font-weight:700;line-height:1.5}.vendor-dashboard__message--error{color:#b00018;background:#fff2f3;border:1px solid #ffd1d6}.vendor-dashboard__message--success{color:#226b38;background:#eefaf2;border:1px solid #c9ecd4}.vendor-dashboard__layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:30px;display:grid}.vendor-dashboard__content{min-width:0}.vendor-header{background:#fff;border:1px solid #e5e5e5;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:30px;padding:32px;display:flex;box-shadow:0 12px 36px #0000000d}.vendor-header__content{flex:1;min-width:0}.vendor-header__eyebrow{color:#d70012;letter-spacing:3px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800;line-height:1.4}.vendor-header__title,.vendor-header h1{color:#1d1d1f;margin:0;font-size:40px;font-weight:800;line-height:1.12}.vendor-header__description{color:#6f6f6f;max-width:720px;margin:12px 0 0;font-size:15px;line-height:1.65}.vendor-header__status{flex-direction:column;flex:none;align-items:flex-end;display:flex}.vendor-header__status-label{color:#777;margin-bottom:10px;font-size:13px;font-weight:650;display:block}.vendor-header__badge{color:#216d39;background:#e8f7ed;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:7px 15px;font-size:13px;font-weight:800;display:inline-flex}.vendor-sidebar{background:#fff;border:1px solid #e5e5e5;border-radius:22px;width:100%;position:sticky;top:110px;overflow:hidden;box-shadow:0 12px 36px #0000000d}.vendor-sidebar__user{align-items:center;gap:14px;padding:24px;display:flex}.vendor-sidebar__avatar{color:#fff;background:linear-gradient(135deg,#d70012,#ff4d55);border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 8px 20px #e3061333}.vendor-sidebar__avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.vendor-sidebar__identity{min-width:0}.vendor-sidebar__identity span{color:#777;margin-bottom:2px;font-size:.82rem;display:block}.vendor-sidebar__identity strong{color:#252525;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;display:block;overflow:hidden}.vendor-sidebar__identity p{color:#777;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.75rem;overflow:hidden}.vendor-sidebar__status{background:#fff5f5;border-radius:14px;align-items:flex-start;gap:10px;margin:0 20px 18px;padding:13px;display:flex}.vendor-sidebar__status-dot{background:#16a34a;border-radius:50%;flex:0 0 9px;width:9px;height:9px;margin-top:5px}.vendor-sidebar__status strong,.vendor-sidebar__status span{display:block}.vendor-sidebar__status strong{color:#252525;margin-bottom:2px;font-size:.82rem}.vendor-sidebar__status span{color:#777;font-size:.72rem}.vendor-sidebar__navigation{border-top:1px solid #ededed;padding:8px 12px 16px}.vendor-sidebar__link{color:#333;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;gap:3px;width:100%;margin-top:5px;padding:12px 14px;font-family:inherit;transition:background-color .16s,color .16s,transform .16s;display:flex}.vendor-sidebar__link:hover{background:#f7f7f7;transform:translate(2px)}.vendor-sidebar__link--active{color:#d70012;background:#fff0f1}.vendor-sidebar__link-header{align-items:center;gap:10px;display:flex}.vendor-sidebar__link-header svg{color:#666;flex:none}.vendor-sidebar__link-header span{font-size:.87rem;font-weight:750}.vendor-sidebar__link small{color:#8a8a8a;margin-left:28px;font-size:.7rem}.vendor-sidebar__link--active .vendor-sidebar__link-header svg,.vendor-sidebar__link--active .vendor-sidebar__link-header span{color:#d70012}.vendor-sidebar__link:focus-visible,.vendor-sidebar__logout:focus-visible{outline-offset:2px;outline:3px solid #d7001224}.vendor-sidebar__logout{color:#e30613;width:calc(100% - 40px);font:inherit;cursor:pointer;background:#fff;border:1px solid #e30613;border-radius:12px;margin:0 20px 22px;padding:12px 16px;font-size:.84rem;font-weight:750;transition:background-color .16s,color .16s}.vendor-sidebar__logout:hover{color:#fff;background:#e30613}.vendor-sidebar__menu{flex-direction:column;gap:10px;padding:22px;display:flex}.vendor-sidebar__item{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 18px;font-family:inherit;display:flex}.vendor-sidebar__item--active{color:#d70012;background:#fff0f1}.vendor-section{background:#fff;border:1px solid #e5e5e5;border-radius:22px;margin-bottom:22px;padding:28px 30px 24px;box-shadow:0 12px 36px #0000000a}.vendor-section__eyebrow{color:#d70012;letter-spacing:2.6px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800;line-height:1.4}.vendor-section__title{color:#1d1d1f;margin:0;font-size:34px;font-weight:800;line-height:1.15}.vendor-section__description{color:#6f6f6f;max-width:760px;margin:11px 0 0;font-size:14px;line-height:1.65}.vendor-welcome{background:#fff;border:1px solid #e5e5e5;border-radius:22px;flex-direction:column;gap:0;display:flex;overflow:hidden;box-shadow:0 12px 36px #0000000a}.vendor-welcome__hero{box-shadow:none;background:0 0;border:0;border-radius:0;padding:28px 30px 24px}.vendor-welcome__hero h2,.vendor-welcome>h2{color:#1d1d1f;margin:0;padding:28px 30px 0;font-size:32px;font-weight:800;line-height:1.2}.vendor-welcome__hero h2{padding:0}.vendor-welcome__hero p,.vendor-welcome>p{color:#6f6f6f;max-width:760px;margin:11px 0 0;padding:0 30px 24px;font-size:14px;line-height:1.65}.vendor-welcome__hero p{padding:0}.vendor-summary,.vendor-stats{border-top:1px solid #ececec;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:24px 30px;display:grid}.vendor-card{background:#fff;border:1px solid #e5e5e5;border-radius:18px;min-width:0;padding:22px;box-shadow:0 8px 26px #00000009}.vendor-card__label,.vendor-card>span{color:#737373;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.vendor-card strong{color:#1d1d1f;font-size:32px;font-weight:800;line-height:1}.vendor-actions{flex-wrap:wrap;gap:12px;margin-top:0;padding:0 30px 28px;display:flex}.vendor-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.vendor-button--primary{color:#fff;background:#d70012;border:1px solid #d70012}.vendor-button--primary:hover:not(:disabled){background:#b8000f;border-color:#b8000f;transform:translateY(-1px);box-shadow:0 8px 20px #d700122e}.vendor-button--secondary{color:#d70012;background:#fff;border:1px solid #d70012}.vendor-button--secondary:hover:not(:disabled){background:#fff4f5;transform:translateY(-1px)}.vendor-button:disabled{cursor:not-allowed;opacity:.58}.vendor-form-card{background:#fff;border:1px solid #e5e5e5;border-radius:22px;flex-direction:column;gap:22px;padding:28px 30px;display:flex;box-shadow:0 12px 36px #0000000a}.vendor-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.vendor-form-section{background:#fafafa;border:1px solid #e7e7e7;border-radius:16px;flex-direction:column;gap:18px;min-width:0;margin:0;padding:20px;display:flex}.vendor-form-section__legend{color:#1d1d1f;padding:0 8px;font-size:16px;font-weight:800}.vendor-form-section__description{color:#737373;margin:-4px 0 0;font-size:13px;line-height:1.6}.vendor-form-group{flex-direction:column;gap:8px;display:flex}.vendor-form-group label{color:#292929;font-size:14px;font-weight:800}.vendor-form-group input,.vendor-form-group select,.vendor-form-group textarea{color:#292929;background:#fff;border:1px solid #ddd;border-radius:12px;width:100%;padding:14px 15px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .16s,box-shadow .16s,background-color .16s}.vendor-form-group input{min-height:50px}.vendor-form-group textarea{resize:vertical;min-height:150px}.vendor-form-group input::placeholder,.vendor-form-group textarea::placeholder{color:#999}.vendor-form-group input:hover:not(:disabled),.vendor-form-group select:hover:not(:disabled),.vendor-form-group textarea:hover:not(:disabled){border-color:#ccc}.vendor-form-group input:focus,.vendor-form-group select:focus,.vendor-form-group textarea:focus{border-color:#d700128c;outline:none;box-shadow:0 0 0 4px #d7001217}.vendor-upload-button{color:#d70012;cursor:pointer;background:#fff7f7;border:1px dashed #d70012;border-radius:12px;align-self:flex-start;min-height:46px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:800;transition:background-color .16s,transform .16s}.vendor-upload-button:hover{background:#fff0f1;transform:translateY(-1px)}.vendor-form-card .vendor-button{align-self:flex-end;margin-top:4px}.vendor-empty-state{text-align:center;flex-direction:column;align-items:center;padding:62px 28px;display:flex}.vendor-empty-state__icon{background:#fff1f2;border-radius:50%;place-items:center;width:82px;height:82px;margin-bottom:22px;font-size:38px;display:grid}.vendor-empty-state h3{color:#1d1d1f;margin:0 0 10px;font-size:25px;font-weight:800;line-height:1.25}.vendor-empty-state p{color:#6f6f6f;max-width:540px;margin:0;font-size:14px;line-height:1.7}.vendor-empty-state .vendor-button{margin-top:22px}@media (width<=1100px){.vendor-dashboard__layout{grid-template-columns:260px minmax(0,1fr);gap:22px}.vendor-summary,.vendor-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.vendor-dashboard{padding:28px 18px 48px}.vendor-header{flex-direction:column;align-items:flex-start}.vendor-header__status{align-items:flex-start}.vendor-dashboard__layout{grid-template-columns:1fr}.vendor-sidebar{position:static}.vendor-sidebar__navigation{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.vendor-sidebar__logout{margin-top:4px}.vendor-form-row{grid-template-columns:1fr}}@media (width<=560px){.vendor-dashboard{padding:20px 14px 40px}.vendor-header{border-radius:20px;margin-bottom:20px;padding:24px 20px}.vendor-header__title,.vendor-header h1{font-size:32px}.vendor-section,.vendor-welcome__hero,.vendor-form-card{border-radius:18px;padding:22px 18px}.vendor-form-section{padding:18px 16px}.vendor-section__title{font-size:29px}.vendor-welcome__hero h2,.vendor-welcome>h2{font-size:27px}.vendor-summary,.vendor-stats,.vendor-sidebar__navigation{grid-template-columns:1fr}.vendor-actions{flex-direction:column}.vendor-button{width:100%}.vendor-form-card .vendor-button{align-self:stretch}.vendor-empty-state{padding:48px 18px}}.vendor-section__header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.vendor-products__count{color:#d70012;background:#fff5f5;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:14px;font-weight:800;display:inline-flex}.vendor-products__toolbar{justify-content:flex-start;align-items:center;display:flex}.vendor-products__search{width:min(560px,100%);display:block;position:relative}.vendor-products__search>svg{color:#777;pointer-events:none;transition:color .16s;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.vendor-products__search input{color:#292929;background:#fafafa;border:1px solid #ddd;border-radius:14px;width:100%;min-height:52px;padding:0 18px 0 52px;font-family:inherit;font-size:15px;line-height:1.5;transition:background-color .16s,border-color .16s,box-shadow .16s}.vendor-products__search input::placeholder{color:#8d8d8d}.vendor-products__search:hover input{border-color:#ccc}.vendor-products__search:focus-within>svg{color:#d70012}.vendor-products__search input:focus{background:#fff;border-color:#d700128c;outline:none;box-shadow:0 0 0 4px #d7001217}.vendor-products-panel{background:#fff;border:1px solid #e5e5e5;border-radius:22px;flex-direction:column;gap:22px;padding:30px;display:flex;box-shadow:0 12px 36px #0000000a}.vendor-products__status{color:#666;justify-content:center;align-items:center;gap:14px;padding:50px 0;display:flex}.vendor-products__loader{border:3px solid #ececec;border-top-color:#d70012;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite vendor-spin}@keyframes vendor-spin{to{transform:rotate(360deg)}}.vendor-products__list{flex-direction:column;gap:22px;display:flex}.vendor-products__empty-search{text-align:center;background:#fafafa;border:1px dashed #ddd;border-radius:18px;flex-direction:column;align-items:center;padding:54px 24px;display:flex}.vendor-products__empty-search-icon{color:#d70012;background:#fff1f2;border-radius:50%;place-items:center;width:66px;height:66px;margin-bottom:18px;display:grid}.vendor-products__empty-search h3{color:#1d1d1f;margin:0 0 8px;font-size:22px;font-weight:800}.vendor-products__empty-search p{color:#6f6f6f;margin:0;font-size:14px;line-height:1.6}.vendor-product-item{border:1px solid #ececec;border-radius:18px;grid-template-columns:170px 1fr;gap:24px;padding:22px;transition:box-shadow .2s,transform .2s;display:grid}.vendor-product-item:hover{transform:translateY(-2px);box-shadow:0 12px 26px #00000012}.vendor-product-item__image{background:#f8f8f8;border-radius:16px;width:170px;height:170px;overflow:hidden}.vendor-product-item__image img{object-fit:cover;width:100%;height:100%}.vendor-product-item__placeholder{color:#8a8a8a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.vendor-product-item__placeholder span{margin-bottom:8px;font-size:42px}.vendor-product-item__placeholder small{font-size:13px;font-weight:700}.vendor-product-item__information{flex-direction:column;display:flex}.vendor-product-item__heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.vendor-product-item__category{color:#d70012;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.vendor-product-item__heading h3{color:#1d1d1f;margin:0;font-size:28px;font-weight:800}.vendor-product-item__status{color:#167c3a;background:#e9f8ee;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:800}.vendor-product-item__description{color:#666;margin:0 0 22px;font-size:15px;line-height:1.7}.vendor-product-item__details{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:auto;display:grid}.vendor-product-item__details div{background:#fafafa;border-radius:14px;padding:14px}.vendor-product-item__details span{color:#777;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.vendor-product-item__details strong{color:#1d1d1f;font-size:18px;font-weight:800}.vendor-product-item__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.vendor-products__footer{justify-content:flex-end;padding-top:8px;display:flex}.vendor-products__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding-top:4px;display:flex}.vendor-products__pagination-pages{justify-content:center;align-items:center;gap:8px;display:flex}.vendor-products__pagination-button{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;justify-content:center;align-items:center;min-width:44px;height:44px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:800;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.vendor-products__pagination-button:hover:not(:disabled){color:#d70012;background:#fff5f5;border-color:#d7001273;transform:translateY(-1px)}.vendor-products__pagination-button--active,.vendor-products__pagination-button--active:hover:not(:disabled){color:#fff;background:#d70012;border-color:#d70012}.vendor-products__pagination-button--navigation{min-width:104px;padding:0 18px}.vendor-products__pagination-button:disabled{color:#aaa;cursor:not-allowed;opacity:.72;background:#f7f7f7}@media (width<=900px){.vendor-section__header{flex-direction:column;align-items:flex-start}.vendor-product-item{grid-template-columns:1fr}.vendor-product-item__image{width:100%;height:260px}.vendor-product-item__details{grid-template-columns:1fr}.vendor-products__footer{justify-content:stretch}.vendor-products__footer .vendor-button{width:100%}}@media (width<=560px){.vendor-products-panel{padding:22px 18px}.vendor-products__search{width:100%}.vendor-products__pagination{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.vendor-products__pagination-pages{grid-area:1/1/auto/-1}.vendor-products__pagination-button--navigation{width:100%;min-width:0}}.vendor-images-input{display:none}.vendor-images-preview{grid-template-columns:repeat(auto-fill,minmax(150px,180px));gap:16px;margin-top:16px;display:grid}.vendor-image-preview{aspect-ratio:1;background:#f7f7f8;border:1px solid #e5e5e5;border-radius:16px;width:100%;position:relative;overflow:hidden}.vendor-image-preview img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.vendor-image-preview__primary{color:#fff;background:#d70012;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;bottom:10px;left:10px}.vendor-image-preview__remove{color:#fff;cursor:pointer;background:#1d1d1fd1;border:none;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;font-size:18px;line-height:1;display:grid;position:absolute;top:10px;right:10px}.vendor-image-preview__remove:hover:not(:disabled){background:#d70012}.vendor-images-help{color:#777;font-size:12px;line-height:1.5}@media (width<=560px){.vendor-images-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}.vendor-orders__count{color:#d70012;background:#fff5f5;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:40px;padding:9px 17px;font-size:14px;font-weight:800;display:inline-flex}.vendor-orders-panel{background:#fff;border:1px solid #e5e5e5;border-radius:22px;flex-direction:column;gap:24px;min-height:350px;padding:30px;display:flex;box-shadow:0 12px 36px #0000000a}.vendor-orders__visually-hidden{white-space:nowrap;clip:rect(0, 0, 0, 0);clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.vendor-orders__toolbar{border-bottom:1px solid #ececec;flex-direction:column;gap:18px;padding-bottom:24px;display:flex}.vendor-orders__search{width:min(620px,100%);display:block;position:relative}.vendor-orders__search>svg{color:#777;pointer-events:none;transition:color .16s;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.vendor-orders__search input{color:#292929;background:#fafafa;border:1px solid #ddd;border-radius:14px;width:100%;min-height:52px;padding:0 18px 0 52px;font-family:inherit;font-size:15px;line-height:1.5;transition:background-color .16s,border-color .16s,box-shadow .16s}.vendor-orders__search input::placeholder{color:#8d8d8d}.vendor-orders__search:hover input{border-color:#ccc}.vendor-orders__search:focus-within>svg{color:#d70012}.vendor-orders__search input:focus{background:#fff;border-color:#d700128c;outline:none;box-shadow:0 0 0 4px #d7001217}.vendor-orders__filters{flex-wrap:wrap;gap:9px;display:flex}.vendor-orders__filter{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;min-height:39px;padding:0 15px;font-family:inherit;font-size:13px;font-weight:750;transition:color .16s,background-color .16s,border-color .16s,transform .16s}.vendor-orders__filter:hover{color:#d70012;background:#fff7f7;border-color:#d7001261;transform:translateY(-1px)}.vendor-orders__filter--active,.vendor-orders__filter--active:hover{color:#fff;background:#d70012;border-color:#d70012}.vendor-orders__filter:focus-visible{outline-offset:2px;outline:3px solid #d7001224}.vendor-orders__status{color:#666;justify-content:center;align-items:center;gap:14px;min-height:260px;font-size:14px;font-weight:700;display:flex}.vendor-orders__empty-filter{text-align:center;background:#fafafa;border:1px dashed #ddd;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:48px 24px;display:flex}.vendor-orders__empty-filter-icon{color:#d70012;background:#fff1f2;border-radius:50%;place-items:center;width:68px;height:68px;margin-bottom:18px;display:grid}.vendor-orders__empty-filter h3{color:#1d1d1f;margin:0 0 8px;font-size:22px;font-weight:800}.vendor-orders__empty-filter p{color:#6f6f6f;margin:0;font-size:14px;line-height:1.6}.vendor-orders__list{flex-direction:column;gap:22px;display:flex}.vendor-order-card{background:#fff;border:1px solid #e7e7e7;border-radius:19px;transition:box-shadow .18s,transform .18s;overflow:hidden}.vendor-order-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px #0001}.vendor-order-card__header{background:#fcfcfc;border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-start;gap:22px;padding:22px 24px;display:flex}.vendor-order-card__identity>span{color:#777;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.vendor-order-card__identity h3{color:#1d1d1f;margin:0;font-size:25px;font-weight:800;line-height:1.2}.vendor-order-card__identity time{color:#777;align-items:center;gap:7px;margin-top:8px;font-size:12px;line-height:1.4;display:inline-flex}.vendor-order-card__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.vendor-order-card__payment,.vendor-order-card__state{border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:35px;padding:7px 13px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.vendor-order-card__payment{color:#216d39;background:#eaf8ee}.vendor-order-card__state--new{color:#b00018;background:#fff0f1}.vendor-order-card__state--preparing{color:#8a5a00;background:#fff7df}.vendor-order-card__state--shipped{color:#075985;background:#eaf7ff}.vendor-order-card__state--delivered{color:#216d39;background:#eaf8ee}.vendor-order-card__state--cancelled{color:#666;background:#eee}.vendor-order-card__summary{border-bottom:1px solid #eee;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px 24px;display:grid}.vendor-order-card__summary-item{background:#fafafa;border-radius:14px;align-items:flex-start;gap:12px;min-width:0;padding:14px 15px;display:flex}.vendor-order-card__summary-item>svg{color:#d70012;flex:none;margin-top:2px}.vendor-order-card__summary-item>div{min-width:0}.vendor-order-card__summary-item span,.vendor-order-card__summary-item strong,.vendor-order-card__summary-item small{display:block}.vendor-order-card__summary-item span{color:#777;letter-spacing:.8px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.vendor-order-card__summary-item strong{color:#292929;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:1.4;overflow:hidden}.vendor-order-card__summary-item small{color:#777;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;line-height:1.4;overflow:hidden}.vendor-order-card__products{padding:21px 24px 23px}.vendor-order-card__products h4{color:#333;margin:0 0 14px;font-size:13px;font-weight:800}.vendor-order-card__product-list{flex-direction:column;display:flex}.vendor-order-product{border-top:1px solid #eee;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 0;display:grid}.vendor-order-product:first-child{border-top:0;padding-top:0}.vendor-order-product:last-child{padding-bottom:0}.vendor-order-product__image{color:#9a9a9a;background:#f7f7f8;border:1px solid #eee;border-radius:12px;place-items:center;width:66px;height:66px;display:grid;overflow:hidden}.vendor-order-product__image img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.vendor-order-product__information{min-width:0}.vendor-order-product__information strong,.vendor-order-product__information span{display:block}.vendor-order-product__information strong{color:#292929;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:1.45;overflow:hidden}.vendor-order-product__information span{color:#777;margin-top:5px;font-size:12px;line-height:1.45}.vendor-order-product__subtotal{color:#1d1d1f;white-space:nowrap;font-size:15px;font-weight:800}.vendor-order-card__footer{background:#fcfcfc;border-top:1px solid #ececec;justify-content:space-between;align-items:center;gap:24px;padding:18px 24px;display:flex}.vendor-order-card__tracking span,.vendor-order-card__tracking strong,.vendor-order-card__total span,.vendor-order-card__total strong{display:block}.vendor-order-card__tracking span{color:#777;font-size:12px;line-height:1.5}.vendor-order-card__tracking strong{color:#292929;margin-top:3px;font-size:13px;font-weight:800}.vendor-order-card__total{text-align:right;flex:none}.vendor-order-card__total span{color:#777;margin-bottom:4px;font-size:11px;font-weight:700}.vendor-order-card__total strong{color:#1d1d1f;font-size:22px;font-weight:800}.vendor-orders__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding-top:2px;display:flex}@media (width<=760px){.vendor-order-card__header,.vendor-order-card__footer{flex-direction:column;align-items:flex-start}.vendor-order-card__badges{justify-content:flex-start}.vendor-order-card__summary{grid-template-columns:1fr}.vendor-order-card__total{text-align:left;border-top:1px solid #ececec;width:100%;padding-top:14px}}@media (width<=560px){.vendor-orders-panel{border-radius:18px;padding:22px 18px}.vendor-orders__search{width:100%}.vendor-orders__filters{scrollbar-width:thin;flex-wrap:nowrap;margin-left:-18px;margin-right:-18px;padding:2px 18px 8px;overflow-x:auto}.vendor-orders__filter{flex:none}.vendor-order-card__header,.vendor-order-card__summary,.vendor-order-card__products,.vendor-order-card__footer{padding-left:18px;padding-right:18px}.vendor-order-card__badges{width:100%}.vendor-order-card__payment,.vendor-order-card__state{flex:auto}.vendor-order-product{grid-template-columns:58px minmax(0,1fr)}.vendor-order-product__image{width:58px;height:58px}.vendor-order-product__subtotal{grid-column:2}.vendor-orders__pagination{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.vendor-orders__pagination .vendor-products__pagination-pages{grid-area:1/1/auto/-1}.vendor-orders__pagination .vendor-products__pagination-button--navigation{width:100%;min-width:0}}:root{--color-primary:#d2001a;--color-primary-hover:#b80017;--color-primary-active:#9f0014;--color-brand-coral:#f55;--color-brand-orange:#ff884d;--color-heading:#111;--color-text:#3a3a3a;--color-text-muted:#6b6b6b;--color-text-light:#8a8a8a;--color-text-inverse:#fff;--color-background:#fff;--color-background-secondary:#f5f5f5;--color-surface:#fff;--color-surface-hover:#fafafa;--color-border:#e1e1e1;--color-border-dark:#c9c9c9;--color-success:#18864b;--color-warning:#d97706;--color-error:#d2001a;--color-info:#2563eb;--font-family-primary:Inter, Arial, Helvetica, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:1rem;--radius-pill:999px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 10px 30px #0000001f;--container-max-width:1280px;--header-height:72px;--transition-fast:.15s ease;--transition-normal:.25s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}img,picture,svg,video,canvas{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}html{background-color:var(--color-background);min-width:320px}body{min-width:320px;min-height:100vh;font-family:var(--font-family-primary);font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--color-text);background-color:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;line-height:1.5}#root{min-height:100vh}.app{min-height:100vh;padding:var(--spacing-6);justify-content:center;align-items:center;gap:var(--spacing-4);text-align:center;background:radial-gradient(circle at top, #ff884d14, transparent 35%), var(--color-background);flex-direction:column;display:flex}.app__logo{width:min(420px,88vw);height:auto;margin-bottom:var(--spacing-4)}.app__title{color:var(--color-heading);font-size:clamp(var(--font-size-2xl), 5vw, var(--font-size-4xl));font-weight:var(--font-weight-bold);line-height:1.1}.app__subtitle{max-width:640px;color:var(--color-text);font-size:var(--font-size-lg)}.app__status{padding:var(--spacing-3) var(--spacing-5);color:var(--color-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border-radius:var(--radius-pill);background-color:#d2001a0f;border:1px solid #d2001a24}::selection{color:var(--color-text-inverse);background-color:var(--color-primary)}@media (width<=480px){.app{padding:var(--spacing-4)}.app__subtitle{font-size:var(--font-size-md)}.app__status{border-radius:var(--radius-md);width:100%}}.route-status{min-height:360px;color:var(--color-text-light);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.route-status__spinner{border:4px solid #c0001821;border-top-color:var(--color-primary);border-radius:50%;width:42px;height:42px;margin-bottom:16px;animation:.8s linear infinite route-status-spin}@keyframes route-status-spin{to{transform:rotate(360deg)}}.header{z-index:1000;justify-content:space-between;align-items:center;gap:var(--spacing-6);min-height:var(--header-height);padding:var(--spacing-3) var(--spacing-10);background-color:var(--color-background);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:flex;position:sticky;top:0}.header__brand{flex-shrink:0;align-items:center;display:flex}.header__logo{width:210px;height:auto;display:block}.header__search{flex:1;align-items:center;max-width:760px;display:flex;position:relative}.header__search-input{width:100%;height:46px;padding:0 54px 0 var(--spacing-4);color:var(--color-text);font-size:var(--font-size-md);background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:var(--radius-pill);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);outline:none}.header__search-input::placeholder{color:var(--color-text-light)}.header__search-input:hover{background-color:var(--color-background);border-color:var(--color-border-dark)}.header__search-input:focus{background-color:var(--color-background);border-color:var(--color-primary);box-shadow:0 0 0 3px #d2001a1a}.header__search-button{width:32px;height:32px;color:var(--color-text-inverse);transition:background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);background-color:#c00018;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.header__search-button:hover{background-color:#a60015;transform:translateY(-50%)scale(1.04);box-shadow:0 4px 12px #c0001838}.header__search-button:active{transform:translateY(-50%)scale(.96)}.header__search-button:focus-visible{outline-offset:2px;outline:3px solid #d2001a33}.header__nav{align-items:center;gap:var(--spacing-6);display:flex}.header__nav a{padding:var(--spacing-2) 0;color:var(--color-text);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);transition:color var(--transition-fast), opacity var(--transition-fast);position:relative}.header__nav a:hover{color:var(--color-primary)}.header__nav a:after{content:"";background-color:var(--color-primary);transform-origin:50%;height:2px;transition:transform var(--transition-fast);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.header__nav a:hover:after{transform:scaleX(1)}.header__actions{align-items:center;gap:var(--spacing-4);display:flex}.header__action{padding:var(--spacing-2) var(--spacing-2);color:var(--color-text);font-size:.95rem;font-weight:var(--font-weight-medium);border-radius:var(--radius-md);transition:color var(--transition-fast), background-color var(--transition-fast), transform var(--transition-fast);align-items:center;gap:6px;text-decoration:none;display:flex}.header__action:hover{color:var(--color-primary);background-color:#d2001a0d;transform:translateY(-2px)}.header__action-icon{transition:color var(--transition-fast), fill var(--transition-fast), transform var(--transition-fast);flex-shrink:0;display:block}.header__action:hover .header__action-icon{transform:scale(1.08)}.header__action:first-child:hover .header__action-icon{color:var(--color-primary);fill:#d2001a1f}.header__action-text{white-space:nowrap}@media (width<=1200px){.header{gap:var(--spacing-4);padding:var(--spacing-3) var(--spacing-6)}.header__logo{width:180px}.header__search{max-width:620px}.header__nav{gap:var(--spacing-4)}.header__actions{gap:var(--spacing-2)}.header__action-text{display:none}}@media (width<=768px){.header{gap:var(--spacing-4);padding:var(--spacing-3) var(--spacing-4);flex-wrap:wrap}.header__logo{width:160px}.header__nav{gap:var(--spacing-4);order:2;margin-left:auto}.header__actions{gap:var(--spacing-2);order:2}.header__search{order:3;width:100%;max-width:none}.header__action{padding:var(--spacing-2);font-size:.9rem}.header__action-text{display:none}}.header__suggestions{transform-origin:top;max-height:min(620px,100vh - 120px);animation:.18s ease-out header-suggestions-open;overflow-y:auto}.header__suggestions-section{border-bottom:1px solid var(--color-border)}.header__suggestions-title{color:var(--color-text-light);letter-spacing:1.3px;text-transform:uppercase;padding:12px 20px 7px;font-size:.72rem;font-weight:800}.header__suggestion{border-bottom:1px solid #0000000b;width:100%}.header__suggestion:last-child{border-bottom:0}.header__suggestion-image{width:70px;height:70px;overflow:hidden}.header__suggestion-image img{object-fit:cover;width:100%;height:100%}.header__suggestion-content{min-width:0}.header__suggestion-content strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.header__suggestion-highlight{color:var(--color-primary);background:0 0;padding:0;font-weight:800}.header__suggestion-price{color:var(--color-primary);font-size:.94rem;font-weight:800}.header__suggestion-content small{color:#16883f;font-size:.76rem;font-weight:600}.header__suggestions-tags{flex-wrap:wrap;gap:8px;padding:5px 20px 16px;display:flex}.header__suggestions-tags button{color:var(--color-text);background:var(--color-background-secondary);border:1px solid var(--color-border);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:650;transition:color .2s,background-color .2s,border-color .2s,transform .2s}.header__suggestions-tags button:hover{color:var(--color-primary);background:#c000180d;border-color:#c000183d;transform:translateY(-1px)}.header__suggestions-all{justify-content:center;align-items:center;gap:9px;width:100%;display:flex}.header__suggestions-loader{border:2px solid #c0001829;border-top-color:var(--color-primary);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite header-search-spin}.header__suggestions-status{justify-content:center;align-items:center;gap:10px;display:flex}@keyframes header-suggestions-open{0%{opacity:0;transform:translateY(-7px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes header-search-spin{to{transform:rotate(360deg)}}.product-card{cursor:pointer;background-color:var(--color-background);border:1px solid var(--color-border);border-radius:22px;flex-direction:column;min-width:0;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000000d}.product-card:hover{border-color:#c0001838;transform:translateY(-6px);box-shadow:0 18px 42px #0000001a}.product-card:focus-visible{outline-offset:4px;outline:3px solid #c0001833}.product-card__media{aspect-ratio:1;background-color:var(--color-background-secondary);border-bottom:1px solid var(--color-border);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__badge{z-index:2;color:#fff;background-color:#c00018;border-radius:999px;padding:7px 11px;font-size:.75rem;font-weight:700;line-height:1;position:absolute;top:14px;left:14px}.product-card__favorite{z-index:2;cursor:pointer;width:40px;height:40px;color:var(--color-text);border:1px solid var(--color-border);background-color:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 6px 18px #00000014}.product-card__favorite:hover{color:#c00018;background-color:#fff;transform:scale(1.06)}.product-card__content{flex-direction:column;flex:1;padding:22px;display:flex}.product-card__name{min-height:52px;color:var(--color-text);margin-bottom:12px;font-size:1.05rem;font-weight:700;line-height:1.45}.product-card__rating{color:#f4a300;align-items:center;gap:5px;margin-bottom:16px;font-size:.9rem;font-weight:700;display:flex}.product-card__reviews{color:var(--color-text-light);font-weight:500}.product-card__prices{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.product-card__old-price{color:var(--color-text-light);font-size:.9rem;text-decoration:line-through}.product-card__price{color:var(--color-text);font-size:1.65rem;line-height:1.1}.product-card__shipping{color:#16883f;margin-bottom:20px;font-size:.9rem;font-weight:600}.product-card__cart-button{cursor:pointer;color:#fff;background-color:#c00018;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:44px;margin-top:auto;padding:10px 16px;font-size:.95rem;font-weight:700;transition:background-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.product-card__cart-button:hover{background-color:#a60015;transform:translateY(-1px);box-shadow:0 8px 20px #c0001833}.product-card__cart-button:active{transform:scale(.98)}.product-card__cart-button:focus-visible,.product-card__favorite:focus-visible{outline-offset:3px;outline:3px solid #c0001833}.product-card__cart-button:disabled{cursor:not-allowed;opacity:.65}.product-card__cart-button--success{background:#087a2e;border-color:#087a2e}.product-card__cart-button--error{background:#b42318;border-color:#b42318}.footer{color:#fff;background:linear-gradient(135deg,#111 0%,#1a1a1a 55%,#2a0b0f 100%);margin-top:80px}.footer__container{grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(160px,1fr));gap:48px;max-width:1400px;margin:0 auto;padding:64px 60px 52px;display:grid}.footer__brand h2{color:#fff;margin-bottom:16px;font-size:1.7rem;font-weight:800;line-height:1.2}.footer__brand p{color:#ffffffb3;max-width:420px;font-size:.98rem;line-height:1.75}.footer__column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer__column h3{color:#fff;margin-bottom:8px;font-size:1rem;font-weight:700}.footer__column a{color:#ffffffad;font-size:.94rem;transition:color .2s,transform .2s;position:relative}.footer__column a:hover{color:#fff;transform:translate(3px)}.footer__column a:after{content:"";transform-origin:0;background-color:#ff5a5f;height:1px;transition:transform .2s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.footer__column a:hover:after{transform:scaleX(1)}.footer__bottom{color:#ffffff94;text-align:center;border-top:1px solid #ffffff1a;padding:22px 30px;font-size:.88rem}@media (width<=1000px){.footer__container{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;padding:52px 30px 44px}}@media (width<=600px){.footer{margin-top:50px}.footer__container{grid-template-columns:1fr;gap:34px;padding:44px 20px 36px}.footer__brand h2{font-size:1.5rem}.footer__bottom{padding:20px;line-height:1.6}}.home-benefits{max-width:1400px;margin:100px auto;padding:0 60px}.home-benefits__header{margin-bottom:42px}.home-benefits__eyebrow{color:var(--color-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:700}.home-benefits__title{color:var(--color-text);margin-bottom:16px;font-size:2.2rem;font-weight:800}.home-benefits__description{max-width:720px;color:var(--color-text-light);font-size:1.05rem;line-height:1.8}.home-benefits__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.home-benefit-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:22px;padding:32px 26px;transition:transform .25s,box-shadow .25s,border-color .25s}.home-benefit-card:hover{border-color:#c000182e;transform:translateY(-6px);box-shadow:0 16px 38px #00000014}.home-benefit-card__icon{color:#fff;background:var(--color-primary);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:22px;display:flex}.home-benefit-card__title{color:var(--color-text);margin-bottom:12px;font-size:1.15rem;font-weight:700}.home-benefit-card__description{color:var(--color-text-light);line-height:1.7}@media (width<=1200px){.home-benefits{padding:0 30px}.home-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.home-benefits{padding:0 20px}.home-benefits__title{font-size:1.9rem}.home-benefits__grid{grid-template-columns:1fr}}.marketplace-benefits{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;max-width:1280px;margin:5rem auto;padding:0 2rem;display:grid}.marketplace-benefits__content{flex-direction:column;display:flex}.marketplace-benefits__eyebrow{color:#d71920;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:inline-block}.marketplace-benefits__title{color:#1f2937;margin:0 0 1.25rem;font-size:2.2rem;line-height:1.2}.marketplace-benefits__description{color:#6b7280;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.marketplace-benefits__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.marketplace-benefits__item{color:#374151;align-items:center;gap:1rem;font-size:1rem;display:flex}.marketplace-benefits__check{color:#fff;background:#d71920;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.marketplace-benefits__actions{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.marketplace-benefits__button{border-radius:12px;align-items:center;gap:.65rem;padding:.95rem 1.6rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.marketplace-benefits__button--primary{color:#fff;background:#d71920}.marketplace-benefits__button--primary:hover{background:#b8151b}.marketplace-benefits__button--secondary{color:#1f2937;background:#fff;border:1px solid #d1d5db}.marketplace-benefits__button--secondary:hover{color:#d71920;border-color:#d71920}.marketplace-benefits__visual{justify-content:center;display:flex}.marketplace-benefits__visual-card{color:#fff;background:linear-gradient(135deg,#d71920,#ff5b5b);border-radius:22px;width:100%;max-width:360px;padding:2.5rem;box-shadow:0 20px 45px #00000026}.marketplace-benefits__visual-label{text-align:center;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.marketplace-benefits__connection{justify-content:space-between;align-items:center;display:flex}.marketplace-benefits__role{flex-direction:column;align-items:center;gap:.75rem;display:flex}.marketplace-benefits__role-icon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;display:flex}.marketplace-benefits__connector{justify-content:center;align-items:center;font-size:2rem;font-weight:700;animation:2.8s ease-in-out infinite marketplaceArrow;display:inline-flex}@keyframes marketplaceArrow{0%{opacity:.8;transform:translate(0)}25%{opacity:1;transform:translate(6px)}50%{opacity:.8;transform:translate(0)}75%{opacity:1;transform:translate(-6px)}to{opacity:.8;transform:translate(0)}}.marketplace-benefits__visual-message{text-align:center;margin-top:2rem;font-size:1.15rem;font-weight:700}@media (width<=992px){.marketplace-benefits{text-align:center;grid-template-columns:1fr}.marketplace-benefits__item,.marketplace-benefits__actions{justify-content:center}}
