*{box-sizing:border-box}body{color:#111;background:#fafafa;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}a{cursor:pointer;text-decoration:none}button:not(:disabled),[role=button]:not([aria-disabled=true]){cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed}h1{font-size:24px;font-weight:700;line-height:28px}h2{font-size:20px;font-weight:600;line-height:24px}h3{font-size:18px;font-weight:600;line-height:20px}p{font-size:16px;line-height:21px}.site-container{max-width:1440px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}.main-red-btn{color:#fafafa;text-align:center;letter-spacing:1px;text-transform:uppercase;background:#ed1c24;border:1px solid #ed1c24;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;transition:background-color .16s;display:flex}.main-red-btn:hover{background-color:#c9181f}.main-red-btn:disabled{color:#fafafa;cursor:not-allowed;background-color:#ffb3b6;border-color:#888}.main-black-btn{color:#fafafa;text-align:center;letter-spacing:1px;text-transform:uppercase;background:#0d0d0d;border:1px solid #0d0d0d;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;transition:background-color .16s;display:flex}.main-black-btn:hover{background:#2a2a2a}.main-white-btn{color:#111;text-align:center;letter-spacing:1px;text-transform:uppercase;background:#fafafa;border:1px solid #888;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;transition:background-color .16s;display:flex}.main-white-btn:hover{color:#fafafa;background-color:#0d0d0d;border:1px solid #555}.main-white-btn:disabled{color:#888;cursor:not-allowed;background-color:#fafafa;border-color:#888}.outline-white-btn{color:#fafafa;text-align:center;letter-spacing:1px;text-transform:uppercase;background:0 0;border:1px solid #fafafa;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;transition:background-color .16s;display:flex}.outline-white-btn:hover{color:#111;background-color:#fafafa}.outline-white-btn:disabled{color:#888;cursor:not-allowed;background-color:#0000;border-color:#888}.outline-black-btn{color:#111;text-align:center;letter-spacing:1px;text-transform:uppercase;background:0 0;border:1px solid #111;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;transition:background-color .16s;display:flex}.outline-black-btn:hover{color:#fafafa;background-color:#111}.outline-black-btn:disabled{color:#888;cursor:not-allowed;background-color:#0000;border-color:#888}.topbar{z-index:70;color:#fafafa;background:#ed1c24;border-bottom:1px solid #fafafa14;position:sticky;top:0}@media (max-width:1024px){.topbar{position:sticky;top:0}}.topbar-inner{color:#fafafa;white-space:nowrap;scrollbar-width:none;justify-content:flex-start;align-items:center;gap:16px;min-height:23px;padding:3px 40px;font-size:12px;font-weight:400;line-height:17px;display:flex;position:relative;overflow-x:auto}.topbar-inner::-webkit-scrollbar{display:none}@media (max-width:1024px){.topbar-inner{display:none}}.topbar-inner:has(.topbar-hours[open]){overflow:visible}.topbar-item{color:inherit;transition:color .16s}@media (max-width:1024px){.topbar-item{text-overflow:ellipsis;min-width:0;overflow:hidden}}.topbar-dropdown{display:none;position:relative}@media (max-width:1024px){.topbar-dropdown{display:block}}.topbar-dropdown__summary{color:#fafafa;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:25px;padding:4px 24px;font-size:14px;font-weight:700;line-height:17px;list-style:none;display:flex}.topbar-dropdown__summary::-webkit-details-marker{display:none}.topbar-dropdown__summary::marker{content:"";font-size:0}.topbar-dropdown__summary span{text-underline-offset:2px;min-width:0;text-decoration:underline}.topbar-dropdown__summary svg{stroke-width:2px;flex:none;transition:transform .16s}.topbar-dropdown[open] .topbar-dropdown__summary svg{transform:rotate(180deg)}.topbar-dropdown__panel{z-index:100;color:#fafafa;background:#202126;border-top:1px solid #fafafa29;gap:12px;padding:14px 24px 16px;display:grid;position:absolute;top:100%;left:0;right:0;box-shadow:0 14px 28px #0d0d0d3d}.topbar-dropdown__row{color:#fafafadb;align-items:flex-start;min-width:0;font-size:13px;line-height:1.35;display:flex}.topbar-dropdown__row>.topbar-item,.topbar-dropdown__row>.topbar-hours{width:100%}a.topbar-item:hover,.topbar-hours__summary:hover{color:#ffb3b6}.topbar-separator{color:#fafafa}.topbar-hours{z-index:45;position:relative}.topbar-hours__summary{cursor:pointer;align-items:center;gap:6px;list-style:none;display:inline-flex}.topbar-hours__summary::-webkit-details-marker{display:none}.topbar-hours__summary:after{content:"";transform-origin:50%;border-bottom:1px solid;border-right:1px solid;flex:0 0 6px;align-self:center;width:5px;height:5px;transition:transform .16s;transform:rotate(45deg)translateY(-1px)}.topbar-hours[open] .topbar-hours__summary:after{transform:rotate(225deg)translateY(-1px)}.topbar-hours__panel{z-index:90;color:#fafafa;background:#202126;border:1px solid #fafafa1a;border-radius:8px;min-width:230px;padding:12px 14px;animation:.15s topbar-dropdown-in;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 16px 44px #0d0d0d47}@media (max-width:1024px){.topbar-hours__panel{left:auto;right:-8px}}.topbar-dropdown .topbar-hours__summary{text-overflow:clip;justify-content:space-between;width:100%;padding-right:2px;overflow:visible}.topbar-dropdown .topbar-hours__summary:after{width:5px;height:5px;margin-right:3px}.topbar-dropdown .topbar-hours__panel{min-width:0;box-shadow:none;background:#0d0d0d52;border-color:#fafafa1a;border-radius:8px;margin-top:10px;padding:12px;animation:none;position:static}.topbar-dropdown .topbar-hours__panel:before{display:none}.topbar-hours__panel:before{content:"";background:#202126;border-top:1px solid #fafafa1a;border-left:1px solid #fafafa1a;width:10px;height:10px;position:absolute;top:-6px;right:18px;transform:rotate(45deg)}.topbar-hours__heading{margin-bottom:6px;font-size:12px;font-weight:800}.topbar-hours__list{gap:4px;display:grid}.topbar-hours__row{color:#fafafab8;grid-template-columns:minmax(92px,1fr) max-content;align-items:baseline;gap:14px;display:grid}.topbar-hours__row span,.topbar-hours__row strong{font-size:12px;line-height:1.35}.topbar-hours__row strong{color:#fafafadb;font-weight:500}.topbar-hours__row.is-current,.topbar-hours__row.is-current strong{color:#fafafa;font-weight:800}@keyframes topbar-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.site-shell{flex-direction:column;min-height:100vh;display:flex}@media (max-width:480px){.site-shell{padding-bottom:0}}.page{flex:1;padding:42px 0 64px}@media (max-width:480px){.page{padding:30px 0 48px}}.page--flush{width:100%;padding:0}.section{margin-top:48px}.section-header{text-align:center;width:min(780px,100%);margin:0 auto 28px}.section-header p{color:#555;margin:8px auto 0;font-size:14px}.mobile-app-nav{z-index:110;height:calc(72px + env(safe-area-inset-bottom));padding:8.8px 24px calc(8px + env(safe-area-inset-bottom));background:#fafafa;border-top:.8px solid #e2e2e2;justify-content:space-between;align-items:flex-start;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:1024px){.mobile-app-nav{display:flex}}.mobile-app-nav__item,.mobile-app-nav__home{color:#111;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.mobile-app-nav__item{appearance:none;letter-spacing:.18px;text-transform:uppercase;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:2px;width:48px;min-width:0;min-height:47px;padding:0;font-size:12px;font-weight:500;line-height:normal}.mobile-app-nav__item svg{stroke-width:1.8px}.mobile-app-nav__item.is-active{color:#ed1c24}.mobile-app-nav__home{color:#fafafa;background:#ed1c24;border-radius:999px;width:56px;height:56px;margin-top:-28px;box-shadow:0 10px 7.5px #0d0d0d1a,0 4px 3px #0d0d0d1a}.mobile-app-nav__home svg{width:24px;height:24px;display:block}.mobile-app-nav__icon{place-items:center;display:grid;position:relative}.mobile-app-nav__badge{color:#fafafa;letter-spacing:.18px;background:#ed1c24;border-radius:999px;place-items:center;min-width:14px;height:14px;padding:0 2px;font-size:12px;font-weight:700;line-height:normal;display:grid;position:absolute;top:-6px;left:14px}.mobile-menu-backdrop{display:none}@media (max-width:1024px){.mobile-menu-backdrop{z-index:96;cursor:pointer;background:#0d0d0d6b;border:0;padding:0;animation:.18s forwards mobile-menu-backdrop-in;display:block;position:fixed;inset:0}}.mobile-menu-backdrop[data-state=closing]{pointer-events:none}@media (max-width:1024px){.mobile-menu-backdrop[data-state=closing]{animation:.18s forwards mobile-menu-backdrop-out}}.mobile-menu{display:none}@media (max-width:1024px){.mobile-menu{z-index:105;right:0;bottom:calc(72px + env(safe-area-inset-bottom));will-change:transform,opacity;background:#fafafa;border-top:1px solid #e2e2e2;border-radius:24px 24px 0 0;flex-direction:column;gap:20px;max-height:min(70vh,560px);padding:20px 24px 24px;animation:.22s cubic-bezier(.22,1,.36,1) forwards mobile-menu-panel-in;display:flex;position:fixed;left:0;overflow-y:auto;box-shadow:0 -20px 48px #0d0d0d2e}}.mobile-menu[data-state=closing]{pointer-events:none}@media (max-width:1024px){.mobile-menu[data-state=closing]{animation:.18s forwards mobile-menu-panel-out}}.mobile-menu :where(a,button,summary),.mobile-app-nav :where(a,button){-webkit-tap-highlight-color:#0000}.mobile-menu :where(a,button,summary):focus,.mobile-menu :where(a,button,summary):focus-visible,.mobile-app-nav :where(a,button):focus,.mobile-app-nav :where(a,button):focus-visible{box-shadow:none;outline:0}.mobile-menu__header,.mobile-menu__quick,.mobile-menu__section,.mobile-menu__categories,.mobile-menu__children,.mobile-menu__sub-links{min-width:0}.mobile-menu__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.mobile-menu__header h2{color:#111;text-transform:uppercase;margin:0;font-size:22px;font-weight:900;line-height:1.1}.mobile-menu__close{appearance:none;color:#111;cursor:pointer;background:#fafafa;border:1px solid #e2e2e2;border-radius:999px;place-items:center;width:40px;height:40px;padding:0;display:grid}.mobile-menu__quick{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mobile-menu__quick a{color:#111;text-align:center;text-transform:uppercase;border:1px solid #e2e2e2;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-size:12px;font-weight:700;line-height:20px;text-decoration:none;display:flex}.mobile-menu__section{gap:12px;display:grid}.mobile-menu__section h3{color:#555;text-transform:uppercase;margin:0;font-size:12px;font-weight:800;line-height:20px}.mobile-menu__categories{border-top:1px solid #e2e2e2;display:grid}.mobile-menu__category,.mobile-menu__category-link{border-bottom:1px solid #e2e2e2}.mobile-menu__category summary{color:#111;text-transform:uppercase;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:52px;font-size:14px;font-weight:800;line-height:1.2;list-style:none;display:flex}.mobile-menu__category summary::-webkit-details-marker{display:none}.mobile-menu__category summary::marker{content:"";font-size:0}.mobile-menu__category summary span:first-child{min-width:0}.mobile-menu__category summary span:last-child{transform-origin:50%;flex:0 0 18px;align-self:center;width:18px;height:18px;transition:transform .16s;position:relative;overflow:visible;transform:none}.mobile-menu__category summary span:last-child:before,.mobile-menu__category summary span:last-child:after{content:"";background:currentColor;border-radius:999px;width:8px;height:2px;position:absolute;top:8px}.mobile-menu__category summary span:last-child:before{left:2px;transform:rotate(45deg)}.mobile-menu__category summary span:last-child:after{right:2px;transform:rotate(-45deg)}.mobile-menu__category[open] summary span:last-child{transform:rotate(180deg)}.mobile-menu__category[open] .mobile-menu__children{animation:.18s forwards mobile-menu-dropdown-in}.mobile-menu__category-link{color:#111;text-transform:uppercase;align-items:center;min-height:52px;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;display:flex}.mobile-menu__children{transform-origin:top;gap:10px;padding:0 0 16px 16px;display:grid}.mobile-menu__children>a{color:#555;font-size:13px;font-weight:600;line-height:1.25;text-decoration:none}.mobile-menu__sub-category summary{color:#111;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:44px;font-size:13px;font-weight:800;line-height:1.25;list-style:none;display:flex}.mobile-menu__sub-category summary::-webkit-details-marker{display:none}.mobile-menu__sub-category summary::marker{content:"";font-size:0}.mobile-menu__sub-category summary span:first-child{min-width:0}.mobile-menu__sub-category summary .mobile-menu__sub-arrow{transform-origin:50%;stroke-width:2px;flex:0 0 18px;align-self:center;width:18px;height:18px;transition:transform .16s;transform:none}.mobile-menu__sub-category[open] .mobile-menu__sub-arrow{transform:rotate(180deg)}.mobile-menu__sub-category[open] .mobile-menu__sub-links{animation:.18s forwards mobile-menu-dropdown-in}.mobile-menu__sub-links{transform-origin:top;gap:4px;padding:6px 0 12px 14px;display:grid}.mobile-menu__sub-links a{color:#555;align-items:center;min-height:35px;font-size:12px;font-weight:600;line-height:1.25;text-decoration:none;display:flex}@keyframes mobile-menu-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes mobile-menu-panel-in{0%{opacity:.72;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-menu-panel-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}@keyframes mobile-menu-dropdown-in{0%{opacity:0;transform:translateY(-6px)scaleY(.96)}to{opacity:1;transform:translateY(0)scaleY(1)}}@media (prefers-reduced-motion:reduce){.mobile-menu-backdrop,.mobile-menu,.mobile-menu__category[open] .mobile-menu__children,.mobile-menu__sub-category[open] .mobile-menu__sub-links{animation:none}.mobile-menu-backdrop[data-state=closing],.mobile-menu[data-state=closing]{opacity:0}}.header{z-index:60;color:#111;background:0 0;padding:26px 40px 0;position:fixed;top:0;left:0;right:0}@media (max-width:1024px){.header{background:#fafafa;padding:0;position:sticky;top:0}}.site-shell:has(.topbar) .header{top:23px}@media (max-width:1024px){.site-shell:has(.topbar) .header{top:25px}}.header-inner{background:#fafafa;border:1px solid #e2e2e2;border-radius:800px;grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr);align-items:center;gap:16px;width:100%;max-width:1360px;margin:0 auto;padding:13px 28px;display:grid;position:relative;box-shadow:0 4px 5px #00000014}@media (max-width:1024px){.header-inner{min-height:56px;box-shadow:none;border:0;border-radius:0;justify-content:center;padding:8px 24px;display:flex}.header-inner:has(.header-search.is-open){padding-bottom:68px}}.brand{flex:none;justify-self:start}@media (max-width:1024px){.brand{order:0;justify-self:center}}.brand img{height:40px;display:block}@media (max-width:1024px){.brand img{width:99px}}.nav{color:#111;white-space:nowrap;justify-content:center;align-items:center;gap:24px;font-size:16px;font-weight:500;line-height:160%;display:flex}@media (max-width:1024px){.nav{display:none}}.site-navigation-shell{justify-content:center;transition:opacity .16s,transform .16s,visibility .16s;display:flex}@media (max-width:1024px){.site-navigation-shell{display:none}}.header-inner:has(.header-search.is-open) .site-navigation-shell{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-2px)}@media (max-width:1024px){.header-inner:has(.header-search.is-open) .site-navigation-shell{display:none}}.nav-link{color:inherit;align-items:center;transition:color .16s;display:inline-flex;position:relative}.nav-link:after{content:"";opacity:0;transform-origin:50%;background:#ed1c24;height:2px;transition:opacity .16s,transform .18s;position:absolute;bottom:-1px;left:-6px;right:-6px;transform:scaleX(0)}.nav-link:hover,.nav-link:focus-visible{color:#ed1c24}.nav-link:hover:after,.nav-link:focus-visible:after{opacity:1;transform:scaleX(1)}.nav-actions{justify-self:end;align-items:center;gap:18px;display:flex}@media (max-width:1024px){.nav-actions{display:none}}.header-search{display:flex}.header-search__trigger{cursor:pointer;background:0 0;border:0;padding:0}.header-search.is-open .header-search__trigger{opacity:0;pointer-events:none}.nav-icon-link{color:#111;background:0 0;border:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:color .16s,opacity .16s,transform .16s;display:inline-flex}.nav-icon-link:hover,.nav-icon-link:focus-visible{color:#ed1c24;transform:translateY(-1px)}.nav-icon-link svg{stroke-width:1.8px;width:100%;height:100%}@media (max-width:1024px){.nav-icon-link{width:24px;height:24px}}@media (max-width:480px){.nav-icon-link{width:21px;height:21px}}.nav-cart-link{position:relative;overflow:visible}.nav-cart-badge{color:#fff;pointer-events:none;background:#ed1c24;border:2px solid #fafafa;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:grid;position:absolute;top:-11px;right:-13px}@media (max-width:480px){.nav-cart-badge{min-width:17px;height:17px;padding:0 4px;font-size:9px;top:-10px;right:-12px}}.header-search:hover .nav-icon-link,.header-search:focus-within .nav-icon-link,.header-search.is-open .nav-icon-link{color:#ed1c24;transform:translateY(-1px)}.header-search__bar{z-index:8;opacity:0;pointer-events:none;transform-origin:50%;visibility:hidden;width:min(880px,100% - 380px);margin:0;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(.98)}@media (max-width:1440px){.header-search__bar{width:min(760px,100% - 300px)}}@media (max-width:1024px){.header-search__bar{width:auto;inset:auto 16px 14px;transform:translateY(4px)}}.header-search.is-open .header-search__bar{opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%,-50%)scaleX(1)}@media (max-width:1024px){.header-search.is-open .header-search__bar{transform:translateY(0)}}.header-search__field{color:#111;background:#efefef;border-radius:999px;align-items:center;gap:10px;width:100%;height:44px;padding:0 10px 0 18px;display:flex}.header-search__field svg{stroke-width:1.8px;flex:none}.header-search__field input{color:#111;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:15px;line-height:1}.header-search__field input::placeholder{color:#111;opacity:.92}.header-search__field input::-webkit-search-cancel-button{display:none}@media (max-width:1024px){.header-search__field input{font-size:15px}.header-search__field{height:42px;padding:0 8px 0 16px}}@media (max-width:480px){.header-search__field{gap:10px;height:40px;padding:0 8px 0 14px}}.header-search__close{color:#111;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;transition:background-color .16s,color .16s;display:grid}.header-search__close:hover,.header-search__close:focus-visible{color:#ed1c24;background:#11111114}.header-search__close svg{stroke-width:2px}.mega-menu,.search-menu{z-index:5;opacity:0;pointer-events:none;visibility:hidden;background:#fafafa;margin:0;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(-10px)}.mega-menu{border-radius:40px;width:min(1210px,100vw - 96px);padding:40px;box-shadow:0 8px 24px #0000000d}@media (max-width:1440px){.mega-menu{width:min(1060px,100vw - 64px)}}@media (max-width:1024px){.mega-menu{display:none}}.search-menu{border-radius:34px;width:min(1120px,100vw - 112px);padding:34px;top:calc(100% + 18px);box-shadow:0 22px 36px #0000001f}@media (max-width:1440px){.search-menu{width:min(980px,100vw - 64px);padding:30px 28px}}@media (max-width:1024px){.search-menu{border-radius:24px;width:min(640px,100vw - 28px);padding:18px;top:calc(100% + 12px)}}@media (max-width:480px){.search-menu{padding:16px}}.mega-menu:before,.search-menu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.search-menu:before{height:18px;top:-18px}.header-search.is-open .search-menu{opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%)translateY(0)}.search-menu__inner{grid-template-columns:minmax(160px,250px) minmax(0,1fr);align-items:start;gap:30px;display:grid}@media (max-width:1440px){.search-menu__inner{grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:26px}}@media (max-width:1024px){.search-menu__inner{grid-template-columns:1fr;gap:18px}}.search-menu__quick{align-content:start;gap:12px;min-width:0;padding-top:4px;display:grid}.search-menu__quick span{color:#111;font-size:13px;font-weight:800;line-height:1.2}.search-menu__quick a{color:#242424;width:fit-content;font-size:16px;font-weight:400;line-height:1.14;transition:color .16s}.search-menu__quick a:hover,.search-menu__quick a:focus-visible{color:#ed1c24}@media (max-width:1024px){.search-menu__quick a{font-size:15px}.search-menu__quick{gap:12px}}.search-menu__products{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0;display:grid}@media (max-width:480px){.search-menu__products .product-card__media{aspect-ratio:1.25}}@media (max-width:1024px){.search-menu__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:480px){.search-menu__products{grid-template-columns:1fr}}.mega-menu.is-visible,.mega-menu:hover,.mega-menu:focus-within{opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%)translateY(0)}.mega-menu__inner{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px;display:grid}.mega-menu__column h2{color:#111;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:700;line-height:normal}.mega-menu__column h2 a{color:inherit;transition:color .16s}.mega-menu__column h2 a:hover,.mega-menu__column h2 a:focus-visible{color:#ed1c24}.mega-menu__links{gap:10px;display:grid}.mega-menu__links a{color:#111;width:fit-content;font-size:14px;font-weight:400;line-height:normal;transition:color .16s}.mega-menu__links a:hover,.mega-menu__links a:focus-visible{color:#ed1c24}.footer{color:#fafafa;background:#0d0d0d;border-top:.8px solid #fafafa1a;align-items:stretch;min-height:414px;padding:40px 24px;display:flex}@media (max-width:768px){.footer{min-height:auto;padding:36px 20px}}@media (max-width:480px){.footer{padding:24px 24px 104px}}.footer-inner.site-container{flex-direction:column;gap:24px;width:100%;max-width:1440px;margin:0 auto;padding:0 32px;display:flex}@media (max-width:1024px){.footer-inner.site-container{padding:0 16px}}@media (max-width:480px){.footer-inner.site-container{gap:24px;padding:0}}.footer-main{justify-content:space-between;align-items:flex-start;gap:64px;width:100%;display:flex}@media (max-width:768px){.footer-main{flex-direction:column;gap:40px}}@media (max-width:480px){.footer-main{align-items:center}}.footer-brand{flex-direction:column;align-items:flex-start;gap:24px;width:min(384px,100%);min-height:100px;display:flex}@media (max-width:480px){.footer-brand{text-align:center;align-items:center;width:327px}}.footer-logo,.footer-logo img{width:120px;height:49px;display:block}.footer-brand p{color:#888;width:min(384px,100%);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (max-width:480px){.footer-brand p{width:327px;line-height:160%}}.footer-columns{color:#888;align-items:flex-start;gap:80px;font-size:14px;line-height:1.5;display:flex}@media (max-width:1024px){.footer-columns{gap:48px}}@media (max-width:768px){.footer-columns{grid-template-columns:1fr;gap:32px;width:100%;display:grid}}@media (max-width:480px){.footer-columns{text-align:center;gap:28px;width:167px}}.footer-col{flex-direction:column;align-items:flex-start;gap:16px;min-width:0;display:flex}@media (max-width:480px){.footer-col{align-items:center;gap:8px}}.footer-col h3{color:#fafafa;margin:0 0 8px;font-size:14px;font-weight:500;line-height:1.5}@media (max-width:480px){.footer-col h3{margin-bottom:16px}}.footer-col a{color:#888;font-size:14px;font-weight:400;line-height:1.5;transition:color .16s}.footer-col a:hover,.footer-col a:focus-visible{color:#fafafa}.footer-col--legal{width:145px}@media (max-width:768px){.footer-col--legal{width:auto}}.footer-socials{align-items:center;gap:24px;width:fit-content;min-height:24px;display:flex}@media (max-width:480px){.footer-socials{margin:0 auto}}.footer-socials a{color:#fafafa;place-items:center;width:24px;height:24px;transition:color .16s,transform .16s;display:grid}.footer-socials a:hover,.footer-socials a:focus-visible{color:#fafafab8;transform:translateY(-1px)}.footer-socials a svg{stroke-width:2px;width:18px;height:18px}.footer-socials a:first-child svg{width:24px;height:24px}.footer-bottom{color:#888;border-top:.5px solid #555;justify-content:space-between;align-items:center;gap:24px;width:100%;padding-top:32px;font-size:12px;font-weight:400;line-height:1.4;display:flex}.footer-bottom>span{white-space:nowrap}.footer-bottom a{color:inherit;transition:color .16s}.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#fafafa}@media (max-width:768px){.footer-bottom{flex-direction:column;align-items:flex-start;padding-top:24px}.footer-bottom>span{white-space:normal}}@media (max-width:480px){.footer-bottom{border-top-color:#555;align-items:flex-start;gap:4px;padding-top:8px}}.footer-legal-links{justify-content:flex-end;align-items:center;gap:24px;display:flex}.footer-legal-links a{white-space:nowrap}@media (max-width:480px){.footer-legal-links{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;margin-top:8px}}.lead{color:#555;max-width:680px;font-size:16px}.eyebrow{color:#ed1c24;text-transform:uppercase;margin:0 0 10px;font-size:14px;font-weight:700}.muted{color:#555}.price{color:#ed1c24;font-weight:700}.button{color:#fafafa;text-transform:uppercase;cursor:pointer;background:#ed1c24;border:1px solid #ed1c24;border-radius:8px;justify-content:center;align-items:center;min-height:36px;padding:0 24px;font-size:14px;font-weight:700;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{background:#c9181f;border-color:#c9181f;transform:translateY(-1px)}.button:disabled{color:#111;cursor:not-allowed;background:#ffb3b6;border-color:#ffb3b6;transform:none}.button.secondary,.button--ghost{color:#111;background:0 0;border-color:currentColor}.button--light{color:#111;background:#fafafa;border-color:#fafafa}.button--dark-outline{color:#fafafa;background:0 0;border-color:#fafafa85}.button--dark-outline:hover{color:#111;background:#fafafa;border-color:#fafafa}.panel,.card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px}.panel{padding:24px}.card{padding:18px}.product-grid,.category-grid,.admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.product-card{color:#111;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;min-width:0;text-decoration:none;transition:border-color .16s,transform .16s;display:grid;overflow:hidden}.product-card:hover,.product-card:focus-visible{border-color:#ed1c2473;transform:translateY(-2px)}.product-card__media-link,.product-card__body,.product-card__content-link{min-width:0;color:inherit;text-decoration:none}.product-card__media{aspect-ratio:1;background:#5c5954;display:block;position:relative;overflow:hidden}.product-card__media .product-card__media-link{width:100%;height:100%;display:block}.product-card__media img{object-fit:cover;width:100%;height:100%;display:block}.product-card__favorite{appearance:none;color:#111;cursor:pointer;background:#fafafa;border:0;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;line-height:0;transition:background-color .16s,color .16s,opacity .16s;display:grid;position:absolute;top:12px;right:12px}.product-card__favorite:disabled{cursor:wait;opacity:.7}.product-card__favorite.is-active{color:#fafafa;background:#ed1c24}.product-card__favorite svg{stroke-width:1.9px;width:20px;height:20px;display:block}.product-card__body{gap:5px;padding:10px 10px 12px;display:grid}.product-card__content-link{display:contents}.product-card__title,.product-card__price{color:#111;overflow-wrap:anywhere;min-width:0;font-size:16px;font-weight:800;line-height:1.12}.product-card__price{font-size:15px;display:block}.product-card__price-row{justify-items:start;gap:2px;min-width:0;display:grid}.product-card__old-price{color:#888;font-size:12px;font-weight:700;line-height:1.1}.product-card__description{color:#111;overflow-wrap:anywhere;min-width:0;font-size:13px;line-height:1.28}.product-card__description :where(p,ul,ol,blockquote){margin:0}.product-card__description :where(strong,b){font-weight:800}.product-card__swatches{align-items:center;gap:10px;margin-top:2px;display:flex}.product-card__swatches button{appearance:none;cursor:pointer;border:0;border-radius:999px;width:18px;height:18px;padding:0;transition:box-shadow .16s,transform .16s;box-shadow:0 0 0 1px #11111124}.product-card__swatches button:hover,.product-card__swatches button:focus-visible{outline:0;transform:translateY(-1px);box-shadow:0 0 0 1px #11111138,0 0 0 4px #ed1c241f}.product-card__swatches button.is-active{box-shadow:0 0 0 2px #ed1c24,0 0 0 5px #ed1c241f}.product-card--compact .product-card__favorite{width:28px;height:28px;top:10px;right:10px}.product-card--compact .product-card__body{gap:4px;padding:8px 9px 10px}.product-card--compact .product-card__title,.product-card--compact .product-card__price{font-size:13px;line-height:1.1}.product-card--compact .product-card__old-price{font-size:11px}.product-card--compact .product-card__description{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.24;overflow:hidden}.product-card--compact .product-card__swatches{gap:8px}.product-card--compact .product-card__swatches button{width:14px;height:14px}.form{gap:14px;max-width:640px;display:grid}.field{gap:6px;font-weight:700;display:grid}.field input,.field textarea,.field select{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.creative-alert-swal{background:#fafafa!important;border-radius:16px!important;width:min(560px,100vw - 32px)!important;box-shadow:0 24px 70px #1111112e!important}.creative-alert-swal__html{color:#111!important;text-align:center!important;margin:0!important;padding:0!important;overflow:visible!important}.creative-alert-swal__close{transition:background-color .16s,color .16s;color:#111!important;border-radius:8px!important;width:36px!important;height:36px!important;margin:16px 16px 0 0!important;font-size:28px!important;line-height:36px!important}.creative-alert-swal__close:hover,.creative-alert-swal__close:focus-visible{color:#ed1c24!important;background:#f1f1f1!important}.creative-alert-modal{flex-direction:column;align-items:center;width:100%;padding:0 16px 40px;display:flex}@media (max-width:480px){.creative-alert-modal{min-height:292px;padding:48px 16px 32px}}.creative-alert-modal h2{color:#111;letter-spacing:0;text-align:center;width:min(320px,100%);margin:16px 0 0;font-size:20px;font-weight:400;line-height:28px}.creative-alert-modal p{color:#888;letter-spacing:0;text-align:center;width:min(320px,100%);margin:16px 0 0;font-size:16px;font-weight:400;line-height:24px}.creative-alert-modal__icon{color:#fafafa;background:#ed1c24;border-radius:999px;place-items:center;width:56px;height:56px;display:grid}.creative-alert-modal__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:28px;height:28px}.creative-alert-modal__button{color:#fafafa;letter-spacing:1px;text-align:center;text-transform:uppercase;cursor:pointer;background:#0d0d0d;border:1px solid #0d0d0d;border-radius:8px;justify-content:center;align-items:center;width:min(448px,100%);min-height:52px;margin-top:24px;padding:16px 24px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:20px;transition:background-color .16s;display:flex}.creative-alert-modal__button:hover,.creative-alert-modal__button:focus-visible{background:#2a2a2a}.size-guide-dialog{z-index:180;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.size-guide-dialog__backdrop{cursor:pointer;background:#11111185;border:0;padding:0;position:fixed;inset:0}.size-guide-dialog__panel{z-index:1;background:#fafafa;border-radius:8px;gap:8px;width:min(332px,100vw - 32px);max-height:calc(100vh - 32px);padding:12px 16px 18px;display:grid;position:relative;overflow-y:auto;box-shadow:0 24px 70px #11111138}.size-guide-dialog__close{color:#111;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-self:end;place-items:center;width:28px;height:28px;margin:-4px -6px -2px 0;padding:0;transition:background-color .16s,color .16s;display:grid}.size-guide-dialog__close:hover,.size-guide-dialog__close:focus-visible{background:#f1f1f1;outline:0}.size-guide-dialog__table-card{color:#111;text-align:center;background:#f1f1f1;border:1px solid #e2e2e2;border-radius:8px;justify-items:center;gap:8px;padding:23px 15px 20px;display:grid}.size-guide-dialog__table-card h2{color:#111;letter-spacing:.6px;text-transform:uppercase;margin:0;font-size:12px;font-weight:800;line-height:1.2}.size-guide-dialog__table-card p{color:#555;width:100%;margin:0;font-size:10.5px;line-height:1.35}.size-guide-dialog__table-card table{border-collapse:collapse;table-layout:fixed;color:#111;width:100%;margin-top:4px}.size-guide-dialog__table-card th,.size-guide-dialog__table-card td{text-align:center;padding:1px 3px;font-size:11.5px;line-height:1.22}.size-guide-dialog__table-card th{letter-spacing:.5px;text-transform:uppercase;font-weight:800}.size-guide-dialog__table-card td:first-child{font-weight:700}.size-guide-dialog__table-card .size-guide-dialog__note{color:#555;width:min(240px,100%);margin-top:6px;font-size:10.5px}.size-guide-dialog__diagram{place-items:center;min-height:122px;padding-top:4px;display:grid}.size-guide-dialog__diagram img{object-fit:contain;width:min(160px,100%);height:auto;display:block}.size-guide-dialog__diagram-svg{width:min(164px,100%);height:auto}.size-guide-dialog__diagram-svg path{fill:none;stroke:#111;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2px}.size-guide-dialog__diagram-svg text{font-family:Inter,Arial,Helvetica,sans-serif;font-size:17px;font-weight:800}.size-guide-dialog__diagram-green{stroke:#17a95a!important}.size-guide-dialog__diagram-red{stroke:#ed1c24!important}.size-guide-dialog__diagram-a{fill:#17a95a}.size-guide-dialog__diagram-b{fill:#ed1c24}.cookie-consent{z-index:118;color:#111;background:#fafafa;border-top:1px solid #e2e2e2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;width:100%;padding:18px 40px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -18px 48px #11111124}.cookie-consent__copy{gap:6px;min-width:0;display:grid}.cookie-consent__copy strong{color:#111;letter-spacing:.6px;text-transform:uppercase;font-size:14px;font-weight:800;line-height:18px}.cookie-consent__copy p{color:#555;margin:0;font-size:13px;line-height:18px}.cookie-consent__copy a{color:#111;text-underline-offset:3px;text-transform:uppercase;width:fit-content;font-size:12px;font-weight:800;line-height:16px;text-decoration:underline}.cookie-consent__copy a:hover,.cookie-consent__copy a:focus-visible{color:#ed1c24}.cookie-consent__actions{align-items:center;gap:8px;display:flex}.cookie-consent__button{color:#fafafa;letter-spacing:.7px;text-transform:uppercase;background:#ed1c24;border:1px solid #ed1c24;border-radius:8px;min-height:40px;padding:0 18px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;line-height:16px;transition:background-color .16s,border-color .16s,color .16s}.cookie-consent__button:hover,.cookie-consent__button:focus-visible{background:#c9181f;border-color:#c9181f;outline:0}.cookie-consent__button--ghost{color:#111;background:0 0;border-color:#e2e2e2}.cookie-consent__button--ghost:hover,.cookie-consent__button--ghost:focus-visible{color:#111;background:0 0;border-color:#111}@media (max-width:768px){.cookie-consent{right:0;bottom:calc(72px + env(safe-area-inset-bottom));grid-template-columns:1fr;gap:14px;width:100%;padding:16px;left:0}.cookie-consent__actions{grid-template-columns:1fr 1fr;display:grid}.cookie-consent__button{width:100%;padding:0 12px}}@media (max-width:400px){.cookie-consent__actions{grid-template-columns:1fr}}.home-page{--home-container:1440px;--home-gutter:40px;--home-section-gap:72px;color:#111;background:#fafafa;overflow:hidden}@media (max-width:1024px){.home-page{--home-gutter:24px;--home-section-gap:60px}}@media (max-width:768px){.home-page{--home-gutter:20px;--home-section-gap:44px}}@media (max-width:480px){.home-page{--home-gutter:16px;--home-section-gap:40px}}.home-page .site-container{max-width:var(--home-container);padding-right:var(--home-gutter);padding-left:var(--home-gutter)}.home-page :where(.main-red-btn,.main-white-btn,.outline-white-btn,.outline-black-btn,.button){letter-spacing:0;text-transform:uppercase;border-radius:8px;min-height:55px;padding:0 24px;font-size:12px;font-weight:700;line-height:20px}@media (max-width:768px){.home-page :where(.main-red-btn,.main-white-btn,.outline-white-btn,.outline-black-btn,.button){width:100%}}.home-page .section-header{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin:0 auto;display:flex}@media (max-width:480px){.home-page .section-header{max-width:343px}}.home-page .home-slider-dots{justify-content:flex-end;gap:6px;margin-top:16px;display:flex}@media (max-width:480px){.home-page .home-slider-dots{justify-content:flex-end;margin-top:24px;padding-right:16px}}.home-page .home-slider-dots__dot{appearance:none;cursor:pointer;opacity:1;background:#e2e2e2;border:0;border-radius:999px;width:8px;height:8px;margin:0;padding:0;transition:width .18s,background .18s;display:block}.home-page .home-slider-dots__dot.is-active{background:#ed1c24;width:24px}.home-page .home-hero{background:#0d0d0d;width:100%;height:800px;position:relative;overflow:hidden}@media (max-width:1024px){.home-page .home-hero{height:720px}}@media (max-width:480px){.home-page .home-hero{height:480px}}.home-page .home-hero__swiper,.home-page .home-hero .swiper-wrapper,.home-page .home-hero .swiper-slide{height:100%}.home-page .home-hero .swiper-wrapper{transition-timing-function:linear}.home-page .home-hero__slide{isolation:isolate;background:#0d0d0d;height:100%;position:relative;overflow:hidden}.home-page .home-hero__copy-panel{z-index:2;color:#fafafa;align-items:center;width:min(760px,54vw);height:100%;display:flex;position:relative;overflow:visible}@media (max-width:1024px){.home-page .home-hero__copy-panel{align-items:flex-start;width:min(680px,58vw)}}@media (max-width:768px){.home-page .home-hero__copy-panel{width:100%}}@media (max-width:480px){.home-page .home-hero__copy-panel{justify-content:center;align-items:flex-start}}.home-page .home-hero__copy{z-index:2;opacity:0;width:min(760px,100%);padding:72px 56px;transition:opacity .42s linear .12s,transform .42s linear .12s;position:relative;transform:translateY(18px)}@media (max-width:1024px){.home-page .home-hero__copy{padding:60px 38px}}@media (max-width:768px){.home-page .home-hero__copy{width:100%;padding:34px 20px 56px}}@media (max-width:480px){.home-page .home-hero__copy{opacity:1;text-align:center;width:min(315px,100% - 48px);padding:40px 0;transform:none}}.home-page .home-hero__title{color:#fafafa;letter-spacing:0;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:65px}@media (max-width:1024px){.home-page .home-hero__title{font-size:40px}}@media (max-width:768px){.home-page .home-hero__title{max-width:100%;font-size:34px}}@media (max-width:480px){.home-page .home-hero__title{font-size:30px;line-height:37.5px}}.home-page .home-hero__description{color:#fafafae0;max-width:541px;margin:40px 0;font-size:16px;font-weight:400;line-height:1.55}@media (max-width:1024px){.home-page .home-hero__description{margin-top:34px}}@media (max-width:768px){.home-page .home-hero__description{max-width:360px;margin-top:20px}}@media (max-width:480px){.home-page .home-hero__description{color:#fafafa;max-width:315px;margin:24px auto 58px;line-height:normal}}.home-page .home-hero__description :where(p){margin:0}.home-page .home-hero__description :where(p+p){margin-top:10px}.home-page .home-hero__description :where(a){color:#fafafa;text-underline-offset:3px;text-decoration:underline}.home-page .home-hero__description :where(ul,ol){padding-left:20px}.home-page .home-hero .swiper-slide-active .home-hero__copy{opacity:1;transform:translateY(0)}.home-page .home-hero__actions{flex-wrap:wrap;gap:16px;display:flex}@media (max-width:768px){.home-page .home-hero__actions{display:grid}}@media (max-width:480px){.home-page .home-hero__actions{justify-items:center}}.home-page .home-hero__actions :where(.main-red-btn,.main-white-btn,.outline-white-btn,.outline-black-btn,.button){letter-spacing:1px;border-radius:8px;width:auto;min-width:244px;min-height:52px;font-weight:800}@media (max-width:768px){.home-page .home-hero__actions :where(.main-red-btn,.main-white-btn,.outline-white-btn,.outline-black-btn,.button){width:min(100%,330px);min-height:48px}}@media (max-width:480px){.home-page .home-hero__actions :where(.main-red-btn,.main-white-btn,.outline-white-btn,.outline-black-btn,.button){width:100%;min-width:0;min-height:55px}}.home-page .home-hero__media{z-index:0;position:absolute;inset:0;overflow:hidden}.home-page .home-hero__media:after{content:"";opacity:0;background:#0d0d0d4d;position:absolute;inset:0}@media (max-width:480px){.home-page .home-hero__media:after{opacity:1}}.home-page .home-hero__picture,.home-page .home-hero__image{width:100%;height:100%;display:block}.home-page .home-hero__image{object-fit:cover}.home-page .home-hero__controls{z-index:6;align-items:center;gap:12px;display:inline-flex;position:absolute;bottom:34px;right:56px}@media (max-width:768px){.home-page .home-hero__controls{bottom:22px;right:24px}}@media (max-width:480px){.home-page .home-hero__controls{display:none}}.home-page .home-hero__control{color:#fafafa;cursor:pointer;background:0 0;border:1px solid #fafafa61;border-radius:999px;place-items:center;width:38px;height:38px;padding:0;transition:background .16s,border-color .16s,transform .16s;display:grid}.home-page .home-hero__control:hover,.home-page .home-hero__control:focus-visible{color:#111;background:#fafafa;border-color:#fafafa;transform:translateY(-1px)}.home-page .home-hero .swiper-pagination{z-index:6;align-items:center;gap:8px;width:auto;display:flex;position:absolute;bottom:48px;left:56px;right:auto}@media (max-width:768px){.home-page .home-hero .swiper-pagination{bottom:36px;left:24px}}@media (max-width:480px){.home-page .home-hero .swiper-pagination{display:none}}.home-page .home-hero__dot{appearance:none;cursor:pointer;background:#fafafa57;border:0;border-radius:999px;width:26px;height:4px;margin:0;padding:0;transition:width .18s,background .18s;display:block}.home-page .home-hero__dot.is-active{background:#ed1c24;width:42px}.home-page .promo-grid{width:min(100%,var(--home-container));height:clamp(500px,44vw,680px);padding:0 var(--home-gutter);grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,960fr) minmax(0,432fr);gap:20px;margin:24px auto 0;display:grid}@media (max-width:1024px){.home-page .promo-grid{height:56vw}}@media (max-width:768px){.home-page .promo-grid{grid-template-rows:none;grid-template-columns:1fr;gap:12px;height:auto;max-height:none;margin-top:16px}}@media (max-width:480px){.home-page .promo-grid{gap:16px;padding:0 16px}}.home-page .promo-tile{color:#fafafa;isolation:isolate;background:#111;border-radius:16px;min-height:170px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;transform:translateZ(0)}@media (max-width:768px){.home-page .promo-tile{grid-row:auto;min-height:240px}}@media (max-width:480px){.home-page .promo-tile{border-radius:8px;min-height:242px}}.home-page .promo-tile__image,.home-page .promo-tile__shade{width:100%;height:100%;position:absolute;inset:0}.home-page .promo-tile__image{object-fit:cover;object-position:center;transition:transform .52s cubic-bezier(.2,0,0,1);transform:scale(1)}.home-page .promo-tile__shade{opacity:1;background:linear-gradient(90deg,#0d0d0dbd,#0d0d0d29),linear-gradient(#0d0d0d14 42%,#0d0d0da3);transition:opacity .22s}.home-page .promo-tile__content{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;min-height:100%;padding:40px;transition:transform .22s;display:flex;position:relative;transform:translateY(0)}@media (max-width:768px){.home-page .promo-tile__content{padding:24px}}@media (max-width:480px){.home-page .promo-tile__content{justify-content:flex-end;gap:16px;padding:40px 24px}}.home-page .promo-tile__title{width:min(100%,720px);color:inherit;letter-spacing:0;overflow-wrap:anywhere;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:normal;display:block}@media (max-width:768px){.home-page .promo-tile__title{word-break:break-word;width:min(100%,340px);max-width:340px;font-size:32px}}@media (max-width:480px){.home-page .promo-tile__title{width:min(100%,295px);font-size:24px;line-height:normal}}.home-page .promo-tile__description{color:#d4d4d4;overflow-wrap:anywhere;width:min(100%,620px);font-size:16px;font-weight:400;line-height:normal;display:block}.home-page .promo-tile__description :where(p,ul,ol,blockquote,h2,h3,h4){margin-top:0}.home-page .promo-tile__description :where(p,ul,ol,blockquote){margin-bottom:.55em}.home-page .promo-tile__description :where(p,ul,ol,blockquote):last-child{margin-bottom:0}.home-page .promo-tile__description :where(a){color:inherit;text-underline-offset:3px;text-decoration:underline}.home-page .promo-tile__button{letter-spacing:1px;width:auto}@media (max-width:480px){.home-page .promo-tile__button{width:fit-content;min-width:151px;min-height:47px}}.home-page .promo-tile:hover{transform:translateY(-3px);box-shadow:0 18px 44px #0d0d0d2e}.home-page .promo-tile:hover .promo-tile__image{transform:scale(1.035)}.home-page .promo-tile:hover .promo-tile__shade{opacity:.92}.home-page .promo-tile:hover .promo-tile__content{transform:translateY(-4px)}.home-page .promo-tile:hover .promo-tile__button{transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.home-page .promo-tile,.home-page .promo-tile__image,.home-page .promo-tile__shade,.home-page .promo-tile__content,.home-page .promo-tile__button{transition:none}.home-page .promo-tile:hover,.home-page .promo-tile:hover .promo-tile__image,.home-page .promo-tile:hover .promo-tile__content,.home-page .promo-tile:hover .promo-tile__button{transform:none}}.home-page .promo-tile--wide{grid-row:1/span 2}@media (max-width:768px){.home-page .promo-tile--wide{grid-row:auto;min-height:430px}}@media (max-width:480px){.home-page .promo-tile--wide{min-height:279px}}.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__content{justify-content:center;gap:16px;padding:40px}@media (max-width:768px){.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__content{justify-content:flex-end;padding:24px}}@media (max-width:480px){.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__content{min-height:100%;padding:40px 24px}}.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__title{letter-spacing:0;text-transform:uppercase;width:min(100%,400px);font-size:30px;font-weight:900;line-height:37.5px}@media (max-width:768px){.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__title{font-size:28px}}@media (max-width:480px){.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__title{width:min(100%,295px);font-size:24px;line-height:normal}}.home-page .promo-tile:not(.promo-tile--wide) .promo-tile__description{color:#d4d4d4;width:min(100%,330px);font-size:14px;font-weight:400;line-height:normal}@media (max-width:480px){.home-page .promo-tile:nth-child(3){min-height:264px}}.home-page .promo-tile--gradient-dark .promo-tile__shade{background:linear-gradient(90deg,#0d0d0dbd,#0d0d0d29),linear-gradient(#0d0d0d14 42%,#0d0d0da3)}.home-page .promo-tile--gradient-white .promo-tile__shade{background:linear-gradient(90deg,#fafafae6,#fafafa2e),linear-gradient(#fafafa14 42%,#fafafabd)}.home-page .promo-tile--text-dark{color:#111}.home-page .promo-tile--text-dark .promo-tile__description{color:#555}.home-page .promo-tile--text-white{color:#fafafa}.home-page .promo-tile--text-white .promo-tile__description{color:#fafafad1}.home-page .process-section{margin-top:var(--home-section-gap)}.home-page .process-section .section-header{margin-bottom:48px}@media (max-width:480px){.home-page .process-section .section-header{text-align:center;align-items:center;margin-bottom:48px}}.home-page .process-section__title,.home-page .product-section__title,.home-page .set-section__title,.home-page .why-section__title,.home-page .review-section__title,.home-page .blog-preview__title,.home-page .faq-section__title,.home-page .home-cta__title{color:#111;letter-spacing:0;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:1.1}@media (max-width:1024px){.home-page .process-section__title,.home-page .product-section__title,.home-page .set-section__title,.home-page .why-section__title,.home-page .review-section__title,.home-page .blog-preview__title,.home-page .faq-section__title,.home-page .home-cta__title{font-size:46px}}@media (max-width:768px){.home-page .process-section__title,.home-page .product-section__title,.home-page .set-section__title,.home-page .why-section__title,.home-page .review-section__title,.home-page .blog-preview__title,.home-page .faq-section__title,.home-page .home-cta__title{font-size:38px}}@media (max-width:480px){.home-page .process-section__title,.home-page .product-section__title,.home-page .set-section__title,.home-page .why-section__title,.home-page .review-section__title,.home-page .blog-preview__title,.home-page .faq-section__title,.home-page .home-cta__title{font-size:30px;line-height:37.5px}}.home-page .process-section__description,.home-page .set-section__description,.home-page .review-section__description,.home-page .blog-preview__description,.home-page .home-cta__text{color:#555;max-width:650px;margin:16px 0 0;font-size:16px;line-height:1.5}@media (max-width:480px){.home-page .process-section__description,.home-page .set-section__description,.home-page .review-section__description,.home-page .blog-preview__description,.home-page .home-cta__text{margin-top:8px;line-height:normal}}.home-page .process-section__description :where(p),.home-page .process-step__description :where(p),.home-page .blog-preview__description :where(p){font-size:inherit;line-height:inherit;margin:0}.home-page .process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}@media (max-width:768px){.home-page .process-grid{grid-template-columns:1fr}}@media (max-width:480px){.home-page .process-grid{gap:64px}}.home-page .process-step{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:192px;padding:0 32px;display:flex}@media (max-width:768px){.home-page .process-step{padding:0}}@media (max-width:480px){.home-page .process-step{min-height:192px;padding:8px 0}}.home-page .process-step__icon{object-fit:contain;width:56px;height:56px}@media (max-width:480px){.home-page .process-step__icon{width:40px;height:40px}}.home-page .process-step__eyebrow{color:#ed1c24;letter-spacing:0;text-transform:uppercase;margin-top:16px;font-size:12px;font-weight:800;line-height:1.2}@media (max-width:480px){.home-page .process-step__eyebrow{font-size:14px;line-height:21px}}.home-page .process-step__title{color:#111;letter-spacing:0;margin:8px 0 0;font-size:24px;font-weight:800;line-height:1.18}@media (max-width:480px){.home-page .process-step__title{margin-top:16px;line-height:normal}}.home-page .process-step__description{color:#555;max-width:330px;margin-top:10px;font-size:16px;line-height:1.45}@media (max-width:480px){.home-page .process-step__description{max-width:320px;margin-top:16px;line-height:normal}}.home-page .category-strip{margin-top:var(--home-section-gap);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:480px){.home-page .category-strip{width:100%;max-width:var(--home-container);grid-template-columns:1fr;padding-left:16px;padding-right:16px;display:grid;overflow:visible}}.home-page .category-tile{aspect-ratio:1;color:#fafafa;text-align:center;background-color:#0d0d0d;background-position:50%;background-size:cover;border-radius:16px;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.home-page .category-tile{padding:28px}}@media (max-width:768px){.home-page .category-tile{aspect-ratio:auto;min-height:360px}}@media (max-width:480px){.home-page .category-tile{border-radius:8px;width:100%;min-height:260px;padding:40px}}.home-page .category-tile:before{z-index:0;content:"";background:#1111117a;position:absolute;inset:0}.home-page .category-tile__title{z-index:1;max-width:320px;color:inherit;letter-spacing:0;text-transform:uppercase;font-size:32px;font-weight:900;line-height:1.08;position:relative}@media (max-width:1024px){.home-page .category-tile__title{font-size:24px}}.home-page .category-tile__button{z-index:1;position:absolute;bottom:40px;left:40px;right:40px}@media (max-width:1024px){.home-page .category-tile__button{bottom:28px;left:28px;right:28px}}@media (max-width:480px){.home-page .category-tile__button{white-space:nowrap;width:fit-content;max-width:calc(100% - 80px);bottom:40px;left:50%;right:auto;transform:translate(-50%)}}.home-page .product-section{margin-top:var(--home-section-gap)}@media (max-width:480px){.home-page .product-section{max-width:none;padding-left:16px;padding-right:0}}.home-page .product-section__title{max-width:980px}@media (max-width:480px){.home-page .product-section__title{max-width:359px}}.home-page .home-product-slider{margin-top:24px;padding-top:4px;overflow:hidden}.home-page .home-product-slider .swiper-wrapper{align-items:stretch}.home-page .home-product-slider__slide{height:auto;display:flex}@media (max-width:480px){.home-page .home-product-slider__slide{width:190px}}.home-page .home-product-slider .swiper-pagination,.home-page .review-slider .swiper-pagination{justify-content:flex-end;gap:6px;width:auto;margin-top:16px;display:flex;position:static;transform:none}@media (max-width:480px){.home-page .home-product-slider .swiper-pagination,.home-page .review-slider .swiper-pagination{padding-right:16px}}.home-page .home-product-slider .home-slider-dots__dot,.home-page .review-slider .home-slider-dots__dot{flex:none}.home-page .product-section .product-card{background:#fafafa;border-color:#e2e2e2;width:100%;height:100%;min-height:441px}@media (max-width:480px){.home-page .product-section .product-card{border-radius:8px;min-height:257px}}.home-page .product-section .product-card__media{aspect-ratio:auto;background:#888;height:315px}@media (max-width:768px){.home-page .product-section .product-card__media{height:300px}}@media (max-width:480px){.home-page .product-section .product-card__media{height:190px}}.home-page .product-section .product-card__image{object-fit:cover;width:100%;height:100%;display:block}.home-page .product-section .product-card__favorite{color:#111;background:#fafafa;width:40px;height:40px;top:16px;right:16px}@media (max-width:480px){.home-page .product-section .product-card__favorite{width:24px;height:24px;top:10px;right:10px}.home-page .product-section .product-card__favorite svg{width:12px;height:12px}}.home-page .product-section .product-card__body{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:126px;padding:16px;display:grid}@media (max-width:480px){.home-page .product-section .product-card__body{gap:2px 0;min-height:67px;padding:8px}}.home-page .product-section .product-card__title,.home-page .product-section .product-card__price{color:#111;letter-spacing:0;font-size:14px;font-weight:800;line-height:1.25}@media (max-width:480px){.home-page .product-section .product-card__title,.home-page .product-section .product-card__price{font-size:12px;font-weight:600;line-height:normal}}.home-page .product-section .product-card__price{text-align:right;white-space:nowrap}.home-page .product-section .product-card__description{color:#555;grid-column:1/-1;font-size:13px;line-height:1.45}@media (max-width:480px){.home-page .product-section .product-card__description{color:#111;font-size:10px;line-height:normal}}.home-page .product-section .product-card__swatches{grid-column:1/-1;gap:8px;margin-top:2px;display:flex}@media (max-width:480px){.home-page .product-section .product-card__swatches{gap:8px;margin-top:0}}.home-page .product-section .product-card__swatches>*{border-radius:999px;width:14px;height:14px;box-shadow:0 0 0 1px #11111124}.home-page .set-section{margin-top:var(--home-section-gap)}@media (max-width:480px){.home-page .set-section{max-width:none;padding-left:0;padding-right:0}}.home-page .set-section__header{margin-bottom:40px}@media (max-width:480px){.home-page .set-section__header{text-align:center;align-items:center;width:343px;margin-bottom:48px;margin-left:auto;margin-right:auto}}.home-page .set-grid{grid-template-columns:repeat(3,minmax(0,360px));justify-content:center;gap:24px;display:grid}@media (max-width:1024px){.home-page .set-grid{grid-template-columns:repeat(2,minmax(0,360px))}}@media (max-width:768px){.home-page .set-grid{grid-template-columns:1fr;justify-content:stretch}}@media (max-width:480px){.home-page .set-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding:0 16px;scroll-padding-left:16px;display:flex;overflow-x:auto}.home-page .set-grid::-webkit-scrollbar{display:none}}.home-page .set-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:16px;min-height:720px;display:grid;overflow:hidden}@media (max-width:768px){.home-page .set-card{min-height:0}}@media (max-width:480px){.home-page .set-card{scroll-snap-align:start;scroll-snap-stop:always;border-radius:8px;flex:0 0 calc(100vw - 32px);grid-template-rows:267px minmax(0,453px);width:calc(100vw - 32px);min-height:720px}}.home-page .set-card__media{background:#11111108;place-items:center;min-height:267px;padding:24px;display:grid;position:relative}@media (max-width:480px){.home-page .set-card__media{min-height:267px;padding:0}}.home-page .set-card__image{object-fit:contain;width:100%;max-width:267px;height:219px;display:block}@media (max-width:480px){.home-page .set-card__image{object-fit:cover;max-width:355px;height:267px}}.home-page .set-card__badge{color:#fafafa;letter-spacing:0;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:16px}@media (max-width:480px){.home-page .set-card__badge{min-height:24px;padding:0 8px;font-size:12px}}.home-page .set-card__badge--value{background:#0d0d0d;left:16px}.home-page .set-card__badge--discount{background:#ed1c24;right:16px}.home-page .set-card__body{flex-direction:column;padding:24px;display:flex}@media (max-width:480px){.home-page .set-card__body{min-height:453px;padding:24px}}.home-page .set-card__title{color:#111;letter-spacing:0;margin:0;font-size:24px;font-weight:900;line-height:1.2}@media (max-width:480px){.home-page .set-card__title{font-size:20px;font-weight:600;line-height:normal}}.home-page .set-card__description{color:#555;min-height:48px;margin:8px 0 0;font-size:16px;line-height:1.5}@media (max-width:480px){.home-page .set-card__description{text-align:center;min-height:34px;margin-top:34px;line-height:normal}}.home-page .set-card__features{margin-top:24px}@media (max-width:480px){.home-page .set-card__features{margin-top:34px}}.home-page .set-card__features-title{color:#111;margin:0 0 12px;font-size:16px;font-weight:800;line-height:1.3}@media (max-width:480px){.home-page .set-card__features-title{margin-bottom:8px;font-size:14px;font-weight:600;line-height:normal}}.home-page .set-card__list{gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:480px){.home-page .set-card__list{gap:8px}}.home-page .set-card__item{color:#555;align-items:center;gap:10px;font-size:14px;line-height:1.4;display:flex}@media (max-width:480px){.home-page .set-card__item{color:#111;line-height:normal}}.home-page .set-card__check{color:#ed1c24;flex:none}.home-page .set-card__pricing{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-top:auto;padding-top:28px;display:flex}@media (max-width:480px){.home-page .set-card__pricing{padding-top:34px}}.home-page .set-card__price{color:#111;font-size:28px;font-weight:900;line-height:1.1}@media (max-width:480px){.home-page .set-card__price{font-size:20px;line-height:normal}}.home-page .set-card__old-price{color:#888;font-size:16px;font-weight:700;line-height:1.2;text-decoration:line-through}@media (max-width:480px){.home-page .set-card__old-price{color:#555;font-weight:400;line-height:normal}}.home-page .set-card__savings{color:#ed1c24;flex-basis:100%;font-size:14px;font-weight:800;line-height:1.3}@media (max-width:480px){.home-page .set-card__savings{font-weight:600;line-height:normal}}.home-page .set-card__button{width:100%;margin-top:20px}@media (max-width:480px){.home-page .set-card__button{margin-top:34px}}.home-page .set-dots{display:none}@media (max-width:480px){.home-page .set-dots{display:flex}}.home-page .why-section{min-height:446px;margin-top:var(--home-section-gap);color:#fafafa;background:#0d0d0d;padding:56px 0}@media (max-width:480px){.home-page .why-section{min-height:830px;padding:40px 0}}.home-page .why-section .site-container{flex-direction:column;justify-content:center;align-items:center;min-height:366px;display:flex}@media (max-width:480px){.home-page .why-section .site-container{justify-content:flex-start;min-height:750px;padding-left:16px;padding-right:16px}}.home-page .why-section__title{color:#fafafa}.home-page .benefit-grid{grid-template-columns:repeat(4,minmax(0,240px));justify-content:center;gap:48px;width:100%;margin-top:64px;display:grid}@media (max-width:1024px){.home-page .benefit-grid{grid-template-columns:repeat(2,minmax(0,240px))}}@media (max-width:768px){.home-page .benefit-grid{grid-template-columns:1fr;gap:36px;margin-top:40px}}@media (max-width:480px){.home-page .benefit-grid{gap:40px;width:240px}}.home-page .benefit-card{text-align:center;flex-direction:column;align-items:center;display:flex}.home-page .benefit-card__icon{color:#ed1c24;stroke-width:1.7px}@media (max-width:480px){.home-page .benefit-card__icon{width:40px;height:40px}}.home-page .benefit-card__title{color:#fafafa;letter-spacing:0;margin:24px 0 0;font-size:24px;font-weight:800;line-height:1.2}@media (max-width:480px){.home-page .benefit-card__title{font-size:20px;font-weight:600;line-height:normal}}.home-page .benefit-card__text{color:#d4d4d4;margin:12px 0 0;font-size:18px;line-height:1.45}@media (max-width:480px){.home-page .benefit-card__text{color:#99a1af;font-size:16px;line-height:normal}}.home-page .benefit-card__text :where(p){margin:0}.home-page .benefit-card__text :where(p+p){margin-top:8px}.home-page .review-section{margin-top:var(--home-section-gap)}@media (max-width:480px){.home-page .review-section{max-width:none;padding-left:16px;padding-right:16px}}.home-page .review-section__header{margin-bottom:40px}@media (max-width:480px){.home-page .review-section__header{text-align:left;align-items:flex-start;margin-bottom:40px}}.home-page .review-slider{padding-top:4px;overflow:hidden}.home-page .review-slider .swiper-wrapper{align-items:stretch}.home-page .review-slider__slide{height:auto;display:flex}@media (max-width:480px){.home-page .review-slider__slide{width:320px}}.home-page .review-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:16px;flex-direction:column;width:100%;height:100%;min-height:320px;padding:40px;display:flex}@media (max-width:768px){.home-page .review-card{min-height:280px;padding:28px}}@media (max-width:480px){.home-page .review-card{border-radius:8px;min-height:320px;padding:40px}}.home-page .review-card__stars{color:#ed1c24;gap:3px;display:flex}.home-page .review-card__star{stroke-width:1.5px;flex:none}.home-page .review-card__text{color:#111;margin:24px 0 0;font-size:16px;line-height:1.5}@media (max-width:480px){.home-page .review-card__text{line-height:normal}}.home-page .review-card__author{color:#111;margin-top:auto;font-size:16px;font-weight:800;line-height:1.35}@media (max-width:480px){.home-page .review-card__author{font-weight:500;line-height:160%}}.home-page .review-card__product{color:#555;margin-top:4px;font-size:14px;line-height:1.4}.home-page .review-note{color:#fafafa;text-align:left;background:#0d0d0d;border-radius:16px;justify-content:center;align-items:center;gap:24px;max-width:920px;min-height:164px;margin:40px auto 0;display:flex}@media (max-width:768px){.home-page .review-note{flex-direction:column;align-items:flex-start;padding:32px 24px}}@media (max-width:480px){.home-page .review-note{border-radius:0;flex-direction:row;align-items:flex-start;width:100%;min-height:164px;padding:48px}}.home-page .review-note__icon{color:#ed1c24;stroke-width:1.6px;flex:none}@media (max-width:480px){.home-page .review-note__icon{width:40px;height:40px}}.home-page .review-note__content{flex-direction:column;gap:8px;display:flex}.home-page .review-note__title{color:#fafafa;font-size:24px;font-weight:900;line-height:1.2}@media (max-width:480px){.home-page .review-note__title{font-size:20px;font-weight:600;line-height:normal}}.home-page .review-note__text{color:#d4d4d4;font-size:18px;line-height:1.45}@media (max-width:480px){.home-page .review-note__text{color:#e2e2e2;font-size:16px;line-height:normal}}.home-page .blog-preview{margin-top:var(--home-section-gap);text-align:center}@media (max-width:480px){.home-page .blog-preview{text-align:left;max-width:none;padding-left:16px;padding-right:16px}}.home-page .blog-preview__header{margin-bottom:40px}@media (max-width:480px){.home-page .blog-preview__header{text-align:left;align-items:flex-start;margin-bottom:24px}}.home-page .blog-preview__grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}@media (max-width:1024px){.home-page .blog-preview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.home-page .blog-preview__grid{grid-template-columns:1fr}}@media (max-width:480px){.home-page .blog-preview__grid{gap:24px}}.home-page .blog-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden}@media (max-width:480px){.home-page .blog-card{background:0 0;border:0;height:420px}}.home-page .blog-card__image{object-fit:cover;width:100%;height:180px;display:block}@media (max-width:480px){.home-page .blog-card__image{border-radius:8px}}.home-page .blog-card__body{flex-direction:column;min-height:220px;padding:24px;display:flex}@media (max-width:480px){.home-page .blog-card__body{min-height:204px;padding:16px 0 0}}.home-page .blog-card__tag{color:#ed1c24;letter-spacing:0;text-transform:uppercase;font-size:14px;font-weight:800;line-height:1.3}@media (max-width:480px){.home-page .blog-card__tag{color:#fafafa;background:#ed1c24;align-items:center;width:fit-content;min-height:28px;padding:4px 10px;font-size:12px;line-height:20px;display:inline-flex}}.home-page .blog-card__title{color:#111;letter-spacing:0;margin:12px 0 0;font-size:20px;font-weight:900;line-height:1.25}@media (max-width:480px){.home-page .blog-card__title{margin-top:4px;font-weight:600;line-height:normal}}.home-page .blog-card__excerpt{color:#555;margin:12px 0 0;font-size:14px;line-height:1.5}@media (max-width:480px){.home-page .blog-card__excerpt{color:#111;line-height:normal}}.home-page .blog-card__footer{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:24px;display:flex}@media (max-width:480px){.home-page .blog-card__footer{justify-content:flex-start;gap:8px;padding-top:16px;display:grid}}.home-page .blog-card__date{color:#888;font-size:14px;line-height:1.4}@media (max-width:480px){.home-page .blog-card__date{color:#111;line-height:normal}}.home-page .blog-card__link{color:#ed1c24;align-items:center;gap:6px;font-size:14px;font-weight:800;line-height:1.4;display:inline-flex}@media (max-width:480px){.home-page .blog-card__link{color:#111;text-transform:uppercase;font-weight:700;line-height:normal}}.home-page .blog-preview__button{width:auto;margin:40px auto 0;display:inline-flex}@media (max-width:768px){.home-page .blog-preview__button{width:100%;display:flex}}@media (max-width:480px){.home-page .blog-preview__button{width:225px;min-height:47px;margin:16px auto 0}}.home-page .newsletter-section{margin-top:var(--home-section-gap);color:#fafafa;background:#0d0d0d;padding:56px 0}@media (max-width:480px){.home-page .newsletter-section{padding:24px 0}}.home-page .newsletter-section__inner{justify-content:space-between;align-items:center;gap:40px;min-height:167px;display:flex}@media (max-width:1024px){.home-page .newsletter-section__inner{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.home-page .newsletter-section__inner{gap:40px;min-height:275px}}.home-page .newsletter-section__content{max-width:560px}@media (max-width:480px){.home-page .newsletter-section__content{max-width:343px}}.home-page .newsletter-section__title{color:#fafafa;letter-spacing:0;text-transform:uppercase;margin:0;font-size:40px;font-weight:900;line-height:1.1}@media (max-width:480px){.home-page .newsletter-section__title{font-size:30px;line-height:37.5px}}.home-page .newsletter-section__description{color:#d4d4d4;margin:16px 0 0;font-size:18px;line-height:1.45}@media (max-width:480px){.home-page .newsletter-section__description{color:#888;font-size:16px;line-height:normal}}.home-page .newsletter-section__description :where(p){margin:0}.home-page .newsletter-section__description :where(p+p){margin-top:8px}.home-page .newsletter-section__form{grid-template-columns:minmax(0,1fr) auto;width:min(560px,100%);display:grid}@media (max-width:768px){.home-page .newsletter-section__form{grid-template-columns:1fr;gap:12px}}@media (max-width:480px){.home-page .newsletter-section__form{gap:16px}}.home-page .newsletter-section__input{color:#fafafa;width:100%;min-width:0;height:55px;font:inherit;background:#fafafa0f;border:1px solid #fafafa2e;border-right:0;border-radius:8px 0 0 8px;outline:0;padding:0 18px;font-size:16px}@media (max-width:768px){.home-page .newsletter-section__input{border-right:1px solid #fafafa2e;border-radius:8px}}@media (max-width:480px){.home-page .newsletter-section__input{height:54px;font-size:14px}}.home-page .newsletter-section__input::placeholder{color:#fafafa8f}.home-page .newsletter-section__input:focus{border-color:#ed1c24a6}.home-page .newsletter-section__button{color:#fafafa;letter-spacing:0;cursor:pointer;background:#ed1c24;border:1px solid #ed1c24;border-radius:0 8px 8px 0;justify-content:center;align-items:center;height:55px;padding:0 24px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}@media (max-width:768px){.home-page .newsletter-section__button{border-radius:8px;width:100%}}@media (max-width:480px){.home-page .newsletter-section__button{height:54px;font-size:14px}}.home-page .newsletter-section__button:hover,.home-page .newsletter-section__button:focus-visible{background:#c9181f}.home-page .faq-section{max-width:1040px;margin-top:var(--home-section-gap)}@media (max-width:1024px){.home-page .faq-section{max-width:900px}}@media (max-width:768px){.home-page .faq-section{max-width:var(--home-container)}}@media (max-width:480px){.home-page .faq-section{max-width:none;padding-left:16px;padding-right:16px}}.home-page .faq-section__header{margin-bottom:40px}@media (max-width:480px){.home-page .faq-section__header{text-align:left;align-items:flex-start}}.home-page .faq-section__item{border-bottom:1px solid #e2e2e2}.home-page .faq-section__summary{appearance:none;width:100%;min-height:72px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;padding:0;list-style:none;display:flex}@media (max-width:480px){.home-page .faq-section__summary{gap:12px;min-height:53px}}.home-page .faq-section__summary::-webkit-details-marker{display:none}.home-page .faq-section__question{color:#111;letter-spacing:0;text-transform:uppercase;font-size:14px;font-weight:800;line-height:1.35}@media (max-width:480px){.home-page .faq-section__question{font-weight:500;line-height:120%}}.home-page .faq-section__icon{color:#111;flex:none;transition:transform .24s}.home-page .faq-section__summary[aria-expanded=true] .faq-section__icon{transform:rotate(180deg)}.home-page .faq-section__answer-panel{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .22s,transform .28s;display:grid;transform:translateY(-6px)}.home-page .faq-section__item[data-open=true] .faq-section__answer-panel{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.home-page .faq-section__answer-inner{min-height:0;overflow:hidden}.home-page .faq-section__answer{color:#555;max-width:840px;margin:0 0 24px;font-size:18px;line-height:1.55}@media (max-width:480px){.home-page .faq-section__answer{margin-bottom:24px;font-size:16px;line-height:normal}}.home-page .faq-section__answer :where(p){margin:0}.home-page .faq-section__answer :where(p+p){margin-top:8px}.home-page .faq-section__answer :where(ul,ol){margin:8px 0 0;padding-left:20px}.home-page .home-cta{margin-top:var(--home-section-gap);color:#fafafa;text-align:center;background:#ed1c24;padding:56px 0}@media (max-width:480px){.home-page .home-cta{padding:24px 0}}.home-page .home-cta .site-container{flex-direction:column;justify-content:center;align-items:center;min-height:158px;display:flex}@media (max-width:480px){.home-page .home-cta .site-container{min-height:235px}}.home-page .home-cta__title,.home-page .home-cta__text{color:#fafafa}@media (max-width:480px){.home-page .home-cta__text{max-width:343px;margin-top:8px;line-height:normal}}.home-page .home-cta__text :where(p){margin:0}.home-page .home-cta__text :where(p+p){margin-top:8px}.home-page .home-cta__button{margin-top:24px}@media (max-width:480px){.home-page .home-cta__button{width:201px;min-height:52px}}.catalog-page .catalog-card{min-height:180px}.products-page{background:#fafafa;min-height:100vh}@media (max-width:768px){.products-page .site-container{padding-left:16px;padding-right:16px}}.products-category-hero{color:#fafafa;background-color:#0d0d0d;background-position:50%;background-size:cover;align-items:flex-end;min-height:308px;padding:160px 0 80px;display:flex;overflow:hidden}.products-category-hero .site-container{width:100%}.products-category-hero h1{color:#fafafa;letter-spacing:0;text-transform:uppercase;max-width:800px;margin:0;font-size:56px;font-weight:900;line-height:1}.products-category-hero p{color:#aaa;max-width:800px;margin:16px 0 0;font-size:18px;font-weight:400;line-height:normal}@media (max-width:768px){.products-category-hero{min-height:116px;padding:24px 0}.products-category-hero h1{letter-spacing:0;font-size:30px;line-height:37.5px}.products-category-hero p{margin-top:8px}}@media (max-width:480px){.products-category-hero{min-height:116px;padding:24px 0}}.products-page__intro{padding-top:120px;padding-bottom:32px}.products-page__intro h1{max-width:768px;margin:0;font-size:26px;font-weight:800;line-height:29px}@media (max-width:768px){.products-page__intro h1{line-height:31px}}.products-page__intro p{color:#111;max-width:768px;margin:0;font-size:18px;line-height:22px}@media (max-width:768px){.products-page__intro p{font-size:16px;line-height:21px}.products-page__intro{padding-top:128px;padding-bottom:22px}}.products-page__toolbar{justify-content:space-between;align-items:center;gap:24px;min-height:35px;padding-bottom:32px;display:flex}@media (max-width:768px){.products-page__toolbar{gap:0;padding-top:16px;padding-bottom:8px}}.products-page--with-hero .products-page__toolbar{padding-top:40px}@media (max-width:768px){.products-page--with-hero .products-page__toolbar{padding-top:16px}}.products-filter-toggle{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:768px){.products-filter-toggle:checked~.products-layout .products-filters{visibility:visible;pointer-events:auto;transition-delay:0s}.products-filter-toggle:checked~.products-layout .products-filters__overlay{opacity:1}.products-filter-toggle:checked~.products-layout .products-filters__panel{transform:translate(0)}}.products-active-chips{flex-wrap:wrap;gap:10px;min-width:0;display:flex}@media (max-width:768px){.products-active-chips{display:none}}.products-chip{color:#111;background:#f0f0f0;border-radius:999px;align-items:center;gap:8px;min-height:35px;padding:8px 15px;font-size:16px;font-weight:500;line-height:1;display:inline-flex}.products-chip svg{stroke-width:2.2px;flex:none}.products-chip--static{color:#555}.products-mobile-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:768px){.products-mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;width:100%;display:grid}}.products-filter-trigger{display:none}@media (max-width:768px){.products-filter-trigger{color:#111;background:#fafafa;border:1px solid #888;border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:48px;padding:12px 24px;font-size:16px;font-weight:400;line-height:normal;display:inline-flex}.products-filter-trigger span{white-space:nowrap}}.products-sort{flex:none;position:relative}@media (max-width:768px){.products-sort{flex:1 1 0;width:auto;min-width:0}}.products-sort summary{color:#111;cursor:pointer;text-transform:uppercase;align-items:center;gap:8px;min-height:24px;font-size:14px;font-weight:800;line-height:1;list-style:none;display:flex}.products-sort summary span{white-space:nowrap}.products-sort summary::-webkit-details-marker{display:none}@media (max-width:768px){.products-sort summary{letter-spacing:.7px;background:#fafafa;border:1px solid #888;border-radius:8px;justify-content:center;width:100%;min-height:48px;padding:12px 18px;font-size:14px;font-weight:500;line-height:1.2}}.products-sort[open] summary svg{transform:rotate(180deg)}.products-sort__menu{z-index:5;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;width:190px;display:grid;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 45px #1111111f}@media (max-width:768px){.products-sort__menu{width:100%;left:auto;right:0}}.products-sort__menu a{color:#111;padding:12px 14px;font-size:14px;font-weight:600}.products-sort__menu a:hover,.products-sort__menu a:focus-visible{background:#f0f0f0}.products-layout{grid-template-columns:338px minmax(0,1022px);align-items:start;gap:0;padding-bottom:40px;display:grid}@media (max-width:1439px){.products-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:24px}}@media (max-width:1180px){.products-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}}@media (max-width:768px){.products-layout{padding-bottom:54px;display:block}}.products-filters{align-self:start;padding:0 24px;position:sticky;top:120px}@media (max-width:1439px){.products-filters{padding:0}}@media (max-width:768px){.products-filters{z-index:125;visibility:hidden;pointer-events:none;padding:0;transition:visibility 0s linear .26s;position:fixed;inset:0}}.products-filters__overlay{display:none}@media (max-width:768px){.products-filters__overlay{opacity:0;background:#0d0d0d6b;transition:opacity .22s;display:block;position:fixed;inset:0}.products-filters__panel{background:#fafafa;width:min(100vw,390px);padding:40px 16px 96px;transition:transform .26s cubic-bezier(.2,0,0,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}}.products-filters__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.products-filters__heading h2{margin:0;font-size:28px;font-weight:800;line-height:29px}@media (max-width:768px){.products-filters__heading h2{font-size:24px;font-weight:700;line-height:normal}}.products-filters__heading-actions{align-items:center;gap:14px;display:flex}.products-filters__heading-actions a{color:#111;text-transform:uppercase;font-size:13px;font-weight:800;line-height:1}@media (max-width:768px){.products-filters__heading-actions a{letter-spacing:.7px;font-size:14px;font-weight:500;line-height:1.2}}.products-filters__close{display:none}@media (max-width:768px){.products-filters__close{color:#111;-webkit-tap-highlight-color:#0000;place-items:center;width:32px;height:32px;display:grid}.products-filters__close:focus,.products-filters__close:active{outline:0}}.products-filters__count{color:#111;margin:0 0 24px;font-size:14px;line-height:17px}@media (max-width:768px){.products-filters__count{line-height:normal}}.filter-section{border-bottom:1px solid #1111118c;margin-bottom:8px;padding:0 0 18px}@media (max-width:768px){.filter-section{margin-bottom:0;padding:0}}.filter-section summary{color:#111;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:20px;font-weight:800;line-height:24px;list-style:none;display:flex}@media (max-width:768px){.filter-section summary{-webkit-tap-highlight-color:#0000;padding:16px 0;font-size:20px;font-weight:600;line-height:normal}.filter-section summary:focus,.filter-section summary:active{background:0 0;outline:0}}.filter-section summary::-webkit-details-marker{display:none}@media (max-width:768px){.filter-section[open]{padding-bottom:16px}}.filter-section[open] summary svg{transform:rotate(180deg)}.filter-section summary svg{transition:transform .2s}.filter-section__panel{overflow:hidden}.filter-options{gap:10px;padding-top:18px;display:grid}@media (max-width:768px){.filter-options{gap:0;padding-top:0}}.filter-option{color:#111;align-items:center;gap:12px;width:fit-content;font-size:16px;line-height:19px;display:flex}@media (max-width:768px){.filter-option{-webkit-tap-highlight-color:#0000;padding:4px 0;line-height:normal}.filter-option:focus,.filter-option:active{background:0 0;outline:0}}.filter-option span{background:0 0;border:1.5px solid #555;border-radius:999px;place-items:center;width:18px;height:18px;display:grid}.filter-option.is-active span{background:radial-gradient(circle,#fafafa 0 28%,#0000 31%),#111;border-color:#111}.filter-section--colors{border-bottom:0;margin-bottom:0}.color-options{flex-wrap:wrap;gap:12px 8px;padding-top:18px;display:flex}@media (max-width:768px){.color-options{gap:8px;padding-top:0}}.color-option{border:2px solid #0000;border-radius:999px;width:32px;height:32px;box-shadow:0 0 0 1px #11111114}@media (max-width:768px){.color-option{-webkit-tap-highlight-color:#0000}.color-option:focus,.color-option:active{outline:0}}.color-option.is-active{border-color:#fafafa;box-shadow:0 0 0 2px #111,0 0 0 1px #11111114}.products-results{min-width:0}@media (max-width:768px){.products-results{padding-left:0}}.products-list-grid{grid-template-columns:repeat(3,minmax(0,330px));justify-content:start;gap:16px;display:grid}.products-list-grid .product-card{background:#fff;border:0;border-radius:0;min-height:441px}@media (max-width:768px){.products-list-grid .product-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;min-height:234px}}.products-list-grid .product-card:hover,.products-list-grid .product-card:focus-visible{border-color:#0000;transform:none}@media (max-width:768px){.products-list-grid .product-card:hover,.products-list-grid .product-card:focus-visible{border-color:#e2e2e2}}.products-list-grid .product-card__media{background:#5e5a54;border-radius:0}@media (max-width:768px){.products-list-grid .product-card__media{border-radius:8px 8px 0 0}}.products-list-grid .product-card--fallback-image .product-card__image{transform:scale(1.025)}.products-list-grid .product-card__favorite{width:42px;height:42px;top:18px;right:18px}@media (max-width:768px){.products-list-grid .product-card__favorite{width:24px;height:24px;top:9px;right:9px}.products-list-grid .product-card__favorite svg{width:14px;height:14px}}.products-list-grid .product-card__body{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;min-height:111px;padding:16px 16px 18px;display:grid}@media (max-width:768px){.products-list-grid .product-card__body{gap:2px 4px;min-height:64px;padding:8px}}.products-list-grid .product-card__title,.products-list-grid .product-card__price{font-size:16px;font-weight:800;line-height:1.15}@media (max-width:768px){.products-list-grid .product-card__title,.products-list-grid .product-card__price{font-size:10px;font-weight:600;line-height:normal}}.products-list-grid .product-card__price{text-align:right;justify-self:end}.products-list-grid .product-card__price-row{text-align:right;justify-self:end;justify-items:end}.products-list-grid .product-card__description,.products-list-grid .product-card__swatches{grid-column:1/-1}.products-list-grid .product-card__description{font-size:14px;line-height:1.35}@media (max-width:768px){.products-list-grid .product-card__description{max-height:20px;font-size:8px;line-height:normal;overflow:hidden}}.products-list-grid .product-card__swatches{gap:9px}@media (max-width:768px){.products-list-grid .product-card__swatches{gap:4px;padding-top:4px}}.products-list-grid .product-card__swatches button{width:16px;height:16px}@media (max-width:768px){.products-list-grid .product-card__swatches button{width:14px;height:14px}}@media (max-width:1439px){.products-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1180px){.products-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.products-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.products-empty{background:#fff;border:1px solid #e2e2e2;border-radius:8px;align-content:center;justify-items:start;gap:14px;min-height:360px;padding:40px;display:grid}.products-empty h2,.products-empty p{margin:0}.products-empty h2{font-size:28px;font-weight:800;line-height:1.1}@media (max-width:480px){.products-empty h2{font-size:24px}}.products-empty p{color:#555;max-width:420px;font-size:16px;line-height:1.4}.product-detail-page{background:#fafafa;padding:120px 0 0}@media (max-width:1024px){.product-detail-page{padding-top:112px}}.product-hero{grid-template-columns:minmax(0,560px) minmax(0,640px);align-items:start;gap:80px;max-width:1440px;padding-left:80px;padding-right:80px;display:grid}@media (max-width:1240px){.product-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:48px;padding-left:40px;padding-right:40px}}@media (max-width:1024px){.product-hero{grid-template-columns:1fr;gap:36px}}@media (max-width:480px){.product-hero{padding-left:20px;padding-right:20px}}.product-gallery{gap:8px;display:grid}.product-gallery__main{aspect-ratio:1;background:#dedede;border-radius:12px;margin:0;overflow:hidden}.product-gallery__main img{object-fit:cover;width:100%;height:100%;display:block}.product-gallery__thumbs{grid-template-columns:repeat(5,minmax(0,105px));gap:8px;display:grid}@media (max-width:1240px){.product-gallery__thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:480px){.product-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-gallery__thumbs button{aspect-ratio:1;cursor:pointer;background:#e8e8e8;border:1px solid #0000;border-radius:8px;padding:0;overflow:hidden}.product-gallery__thumbs button.is-active{border-color:#111}.product-gallery__thumbs img{object-fit:cover;width:100%;height:100%;display:block}.product-purchase{gap:18px;max-width:640px;padding-top:4px;display:grid}.product-purchase h1{color:#111;margin:0;font-size:24px;font-weight:900;line-height:1.2}.product-purchase__summary{color:#111;max-width:620px;margin:0;font-size:16px;line-height:1.35}.product-purchase__summary p,.product-purchase__summary ul,.product-purchase__summary ol{margin:0 0 10px}.product-purchase__summary :last-child{margin-bottom:0}.product-purchase__price{color:#111;font-size:28px;font-weight:900;line-height:1}.product-purchase__price-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.product-purchase__old-price{color:#888;font-size:17px;font-weight:800;line-height:1}.product-option-row{color:#111;align-items:center;gap:16px;margin-top:8px;font-size:12px;font-weight:600;display:flex}.product-option-row--split{justify-content:space-between}.product-option-row--split a,.product-option-row--split button{color:#888;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:13px;font-weight:800;line-height:1.2}.product-option-row--split a:hover,.product-option-row--split a:focus-visible,.product-option-row--split button:hover,.product-option-row--split button:focus-visible{color:#111}.product-size-list{flex-wrap:wrap;gap:8px;display:flex}.product-size-list button{color:#555;width:56px;height:56px;font:inherit;cursor:pointer;background:0 0;border:1px solid #e2e2e2;border-radius:6px;font-size:14px}.product-size-list button:hover{color:#111;border-color:#111}.product-size-list button[aria-pressed=true]{color:#111;background:#fafafa;border-color:#111;box-shadow:inset 0 0 0 1px #111}.product-size-list button:disabled{color:#88888847;cursor:not-allowed;box-shadow:none}.product-color-list{flex-wrap:wrap;gap:8px;display:flex}.product-color-list button{cursor:pointer;border:1px solid #1111111f;border-radius:999px;width:48px;height:48px}.product-color-list button:first-child{box-shadow:inset 0 0 0 1px #11111114}.product-color-list button[aria-pressed=true]{border-color:#111;box-shadow:0 0 0 3px #fff,0 0 0 5px #111}.product-color-list button:disabled{opacity:.28;cursor:not-allowed;box-shadow:none}.product-quantity-row{align-items:center;gap:14px;display:flex}.product-quantity{background:0 0;border:1px solid #888;border-radius:6px;grid-template-columns:1fr 40px 1fr;align-items:center;width:138px;height:40px;display:grid}.product-quantity button{color:#555;cursor:pointer;background:0 0;border:0;place-items:center;height:100%;display:grid}.product-quantity span{color:#111;text-align:center;font-size:16px}.product-favorite{color:#555;cursor:pointer;background:0 0;border:1px solid #888;border-radius:6px;place-items:center;width:40px;height:40px;transition:border-color .16s,background-color .16s,color .16s,opacity .16s;display:grid}.product-favorite:disabled{cursor:wait;opacity:.7}.product-favorite.is-active{color:#fafafa;background:#ed1c24;border-color:#ed1c24}.product-add-button,.product-designer-button{width:100%}.product-add-button:disabled{cursor:not-allowed;background:#ffb3b6;border-color:#ffb3b6}.product-cart-message{margin:-4px 0 0;font-size:13px;font-weight:700;line-height:1.35}.product-cart-message--success{color:#177245}.product-cart-message--error{color:#ed1c24}.cart-added-swal{border-radius:16px!important;width:min(560px,100vw - 32px)!important;box-shadow:0 20px 60px #11111126!important}.cart-added-swal__html{color:#111!important;text-align:left!important;margin:0!important;padding:0!important;overflow:visible!important}.cart-added-swal__close{transition:background-color .16s,color .16s;color:#111!important;border-radius:8px!important;width:36px!important;height:36px!important;margin:16px 16px 0 0!important;font-size:28px!important;line-height:36px!important}.cart-added-swal__close:hover,.cart-added-swal__close:focus-visible{color:#ed1c24!important;background:#f1f1f1!important}.cart-added-modal{background:#fafafa;border-radius:16px;gap:16px;padding:16px 16px 40px;display:grid}@media (max-width:480px){.cart-added-modal{padding:58px 16px 28px}}.cart-added-modal__product{grid-template-columns:80px minmax(0,1fr);gap:16px;min-height:116px;display:grid}@media (max-width:480px){.cart-added-modal__product{grid-template-columns:72px minmax(0,1fr)}}.cart-added-modal__image{background:#f1f1f1;border-radius:8px;width:80px;height:80px;overflow:hidden}@media (max-width:480px){.cart-added-modal__image{width:72px;height:72px}}.cart-added-modal__image img{object-fit:cover;width:100%;height:100%;display:block}.cart-added-modal__details{align-content:start;gap:8px;min-width:0;display:grid}.cart-added-modal__details p,.cart-added-modal__details small,.cart-added-modal__details b{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.cart-added-modal__details p{color:#888;font-size:16px;line-height:1.2}.cart-added-modal__details small{color:#888;font-size:14px;line-height:1.2}.cart-added-modal__details b{color:#0d0d0d;font-size:16px;font-weight:400;line-height:1.25}.cart-added-modal__status{align-items:center;gap:8px;display:flex}.cart-added-modal__status span{color:#fafafa;background:#0d0d0d;border-radius:999px;place-items:center;width:24px;height:24px;font-size:15px;font-weight:900;line-height:1;display:grid}.cart-added-modal__status strong{color:#0d0d0d;font-size:18px;font-weight:400;line-height:1.2}.cart-added-modal__shipping{background:#f1f1f1;border-radius:8px;gap:8px;min-height:66px;padding:16px;display:grid}.cart-added-modal__shipping p{color:#0d0d0d;align-items:center;gap:8px;margin:0;font-size:14px;line-height:1.25;display:flex}.cart-added-modal__shipping>div{background:#fafafa;border-radius:8px;height:6px;overflow:hidden}.cart-added-modal__shipping i{border-radius:inherit;background:#0d0d0d;height:100%;display:block}.cart-added-modal__shipping-icon{border:1.8px solid #0d0d0d;border-radius:3px;flex:none;width:16px;height:16px;position:relative}.cart-added-modal__shipping-icon:before,.cart-added-modal__shipping-icon:after{content:"";background:#0d0d0d;border-radius:999px;width:4px;height:4px;position:absolute;bottom:-4px}.cart-added-modal__shipping-icon:before{left:2px}.cart-added-modal__shipping-icon:after{right:2px}.cart-added-modal__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (max-width:480px){.cart-added-modal__actions{grid-template-columns:1fr}}.cart-added-modal__button{letter-spacing:1px;text-align:center;text-transform:uppercase;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-height:54px;padding:14px 18px;font-size:12px;font-weight:700;line-height:20px;display:inline-flex}.cart-added-modal__button--dark{color:#fafafa;background:#0d0d0d;border:1px solid #555}.cart-added-modal__button--outline{color:#111;background:0 0;border:1px solid #555}.product-designer-button{color:#111;background:0 0;border:1px solid #111}.product-benefits{color:#555;border-top:1px solid #e2e2e2;gap:14px;margin-top:6px;padding-top:22px;display:grid}.product-benefits div{align-items:flex-start;gap:10px;display:flex}.product-benefits svg{color:#111;flex:none}.product-benefits span{gap:2px;font-size:13px;line-height:1.25;display:grid}.product-benefits strong{color:#111;font-size:14px}.product-rating{border-top:1px solid #e2e2e2;align-items:center;gap:10px;margin-top:12px;padding-top:24px;display:flex}.product-rating span{color:#111;gap:2px;display:flex}.product-rating strong,.product-rating .product-rating__link{color:#111;font-size:14px}.product-rating__link{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.product-rating__link:hover{text-underline-offset:3px;text-decoration:underline}.product-rating__link:focus-visible{outline-offset:3px;outline:2px solid #ed1c24}.product-info-tabs{padding-top:78px}.product-tabs{border-bottom:1px solid #e2e2e2;gap:48px;display:flex}@media (max-width:768px){.product-tabs{gap:24px;overflow-x:auto}}.product-tabs button{color:#888;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 0 13px;font-size:14px;font-weight:700}.product-tabs button.is-active{color:#111;border-color:#111}.product-tabs button:focus-visible{outline-offset:3px;outline:2px solid #ed1c24}.product-copy{max-width:768px;padding:36px 0 54px}.product-copy h2{color:#111;margin:0 0 18px;font-size:20px;font-weight:600}.product-copy p,.product-copy li{color:#111;font-size:16px;line-height:1.35}.product-copy p{margin:0 0 32px}.product-copy ul{gap:13px;margin:0;padding:0;list-style:none;display:grid}.product-review-list{gap:14px;display:grid}.product-review-entry{margin:-10px 0 30px}.product-review-form,.product-review-notice,.product-review-cta{background:0 0;border-top:1px solid #1111111f;border-bottom:1px solid #1111111f;gap:16px;padding:22px 0;display:grid}.product-review-cta{grid-template-columns:1fr auto;align-items:center;column-gap:28px}.product-review-cta__copy{gap:6px;max-width:560px;display:grid}.product-review-cta__copy strong{color:#111;text-transform:uppercase;font-size:14px;font-weight:900;line-height:1.25}.product-review-cta__copy span{color:#555;font-size:14px;font-weight:600;line-height:1.45}.product-review-form{grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:start}.product-review-form__heading{grid-column:1/-1;gap:6px;display:grid}.product-review-form__heading strong{color:#111;font-size:16px;font-weight:900;line-height:1.3}.product-review-form__heading span{color:#555;font-size:14px;font-weight:600;line-height:1.45}.product-review-form label,.product-review-rating-field{color:#111;gap:8px;font-size:14px;font-weight:700;display:grid}.product-review-comment-field{grid-column:1/-1}.product-review-rating-picker{align-items:center;gap:4px;min-height:48px;display:flex}.product-review-rating-picker button{color:#11111152;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;transition:color .16s,border-color .16s,background-color .16s;display:inline-grid}.product-review-rating-picker button:hover,.product-review-rating-picker button:focus-visible{color:#111;background:#fafafa;border-color:#11111129;outline:0}.product-review-rating-picker button.is-active{color:#ed1c24}.product-review-form textarea{color:#111;width:100%;font:inherit;background:#fafafa;border:1px solid #e2e2e2;border-radius:6px;transition:border-color .16s,box-shadow .16s}.product-review-form textarea:focus{border-color:#111;outline:0;box-shadow:0 0 0 3px #11111114}.product-review-form textarea{resize:vertical;min-height:120px;padding:12px}.product-review-form__message{grid-column:1/-1;margin:0;font-size:14px;font-weight:700;line-height:1.4}.product-review-form__message--success{color:#128044}.product-review-form__message--error{color:#ed1c24}.product-review-button{width:max-content;min-width:190px}.product-review-form .product-review-button{justify-self:start}.product-review-form .product-review-button:disabled{cursor:not-allowed;opacity:.65}.product-review-notice{color:#555;font-size:14px;font-weight:600;line-height:1.45}@media (max-width:640px){.product-review-entry{margin-top:-14px}.product-review-form,.product-review-cta{grid-template-columns:1fr}.product-review-button{width:100%}}.product-review-item{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;gap:8px;padding:16px;display:grid}.product-review-item span{color:#111;gap:2px;display:flex}.product-review-item p{margin:0}.product-review-item strong{color:#111;font-size:14px}.product-related{padding-bottom:72px}.product-related__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1024px){.product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.product-related__grid{grid-template-columns:1fr}}.product-promo-band{grid-template-columns:repeat(2,minmax(0,1fr));min-height:342px;display:grid;position:relative}@media (max-width:768px){.product-promo-band{grid-template-columns:1fr}}.product-promo-band__panel{text-align:center;align-content:center;place-items:center;gap:22px;padding:54px 40px;display:grid}.product-promo-band__panel h2{margin:0;font-size:30px;font-weight:900;line-height:1.05}.product-promo-band__panel p{max-width:440px;margin:0;font-size:19px;line-height:1.25}.product-promo-band__panel a{text-transform:uppercase;border-radius:7px;justify-content:center;align-items:center;min-width:238px;min-height:58px;font-size:13px;font-weight:900;display:inline-flex}.product-promo-band__panel--dark{color:#fafafa;background:#0d0d0d}.product-promo-band__panel--dark p{color:#fafafacc}.product-promo-band__panel--dark a{color:#fafafa;border:1px solid #fafafa}.product-promo-band__panel--light{color:#111;background:#f1f1f1}.product-promo-band__panel--light p{color:#111}.product-promo-band__panel--light a{color:#111;border:1px solid #888}.product-chat-button{color:#fafafa;background:#ed1c24;border-radius:999px;place-items:center;width:80px;height:80px;display:grid;position:absolute;bottom:34px;right:40px;box-shadow:0 16px 30px #1111112e}@media (max-width:768px){.product-chat-button{width:58px;height:58px;bottom:22px;right:22px}}.product-sticky-cart{z-index:70;opacity:0;pointer-events:none;background:#fafafa;border-top:1px solid #e2e2e2;transition:opacity .18s,transform .22s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -18px 40px #11111114}.product-sticky-cart.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.product-sticky-cart .site-container{grid-template-columns:120px minmax(0,1fr) auto minmax(220px,351px);align-items:center;gap:40px;min-height:158px;display:grid}@media (max-width:768px){.product-sticky-cart .site-container{grid-template-columns:74px minmax(0,1fr);gap:14px;padding-top:18px;padding-bottom:18px}}.product-sticky-cart img{object-fit:cover;border-radius:8px;width:120px;height:110px}@media (max-width:768px){.product-sticky-cart img{width:74px;height:74px}}.product-sticky-cart span,.product-sticky-cart strong{color:#111;font-size:18px;font-weight:500}.product-sticky-cart button{color:#fafafa;text-transform:uppercase;cursor:pointer;background:#ed1c24;border:1px solid #ed1c24;border-radius:6px;min-height:56px;font-size:13px;font-weight:900}.product-sticky-cart button:disabled{cursor:not-allowed;background:#ffb3b6;border-color:#ffb3b6}@media (max-width:768px){.product-sticky-cart button{grid-column:1/-1}}.category-detail-page{background:#fafafa;flex-direction:column;gap:40px;display:flex}.category-detail-page .site-container{width:100%;min-width:0}@media (max-width:1024px){.category-detail-page .site-container{padding-left:16px;padding-right:16px}}.category-hero{color:#fafafa;background-color:#0d0d0d;background-position:50%;background-size:cover;align-items:flex-end;min-height:346px;padding:160px 0 80px;display:flex}.category-hero .site-container{text-align:left;width:100%}@media (max-width:768px){.category-hero{min-height:254px;padding:162px 0 24px}}@media (max-width:480px){.category-hero{align-items:center;min-height:116px;padding:24px 0}}.category-hero h1{color:#fafafa;letter-spacing:0;text-transform:uppercase;max-width:800px;margin:0;font-size:56px;font-weight:900;line-height:1}@media (max-width:768px){.category-hero h1{letter-spacing:0;font-size:30px;line-height:37.5px}}.category-hero p{color:#888;max-width:800px;margin:16px 0 0;font-size:18px;line-height:1}@media (max-width:768px){.category-hero p{margin-top:8px;font-size:18px;line-height:normal}}.category-featured{width:100%;padding-top:0;padding-bottom:0;overflow:hidden}.category-section-title{color:#111;min-height:24px;margin:0 0 32px;padding-left:20px;font-size:18px;font-weight:400;line-height:normal;position:relative}@media (max-width:1024px){.category-section-title{margin-bottom:16px}}.category-section-title:before{content:"";background:#ed1c24;width:4px;height:24px;position:absolute;top:0;left:0}.category-featured__grid{scrollbar-width:none;gap:8px;width:100%;display:flex;overflow-x:auto}.category-featured__grid::-webkit-scrollbar{display:none}@media (max-width:768px){.category-featured__grid{gap:4px}}@media (max-width:1024px){.category-featured__grid{display:none}}.category-featured__static-item{flex:0 0 160px;width:160px;display:flex}@media (max-width:768px){.category-featured__static-item{flex-basis:80px;width:80px}}.category-featured__mobile-swiper{display:none}@media (max-width:1024px){.category-featured__mobile-swiper{display:block;overflow:hidden}}.category-featured__mobile-swiper .swiper-wrapper{align-items:stretch}.category-featured__mobile-swiper .swiper-pagination{justify-content:flex-end;gap:8px;width:100%;margin-top:16px;display:flex;position:static;transform:none}.category-featured__slide{height:auto;display:flex}.category-featured-card{color:#fafafa;background-color:#0d0d0d;background-position:50%;background-size:cover;border-radius:8px;align-items:flex-end;width:100%;height:200px;min-height:200px;padding:16px;display:flex;overflow:hidden}@media (max-width:1024px){.category-featured-card{border-radius:4px;height:128px;min-height:128px;padding:8px}}@media (max-width:480px){.category-featured-card{height:118px;min-height:118px}}.category-featured-card span{color:#fafafa;font-size:14px;font-weight:400;line-height:normal}.category-sale-banner{color:#fafafa;background:#ed1c24}.category-sale-banner .site-container{justify-content:space-between;align-items:center;gap:24px;padding-top:40px;padding-bottom:40px;display:flex}@media (max-width:768px){.category-sale-banner .site-container{text-align:center;flex-direction:column;align-items:center;gap:16px;padding-top:24px;padding-bottom:24px}}@media (max-width:480px){.category-sale-banner .site-container{padding-left:16px;padding-right:16px}}.category-sale-banner h2{color:#fafafa;letter-spacing:0;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:1}@media (max-width:768px){.category-sale-banner h2{letter-spacing:0;font-size:30px;line-height:37.5px}}.category-sale-banner p{color:#fafafa;text-transform:uppercase;margin:8px 0 0;font-size:18px;line-height:1}.category-sale-banner a{color:#111;letter-spacing:.015em;text-transform:uppercase;background:#fafafa;border-radius:8px;justify-content:center;align-items:center;min-width:115px;padding:16px 24px;font-size:12px;font-weight:700;line-height:normal;display:inline-flex}@media (max-width:480px){.category-sale-banner a{letter-spacing:0}}.category-products-area{padding-top:0;padding-bottom:40px}@media (max-width:480px){.category-products-area{padding-left:0;padding-right:0}.category-products-area>.category-section-title{margin-left:16px;margin-right:16px}.category-detail-page .category-products-area{padding-left:0;padding-right:0}}.category-chip-row{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-bottom:40px;display:flex}@media (max-width:768px){.category-chip-row{padding-left:16px;padding-right:16px;overflow-x:visible}}.category-chip-row a{color:#111;white-space:nowrap;background:#fafafa;border:1px solid #e2e2e2;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:400;line-height:normal;display:inline-flex}.category-collections{grid-template-columns:repeat(2,minmax(0,668px));justify-content:space-between;gap:24px;margin-bottom:40px;display:grid}@media (max-width:1024px){.category-collections{grid-template-columns:1fr;gap:8px}}@media (max-width:480px){.category-collections{width:calc(100% - 32px);margin-left:16px;margin-right:16px}}.category-collection-card{color:#fafafa;background-color:#0d0d0d;background-position:50%;background-size:cover;border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;min-width:0;min-height:400px;padding:24px;display:flex}@media (max-width:768px){.category-collection-card{min-height:205px}}@media (max-width:480px){.category-collection-card{border-radius:4px;min-height:240px;padding:16px}}.category-collection-card span{color:#fafafa;font-size:18px;font-weight:400;line-height:normal}.category-collection-card strong{color:#fafafa;letter-spacing:1px;text-transform:uppercase;background:#ed1c24;border-radius:4px;justify-content:center;align-items:center;margin-top:8px;padding:8px 16px;font-size:12px;font-weight:700;line-height:20px;display:inline-flex}.category-product-swiper{margin-top:24px;padding-top:4px;overflow:hidden}@media (max-width:480px){.category-product-swiper{padding-left:16px}}.category-product-swiper .swiper-wrapper{align-items:stretch}.category-product-swiper__slide{height:auto;display:flex}@media (max-width:480px){.category-product-swiper__slide{width:190px}}.category-product-swiper .product-card{background:#fafafa;border-color:#e2e2e2;width:100%;height:100%;min-height:441px}@media (max-width:480px){.category-product-swiper .product-card{border-radius:8px;min-height:257px}}.category-product-swiper .product-card__media{aspect-ratio:auto;background:#888;height:315px}@media (max-width:768px){.category-product-swiper .product-card__media{height:300px}}@media (max-width:480px){.category-product-swiper .product-card__media{height:190px}}.category-product-swiper .product-card__image{object-fit:cover;width:100%;height:100%;display:block}.category-product-swiper .product-card__favorite{width:40px;height:40px;top:19px;right:21px}.category-product-swiper .product-card__favorite svg{width:20px;height:20px}@media (max-width:480px){.category-product-swiper .product-card__favorite{width:24px;height:24px;top:9px;right:11px}.category-product-swiper .product-card__favorite svg{width:12px;height:12px}}.category-product-swiper .product-card__body{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:126px;padding:16px}@media (max-width:480px){.category-product-swiper .product-card__body{gap:2px 8px;min-height:67px;padding:8px}}.category-product-swiper .product-card__title{font-size:16px;font-weight:500;line-height:1.6}@media (max-width:480px){.category-product-swiper .product-card__title{font-size:12px;font-weight:600;line-height:normal}}.category-product-swiper .product-card__price{white-space:nowrap;justify-self:end;font-size:16px;font-weight:500;line-height:1.6}@media (max-width:480px){.category-product-swiper .product-card__price{font-size:12px;font-weight:600;line-height:normal}}.category-product-swiper .product-card__description{grid-column:1/-1;font-size:14px;line-height:normal}@media (max-width:480px){.category-product-swiper .product-card__description{font-size:10px}}.category-product-swiper .product-card__swatches{grid-column:1/-1;gap:8px;margin-top:0;padding-top:4px}.category-product-swiper .product-card__swatches button{border-radius:8px;width:16px;height:16px}.category-product-swiper .swiper-pagination{justify-content:flex-end;gap:8px;width:100%;margin-top:32px;display:flex;position:static;transform:none}@media (max-width:480px){.category-product-swiper .swiper-pagination{margin-top:24px;padding-right:16px}}@media (max-width:768px){.category-products-area>.category-section-title:last-of-type{margin-bottom:24px}}.category-carousel-dots__dot{appearance:none;cursor:pointer;background:#1111112e;border:0;border-radius:999px;width:8px;height:8px;margin:0;padding:0;display:block}.category-carousel-dots__dot.is-active{background:#111}.cart-page{background:#fafafa;padding:120px 0 80px}@media (max-width:1024px){.cart-page{padding-top:112px}}@media (max-width:480px){.cart-page{padding:96px 0 56px}}.cart-page__inner{grid-template-columns:minmax(0,720px) minmax(320px,360px);justify-content:center;align-items:start;gap:48px;display:grid}@media (max-width:1024px){.cart-page__inner{grid-template-columns:1fr;gap:24px}}@media (max-width:480px){.cart-page__inner{padding-left:18px;padding-right:18px}}.cart-page__inner--single{grid-template-columns:minmax(0,720px)}.cart-panel{background:#fafafa;border:1px solid #e2e2e2;border-radius:16px}.cart-items-panel{gap:40px;padding:40px;display:grid}@media (max-width:480px){.cart-items-panel{padding:24px 18px}}.cart-heading{gap:12px;display:grid}.cart-heading h1{color:#0d0d0d;margin:0;font-size:24px;font-weight:700;line-height:29px}.cart-heading p{color:#888;margin:0;font-size:16px;line-height:19px}.cart-table{display:grid}.cart-table__header{color:#888;letter-spacing:.6px;text-transform:uppercase;border-bottom:1px solid #0f172b;grid-template-columns:minmax(0,1fr) 100px 88px 100px 24px;align-items:start;gap:24px;padding-bottom:16px;font-size:12px;font-weight:500;line-height:14px;display:grid}.cart-table__header span:nth-child(3){text-align:center}.cart-table__header span:nth-child(4){text-align:right}@media (max-width:768px){.cart-table__header{display:none}}.cart-row{border-bottom:1px solid #0f172b;grid-template-columns:minmax(0,1fr) 100px 88px 100px 24px;align-items:center;gap:24px;padding:24px 0;transition:opacity .16s;display:grid}.cart-row.is-pending{opacity:.58}@media (max-width:768px){.cart-row{grid-template-columns:96px minmax(0,1fr) 40px;gap:14px 16px}}.cart-row__product{color:#0d0d0d;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:24px;min-width:0;display:grid}@media (max-width:768px){.cart-row__product{grid-column:1/3;grid-template-columns:96px minmax(0,1fr);gap:16px}}.cart-row__preview{background:#f1f1f1;border-radius:8px;width:96px;height:96px;display:block;position:relative;overflow:hidden}.cart-row__preview>img{object-fit:cover;width:96px;height:96px;display:block}.cart-row__preview--design{background:#f4f4f4;border:1px solid #11111114}.cart-row__preview--design>img{object-fit:contain;width:100%;height:100%}.cart-row__edit-icon{z-index:3;color:#fafafa;background:#0d0d0d;border:1px solid #fafafac7;border-radius:999px;place-items:center;width:28px;height:28px;display:grid;position:absolute;bottom:6px;right:6px;box-shadow:0 8px 18px #11111140}.cart-row__edit-icon svg{width:15px;height:15px}.cart-design-preview{width:100%;height:100%;display:block;position:relative}.cart-design-preview__product{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.cart-design-preview__area{pointer-events:none;position:absolute;inset:0}.cart-design-preview__element{transform-origin:50%;pointer-events:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;overflow:hidden}.cart-design-preview__element img{object-fit:contain;width:100%;height:100%;display:block}.cart-design-preview__element--text{color:inherit;overflow-wrap:anywhere;text-align:center;text-transform:uppercase;font-weight:900;line-height:1.05}.cart-design-preview__element--motif svg{fill:currentColor;stroke:currentColor;width:100%;height:100%}.cart-row__details{gap:5px;min-width:0;display:grid}.cart-row__name{color:#0d0d0d;min-width:0;text-decoration:none}.cart-row__name strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;line-height:1.6;display:block;overflow:hidden}.cart-row__details small{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:14px;line-height:17px;display:-webkit-box;overflow:hidden}.cart-row__price,.cart-row__total{color:#0d0d0d;white-space:nowrap;font-size:16px}.cart-row__total{text-align:right;font-weight:500;line-height:26px}@media (max-width:768px){.cart-row__total{text-align:left;grid-column:2}}.cart-row__price{font-weight:400;line-height:19px}@media (max-width:768px){.cart-row__price{grid-column:2}}.cart-quantity{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:12px 1fr 12px;justify-self:center;align-items:center;gap:12px;width:71px;height:33px;padding:8px;display:grid}.cart-quantity button{color:#0d0d0d;cursor:pointer;background:0 0;border:0;place-items:center;width:20px;height:20px;margin:-4px;display:grid}.cart-quantity button:disabled{color:#888;cursor:not-allowed}.cart-quantity strong{color:#0d0d0d;text-align:center;font-size:14px;font-weight:700}@media (max-width:768px){.cart-quantity{grid-column:1;justify-self:start}}.cart-row__remove{color:#9ca3af;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;display:grid}.cart-row__remove:hover{color:#ed1c24}.cart-row__remove:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.cart-row__remove{grid-area:1/3;place-self:start end}}.cart-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:480px){.cart-actions{grid-template-columns:1fr}}.cart-secondary-button{color:#0d0d0d;background:0 0;border:1px solid #0d0d0d}.cart-inline-error{color:#ed1c24;margin:-22px 0 0;font-size:14px;font-weight:700}.cart-summary{gap:24px;width:360px;min-width:0;max-width:100%;padding:32px;display:grid;position:sticky;top:24px}.cart-summary h2{color:#0d0d0d;margin:0;font-size:20px;font-weight:600;line-height:32px}@media (max-width:1024px){.cart-summary{position:static}}@media (max-width:480px){.cart-summary{padding:24px 18px}}.cart-summary__body,.cart-summary__rows{gap:16px;min-width:0;display:grid}.cart-summary__rows div{color:#555;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:16px;width:100%;min-width:0;min-height:24px;font-size:16px;line-height:19px;display:grid}.cart-summary__rows span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cart-summary__rows strong{color:#0d0d0d;text-align:right;white-space:nowrap;font-weight:400}.cart-coupon{border-top:1px solid #1111111a;gap:8px;min-width:0;padding-top:16px;display:grid}.cart-coupon label{color:#0d0d0d;font-size:14px;font-weight:400}.cart-coupon div{grid-template-columns:minmax(0,1fr) 115px;min-width:0;display:grid}.cart-coupon input{color:#0d0d0d;min-width:0;height:52px;font:inherit;background:#fafafa;border:1px solid #d1d5db;border-radius:8px 0 0 8px;padding:0 8px;font-size:14px}.cart-coupon button{color:#fafafa;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:#0d0d0d;border:1px solid #0d0d0d;border-radius:0 8px 8px 0;height:52px;font-size:12px;font-weight:700}.cart-coupon p{color:#ed1c24;margin:0;font-size:13px;font-weight:700}.cart-loyalty{border-top:1px solid #1111111a;gap:8px;min-width:0;padding-top:16px;display:grid}.cart-loyalty>span{color:#555;font-size:14px;line-height:20px}.cart-loyalty label{color:#0d0d0d;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:8px;font-size:14px;line-height:17px;display:grid}.cart-loyalty input{accent-color:#ed1c24;border:1.6px solid #d1d5db;border-radius:2px;width:20px;height:20px;margin:0}.cart-shipping-progress{border-top:1px solid #1111111a;gap:8px;min-width:0;padding-top:16px;display:grid}.cart-shipping-progress>span{color:#555;font-size:14px;line-height:20px}.cart-shipping-progress__meter{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:16px;display:grid}.cart-shipping-progress__meter div{background:#e2e2e2;border-radius:2px;height:8px;overflow:hidden}.cart-shipping-progress__meter i{background:#ed1c24;border-radius:8px;height:100%;display:block}.cart-shipping-progress__meter strong{color:#0d0d0d;letter-spacing:.6px;font-size:12px;font-weight:500;line-height:14px}.cart-summary__delivery{color:#555;border-top:1px solid #1111111a;grid-template-columns:minmax(0,1fr) max-content;gap:16px;min-width:0;padding-top:16px;font-size:16px;line-height:20px;display:grid}.cart-summary__delivery strong{color:#0d0d0d;text-align:right;white-space:nowrap;font-weight:400}.cart-summary__total{color:#0d0d0d;border-top:1px solid #1111111a;grid-template-columns:minmax(0,1fr) max-content;gap:16px;min-width:0;padding-top:24px;display:grid}.cart-summary__total span,.cart-summary__total strong{font-size:24px;font-weight:700;line-height:29px}@media (max-width:480px){.cart-summary__total span,.cart-summary__total strong{font-size:22px}}.cart-summary__total span{min-width:0}.cart-summary__total strong{text-align:right;white-space:nowrap}.cart-empty-state{text-align:center;background:linear-gradient(135deg,#ed1c2414,#ed1c2400 42%),#fafafa;justify-self:center;width:min(760px,100%);display:grid;overflow:hidden;box-shadow:0 22px 60px #11111114}.cart-empty-state h1,.cart-empty-state p{margin:0}.cart-empty-state h1{color:#0d0d0d;font-size:32px;font-weight:900;line-height:1.1}.cart-empty-state p{color:#888;max-width:500px;font-size:16px;line-height:1.5}@media (max-width:480px){.cart-empty-state{width:100%}.cart-empty-state h1{font-size:26px}}.cart-empty-state__main{justify-items:center;gap:12px;padding:64px 44px 34px;display:grid}@media (max-width:480px){.cart-empty-state__main{padding:48px 22px 28px}}.cart-empty-state__icon{color:#fafafa;background:#0d0d0d;border-radius:999px;place-items:center;width:78px;height:78px;display:grid;box-shadow:0 14px 32px #11111129}.cart-empty-state__icon svg{width:34px;height:34px}.cart-empty-state__eyebrow{color:#ed1c24;letter-spacing:.8px;text-transform:uppercase;margin-top:4px;font-size:12px;font-weight:900;line-height:1.2}.cart-empty-state__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;display:flex}@media (max-width:480px){.cart-empty-state__actions{width:100%;display:grid}}.cart-empty-state__actions .cart-primary-button{min-width:220px}.cart-empty-state__designer-link{color:#0d0d0d;letter-spacing:.8px;text-transform:uppercase;border:1px solid #0d0d0d;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:54px;padding:14px 18px;font-size:12px;font-weight:800;line-height:20px;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:inline-flex}.cart-empty-state__designer-link:hover{color:#fafafa;background:#0d0d0d;transform:translateY(-1px)}.cart-empty-state__perks{background:#fff;border-top:1px solid #e2e2e2;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cart-empty-state__perks span{color:#111;justify-content:center;align-items:center;gap:8px;min-height:58px;padding:14px 18px;font-size:13px;font-weight:800;line-height:1.25;display:flex}.cart-empty-state__perks span+span{border-left:1px solid #e2e2e2}.cart-empty-state__perks svg{color:#ed1c24;flex:none}@media (max-width:480px){.cart-empty-state__perks{grid-template-columns:1fr}.cart-empty-state__perks span+span{border-top:1px solid #e2e2e2;border-left:0}}.cart-empty-state--loading{align-content:center;justify-items:center;gap:14px;min-height:360px;padding:64px 36px}.cart-empty-state--loading .cart-empty-state__icon{margin-bottom:4px}@media (max-width:480px){.cart-empty-state--loading{min-height:320px;padding:48px 22px}}.checkout-page{background:#fafafa}.checkout-page--choice{min-height:731px;padding:120px 0 80px}@media (max-width:1024px){.checkout-page--choice{min-height:auto;padding:150px 24px 56px}}@media (max-width:480px){.checkout-page--choice{padding:164px 18px 48px}}.checkout-page--app{min-height:1102px;padding:120px 0 80px}@media (max-width:1024px){.checkout-page--app{min-height:auto;padding:150px 0 64px}}@media (max-width:480px){.checkout-page--app{padding:164px 0 48px}}.checkout-loading{color:#888;place-items:center;width:min(800px,100% - 48px);min-height:420px;margin:0 auto;font-size:16px;display:grid}.checkout-choice{gap:24px;width:800px;max-width:100%;margin:0 auto;display:grid}.checkout-choice__heading{gap:17px;display:grid}.checkout-choice__heading h1,.checkout-choice__heading p{margin:0}.checkout-choice__heading h1{color:#111;font-size:24px;font-weight:800;line-height:29px}.checkout-choice__heading p{color:#888;font-size:16px;line-height:20px}.checkout-choice__eyebrow{color:#888;align-items:center;gap:8px;font-size:12px;line-height:15px;display:inline-flex}.checkout-choice__eyebrow svg{color:#888;stroke-width:2px}.checkout-choice__cards{grid-template-columns:repeat(2,minmax(0,392px));gap:16px;display:grid}@media (max-width:768px){.checkout-choice__cards{grid-template-columns:1fr}}.checkout-choice-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;align-content:start;gap:22px;min-height:366px;padding:40px;display:grid;position:relative}.checkout-choice-card h2{color:#111;text-align:center;margin:3px 0 0;font-size:18px;font-weight:400;line-height:22px}.checkout-choice-card ul{color:#888;gap:8px;margin:0;padding:8px 0 16px;font-size:14px;line-height:20px;list-style:none;display:grid}.checkout-choice-card li{align-items:center;gap:10px;display:flex}.checkout-choice-card li svg{color:#111;stroke-width:2px;flex:none}@media (max-width:480px){.checkout-choice-card{padding:28px 22px}}.checkout-choice-card__icon{color:#111;background:#f2f2f2;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.checkout-choice-card__badge{color:#fafafa;background:#ed1c24;border-radius:4px;padding:2px 10px;font-size:12px;line-height:15px;position:absolute;top:19px;right:17px}.checkout-choice-card__button{color:#fafafa;letter-spacing:1px;text-align:center;text-transform:uppercase;border:1px solid #0000;border-radius:8px;justify-content:center;align-self:end;align-items:center;width:100%;min-height:62px;margin-top:auto;font-size:12px;font-weight:800;line-height:20px;display:flex}.checkout-choice-card__button--dark{background:#0d0d0d}.checkout-choice-card__button--primary{background:#ed1c24}.checkout-choice__secure{color:#888;text-align:center;margin:2px 0 0;font-size:12px;line-height:15px}.checkout-page__app{gap:40px;width:100%;max-width:1440px;margin:0 auto;display:grid}@media (max-width:1024px){.checkout-page__app{width:100%}}.checkout-steps{grid-template-columns:repeat(4,minmax(60px,1fr));align-items:start;width:100%;min-height:88px;display:grid}.checkout-step{color:#888;justify-items:center;gap:10px;min-width:0;font-size:14px;line-height:20px;display:grid;position:relative}.checkout-step__icon{color:#9aa3b2;background:#e6e6e6;border-radius:50%;place-items:center;width:60px;height:60px;display:grid}.checkout-step.is-active{color:#111}.checkout-step.is-active .checkout-step__icon{color:#fafafa;background:#0d0d0d}.checkout-step.is-complete{color:#888}.checkout-step.is-complete .checkout-step__icon{color:#fafafa;background:#ed1c24}.checkout-step.is-complete .checkout-step__line{background:#ed1c24}.checkout-step__label{text-align:center;min-width:0}.checkout-step__line{background:#e2e2e2;border-radius:999px;width:calc(100% - 128px);height:4px;position:absolute;top:42px;left:calc(50% + 64px)}@media (max-width:480px){.checkout-step__line{width:calc(100% - 72px);left:calc(50% + 36px)}}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(320px,360px);align-items:start;gap:40px;width:100%;display:grid}@media (max-width:1024px){.checkout-layout{grid-template-columns:1fr}}.checkout-delivery-card,.checkout-summary{background:#fafafa;border:1px solid #e2e2e2;border-radius:14px}.checkout-delivery-card{min-height:774px;padding:40px}.checkout-delivery-card form{gap:28px;display:grid}@media (max-width:480px){.checkout-delivery-card{min-height:auto;padding:28px 18px}}.checkout-delivery-card__heading{gap:18px;display:grid}.checkout-delivery-card__heading h1,.checkout-delivery-card__heading p{margin:0}.checkout-delivery-card__heading h1{color:#111;font-size:24px;font-weight:800;line-height:40px}.checkout-delivery-card__heading p{color:#888;font-size:18px;line-height:28px}.checkout-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.checkout-field{color:#111;grid-column:span 2;gap:8px;min-width:0;font-size:14px;line-height:20px;display:grid}.checkout-field span:first-child{min-height:20px}.checkout-field input{color:#111;width:100%;min-width:0;height:56px;font:inherit;background:#fafafa;border:1px solid #dfe3ea;border-radius:8px;padding:0 16px;font-size:16px;line-height:20px;box-shadow:0 1px 2px #11111108}@media (max-width:768px){.checkout-field{grid-column:1/-1}}.checkout-field--wide{grid-column:span 3}@media (max-width:768px){.checkout-field--wide{grid-column:1/-1}}.checkout-field--small{grid-column:span 1}@media (max-width:768px){.checkout-field--small{grid-column:1/-1}}.checkout-submit{color:#fafafa;letter-spacing:1px;text-align:center;text-transform:uppercase;background:#0d0d0d;border:1px solid #0d0d0d;border-radius:8px;width:100%;min-height:62px;margin-top:12px;font-size:12px;font-weight:800;line-height:20px}.checkout-shipping-card{align-content:start;gap:24px;min-height:947px;display:grid}.checkout-shipping-card__heading{gap:16px}.checkout-shipping-card__heading h1{text-align:center}.checkout-shipping-options{gap:16px;display:grid}.checkout-shipping-option{color:#111;background:#fafafa;border:1px solid #dfe3ea;border-radius:8px;min-height:104px;padding:24px 40px;display:block;position:relative}.checkout-shipping-option:first-child{min-height:136px}.checkout-shipping-option:last-child{min-height:132px}.checkout-shipping-option.is-selected{border-width:2px;border-color:#111}.checkout-shipping-option input{opacity:0;pointer-events:none;position:absolute}@media (max-width:480px){.checkout-shipping-option{padding:22px 20px}}.checkout-shipping-option__body{color:#888;gap:8px;font-size:14px;line-height:20px;display:grid}.checkout-shipping-option__title{color:#111;align-items:center;gap:8px;display:flex}.checkout-shipping-option__title strong{font-size:24px;font-weight:800;line-height:28px}.checkout-shipping-option__title svg{flex:none}.checkout-shipping-option .is-free{color:#00b140;letter-spacing:.8px;font-weight:800}.checkout-delivery-note{color:#111;opacity:0;visibility:hidden;gap:8px;max-height:0;font-size:14px;line-height:17px;transition:max-height .26s,opacity .18s,transform .22s,visibility 0s linear .26s;display:grid;overflow:hidden;transform:translateY(-8px)}.checkout-delivery-note.is-open{opacity:1;visibility:visible;max-height:180px;transition:max-height .28s,opacity .2s,transform .24s,visibility linear;transform:translateY(0)}.checkout-delivery-note textarea{resize:vertical;color:#111;width:100%;min-height:103px;font:inherit;background:#fafafa;border:1px solid #dfe3ea;border-radius:14px;padding:16px;font-size:16px;line-height:20px}.checkout-delivery-note textarea::placeholder{color:#111;opacity:1}@media (prefers-reduced-motion:reduce){.checkout-delivery-note{transition:none}}.checkout-free-shipping-box{color:#111;background:#f2f2f2;border-radius:14px;gap:10px;padding:16px;font-size:14px;line-height:17px;display:grid}.checkout-free-shipping-box div{background:#fafafa;border-radius:999px;height:8px;overflow:hidden}.checkout-free-shipping-box i{background:#ed1c24;border-radius:999px;height:100%;display:block}.checkout-shipping-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px;display:grid}.checkout-shipping-actions .checkout-submit{margin-top:0}@media (max-width:480px){.checkout-shipping-actions{grid-template-columns:1fr}}.checkout-back-button{color:#111;letter-spacing:1px;text-align:center;text-transform:uppercase;background:0 0;border:1px solid #111;border-radius:8px;width:100%;min-height:62px;font-size:12px;font-weight:800;line-height:20px}.checkout-payment-card{align-content:start;gap:24px;min-height:780px;display:grid}.checkout-payment-card--card,.checkout-payment-card--company{min-height:1126px}.checkout-payment-card--bank{min-height:963px}.checkout-payment-card__heading{gap:16px}.checkout-payment-options{gap:16px;display:grid}.checkout-payment-option-group{gap:0;transition:gap .22s;display:grid}.checkout-payment-option-group.is-selected{gap:18px}.checkout-payment-card--bank .checkout-payment-option-group.is-selected{gap:30px}.checkout-payment-card--company .checkout-payment-option-group.is-selected{gap:32px}.checkout-payment-option{color:#111;background:#fafafa;border:1px solid #dfe3ea;border-radius:8px;min-height:104px;padding:24px 40px;transition:border-color .18s,box-shadow .18s,transform .18s;display:block;position:relative}.checkout-payment-option.is-selected{border-width:2px;border-color:#111;padding:23px 39px;box-shadow:0 12px 26px #1111110a}.checkout-payment-option input{opacity:0;pointer-events:none;position:absolute}@media (max-width:480px){.checkout-payment-option{padding:22px 20px}.checkout-payment-option.is-selected{padding:21px 19px}}.checkout-payment-option__body{color:#888;gap:8px;font-size:14px;line-height:20px;display:grid}.checkout-payment-option__title{color:#111;align-items:center;gap:8px;display:flex}.checkout-payment-option__title strong{font-size:24px;font-weight:800;line-height:28px}.checkout-payment-option__title svg{flex:none}@media (max-width:480px){.checkout-payment-option__title{align-items:flex-start}.checkout-payment-option__title strong{font-size:20px;line-height:25px}}.checkout-payment-details{opacity:0;visibility:hidden;max-height:0;transition:max-height .28s,opacity .18s,transform .22s,visibility 0s linear .28s;overflow:hidden;transform:translateY(-8px)}.checkout-payment-details.is-open{opacity:1;visibility:visible;max-height:420px;transition:max-height .32s,opacity .22s,transform .26s,visibility linear;transform:translateY(0)}.checkout-payment-details__inner{padding-top:0}.checkout-payment-fields,.checkout-company-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 40px;display:grid}.checkout-company-fields{column-gap:16px;padding:0 20px}.checkout-payment-field{color:#111;gap:8px;min-width:0;font-size:14px;line-height:20px;display:grid}.checkout-payment-field input{color:#111;width:100%;min-width:0;height:56px;font:inherit;background:#fafafa;border:1px solid #dfe3ea;border-radius:8px;padding:0 16px;font-size:16px;line-height:20px;box-shadow:0 1px 2px #11111108}.checkout-payment-field--wide{grid-column:1/-1}.checkout-payment-instructions{color:#555;gap:8px;padding:8px 24px 10px;display:grid}.checkout-payment-instructions h2,.checkout-payment-instructions p{margin:0}.checkout-payment-instructions h2{color:#111;margin-bottom:8px;font-size:16px;font-weight:400;line-height:20px}.checkout-payment-instructions p{font-size:14px;line-height:20px}.checkout-payment-instructions strong{color:#111;font-weight:800}.checkout-payment-actions{margin-top:16px}@media (max-width:768px){.checkout-payment-fields,.checkout-company-fields{grid-template-columns:1fr}.checkout-payment-field,.checkout-payment-field--wide{grid-column:1/-1}}@media (max-width:480px){.checkout-payment-card{min-height:auto}.checkout-company-fields{padding:0}}@media (prefers-reduced-motion:reduce){.checkout-payment-option,.checkout-payment-option-group,.checkout-payment-details{transition:none}}.checkout-review-card{align-content:start;gap:40px;min-height:1029px;display:grid}.checkout-review-card__heading{gap:16px}.checkout-review-sections{gap:24px;display:grid}.checkout-review-section{background:#fafafa;border-radius:16px;gap:16px;padding:24px 0;display:grid}.checkout-review-section h2{color:#0d0d0d;margin:0;font-size:18px;font-weight:400;line-height:27px}@media (max-width:480px){.checkout-review-section{padding:20px 0}}.checkout-review-section--items{min-height:190px}.checkout-review-section--delivery{min-height:251px}.checkout-review-items{gap:16px;display:grid}.checkout-review-item{grid-template-columns:96px minmax(0,1fr) max-content;align-items:start;gap:16px;min-height:96px;display:grid}.checkout-review-item .checkout-review-item__thumb{background:#f2f2f2;border:1px solid #11111114;border-radius:8px;width:96px;height:96px;display:block;overflow:hidden}.checkout-review-item .checkout-review-item__thumb>img{object-fit:cover;width:100%;height:100%;display:block}.checkout-review-item h3,.checkout-review-item p{margin:0}.checkout-review-item h3{color:#0d0d0d;font-size:16px;font-weight:400;line-height:24px}.checkout-review-item p{color:#888;margin-top:4px;font-size:14px;line-height:20px}.checkout-review-item strong{color:#0d0d0d;white-space:nowrap;font-size:16px;font-weight:400;line-height:24px}@media (max-width:480px){.checkout-review-item{grid-template-columns:80px minmax(0,1fr)}.checkout-review-item .checkout-review-item__thumb{width:80px;height:80px}.checkout-review-item strong{grid-column:2}}.checkout-design-preview{width:100%;height:100%;display:block;position:relative}.checkout-design-preview__product{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.checkout-design-preview__area{pointer-events:none;position:absolute;inset:0}.checkout-design-preview__element{transform-origin:50%;pointer-events:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;overflow:hidden}.checkout-design-preview__element img{object-fit:contain;width:100%;height:100%;display:block}.checkout-design-preview__element--text{color:inherit;overflow-wrap:anywhere;text-align:center;text-transform:uppercase;font-weight:900;line-height:1.05}.checkout-design-preview__element--motif svg{fill:currentColor;stroke:currentColor;width:100%;height:100%}.checkout-review-empty{color:#888;align-items:center;min-height:96px;font-size:14px;line-height:20px;display:flex}.checkout-review-info{color:#0d0d0d;gap:8px;font-size:14px;line-height:20px;display:grid}.checkout-review-info p{min-height:20px;margin:0}.checkout-review-info strong{font-weight:800}.checkout-review-note{color:#0d0d0d;gap:8px;font-size:14px;line-height:20px;display:grid}.checkout-review-note textarea{resize:vertical;color:#0d0d0d;width:100%;min-height:127px;font:inherit;background:#fafafa;border:1.6px solid #e5e7eb;border-radius:16px;padding:16px;font-size:16px;line-height:20px}.checkout-review-note textarea::placeholder{color:#0d0d0d;opacity:1}.checkout-review-estimate{color:#4a5565;text-align:center;padding:0 16px;font-size:14px;line-height:20px}.checkout-review-error{color:#ed1c24;background:#ed1c2412;border:1px solid #ed1c2438;border-radius:8px;margin:0;padding:14px 16px;font-size:14px;line-height:20px}.checkout-review-actions{margin-top:0}.checkout-submit:disabled,.checkout-back-button:disabled{cursor:not-allowed;opacity:.58}@media (max-width:480px){.checkout-review-card{gap:32px;min-height:auto}}.checkout-page__app--confirmation{width:880px}.checkout-confirmation{justify-items:stretch;gap:32px;display:grid}.checkout-confirmation__success{text-align:center;justify-items:center;gap:24px;padding-top:2px;display:grid}.checkout-confirmation__success h1,.checkout-confirmation__success p{margin:0}.checkout-confirmation__success h1{color:#0d0d0d;font-size:24px;font-weight:800;line-height:29px}.checkout-confirmation__success p{color:#888;font-size:20px;font-weight:700;line-height:32px}.checkout-confirmation__badge{color:#fafafa;background:#ed1c24;border-radius:50%;place-items:center;width:128px;height:128px;display:grid}.checkout-confirmation__number{background:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-content:center;align-items:center;gap:12px;min-height:44px;padding:12px 24px;display:inline-flex}.checkout-confirmation__number span{color:#888;font-size:14px;line-height:18px}.checkout-confirmation__number strong{color:#0d0d0d;font-size:20px;font-weight:800;line-height:24px}.checkout-confirmation__notice,.checkout-confirmation-card{background:#fff;border:1px solid #e2e2e2;border-radius:16px}.checkout-confirmation__notice{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:16px;padding:25px 42px;display:grid}.checkout-confirmation__notice>span{color:#fafafa;background:#ed1c24;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.checkout-confirmation__notice h2,.checkout-confirmation__notice p{margin:0}.checkout-confirmation__notice h2{color:#0d0d0d;font-size:20px;font-weight:700;line-height:27px}.checkout-confirmation__notice p{color:#4a5565;margin-top:4px;font-size:14px;line-height:20px}.checkout-confirmation-card{gap:29px;padding:40px;display:grid}.checkout-confirmation-card>h2{color:#0d0d0d;margin:0;font-size:24px;font-weight:800;line-height:32px}.checkout-confirmation-details{gap:32px;display:grid}.checkout-confirmation-detail{grid-template-columns:56px minmax(0,1fr);align-items:start;gap:24px;display:grid}.checkout-confirmation-detail__icon{color:#fafafa;background:#ed1c24;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.checkout-confirmation-detail h3,.checkout-confirmation-detail p{margin:0}.checkout-confirmation-detail h3{color:#0d0d0d;font-size:20px;font-weight:700;line-height:27px}.checkout-confirmation-detail p{color:#555;font-size:16px;line-height:22px}.checkout-confirmation-detail .is-muted{color:#888;font-size:14px;line-height:20px}.checkout-confirmation-items{border-top:1px solid #e5e7eb;gap:16px;padding-top:8px;display:grid}.checkout-confirmation-items>h3{color:#0d0d0d;margin:0;font-size:20px;font-weight:700;line-height:27px}.checkout-confirmation-item{grid-template-columns:56px minmax(0,1fr) max-content;align-items:center;gap:16px;display:grid}.checkout-confirmation-item h4,.checkout-confirmation-item p{margin:0}.checkout-confirmation-item h4{color:#0d0d0d;font-size:16px;font-weight:700;line-height:22px}.checkout-confirmation-item p{color:#888;margin-top:4px;font-size:14px;line-height:20px}.checkout-confirmation-item strong{color:#0d0d0d;white-space:nowrap;font-size:14px;font-weight:400;line-height:20px}.checkout-confirmation-item__thumb{background:#f2f2f2;border:1px solid #11111114;border-radius:8px;width:56px;height:56px;display:block;overflow:hidden}.checkout-confirmation-item__thumb>img{object-fit:cover;width:100%;height:100%;display:block}.checkout-confirmation-totals{border-top:1px solid #e5e7eb;gap:12px;padding-top:16px;display:grid}.checkout-confirmation-totals div{color:#555;justify-content:space-between;align-items:center;gap:18px;font-size:16px;line-height:24px;display:flex}.checkout-confirmation-totals strong{color:#0d0d0d;white-space:nowrap;font-weight:400}.checkout-confirmation-totals div:last-child{color:#0d0d0d;border-top:1.6px solid #e5e7eb;padding-top:16px}.checkout-confirmation-totals div:last-child span,.checkout-confirmation-totals div:last-child strong{font-size:24px;font-weight:800;line-height:36px}.checkout-confirmation-next{gap:24px}.checkout-confirmation-next>div{gap:16px;display:grid}.checkout-confirmation-next__step{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:16px;display:grid}.checkout-confirmation-next__step>span{color:#fafafa;background:#0d0d0d;border-radius:8px;place-items:center;width:32px;height:32px;font-size:16px;line-height:20px;display:grid}.checkout-confirmation-next__step h3,.checkout-confirmation-next__step p{margin:0}.checkout-confirmation-next__step h3{color:#0d0d0d;font-size:16px;font-weight:400;line-height:24px}.checkout-confirmation-next__step p{color:#555;margin-top:4px;font-size:14px;line-height:20px}.checkout-confirmation__primary{color:#fafafa;letter-spacing:1px;text-align:center;text-transform:uppercase;background:#0d0d0d;border:1px solid #0d0d0d;border-radius:8px;justify-content:center;align-items:center;min-height:64px;font-size:12px;font-weight:800;line-height:20px;display:flex}.checkout-confirmation-actions{color:#e2e2e2;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.checkout-confirmation-actions button{color:#555;font:inherit;background:0 0;border:0;align-items:center;gap:8px;font-size:14px;line-height:24px;display:inline-flex}.checkout-confirmation-help{text-align:center;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-self:center;place-items:center;width:560px;max-width:100%;min-height:160px;padding:8px 32px;display:grid}.checkout-confirmation-help p,.checkout-confirmation-help strong,.checkout-confirmation-help a{margin:0}.checkout-confirmation-help p{color:#555;font-size:14px;line-height:20px}.checkout-confirmation-help strong{color:#0d0d0d;font-size:16px;font-weight:400;line-height:22px}.checkout-confirmation-help a{color:#ed1c24;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.2}@media (max-width:480px){.checkout-page__app--confirmation{width:100%}.checkout-confirmation__success{gap:20px}.checkout-confirmation__badge{width:104px;height:104px}.checkout-confirmation__badge svg{width:64px;height:64px}.checkout-confirmation__number,.checkout-confirmation__notice,.checkout-confirmation-card{width:100%}.checkout-confirmation__number{flex-direction:column;gap:4px}.checkout-confirmation__notice,.checkout-confirmation-card{padding:28px 18px}.checkout-confirmation__notice,.checkout-confirmation-detail{grid-template-columns:1fr}.checkout-confirmation-item{grid-template-columns:56px minmax(0,1fr)}.checkout-confirmation-item strong{grid-column:2}}.checkout-summary{align-content:start;gap:20px;width:360px;max-width:100%;min-height:auto;padding:28px;display:grid}.checkout-summary h2{color:#111;margin:0;font-size:20px;font-weight:800;line-height:32px}@media (max-width:1024px){.checkout-summary{width:100%}}@media (max-width:480px){.checkout-summary{min-height:auto;padding:28px 18px}}.checkout-summary__body{gap:12px;display:grid}.checkout-summary__rows{gap:8px;display:grid}.checkout-summary__rows div{color:#555;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:12px;font-size:14px;line-height:18px;display:grid}.checkout-summary__rows span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.checkout-summary__rows strong{color:#111;text-align:right;white-space:nowrap;font-weight:400}.checkout-loyalty,.checkout-shipping-progress,.checkout-summary__delivery,.checkout-summary__total{border-top:1px solid #1111111a}.checkout-loyalty{color:#555;gap:8px;padding-top:16px;font-size:14px;line-height:20px;display:grid}.checkout-loyalty label{color:#111;align-items:center;gap:8px;display:flex}.checkout-loyalty input{accent-color:#0d0d0d;width:20px;height:20px;margin:0}.checkout-shipping-progress{color:#555;gap:8px;padding-top:16px;font-size:14px;line-height:20px;display:grid}.checkout-shipping-progress div{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:8px;display:grid}.checkout-shipping-progress div:before{content:"";background:#e2e2e2;border-radius:999px;grid-area:1/1;height:8px}.checkout-shipping-progress i{z-index:1;background:#ed1c24;border-radius:999px;grid-area:1/1;height:8px;display:block}.checkout-shipping-progress strong{color:#111;font-size:12px;font-weight:500;line-height:14px}.checkout-summary__delivery{color:#555;grid-template-columns:minmax(0,1fr) max-content;gap:12px;padding-top:14px;font-size:14px;line-height:18px;display:grid}.checkout-summary__delivery strong{color:#111;font-weight:400}.checkout-summary__total{color:#111;grid-template-columns:minmax(0,1fr) max-content;gap:12px;padding-top:18px;display:grid}.checkout-summary__total span,.checkout-summary__total strong{font-size:22px;font-weight:800;line-height:28px}.checkout-summary__total strong{text-align:right;white-space:nowrap}.account-page{background:#fafafa;width:100%;padding:0}.account-page__container{min-height:1035px}@media (max-width:1024px){.account-page__container{padding-left:24px;padding-right:24px}}@media (max-width:480px){.account-page__container{padding-left:16px;padding-right:16px}}.account-layout{background:#fafafa;grid-template-columns:220px minmax(0,1140px);width:100%;max-width:1360px;min-height:1035px;display:grid}@media (max-width:1024px){.account-layout{grid-template-columns:1fr;min-height:auto}}.account-sidebar{background:#fafafa;flex-direction:column;gap:0;min-width:0;padding:120px 40px 40px 0;display:flex}@media (max-width:1024px){.account-sidebar{border-bottom:1px solid #e2e2e2;padding:120px 0 24px}}@media (max-width:480px){.account-sidebar{padding:110px 0 20px}}.account-sidebar__profile{flex-direction:column;gap:2px;padding-bottom:32px;display:flex}@media (max-width:1024px){.account-sidebar__profile{padding-bottom:20px}}.account-sidebar__profile strong{color:#000;font-size:20px;font-weight:600;line-height:normal}.account-sidebar__profile span{color:#000;overflow-wrap:anywhere;font-size:14px;font-weight:400;line-height:normal}.account-nav{flex-direction:column;gap:4px;width:100%;display:flex}@media (max-width:1024px){.account-nav{flex-flow:wrap}}.account-nav__item{color:#000;width:100%;min-height:44px;font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;padding:12px 0;font-size:16px;font-weight:400;line-height:normal;text-decoration:none;transition:background-color .16s;display:flex;position:relative}.account-nav__item svg{flex:none}.account-nav__item span{min-width:0}.account-nav__item:hover,.account-nav__item.is-active{color:#000;background:#fef6f6}.account-nav__item.is-active{font-weight:500;line-height:1.6}.account-nav__item.is-active:before{content:"";background:#ed1c24;border-radius:0 4px 4px 0;flex:none;width:4px;height:24px}@media (max-width:1024px){.account-nav__item{width:auto}}@media (max-width:480px){.account-nav__item{flex:100%}}.account-nav__item--logout{color:#000;margin-top:4px}@media (max-width:1024px){.account-nav__item--logout{margin-top:0}}.account-main{flex-direction:column;gap:32px;width:100%;min-width:0;max-width:1140px;padding:120px 0 80px 40px;display:flex}.account-main h1{color:#000;margin:0;font-size:24px;font-weight:700;line-height:normal}@media (max-width:1024px){.account-main{padding:40px 0 64px}}@media (max-width:480px){.account-main{padding:32px 0 56px}}.account-dashboard{flex-direction:column;gap:32px;width:100%;display:flex}.account-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;max-width:1100px;display:grid}@media (max-width:1200px){.account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.account-stats{grid-template-columns:1fr}}.account-stat-card,.account-reward-card,.account-details-card{background:#fff;border:1px solid #e2e2e2;border-radius:12px}.account-stat-card{flex-direction:column;gap:16px;min-height:113px;padding:24px;display:flex;box-shadow:0 4px 6px #0000000d}@media (max-width:480px){.account-stat-card{padding:20px}}.account-stat-card strong{color:#000;font-size:24px;font-weight:700;line-height:normal}.account-stat-card__top{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-stat-card__top span{color:#000;font-size:14px;font-weight:400;line-height:normal}.account-stat-card__top svg{flex:none}.account-rewards{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;width:100%;max-width:1100px;display:grid}@media (max-width:1200px){.account-rewards{grid-template-columns:1fr;max-width:534px}}.account-reward-card{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:85px;padding:20px;display:grid}@media (max-width:768px){.account-reward-card{grid-template-columns:32px minmax(0,1fr)}}@media (max-width:480px){.account-reward-card{padding:18px}}.account-reward-card__icon{color:#000}.account-reward-card__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.account-reward-card__copy strong{color:#000;font-size:16px;font-weight:500;line-height:1.6}.account-reward-card__copy span{color:#000;font-size:12px;font-weight:400;line-height:normal}.account-reward-card__code{color:#000;border-radius:6px;justify-content:center;align-items:center;min-width:95px;min-height:42px;padding:8px 16px;font-size:16px;font-weight:500;line-height:1.6;display:inline-flex}@media (max-width:768px){.account-reward-card__code{grid-column:2;justify-self:start}}.account-details-card{width:100%;max-width:620px;padding:24px}@media (max-width:480px){.account-details-card{padding:20px}}.account-details-card h2{color:#000;margin:0 0 20px;font-size:20px;font-weight:600;line-height:24px}.account-details-card h3{color:#000;margin:0;font-size:16px;font-weight:600;line-height:20px}.account-profile-form{flex-direction:column;gap:12px;display:flex}.account-profile-display{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.account-profile-row{flex-direction:column;gap:4px;display:flex}.account-profile-row span{color:#000;font-size:12px;font-weight:400;line-height:15px}.account-profile-row strong{color:#000;overflow-wrap:anywhere;min-height:24px;font-size:14px;font-weight:500;line-height:17px}.account-profile-form--password{border-top:1px solid #e2e2e2;margin-top:28px;padding-top:24px}.account-profile-field{flex-direction:column;gap:4px;display:flex}.account-profile-field span{color:#000;font-size:12px;font-weight:400;line-height:15px}.account-profile-field input{appearance:none;color:#000;background:#fff;border:1px solid #e2e2e2;border-radius:8px;outline:0;width:100%;min-height:44px;padding:12px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-profile-field input:disabled{cursor:wait;opacity:.7}.account-profile-submit{color:#fafafa;cursor:pointer;background:#ed1c24;border:0;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:17px;text-decoration:none;display:inline-flex}.account-profile-submit:disabled{cursor:wait;opacity:.65}.account-main--profile-edit{gap:24px}.account-main--profile-edit .account-details-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;max-width:1100px;min-height:157px;padding:24px}@media (max-width:480px){.account-main--profile-edit .account-details-card{padding:20px}}.account-main--profile-edit .account-details-card h2{margin-bottom:20px}.account-main--profile-edit .account-profile-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px;width:100%;display:grid}@media (max-width:480px){.account-main--profile-edit .account-profile-form{grid-template-columns:1fr}}.account-main--profile-edit .account-profile-form--password{margin-top:32px;padding-top:24px}.account-main--profile-edit .account-profile-form--password h3,.account-main--profile-edit .account-profile-field{grid-column:1/-1}.account-main--profile-edit .account-profile-field{gap:6px;min-width:0}.account-main--profile-edit .account-profile-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:480px){.account-main--profile-edit .account-profile-actions{flex-direction:column-reverse}}.account-main--profile-edit .account-profile-submit{color:#fafafa;background:#ed1c24;border:1px solid #ed1c24;border-radius:6px;align-self:auto;min-width:112px;min-height:40px;padding:0 16px}@media (max-width:480px){.account-main--profile-edit .account-profile-submit{width:100%}}.account-main--profile-edit .account-profile-submit--secondary{color:#000;background:#fff;border-color:#e2e2e2}.account-edit-header{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.account-edit-back{color:#000;align-items:center;gap:8px;min-height:33px;font-size:14px;font-weight:500;line-height:17px;text-decoration:none;display:inline-flex}.account-page__container--wishlist,.account-page__container--wishlist .account-layout{min-height:589px}@media (max-width:1024px){.account-page__container--wishlist,.account-page__container--wishlist .account-layout{min-height:auto}}.account-main--wishlist{gap:32px}.account-wishlist-grid{grid-template-columns:repeat(4,240px);gap:8px;width:100%;max-width:1100px;display:grid}.account-wishlist-grid .product-card{background:#fafafa;grid-template-rows:240px 88px;width:240px;height:328px}@media (max-width:1200px){.account-wishlist-grid .product-card{grid-template-rows:auto 88px;width:100%;height:auto}}.account-wishlist-grid .product-card__media{aspect-ratio:auto;background:#625f59;height:240px}@media (max-width:1200px){.account-wishlist-grid .product-card__media{aspect-ratio:1;height:auto}}.account-wishlist-grid .product-card__favorite{width:36px;height:36px;top:9px;right:9px}.account-wishlist-grid .product-card__body{grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:4px 12px;min-width:0;padding:14px 13px 12px;display:grid}.account-wishlist-grid .product-card__title,.account-wishlist-grid .product-card__price{color:#000;min-width:0;font-size:14px;font-weight:700;line-height:17px}.account-wishlist-grid .product-card__title{overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;grid-area:1/1;overflow:hidden}.account-wishlist-grid .product-card__price-row{grid-area:1/2;justify-self:end;min-width:0}.account-wishlist-grid .product-card__price{white-space:nowrap}.account-wishlist-grid .product-card__old-price{display:none}.account-wishlist-grid .product-card__description{color:#000;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;min-width:0;font-size:12px;font-weight:400;line-height:15px;overflow:hidden}.account-wishlist-grid .product-card__swatches{grid-column:1/-1;gap:8px;margin-top:3px}.account-wishlist-grid .product-card__swatches button{width:16px;height:16px}.account-wishlist-state{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1100px;min-height:157px;padding:24px;display:flex}.account-wishlist-state p{color:#000;margin:0;font-size:14px;font-weight:400;line-height:17px}.account-wishlist-state a{color:#fafafa;white-space:nowrap;background:#ed1c24;border-radius:6px;min-height:33px;padding:8px 16px;font-size:14px;font-weight:400;line-height:17px}@media (max-width:1200px){.account-wishlist-state{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.account-main--designs{gap:32px}.account-designs-surface{flex-direction:column;gap:32px;width:100%;max-width:1100px;display:flex}.account-designs-toolbar{justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}@media (max-width:768px){.account-designs-toolbar{flex-direction:column;align-items:flex-start;gap:16px}}.account-designs-search{color:#000;border-radius:8px;align-items:center;gap:8px;width:100%;max-width:400px;height:40px;padding:0 16px;display:flex}@media (max-width:768px){.account-designs-search{max-width:none}}.account-designs-search svg{flex:none}.account-designs-search input{appearance:none;color:#000;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-designs-search input::placeholder{color:#000;opacity:1}.account-designs-sort{color:#000;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;align-items:center;gap:8px;min-height:33px;padding:8px 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px;display:inline-flex}@media (max-width:768px){.account-designs-sort{align-self:flex-end}}.account-designs-grid{grid-template-columns:repeat(auto-fill,350px);justify-content:start;gap:24px;width:100%;max-width:1100px;display:grid}@media (max-width:1200px){.account-designs-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:480px){.account-designs-grid{grid-template-columns:1fr}}.account-design-create-card,.account-design-card{background:#fff;border:1px solid #e2e2e2;border-radius:12px;width:350px;height:400px;overflow:hidden}@media (max-width:1200px){.account-design-create-card,.account-design-card{width:100%}}.account-design-create-card{color:#000;text-align:center;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.account-design-create-card strong{color:#000;font-size:16px;font-weight:500;line-height:1.6}.account-design-create-card__icon{border-radius:28px;place-items:center;width:56px;height:56px;display:grid}.account-design-card{flex-direction:column;display:flex}.account-design-card__preview{background:#f4f4f4;flex:none;width:100%;height:260px;display:block;position:relative;overflow:hidden}.account-design-preview{width:min(100%,260px);height:100%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.account-design-preview__product{object-fit:contain;width:88%;height:88%;display:block;position:absolute;inset:6%}.account-design-preview__area{pointer-events:none;position:absolute;inset:0}.account-design-preview__element{transform-origin:50%;pointer-events:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;overflow:hidden}.account-design-preview__element img{object-fit:contain;width:100%;height:100%;display:block}.account-design-preview__element--text{color:inherit;overflow-wrap:anywhere;text-align:center;text-transform:uppercase;font-weight:900;line-height:1.05}.account-design-preview__element--motif svg{fill:currentColor;stroke:currentColor;width:100%;height:100%}.account-design-card__body{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:20px;display:flex}.account-design-card__title-row{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.account-design-card__title-row strong{color:#000;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;font-weight:500;line-height:1.6;overflow:hidden}.account-design-card__body p{color:#000;margin:0;font-size:12px;font-weight:400;line-height:15px}.account-design-card__actions{align-items:flex-start;gap:8px;width:100%;margin-top:auto;display:flex}.account-design-card__actions a,.account-design-card__actions button{color:#000;cursor:pointer;background:0 0;border:0;border-radius:18px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;display:flex}.account-design-card__actions button:disabled{cursor:wait;opacity:.45}.account-design-card__action-spacer{flex:auto;min-width:0}.account-design-card__delete{background:#fff5f5}.account-designs-empty-search{color:#000;margin:-16px 0 0;font-size:14px;font-weight:400;line-height:17px}.account-designs-state{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1100px;min-height:157px;padding:24px;display:flex}.account-designs-state p{color:#000;margin:0;font-size:14px;font-weight:400;line-height:17px}.account-designs-state a{color:#fafafa;white-space:nowrap;background:#ed1c24;border-radius:6px;min-height:33px;padding:8px 16px;font-size:14px;font-weight:400;line-height:17px}@media (max-width:480px){.account-designs-state{flex-direction:column;align-items:flex-start}}.account-main--orders{gap:24px}.account-orders-search{color:#000;border-radius:8px;align-items:center;gap:8px;width:100%;height:40px;padding:0 16px;display:flex}.account-orders-search svg{flex:none}.account-orders-search input{appearance:none;color:#000;background:0 0;border:0;outline:0;flex:auto;min-width:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-orders-search input::placeholder{color:#000;opacity:1}.account-orders-filters{align-items:flex-start;gap:12px;display:flex}@media (max-width:768px){.account-orders-filters{flex-wrap:wrap}}.account-orders-filters button{color:#000;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:33px;padding:8px 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-orders-filters .is-active{color:#fafafa;background:#ed1c24}.account-orders-list{flex-direction:column;gap:12px;width:100%;display:flex}.account-order-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:157px;padding:24px;display:flex}@media (max-width:1024px){.account-order-card{align-items:flex-start}}@media (max-width:768px){.account-order-card{flex-direction:column}}.account-order-card__info{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.account-order-card__info strong{color:#000;font-size:20px;font-weight:600;line-height:24px}.account-order-card__date{color:#000;font-size:12px;font-weight:400;line-height:15px}.account-order-card__total{color:#000;font-size:16px;font-weight:500;line-height:1.6}.account-order-card__status{color:#fff;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;min-height:32px;padding:6px 12px;font-size:12px;font-weight:700;line-height:20px;display:inline-flex}.account-order-card__status--sent{background:#9c27b0}.account-order-card__status--delivered{background:#4caf50}.account-order-card__status--processing{background:#ff9800}.account-order-card__status--cancelled{background:#ed1c24}.account-order-card__actions{flex:none;align-items:flex-start;gap:8px;display:flex}@media (max-width:768px){.account-order-card__actions{flex-wrap:wrap}}.account-order-card__actions button{color:#000;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:33px;padding:8px 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-orders-state{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:157px;padding:24px;display:flex}.account-orders-state p{color:#000;margin:0;font-size:14px;font-weight:400;line-height:17px}.account-orders-state a{color:#fafafa;white-space:nowrap;background:#ed1c24;border-radius:6px;min-height:33px;padding:8px 16px;font-size:14px;font-weight:400;line-height:17px}.account-main--addresses{gap:32px}.account-addresses-header{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1100px;display:flex}@media (max-width:480px){.account-addresses-header{flex-direction:column;align-items:flex-start}}.account-addresses-header button{color:#fafafa;cursor:pointer;background:#ed1c24;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:11px 18px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:17px;display:inline-flex}.account-addresses-header button:disabled{cursor:wait;opacity:.65}.account-addresses-surface{flex-direction:column;gap:12px;width:100%;max-width:1100px;display:flex}.account-address-row,.account-address-editor-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;width:100%;min-height:157px;padding:24px}.account-address-row{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:20px;display:grid}.account-address-row>.account-address-editor{grid-column:1/-1}@media (max-width:768px){.account-address-row{grid-template-columns:40px minmax(0,1fr)}}@media (max-width:480px){.account-address-row{grid-template-columns:1fr;padding:20px}}.account-address-row__icon{color:#000;background:#fff;border-radius:20px;place-items:center;width:40px;height:40px;display:grid}.account-address-row__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.account-address-row__copy p,.account-address-row__copy small{color:#000;margin:0;font-weight:400}.account-address-row__copy p{font-size:14px;line-height:17px}.account-address-row__copy small{font-size:12px;line-height:15px}.account-address-row__title{align-items:center;gap:10px;min-width:0;display:flex}.account-address-row__title strong{color:#000;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:600;line-height:24px;overflow:hidden}.account-address-row__title span{color:#fafafa;text-transform:uppercase;background:#ed1c24;border-radius:4px;flex:none;align-items:center;min-height:24px;padding:4px 10px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.account-address-row__actions{flex:none;align-items:center;gap:8px;display:flex}@media (max-width:768px){.account-address-row__actions{grid-column:2}}@media (max-width:480px){.account-address-row__actions{grid-column:1}}.account-address-row__actions button{color:#000;cursor:pointer;background:#fff;border:0;border-radius:18px;place-items:center;width:36px;height:36px;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;display:grid}.account-address-row__actions button.is-active{color:#fafafa;background:#ed1c24}.account-address-row__actions button:disabled{cursor:wait;opacity:.45}.account-address-editor{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px;width:100%;display:grid}@media (max-width:480px){.account-address-editor{grid-template-columns:1fr}}.account-address-field{flex-direction:column;grid-column:1/-1;gap:6px;min-width:0;display:flex}.account-address-field span{color:#000;font-size:12px;font-weight:400;line-height:15px}.account-address-field input{appearance:none;color:#000;background:#fff;border:1px solid #e2e2e2;border-radius:8px;outline:0;width:100%;min-height:44px;padding:12px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:17px}.account-address-field input:disabled{cursor:wait;opacity:.7}.account-address-field--compact{grid-column:auto}@media (max-width:480px){.account-address-field--compact{grid-column:1}}.account-address-default-option{color:#000;grid-column:1/-1;justify-self:start;align-items:center;gap:10px;font-size:14px;font-weight:400;line-height:17px;display:inline-flex}.account-address-default-option input{accent-color:#ed1c24;cursor:pointer;flex:none;width:18px;height:18px}.account-address-default-option input:disabled{cursor:wait;opacity:.6}.account-address-editor__actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.account-address-editor__actions button{color:#000;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-width:112px;min-height:40px;padding:0 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:17px;display:inline-flex}.account-address-editor__actions button[type=submit]{color:#fafafa;background:#ed1c24;border-color:#ed1c24}.account-address-editor__actions button:disabled{cursor:wait;opacity:.6}.account-addresses-state{background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;align-items:center;width:100%;max-width:1100px;min-height:157px;padding:24px;display:flex}.account-addresses-state p{color:#000;margin:0;font-size:14px;font-weight:400;line-height:17px}.designer-page{background:#fafafa;padding:120px 0 0;overflow-x:clip}@media (max-width:1024px){.designer-page{padding-top:112px}}@media (max-width:768px){.designer-page{padding:0 0 calc(72px + env(safe-area-inset-bottom));background:#fafafa}}.designer-workspace{--designer-rail-height:716px;width:100%;max-width:1440px;min-height:var(--designer-rail-height);background:#fafafa;grid-template-columns:320px minmax(420px,1fr) 320px;align-items:stretch;margin:0 auto;display:grid}@media (max-width:1180px){.designer-workspace{grid-template-columns:280px minmax(360px,1fr) 300px}}@media (max-width:1024px){.designer-workspace{grid-template-columns:1fr;min-height:auto;padding-left:24px;padding-right:24px}}@media (max-width:480px){.designer-workspace{padding-left:16px;padding-right:16px}}@media (max-width:768px){.designer-workspace{width:100%;max-width:none;padding-left:0;padding-right:0}}.designer-tools{border-right:1px solid #ececec;flex-direction:column;gap:40px;min-width:0;padding:40px;display:flex}@media (max-width:1180px){.designer-tools{padding:32px 24px}}@media (max-width:1024px){.designer-tools{border-bottom:1px solid #ececec;border-right:0;gap:28px;padding:28px 24px}}@media (max-width:480px){.designer-tools{padding:24px 16px}}@media (max-width:768px){.designer-tools{z-index:7;background:#fafafa;border-top:.8px solid #e2e2e2;border-bottom:.8px solid #e2e2e2;border-right:0;order:2;grid-template-columns:repeat(4,minmax(0,1fr));place-items:center stretch;gap:8px;padding:8.8px 24px;display:grid;position:relative}}.designer-tools__heading{gap:8px;display:grid}@media (max-width:768px){.designer-tools__heading{display:none}}.designer-tools__heading h1{color:#111;margin:0;font-size:24px;font-weight:800;line-height:1.2}.designer-tools__heading p{color:#888;margin:0;font-size:16px;line-height:1.25}.designer-tools__file{display:none}.designer-tool-group{gap:16px;min-width:0;display:grid}@media (max-width:768px){.designer-tool-group{display:contents}}.designer-tool-group h2{color:#555;letter-spacing:.6px;text-transform:uppercase;margin:0;font-size:12px;font-weight:700;line-height:1.2}@media (max-width:768px){.designer-tool-group h2{display:none}}.designer-product-picker{min-width:0;position:relative}@media (max-width:768px){.designer-product-picker{flex:1 1 0;width:100%;min-width:0}}.designer-product-picker__trigger{color:#111;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;min-height:72px;padding:10px;transition:border-color .16s,box-shadow .16s;display:grid}.designer-product-picker__trigger:hover,.designer-product-picker__trigger[aria-expanded=true]{border-color:#1111115c;box-shadow:0 12px 30px #11111114}.designer-product-picker__trigger:disabled{cursor:not-allowed;opacity:.62}.designer-product-picker__trigger:disabled:hover,.designer-product-picker__trigger:disabled[aria-expanded=true]{box-shadow:none;border-color:#e2e2e2}.designer-product-picker__trigger img{object-fit:cover;background:#f1f1f1;border-radius:8px;width:48px;height:48px;display:block}.designer-product-picker__trigger span{gap:4px;min-width:0;display:grid}.designer-product-picker__trigger strong,.designer-product-picker__trigger small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-product-picker__trigger strong{color:#111;font-size:14px;font-weight:800;line-height:1.15}.designer-product-picker__trigger small{color:#888;font-size:12px;line-height:1.2}.designer-product-picker__trigger svg{color:#888}@media (max-width:768px){.designer-product-picker__trigger{width:100%;min-width:0;min-height:52px;box-shadow:none;-webkit-tap-highlight-color:#0000;background:0 0;border:0;border-radius:0;grid-template-columns:1fr;align-content:center;justify-items:center;gap:4px;padding:0;overflow:hidden}.designer-product-picker__trigger:hover,.designer-product-picker__trigger[aria-expanded=true]{box-shadow:none;background:0 0;border-color:#0000}.designer-product-picker__trigger img{object-fit:contain;background:0 0;border-radius:4px;width:20px;height:20px}.designer-product-picker__trigger span{text-align:center;display:block}.designer-product-picker__trigger strong{font-size:0;line-height:0}.designer-product-picker__trigger strong:after{color:#111;content:"Proizvod";letter-spacing:0;white-space:nowrap;text-transform:uppercase;font-size:12px;font-weight:500;line-height:16px;display:block}.designer-product-picker__trigger small,.designer-product-picker__trigger>svg{display:none}}.designer-product-menu{z-index:30;background:#fff;border:1px solid #e2e2e2;border-radius:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 22px 55px #11111129}@media (max-width:768px){.designer-product-menu{width:min(327px,100vw - 48px);left:0;right:auto}}.designer-product-menu__search{color:#888;border-bottom:1px solid #e2e2e2;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:48px;padding:0 12px;display:grid}.designer-product-menu__search input{color:#111;background:0 0;border:0;outline:0;min-width:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px}.designer-product-menu__search input::placeholder{color:#888}.designer-product-menu__list{max-height:328px;padding:6px;display:grid;overflow-y:auto}.designer-product-menu__list button{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:62px;padding:8px;display:grid}.designer-product-menu__list button:hover,.designer-product-menu__list button[aria-selected=true]{background:#f7f7f7}.designer-product-menu__list button[aria-selected=true]{color:#ed1c24}.designer-product-menu__list img{object-fit:cover;background:#f1f1f1;border-radius:8px;width:44px;height:44px;display:block}.designer-product-menu__list span{gap:4px;min-width:0;display:grid}.designer-product-menu__list strong,.designer-product-menu__list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-product-menu__list strong{color:#111;font-size:13px;font-weight:800;line-height:1.15}.designer-product-menu__list small,.designer-product-menu__list p{color:#888;font-size:12px;line-height:1.2}.designer-product-menu__list p{margin:0;padding:14px 10px}.designer-angle-picker{gap:8px;min-width:0;display:grid;position:relative}@media (max-width:768px){.designer-angle-picker{display:none}}.designer-angle-picker__label{color:#555;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700}.designer-angle-picker__trigger{color:#111;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:64px;padding:9px;display:grid}.designer-angle-picker__trigger:hover,.designer-angle-picker__trigger[aria-expanded=true]{border-color:#1111115c;box-shadow:0 12px 30px #11111114}.designer-angle-picker__trigger img{object-fit:cover;background:#f1f1f1;border-radius:8px;width:44px;height:44px;display:block}.designer-angle-picker__trigger span{gap:4px;min-width:0;display:grid}.designer-angle-picker__trigger strong,.designer-angle-picker__trigger small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-angle-picker__trigger strong{color:#111;font-size:14px;font-weight:800;line-height:1.15}.designer-angle-picker__trigger small{color:#888;font-size:12px;line-height:1.2}.designer-angle-picker__trigger svg{color:#888}.designer-angle-menu{z-index:25;background:#fff;border:1px solid #e2e2e2;border-radius:8px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 22px 55px #11111129}.designer-angle-menu button{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px;display:grid}.designer-angle-menu button:hover,.designer-angle-menu button[aria-selected=true]{background:#f7f7f7}.designer-angle-menu button[aria-selected=true]{color:#ed1c24}.designer-angle-menu img{object-fit:cover;background:#f1f1f1;border-radius:8px;width:42px;height:42px;display:block}.designer-angle-menu span{gap:4px;min-width:0;display:grid}.designer-angle-menu strong,.designer-angle-menu small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-angle-menu strong{color:#111;font-size:13px;font-weight:800;line-height:1.15}.designer-angle-menu small{color:#888;font-size:12px;line-height:1.2}.designer-tool-button{color:#111;letter-spacing:.7px;text-align:left;text-transform:uppercase;cursor:pointer;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:56px;padding:14px 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-weight:800;line-height:1.2;transition:border-color .16s,background-color .16s,color .16s;display:flex}.designer-tool-button:hover,.designer-tool-button:focus-visible{background:#fff;border-color:#111}.designer-tool-button:disabled{color:#88888894;cursor:not-allowed;opacity:.62}.designer-tool-button:disabled:hover,.designer-tool-button:disabled:focus-visible{background:#fafafa;border-color:#e2e2e2}.designer-tool-button svg{flex:none}@media (max-width:768px){.designer-tool-button{color:#111;letter-spacing:0;text-align:center;-webkit-tap-highlight-color:#0000;background:0 0;border:0;border-radius:0;flex-direction:column;flex:1 1 0;justify-content:center;gap:4px;width:100%;min-width:0;max-width:100%;height:52px;min-height:52px;padding:0;font-size:12px;font-weight:500;line-height:16px;overflow:hidden}.designer-tool-button:hover,.designer-tool-button:focus-visible{background:0 0;border-color:#0000;outline:0}.designer-tool-button:focus-visible{box-shadow:0 0 0 2px #1111112e}.designer-tool-button:disabled{color:#11111159;opacity:1}.designer-tool-button:disabled:hover,.designer-tool-button:disabled:focus-visible{background:0 0;border-color:#0000}.designer-tool-button svg{width:20px;height:20px}.designer-tool-button span{font-size:0;line-height:0}.designer-tool-button span:after{content:attr(data-mobile-label);letter-spacing:0;white-space:nowrap;text-transform:uppercase;font-size:12px;font-weight:500;line-height:16px;display:block}}.designer-motif-picker{min-width:0;position:relative}@media (max-width:768px){.designer-motif-picker{flex:1 1 0;width:100%;min-width:0}}.designer-motif-picker__trigger svg:last-child{color:#888;margin-left:auto}@media (max-width:768px){.designer-motif-picker__trigger svg:last-child{display:none}}.designer-motif-menu{z-index:24;background:#fff;border:1px solid #e2e2e2;border-radius:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 22px 55px #11111129}@media (max-width:768px){.designer-motif-menu{width:min(327px,100vw - 48px);left:auto;right:0}}.designer-motif-menu__search{color:#888;border-bottom:1px solid #e2e2e2;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:48px;padding:0 12px;display:grid}.designer-motif-menu__search input{color:#111;background:0 0;border:0;outline:0;min-width:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px}.designer-motif-menu__search input::placeholder{color:#888}.designer-motif-menu__list{max-height:320px;padding:6px;display:grid;overflow-y:auto}.designer-motif-menu__list button{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:36px minmax(0,1fr) 15px;align-items:center;gap:10px;width:100%;min-height:56px;padding:8px;display:grid}.designer-motif-menu__list button:hover,.designer-motif-menu__list button:focus-visible{color:#ed1c24;background:#f7f7f7}.designer-motif-menu__list button>svg,.designer-motif-menu__list button>img{justify-self:center}.designer-motif-menu__list span{gap:3px;min-width:0;display:grid}.designer-motif-menu__list strong,.designer-motif-menu__list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-motif-menu__list strong{color:#111;font-size:13px;font-weight:800;line-height:1.15}.designer-motif-menu__list small,.designer-motif-menu__list p{color:#888;font-size:12px;line-height:1.2}.designer-motif-menu__list p{margin:0;padding:14px 10px}.designer-color-grid{grid-template-columns:repeat(5,40px);gap:8px;display:grid}@media (max-width:1024px){.designer-color-grid{grid-template-columns:repeat(auto-fit,40px)}}@media (max-width:768px){.designer-color-grid{display:none}}.designer-color-grid button{color:#111;cursor:pointer;border:1px solid #11111124;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.designer-color-grid button.has-label{color:#555;background:#fff;font-size:11px;font-weight:800}.designer-color-grid button[aria-pressed=true]{box-shadow:0 0 0 3px #fafafa,0 0 0 5px #111}.designer-color-grid button:disabled{cursor:not-allowed;opacity:.28;box-shadow:none}.designer-preview{background:#f1f1f1;grid-template-rows:1fr auto;min-width:0;min-height:716px;display:grid;position:relative;overflow:hidden}@media (max-width:1024px){.designer-preview{order:-1;min-height:560px}}@media (max-width:480px){.designer-preview{min-height:500px}}@media (max-width:768px){.designer-preview{background:#f1f1f1;order:1;grid-template-rows:549px auto;min-height:0;overflow:visible}}.designer-preview__zoom{z-index:5;background:#fafafa;border-radius:8px;align-items:center;gap:8px;min-height:48px;padding:8px 16px;display:flex;position:absolute;top:21px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #11111114}.designer-preview__zoom button{color:#111;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.designer-preview__zoom button:hover{background:#ececec}.designer-preview__zoom span{color:#111;text-align:center;width:48px;font-size:12px;font-weight:700}@media (max-width:768px){.designer-preview__zoom{min-height:48px;box-shadow:none;background:#fafafa;border:1px solid #f1f1f1;padding:8px 16px;top:21px}.designer-preview__zoom button{color:#555;-webkit-tap-highlight-color:#0000}.designer-preview__zoom button:hover,.designer-preview__zoom button:focus-visible{background:#f1f1f1}.designer-preview__zoom span{color:#555;letter-spacing:.6px;font-weight:500}}.designer-preview__stage{place-items:center;min-width:0;min-height:0;padding:92px 48px 88px;display:grid}@media (max-width:480px){.designer-preview__stage{padding:88px 16px 78px}}@media (max-width:768px){.designer-preview__stage{background:#f1f1f1;height:549px;padding:80px 16px 40px}}.designer-preview__mockup{aspect-ratio:1;width:min(520px,88vw);transform:scale(var(--designer-zoom));transform-origin:50%;background:linear-gradient(135deg,#fafafa 0%,#f1f1f1 100%);border-radius:8px;transition:transform .16s;position:relative;box-shadow:inset 0 0 0 1px #1111110d}@media (max-width:480px){.designer-preview__mockup{width:min(400px,90vw)}}@media (max-width:768px){.designer-preview__mockup{width:min(327px,87.2vw);box-shadow:none;background:0 0}}.designer-preview__empty-state{color:#888;text-align:center;background:#fafafa;border:1px dashed #1111112e;border-radius:8px;align-content:center;place-items:center;gap:10px;width:min(520px,88vw);min-height:360px;padding:40px;display:grid}.designer-preview__empty-state strong{color:#111;font-size:18px;font-weight:800;line-height:1.2}.designer-preview__empty-state p{color:#888;max-width:280px;margin:0;font-size:13px;line-height:1.35}.designer-preview__empty-state svg{color:#ed1c24}@media (max-width:480px){.designer-preview__empty-state{width:min(400px,90vw);min-height:300px;padding:28px}}.designer-preview__product-image{object-fit:contain;pointer-events:none;filter:none;mix-blend-mode:normal;width:88%;height:88%;display:block;position:absolute;inset:6%}.designer-print-area{z-index:2;background:#ed1c2406;border:1px dashed #ed1c247a;border-radius:8px;position:absolute;box-shadow:0 0 0 1px #fafafaad,inset 0 0 0 1px #fafafa85}.designer-element{color:#111;cursor:move;touch-action:none;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;min-width:30px;min-height:24px;display:flex;position:absolute}.designer-element.is-selected{border-color:#ed1c24;box-shadow:0 0 0 2px #ed1c241f}.designer-element img{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.designer-element__text{overflow-wrap:anywhere;pointer-events:none;text-align:center;width:100%;max-width:100%;max-height:100%;line-height:1.05;overflow:hidden}.designer-element--text{text-transform:uppercase;font-weight:900}.designer-motif-inline{flex:none;display:block}.designer-motif-inline svg{color:currentColor;width:100%;height:100%;display:block}.designer-element--motif svg,.designer-element--motif .designer-motif-inline{pointer-events:none;width:100%;height:100%;display:block}.designer-element__resize{cursor:nwse-resize;pointer-events:auto;background:#ed1c24;border:2px solid #fafafa;border-radius:999px;width:14px;min-width:14px;max-width:14px;height:14px;display:none;position:absolute;bottom:-7px;right:-7px}.designer-element.is-selected .designer-element__resize{display:block}.designer-layer-strip{z-index:4;background:#fafafaeb;border-radius:8px;align-items:center;gap:8px;max-width:min(560px,100% - 40px);padding:10px;display:flex;position:absolute;bottom:20px;right:50%;transform:translate(50%);box-shadow:0 8px 24px #11111114}@media (max-width:480px){.designer-layer-strip{max-width:calc(100% - 24px);bottom:18px}}@media (max-width:768px){.designer-layer-strip{z-index:6;max-width:calc(100% - 32px);box-shadow:none;background:#fafafaf5;border:1px solid #f1f1f1;padding:8px;display:flex;bottom:86px}}.designer-angle-strip{display:none}@media (max-width:768px){.designer-angle-strip{overscroll-behavior-x:contain;scrollbar-width:none;background:#fafafa;border-top:.8px solid #f1f1f1;border-bottom:.8px solid #f1f1f1;align-items:center;gap:8px;min-width:0;min-height:66px;padding:8.8px 16.8px;display:flex;overflow-x:auto}.designer-angle-strip::-webkit-scrollbar{display:none}.designer-angle-strip button{-webkit-tap-highlight-color:#0000;background:#e2e2e2;border:0;border-radius:8px;flex:0 0 48px;width:48px;height:48px;padding:0;overflow:hidden}.designer-angle-strip button[aria-pressed=true]{box-shadow:0 0 0 1px #111,inset 0 0 0 1px #fafafa}.designer-angle-strip img{object-fit:cover;width:100%;height:100%;display:block}}.designer-layer-strip__count{color:#555;background:#fff;border:1px solid #e2e2e2;border-radius:8px;flex:none;align-items:center;gap:5px;height:32px;padding:0 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}@media (max-width:768px){.designer-layer-strip__count{background:#fafafa;height:32px;padding:0 8px}}.designer-layer-strip__items{overscroll-behavior-x:contain;scrollbar-width:thin;gap:8px;min-width:0;display:flex;overflow-x:auto}@media (max-width:768px){.designer-layer-strip__items{scrollbar-width:none}.designer-layer-strip__items::-webkit-scrollbar{display:none}}.designer-layer-strip__items button{color:#111;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid;position:relative}.designer-layer-strip__items button[aria-pressed=true]{color:#ed1c24;border-color:#ed1c24}.designer-layer-strip__items button span{font-size:9px;font-weight:800;position:absolute;bottom:1px;right:3px}.designer-properties{contain:size;background:#fafafa;border-left:1px solid #ececec;grid-template-rows:minmax(0,1fr) auto;align-self:stretch;min-width:0;height:100%;min-height:0;max-height:100%;display:grid;overflow:hidden}@media (max-width:1024px){.designer-properties{contain:none;border-top:1px solid #ececec;border-left:0;grid-template-rows:auto;align-self:stretch;height:auto;max-height:none;overflow:visible}}@media (max-width:768px){.designer-properties{background:#fafafa;border-top:0;order:3}}.designer-properties--empty-selection{grid-template-rows:minmax(0,1fr) auto}.designer-properties--empty-selection .designer-buy-panel{box-shadow:none;border-top:0}.designer-selected-panel{overscroll-behavior:contain;scrollbar-width:auto;scrollbar-color:#111111b8 #1111111f;scrollbar-gutter:stable;background:linear-gradient(#1111118f,#1111118f) right 8px top 28px/4px 72px no-repeat,linear-gradient(#1111111f,#1111111f) right 8px top 14px/4px calc(100% - 28px) no-repeat,#fafafa;border-bottom:1px solid #ececec;align-self:stretch;height:100%;min-height:0;max-height:100%;padding:32px 34px 28px 40px;position:relative;overflow:hidden scroll}.designer-selected-panel::-webkit-scrollbar{width:12px}.designer-selected-panel::-webkit-scrollbar-track{background:#1111111f;border-radius:999px}.designer-selected-panel::-webkit-scrollbar-thumb{background:#111111b8;border:2px solid #fafafa;border-radius:999px}.designer-selected-panel::-webkit-scrollbar-thumb:hover{background:#1111116b}@media (max-width:1180px){.designer-selected-panel{padding:28px 20px 28px 24px}}@media (max-width:1024px){.designer-selected-panel{background:#fafafa;height:auto;min-height:0;max-height:none;padding:28px 24px;overflow:visible}}@media (max-width:480px){.designer-selected-panel{padding:24px 16px}}@media (max-width:768px){.designer-selected-panel{background:#fafafa;border-bottom:0;padding:24px 16px}}.designer-selected-panel--empty-selection{scrollbar-width:none;scrollbar-gutter:auto;background:#fafafa;border-bottom:0;height:100%;min-height:0;max-height:100%;padding:64px 40px;overflow-y:hidden}.designer-selected-panel--empty-selection::-webkit-scrollbar{display:none}@media (max-width:1180px){.designer-selected-panel--empty-selection{padding:64px 24px}}@media (max-width:1024px){.designer-selected-panel--empty-selection{min-height:0;padding:48px 24px}}@media (max-width:480px){.designer-selected-panel--empty-selection{padding:40px 16px}}@media (max-width:768px){.designer-selected-panel--empty-selection{padding:40px 16px}}.designer-selected-panel--no-product{scrollbar-gutter:auto;background:#fafafa;padding-right:40px;overflow-y:hidden}.designer-selected-panel--no-product::-webkit-scrollbar{display:none}@media (max-width:1180px){.designer-selected-panel--no-product{padding-right:24px}}@media (max-width:480px){.designer-selected-panel--no-product{padding-right:16px}}.designer-selected-panel__empty{color:#555;text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.designer-selected-panel__empty strong{color:#111;font-size:14px;font-weight:500;line-height:1.5}.designer-selected-panel__empty p{color:#555;max-width:240px;margin:0;font-size:12px;line-height:1.25}@media (max-width:768px){.designer-selected-panel__empty{max-width:343px;margin:0 auto}}.designer-selected-panel__empty-icon{color:#ed1c24;background:#f1f1f1;border:1px solid #f5f5f5;border-radius:8px;place-items:center;width:64px;height:64px;display:grid}.designer-selected-panel__empty-icon svg{width:24px;height:24px}.designer-selected-panel__header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.designer-selected-panel__header h2{color:#111;margin:0;font-size:18px;font-weight:800;line-height:1.2}.designer-selected-panel__header p{color:#888;margin:3px 0 0;font-size:13px;line-height:1.2}.designer-selected-panel__header--editor{border-bottom:1px solid #e2e2e2;justify-content:space-between;gap:16px;margin-bottom:28px;padding-bottom:12px}.designer-selected-panel__header--editor h2{color:#111;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.2}.designer-selected-panel__icon-button{color:#888;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;transition:background-color .16s,color .16s;display:grid}.designer-selected-panel__icon-button:hover{color:#ed1c24;background:#f1f1f1}.designer-field{gap:8px;margin-bottom:24px;display:grid}.designer-field span{color:#555;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700}.designer-field input{color:#111;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;outline:0;width:100%;min-height:48px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px}.designer-field input:not([type=color]):not([type=range]){padding:0 12px}.designer-field input[type=color]{padding:4px}.designer-field__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.designer-field__top strong{color:#111;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.2}.designer-field--range{gap:14px}.designer-field--range input[type=range]{cursor:pointer;appearance:none;background:0 0;border:0;min-height:32px;padding:0}.designer-field--range input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #0d0d0d 0 var(--designer-range-progress,50%), #f1f1f1 var(--designer-range-progress,50%) 100%);border-radius:999px;height:16px}.designer-field--range input[type=range]::-webkit-slider-thumb{appearance:none;background:#fafafa;border:1px solid #030213;border-radius:999px;width:16px;height:16px;margin-top:0;box-shadow:0 1px 3px #1111111a}.designer-field--range input[type=range]::-moz-range-track{background:#f1f1f1;border-radius:999px;height:16px}.designer-field--range input[type=range]::-moz-range-progress{background:#0d0d0d;border-radius:999px;height:16px}.designer-field--range input[type=range]::-moz-range-thumb{background:#fafafa;border:1px solid #030213;border-radius:999px;width:16px;height:16px;box-shadow:0 1px 3px #1111111a}.designer-text-input{text-transform:uppercase;min-height:48px;padding:0 8px}.designer-font-picker{gap:8px;margin-bottom:24px;display:grid;position:relative}.designer-font-picker__label{color:#555;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.2}.designer-font-picker__trigger{color:#111;cursor:pointer;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 8px;font-size:14px;transition:border-color .16s,box-shadow .16s;display:flex}.designer-font-picker__trigger:hover,.designer-font-picker__trigger[aria-expanded=true]{border-color:#1111115c;box-shadow:0 12px 28px #11111114}.designer-font-picker__trigger svg{color:#888}.designer-font-picker__menu{z-index:20;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 22px 55px #11111129}.designer-font-picker__menu button{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 10px;font-size:14px;display:flex}.designer-font-picker__menu button:hover,.designer-font-picker__menu button[aria-selected=true]{background:#f1f1f1}.designer-font-picker__menu button[aria-selected=true]{color:#ed1c24}.designer-text-box-controls{gap:18px;display:grid}.designer-color-control{grid-template-columns:48px minmax(0,1fr);gap:12px;display:grid}.designer-color-control__swatch{cursor:pointer;border:1px solid #e2e2e2;border-radius:8px;width:48px;height:48px;position:relative;overflow:hidden;box-shadow:0 1px 3px #1111111a,0 1px 2px #11111114}.designer-color-control__swatch input{opacity:0;cursor:pointer;border:0;width:calc(100% + 12px);height:calc(100% + 12px);min-height:0;padding:0;position:absolute;inset:-6px}.designer-color-control__hex{text-transform:uppercase;padding:0 8px}.designer-field-grid{grid-template-columns:72px minmax(0,1fr);gap:12px;display:grid}@media (max-width:480px){.designer-field-grid{grid-template-columns:1fr}}.designer-selected-panel__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px;display:grid}.designer-selected-panel__actions button{color:#111;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:800;display:flex}.designer-selected-panel__actions--single{grid-template-columns:1fr}.designer-buy-panel{z-index:6;background:#fafafa;flex:none;align-content:start;align-self:end;gap:16px;padding:22px 40px 28px;display:grid;position:sticky;bottom:0;box-shadow:0 -18px 32px #1111110a}@media (max-width:1180px){.designer-buy-panel{padding:22px 24px 28px}}@media (max-width:1024px){.designer-buy-panel{box-shadow:none;align-self:stretch;padding:28px 24px;position:static}}@media (max-width:480px){.designer-buy-panel{padding:24px 16px}}@media (max-width:768px){.designer-buy-panel{background:#fafafa;border-top:.8px solid #e2e2e2;border-bottom:.8px solid #e2e2e2;gap:16px;padding:24px 16px 40px}}.designer-option-row{color:#555;letter-spacing:.6px;text-transform:uppercase;justify-content:space-between;gap:12px;font-size:12px;font-weight:700;display:flex}.designer-option-row a,.designer-option-row button{color:#888;font-family:Inter,Arial,Helvetica,sans-serif;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;padding:0;line-height:1.2}.designer-option-row a:hover,.designer-option-row a:focus-visible,.designer-option-row button:hover,.designer-option-row button:focus-visible{color:#111}.designer-size-list{grid-template-columns:repeat(4,56px);gap:8px;display:grid}@media (max-width:1024px){.designer-size-list{grid-template-columns:repeat(auto-fit,minmax(56px,1fr))}}@media (max-width:768px){.designer-size-list{grid-template-columns:repeat(4,56px)}}.designer-size-list button{color:#555;cursor:pointer;background:0 0;border:1px solid #e2e2e2;border-radius:8px;height:56px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px}.designer-size-list button[aria-pressed=true]{color:#111;border-color:#111;box-shadow:inset 0 0 0 1px #111}.designer-size-list button:disabled{color:#88888859;cursor:not-allowed;box-shadow:none}.designer-purchase-row{border-top:1px solid #e2e2e2;justify-content:space-between;align-items:center;gap:16px;margin-top:2px;padding-top:16px;display:flex}.designer-purchase-row--no-size-selection{border-top:0;margin-top:0;padding-top:0}.designer-price-stack{justify-items:end;gap:2px;display:grid}.designer-price-stack strong{color:#111;white-space:nowrap;font-size:24px;font-weight:900;line-height:1.2}.designer-price-stack s{color:#888;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.2}.designer-quantity{background:0 0;border:1px solid #888;border-radius:8px;grid-template-columns:1fr 40px 1fr;align-items:center;width:138px;height:40px;display:grid}.designer-quantity button{color:#555;cursor:pointer;background:0 0;border:0;place-items:center;height:100%;display:grid}.designer-quantity button:disabled{color:#8888886b;cursor:not-allowed}.designer-quantity span{color:#111;text-align:center;font-size:16px}.designer-add-button,.designer-save-button{width:100%;min-height:52px}@media (max-width:768px){.designer-add-button,.designer-save-button{min-height:48px}}.designer-add-button:disabled{cursor:not-allowed;background:#ffb3b6;border-color:#ffb3b6}.designer-login-link{color:#ed1c24;letter-spacing:.7px;text-align:center;text-transform:uppercase;justify-content:center;font-size:12px;font-weight:800;line-height:1.4;display:flex}.designer-status{text-align:center;margin:0;font-size:13px;font-weight:800;line-height:1.35}.designer-status--success{color:#177245}.designer-status--error{color:#ed1c24}.designer-details{grid-template-columns:minmax(0,640px) minmax(0,800px);max-width:1440px;margin:0 auto;display:grid}@media (max-width:1024px){.designer-details{grid-template-columns:1fr;padding-left:24px;padding-right:24px}}@media (max-width:480px){.designer-details{padding-left:16px;padding-right:16px}}@media (max-width:768px){.designer-details{gap:40px;padding-left:16px;padding-right:16px}}.designer-details--no-product{grid-template-columns:minmax(0,1fr);justify-content:stretch}.designer-details--no-product .designer-style-gallery{padding-top:56px}.designer-details--no-product .designer-style-gallery__images{grid-template-columns:minmax(0,2fr) minmax(260px,1fr);align-items:stretch}@media (max-width:768px){.designer-details--no-product .designer-style-gallery__images{grid-template-columns:1fr}}.designer-details--no-product .designer-style-gallery__images img:first-child{grid-area:span 2;min-height:520px}@media (max-width:768px){.designer-details--no-product .designer-style-gallery__images img:first-child{min-height:320px}}@media (max-width:480px){.designer-details--no-product .designer-style-gallery__images img:first-child{min-height:240px}}.designer-details--no-product .designer-style-gallery__images img:not(:first-child){min-height:252px}@media (max-width:480px){.designer-details--no-product .designer-style-gallery__images img:not(:first-child){min-height:220px}}.designer-product-info{min-width:0;padding:64px 40px 80px}@media (max-width:480px){.designer-product-info{padding:40px 16px 56px}}@media (max-width:768px){.designer-product-info{padding:40px 0 0}}.designer-product-info__intro{text-align:center;justify-items:center;gap:8px;display:grid}.designer-product-info__intro h2{color:#111;margin:0;font-size:24px;font-weight:800;line-height:1.2}.designer-product-info__intro p{color:#888;max-width:520px;margin:0;font-size:16px;line-height:1.35}@media (max-width:768px){.designer-product-info__intro h2{font-size:20px;font-weight:600;line-height:24px}.designer-product-info__intro p{font-size:14px;line-height:20px}}.designer-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:56px;padding-bottom:56px;display:grid}@media (max-width:480px){.designer-benefits{grid-template-columns:1fr;margin-top:36px;padding-bottom:36px}}.designer-benefits article{color:#888;text-align:center;justify-items:center;gap:8px;display:grid}.designer-benefits svg{color:#ed1c24}.designer-benefits .designer-benefit-icon{object-fit:contain;width:24px;height:24px;display:block}.designer-benefits strong{color:#111;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:800;line-height:1.2}.designer-benefits .designer-benefit-description{max-width:160px;font-size:14px;line-height:1.25}.designer-benefits .designer-benefit-description p,.designer-benefits .designer-benefit-description ul,.designer-benefits .designer-benefit-description ol{margin:0}.designer-benefits .designer-benefit-description ul,.designer-benefits .designer-benefit-description ol{text-align:left;padding-left:18px}.designer-tabs{border-bottom:1px solid #e2e2e2;gap:48px;margin-top:56px;display:flex}@media (max-width:480px){.designer-tabs{gap:24px;overflow-x:auto}}.designer-tabs button{color:#888;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 0 13px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px}.designer-tabs button.is-active{color:#111;border-color:#111}.designer-tab-panel{gap:16px;padding-top:40px;display:grid}.designer-tab-panel h3{color:#111;margin:0;font-size:18px;font-weight:600;line-height:1.2}.designer-tab-panel p,.designer-tab-panel li{color:#111;font-size:16px;line-height:1.35}.designer-tab-panel p{margin:0}.designer-tab-panel ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.designer-review-list{gap:14px;display:grid}.designer-review-item{border-top:1px solid #e2e2e2;gap:8px;padding:16px 0;display:grid}.designer-review-item span{color:#ed1c24;gap:3px;display:flex}.designer-review-item strong{color:#111;font-size:13px;font-weight:800}.designer-style-gallery{align-content:start;gap:24px;min-width:0;padding:40px;display:grid}@media (max-width:480px){.designer-style-gallery{padding:40px 16px}}@media (max-width:768px){.designer-style-gallery{gap:16px;padding:0}}.designer-style-gallery__heading{gap:8px;display:grid}.designer-style-gallery__heading h2{color:#111;margin:0;font-size:24px;font-weight:800;line-height:1.2}.designer-style-gallery__heading div{gap:6px;display:grid}.designer-style-gallery__heading p,.designer-style-gallery__heading li{color:#888;margin:0;font-size:14px;line-height:1.25}.designer-style-gallery__heading ul,.designer-style-gallery__heading ol{gap:4px;margin:0;padding-left:18px;display:grid}@media (max-width:768px){.designer-style-gallery__heading h2{font-size:20px;font-weight:600;line-height:24px}.designer-style-gallery__heading p,.designer-style-gallery__heading li{font-size:12px;line-height:16px}}.designer-style-gallery__images{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:480px){.designer-style-gallery__images{grid-template-columns:1fr}}@media (max-width:768px){.designer-style-gallery__images{grid-template-columns:1fr}}.designer-style-gallery__images img{object-fit:cover;background:#dedede;border-radius:8px;width:100%;min-height:278px;display:block}@media (max-width:768px){.designer-style-gallery__images img{border-radius:16px;min-height:297px}}.designer-style-gallery__images img:first-child{grid-column:1/-1;min-height:346px}@media (max-width:480px){.designer-style-gallery__images img:first-child{min-height:240px}}@media (max-width:768px){.designer-style-gallery__images img:first-child{min-height:297px}}.designer-related{width:100%;overflow:hidden}.designer-related .swiper-wrapper{align-items:stretch}.designer-related .product-card{height:100%}.designer-related .product-card__media{aspect-ratio:1}.designer-related .product-card__favorite{width:34px;height:34px;top:12px;right:12px}.designer-related .product-card__favorite svg{stroke-width:1.9px;width:20px;height:20px}.designer-related .product-card__body{min-height:86px}.designer-related .product-card__title,.designer-related .product-card__price{font-size:13px;line-height:1.12}.designer-related .product-card__description{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}@media (max-width:768px){.designer-related .product-card__favorite{width:24px;height:24px;top:9px;right:9px}.designer-related .product-card__favorite svg{width:16px;height:16px}.designer-related .product-card__body{gap:4px;min-height:84px;padding:8px}.designer-related .product-card__title,.designer-related .product-card__price{font-size:12px;font-weight:600;line-height:16px}.designer-related .product-card__description{font-size:10px;line-height:14px}.designer-related .product-card__swatches{gap:8px;margin-top:0}.designer-related .product-card__swatches button{width:16px;height:16px}}.designer-related__slide{height:auto}@media (max-width:768px){.designer-related__slide{flex:0 0 190px;width:190px}}.designer-related__slide>*{height:100%}.designer-gallery-arrows{justify-content:flex-end;gap:8px;display:flex}.designer-gallery-arrows button{color:#fafafa;cursor:pointer;background:#111;border:0;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.designer-gallery-arrows button:disabled{opacity:.35;cursor:not-allowed}.designer-empty{align-content:center;justify-items:start;gap:16px;min-height:460px;display:grid}.designer-empty h1,.designer-empty p{margin:0}.designer-empty p{color:#888}.blog-page{color:#111;background:#fafafa}.blog-page .site-container{max-width:1440px;padding-left:40px;padding-right:40px}@media (max-width:480px){.blog-page .site-container{padding-left:16px;padding-right:16px}}.blog-hero{color:#fafafa;background-position:50%;background-size:cover;align-items:flex-end;min-height:346px;padding:0 0 80px;display:flex}.blog-hero .site-container{width:100%}.blog-hero h1{letter-spacing:-.02em;text-transform:uppercase;max-width:800px;margin:0 0 16px;font-size:56px;font-weight:900;line-height:68px}.blog-hero p,.blog-hero .blog-hero__description{color:#888;max-width:800px;margin:0;font-size:18px;font-weight:400;line-height:22px}.blog-hero .blog-hero__description :where(p){font-size:inherit;line-height:inherit;margin:0}@media (max-width:768px){.blog-hero{min-height:270px;padding:92px 0 42px}.blog-hero h1{font-size:44px;line-height:52px}.blog-hero p,.blog-hero .blog-hero__description{font-size:16px;line-height:21px}}@media (max-width:480px){.blog-hero{background-position:50%;align-items:center;min-height:128px;padding:24px 0}.blog-hero .site-container{padding-left:24px;padding-right:24px}.blog-hero h1{letter-spacing:0;max-width:327px;margin-bottom:8px;font-size:30px;line-height:37.5px}.blog-hero p,.blog-hero .blog-hero__description{color:#888;max-width:327px;font-size:16px;line-height:normal}}.blog-featured{padding-top:40px;padding-bottom:0}@media (max-width:768px){.blog-featured{padding-top:28px}}@media (max-width:480px){.blog-featured{padding-top:40px}}.blog-featured-card{background:0 0;grid-template-columns:minmax(0,63.2353%) minmax(0,36.7647%);min-height:559px;display:grid}@media (max-width:1180px){.blog-featured-card{grid-template-columns:1fr}}@media (max-width:480px){.blog-featured-card{min-height:0}}.blog-featured-card__media{background:#0d0d0d;min-height:559px;position:relative}.blog-featured-card__media:after{content:"";pointer-events:none;background:#0003;position:absolute;inset:0}@media (max-width:1180px){.blog-featured-card__media{min-height:420px}}@media (max-width:768px){.blog-featured-card__media{min-height:300px}}@media (max-width:480px){.blog-featured-card__media{border-radius:8px 8px 0 0;height:321px;min-height:321px;overflow:hidden}}.blog-featured-card__media img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:480px){.blog-featured-card__media img{border-radius:inherit}}.blog-featured-card__content{background:#fff;border:1px solid #e2e2e2;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:60px;display:flex}@media (max-width:1180px){.blog-featured-card__content{padding:42px}}@media (max-width:768px){.blog-featured-card__content{padding:28px 22px}}@media (max-width:480px){.blog-featured-card__content{border-radius:0 0 8px 8px;gap:16px;padding:24px}}.blog-featured-card__content>span{color:#fafafa;letter-spacing:1px;text-transform:uppercase;background:#ed1c24;border-radius:2px;align-items:center;min-height:28px;margin-bottom:24px;padding:4px 10px;font-size:12px;font-weight:700;line-height:20px;display:inline-flex}@media (max-width:480px){.blog-featured-card__content>span{margin-bottom:0}}.blog-featured-card__content h2{letter-spacing:-1.5px;text-transform:uppercase;max-width:380px;margin:0 0 23px;font-size:30px;font-weight:900;line-height:37.5px}@media (max-width:768px){.blog-featured-card__content h2{font-size:28px}}@media (max-width:480px){.blog-featured-card__content h2{letter-spacing:0;max-width:100%;margin-bottom:0;font-size:24px;line-height:normal}}.blog-featured-card__content>p{color:#111;max-width:380px;margin:0 0 24px;font-size:16px;line-height:normal}@media (max-width:768px){.blog-featured-card__content>p{font-size:15px}}@media (max-width:480px){.blog-featured-card__content>p{max-width:100%;margin-bottom:0;font-size:16px;line-height:normal}}.blog-featured-card__content .main-red-btn{letter-spacing:0;text-transform:uppercase;border-radius:4px;width:141px;min-height:49px;margin-top:24px;padding:16px 24px;font-size:14px;font-weight:700;line-height:normal}@media (max-width:480px){.blog-featured-card__content .main-red-btn{width:auto;min-width:141px;margin-top:0;padding-left:32px;padding-right:32px}}.blog-featured-author{align-items:center;gap:16px;display:flex}.blog-featured-author img{object-fit:cover;border-radius:999px;width:40px;height:40px}.blog-featured-author strong,.blog-featured-author small{color:#111;line-height:1.1;display:block}.blog-featured-author strong{font-size:14px;font-weight:700}.blog-featured-author small{color:#555;margin-top:0;font-size:12px}.blog-list{padding-top:40px;padding-bottom:40px}@media (max-width:480px){.blog-list{overflow:hidden}}.blog-list__header{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:60px;display:flex}.blog-list__header h2{text-transform:uppercase;margin:0;padding-bottom:16px;font-size:24px;font-weight:700;line-height:normal;position:relative}.blog-list__header h2:after{content:"";background:#ed1c24;border-radius:999px;width:60px;height:4px;position:absolute;bottom:0;left:0}.blog-list__header nav{flex-wrap:wrap;justify-content:flex-end;gap:28px;padding-top:24px;display:flex}.blog-list__header nav a{color:#888;text-transform:uppercase;font-size:14px;font-weight:700;line-height:normal}.blog-list__header nav .is-active{color:#111}@media (max-width:768px){.blog-list__header{gap:22px;margin-bottom:30px;display:grid}.blog-list__header nav{justify-content:flex-start;gap:18px;padding-top:0}}@media (max-width:480px){.blog-list__header{gap:16px;margin-bottom:40px}.blog-list__header h2{padding-bottom:8px;font-size:20px;font-weight:600}.blog-list__header nav{scrollbar-width:none;flex-wrap:nowrap;gap:24px;padding-top:0;overflow-x:auto}.blog-list__header nav::-webkit-scrollbar{display:none}}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:space-between;gap:30px 50px;display:grid}@media (max-width:1180px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}}@media (max-width:480px){.blog-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:30px;display:flex;overflow-x:auto}.blog-grid::-webkit-scrollbar{display:none}}.blog-post-card{background:#f1f1f1;width:100%;min-width:0;min-height:420px;display:grid}@media (max-width:480px){.blog-post-card{scroll-snap-align:start;flex:0 0 min(320px,100%);width:min(320px,100%);height:420px;min-height:420px}}.blog-post-card>img{object-fit:cover;border-radius:4px 4px 0 0;width:100%;height:180px;display:block}.blog-post-card>div{align-content:start;gap:0;min-height:224px;padding:16px 16px 24px;display:grid}@media (max-width:768px){.blog-post-card>div{min-height:auto}}@media (max-width:480px){.blog-post-card>div{flex-direction:column;align-items:flex-start;min-height:240px;padding:16px;display:flex}}.blog-post-card span{color:#fafafa;letter-spacing:1px;text-transform:uppercase;background:#ed1c24;border-radius:2px;justify-self:start;min-height:28px;margin-bottom:12px;padding:4px 10px;font-size:12px;font-weight:700;line-height:20px}.blog-post-card h3{color:#111;margin:0 0 8px;font-size:20px;font-weight:600;line-height:normal}@media (max-width:480px){.blog-post-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.blog-post-card p{color:#111;margin:0 0 14px;font-size:14px;line-height:normal}@media (max-width:480px){.blog-post-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.blog-post-card time{color:#111;font-size:14px;line-height:normal}@media (max-width:480px){.blog-post-card time{margin-top:auto}}.blog-post-card a{color:#111;text-transform:uppercase;justify-self:start;align-items:center;gap:8px;margin-top:8px;font-size:14px;font-weight:700;line-height:normal;display:inline-flex}.blog-post-card a svg{width:14px;height:14px}.blog-grid-dots{display:none}@media (max-width:480px){.blog-grid-dots{justify-content:center;gap:8px;margin-top:16px;display:flex}}.blog-grid-dots span{background:#d4d4d4;border-radius:999px;width:6px;height:6px}.blog-grid-dots span.is-active{background:#111}.blog-empty-state{text-align:center;background:#f7f7f7;border:1px solid #e2e2e2;border-radius:4px;grid-column:1/-1;justify-items:center;gap:8px;padding:42px 20px;display:grid}.blog-empty-state strong{color:#111;font-size:18px;font-weight:800}.blog-empty-state span{color:#555;font-size:14px}.blog-load-more{letter-spacing:0;text-transform:uppercase;border-radius:4px;width:184px;min-width:184px;min-height:41px;margin:80px auto 0;padding:12px 22px;font-size:14px;font-weight:700;line-height:normal}@media (max-width:768px){.blog-load-more{margin-top:38px}}@media (max-width:480px){.blog-load-more{display:none}}.blog-newsletter{color:#fafafa;background:#0d0d0d;border-bottom:1px solid #fafafa14;height:282px;padding:40px 0}@media (max-width:480px){.blog-newsletter{height:auto;padding:24px 0}}.blog-newsletter__inner{text-align:center;justify-items:center;display:grid}.blog-newsletter__inner h2{letter-spacing:-2px;text-transform:uppercase;margin:0;font-size:40px;font-weight:900;line-height:normal}@media (max-width:768px){.blog-newsletter__inner h2{font-size:30px}}@media (max-width:480px){.blog-newsletter__inner h2{letter-spacing:0;font-size:30px;line-height:37.5px}}.blog-newsletter__inner p,.blog-newsletter__inner .blog-newsletter__description{color:#888;max-width:680px;margin:16px 0 36px;font-size:18px;line-height:normal}@media (max-width:768px){.blog-newsletter__inner p,.blog-newsletter__inner .blog-newsletter__description{font-size:16px}}@media (max-width:480px){.blog-newsletter__inner p,.blog-newsletter__inner .blog-newsletter__description{max-width:100%;margin:16px 0 40px;font-size:18px}}.blog-newsletter__inner .blog-newsletter__description :where(p){font-size:inherit;line-height:inherit;margin:0}.blog-newsletter__inner form{width:min(560px,100%);min-height:54px;display:flex}@media (max-width:768px){.blog-newsletter__inner form{gap:10px;display:grid}}@media (max-width:480px){.blog-newsletter__inner form{gap:16px;min-height:0}}.blog-newsletter__inner input{color:#fafafa;background:#1a1a1a;border:1px solid #333;border-right:0;border-radius:4px 0 0 4px;flex:1;min-width:0;padding:0 20px;font-size:14px}.blog-newsletter__inner input::placeholder{color:#fafafa73}@media (max-width:768px){.blog-newsletter__inner input{border-right:1px solid #fafafa1f;border-radius:6px;min-height:48px}}@media (max-width:480px){.blog-newsletter__inner input{border-radius:4px;min-height:54px}}.blog-newsletter__inner button{color:#fafafa;cursor:pointer;text-transform:uppercase;background:#ed1c24;border:1px solid #ed1c24;border-radius:0 4px 4px 0;padding:0 32px;font-size:14px;font-weight:700}@media (max-width:768px){.blog-newsletter__inner button{border-radius:6px;min-height:48px}}@media (max-width:480px){.blog-newsletter__inner button{border-radius:4px;min-height:54px}}.blog-post-page{color:#111;background:#fff}@media (max-width:480px){.blog-post-page{background:#fafafa}}.blog-post-hero{color:#fafafa;text-align:center;background-position:50%;background-size:cover;align-items:stretch;min-height:600px;padding:0;display:flex;position:relative}.blog-post-hero .site-container{width:100%;height:600px;display:block;position:relative}.blog-post-hero span{color:#fafafa;letter-spacing:1px;text-transform:uppercase;background:#ed1c24;border-radius:2px;justify-content:center;align-items:center;min-width:80px;min-height:28px;padding:4px 12px;font-size:12px;font-weight:700;line-height:20px;display:inline-flex;position:absolute;top:151.5px;left:50%;transform:translate(-50%)}.blog-post-hero small{color:#888;text-transform:uppercase;font-size:14px;font-weight:700;line-height:normal;position:absolute;top:195.5px;left:50%;transform:translate(-50%)}.blog-post-hero h1{letter-spacing:-.02em;text-transform:uppercase;width:900px;max-width:calc(100% - 80px);margin:0;font-size:56px;font-weight:900;line-height:68px;position:absolute;top:244.5px;left:50%;transform:translate(-50%)}@media (max-width:768px){.blog-post-hero h1{font-size:40px;line-height:48px}}@media (max-width:480px){.blog-post-hero h1{font-size:32px}}@media (max-width:768px){.blog-post-hero{min-height:480px}.blog-post-hero .site-container{height:480px}.blog-post-hero span{top:128px}.blog-post-hero small{top:172px}.blog-post-hero h1{top:218px}}@media (max-width:480px){.blog-post-hero{align-items:center;min-height:0;padding:24px 16px}.blog-post-hero .site-container{flex-direction:column;align-items:center;gap:8px;width:100%;height:auto;padding:0;display:flex}.blog-post-hero span,.blog-post-hero small,.blog-post-hero h1{position:static;left:auto;transform:none}.blog-post-hero span{letter-spacing:1px;min-width:0;min-height:28px;margin-bottom:8px;padding:4px 12px;font-size:12px;line-height:20px}.blog-post-hero small{color:#888;font-size:14px;font-weight:700;line-height:normal}.blog-post-hero h1{letter-spacing:0;width:100%;max-width:100%;font-size:30px;line-height:37.5px}}.blog-post-meta{background:#fff;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}@media (max-width:480px){.blog-post-meta{border-top:0}}.blog-post-meta__inner{justify-content:space-between;align-items:center;gap:28px;min-height:96px;display:flex}@media (max-width:768px){.blog-post-meta__inner{flex-direction:column;align-items:flex-start;padding-top:18px;padding-bottom:18px}}@media (max-width:480px){.blog-post-meta__inner{gap:16px;min-height:0;padding:24px 16px}}.blog-post-author-row{align-items:center;gap:16px;display:flex}.blog-post-author-row img{object-fit:cover;background:#e8e8e8;border-radius:999px;width:48px;height:48px}.blog-post-author-row strong,.blog-post-author-row span{line-height:1.15;display:block}.blog-post-author-row strong{color:#111;font-size:16px;font-weight:500;line-height:160%}.blog-post-author-row span{color:#555;margin-top:0;font-size:12px;font-weight:400}@media (max-width:480px){.blog-post-author-row{width:100%}}.blog-post-share{color:#555;align-items:center;gap:16px;display:flex}.blog-post-share span,.blog-post-share a{color:#555;align-items:center;gap:8px;font-size:14px;font-weight:400;display:inline-flex}.blog-post-share span{margin-right:8px}.blog-post-share span svg{width:18px;height:18px}.blog-post-share a svg{width:20px;height:20px}@media (max-width:768px){.blog-post-share{flex-wrap:wrap}}@media (max-width:480px){.blog-post-share{justify-content:center;width:100%}.blog-post-share span{margin-right:0}}.blog-post-layout{grid-template-columns:minmax(0,896px) 384px;gap:80px;padding-top:40px;padding-bottom:40px;display:grid}@media (max-width:1180px){.blog-post-layout{grid-template-columns:minmax(0,1fr) 320px;gap:42px}}@media (max-width:768px){.blog-post-layout{grid-template-columns:1fr;gap:44px;padding-top:34px;display:grid}}@media (max-width:480px){.blog-post-layout{gap:40px;padding:40px 16px}}.blog-post-content{max-width:896px}.blog-post-content h2,.blog-post-content h3,.blog-post-content p,.blog-post-content blockquote{margin-left:0;margin-right:0}.blog-post-content h2{color:#000;margin-top:0;margin-bottom:24px;font-size:24px;font-weight:700;line-height:normal}@media (max-width:768px){.blog-post-content h2{font-size:25px}}@media (max-width:480px){.blog-post-content h2{margin-bottom:24px;font-size:24px;line-height:normal}}.blog-post-content h3{color:#000;margin-top:40px;margin-bottom:24px;font-size:20px;font-weight:600;line-height:normal}.blog-post-content p{color:#0f172b;margin-top:0;margin-bottom:24px;font-size:16px;line-height:normal}@media (max-width:768px){.blog-post-content p{font-size:16px;line-height:1.38}}@media (max-width:480px){.blog-post-content p{font-size:16px;line-height:normal}}.blog-post-content blockquote{color:#000;max-width:none;margin-top:40px;margin-bottom:40px;padding:8px 0 8px 24px;font-size:24px;font-weight:700;line-height:normal}@media (max-width:768px){.blog-post-content blockquote{margin-top:34px;margin-bottom:34px;padding-left:0;font-size:26px}}@media (max-width:480px){.blog-post-content blockquote{margin-top:40px;margin-bottom:40px;padding:8px 0 8px 24px;font-size:24px;line-height:normal}.blog-post-content{max-width:100%}.blog-post-content>p:last-child{margin-bottom:0}}.blog-post-tips{color:#fafafa;background:#ed1c24;border-radius:8px;margin:40px 0;padding:32px}@media (max-width:768px){.blog-post-tips{padding:26px 22px}}@media (max-width:480px){.blog-post-tips{flex-direction:column;gap:20px;margin:40px 0;padding:32px;display:flex}}.blog-post-tips h3{color:#fafafa;margin:0 0 20px;font-size:20px;font-weight:600;line-height:normal}@media (max-width:480px){.blog-post-tips h3{margin:0;font-size:16px;font-weight:700}}.blog-post-tips ol{counter-reset:tips;gap:12px;margin:0;padding:0;list-style:none;display:grid}.blog-post-tips li{color:#fafafa;counter-increment:tips;grid-template-columns:auto minmax(0,1fr);gap:12px;padding-left:0;font-size:16px;line-height:normal;display:grid}.blog-post-tips li:before{content:counter(tips) ".";font-weight:700}.blog-post-sidebar{align-content:start;gap:48px;display:grid}@media (max-width:768px){.blog-post-sidebar{gap:34px}}@media (max-width:480px){.blog-post-sidebar{gap:48px}}.blog-author-card{background:#f5f5f7;border-radius:8px;min-height:199px;padding:32px}.blog-author-card>div{align-items:center;gap:16px;margin-bottom:20px;display:flex}.blog-author-card img{object-fit:cover;border-radius:999px;width:64px;height:64px}.blog-author-card h2{margin:0;font-size:16px;font-weight:500;line-height:160%}.blog-author-card strong{color:#ed1c24;font-size:14px;font-weight:500;line-height:150%}.blog-author-card p{color:#888;margin:0;font-size:14px;line-height:normal}@media (max-width:480px){.blog-author-card{padding:32px}}.blog-related h2{margin:0 0 24px;padding-bottom:14px;font-size:20px;font-weight:600;line-height:normal;position:relative}.blog-related h2:after{content:"";background:#ed1c24;width:40px;height:2px;position:absolute;bottom:0;left:0}@media (max-width:480px){.blog-related h2{margin-bottom:24px;padding-bottom:12px}}.blog-related>div{gap:24px;display:grid}.blog-related-card{color:#111;grid-template-columns:80px minmax(0,1fr);align-items:start;gap:16px;display:grid}@media (max-width:480px){.blog-related-card{grid-template-columns:80px minmax(0,1fr)}}.blog-related-card img{object-fit:cover;border-radius:4px;width:80px;height:80px}@media (max-width:480px){.blog-related-card img{width:80px}}.blog-related-card strong,.blog-related-card small{display:block}.blog-related-card strong{color:#000;font-size:20px;font-weight:600;line-height:normal}@media (max-width:480px){.blog-related-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;display:-webkit-box;overflow:hidden}}.blog-related-card small{color:#888;margin-top:4px;font-size:12px;line-height:normal}.blog-post-newsletter{color:#fafafa;background:#ed1c24;min-height:308px;padding:40px 0}@media (max-width:480px){.blog-post-newsletter{min-height:0;padding:24px 0}}.blog-post-newsletter__inner{text-align:center;justify-items:center;display:grid}.blog-post-newsletter__inner h2{letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:68px}@media (max-width:768px){.blog-post-newsletter__inner h2{font-size:38px}}@media (max-width:480px){.blog-post-newsletter__inner h2{letter-spacing:0;font-size:30px;line-height:37.5px}}.blog-post-newsletter__inner p,.blog-post-newsletter__inner .blog-post-newsletter__description{color:#fafafae6;max-width:720px;margin:16px 0 40px;font-size:18px;line-height:22px}@media (max-width:768px){.blog-post-newsletter__inner p,.blog-post-newsletter__inner .blog-post-newsletter__description{font-size:16px}}@media (max-width:480px){.blog-post-newsletter__inner p,.blog-post-newsletter__inner .blog-post-newsletter__description{margin:16px 0 40px;font-size:18px;line-height:normal}}.blog-post-newsletter__inner .blog-post-newsletter__description :where(p){font-size:inherit;line-height:inherit;margin:0}.blog-post-newsletter__inner form{width:min(600px,100%);min-height:60px;display:flex}@media (max-width:768px){.blog-post-newsletter__inner form{gap:10px;display:grid}}@media (max-width:480px){.blog-post-newsletter__inner form{gap:16px;min-height:0}}.blog-post-newsletter__inner input{color:#111;background:#fafafa;border:0;border-radius:0;flex:0 445px;min-width:0;padding:0 24px;font-size:14px}.blog-post-newsletter__inner input::placeholder{color:#1116}@media (max-width:768px){.blog-post-newsletter__inner input{border:1px solid #fafafa;border-radius:4px;min-height:52px}}@media (max-width:480px){.blog-post-newsletter__inner input{border-radius:4px 0 0 4px;min-height:54px}}.blog-post-newsletter__inner button{color:#fafafa;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fafafa;border-radius:0;min-width:155px;font-size:14px;font-weight:700}@media (max-width:768px){.blog-post-newsletter__inner button{border:1px solid #fafafa;border-radius:4px;min-height:52px}}@media (max-width:480px){.blog-post-newsletter__inner button{border-radius:0 4px 4px 0;min-height:54px}.blog-post-newsletter__inner{padding-left:16px;padding-right:16px}}.cms-page .lead{margin-top:18px}.about-page{color:#111;background:#fafafa;flex-direction:column;gap:40px;display:flex;overflow:hidden}.about-hero{text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;padding:120px 40px 0;display:flex}.about-hero h1,.about-hero .about-rich-text,.about-hero .about-rich-text p{margin:0}.about-hero h1{color:#111;letter-spacing:0;text-transform:uppercase;font-size:56px;font-weight:900;line-height:1}.about-hero .about-hero__description{width:min(600px,100%)}.about-rich-text{color:#555;font-size:16px;font-weight:400;line-height:1}.about-rich-text p,.about-rich-text ul,.about-rich-text ol{margin:0}.about-rich-text p+p,.about-rich-text p+ul,.about-rich-text p+ol,.about-rich-text ul+p,.about-rich-text ol+p{margin-top:10px}.about-rich-text ul,.about-rich-text ol{padding-left:20px}.about-rich-text a{color:#ed1c24;font-weight:700}.about-workshop-band{background:#0d0d0d;width:100%;height:560px;position:relative;overflow:hidden}.about-workshop-band:after{content:"";pointer-events:none;background:#1a1a1a66;position:absolute;inset:0}.about-workshop-band img{object-fit:cover;width:100%;height:100%;display:block}.about-split{background:#fafafa;grid-template-columns:repeat(2,minmax(0,600px));justify-content:center;gap:80px;width:100%;padding:80px 40px;display:grid}.about-story-card{flex-direction:column;align-items:flex-start;gap:24px;min-width:0;display:flex}.about-story-card img{object-fit:cover;border-radius:8px;width:100%;height:400px;display:block}.about-story-card span{color:#ed1c24;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:20px}.about-story-card h2,.about-story-card .about-rich-text,.about-story-card .about-rich-text p{margin:0}.about-story-card h2{color:#111;letter-spacing:0;text-transform:uppercase;font-size:40px;font-weight:900;line-height:1}.about-metrics{color:#fafafa;background:#0d0d0d;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;padding:80px 0;display:grid}.about-metric{text-align:center;text-transform:uppercase;white-space:nowrap;flex-direction:column;align-items:center;gap:8px;min-width:0;display:flex;position:relative}.about-metric:not(:last-child):after{content:"";background:#fafafa1a;width:1px;height:80px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.about-metric strong{color:#fafafa;letter-spacing:0;font-size:56px;font-weight:900;line-height:1}.about-metric .about-metric__label{color:#fafafa99;letter-spacing:1px;font-size:12px;font-weight:700;line-height:20px}.about-metric .about-metric__label p{margin:0}.about-values{background:#fafafa;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;width:100%;padding:64px 120px;display:grid}.about-value{border-top:1px solid #e63946;flex-direction:column;align-items:flex-start;gap:16px;min-width:0;padding-top:16px;display:flex}.about-value h2,.about-value .about-rich-text,.about-value .about-rich-text p{margin:0;line-height:1}.about-value h2{color:#111;font-size:18px;font-weight:400}@media (max-width:1320px){.about-split{gap:48px}.about-values{padding-left:64px;padding-right:64px}}@media (max-width:1024px){.about-hero{padding:150px 24px 0}.about-split{grid-template-columns:1fr;gap:56px;padding:64px 40px}.about-story-card{max-width:600px;margin:0 auto}.about-values{grid-template-columns:1fr;gap:32px;padding:56px 40px}}@media (max-width:768px){.about-page{gap:32px}.about-hero{gap:18px}.about-hero h1{font-size:44px}.about-hero .about-rich-text{line-height:1.25}.about-workshop-band{height:420px}.about-story-card img{height:360px}.about-story-card h2{font-size:34px}.about-story-card .about-rich-text{line-height:1.25}.about-metrics{grid-template-columns:1fr;padding:56px 24px}.about-metric{padding:28px 0}.about-metric:not(:last-child):after{width:min(240px,70%);height:1px;top:auto;bottom:0;right:50%;transform:translate(50%)}}@media (max-width:480px){.about-hero{padding:154px 18px 0}.about-hero h1{font-size:38px}.about-workshop-band{height:320px}.about-split{padding:48px 18px}.about-story-card{gap:18px}.about-story-card img{height:280px}.about-story-card h2{font-size:28px}.about-metric strong{font-size:44px}.about-values{padding:48px 18px}}.contact-page{color:#111;background:#fff;overflow:hidden}.contact-hero{background:#0d0d0d;align-items:flex-end;width:100%;height:308px;padding:160px 0 80px;display:flex;position:relative;overflow:hidden}.contact-hero img,.contact-hero .contact-hero__overlay{width:100%;height:100%;position:absolute;inset:0}.contact-hero img{object-fit:cover;display:block}.contact-hero .contact-hero__overlay{background:#0009}.contact-hero .contact-hero__content{z-index:1;width:100%;position:relative}.contact-hero h1{color:#fafafa;letter-spacing:-1.12px;text-transform:uppercase;margin:0;font-size:56px;font-weight:900;line-height:1}.contact-body{background:#fff;grid-template-columns:440px minmax(0,1fr);gap:80px;width:100%;padding-top:60px;padding-bottom:60px;display:grid}.contact-details{flex-direction:column;gap:48px;min-width:0;display:flex}.contact-section-heading{gap:12px;display:grid}.contact-section-heading h2{color:#e30613;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:12px;font-weight:700;line-height:20px}.contact-section-heading:after{content:"";background:#e2e2e2;width:100%;height:1px;display:block}.contact-list{gap:24px;display:grid}.contact-row{border-bottom:1px solid #e2e2e2;gap:8px;min-width:0;padding-bottom:12px;display:grid}.contact-row h3,.contact-row p{margin:0}.contact-row h3{color:#000;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:20px}.contact-row p{color:#000;font-size:16px;font-weight:400;line-height:1}.contact-form{gap:24px;min-width:0;display:grid}.contact-field{gap:8px;display:grid}.contact-field span{color:#111;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:20px}.contact-field input,.contact-field textarea{color:#111;width:100%;font:inherit;background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;font-size:16px;line-height:1;transition:border-color .16s,box-shadow .16s}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#aaa;opacity:1}.contact-field input:focus,.contact-field textarea:focus{border-color:#ed1c24;box-shadow:0 0 0 4px #ed1c241f}.contact-field input{height:48px;padding:14px 16px}.contact-field textarea{resize:vertical;height:140px;padding:14px 16px}.contact-form__actions{gap:12px;display:grid}.contact-form__actions button{color:#fff;width:100%;min-height:61px;font:inherit;letter-spacing:.18px;text-transform:uppercase;background:#ed1c24;border:1px solid #ed1c24;border-radius:8px;justify-content:center;align-items:center;padding:24px;font-size:12px;font-weight:700;line-height:1;transition:background-color .16s,border-color .16s;display:inline-flex}.contact-form__actions button:hover,.contact-form__actions button:focus-visible{background:#c9181f;border-color:#c9181f}.contact-form__actions button:disabled{cursor:not-allowed;opacity:.65}.contact-form__actions button:disabled:hover,.contact-form__actions button:disabled:focus-visible{background:#ed1c24;border-color:#ed1c24}.contact-form__actions p{color:#888;margin:0;font-size:12px;font-weight:400;line-height:1}.contact-map{background:#e2e2e2;justify-content:center;align-items:center;width:100%;height:420px;display:flex;position:relative;overflow:hidden}.contact-map>iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.contact-map__marker{z-index:1;background:#fff;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:calc(50% - 43px);left:50%;transform:translate(-50%);box-shadow:0 8px 8px #00000026}.contact-map__marker span{background:#fff;border:4px solid #ed1c24;border-radius:999px;width:16px;height:16px;display:block}.contact-map__card{z-index:2;color:#111827;text-align:center;white-space:nowrap;background:#fff;border-radius:999px;justify-items:center;gap:6px;min-width:0;padding:12px 16px;display:grid;position:relative;box-shadow:0 10px 12px #0000001a}.contact-map__card strong{color:#111827;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:20px}.contact-map__card a,.contact-map__card span{color:#6b7280;font-size:14px;font-weight:400;line-height:1}@media (max-width:1180px){.contact-body{grid-template-columns:360px minmax(0,1fr);gap:48px;padding-top:56px;padding-bottom:56px}}@media (max-width:1024px){.contact-hero h1{font-size:48px}.contact-body{grid-template-columns:1fr}.contact-details{gap:32px}}@media (max-width:480px){.contact-hero{height:280px;padding-top:148px;padding-bottom:56px}.contact-hero h1{letter-spacing:0;font-size:36px}.contact-body{gap:40px;padding:44px 18px}.contact-list{gap:18px}.contact-row p{line-height:1.3}.contact-map{height:340px}.contact-map__card{white-space:normal;border-radius:18px;width:calc(100% - 36px)}}.auth-page .form{margin-top:28px}.auth-form-message{color:#ed1c24;background:#ed1c240f;border:1px solid #ed1c2447;border-radius:8px;width:100%;margin:0;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4}.auth-form-message--success{color:#247a42;background:#247a4214;border-color:#247a4247}.auth-link-button{color:#fafafa;text-decoration:none}.login-field small,.register-field small{color:#ed1c24;font-size:12px;font-weight:500;line-height:1.4}.login-field input[aria-invalid=true],.register-field input[aria-invalid=true]{border-color:#ed1c24;box-shadow:0 0 0 3px #ed1c241a}.login-field input:disabled,.register-field input:disabled{color:#555;cursor:not-allowed;opacity:.75}.login-submit:disabled,.register-submit:disabled{cursor:wait;background:#ffb3b6;border-color:#ffb3b6}.login-page{background:#fafafa;width:100%;min-height:720px;padding:120px 64px 80px}@media (max-width:1024px){.login-page{min-height:auto;padding:150px 24px 64px}}@media (max-width:480px){.login-page{padding:150px 16px 56px}}.login-page__surface{justify-content:center;align-items:center;width:100%;min-height:640px;display:flex}@media (max-width:1024px){.login-page__surface{min-height:auto}}.login-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:16px;flex-direction:column;gap:32px;width:min(640px,100%);padding:48px;display:flex}@media (max-width:480px){.login-card{border-radius:14px;gap:28px;padding:28px 18px}}.login-card__logo{justify-content:center;width:100%;display:flex}.login-card__logo img{width:min(263px,100%);height:auto;display:block}@media (max-width:480px){.login-card__logo img{width:min(210px,100%)}}.login-card__heading{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.login-card__heading h1,.login-card__heading p{margin:0}.login-card__heading h1{color:#111;font-size:24px;font-weight:700;line-height:normal}.login-card__heading p{color:#555;font-size:14px;font-weight:400;line-height:normal}.login-form{flex-direction:column;gap:24px;width:100%;display:flex}@media (max-width:480px){.login-form{gap:22px}}.login-field{flex-direction:column;gap:8px;width:100%;display:flex}.login-field span{color:#555;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:500;line-height:1.2}.login-field input{color:#111;width:100%;height:48px;font:inherit;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;outline:0;padding:14px 16px;font-size:14px;line-height:normal;transition:border-color .16s,box-shadow .16s}.login-field input::placeholder{color:#888;opacity:1}.login-field input:focus{border-color:#ed1c24;box-shadow:0 0 0 3px #ed1c241f}.login-card__forgot{justify-content:flex-end;width:100%;display:flex}.login-card__forgot a{color:#ed1c24;font-size:14px;font-weight:400;line-height:normal;transition:color .16s}.login-card__forgot a:hover,.login-card__forgot a:focus-visible{color:#c9181f}.login-submit,.login-socials button{width:100%;min-height:62px;font:inherit;letter-spacing:1px;text-align:center;text-transform:uppercase;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:20px 24px;font-size:12px;font-weight:700;line-height:20px;transition:background-color .16s,border-color .16s,color .16s;display:flex}@media (max-width:480px){.login-submit,.login-socials button{min-height:58px;padding:18px}}.login-submit{color:#fafafa;background:#ed1c24;border:1px solid #ed1c24}.login-submit:hover,.login-submit:focus-visible{background:#c9181f;border-color:#c9181f}.login-divider{align-items:center;gap:16px;width:100%;display:flex}.login-divider span{background:#e2e2e2;flex:1 1 0;height:1px}.login-divider em{color:#888;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.login-socials{flex-direction:column;gap:16px;width:100%;display:flex}.login-socials button{color:#555;background:0 0;border:1px solid #e2e2e2}.login-socials button:hover,.login-socials button:focus-visible{color:#111;border-color:#111}.login-card__register{color:#555;white-space:nowrap;justify-content:center;align-items:center;gap:4px;width:100%;margin:0;font-size:14px;font-weight:400;line-height:normal;display:flex}.login-card__register a{color:#111;flex:none;font-weight:500;line-height:1.5;transition:color .16s}.login-card__register a:hover,.login-card__register a:focus-visible{color:#ed1c24}.register-page{background:#fafafa;width:100%;min-height:900px;padding:120px 64px 80px}@media (max-width:1024px){.register-page{min-height:auto;padding:150px 24px 64px}}@media (max-width:480px){.register-page{padding:150px 16px 56px}}.register-page__surface{justify-content:center;align-items:center;width:100%;min-height:820px;display:flex}@media (max-width:1024px){.register-page__surface{min-height:auto}}.register-card{background:#fafafa;border:1px solid #e2e2e2;border-radius:16px;flex-direction:column;gap:32px;width:min(640px,100%);padding:48px;display:flex}@media (max-width:480px){.register-card{border-radius:14px;gap:28px;padding:28px 18px}}.register-card__logo{justify-content:center;width:100%;display:flex}.register-card__logo img{width:min(263px,100%);height:auto;display:block}@media (max-width:480px){.register-card__logo img{width:min(210px,100%)}}.register-card__heading{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.register-card__heading h1,.register-card__heading p{margin:0}.register-card__heading h1{color:#111;font-size:24px;font-weight:700;line-height:normal}.register-card__heading p{color:#555;font-size:14px;font-weight:400;line-height:normal}@media (max-width:480px){.register-card__heading p{max-width:260px}}.register-form{flex-direction:column;gap:24px;width:100%;display:flex}@media (max-width:480px){.register-form{gap:22px}}.register-field{flex-direction:column;gap:8px;width:100%;display:flex}.register-field span{color:#555;letter-spacing:.6px;text-transform:uppercase;font-size:12px;font-weight:500;line-height:1.2}.register-field input{color:#111;width:100%;height:48px;font:inherit;background:#fafafa;border:1px solid #e2e2e2;border-radius:8px;outline:0;padding:14px 16px;font-size:14px;line-height:normal;transition:border-color .16s,box-shadow .16s}.register-field input::placeholder{color:#888;opacity:1}.register-field input:focus{border-color:#ed1c24;box-shadow:0 0 0 3px #ed1c241f}.register-submit,.register-socials button{width:100%;min-height:62px;font:inherit;letter-spacing:1px;text-align:center;text-transform:uppercase;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:20px 24px;font-size:12px;font-weight:700;line-height:20px;transition:background-color .16s,border-color .16s,color .16s;display:flex}@media (max-width:480px){.register-submit,.register-socials button{min-height:58px;padding:18px}}.register-submit{color:#fafafa;background:#ed1c24;border:1px solid #ed1c24}.register-submit:hover,.register-submit:focus-visible{background:#c9181f;border-color:#c9181f}.register-divider{align-items:center;gap:16px;width:100%;display:flex}.register-divider span{background:#e2e2e2;flex:1 1 0;height:1px}.register-divider em{color:#888;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.register-socials{flex-direction:column;gap:16px;width:100%;display:flex}.register-socials button{color:#555;background:0 0;border:1px solid #e2e2e2}.register-socials button:hover,.register-socials button:focus-visible{color:#111;border-color:#111}.register-card__login{color:#555;white-space:nowrap;justify-content:center;align-items:center;gap:4px;width:100%;margin:0;font-size:14px;font-weight:400;line-height:normal;display:flex}.register-card__login a{color:#111;flex:none;font-weight:500;line-height:1.5;transition:color .16s}.register-card__login a:hover,.register-card__login a:focus-visible{color:#ed1c24}:is(.site-shell:has(.error-page) .topbar,.site-shell:has(.error-page) .header,.site-shell:has(.error-page) .footer){display:none}.error-page{isolation:isolate;background:linear-gradient(135deg,#ed1c2414 0 24%,#0000 24%),linear-gradient(315deg,#1111110e 0 22%,#0000 22%),#fafafa;place-items:center;min-height:100vh;padding:32px 0;display:grid;position:relative;overflow:hidden}.error-page:before{z-index:-1;content:"";background-color:#0000;background-image:linear-gradient(#1111110e 1px,#0000 1px),linear-gradient(90deg,#1111110e 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}@media (max-width:480px){.error-page{padding:18px 0}}.error-page__shell{place-items:center;display:grid}.error-page__copy{text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-items:center;gap:18px;width:min(100%,560px);padding:48px 38px;display:grid;box-shadow:0 18px 54px #1111111a}@media (max-width:480px){.error-page__copy{padding:32px 20px}}.error-page__code{color:#111;background:#fafafa;border:1px solid #111;border-radius:8px;place-items:center;min-width:168px;min-height:104px;padding:0 24px;font-size:72px;font-weight:900;line-height:1;display:inline-grid;box-shadow:inset 9px 0 #ed1c24}@media (max-width:480px){.error-page__code{min-width:126px;min-height:82px;font-size:54px}}.error-page h1{color:#111;max-width:480px;margin:0;font-size:38px;font-weight:900;line-height:1.12}@media (max-width:480px){.error-page h1{font-size:30px}}.error-page__copy p{color:#555;max-width:430px;font-size:16px;line-height:1.6}.error-page__button{min-width:190px;min-height:50px;margin-top:8px}@media (max-width:480px){.error-page__button{width:100%}}
