:root{--paper:#fbfaf7;--surface:#ffffff;--graphite:#1f1f1d;--muted:#686761;--line:#dedbd4;--gold:#d4aa55;--gold-dark:#9a762d;--green:#47745a;--red:#9a4e47;--radius:4px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--graphite);font-family:var(--font-inter),Inter,Arial,sans-serif;font-size:15px;line-height:1.55}a{color:inherit}.header-wrapper{position:relative;z-index:30;background:#faf8f5;border-bottom:1px solid #d8d1c7}.header__row.section--page-width{padding:6px 18px}.header__columns{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:clamp(20px,2.4vw,40px);gap:clamp(20px,2.4vw,40px)}.header__column{min-width:0;display:flex;align-items:center}.header__column--left{justify-content:flex-start;gap:clamp(20px,2.4vw,40px)}.header__column--right{justify-content:flex-end;gap:4px}.header-logo{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}.header-logo__image-container{width:120px;line-height:0}.header-logo img{width:100%;max-height:38px;height:auto;display:block}.list-menu{margin:0;padding:0;list-style:none}.header__inline-menu{display:none;height:100%}.list-menu--inline{height:100%;display:flex;align-items:center;gap:20px;flex-wrap:nowrap}.header__inline-menu li{height:100%}.details--dropdown{position:relative}.header__menu-item{min-height:38px;display:inline-flex;align-items:center;gap:7px;color:#111;font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .2s ease}.header__menu-item .svg-wrapper{width:10px;height:6px;display:inline-flex;color:currentColor;transition:transform .2s ease}.header__menu-item .svg-wrapper svg{width:10px;height:6px;display:block;fill:currentColor;stroke:none}.header__submenu{position:absolute;top:calc(100% + 9px);left:-18px;z-index:45;width:230px;padding:10px 18px;border:1px solid #d8d1c7;border-radius:4px;background:#fff;box-shadow:0 18px 35px rgba(39,35,25,.08);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.header__submenu:before{position:absolute;right:0;bottom:100%;left:0;height:10px;content:""}.header__submenu .header__menu-item{width:100%;min-height:40px;border-bottom:1px solid #d8d1c7;color:#5e5e5e;font-size:13px;font-weight:400;text-transform:none}.header__submenu li:last-child .header__menu-item{border-bottom:0}.details--dropdown:focus-within>.header__submenu,.details--dropdown:hover>.header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.details--dropdown:focus-within>.header__menu-item .svg-wrapper,.details--dropdown:hover>.header__menu-item .svg-wrapper{transform:rotate(180deg)}.header__search--inline{display:none;width:clamp(220px,17vw,300px)}.header__search--inline .field{position:relative;height:40px;display:flex;align-items:center;overflow:hidden;border-radius:8px;background:#eee7dd}.header__search--inline .field__input{min-width:0;width:100%;height:40px;padding:0 44px 0 16px;border:0;outline:0;background:transparent;color:#40403f;font:inherit;font-size:13px;line-height:40px}.header__search--inline .field__input::placeholder{color:#40403f;opacity:.85}.header__search--inline .search__button{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#111;cursor:pointer}.header__column-action,.header__icon{position:relative;width:38px;height:38px;padding:0;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:999px;background:transparent;color:#111;text-decoration:none;cursor:pointer;transition:color .2s ease,background-color .2s ease}.header__icon .svg-wrapper{width:38px;height:38px;display:grid;place-items:center;border-radius:999px}.header__icon .icon,.header__icon svg,.header__search--inline svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.header__icon svg *,.header__search--inline svg *{fill:none;stroke:currentColor}@media (hover:hover){.details--dropdown:hover>.header__menu-item,.header__column-action:hover,.header__icon:hover,.header__menu-item:hover,.header__search--inline .search__button:hover{color:#c8a46b}.header__submenu .header__menu-item:hover{color:#b98a4c}}.quiet-link{font-size:12px;font-weight:700;text-decoration:none}.account-menu,.quiet-link{position:relative}.account-menu__trigger{border:0;background:transparent;cursor:pointer}.mobile-menu{position:relative;display:block;z-index:31}.mobile-menu__trigger{border:0;background:transparent;cursor:pointer}.mobile-menu__overlay{position:fixed;inset:0;z-index:50;border:0;background:rgba(17,17,17,.28);opacity:0;visibility:hidden;cursor:default;transition:opacity .2s ease,visibility .2s ease}.mobile-menu.is-open .mobile-menu__overlay{opacity:1;visibility:visible}.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:238px;padding:18px;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:0 18px 35px rgba(39,35,25,.08);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.mobile-menu__dropdown{position:fixed;top:0;bottom:0;left:0;z-index:60;width:min(390px,calc(100vw - 18px));padding:0 0 22px;display:grid;align-content:start;overflow-y:auto;border-right:1px solid var(--line);background:#fbfaf7;box-shadow:18px 0 35px rgba(39,35,25,.1);opacity:0;visibility:hidden;transform:translateX(-100%);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.mobile-menu.is-open .mobile-menu__dropdown{opacity:1;visibility:visible;transform:translateX(0)}.mobile-menu__close{min-height:54px;padding:0 16px;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid rgba(64,64,63,.1);background:transparent;color:#20201f;font:inherit;font-size:13px;font-weight:600;text-transform:uppercase;cursor:pointer}.mobile-menu__close span{display:inline-block;font-size:22px;line-height:1;transform:translateY(-1px)}.mobile-menu__close:hover{color:#b98a4c;background:rgba(185,138,76,.08)}.menu-drawer__navigation-container{padding:14px 16px 22px}.menu-drawer__details{margin:0}.menu-drawer__details summary{list-style:none;cursor:pointer}.menu-drawer__details summary::-webkit-details-marker{display:none}.menu-drawer__menu-item{min-height:46px;padding:0 14px;display:flex;align-items:center;border-bottom:0;color:#20201f;font-size:13px;font-weight:600;text-decoration:none;text-transform:uppercase}.menu-drawer__details>summary.menu-drawer__menu-item{justify-content:space-between;-webkit-padding-end:14px;padding-inline-end:14px}.menu-drawer__menu-item:hover{color:#b98a4c;background:rgba(185,138,76,.08)}.menu-drawer__caret{color:#8a8276;font-size:18px;line-height:1;transition:transform .2s ease,color .2s ease}.menu-drawer__details[open]>summary{color:#b98a4c;background:rgba(185,138,76,.08)}.menu-drawer__details[open] .menu-drawer__caret{color:#b98a4c;transform:rotate(90deg)}.menu-drawer__submenu{margin:2px 0 8px 12px;padding:3px 0 3px 10px;border-left:1px solid rgba(64,64,63,.1)}.menu-drawer__submenu .menu-drawer__menu-item{min-height:40px;color:#5e5e5e;font-size:12px;font-weight:500;text-transform:none}.mobile-menu__group{margin:16px 14px 4px;color:#8a8276;font-size:12px;font-weight:600;text-transform:uppercase}.account-menu.is-open .account-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.account-dropdown .instruction-label{margin-bottom:12px}.account-dropdown__nav{display:grid;grid-gap:0;gap:0}.account-dropdown__nav a{padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:700;text-decoration:none;text-transform:uppercase}.account-dropdown__nav a:last-child{border-bottom:0}.account-dropdown__nav a.is-active,.account-dropdown__nav a:hover{color:var(--graphite)}.account-dropdown__store{display:none;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.account-dropdown__store .instruction-label{margin-bottom:8px}.account-dropdown__store a{display:block;padding:9px 0;color:var(--muted);font-size:11px;font-weight:700;text-decoration:none;text-transform:uppercase}.account-dropdown__store a:hover{color:var(--graphite)}.quiet-link{justify-self:end;color:var(--muted)}main{width:min(1160px,calc(100% - 40px));min-height:calc(100vh - 158px);margin:0 auto;padding:62px 0 84px}.eyebrow{margin:0 0 8px;color:var(--gold-dark);font-size:12px;font-weight:700;text-transform:uppercase}h1,h2,h3{font-family:var(--font-poppins),Poppins,Arial,sans-serif;letter-spacing:0}h1{font-size:clamp(34px,4vw,46px);line-height:1.18}h1,h2{margin:0;font-weight:600}h2{font-size:24px}h3{margin:0;font-size:15px;font-weight:600}.lead{max-width:650px;margin:12px 0 0;color:var(--muted)}.lead span{display:block}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}.grid{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:24px;gap:24px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.panel-body{padding:24px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid var(--gold);border-radius:var(--radius);background:var(--gold);color:#fff;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.button:hover{background:var(--graphite);border-color:var(--graphite);color:#fff}.button.secondary{background:transparent;border-color:var(--line);color:var(--graphite)}.button.secondary:hover{background:var(--graphite);color:#fff}.auth-error .button{margin-top:14px}.order-list,.order-row{display:grid}.order-row{grid-template-columns:1.3fr .9fr .8fr auto;align-items:center;grid-gap:24px;gap:24px;min-height:92px;padding:18px 24px;border-bottom:1px solid var(--line);text-decoration:none}.order-row:last-child{border-bottom:0}.order-row:hover{background:#fbfaf7}.order-name{font-weight:700}.meta{color:var(--muted);font-size:13px}.status{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:7px;font-size:12px;font-weight:600}.status:before{width:7px;height:7px;border-radius:50%;background:var(--green);content:""}.status.pending:before{background:var(--gold)}.summary{display:grid;grid-gap:0;gap:0}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.summary-row:last-child{border-bottom:0}.summary-row span:first-child{color:var(--muted)}.quick-links{display:grid;grid-gap:10px;gap:10px}.quick-link{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-weight:600;text-decoration:none}.quick-link:last-child{border-bottom:0}.notice{margin-bottom:24px;padding:14px 16px;border-left:3px solid var(--gold);background:#f2eee5;font-size:13px}.dashboard-alert{margin:0 0 34px;padding:22px 24px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:22px;gap:22px;border:1px solid #d8cda9;border-radius:var(--radius);background:#fff}.dashboard-alert--compact{margin:-24px 0 40px;padding:18px 20px}.dashboard-alert .instruction-label{margin-bottom:4px}.dashboard-alert h2{margin:0;font-size:19px}.dashboard-alert span{display:block;margin-top:5px;color:var(--muted);font-size:12px}.dashboard-alert .button{white-space:nowrap}.account-overview{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.account-overview>div{min-height:108px;padding:24px 28px;display:grid;align-content:center;grid-gap:7px;gap:7px;border-right:1px solid var(--line)}.account-overview>div:last-child{border-right:0}.account-overview span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.account-overview a,.account-overview strong{font-size:15px;font-weight:650;text-decoration:none}.account-overview a{color:var(--gold-dark)}.section-heading{margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.account-heading{margin-top:12px}.account-actions{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:56px}.account-action{position:relative;min-height:132px;overflow:hidden;padding:20px;display:grid;align-content:start;grid-gap:14px;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.account-action:hover{transform:translateY(-2px);border-color:#c9b98d;box-shadow:0 10px 22px rgba(39,35,25,.06)}.account-action:before,.address-card:before,.order-card:before{position:absolute;top:0;right:0;left:0;height:2px;background:var(--gold);content:"";transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.account-action:hover:before,.address-card:hover:before,.order-card:hover:before{transform:scaleX(1)}.account-action__icon{width:34px;height:34px;display:grid;place-items:center;color:var(--gold-dark)}.account-action__icon img{width:24px;height:24px;opacity:.72}.account-action p{margin:4px 0 0;color:var(--muted);font-size:12px}.section-heading .eyebrow{margin-bottom:2px}.text-link{color:var(--muted);font-size:12px;font-weight:700;text-decoration:none}.orders-panel .panel-head{display:grid;grid-template-columns:1.3fr .9fr .8fr auto;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.support-panel{background:#f3f0e9}.support-panel .panel-head{padding-bottom:16px}.support-panel .panel-body{padding-top:6px}.detail-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:start;grid-gap:24px;gap:24px}.product{display:grid;grid-template-columns:72px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.product-image{width:72px;aspect-ratio:1;overflow:hidden;display:grid;place-items:center;border-radius:4px;background:var(--paper);color:var(--muted);font-size:11px}.product-image img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.order-summary-panel{overflow:hidden}.order-summary-head{background:#f8f6f0}.order-summary-head .instruction-label{margin-bottom:4px}.order-summary-head h2{margin:0;font-size:24px}.order-summary-head>span{color:var(--gold-dark);font-size:10px;font-weight:700;text-transform:uppercase}.order-summary-products{display:grid;grid-gap:10px;gap:10px}.product--summary{min-height:104px;padding:16px;border:1px solid var(--line);border-radius:4px;background:#fff}.product--summary .product-image{width:82px;border:1px solid var(--line);background:#fff}.product--summary h3{margin:0 0 5px;font-size:14px;line-height:1.25}.product--summary span{display:inline-block;margin-top:7px;color:var(--gold-dark);font-size:10px;font-weight:700;text-transform:uppercase}.product--summary>strong{align-self:center;font-size:14px}.order-total-summary{margin-top:20px;padding:16px 18px 10px;border-radius:4px;background:#f8f6f0}.order-total-summary .summary-row{padding:10px 0}.order-total-summary .summary-row:nth-last-child(2){border-bottom:0}.order-total-row{margin-top:6px;padding-top:16px!important;border-top:1px solid #ddd8ce;border-bottom:0!important}.order-total-row span,.order-total-row strong{color:var(--graphite)!important;font-size:16px;font-weight:700}.return-products{display:grid;grid-gap:10px;gap:10px}.return-product{position:relative;padding:14px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(330px,1.1fr);align-items:center;grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .2s ease,background .2s ease}.return-product:not(.is-selected){grid-template-columns:1fr}.return-product.is-selected,.return-product:hover{border-color:var(--gold);background:#fbfaf7}.return-product__check{grid-template-columns:auto 72px 1fr;align-items:center;gap:14px;cursor:pointer}.return-product__check>input{width:17px;min-height:17px;padding:0;accent-color:var(--gold-dark)}.return-product__info{min-width:0}.return-product__info h3{margin:0 0 4px;font-size:13px}.return-product__ordered{display:block;margin-top:7px;color:var(--muted);font-size:10px;font-weight:500}.return-product__fields{padding-left:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-end;grid-gap:12px;gap:12px;border-left:1px solid var(--line)}.return-product__fields:has(.return-product__quantity){grid-template-columns:minmax(120px,.8fr) minmax(150px,1fr) 72px}.return-product__fields input{min-height:46px}.return-product__quantity input{width:72px}.return-product__observation{grid-column:1/-1}.return-observations{margin-top:22px}.tracking-link{color:var(--gold-dark);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.tracking-link--code{display:grid;justify-items:end;grid-gap:2px;gap:2px}.tracking-link--code small{color:var(--muted);font-size:8px;font-weight:600;text-decoration:none;text-transform:uppercase}.payment-action{padding:22px;border:1px solid #d8cda9;border-radius:var(--radius);background:#fff}.payment-action .instruction-label{margin-bottom:6px}.payment-action h2{margin:0 0 8px;font-size:18px}.payment-action p:not(.instruction-label){margin:0 0 16px;color:var(--muted);font-size:11px;line-height:1.6}.payment-action .button{width:100%}.payment-action small{margin-top:10px;display:block;color:var(--muted);font-size:9px;line-height:1.5}.order-state-panel{overflow:hidden}.order-state__primary{padding:24px;display:grid;grid-gap:6px;gap:6px;background:#f8f6f0}.order-state__primary .instruction-label{margin-bottom:5px}.order-state__primary h2{margin:0;font-size:20px;white-space:nowrap}.order-state__primary>p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.order-journey{padding:18px 24px 4px;display:grid;grid-gap:8px;gap:8px}.order-journey>div{position:relative;padding:0 0 11px 20px;display:grid;grid-gap:1px;gap:1px;color:var(--muted)}.order-journey>div:before{position:absolute;top:5px;left:1px;width:8px;height:8px;border-radius:50%;background:#c7c2b9;content:""}.order-journey>div:after{position:absolute;top:17px;bottom:0;left:4px;width:1px;background:var(--line);content:""}.order-journey>div:last-child:after{display:none}.order-journey span{color:var(--muted);font-size:10px;line-height:1.45}.order-journey strong{color:inherit;font-size:12px;font-weight:600}.order-journey .is-current{color:var(--graphite)}.order-journey .is-current:before{background:var(--surface);box-shadow:0 0 0 2px var(--gold)}.order-journey .is-complete{color:var(--graphite)}.order-journey .is-complete:before{background:var(--gold)}.order-state__details{padding:8px 24px;display:grid}.order-state__details>div{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px}.order-state__details span{color:var(--muted);font-size:11px}.order-state__details strong{font-size:11px;text-align:right}.order-cancel-action{padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#faf9f6}.order-cancel-action>span{color:var(--muted);font-size:10px}.order-side-panel{overflow:hidden}.order-side-panel__head{padding:16px 20px 12px;background:#f8f6f0}.order-side-panel__head .instruction-label{margin-bottom:4px}.order-side-panel__head h2{margin:0;font-size:17px}.order-side-panel__body{padding:16px 20px 20px}.order-side-panel__body>p{margin:0 0 12px;color:var(--muted);font-size:11px;line-height:1.5}.order-side-panel__body .return-availability{margin-bottom:12px}.order-side-panel__body .button{width:100%}.order-action-strip{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.order-action-strip section{padding:18px 20px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.order-action-strip .instruction-label{margin-bottom:3px}.order-action-strip h2{margin:0;font-size:15px}.order-action-strip span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45}.order-action-strip .button{min-width:160px;white-space:nowrap}.cancel-order-link{padding:0;border:0;background:transparent;color:#8a3d2f;font:inherit;font-size:10px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.confirmation-backdrop{position:fixed;z-index:100;inset:0;padding:20px;display:grid;place-items:center;background:rgba(28,27,24,.48)}.confirmation-dialog{width:min(100%,460px);padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 20px 60px rgba(28,27,24,.18)}.confirmation-dialog h2{margin:0 0 10px;font-size:23px}.confirmation-dialog>p:not(.instruction-label){margin:0;color:var(--muted);font-size:11px;line-height:1.65}.confirmation-dialog__actions{margin-top:22px;display:flex;gap:10px}.button.danger{border-color:#8a3d2f;background:#8a3d2f;color:#fff}.button.danger:hover{border-color:#682b21;background:#682b21}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:12px;font-weight:600}.field-hint{color:#96938c}.field-help,.field-hint{font-size:10px;font-weight:400}.field-help{margin-top:1px;color:var(--muted);line-height:1.45}.field-required{color:var(--gold-dark);font-size:9px;font-weight:700;text-transform:uppercase}.form-error{border:1px solid #d9b8af;border-radius:4px;background:#fbf3f1;color:#8a3d2f}.form-error,.form-success{grid-column:1/-1;margin:0;padding:12px 14px;font-size:11px;font-weight:600}.form-success{border:1px solid #c9b98d;border-radius:4px;background:#f8f6f0;color:var(--graphite)}.profile-message{grid-column:1/-1}input{min-height:46px;padding:10px 12px}input,textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--graphite);font:inherit}textarea{min-height:128px;padding:12px;resize:vertical;line-height:1.5}select{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--graphite);font:inherit}input:focus,textarea:focus{border-color:var(--gold-dark);outline:none}.page-head .lead span{display:block}.custom-field{position:relative;display:grid;grid-gap:7px;gap:7px}.custom-field__label{color:var(--muted);font-size:12px;font-weight:600}.custom-select__trigger{width:100%;min-height:46px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--graphite);font:inherit;font-size:12px;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.custom-select__trigger.is-open,.custom-select__trigger:hover{border-color:var(--gold)}.custom-select__trigger.is-open{box-shadow:0 0 0 1px var(--gold)}.custom-select__trigger .is-placeholder{color:#929089}.custom-select__caret{color:var(--gold-dark);font-size:18px;line-height:1;transition:transform .2s ease}.custom-select__trigger.is-open .custom-select__caret{transform:rotate(180deg)}.custom-select__menu{position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;overflow:hidden;padding:6px 6px 10px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 12px 28px rgba(39,35,25,.12)}.custom-select__menu button{width:100%;min-height:38px;margin-bottom:3px;padding:9px 10px;border:0;border-radius:4px;background:transparent;color:var(--graphite);font:inherit;font-size:12px;text-align:left;cursor:pointer}.custom-select__menu button:last-child{margin-bottom:0}.custom-select__menu button:hover{background:#f7f4ee;color:var(--gold-dark)}.custom-select__menu button.is-selected{background:#f2ead9;color:#76591d;font-weight:600}.empty{padding:54px 24px;text-align:center}.order-cards{display:grid;grid-gap:14px;gap:14px}.order-cards--archive,.order-cards--dashboard{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.order-card{position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.order-card:hover{transform:translateY(-2px);border-color:#c9b98d;box-shadow:0 10px 22px rgba(39,35,25,.06)}.order-card__main{display:block;padding:22px 24px 18px;text-decoration:none}.order-card__top{display:flex;justify-content:space-between;gap:20px}.order-card__top-side{display:grid;justify-items:end;align-content:start;grid-gap:10px;gap:10px}.order-detail-title{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.order-detail-title .order-badge{margin-top:5px}.order-badge{padding:5px 8px;border-radius:4px;font-size:9px;font-weight:700;line-height:1;text-transform:uppercase}.order-badge--large{padding:8px 12px;font-size:11px}.order-badge--pending{background:#f4e8ca;color:#80601f}.order-badge--active{background:#e8eee9;color:#42634d}.order-badge--delivered{background:#dce9df;color:#315f42}.order-card__label{display:block;margin-bottom:3px;color:var(--gold-dark);font-size:10px;font-weight:700;text-transform:uppercase}.order-card__total{white-space:nowrap;font-size:16px}.order-products{min-height:98px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.order-products>div:last-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.order-products small,.order-products strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-products strong{font-size:12px}.order-products small{color:var(--muted);font-size:10px}.product-stack{min-width:88px;display:flex;align-items:center;gap:8px}.product-stack span{width:86px;height:86px;flex:0 0 86px;overflow:hidden;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--gold-dark);font-size:9px;font-weight:700}.product-stack img{width:100%;height:100%;display:block;border-radius:5px;object-fit:contain}.product-stack span:nth-child(2){background:#ddd8ce}.product-stack span:nth-child(3){background:#cec9bf}.order-card__status{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:6px 16px;gap:6px 16px;padding-top:15px;border-top:1px solid var(--line)}.order-card__state{display:grid;grid-gap:2px;gap:2px}.order-card__state span{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.order-card__state strong{font-size:12px}.order-card__open{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;transition:color .2s ease}.order-card:hover .order-card__open{color:var(--gold-dark)}.instruction-block{margin-bottom:28px;padding:14px 16px;border-radius:var(--radius);background:#f3f0e9}.instruction-block .instruction-label{margin-bottom:8px}.return-steps{display:grid;grid-gap:8px;gap:8px;margin:0}.return-steps div{padding:0}.return-steps strong{font-size:11px;font-weight:500}.instruction-label{margin:0 0 12px;color:var(--gold-dark);font-size:10px;font-weight:700;text-transform:uppercase}.return-methods{margin:28px 0 0;padding:0;border:0}.return-methods legend{margin-bottom:12px;font-weight:700}.choice-card{grid-template-columns:auto 1fr;align-items:start;gap:12px;margin-bottom:10px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.choice-card.is-selected,.choice-card:hover{border-color:var(--gold);background:#fbfaf7}.choice-card input{width:16px;min-height:16px;margin-top:3px;accent-color:var(--gold-dark)}.choice-card span{display:grid;grid-gap:3px;gap:3px}.choice-card strong{font-weight:500}.choice-card small{color:var(--muted);font-weight:400}.choice-card small b{color:var(--graphite);font-weight:600}.collection-address{margin:12px 0 0 28px;padding:20px;border:1px solid #d8cda9;border-radius:var(--radius);background:#f8f6f0}.collection-address__head{margin-bottom:18px}.collection-address__head .instruction-label{margin-bottom:5px}.collection-address__head h3{margin:0;font-size:16px}.collection-address__head>p:last-child{margin:6px 0 0;color:var(--muted);font-size:11px}.collection-address__note{margin:14px 0 0;color:var(--gold-dark);font-size:10px;font-weight:600}.locked-field{background:#eeeae1;color:var(--graphite);font-weight:600;cursor:not-allowed}.locked-field,.locked-field:focus{border-color:#ddd8ce}.return-note{margin-top:20px;padding:15px 16px;display:grid;grid-gap:3px;gap:3px;border-left:3px solid var(--gold);background:#f3f0e9;font-size:12px}.return-faq{margin-top:38px;padding:26px;border-radius:var(--radius);background:#f3f0e9}.return-faq__head{margin-bottom:16px;padding:0 0 18px;border-bottom:1px solid #ddd8ce}.return-faq__head .instruction-label{margin-bottom:5px}.return-faq__head h2{margin:0;color:var(--graphite);font-size:21px;line-height:1.15}.return-faq__head div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.return-faq__list{display:grid;grid-gap:8px;gap:8px}.return-faq details{overflow:hidden;border:1px solid #ddd8ce;border-radius:4px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.return-faq details:hover{border-color:#c9b98d}.return-faq details[open]{border-color:#c9b98d;box-shadow:inset 3px 0 0 var(--gold)}.return-faq summary{position:relative;padding:15px 42px 15px 16px;list-style:none;color:var(--graphite);font-size:12px;font-weight:600;cursor:pointer}.return-faq summary::-webkit-details-marker{display:none}.return-faq summary:after{position:absolute;top:50%;right:16px;color:var(--gold-dark);font-size:18px;font-weight:400;content:"+";transform:translateY(-50%)}.return-faq details[open] summary:after{content:"−"}.return-faq__list p{max-width:760px;margin:0;padding:0 42px 16px 16px;color:var(--muted);font-size:11px;line-height:1.65}.return-form-error{margin:18px 0 0;padding:12px 14px;border:1px solid #d9b8af;border-radius:4px;background:#fbf3f1;color:#8a3d2f;font-size:11px;font-weight:600}.return-form-actions{margin-top:22px;display:flex;gap:12px}.return-review{padding:24px;border:1px solid #d8cda9;border-radius:var(--radius);background:#f8f6f0}.return-review__head{margin-bottom:20px;padding-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #ddd8ce}.return-review__head .instruction-label{margin-bottom:5px}.return-review__head h2{margin:0;font-size:22px}.return-review__items{display:grid;grid-gap:10px;gap:10px}.return-review__item{padding:16px;border:1px solid var(--line);border-radius:4px;background:#fff}.return-review__item>div:first-child{display:grid;grid-gap:3px;gap:3px}.return-review__item p,.return-review__item span{color:var(--muted);font-size:10px}.return-review__item dl{margin:14px 0 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.return-review__item dl div{display:grid;grid-gap:3px;gap:3px}.return-review__item dt{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.return-review__item dd{margin:0;font-size:11px;font-weight:600}.return-review__item p{margin:12px 0 0;padding-top:10px;border-top:1px solid var(--line)}.return-review__method{margin-top:16px;padding:16px;display:grid;grid-gap:4px;gap:4px;border-left:3px solid var(--gold);background:#fff}.return-review__method>span{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.return-review__method small{color:var(--muted);font-size:10px}.return-review__method em{margin-top:8px;color:var(--gold-dark);font-size:10px;font-style:normal;font-weight:600}.return-success{min-height:380px;padding:54px 24px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.return-success__mark{width:42px;height:42px;margin-bottom:18px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold-dark);font-size:20px}.return-success h2{margin:0 0 10px;font-size:25px}.return-success__reference{margin:-2px 0 14px;color:var(--graphite);font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.return-success .order-badge{margin:0 0 14px}.return-success>p:not(.instruction-label){max-width:510px;margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.65}.form-note{padding:14px 16px;display:grid;grid-gap:3px;gap:3px;border-left:3px solid var(--gold);background:#f3f0e9;color:var(--muted);font-size:11px}.form-note strong{color:var(--graphite);font-size:12px}.profile-grid{display:grid;grid-gap:22px;gap:22px}.profile-panel{overflow:hidden}.profile-panel__head{padding:20px 24px 16px;background:#f8f6f0}.profile-panel__head .instruction-label{margin-bottom:4px}.profile-panel__head h2{margin:0;font-size:20px}.profile-panel__head span{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.profile-actions{grid-column:1/-1;display:flex;align-items:center;gap:16px}.profile-actions span{color:var(--muted);font-size:11px}.addresses-note{margin-bottom:24px}.return-availability{margin:0 0 16px;padding:12px;border-left:2px solid var(--gold);background:#f3f0e9;font-size:12px}.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.address-form{margin-bottom:28px}.form-actions{display:flex;gap:10px}.address-card{position:relative;overflow:hidden;min-height:205px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.address-card:hover{transform:translateY(-2px);border-color:#c9b98d;box-shadow:0 10px 22px rgba(39,35,25,.06)}.address-card p{color:var(--muted)}.address-phone,.address-tax{display:inline-block;margin-top:7px;color:var(--graphite);font-weight:600}.address-phone{font-size:12px}.address-card>div:last-child{display:flex;gap:18px}.text-button{padding:0;border:0;background:transparent;color:var(--gold-dark);font-size:11px;font-weight:700;text-transform:uppercase;cursor:pointer}.address-card--add{align-items:center;justify-content:center;gap:12px;color:var(--muted);cursor:pointer}.address-card--add span{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold-dark);font-size:22px}.add-address-button{width:-moz-fit-content;width:fit-content;min-height:40px;margin-top:20px;padding:8px 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--gold);border-radius:4px;background:transparent;color:var(--graphite);font:inherit;font-size:11px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.add-address-button span{color:var(--gold-dark);font-size:18px;line-height:1}.add-address-button:hover{background:var(--gold);color:#fff}.add-address-button:hover span{color:#fff}.form-section-title{margin-top:12px;padding-top:24px;display:grid;grid-gap:4px;gap:4px;border-top:1px solid var(--line)}.form-section-title span{color:var(--muted);font-size:11px}.reveal{animation:reveal-card .55s ease both}@keyframes reveal-card{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.reveal{animation:none}.order-card{transition:none}}footer{border-top:1px solid var(--line);background:#faf8f3;color:var(--muted);font-size:12px}.footer-main{padding:38px 5vw 34px;display:grid;grid-template-columns:1.35fr repeat(3,1fr);grid-gap:46px;gap:46px}.footer-brand{display:grid;justify-items:start;grid-gap:7px;gap:7px}.footer-brand img{width:128px;height:auto;margin-bottom:8px}.footer-brand p{max-width:290px;margin:0}.footer-brand strong{margin-bottom:8px;color:var(--graphite)}.footer-brand a,.footer-menu a{color:var(--muted);text-decoration:none}.footer-brand a:hover,.footer-menu a:hover{color:var(--gold-dark)}.footer-menu{display:grid;align-content:start;grid-gap:9px;gap:9px}.footer-menu strong{margin-bottom:5px;color:var(--graphite);font-size:11px;text-transform:uppercase}.footer-bottom{min-height:54px;padding:12px 5vw;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);background:transparent;font-size:11px}@media (min-width:1500px){.header__row.section--page-width{padding-inline:32px}.header-logo__image-container{width:145px}.mobile-menu{display:none}.header__inline-menu,.header__search--inline{display:block}}@media (max-width:800px){.announcement-bar{min-height:32px;padding:7px 14px;justify-content:flex-start;gap:28px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.announcement-bar::-webkit-scrollbar{display:none}.header__row.section--page-width{padding:14px 18px}.header__columns{min-height:40px;grid-template-columns:1fr auto;gap:12px}.header__column--left{gap:0}.header__column--right{gap:2px}.header-logo{position:absolute;left:50%;transform:translateX(-50%)}.header-logo__image-container{width:122px}.header__column-action,.header__icon,.header__icon .svg-wrapper{width:32px;height:32px}.header__icon .icon,.header__icon svg{width:20px;height:20px}.menu-drawer__navigation-container{padding-inline:10px}.account-dropdown{top:calc(100% + 10px);right:0;width:min(280px,calc(100vw - 32px))}main{width:min(100% - 28px,620px);padding-top:34px}.detail-grid,.grid,.order-action-strip{grid-template-columns:1fr}.order-action-strip section{grid-template-columns:1fr;align-items:stretch}.order-action-strip .button{min-width:0;width:100%}.account-actions,.address-grid,.order-cards--archive,.order-cards--dashboard,.profile-grid{grid-template-columns:1fr}.profile-actions{align-items:stretch;flex-direction:column}.dashboard-alert{grid-template-columns:1fr;align-items:stretch}.form-actions{align-items:stretch;flex-direction:column}.account-overview{grid-template-columns:1fr;margin-bottom:46px}.account-overview>div{min-height:86px;border-right:0;border-bottom:1px solid var(--line)}.account-overview>div:last-child{border-bottom:0}.section-heading{align-items:start;flex-direction:column}.orders-panel .panel-head{display:none}.page-head{align-items:flex-start;flex-direction:column}.order-row{grid-template-columns:1fr auto;gap:8px 16px}.order-row .status{grid-column:1}.order-row .meta:nth-child(3){display:none}.product--summary{grid-template-columns:72px 1fr;align-items:start}.product--summary .product-image{width:72px}.product--summary>strong{grid-column:2;justify-self:start;margin-top:4px}.form-grid{grid-template-columns:1fr}.return-product__check{grid-template-columns:auto 62px 1fr;gap:10px}.return-product__check .product-image{width:62px}.return-product,.return-product.is-selected{grid-template-columns:1fr}.return-product__fields,.return-product__fields:has(.return-product__quantity){padding:14px 0 0;grid-template-columns:1fr;border-top:1px solid var(--line);border-left:0}.return-product__quantity input{width:100%}.collection-address{margin-left:0;padding:16px}.return-faq{padding:20px 16px}.return-form-actions{align-items:stretch;flex-direction:column}.order-cancel-action{align-items:flex-start;flex-direction:column}.order-state__primary{grid-template-columns:1fr}.order-state__primary h2{white-space:normal}.order-state__primary .order-badge{width:-moz-fit-content;width:fit-content}.confirmation-dialog__actions{align-items:stretch;flex-direction:column}.return-review{padding:18px 14px}.return-review__head{align-items:start;flex-direction:column}.return-review__item dl{grid-template-columns:1fr}.footer-main{padding:30px 20px 24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 22px}.footer-brand{grid-column:1/-1;gap:6px}.footer-brand img{width:118px;margin-bottom:6px}.footer-menu{gap:8px;padding-top:16px;border-top:1px solid var(--line)}.footer-menu:last-of-type{grid-column:1/-1}.footer-bottom{min-height:auto;padding:16px 20px 22px;align-items:flex-start;flex-direction:column;gap:6px}}@media (max-width:380px){.header__row.section--page-width{padding-inline:12px}.header-logo__image-container{width:108px}.header__column-action,.header__icon,.header__icon .svg-wrapper{width:28px;height:28px}.header__icon .icon,.header__icon svg{width:18px;height:18px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_1e35df{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_1e35df{--font-poppins:"Poppins","Poppins Fallback"}