.category-list{box-sizing:border-box;width:100%;padding:32px}.category-list__header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.category-list__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#687734;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.category-list__title{color:#252a23;margin:0;font-size:28px;font-weight:700}.category-list__description{color:#7b8277;margin:7px 0 0;font-size:14px}.category-list__add{color:#fff;background:#687734;border-radius:9px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.category-list__add svg{width:17px;height:17px}.category-list__add:hover{background:#59662d;transform:translateY(-1px)}.category-list__toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.category-list__search{align-items:center;display:flex;position:relative}.category-list__search svg{color:#8a9186;width:17px;height:17px;position:absolute;left:13px}.category-list__search input{box-sizing:border-box;color:#252a23;background:#fff;border:1px solid #dce0d9;border-radius:9px;outline:none;width:100%;height:42px;padding:0 13px 0 40px;font-family:inherit;font-size:13px}.category-list__search input:focus{border-color:#687734;box-shadow:0 0 0 3px #6877341a}.category-list__count{color:#858c82;font-size:13px}.category-list__error{color:#a23c35;background:#fff4f2;border:1px solid #efd1ce;border-radius:8px;margin-bottom:14px;padding:12px 14px;font-size:13px}.category-list__card{background:#fff;border:1px solid #e1e5de;border-radius:14px;overflow:hidden}.category-list__table-wrapper{overflow-x:auto}.category-list__table{border-collapse:collapse;width:100%;min-width:620px}.category-list__table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#81887d;background:#fafbf9;border-bottom:1px solid #e5e8e2;height:46px;padding:0 18px;font-size:11px;font-weight:700}.category-list__table td{color:#424940;border-bottom:1px solid #edf0eb;height:64px;padding:0 18px;font-size:14px}.category-list__table tbody tr:last-child td{border-bottom:0}.category-list__table tbody tr{transition:background .15s}.category-list__table tbody tr:hover{background:#fafbf8}.category-list__name{color:#30362d;align-items:center;gap:11px;font-weight:600;display:flex}.category-list__category-icon{color:#687734;background:#eef2e7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.category-list__sort{color:#6e7569;background:#f4f5f2;border-radius:6px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 7px;font-size:12px;display:inline-flex}.category-list__status{border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:650;display:inline-flex}.category-list__status--active{color:#61712e;background:#edf3e4}.category-list__status--inactive{color:#777e73;background:#f1f2f0}.category-list__actions-header{text-align:right!important}.category-list__actions{justify-content:flex-end;gap:6px;display:flex}.category-list__action{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:flex}.category-list__action svg{width:16px;height:16px}.category-list__action--edit{color:#687734}.category-list__action--edit:hover{background:#eef2e7;border-color:#dce4cf}.category-list__action--delete{color:#a05a53}.category-list__action--delete:hover{background:#fff1ef;border-color:#f1d9d6}.category-list__action--delete:disabled{opacity:.4;cursor:not-allowed}.category-list__loading{text-align:center;color:#7d8478;padding:60px 20px;font-size:14px}.category-list__empty{text-align:center;padding:60px 20px}.category-list__empty-title{color:#353b32;margin-bottom:6px;font-size:16px;font-weight:650}.category-list__empty p{color:#858c82;margin:0;font-size:13px}@media (width<=700px){.category-list{padding:20px}.category-list__header{flex-direction:column;align-items:flex-start}.category-list__add{justify-content:center;width:100%}.category-list__toolbar{flex-direction:column;align-items:flex-start}.category-list__search{width:100%}}@media (width<=480px){.category-list{padding:14px}.category-list__title{font-size:24px}.category-list__table{min-width:560px}}.panel-view{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:2rem 1.5rem 4rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.panel-view__header{margin-bottom:2rem}.panel-view__eyebrow{text-transform:uppercase;letter-spacing:1px;color:#66704a;font-size:13px;font-weight:600}.panel-view__title{color:#111;margin:.25rem 0 .5rem;font-size:2.25rem;font-weight:700}.panel-view__description{color:#666;margin:0;font-size:15px}.panel-view__tab-group{border-bottom:1px solid #e5e5e5;gap:.5rem;margin-bottom:2rem;display:flex}.panel-view__tab-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:.75rem 1.25rem;font-family:inherit;font-size:15px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.panel-view__tab-btn:hover{color:#66704a}.panel-view__tab-btn.is-active{color:#66704a;font-weight:600}.panel-view__tab-btn.is-active:after{content:"";background-color:#66704a;height:2px;position:absolute;bottom:-1px;left:0;right:0}.panel-view__toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.panel-view__search-wrapper{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:.75rem;width:100%;max-width:380px;height:44px;padding:0 1rem;display:flex}.panel-view__search-wrapper svg{color:#767676;flex-shrink:0;font-size:18px}.panel-view__search-wrapper input{color:#111;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.panel-view__search-wrapper input::placeholder{color:#666}.panel-view__metrics-counter{color:#767676;font-size:14px;font-weight:500}.panel-view__error-box{color:#e11d48;background-color:#e11d4812;border:1px solid #e11d48;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:14px}.panel-view__content-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 20px #00000003}.panel-view__loading-overlay,.panel-view__empty-state{text-align:center;color:#666;padding:4rem 2rem}.panel-view__empty-title{color:#111;margin-bottom:.5rem;font-size:18px;font-weight:600}.panel-view__scroll-table-container{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table thead{background-color:#f9f9f9;border-bottom:1px solid #e5e5e5}.data-table thead th{text-transform:uppercase;letter-spacing:.5px;color:#666;padding:1rem 1.25rem;font-size:12px;font-weight:600}.data-table tbody tr{border-bottom:1px solid #e5e5e5;transition:background-color .15s}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background-color:#f6f6fb}.data-table td{vertical-align:middle;padding:1rem 1.25rem}.data-table__text{color:#111;white-space:nowrap;font-size:14px}.data-table__text.font-semibold{font-weight:500}.data-table__text.font-bold{font-weight:600}.data-table__text.text-main{color:#111}.data-table__text.text-primary{color:#66704a}.data-table__text.text-muted{color:#666}.data-table__user-profile{white-space:nowrap;align-items:center;gap:.75rem;font-size:14px;font-weight:500;display:flex}.data-table__avatar-badge{color:#66704a;background-color:#cdd3bd;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.data-table__actions{justify-content:center;align-items:center;display:flex}.data-table__actions-header{text-align:center}.data-table__action-link{color:#767676;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.data-table__action-link svg{font-size:16px}.data-table__action-link:hover{color:#66704a;background-color:#e0e4d5;border-color:#66704a;transform:translateY(-1px)}.status-badge{text-transform:uppercase;letter-spacing:.25px;white-space:nowrap;color:#d97706;background-color:#fef3c7;border-radius:20px;align-items:center;padding:.25rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.status-badge--shipped,.status-badge--in-transit{color:#2563eb;background-color:#dbeafe}.status-badge--completed,.status-badge--delivered,.status-badge--label-ready{color:#16a34a;background-color:#f0fdf4}.status-badge--disputed,.status-badge--cancelled,.status-badge--expired{color:#e11d48;background-color:#e11d4814}@media (width<=768px){.panel-view__toolbar{flex-direction:column;align-items:flex-start}.panel-view__search-wrapper{max-width:100%}}.landing-page{background-color:#fff;width:100vw;display:block}.landing-center{color:#111;-webkit-font-smoothing:antialiased;background-color:#fff;width:95%;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.landing-center a{color:inherit;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.landing-center img{object-fit:cover;width:100%;height:100%;display:block}.section{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:4rem 1.5rem}@media (width>=768px){.section{padding-top:6rem;padding-bottom:6rem}}.section-heading{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}@media (width>=768px){.section-heading{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-heading h2{letter-spacing:-.03em;margin:.5rem 0 0;font-size:2rem;font-weight:700}.section-heading a{border-bottom:2px solid #0000;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.section-heading a:hover{border-color:#66704a}.section-eyebrow,.hero__content .hero__eyebrow{letter-spacing:.15em;color:#666;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.button{cursor:pointer;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.button--primary{background-color:#66704a;border:1px solid #66704a;color:#fff!important}.button--primary:hover{background-color:#393c2e}.button--secondary{color:#66704a;background-color:#0000;border:1px solid #e5e5e5}.button--secondary:hover{background-color:#f9f9f9;border-color:#66704a}.button--light{color:#66704a;background-color:#fff;border:1px solid #fff}.button--light:hover{opacity:.95}.icon-button{cursor:pointer;color:#111;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.brand{letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.hero{box-sizing:border-box;grid-template-columns:1fr;align-items:center;gap:2.5rem;width:100%;max-width:1280px;margin-top:0;margin-left:auto;margin-right:auto;padding:2rem 1.5rem 4rem;display:grid}@media (width>=1024px){.hero{grid-template-columns:1.1fr .9fr;gap:4rem;padding-top:4rem;padding-bottom:4rem}}.hero__content{width:100%;max-width:580px}.hero__content .hero__eyebrow{margin-bottom:1rem}.hero__content h1{letter-spacing:-.04em;color:#111;margin:0 0 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.hero__content h1{font-size:3.5rem}}.hero__content h1 em{color:#66704a;font-family:serif;font-style:italic;font-weight:400}.hero__content p{color:#666;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.6}.hero__actions{flex-direction:column;gap:1rem;width:100%;display:flex}@media (width>=640px){.hero__actions{flex-direction:row}}.hero__visual{aspect-ratio:4/4.2;width:100%;max-width:540px;margin:0 auto;display:block;position:relative}@media (width>=1024px){.hero__visual{max-width:100%}}.hero-card{background-color:#f9f9f9;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;box-shadow:0 12px 32px #0d13130f}.hero-card img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.001)}.hero-card--large{z-index:1;width:80%;height:78%;top:0;left:0}.hero-card--small{z-index:2;border:6px solid #fff;width:48%;height:52%;bottom:4%;right:0;box-shadow:0 16px 36px #0d13131a}.hero-card--small:hover{transform:translateY(-2px)}.hero-floating-card{z-index:3;background:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:.85rem;max-width:240px;padding:.85rem 1.25rem;display:flex;position:absolute;bottom:12%;left:-4%;box-shadow:0 10px 28px #0d131314}.hero-floating-card svg{color:#66704a;flex-shrink:0;font-size:1.4rem}.hero-floating-card div{flex-direction:column;min-width:0;display:flex}.hero-floating-card strong{color:#111;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:700;display:block;overflow:hidden}.hero-floating-card span{color:#666;margin-top:1px;font-size:.75rem;font-weight:500}.trust-bar{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:2rem 1.5rem;display:grid}@media (width>=1024px){.trust-bar{grid-template-columns:repeat(4,1fr)}}.trust-item{align-items:flex-start;gap:1rem;display:flex}.trust-item svg{color:#66704a;flex-shrink:0;margin-top:.15rem;font-size:1.35rem}.trust-item strong{margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.trust-item span{color:#666;font-size:.85rem;line-height:1.3;display:block}.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=768px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.category-card{aspect-ratio:4/5;background-color:#f9f9f9;border-radius:6px;position:relative;overflow:hidden}.category-card__overlay{color:#fff;background:linear-gradient(#0000 40%,#0009 100%);justify-content:space-between;align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.category-card__overlay h3{margin:0;font-size:1.25rem;font-weight:600}.category-card__overlay svg{opacity:0;font-size:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);transform:translate(-4px)}.category-card:hover img{transform:scale(1.04)}.category-card:hover .category-card__overlay svg{opacity:1;transform:translate(0)}.category-card img{transition:transform .6s cubic-bezier(.25,1,.5,1)}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{flex-direction:column;display:flex}.product-card__media{aspect-ratio:1;background-color:#f9f9f9;border-radius:6px;margin-bottom:1rem;position:relative;overflow:hidden}.product-card__favorite{cursor:pointer;color:#111;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 4px 10px #0000000d}.product-card__favorite:hover{color:#e11d48;transform:scale(1.05)}.product-card__info{flex-direction:column;gap:.25rem;display:flex}.product-card__info h3{color:#111;margin:0;font-size:.95rem;font-weight:500}.product-card__info strong{color:#111;font-size:1.05rem;font-weight:700}.product-card__condition{text-transform:uppercase;letter-spacing:.05em;color:#666;background-color:#f9f9f9;border-radius:2px;align-self:flex-start;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.product-card:hover img{transform:scale(1.02)}.product-card img{transition:transform .4s}.seller-section{color:#fff;background-color:#111;border-radius:12px;grid-template-columns:1fr;gap:4rem;width:100%;max-width:1280px;margin:4rem auto;padding:3rem 1.5rem;display:grid}@media (width>=1024px){.seller-section{grid-template-columns:.9fr 1.1fr;margin-top:6rem;margin-bottom:6rem;padding:5rem}}.seller-section__content{flex-direction:column;justify-content:center;display:flex}.seller-section__content .section-eyebrow,.seller-section__content .hero__content .hero__eyebrow,.hero__content .seller-section__content .hero__eyebrow{color:#ffffff80;margin-bottom:1rem}.seller-section__content h2{letter-spacing:-.03em;margin:0 0 1.5rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=640px){.seller-section__content h2{font-size:3rem}}.seller-section__content h2 em{font-family:serif;font-style:italic;font-weight:400}.seller-section__content p{color:#ffffffb3;max-width:420px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.seller-section__content .button{color:#fff;background:#66704a;border-color:#0000;align-self:flex-start}.seller-section__steps{flex-direction:column;justify-content:center;gap:2.5rem;display:flex}.seller-step{align-items:flex-start;gap:1.5rem;display:flex}.seller-step span{color:#fff3;margin-top:.2rem;font-family:serif;font-size:1.5rem;font-weight:700;line-height:1}.seller-step strong{margin-bottom:.5rem;font-size:1.15rem;font-weight:600;display:block}.seller-step p{color:#fff9;margin:0;font-size:.95rem;line-height:1.5}.final-cta{text-align:center;border-top:1px solid #e5e5e5;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:5rem 1.5rem;display:flex}@media (width>=768px){.final-cta{padding:8rem 1.5rem}}.final-cta .section-eyebrow,.final-cta .hero__content .hero__eyebrow,.hero__content .final-cta .hero__eyebrow{margin-bottom:1rem}.final-cta h2{letter-spacing:-.03em;margin:0 0 2.5rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=768px){.final-cta h2{font-size:3.25rem}}.landing-footer{border-top:1px solid #e5e5e5;grid-template-columns:1fr;gap:3rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:4rem 1.5rem;display:grid}@media (width>=768px){.landing-footer{grid-template-columns:1fr 2fr}}.landing-footer__brand{max-width:280px}.landing-footer__brand p{color:#666;margin-top:1rem;font-size:.95rem;line-height:1.5}.landing-footer__links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=640px){.landing-footer__links{grid-template-columns:repeat(3,1fr)}}.landing-footer__links h4{text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem;font-size:.9rem;font-weight:700}.landing-footer__links div{flex-direction:column;gap:.75rem;display:flex}.landing-footer__links a{color:#666;font-size:.95rem}.landing-footer__links a:hover{color:#111}.language-component-wrapper{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:0;right:0}.app-language-toggle{background-color:#0f172a0a;border:1px solid #0f172a05;border-radius:12px;align-items:center;gap:4px;padding:4px;transition:background-color .3s;display:inline-flex;box-shadow:inset 0 1px 2px #00000005}.app-language-toggle:hover{background-color:#0f172a0f}.app-language-toggle button{color:#64748b;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;border-radius:9px;outline:none;padding:6px 14px;font-size:.75rem;font-weight:700;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),color .2s,box-shadow .25s}.app-language-toggle button:hover{color:#1e293b}.app-language-toggle button:active{transform:scale(.94)}.app-language-toggle button.active{color:#ff4757;cursor:default;pointer-events:none;background-color:#fff;box-shadow:0 4px 12px #0f172a0f,0 1px 3px #0f172a05}.language-badge-locked{-webkit-backdrop-filter:blur(12px);cursor:not-allowed;background:#f8fafcd9;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:8px;padding:8px 16px;animation:.35s cubic-bezier(.16,1,.3,1) both badgeEntryScale;display:inline-flex}.language-badge-locked .lock-icon{color:#94a3b8;justify-content:center;align-items:center;font-size:.85rem;animation:2s ease-in-out infinite alternate lockSecurePulse;display:inline-flex}.language-badge-locked span{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600;line-height:1}.language-badge-locked span strong{color:#0f172a;margin-left:2px;font-weight:800}@keyframes badgeEntryScale{0%{opacity:0;transform:scale(.96)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes lockSecurePulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;color:#ff4757;transform:scale(1.1)}}@media (width<=576px){.app-language-toggle{border-radius:10px;padding:3px}.app-language-toggle button{border-radius:7px;padding:5px 10px;font-size:.7rem}.language-badge-locked{border-radius:10px;gap:6px;padding:6px 12px}.language-badge-locked span{font-size:.7rem}}.mobile-landing{color:#111;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.mobile-landing a{color:inherit;text-decoration:none}.mobile-landing img{object-fit:cover;width:100%;height:100%;display:block}.mobile-landing>section{box-sizing:border-box;width:100%;padding-bottom:3.5rem;padding-left:1.25rem;padding-right:1.25rem}.mobile-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:1.75rem;display:flex}.mobile-section-heading h2{letter-spacing:-.03em;margin:.35rem 0 0;font-size:1.5rem;font-weight:800}.mobile-section-heading a{color:#66704a;align-items:center;gap:.35rem;min-height:44px;font-size:.9rem;font-weight:600;display:inline-flex}.mobile-section-eyebrow,.mobile-hero__content .mobile-hero__eyebrow{letter-spacing:.12em;color:#666;text-transform:uppercase;font-size:.7rem;font-weight:700;display:block}.mobile-button{box-sizing:border-box;text-align:center;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:44px;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.mobile-button--primary{background-color:#66704a;border:1px solid #66704a;color:#fff!important}.mobile-button--secondary{color:#6b8e23;background-color:#0000;border:1px solid #e5e5e5}.mobile-button--light{color:#66704a;background-color:#fff;border:1px solid #fff}.mobile-brand{letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.mobile-brand span{color:#666;font-weight:400}.mobile-hero{flex-direction:column;gap:2.5rem;margin-top:2rem;display:flex}.mobile-hero__content .mobile-hero__eyebrow{margin-bottom:.85rem}.mobile-hero__title{letter-spacing:-.04em;margin:0 0 1rem;font-size:2.25rem;font-weight:800;line-height:1.15}.mobile-hero__title em{font-family:serif;font-style:italic;font-weight:400}.mobile-hero__description{color:#666;margin:0 0 2rem;font-size:1rem;line-height:1.5}.mobile-hero__actions{flex-direction:column;gap:.75rem;display:flex;position:relative}.mobile-hero__visual{width:100%;height:300px;margin-top:1rem;position:relative}.mobile-hero__image{border-radius:6px;position:absolute;overflow:hidden;box-shadow:0 12px 24px #0000000d}.mobile-hero__image--large{width:70%;height:85%;top:0;left:0}.mobile-hero__image--small{border:4px solid #fff;width:48%;height:55%;bottom:5%;right:0}.mobile-hero__verified{background:#fff;border-radius:6px;align-items:center;gap:.65rem;max-width:180px;padding:.65rem .85rem;display:flex;position:absolute;bottom:12%;left:4%;box-shadow:0 8px 20px #00000014}.mobile-hero__verified svg{color:#66704a;flex-shrink:0;font-size:1.2rem}.mobile-hero__verified div{flex-direction:column;display:flex}.mobile-hero__verified strong{font-size:.8rem;font-weight:700;line-height:1.2}.mobile-hero__verified span{color:#666;font-size:.7rem}.mobile-trust{background-color:#f9f9f9;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;display:grid}.mobile-trust__item{flex-direction:column;gap:.5rem;display:flex}.mobile-trust__item svg{color:#66704a;font-size:1.25rem}.mobile-trust__item strong{font-size:.85rem;font-weight:700;display:block}.mobile-trust__item span{color:#666;font-size:.75rem;line-height:1.3}.mobile-category-list{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.mobile-category-card{aspect-ratio:1;background-color:#f9f9f9;border-radius:6px;position:relative;overflow:hidden}.mobile-category-card__overlay{color:#fff;background:linear-gradient(#0000 40%,#0000008c 100%);justify-content:space-between;align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:0}.mobile-category-card__overlay h3{margin:0;font-size:.95rem;font-weight:600}.mobile-category-card__overlay svg{font-size:.95rem}.mobile-product-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem .75rem;display:grid}.mobile-product-card{flex-direction:column;margin-top:12px;display:flex;position:relative}.mobile-product-card__media{aspect-ratio:1;background-color:#f9f9f9;border-radius:6px;margin-bottom:.65rem;display:block;overflow:hidden}.mobile-product-card__favorite{cursor:pointer;color:#111;z-index:10;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 4px 8px #0000000f}.mobile-product-card__info{flex-direction:column;gap:.15rem;display:flex}.mobile-product-card__info h3{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:500;overflow:hidden}.mobile-product-card__info strong{color:#111;font-size:.95rem;font-weight:700}.mobile-product-card__condition{text-transform:uppercase;letter-spacing:.02em;color:#666;background-color:#f9f9f9;border-radius:2px;align-self:flex-start;margin-bottom:.15rem;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.mobile-seller{color:#fff;background-color:#111;flex-direction:column;gap:3rem;display:flex}.mobile-seller__content .mobile-section-eyebrow,.mobile-seller__content .mobile-hero__content .mobile-hero__eyebrow,.mobile-hero__content .mobile-seller__content .mobile-hero__eyebrow{color:#ffffff73;margin-bottom:.75rem}.mobile-seller__content h2{letter-spacing:-.03em;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.15}.mobile-seller__content h2 em{font-family:serif;font-style:italic;font-weight:400}.mobile-seller__content p{color:#ffffffb3;margin-bottom:1.75rem;font-size:.95rem;line-height:1.5}.mobile-seller__content .mobile-button{color:#fff;background:#66704a;border-color:#0000;align-self:flex-start}.mobile-seller__steps{flex-direction:column;gap:1.75rem;display:flex}.mobile-seller__step{align-items:flex-start;gap:1rem;display:flex}.mobile-seller__step span{color:#ffffff40;font-family:serif;font-size:1.25rem;font-weight:700;line-height:1}.mobile-seller__step strong{margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.mobile-seller__step p{color:#fff9;margin:0;font-size:.85rem;line-height:1.4}.mobile-final-cta{text-align:center;border-top:1px solid #e5e5e5;flex-direction:column;align-items:center;display:flex}.mobile-final-cta .mobile-section-eyebrow,.mobile-final-cta .mobile-hero__content .mobile-hero__eyebrow,.mobile-hero__content .mobile-final-cta .mobile-hero__eyebrow{margin-bottom:.75rem}.mobile-final-cta h2{letter-spacing:-.03em;margin:0 0 2rem;font-size:1.75rem;font-weight:800;line-height:1.2}.mobile-footer{box-sizing:border-box;border-top:1px solid #e5e5e5;flex-direction:column;gap:2.5rem;width:100%;padding:3rem 1.25rem 2.5rem;display:flex}.mobile-footer__brand p{color:#666;margin-top:.75rem;font-size:.9rem;line-height:1.4}.mobile-footer__links{grid-template-columns:repeat(2,1fr);display:grid}.mobile-footer__links h4{text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.8rem;font-weight:700}.mobile-footer__links div{flex-direction:column;gap:.65rem;display:flex}.mobile-footer__links a{color:#666;font-size:.9rem}.mobile-footer__bottom{color:#666;border-top:1px solid #e5e5e5;flex-direction:column;gap:1rem;padding-top:1.5rem;font-size:.8rem;display:flex}.mobile-footer__bottom div{gap:1.25rem;display:flex}@media (width>=768px){.mobile-landing{display:none!important}}.mn-header{z-index:99999;-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background-color:#fcfcfde6;border-bottom:1px solid #e5e5e5;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:sticky;top:0;left:0}@media (width>=768px){.mn-header{display:none!important}}.mn-header__inner{z-index:100001;box-sizing:border-box;background-color:#fff;justify-content:space-between;align-items:center;height:60px;padding:.75rem 1.25rem;display:flex;position:relative}.mn-header__actions{align-items:center;gap:.35rem;display:flex}.mn-header__action-btn{color:#111;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.mn-header__action-btn svg{stroke-width:2px;font-size:1.35rem}.mn-header__action-btn:hover{color:#66704a;background-color:#f9f9f9}.mn-header__action-btn:active{transform:scale(.92)}.mn-header__counter-badge{color:#fff;box-sizing:border-box;background-color:#e11d48;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.mn-header__menu-toggle{cursor:pointer;color:#66704a;box-sizing:border-box;background:0 0;border:none;border-left:1px solid #e5e5e5;border-radius:0;outline:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-left:.25rem;padding-left:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.mn-header__menu-toggle svg{stroke-width:2.25px;font-size:1.4rem}.mn-header__menu-toggle:active{transform:scale(.92)}.mn-brand{letter-spacing:-.03em;color:#66704a;-webkit-user-select:none;user-select:none;align-items:center;min-height:44px;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.mn-brand__light{color:#666;margin-right:1px;font-weight:400}.mn-drawer{z-index:100000;box-sizing:border-box;-webkit-overflow-scrolling:touch;background-color:#fff;width:100vw;height:calc(100vh - 60px);animation:.28s cubic-bezier(.34,1.56,.64,1) forwards mnDrawerReveal;position:fixed;top:60px;left:0;overflow-y:auto;visibility:visible!important;display:block!important}.mn-drawer__nav{box-sizing:border-box;flex-direction:column;gap:.65rem;width:100%;padding:1.5rem 1.25rem 4rem;display:flex}.mn-drawer__nav-link{color:#111;box-sizing:border-box;background-color:#f9f9f9;border-radius:10px;justify-content:space-between;align-items:center;min-height:52px;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.mn-drawer__nav-link--login{color:#66704a;background-color:#0000;border:1px solid #e5e5e5}.mn-drawer__nav-link:active{color:#393c2e;background-color:#393c2e}.mn-drawer__nav-link:active .mn-drawer__link-icon{color:#393c2e;transform:translate(4px)}.mn-drawer__link-text{pointer-events:none}.mn-drawer__link-icon{color:#666;font-size:1.1rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.mn-drawer__logout-btn{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#66704a;border:none;border-radius:10px;width:100%;min-height:52px;margin-top:1rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1e3a3a26}.mn-drawer__logout-btn:active{background-color:#393c2e;transform:scale(.97)}@keyframes mnDrawerReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-search{top:0;z-index:1000;background-color:#f9f9f9;min-height:100dvh;position:fixed;inset:0;overflow-y:auto}.mobile-search__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;height:64px;padding:0 18px;display:flex}.mobile-search__close{color:#666;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:flex}.mobile-search__close svg{width:21px;height:21px}.mobile-search__title{font-size:14px;font-weight:600}.mobile-search__spacer{width:38px}.mobile-search__content{padding:22px 18px 40px}.mobile-search__form{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:4px;align-items:center;height:56px;transition:border-color .2s;display:flex;position:relative}.mobile-search__form:focus-within{border-color:#111}.mobile-search__form input{color:#111;background:0 0;border:0;outline:0;flex:1;width:100%;height:100%;padding:0 88px 0 46px;font-family:inherit;font-size:15px}.mobile-search__form input::placeholder{color:#666}.mobile-search__form input::-webkit-search-cancel-button{display:none}.mobile-search__icon{color:#666;width:19px;height:19px;position:absolute;left:17px}.mobile-search__clear{color:#111;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;right:48px}.mobile-search__clear svg{width:16px;height:16px}.mobile-search__submit{color:#f9f9f9;background:#111;border:0;border-radius:3px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;right:7px}.mobile-search__submit svg{width:17px;height:17px}.mobile-search__section{margin-top:38px}.mobile-search__eyebrow{letter-spacing:1.5px;color:#fff;font-size:9px;font-weight:700;display:block}.mobile-search__suggestions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.mobile-search__suggestions button{color:#666;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:30px;padding:10px 15px;font-family:inherit;font-size:11px;transition:background .2s,color .2s}.mobile-search__suggestions button:active{color:#f9f9f9;background:#fff}.mobile-search__section-heading{justify-content:space-between;align-items:center;display:flex}.mobile-search__clear-history{color:#666;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:10px}.mobile-search__recent{border-top:1px solid #e5e5e5;margin-top:14px}.mobile-search__recent button{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e5e5e5;align-items:center;gap:12px;width:100%;min-height:52px;padding:0;font-family:inherit;display:flex}.mobile-search__recent button svg:first-child{color:#666;width:15px;height:15px}.mobile-search__recent button span{flex:1;font-size:12px}.mobile-search__recent button svg:last-child{color:#666;width:14px;height:14px}.mobile-search__discover{background:#66704a;border-radius:4px;margin-top:48px;padding:28px 22px}.mobile-search__discover h2{letter-spacing:-1.2px;margin:10px 0 22px;font-size:27px;line-height:1.05}.mobile-search__discover a{color:#fff;align-items:center;gap:8px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.mobile-search__discover a svg{width:14px;height:14px}.product-details{color:#111;box-sizing:border-box;max-width:1200px;margin:0 auto;padding:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (width>=768px){.product-details{padding:2rem 1.5rem}}.product-details__nav-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.product-details__back-btn{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;min-height:36px;padding:.5rem 0;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}.product-details__back-btn svg{font-size:1rem}.product-details__back-btn:hover{color:#66704a}.product-details__category-crumb{color:#666;font-size:.85rem;font-weight:500}.product-details__main-wrapper{grid-template-columns:1fr;gap:2.5rem;margin-bottom:4rem;display:grid}@media (width>=1024px){.product-details__main-wrapper{grid-template-columns:1.1fr .9fr;gap:4rem}}.product-details__media-showcase{flex-direction:column;gap:1rem;width:100%;display:flex}.product-details__primary-viewport{aspect-ratio:1;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;position:relative;overflow:hidden}.product-details__primary-viewport img{object-fit:cover;width:100%;height:100%;display:block}.product-details__thumbnails-grid{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.product-details__thumbnails-grid::-webkit-scrollbar{display:none}.product-details__thumb-trigger{cursor:pointer;background-color:#f9f9f9;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:72px;height:72px;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.product-details__thumb-trigger img{object-fit:cover;width:100%;height:100%}.product-details__thumb-trigger--active{border-color:#66704a}.product-details__content-panel{flex-direction:column;display:flex}.product-details__brand-label{text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.product-details__product-title{letter-spacing:-.03em;margin:0 0 1rem;font-size:1.75rem;font-weight:800;line-height:1.25}@media (width>=768px){.product-details__product-title{font-size:2.25rem}}.product-details__condition-badge{margin-bottom:1.5rem;display:flex}.product-details__condition-badge span{color:#111;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.product-details__condition-badge span strong{font-weight:700}.product-details__narrative-description{color:#111111d9;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.product-details__pricing-matrix{background-color:#f9f9f9;border-radius:8px;flex-direction:column;gap:.35rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.product-details__price-row{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.product-details__deal-price{color:#111;font-size:1.75rem;font-weight:800;line-height:1.1}@media (width>=768px){.product-details__deal-price{font-size:2rem}}.product-details__strike-price{color:#666;font-size:1.15rem}.product-details__savings-banner{color:#e11d48;margin:0;font-size:.85rem;font-weight:700}.product-details__safety-strip{color:#16a34a;background-color:#f0fdf4;border:1px solid #16a34a1a;border-radius:6px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.85rem 1.25rem;display:flex}.product-details__safety-strip .product-details__safety-icon{flex-shrink:0;font-size:1.4rem}.product-details__safety-strip .product-details__safety-text{margin:0;font-size:.9rem;font-weight:600;line-height:1.4}.product-details__action-row{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=480px){.product-details__action-row{grid-template-columns:1.2fr .8fr}}.product-details__buy-now-btn,.product-details__wishlist-btn{cursor:pointer;box-sizing:border-box;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.65rem;min-height:52px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.product-details__buy-now-btn svg,.product-details__wishlist-btn svg{font-size:1.15rem}.product-details__buy-now-btn{color:#fff;background-color:#66704a;border:1px solid #66704a}.product-details__buy-now-btn:hover{background-color:#111;border-color:#111}.product-details__buy-now-btn:active{transform:scale(.98)}.product-details__wishlist-btn{color:#111;background-color:#fff;border:1px solid #e5e5e5}.product-details__wishlist-btn svg{transition:transform .2s cubic-bezier(.175,.885,.32,1.275),fill .2s}.product-details__wishlist-btn:hover{background-color:#f9f9f9;border-color:#66704a}.product-details__wishlist-btn--active{color:#e11d48;background-color:#fff1f2;border-color:#e11d4833}.product-details__wishlist-btn--active svg{fill:#e11d48;transform:scale(1.08)}.product-details__wishlist-btn--active:hover{background-color:#ffe4e6;border-color:#e11d484d}.product-details__wishlist-btn:active{transform:scale(.98)}.product-details__trust-bar{border-top:1px solid #e5e5e5;grid-template-columns:1fr;gap:2rem 1.5rem;margin-top:1rem;padding-top:3rem;display:grid}@media (width>=576px){.product-details__trust-bar{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.product-details__trust-bar{grid-template-columns:repeat(4,1fr)}}.product-details__trust-item{align-items:flex-start;gap:1rem;display:flex}.product-details__trust-item .product-details__trust-icon{color:#66704a;flex-shrink:0;margin-top:.15rem;font-size:1.35rem}.product-details__trust-text-group{flex-direction:column;gap:.25rem;display:flex}.product-details__trust-text-group strong{color:#111;font-size:.95rem;font-weight:700}.product-details__trust-text-group span{color:#666;font-size:.85rem;line-height:1.4}.product-details__featured-carousel{margin-top:4rem}.pagination-nav-container{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin:2rem auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.pagination-btn{color:#111;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;outline:none;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 .5rem;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.pagination-btn.number-btn{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pagination-btn.arrow-btn{color:#767676}.pagination-btn.arrow-btn svg{stroke-width:2.5px;width:16px;height:16px}.pagination-btn.is-active{color:#fff;cursor:default;pointer-events:none;background-color:#66704a;border-color:#66704a;font-weight:600;box-shadow:0 4px 12px #66704a40}.pagination-btn:hover:not(:disabled):not(.is-active){color:#66704a;background-color:#f6f6fb;border-color:#ccc;transform:translateY(-1px)}.pagination-btn:active:not(:disabled):not(.is-active){transform:scale(.96)}.pagination-btn:disabled{cursor:not-allowed;opacity:.4;color:#666;background-color:#f9f9f9;border-color:#e5e5e5;transform:none!important}.pagination-btn{box-sizing:border-box;justify-content:center;align-items:center;min-width:40px;height:40px;display:flex}.pagination-ellipsis{color:#666;letter-spacing:0;justify-content:center;align-items:center;min-width:40px;height:40px;font-size:14px;display:flex}@media (width<=640px){.pagination-nav-container{gap:.25rem}.pagination-btn{border-radius:10px;min-width:38px;height:38px;font-size:13px}.pagination-btn.arrow-btn svg{width:14px;height:14px}.pagination-ellipsis{width:24px;height:34px}}.complaint-form-page{box-sizing:border-box;width:100%;max-width:760px;margin:0 auto;padding:2rem 24px 4rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.complaint-form-page__back-header{margin-bottom:1.5rem}.complaint-form-page__back-link{color:#767676;align-items:center;gap:.5rem;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.complaint-form-page__back-link:hover{color:#66704a}.complaint-form-page__title-area{margin-bottom:2rem}.complaint-form-page__eyebrow{text-transform:uppercase;letter-spacing:1px;color:#e11d48;margin-bottom:.35rem;font-size:12px;font-weight:700;display:block}.complaint-form-page__title{color:#111;margin:0 0 .5rem;font-size:2rem;font-weight:700}.complaint-form-page__description{color:#666;margin:0;font-size:15px;line-height:1.5}.complaint-form-page__card-body{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:16px;width:100%;padding:2.25rem 2rem;box-shadow:0 4px 20px #00000003}.complaint-form-page__form-footer{justify-content:flex-end;width:100%;margin-top:1.75rem;display:flex}.complaint-form-page__submit-btn{color:#fff;cursor:pointer;background-color:#e11d48;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;height:46px;padding:0 1.75rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.complaint-form-page__submit-btn svg{stroke-width:2.5px;font-size:14px}.complaint-form-page__submit-btn:hover:not(:disabled){background-color:#c1193e;transform:translateY(-1px)}.complaint-form-page__submit-btn:disabled{opacity:.6;cursor:not-allowed}.complaint-form-page__alert-banner{box-sizing:border-box;border-radius:12px;align-items:flex-start;gap:.75rem;width:100%;margin-bottom:1.75rem;padding:1.25rem;font-size:14px;line-height:1.4;display:flex}.complaint-form-page__alert-banner--success{color:#16a34a;background-color:#f0fdf4;border:1px solid #16a34a}.complaint-form-page__alert-banner--success .complaint-form-page__alert-icon{color:#16a34a}.complaint-form-page__alert-banner--error{color:#e11d48;background-color:#e11d4812;border:1px solid #e11d48}.complaint-form-page__alert-icon{flex-shrink:0;margin-top:1px;font-size:18px}.complaint-input-field{box-sizing:border-box;width:100%;margin-bottom:1.5rem}.complaint-input-field:last-of-type{margin-bottom:0}.complaint-input-field__label{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.45rem;font-size:12px;font-weight:600;display:block}.complaint-input-field__select,.complaint-input-field__textarea{color:#111;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1)}.complaint-input-field__select:focus,.complaint-input-field__textarea:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.complaint-input-field__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://w3.org' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237c8378' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;height:46px;padding-right:40px}.complaint-input-field__textarea{resize:vertical;min-height:160px;line-height:1.5}@media (width<=480px){.complaint-form-page{padding:1.5rem 16px 3rem}.complaint-form-page__card-body{padding:1.5rem 1.25rem}.complaint-form-page__title{font-size:1.6rem}.complaint-form-page__form-footer button{width:100%}}.add-product{color:#111;box-sizing:border-box;background-color:#f9f9f9;min-height:100%;padding:1.5rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (width>=768px){.add-product{padding:2rem}}.add-product__header{flex-direction:column;gap:1.25rem;width:100%;max-width:1280px;margin-bottom:2rem;display:flex}@media (width>=640px){.add-product__header{flex-direction:row;justify-content:space-between;align-items:center}}.add-product__header-left{align-items:center;gap:12px;min-width:0;display:flex}.add-product__header-left h1{letter-spacing:-.03em;color:#111;margin:0 0 2px;font-size:1.75rem;font-weight:800;line-height:1.2}.add-product__header-left p{color:#666;margin:0;font-size:13px}.add-product__back{color:#767676;background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 2px #0d131305}.add-product__back svg{stroke-width:2.25px;font-size:16px}.add-product__back:hover{color:#66704a;background:#393c2e;border-color:#66704a;transform:translate(-1px)}.add-product__header-actions{align-items:center;gap:10px;width:100%;display:flex}@media (width>=640px){.add-product__header-actions{width:auto}}.add-product__draft-btn,.add-product__publish-btn{cursor:pointer;white-space:nowrap;border-radius:8px;outline:none;flex:1;min-height:42px;padding:0 1.25rem;font-family:inherit;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}@media (width>=640px){.add-product__draft-btn,.add-product__publish-btn{flex:none}}.add-product__draft-btn:active,.add-product__publish-btn:active{transform:translateY(1px)}.add-product__draft-btn{color:#767676;background:#fff;border:1px solid #e5e5e5}.add-product__draft-btn:hover{background-color:#f9f9f9;border-color:#c6c6c6}.add-product__publish-btn{color:#fff;background:#66704a;border:none;box-shadow:0 4px 12px #1e3a3a26}.add-product__publish-btn:hover{background:#2a2e1c;box-shadow:0 6px 16px #0f1f1f38}.add-product__layout{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:1280px;display:grid}@media (width>=1024px){.add-product__layout{grid-template-columns:minmax(0,1fr) 300px}}.add-product__main{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.add-product__sidebar{flex-direction:column;gap:1.25rem;width:100%;display:flex}@media (width>=768px){.add-product__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width>=1024px){.add-product__sidebar{flex-direction:column;display:flex;position:sticky;top:1.5rem}}.add-product .product-section,.add-product .product-card{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 2px 8px #0d131303}.add-product .product-card{padding:1.25rem}.add-product .product-card__header{margin-bottom:1rem}.add-product .product-card__header h3{text-transform:uppercase;letter-spacing:.5px;color:#111;margin:0;font-size:13px;font-weight:800}.add-product .product-section{padding:1.5rem}.add-product .product-section__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.add-product .product-section__header h2{letter-spacing:-.01em;color:#111;margin:0 0 4px;font-size:16px;font-weight:800}.add-product .product-section__header p{color:#666;margin:0;font-size:12.5px;line-height:1.5}.add-product .product-section__header>span{color:#666;background:#f9f9f9;border-radius:10px;padding:4px 8px;font-size:11px;font-weight:700}.add-product .product-section .shippingInfo{margin-top:12px}.add-product .product-images{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width>=640px){.add-product .product-images{grid-template-columns:repeat(4,minmax(0,1fr))}}.add-product .product-image,.add-product .product-image__upload{aspect-ratio:1;box-sizing:border-box;border-radius:8px;position:relative;overflow:hidden}.add-product .product-image{background:#f9f9f9;border:1px solid #e5e5e5}.add-product .product-image img{object-fit:cover;width:100%;height:100%;display:block}.add-product .product-image__remove{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1313bf;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:absolute;top:6px;right:6px}.add-product .product-image__remove:hover{background:#666;transform:scale(1.05)}.add-product .product-image__primary{color:#66704a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700;line-height:1;position:absolute;bottom:6px;left:6px;box-shadow:0 2px 6px #0000000d}.add-product .product-image__upload{color:#666;cursor:pointer;background:#fff;border:1.5px dashed #d8d8d8;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.add-product .product-image__upload:hover{background:#edf7f3;border-color:#767676}.add-product .product-image__upload input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.add-product .product-image__upload svg{color:#66704a;margin-bottom:2px;font-size:20px}.add-product .product-image__upload span{color:#767676;font-size:12px;font-weight:700}.add-product .product-image__upload small{color:gray;font-size:10px}.add-product .form-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.add-product .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.add-product .form-field{box-sizing:border-box;flex-direction:column;gap:6px;width:100%;display:flex}@media (width>=640px){.add-product .form-field--full{grid-column:1/-1}}.add-product .form-field label{color:#767676;font-size:13px;font-weight:600}.add-product .form-field input,.add-product .form-field select,.add-product .form-field textarea{box-sizing:border-box;color:#111;width:100%;font:inherit;background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;font-size:13px;transition:all .25s cubic-bezier(.4,0,.2,1)}.add-product .form-field input::placeholder,.add-product .form-field select::placeholder,.add-product .form-field textarea::placeholder{color:#8c8c8c}.add-product .form-field input:hover,.add-product .form-field select:hover,.add-product .form-field textarea:hover{border-color:#ccc}.add-product .form-field input:focus,.add-product .form-field select:focus,.add-product .form-field textarea:focus{border-color:#66704a;box-shadow:0 0 0 3px #1e3a3a14}.add-product .form-field input,.add-product .form-field select{height:42px;padding:0 12px}.add-product .form-field select{cursor:pointer;background-color:#fff}.add-product .form-field textarea{resize:vertical;min-height:100px;padding:10px 12px;line-height:1.5}.add-product .form-field__hint{color:gray;margin-top:-2px;font-size:11px}.add-product .form-field__error-msg{color:#c24b4b;margin-top:1px;font-size:11px;font-weight:600;display:block}.add-product .input-with-prefix{width:100%;position:relative}.add-product .input-with-prefix span{color:#666;pointer-events:none;z-index:2;font-size:13px;font-weight:700;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.add-product .input-with-prefix input{padding-left:32px}.add-product .status-option{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;align-items:flex-start;gap:10px;padding:10px;display:flex}.add-product .status-option__icon{background:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.add-product .status-option__icon span.primary{background:#f9f9f9;border-radius:50%;width:6px;height:6px;display:block}.add-product .status-option__message{min-width:0}.add-product .status-option__message strong{color:#111;margin-bottom:2px;font-size:12px;font-weight:700;display:block}.add-product .status-option__message p{color:#666;margin:0;font-size:11px;line-height:1.4}.add-product .product-tips{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.add-product .product-tips li{color:#767676;padding-left:14px;font-size:11.5px;line-height:1.45;position:relative}.add-product .product-tips li:before{content:"";background:#e11d48;border-radius:50%;width:4px;height:4px;position:absolute;top:6px;left:0}.add-product .product-preview{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.add-product .product-preview__image{aspect-ratio:16/13;color:#8c8c8c;background:#f9f9f9;justify-content:center;align-items:center;font-size:28px;display:flex;overflow:hidden}.add-product .product-preview__image img{object-fit:cover;width:100%;height:100%;display:block}.add-product .product-preview__content{flex-direction:column;padding:12px;display:flex}.add-product .product-preview__content span{text-transform:uppercase;color:#666;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:700}.add-product .product-preview__content h4{color:#111;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:13px;font-weight:600;overflow:hidden}.add-product .product-preview__content strong{color:#66704a;font-size:15px;font-weight:800}.brand-select{box-sizing:border-box;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.brand-select__label{color:#767676;margin-bottom:.5rem;font-size:13px;font-weight:600;display:block}.brand-select__control{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;width:100%;height:44px;padding:0 12px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.brand-select__control--focused{border-color:#66704a;box-shadow:0 0 0 3px #1e3a3a14}.brand-select__meta-icon{color:#666;flex-shrink:0;margin-right:10px;font-size:16px}.brand-select__search-icon{color:#666;flex-shrink:0;margin-left:auto;font-size:16px}.brand-select__input{color:#111;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0;font-family:inherit;font-size:14px}.brand-select__input::placeholder{color:gray}.brand-select__placeholder{color:gray;-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;padding-right:24px;font-size:14px;overflow:hidden}.brand-select__placeholder--selected{color:#111;font-weight:500}.brand-select__clear-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:16px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;right:12px}.brand-select__clear-btn:hover{color:#c24b4b;background-color:#f9f9f9}.brand-select__dropdown{z-index:1000;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 10px 24px #0d131314}.brand-select__list{width:100%;margin:0;padding:0;list-style:none}.brand-select__option{color:#111;cursor:pointer;background-color:#fff;justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.brand-select__option:hover{color:#66704a;background-color:#edf7f3}.brand-select__option--active{font-weight:700;color:#2a6b4e!important;background-color:#edf7f3!important}.brand-select__option--active:hover{color:#2a6b4e!important;background-color:#e6f4ee!important}.brand-select__check-icon{flex-shrink:0;font-size:14px}.brand-select__state-text{text-align:center;color:#666;padding:16px;font-size:13px}.brand-select__empty-state{text-align:center;box-sizing:border-box;padding:16px}.brand-select__empty-text{color:#666;word-break:break-word;margin:0 0 12px;font-size:13px}.brand-select__add-new-btn{color:#66704a;cursor:pointer;background-color:#393c2e;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.brand-select__add-new-btn svg{stroke-width:2.5px;font-size:14px}.brand-select__add-new-btn:hover:not(:disabled){color:#fff;background-color:#66704a;box-shadow:0 4px 12px #1e3a3a26}.brand-select__add-new-btn:disabled{opacity:.6;cursor:not-allowed}.add-category{box-sizing:border-box;width:100%;min-height:100%;padding:32px}.add-category__header{margin-bottom:28px}.add-category__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#697633;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.add-category__title{color:#252a23;margin:0;font-size:28px;font-weight:700}.add-category__description{color:#747b71;margin:7px 0 0;font-size:14px;line-height:1.5}.add-category__content{grid-template-columns:minmax(0,680px) minmax(260px,360px);align-items:start;gap:24px;display:grid}.add-category__form-card{background:#fff;border:1px solid #e1e5de;border-radius:16px}.add-category__form{padding:28px}.add-category__row{flex-direction:column;gap:12px;width:100%;display:flex}@media (width>=768px){.add-category__row{flex-direction:row!important}}.add-category__field{flex-direction:column;width:100%;margin-bottom:22px;display:flex}.add-category__label{color:#3e443b;margin-bottom:7px;font-size:13px;font-weight:650}.add-category__input,.add-category__select{box-sizing:border-box;color:#252a23;background:#fff;border:1px solid #d7ddd3;border-radius:9px;outline:none;width:100%;min-height:48px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .18s,box-shadow .18s}.add-category__input:focus,.add-category__select:focus{border-color:#687734;box-shadow:0 0 0 3px #6877341f}.add-category__input:disabled,.add-category__select:disabled{cursor:not-allowed;background:#f4f5f2}.add-category__select{cursor:pointer}.add-category__hint{color:#858c82;margin-top:6px;font-size:12px}.add-category__checkbox{color:#3e443b;cursor:pointer;align-items:center;gap:10px;margin:4px 0 22px;font-size:14px;font-weight:500;display:flex}.add-category__checkbox input{accent-color:#687734;cursor:pointer;width:17px;height:17px}.add-category__message{border-radius:8px;margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.4}.add-category__message--error{color:#a23c35;background:#fff2f1;border:1px solid #f1d1ce}.add-category__message--success{color:#58672b;background:#f1f5e9;border:1px solid #d9e2c6}.add-category__actions{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.add-category__cancel,.add-category__submit{cursor:pointer;border-radius:8px;min-height:44px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .18s,border-color .18s,opacity .18s}.add-category__cancel{color:#4f574b;background:#fff;border:1px solid #d8ddd4}.add-category__cancel:hover{background:#f5f6f3}.add-category__submit{color:#fff;background:#687734;border:1px solid #687734}.add-category__submit:hover{background:#58652b}.add-category__submit:disabled{opacity:.6;cursor:not-allowed}.add-category__preview-card{background:#f5f6f1;border:1px solid #e0e4d9;border-radius:14px;padding:22px}.add-category__preview-label{text-transform:uppercase;letter-spacing:.07em;color:#7b8274;margin-bottom:15px;font-size:11px;font-weight:700;display:block}.add-category__preview-path{color:#737a6c;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.add-category__preview-path strong{color:#58672b}@media (width<=900px){.add-category{padding:24px}.add-category__content{grid-template-columns:1fr}.add-category__preview{order:-1}}@media (width<=600px){.add-category{padding:16px}.add-category__title{font-size:24px}.add-category__form{padding:20px}.add-category__actions{flex-direction:column-reverse}.add-category__cancel,.add-category__submit{width:100%}}.cart-page{box-sizing:border-box;color:#111;background-color:#fff;width:100%;padding:2rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (width>=768px){.cart-page{box-sizing:border-box;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:2.5rem 1.5rem}}.cart-header{border-bottom:1px solid #e5e5e5;margin-bottom:2.5rem;padding-bottom:1.25rem}.cart-title{letter-spacing:-.03em;color:#111;margin:0;font-size:2rem;font-weight:800}.cart-workspace{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}@media (width>=768px){.cart-workspace{grid-template-columns:1fr 360px}}.cart-items-feed{flex-direction:column;gap:1.25rem;display:flex}.cart-item-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;gap:1.25rem;width:100%;padding:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.cart-item-card:hover{border-color:#d8d8d8;box-shadow:0 4px 16px #00000005}.cart-item-thumb{background-color:#f9f9f9;border:1px solid #00000005;border-radius:6px;flex-shrink:0;width:110px;height:110px;margin:0;overflow:hidden}.cart-item-thumb img{object-fit:cover;width:100%;height:100%}.cart-item-body{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.cart-item-body-main{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.cart-item-meta{flex-direction:column;gap:.25rem;min-width:0;display:flex}.cart-item-name{color:#111;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;line-height:1.4;overflow:hidden}.cart-item-delivery-label{text-transform:uppercase;letter-spacing:.05em;color:#666;margin:0;font-size:.7rem;font-weight:600}.cart-item-price{letter-spacing:-.01em;color:#111;font-size:1.15rem;font-weight:700}.cart-item-shipping-fee{color:#666;font-size:.85rem;font-weight:600}.cart-item-remove-btn{color:#767676;cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.cart-item-remove-btn svg{stroke-width:2px;width:16px;height:16px}.cart-item-remove-btn:hover{color:#e11d48;background-color:#fff1f2}.cart-address-block{box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;width:100%;margin-top:2rem;padding:1.5rem}.cart-address-block-header{border-bottom:1px dashed #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.85rem;display:flex}.cart-address-block-header button{color:#666;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:4px;outline:none;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.cart-address-block-header button svg{width:14px;height:14px}.cart-address-block-header button.edit:hover{color:#111;border-color:#111}.cart-address-block-header button.cancel:hover{color:#e11d48;background-color:#fff1f2;border-color:#eb607e}.cart-address-heading{color:#111;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.cart-address-heading svg{color:#111;width:18px;height:18px}.cart-address-saved{color:#16a34a;border:1px solid border-lighten(#16a34a, 20%);box-sizing:border-box;background-color:#f0fdf4;border-radius:6px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.cart-address-check-icon{flex-shrink:0;width:18px;height:18px;margin-top:.15rem}.cart-address-details p{color:#111;margin:0 0 .25rem;font-size:.9rem}.cart-address-details p:last-child{margin-bottom:0}.cart-address-details .cart-address-phone-text{color:#666;margin-top:.5rem;font-weight:500}.cart-address-form{flex-direction:column;gap:1rem;width:100%;display:flex}.cart-form-row{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (width>=768px){.cart-form-row{grid-template-columns:1fr 1fr}}.cart-form-container{flex-direction:column;gap:.25rem;width:100%;display:flex}.cart-form-container .error{color:#e11d48;margin:0;font-size:.75rem;font-weight:600}.cart-form-group{flex-direction:column;gap:.35rem;width:100%;display:flex}.cart-form-group label{color:#111;font-size:.8rem;font-weight:600}.cart-form-group input{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.cart-form-group input:focus{border-color:#66704a;box-shadow:0 0 0 1px #66704a}.cart-address-save-btn{color:#fff;cursor:pointer;background-color:#66704a;border:none;border-radius:4px;align-self:flex-start;min-height:40px;margin-top:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.cart-address-save-btn:hover:not(:disabled){background-color:#50573a}.cart-address-save-btn:disabled{opacity:.6;cursor:not-allowed}.cart-summary-sidebar{box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:1.75rem;position:sticky;top:2rem}.cart-summary-title{letter-spacing:-.01em;margin:0 0 1.25rem;font-size:1.2rem;font-weight:700}.cart-summary-ledger{flex-direction:column;gap:.85rem;margin:0 0 1.5rem;padding:0;display:flex}.cart-summary-row{color:#4b5563;justify-content:space-between;font-size:.85rem;display:flex}.cart-summary-row dt{margin:0}.cart-summary-row dd{color:#111;margin:0;font-weight:600}.cart-summary-row.cart-summary-total-row{color:#111;border-top:1px dashed #d4d4d4;margin-top:.35rem;padding-top:1rem;font-size:1.05rem;font-weight:700}.cart-summary-row.cart-summary-total-row dd{color:#111;font-size:1.2rem;font-weight:800}.cart-checkout-btn{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.cart-checkout-btn svg{stroke-width:2.5px;width:16px;height:16px}.cart-checkout-btn:hover:not(:disabled){background-color:#373737;transform:translateY(-1px)}.cart-checkout-btn:disabled{color:#999!important;cursor:not-allowed!important;background-color:#e5e7eb!important;transform:none!important}.cart-checkout-warning{color:#e11d48;text-align:center;margin:.75rem 0 0;font-size:.75rem;font-weight:600;line-height:1.4}.cart-summary-notice{color:#666;text-align:center;margin:1.25rem 0 0;font-size:.75rem;line-height:1.5}.cart-empty-view{text-align:center;box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:5rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}@media (width>=768px){.cart-empty-view{padding:7rem 1.5rem}}.cart-empty-icon-wrap{color:#666;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.cart-empty-icon-wrap svg{stroke-width:1.5px;width:38px;height:38px}.cart-empty-title{color:#111;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.5rem;font-weight:800;line-height:1.3}.cart-empty-text{color:#666;max-width:360px;margin:0 0 2.25rem;font-size:.9rem;line-height:1.6}.cart-empty-link{color:#fff;box-sizing:border-box;background-color:#66704a;border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:.8rem 1.75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.cart-empty-link:hover{background-color:#778256;transform:translateY(-1px);box-shadow:0 4px 12px #1e3a3a1f}.cart-empty-link:active{transform:translateY(0)}.cart-loading-screen{box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.cart-loading-screen .cart-loading-spinner{box-sizing:border-box;border:3.5px solid #f9f9f9;border-top-color:#e11d48;border-radius:50%;width:40px;height:40px;animation:.72s cubic-bezier(.4,0,.2,1) infinite cartModuleSpin}@keyframes cartModuleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-header{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background-color:#ffffffd9;border-bottom:1px solid #e5e5e5;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:none;position:sticky;top:0}@media (width>=768px){.landing-header{display:block}}.landing-header__inner{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1200px;min-height:64px;margin:0 auto;padding:.75rem 1rem;display:flex}@media (width>=768px){.landing-header__inner{padding:.75rem 1.5rem}}.landing-header__search-overlay{z-index:1000;position:relative}.brand{letter-spacing:-.03em;color:#66704a;-webkit-user-select:none;user-select:none;align-items:center;min-height:44px;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.brand span{color:#666;font-weight:400}.landing-nav{display:none}@media (width>=768px){.landing-nav{align-items:center;gap:1.5rem;display:flex}}.landing-nav a{color:#666;align-items:center;min-height:44px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.landing-nav a:hover{color:#66704a}.landing-nav a.active{color:#66704a;font-weight:600}.landing-nav .sell-link{color:#e11d48;font-weight:600}.landing-nav .sell-link:hover{color:#cb1a41}.landing-header__actions{align-items:center;gap:.5rem;display:flex}@media (width>=768px){.landing-header__actions{gap:1rem}}.icon-button{color:#111;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:.35rem;min-width:44px;min-height:44px;padding:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.icon-button svg{font-size:1.25rem;transition:transform .2s}.icon-button span{font-family:inherit;font-size:.85rem;font-weight:600;display:none}@media (width>=1024px){.icon-button span{display:inline}}.icon-button:hover{color:#111;background-color:#f9f9f9}.icon-button:hover svg{transform:scale(1.05)}.icon-button:active{transform:scale(.98)}.login-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#66704a;border:1px solid #66704a;border-radius:6px;outline:none;justify-content:center;align-items:center;min-height:38px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.login-button:hover{background-color:#111;border-color:#111}.login-button:active{transform:scale(.98)}.mn-backdrop--modal{-webkit-backdrop-filter:blur(8px);z-index:99999;box-sizing:border-box;background-color:#0d131366;width:100vw;position:fixed;left:0;height:100vh!important;top:0!important}.logistics-modal{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;width:calc(100% - 24px);max-width:520px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:block;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 48px #0d131326}.logistics-modal .logistics-modal__input{color:#111;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1)}.logistics-modal .logistics-modal__input:focus{border-color:#66704a;box-shadow:0 0 0 3px #66704a14}.logistics-modal .logistics-modal__input::placeholder{color:gray}.logistics-modal__header{box-sizing:border-box;background-color:#f9f9f9;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.logistics-modal__title-group{flex-direction:column;gap:2px;display:flex}.logistics-modal__title{color:#111;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:800}.logistics-modal__subtitle{color:#666;font-size:12px;font-weight:500}.logistics-modal__close-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;padding:4px;font-size:18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.logistics-modal__close-btn:hover:not(:disabled){color:#111;background-color:#f2f2f2}.logistics-modal__close-btn:active{transform:scale(.92)}.logistics-modal__form{box-sizing:border-box;flex-direction:column;width:100%;padding:1.5rem;display:flex}.logistics-modal__error{margin-bottom:1.25rem}.logistics-modal__fields-group{flex-direction:column;gap:1.25rem;width:100%;display:flex}.logistics-modal__field{flex-direction:column;gap:.35rem;width:100%;display:flex}.logistics-modal__label{color:#767676;font-size:13px;font-weight:600}.logistics-modal__label--icon{align-items:center;gap:4px;display:inline-flex}.logistics-modal__label--icon svg{color:#66704a;font-size:14px}.logistics-modal__select{color:#111;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1)}.logistics-modal__select:focus{border-color:#66704a;box-shadow:0 0 0 3px #66704a14}.logistics-modal__textarea{color:#111;box-sizing:border-box;resize:none;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;padding:12px;font-family:inherit;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1)}.logistics-modal__textarea:focus{border-color:#66704a;box-shadow:0 0 0 3px #66704a14}.logistics-modal__footer{box-sizing:border-box;border-top:1px solid #e5e5e5;justify-content:flex-end;align-items:center;gap:.75rem;width:100%;margin-top:1.75rem;padding-top:1.25rem;display:flex}.logistics-modal__btn-cancel{align-items:center;width:auto!important;height:40px!important;padding:0 1.25rem!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.logistics-modal__btn-save{align-items:center;gap:.5rem;background-color:#66704a!important;border-radius:8px!important;align-self:auto!important;height:40px!important;margin:0!important;padding:0 1.25rem!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.landing-mobile{display:flex}.landing-desktop{display:none}@media (width>=768px){.landing-desktop{display:block}.landing-mobile{display:none}}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.login-page{color:#111;box-sizing:border-box;background-color:#f6f6fb;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login-page a{color:inherit;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.login-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;width:100%;max-width:420px;padding:3rem 2.5rem;display:flex;box-shadow:0 16px 40px #00000008}.login-card .brand{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.login-card .brand .heart{color:#e11d48;flex-shrink:0}.login-card .brand h1{letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:800}.login-card h2{letter-spacing:-.04em;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.login-card p{color:#666;margin:0 0 2rem;font-size:.95rem;line-height:1.5}.login-card form{flex-direction:column;gap:1.25rem;display:flex}.register-input-group{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;align-items:center;padding:.5rem 1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.register-input-group .input-icon{color:#767676;flex-shrink:0;margin-right:.85rem;font-size:1.1rem}.register-input-group .input-group_div input{color:#111;box-sizing:border-box;background:0 0;border:none;width:100%;padding:.2rem 0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem}.register-input-group .input-group_div input:focus{outline:none}.register-input-group span{cursor:pointer;color:#767676;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-right:-.5rem;font-size:1.1rem;transition:color .15s;display:flex}.register-input-group span:hover{color:#111}.error-text{color:#e11d48;margin-top:.4rem;padding-left:.25rem;font-size:.8rem;font-weight:500;display:block}.login-btn{color:#fff;cursor:pointer;background-color:#66704a;border:1px solid #66704a;border-radius:6px;width:100%;min-height:44px;margin-top:.5rem;padding:.85rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.login-btn:hover{background-color:#111;border-color:#111}.reset-password-link{color:#666;border-bottom:1px solid #0000;align-self:center;margin-top:1.5rem;font-size:.9rem;font-weight:500;display:inline-block}.reset-password-link:hover{color:#111;border-color:#111}.social-btn{color:#111;cursor:pointer;background-color:#0000;border:1px solid #e5e5e5;border-radius:6px;width:100%;min-height:44px;margin-top:.75rem;padding:.85rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.social-btn:hover{background-color:#f9f9f9;border-color:#66704a}.divider{text-align:center;color:#e5e5e5;align-items:center;margin-top:1.75rem;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #e5e5e5;flex:1}.divider span{text-transform:uppercase;letter-spacing:.05em;color:#999;padding:0 .85rem;font-size:.75rem;font-weight:700}.signup-link{text-align:center;color:#666;margin-top:2rem;font-size:.9rem}.signup-link a{color:#66704a;margin-left:.25rem;font-weight:700}.signup-link a:hover{color:#e11d48}.sl-view{color:#111;box-sizing:border-box;background-color:#fff;width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}@media (width>=768px){.sl-view{padding:0 1.5rem}}.sl-eyebrow{letter-spacing:.15em;color:#666;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.sl-section-title{letter-spacing:-.03em;color:#111;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.2}@media (width>=768px){.sl-section-title{font-size:2.5rem}}.sl-section-desc{color:#666;max-width:540px;margin:0;font-size:1.05rem;line-height:1.6}.sl-header-center{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:3rem;display:flex}@media (width>=768px){.sl-header-center{margin-bottom:4rem}}.sl-btn{box-sizing:border-box;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;height:48px;padding:0 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.sl-btn svg{font-size:1.1rem;transition:transform .2s}.sl-btn--primary{color:#fff;background-color:#66704a;border:none}.sl-btn--primary:hover{background-color:#778256}.sl-btn--primary:hover svg{transform:translate(2px)}.sl-btn--secondary{color:#66704a;background-color:#0000;border:1px solid #e5e5e5}.sl-btn--secondary:hover{background-color:#f9f9f9;border-color:#66704a}.sl-hero{grid-template-columns:1fr;align-items:center;gap:3rem;padding:3rem 0 4rem;display:grid}@media (width>=1024px){.sl-hero{grid-template-columns:1.1fr .9fr;gap:4rem;padding:5rem 0}}.sl-hero__title{letter-spacing:-.04em;color:#111;margin:0 0 1.25rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.sl-hero__title{font-size:3.5rem}}.sl-hero__lead{color:#666;margin:0 0 2.5rem;font-size:1.15rem;line-height:1.6}.sl-hero__actions{flex-direction:column;gap:1rem;display:flex}@media (width>=640px){.sl-hero__actions{flex-direction:row}}.sl-hero__visual{aspect-ratio:4/3.8;background-color:#f9f9f9;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.sl-composition-card{text-align:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;align-items:center;max-width:260px;padding:2rem;display:flex;box-shadow:0 12px 32px #0d13130a}.sl-composition-card__icon-wrap{color:#66704a;background-color:#393c2e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:20px;display:flex}.sl-composition-card__label{text-transform:uppercase;color:#666;letter-spacing:.5px;margin-bottom:.25rem;font-size:11px;font-weight:700}.sl-composition-card__text{color:#111;font-size:1.1rem;font-weight:800;line-height:1.3}.sl-floating-badge{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:.75rem;max-width:280px;padding:.85rem 1.25rem;display:flex;position:absolute;bottom:-10px;right:1rem;box-shadow:0 16px 36px #0d131314}@media (width>=640px){.sl-floating-badge{right:2rem}}.sl-floating-badge__icon{color:#16a34a;background-color:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.sl-floating-badge__info{flex-direction:column;min-width:0;display:flex}.sl-floating-badge__info strong{color:#111;font-size:.85rem;font-weight:700}.sl-floating-badge__info span{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.sl-process{border-top:1px solid #e5e5e5;padding:4rem 0}.sl-process__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.sl-process__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sl-process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.sl-step{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.75rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.sl-step:hover{border-color:#66704a;transform:translateY(-2px);box-shadow:0 8px 24px #1e3a3a0a}.sl-step__meta-bar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.sl-step__count{color:#8c8c8c;font-family:serif;font-size:1.75rem;font-weight:700;line-height:1}.sl-step__icon{color:#66704a;font-size:1.35rem;display:flex}.sl-step__title{color:#111;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.sl-step__desc{color:#666;margin:0;font-size:.9rem;line-height:1.5}.sl-benefits{border-top:1px solid #e5e5e5;grid-template-columns:1fr;align-items:center;gap:3.5rem;padding:4rem 0;display:grid}@media (width>=1024px){.sl-benefits{grid-template-columns:1.1fr .9fr;padding:6rem 0}}.sl-benefits__list{flex-direction:column;gap:.85rem;margin:2rem 0;padding:0;list-style:none;display:flex}.sl-benefits__list li{color:#767676;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.sl-benefits__list li svg{color:#66704a;flex-shrink:0;font-size:1.1rem}.sl-benefits__visual{aspect-ratio:4/3.2;box-sizing:border-box;background-color:#66704a;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.sl-benefits-shield-card{text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex}.sl-benefits-shield-card svg{color:#393c2e;margin-bottom:1rem;font-size:2.75rem}.sl-benefits-shield-card h3{color:#fffc;margin:0;font-size:1.5rem;font-weight:400}.sl-benefits-shield-card strong{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:block}.sl-benefits-shield-card p{color:#fff9;margin:0;font-size:.95rem}.sl-model{border-top:1px solid #e5e5e5;padding:4rem 0}.sl-model__flex{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}@media (width>=768px){.sl-model__flex{flex-direction:row;gap:2.5rem}}.sl-model__arrow-divider{color:gray;font-size:1.5rem;display:flex;transform:rotate(90deg)}@media (width>=768px){.sl-model__arrow-divider{transform:none}}.sl-model-card{text-align:center;box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;flex:1;width:100%;max-width:340px;padding:2.5rem 2rem}.sl-model-card__tag{letter-spacing:.5px;color:#666;margin-bottom:.5rem;font-size:11px;font-weight:700;display:block}.sl-model-card__price{color:#111;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;display:block}.sl-model-card__text{color:#666;margin:0;font-size:.9rem;line-height:1.5}.sl-model-card--highlight{background-color:#fff;border-color:#e11d48;box-shadow:0 12px 36px #e36b5314}.sl-model-card--highlight .sl-model-card__tag,.sl-model-card--highlight .sl-model-card__price{color:#e11d48}.sl-info-card{text-align:center;box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;margin:2rem 0 4rem;padding:1.5rem;display:flex}@media (width>=768px){.sl-info-card{text-align:left;flex-direction:row;padding:1.75rem 2rem}}.sl-info-card__badge{color:#66704a;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.sl-info-card__body{flex:1}.sl-info-card__body h2{color:#111;margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.sl-info-card__body p{color:#666;margin:0;font-size:.9rem}.sl-info-card__link{color:#66704a;border-bottom:2px solid #0000;align-items:center;gap:.5rem;height:24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.sl-info-card__link:hover{border-color:#66704a}.sl-final-cta{text-align:center;box-sizing:border-box;border-top:1px solid #e5e5e5;flex-direction:column;align-items:center;width:100%;padding:5rem 1rem;display:flex}@media (width>=768px){.sl-final-cta{padding:7rem 0}}.sl-final-cta__title{letter-spacing:-.03em;color:#111;margin:0 0 .5rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=768px){.sl-final-cta__title{font-size:3rem}}.sl-final-cta__desc{color:#666;margin:0 0 2.5rem;font-size:1.05rem}.al-layout{color:#111;box-sizing:border-box;background-color:#fff;flex-direction:column;max-width:100vw;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}@media (width>=1024px){.al-layout{flex-direction:row!important}}.al-mobile-bar{z-index:101;box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;height:60px;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}@media (width>=1024px){.al-mobile-bar{display:none!important}}.al-mobile-toggle{color:#111;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;font-size:1.4rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.al-mobile-toggle:hover{color:#66704a;background-color:#f9f9f9}.al-mobile-toggle:active{transform:scale(.95)}.al-sidebar-wrapper{z-index:99999;pointer-events:none;visibility:hidden;transition:visibility .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}@media (width>=1024px){.al-sidebar-wrapper{flex-shrink:0;width:320px;height:100vh;position:sticky;top:0;visibility:visible!important;pointer-events:auto!important}}.al-sidebar-wrapper--open{visibility:visible;pointer-events:auto}.al-sidebar-wrapper--open .al-sidebar-overlay{opacity:1}.al-sidebar-wrapper--open .al-sidebar-container{transform:translate(0)}.al-sidebar-overlay{-webkit-backdrop-filter:blur(4px);opacity:0;z-index:1;background-color:#0d131366;transition:opacity .3s;position:absolute;inset:0}@media (width>=1024px){.al-sidebar-overlay{display:none!important}}.al-sidebar-container{box-sizing:border-box;z-index:2;background-color:#fff;flex-direction:column;width:300px;max-width:85vw;height:100%;padding:1.5rem 1.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow-y:auto;transform:translate(-100%);box-shadow:10px 0 30px #0d13130d}@media (width>=1024px){.al-sidebar-container{width:100%;max-width:100%;box-shadow:none;border-right:1px solid #e5e5e5;padding:2.5rem 1.5rem;transition:none;transform:none!important}}.al-sidebar-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;font-size:1.35rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:absolute;top:1.25rem;right:1.25rem}.al-sidebar-close:hover{color:#66704a;background-color:#f9f9f9}.al-sidebar-close:active{transform:scale(.92)}@media (width>=1024px){.al-sidebar-close{display:none!important}}.al-brand{letter-spacing:-.03em;color:#66704a;-webkit-user-select:none;user-select:none;align-items:center;font-size:1.35rem;font-weight:800;display:flex}.al-brand__light{color:#666;margin-left:1px;font-weight:400}.al-brand--sidebar{height:40px;margin-bottom:2.5rem}@media (width>=1024px){.al-brand--sidebar{margin-bottom:3rem}}.al-sidebar-nav{box-sizing:border-box;flex-direction:column;flex:1;width:100%;display:flex}.al-content{box-sizing:border-box;background-color:#fff;flex:1;max-width:100%;min-height:calc(100vh - 60px);padding:1.5rem 1.25rem}@media (width>=768px){.al-content{padding:2.5rem 2rem}}@media (width>=1024px){.al-content{box-sizing:border-box;height:100vh;padding:3rem 3.5rem;overflow-y:auto}}.al-sidebar{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex}.al-sidebar__label{letter-spacing:.12em;color:#666;text-transform:uppercase;-webkit-user-select:none;user-select:none;margin-bottom:1.25rem;padding-left:.5rem;font-size:.65rem;font-weight:700}.al-sidebar__menu{box-sizing:border-box;flex-direction:column;gap:.35rem;width:100%;display:flex}.al-nav-link{color:#666;box-sizing:border-box;border-radius:8px;outline:none;align-items:center;gap:.85rem;min-height:44px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.al-nav-link__icon{color:#767676;flex-shrink:0;font-size:1.15rem;transition:color .2s,transform .2s}.al-nav-link:hover{color:#111;background-color:#f9f9f9}.al-nav-link:hover .al-nav-link__icon{color:#111;transform:scale(1.05)}.al-nav-link.active{color:#fff;background-color:#66704a;font-weight:600}.al-nav-link.active .al-nav-link__icon{color:#fff}.al-nav-link.active:hover{background-color:#5b6442}.al-sidebar-footer{box-sizing:border-box;border-top:1px solid #e5e5e5;flex-direction:column;gap:1rem;width:100%;margin-top:auto;padding-top:1.5rem;display:flex}.al-sidebar-footer__back-link{color:#666;border-bottom:2px solid #0000;align-self:center;padding:.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.al-sidebar-footer__back-link:hover{color:#e11d48;border-color:#e11d48}.al-sidebar-footer__logout-btn{color:#e11d48;cursor:pointer;box-sizing:border-box;background-color:#0000;border:1px solid #e5e5e5;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:40px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.al-sidebar-footer__logout-btn svg{font-size:1rem;transition:transform .2s}.al-sidebar-footer__logout-btn:hover:not(:disabled){background-color:#fff1f2;border-color:#eb607e}.al-sidebar-footer__logout-btn:hover:not(:disabled) svg{transform:translate(-2px)}.al-sidebar-footer__logout-btn:active{transform:scale(.97)}.al-add-btn{box-sizing:border-box;background-color:#66704a;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:46px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #1e3a3a26;color:#fff!important}.al-add-btn svg{stroke-width:2.5px;font-size:1.1rem;transition:transform .2s}.al-add-btn:hover{background-color:#747f54;box-shadow:0 6px 16px #1e3a3a38}.al-add-btn:hover svg{transform:rotate(90deg)}.al-add-btn:active{transform:scale(.97)}.admin-dashboard{box-sizing:border-box;color:#111;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-dashboard__header{border-bottom:1px solid #e5e5e5;margin-bottom:2rem;padding-bottom:1.25rem}.admin-dashboard__title{color:#111;letter-spacing:-.03em;margin:0;font-size:2.25rem;font-weight:800}.admin-dashboard__description{color:#666;margin:.5rem 0 0;font-size:14px;line-height:1.5}.admin-dashboard__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#66704a;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.admin-dashboard__layout-body{box-sizing:border-box;grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (width>=1280px){.admin-dashboard__layout-body{grid-template-columns:1fr 360px;gap:2rem}}.admin-dashboard__main-content{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.admin-dashboard__sidebar{box-sizing:border-box;flex-direction:column;gap:1.5rem;width:100%;display:flex}.admin-dashboard__stats{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}@media (width>=640px){.admin-dashboard__stats{grid-template-columns:repeat(4,1fr)}}.admin-dashboard__stat{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.admin-dashboard__stat:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:0 8px 24px #0d13130a}.admin-dashboard__stat-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.admin-dashboard__stat-icon{color:#66704a;background:#f9f9f9;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.admin-dashboard__stat-icon svg{stroke-width:2.25px;width:18px;height:18px}.admin-dashboard__stat-change{color:#2a6b4e;background:#edf7f3;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.admin-dashboard__stat-value{color:#111;letter-spacing:-.02em;margin-bottom:2px;font-size:1.5rem;font-weight:800}.admin-dashboard__stat-label{color:#666;font-size:13px;font-weight:500}.admin-dashboard__panel{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;min-width:0}.admin-dashboard__panel-title{color:#111;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:800}.admin-dashboard__panel-subtitle{color:#666;margin:4px 0 0;font-size:12px}.admin-dashboard__panel-link{color:#66704a;flex-shrink:0;align-items:center;gap:4px;font-size:12px;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.admin-dashboard__panel-link svg{width:14px;height:14px;transition:transform .2s}.admin-dashboard__panel-link:hover{color:#4a5136}.admin-dashboard__panel-link:hover svg{transform:translate(2px)}.admin-dashboard__panel-header{box-sizing:border-box;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.admin-dashboard__overview{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:1.25rem 1.5rem}.admin-dashboard__overview-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.admin-dashboard__overview-header .admin-dashboard__overview-trend-icon{color:#66704a;width:20px;height:20px}.admin-dashboard__overview-grid{border-top:1px solid #e5e5e5;grid-template-columns:repeat(2,1fr);width:100%;display:grid}@media (width>=640px){.admin-dashboard__overview-grid{grid-template-columns:repeat(4,1fr)}}.admin-dashboard__metric{box-sizing:border-box;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:1.25rem 1rem .5rem}.admin-dashboard__metric:nth-child(2n),.admin-dashboard__metric:last-child{border-right:none}@media (width>=640px){.admin-dashboard__metric{border-bottom:none;border-right:1px solid #e5e5e5;padding:1.25rem 1.25rem .5rem}.admin-dashboard__metric:last-child{border-right:none}}.admin-dashboard__metric-label{color:#666;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.admin-dashboard__metric-value{color:#111;margin-bottom:4px;font-size:1.2rem;font-weight:800;display:block}.admin-dashboard__metric-trend{color:#66704a;font-size:11px;font-weight:600}.admin-dashboard__table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.admin-dashboard__table{border-collapse:collapse;width:100%;min-width:600px}.admin-dashboard__table th,.admin-dashboard__table td{box-sizing:border-box;text-align:left;border-bottom:1px solid #e5e5e5;padding:1rem 1.5rem;font-size:13px}.admin-dashboard__table th{text-transform:uppercase;letter-spacing:.05em;color:#666;background:#f9f9f9;height:44px;font-size:11px;font-weight:700}.admin-dashboard__table tr:last-child td{border-bottom:none}.admin-dashboard__product-name{color:#111;font-weight:600}.admin-dashboard__text-regular{color:#767676}.admin-dashboard__status{letter-spacing:.2px;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.admin-dashboard__status--success{color:#2a6b4e;background:#edf7f3}.admin-dashboard__status--pending{color:#d97706;background:#fef3c7}.admin-dashboard__users{flex-direction:column;padding:.5rem 1.5rem;display:flex}.admin-dashboard__user{box-sizing:border-box;border-bottom:1px solid #e5e5e5;align-items:center;gap:.75rem;width:100%;padding:1rem 0;display:flex}.admin-dashboard__user:last-child{border-bottom:none}.admin-dashboard__avatar{color:#f9f9f9;background:#c24b4b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.admin-dashboard__user-info{flex-direction:column;flex:1;min-width:0;display:flex}.admin-dashboard__user-name{text-overflow:ellipsis;white-space:nowrap;color:#111;font-size:13px;font-weight:600;display:block;overflow:hidden}.admin-dashboard__user-email{text-overflow:ellipsis;white-space:nowrap;color:#666;margin-top:1px;font-size:11px;display:block;overflow:hidden}.admin-dashboard__role{letter-spacing:.5px;text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700}.admin-dashboard__role--user{color:#475569;background:#e2e8f0}.admin-dashboard__role--seller{color:#66704a;background:#edf7f3}.admin-dashboard__role--admin{color:#e11d48;background:#ffe4e6}.admin-dashboard__quick{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:1.25rem 1.5rem}.admin-dashboard__quick h2{margin:0 0 1.25rem;font-size:15px;font-weight:800}.admin-dashboard__quick-grid{flex-direction:column;gap:.65rem;width:100%;display:flex}.admin-dashboard__quick-item{box-sizing:border-box;border:1px solid #e5e5e5;border-radius:8px;outline:none;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.admin-dashboard__quick-item:hover{background:#f9f9f9;border-color:#ccc}.admin-dashboard__quick-item:hover svg:last-child{color:#111;transform:translate(2px)}.admin-dashboard__quick-item svg:first-child{color:#66704a;flex-shrink:0;width:18px;height:18px}.admin-dashboard__quick-item svg:last-child{color:#8c8c8c;flex-shrink:0;width:14px;height:14px;margin-left:auto;transition:transform .2s,color .2s}.admin-dashboard__quick-item div{flex-direction:column;gap:1px;min-width:0;display:flex}.admin-dashboard__quick-item div strong{color:#111;font-size:12px;font-weight:700}.admin-dashboard__quick-item div span{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ct-panel{box-sizing:border-box;background-color:#fff;width:100%;max-width:1280px;margin:0 auto;padding:3rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (width>=768px){.ct-panel{padding:5rem 1.5rem}}.ct-panel__header{border-bottom:1px solid #e5e5e5;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}@media (width>=768px){.ct-panel__header{margin-bottom:3rem}}.ct-panel__eyebrow{letter-spacing:.15em;color:#666;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.ct-panel__title{letter-spacing:-.03em;color:#111;margin:.35rem 0 0;font-size:1.85rem;font-weight:800;line-height:1.2}@media (width>=768px){.ct-panel__title{font-size:2.25rem}}.ct-grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}@media (width>=640px){.ct-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width>=1024px){.ct-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ct-card{aspect-ratio:4/5;box-sizing:border-box;background-color:#f9f9f9;border-radius:12px;width:100%;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 12px #0d131305}.ct-card__thumb{width:100%;height:100%;margin:0;overflow:hidden}.ct-card__thumb img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:block;transform:scale(1.001)}.ct-card__overlay{box-sizing:border-box;z-index:2;background:linear-gradient(#0d131300 30%,#0d13134d 60%,#0d1313bf 100%);justify-content:space-between;align-items:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}@media (width>=768px){.ct-card__overlay{padding:1.5rem}}.ct-card__name{color:#fff;text-shadow:0 1px 4px #0d131333;text-overflow:ellipsis;white-space:nowrap;margin:0;padding-right:.5rem;font-size:1.1rem;font-weight:700;overflow:hidden}.ct-card__icon{color:#fff;opacity:0;flex-shrink:0;font-size:1.2rem;transition:all .25s cubic-bezier(.4,0,.2,1);transform:translate(-6px)}.ct-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0d131314}.ct-card:hover .ct-card__thumb img{transform:scale(1.05)}.ct-card:hover .ct-card__icon{opacity:1;color:#393c2e;transform:translate(0)}.ct-card:active{transform:translateY(0)}#checkout{box-sizing:border-box;width:100%;animation:checkoutFadeUp .5s all .25s cubic-bezier(.4, 0, .2, 1) forwards;background-color:#fff;border-radius:12px;margin:2rem auto;padding:1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (width>=768px){#checkout{margin:4rem auto;padding:2.5rem}}.StripeElement,.stripe-embedded-checkout-container{box-sizing:border-box;min-height:250px;transition:all .25s cubic-bezier(.4,0,.2,1);background-color:#0000!important;width:100%!important}iframe{display:block;width:100%!important}#checkout:empty{background-color:#f9f9f9;border-style:dashed;min-height:400px;position:relative}#checkout:empty:before{content:"";border:3px solid #e5e5e5;border-top-color:#66704a;border-radius:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;animation:.8s linear infinite checkoutSpinner;position:absolute;top:50%;left:50%}@keyframes checkoutFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes checkoutSpinner{to{transform:rotate(360deg)}}.capital-first{text-transform:capitalize}.status-badge--open{color:#e11d48;background-color:#e11d4814}.status-badge--under-review{color:#d97706;background-color:#fef3c7}.status-badge--dismissed{color:#64748b;background-color:#f1f5f9}.contact-form-page{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:2rem 32px 4rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact-form-page__header{margin-bottom:2rem}.contact-form-page__eyebrow{text-transform:uppercase;letter-spacing:1px;color:#66704a;margin-bottom:.25rem;font-size:13px;font-weight:600;display:block}.contact-form-page__title{color:#111;margin:0 0 .5rem;font-size:2.25rem;font-weight:700}.contact-form-page__description{color:#666;margin:0;font-size:15px}.contact-form-page__layout-grid{box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;display:flex}@media (width>=768px){.contact-form-page__layout-grid{grid-template-columns:minmax(320px,1fr) 2fr;align-items:start;gap:2.5rem;display:grid}}.contact-form-page__info-card{box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:16px;padding:2rem 1.5rem}.contact-form-page__info-title{color:#111;margin:0 0 .5rem;font-size:20px;font-weight:700}.contact-form-page__info-description{color:#666;margin:0 0 2rem;font-size:14px;line-height:1.5}.contact-form-page__channels-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.contact-form-page__channel-item{align-items:center;gap:1rem;display:flex}.contact-form-page__icon-wrapper{color:#66704a;background-color:#cdd3bd;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-form-page__icon-wrapper svg{stroke-width:2.2px;font-size:18px}.contact-form-page__text-wrapper{min-width:0}.contact-form-page__text-wrapper strong{color:#111;margin-bottom:.125rem;font-size:14px;font-weight:600;display:block}.contact-form-page__text-wrapper p{color:#767676;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.contact-form-page__input-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:16px;width:100%;padding:2rem;box-shadow:0 4px 20px #00000003}.contact-form-page__footer{justify-content:flex-end;width:100%;margin-top:1.5rem;display:flex}.contact-form-page__submit-btn{color:#fff;cursor:pointer;background-color:#66704a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;height:46px;padding:0 1.75rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.contact-form-page__submit-btn svg{stroke-width:2.5px;font-size:14px}.contact-form-page__submit-btn:hover{background-color:#555e3e;transform:translateY(-1px)}.contact-form-page__submit-btn:active{transform:scale(.98)}.contact-form-page__feedback-banner{box-sizing:border-box;border-radius:12px;width:100%;margin-bottom:1.5rem;padding:1rem;font-size:14px;display:block}.contact-form-page__feedback-banner--success{color:#16a34a;background-color:#f0fdf4;border:1px solid #16a34a}.contact-form-page__feedback-banner--error{color:#e11d48;background-color:#e11d4812;border:1px solid #e11d48}.contact-input-field{box-sizing:border-box;width:100%;margin-bottom:1.25rem}.contact-input-field:last-of-type{margin-bottom:0}.contact-input-field__label{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem;font-size:12px;font-weight:600;display:block}.contact-input-field__input,.contact-input-field__textarea{color:#111;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1)}.contact-input-field__input::placeholder,.contact-input-field__textarea::placeholder{color:#666;opacity:.8}.contact-input-field__input:focus,.contact-input-field__textarea:focus{border-color:#66704a;box-shadow:0 0 0 3px #66704a1a}.contact-input-field__textarea{resize:vertical;min-height:140px;line-height:1.5}@media (width<=640px){.contact-form-page{padding:1.5rem 16px 3rem}.contact-form-page__input-card{padding:1.25rem}.contact-form-page__footer button{width:100%}}.db-view{box-sizing:border-box;color:#111;background-color:#fff;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.db-view__header{border-bottom:1px solid #e5e5e5;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}@media (width>=640px){.db-view__header{flex-direction:row;align-items:center}}.db-view__title{letter-spacing:-.03em;color:#111;margin:.25rem 0 0;font-size:2rem;font-weight:800}.db-view__description{color:#666;margin:.5rem 0 0;font-size:14px}.db-eyebrow{letter-spacing:.15em;color:#666;text-transform:uppercase;font-size:.7rem;font-weight:700;display:block}.db-shop-btn{color:#66704a;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;height:42px;padding:0 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.db-shop-btn svg{font-size:1rem;transition:transform .2s cubic-bezier(.16,1,.3,1)}.db-shop-btn:hover{color:#fff;background-color:#66704a;border-color:#66704a}.db-shop-btn:hover svg{transform:translate(3px)}.db-stats-row{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.db-stats-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.db-stat-card{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;padding:1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.db-stat-card__icon{color:#66704a;background-color:#f9f9f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:1rem;font-size:1.25rem;display:flex}.db-stat-card__body{flex-direction:column;display:flex}.db-stat-card__label{color:#666;font-size:12px;font-weight:500}.db-stat-card__value{color:#111;margin-top:2px;font-size:1.5rem;font-weight:800;line-height:1.2}.db-stat-card__arrow{color:#8c8c8c;margin-left:auto;font-size:1.1rem;transition:transform .2s,color .2s}.db-stat-card:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:0 10px 24px #0d131308}.db-stat-card:hover .db-stat-card__arrow{color:#111;transform:translate(2px)}.db-section{box-sizing:border-box;width:100%;margin-bottom:3rem}.db-section__header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:1.5rem;display:flex}.db-section__title{letter-spacing:-.02em;margin:2px 0 0;font-size:1.5rem;font-weight:800}.db-section__header-link{color:#66704a;align-items:center;gap:4px;font-size:13px;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.db-section__header-link svg{font-size:14px;transition:transform .2s}.db-section__header-link:hover{color:#4a5136}.db-section__header-link:hover svg{transform:translate(2px)}.db-actions-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.db-actions-grid{grid-template-columns:repeat(3,1fr)}}.db-action-item{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.db-action-item__icon{color:#66704a;background-color:#f9f9f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex}.db-action-item__body{flex-direction:column;min-width:0;display:flex}.db-action-item__body strong{color:#111;font-size:14px;font-weight:700}.db-action-item__body span{color:#666;margin-top:1px;font-size:12px}.db-action-item__arrow{color:#8c8c8c;margin-left:auto;font-size:1rem;transition:transform .2s}.db-action-item:hover{background-color:#f9f9f9;border-color:#ccc}.db-action-item:hover .db-action-item__arrow{transform:translate(2px)}.db-action-item--primary{background-color:#66704a;border-color:#66704a}.db-action-item--primary .db-action-item__icon{color:#fff;background-color:#ffffff26}.db-action-item--primary .db-action-item__body strong{color:#fff}.db-action-item--primary .db-action-item__body span{color:#ffffffb3}.db-action-item--primary .db-action-item__arrow{color:#fff}.db-action-item--primary:hover{background-color:#5b6442;border-color:#5b6442}.db-seller-stats{background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}@media (width>=768px){.db-seller-stats{grid-template-columns:repeat(5,1fr);padding:2rem 1.5rem}}.db-seller-metric{box-sizing:border-box;border-bottom:none;flex-direction:column;display:flex}.db-seller-metric__label{color:#666;font-size:12px;font-weight:500}.db-seller-metric__value{color:#111;letter-spacing:-.01em;margin-top:4px;font-size:1.35rem;font-weight:800}.db-activity-panel{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.db-activity-panel__header{background-color:#f9f9f9;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.db-activity-panel__header h3{text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:14px;font-weight:800}.db-activity-panel__list{flex-direction:column;width:100%;display:flex}.db-item-row{box-sizing:border-box;border-bottom:1px solid #e5e5e5;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;display:flex}.db-item-row:last-child{border-bottom:none}.db-item-row__media{color:#666;background-color:#f9f9f9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.db-item-row__info{flex:1;min-width:0}.db-item-row__info strong{color:#111;font-size:14px;font-weight:600}.db-item-row__status{text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.db-item-row__status--sold{color:#2a6b4e;background-color:#edf7f3}.db-item-row__status--shipping{color:#d97706;background-color:#fef3c7}.db-item-row__status--active{color:#2563eb;background-color:#eff6ff}.db-item-row__action{color:#8c8c8c;font-size:1.1rem;transition:color .2s;display:flex}.db-item-row__action:hover{color:#66704a}.db-sell-cta{color:#fff;box-sizing:border-box;background-color:#66704a;border-radius:16px;width:100%;margin-bottom:3rem;padding:2.5rem 1.5rem;position:relative;overflow:hidden}@media (width>=768px){.db-sell-cta{padding:3.5rem 3rem}}.db-sell-cta__content{z-index:2;max-width:480px;position:relative}.db-sell-cta__title{letter-spacing:-.03em;color:#fff;margin:.5rem 0 .75rem;font-size:1.85rem;font-weight:800;line-height:1.2}@media (width>=768px){.db-sell-cta__title{font-size:2.25rem}}.db-sell-cta__desc{color:#ffffffbf;margin:0 0 2rem;font-size:14px;line-height:1.6}.db-sell-cta__btn{color:#66704a;background-color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;height:46px;padding:0 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.db-sell-cta__btn svg{transition:transform .2s}.db-sell-cta__btn:hover{background-color:#f9f9f9}.db-sell-cta__btn:hover svg{transform:translate(3px)}.db-sell-cta__backdrop-icon{color:#ffffff0a;pointer-events:none;z-index:1;font-size:12rem;position:absolute;bottom:-2rem;right:-2rem}.db-products-grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}@media (width>=640px){.db-products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width>=1024px){.db-products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.db-product-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 12px #0d131303}.db-product-card__gallery{aspect-ratio:1;background-color:#f9f9f9;width:100%;position:relative;overflow:hidden}.db-product-card__link{width:100%;height:100%;display:block}.db-product-card__link img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.db-product-card__wish-btn{color:#666;cursor:pointer;z-index:3;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000000d}.db-product-card__wish-btn:hover{color:#e11d48;transform:scale(1.05)}.db-product-card__wish-btn.is-active{color:#e11d48;background-color:#ffe4e6;border-color:#fca5a5}.db-product-card__wish-btn.is-active svg{fill:#e11d48}.db-product-card__meta{flex-direction:column;flex:1;padding:1rem;display:flex}.db-product-card__condition{text-transform:uppercase;letter-spacing:.5px;color:#666;background-color:#f9f9f9;border-radius:4px;align-self:flex-start;margin-bottom:.5rem;padding:2px 6px;font-size:10px;font-weight:700}.db-product-card__brand{color:#111;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .35rem;font-size:14px;font-weight:700;overflow:hidden}.db-product-card__price{color:#66704a;margin-top:auto;font-size:15px;font-weight:800}.db-product-card:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:0 10px 24px #0d13130a}.db-product-card:hover .db-product-card__gallery img{transform:scale(1.04)}.dc-layout{box-sizing:border-box;background-color:#f4f7f6;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.dc-card{text-align:center;box-sizing:border-box;background-color:#fff;border:1px solid #e0e7e6;border-radius:12px;width:100%;max-width:440px;padding:2.5rem 1.5rem;font-family:system-ui,-apple-system,sans-serif;box-shadow:0 8px 24px #0d131308}.dc-icon{color:#1e3a3a;background-color:#f4f7f6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:64px;margin-bottom:1.25rem;font-size:1.6rem;display:inline-flex}.dc-icon--success{color:#2a6b4e;background-color:#edf7f3}.dc-icon--error{color:#ef4444;background-color:#fee2e2}.dc-eyebrow{color:#5e6c6a;letter-spacing:1px;text-transform:uppercase;margin-bottom:.25rem;font-size:11px;font-weight:700;display:block}.dc-title{color:#0d1313;margin:0 0 .75rem;font-size:1.6rem;font-weight:800}.dc-card p{color:#42504f;margin:0 0 1.5rem;font-size:14px;line-height:1.5}.dc-error{color:#991b1b;background-color:#fee2e2;border-radius:6px;margin-bottom:1rem;padding:8px;font-size:13px;font-weight:600}.dc-btn{color:#fff;cursor:pointer;background-color:#1e3a3a;border:none;border-radius:6px;width:100%;height:40px;font-size:14px;font-weight:700;transition:background-color .2s}.dc-btn:hover{background-color:#2d5252}.dc-btn:disabled{cursor:not-allowed;background-color:#a2d2c8}.success-receipt{box-sizing:border-box;background-color:#f9f9f9;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem;display:flex}.success-receipt__card{text-align:center;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:16px;width:100%;max-width:520px;padding:3rem 2rem;box-shadow:0 12px 36px #0d13130a}.success-receipt__icon-wrapper{color:#2a6b4e;background-color:#edf7f3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;display:inline-flex}.success-receipt__eyebrow{color:#2a6b4e;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:11px;font-weight:700;display:block}.success-receipt__title{letter-spacing:-.02em;color:#111;margin:0 0 1rem;font-size:1.85rem;font-weight:800;line-height:1.25}.success-receipt__description{color:#767676;margin:0 0 1.5rem;font-size:14px;line-height:1.6}.success-receipt__session-badge{color:#666;background-color:#f9f9f9;border-radius:6px;align-items:center;gap:4px;margin-bottom:1.5rem;padding:4px 10px;font-size:12px;display:inline-flex}.success-receipt__session-badge code{color:#111;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600}.success-receipt__hint-box{color:#666;text-align:left;box-sizing:border-box;background-color:#f9f9f9;border-left:3px solid #66704a;border-radius:8px;margin-bottom:2rem;padding:14px 16px;font-size:13px;line-height:1.5}.success-receipt__hint-title{color:#111;margin-bottom:4px;font-weight:700;display:block}.success-receipt__hint-desc{color:#666;margin:0}.success-receipt__support-text{color:#666;margin:0 0 2rem;font-size:13px}.success-receipt__link{color:#66704a;font-weight:600;text-decoration:underline;transition:all .25s cubic-bezier(.4,0,.2,1)}.success-receipt__link:hover{color:#828f5e}.success-receipt__cta-btn{box-sizing:border-box;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 2rem;font-weight:700;text-decoration:none;display:inline-flex}.fetch_error{z-index:200;background-color:#fef2f2;border:1px solid #e11d4833;border-radius:8px;width:calc(100% - 2.5rem);max-width:480px;padding:1rem 1.25rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInDown;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000014}.fetch_error h2{color:#e11d48;text-align:center;margin:0;font-size:.9rem;font-weight:600;line-height:1.4}.register-page{color:#111;box-sizing:border-box;background-color:#f6f6fb;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.register-page a{color:inherit;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.register-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;width:100%;max-width:480px;padding:3rem 2.5rem;display:flex;box-shadow:0 16px 40px #00000008}.register-card .brand{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.register-card .brand .register-heart{color:#e11d48;flex-shrink:0;font-size:1.35rem}.register-card .brand h1{letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:800}.register-card .register-heading{margin-bottom:2rem}.register-card .register-heading h2{letter-spacing:-.04em;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.register-card .register-heading p{color:#666;margin:0;font-size:.95rem;line-height:1.5}.register-card form,.register-form-row{flex-direction:column;gap:1.25rem;display:flex}@media (width>=640px){.register-form-row{flex-direction:row;gap:1rem}.register-form-row>div{flex:1;width:50%}}.register-input-group{background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;align-items:center;padding:.5rem 1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.register-input-group:hover{border-color:#767676}.register-input-group:hover .input-icon{color:#111}.register-input-group:focus-within{border-color:#66704a;box-shadow:0 0 0 1px #66704a}.register-input-group:focus-within .input-icon{color:#66704a}.register-input-group .input-icon{color:#767676;flex-shrink:0;margin-right:.85rem;font-size:1.1rem;transition:color .2s}.register-input-group .input-group_div{flex-direction:column;flex-grow:1;display:flex}.register-input-group .input-group_div label{letter-spacing:.05em;text-transform:uppercase;color:#666;margin-bottom:.15rem;font-size:.7rem;font-weight:700}.register-input-group .input-group_div input,.register-input-group .input-group_div input.register-input{color:#111;box-sizing:border-box;background:0 0;border:none;width:100%;padding:.2rem 0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem}.register-input-group .input-group_div input:focus,.register-input-group .input-group_div input.register-input:focus{outline:none}.register-input-group .input-group_div input[type=date]{color:#111;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.register-input-group .input-group_div input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.5;transition:opacity .2s}.register-input-group .input-group_div input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.error{color:#e11d48;margin-top:.4rem;padding-left:.25rem;font-size:.8rem;font-weight:500;display:block}.terms{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;padding:.25rem;display:flex}.terms:hover input[type=checkbox]{border-color:#66704a}.terms input[type=checkbox]{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin:.15rem 0 0;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.terms input[type=checkbox]:checked{background-color:#66704a;border-color:#66704a}.terms input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;margin-bottom:2px;transform:rotate(45deg)}.terms input[type=checkbox]:focus-visible{outline:2px solid #e11d48}.terms span{color:#666;font-size:.85rem;line-height:1.5}.terms span .legal-link{color:#66704a;border-bottom:1px solid #0000;font-weight:600}.terms span .legal-link:hover{color:#e11d48;border-color:#e11d48}.register-btn{color:#fff;cursor:pointer;background-color:#66704a;border:1px solid #66704a;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:44px;margin-top:.5rem;padding:.85rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.register-btn svg{font-size:1.1rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.register-btn:hover{background-color:#111;border-color:#111}.register-btn:hover svg{transform:translate(4px)}.login-link{text-align:center;color:#666;margin-top:2rem;font-size:.9rem}.login-link a{color:#66704a;margin-left:.25rem;font-weight:700}.login-link a:hover{color:#e11d48}.shop-page{color:#111;box-sizing:border-box;background-color:#fff;flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1rem 3rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow-x:hidden}@media (width>=768px){.shop-page{gap:2.5rem;padding:2.5rem 1.5rem}}.shop-page__eyebrow{letter-spacing:.12em;color:#666;text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.shop-page__header{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;display:flex}@media (width>=768px){.shop-page__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.shop-page__heading{width:100%;max-width:520px}.shop-page__heading h1{letter-spacing:-.03em;color:#111;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}@media (width>=768px){.shop-page__heading h1{font-size:2.5rem}}.shop-page__heading p{color:#666;margin:0;font-size:.9rem;line-height:1.5}.shop-page__search{box-sizing:border-box;align-items:center;width:100%;display:flex;position:relative}@media (width>=768px){.shop-page__search{width:320px}}.shop-page__search>svg:first-child{color:#767676;pointer-events:none;font-size:1.1rem;position:absolute;left:1rem}.shop-page__search input[type=search]{box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;min-height:44px;padding:.75rem 2.5rem;font-family:inherit;font-size:.95rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.shop-page__search input[type=search]::placeholder{color:#6669}.shop-page__search input[type=search]:focus{border-color:#66704a;box-shadow:0 0 0 3px #66704a14}.shop-page__search button{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.1rem;transition:color .2s;display:flex;position:absolute;right:.5rem}.shop-page__search button:hover{color:#66704a}.shop-page__categories{-webkit-overflow-scrolling:touch;align-items:center;gap:.5rem;width:100%;margin-bottom:-.35rem;padding-bottom:.6rem;display:flex;overflow-x:auto}.shop-page__categories::-webkit-scrollbar{display:none}.shop-page__categories button{white-space:nowrap;color:#666;cursor:pointer;background-color:#f9f9f9;border:1px solid #0000;border-radius:20px;min-height:36px;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.shop-page__categories button:hover{color:#111;background-color:#f1f1f1}.shop-page__categories button.active{color:#fff;background-color:#66704a;border-color:#66704a;font-weight:600}.shop-page__toolbar{box-sizing:border-box;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;padding-bottom:1rem;display:flex}.shop-page__result-count{color:#666;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.shop-page__result-count strong{color:#111;font-weight:700}.shop-page__toolbar-actions{align-items:center;gap:.75rem;display:flex}@media (width>=768px){.shop-page__toolbar-actions{gap:1.5rem}}.shop-page__filter-button{color:#111;cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:.5rem;min-height:38px;padding:.5rem .85rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.shop-page__filter-button svg{font-size:1rem}.shop-page__filter-button:hover{background-color:#f9f9f9;border-color:#66704a}@media (width>=768px){.shop-page__filter-button{display:none}}.shop-page__sort{align-items:center;gap:.5rem;display:flex}.shop-page__sort>span{color:#666;font-size:.85rem;display:none}@media (width>=640px){.shop-page__sort>span{display:inline}}.shop-page__sort>div{align-items:center;display:flex;position:relative}.shop-page__sort>div select{appearance:none;color:#111;cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;min-height:38px;padding:.5rem 2rem .5rem .75rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}.shop-page__sort>div select:hover,.shop-page__sort>div select:focus{border-color:#66704a}.shop-page__sort>div svg{color:#767676;pointer-events:none;font-size:1rem;position:absolute;right:.65rem}.shop-page__products{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:1.25rem .75rem;width:100%;display:grid}@media (width>=640px){.shop-page__products{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width>=1024px){.shop-page__products{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.shop-page__empty{text-align:center;box-sizing:border-box;background-color:#f9f9f9;border-radius:12px;flex-direction:column;grid-column:1/-1;align-items:center;width:100%;padding:4rem 1.5rem;display:flex}.shop-page__empty>svg:first-child{color:#767676;margin-bottom:1rem;font-size:2.5rem}.shop-page__empty h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.shop-page__empty p{color:#666;margin:0 0 1.5rem;font-size:.9rem}.shop-page__empty button{color:#fff;cursor:pointer;background-color:#66704a;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}.shop-page__empty button:hover{background-color:#747f54}.shop-product-card{box-sizing:border-box;background-color:#fff;flex-direction:column;width:100%;display:flex;position:relative}.shop-product-card a{text-decoration:none}.shop-product-card__media{aspect-ratio:1;background-color:#f9f9f9;border-radius:12px;width:100%;margin-bottom:.75rem;position:relative;overflow:hidden}.shop-product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.shop-product-card__discount{color:#fff;z-index:2;background-color:#e11d48;border-radius:4px;padding:.2rem .4rem;font-size:.7rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.shop-product-card__wishlist{cursor:pointer;color:#111;z-index:2;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 4px 10px #0d13130f}.shop-product-card__wishlist svg{font-size:1rem}.shop-product-card__wishlist:hover{color:#e11d48;transform:scale(1.05)}.shop-product-card__wishlist.active{color:#e11d48;background-color:#ffe4e6;border-color:#fca5a5}.shop-product-card__wishlist.active svg{fill:#e11d48}.shop-product-card__content{flex-direction:column;flex-grow:1;min-width:0;display:flex}.shop-product-card__content .shop-product-card__brand{text-transform:uppercase;letter-spacing:.05em;color:#666;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:.75rem;font-weight:700;overflow:hidden}.shop-product-card__content h2{color:#111;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin:0 0 .4rem;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.shop-product-card__condition{margin-bottom:.6rem;display:flex}.shop-product-card__condition span{color:#666;text-transform:uppercase;letter-spacing:.02em;background-color:#f9f9f9;border-radius:4px;padding:.2rem .4rem;font-size:.65rem;font-weight:700}.shop-product-card__bottom{justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-top:auto;display:flex}.shop-product-card__bottom div{flex-direction:column;min-width:0;display:flex}.shop-product-card__bottom div strong{color:#111;font-size:1.05rem;font-weight:800;line-height:1.1}.shop-product-card__bottom div del{color:#666;margin-top:.15rem;font-size:.8rem}.shop-product-card__buy{color:#111;cursor:pointer;background-color:#f9f9f9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.shop-product-card__buy svg{font-size:1rem}.shop-product-card__buy:hover{color:#fff;background-color:#66704a}.shop-product-card:hover .shop-product-card__media img{transform:scale(1.04)}.shop-filter-drawer{z-index:99999;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.shop-filter-drawer__backdrop{-webkit-backdrop-filter:blur(4px);background-color:#0d131380;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.shop-filter-drawer__panel{z-index:2;box-sizing:border-box;background-color:#fff;flex-direction:column;width:280px;max-width:80vw;height:fit-content;animation:.3s cubic-bezier(.16,1,.3,1) forwards drawerSlideLeft;display:flex;position:relative;box-shadow:-10px 0 30px #0d131314}.shop-filter-drawer__header{box-sizing:border-box;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.25rem 1rem;display:flex}.shop-filter-drawer__header h2{color:#111;margin:0;font-size:1.1rem;font-weight:800}.shop-filter-drawer__header button{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.35rem;transition:color .2s;display:flex}.shop-filter-drawer__header button:hover{color:#e11d48}.shop-filter-drawer__body{box-sizing:border-box;flex-direction:column;flex:1;gap:.65rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.shop-filter-drawer__body label{text-transform:uppercase;letter-spacing:.05em;color:#666;font-size:.7rem;font-weight:700}.shop-filter-drawer__body select{color:#111;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;min-height:44px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;font-weight:600}.shop-filter-drawer__body select:focus{border-color:#66704a}@keyframes drawerSlideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.wishlist-page{width:100%;max-width:max-content;margin:0 auto;padding:40px 24px 64px}.wishlist-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.wishlist-page__header-content h2{letter-spacing:-.02em;color:#24271f;margin:0;font-size:30px;font-weight:700;line-height:1.2}.wishlist-page__header-content p{color:#777b70;margin:8px 0 0;font-size:14px;line-height:1.5}.wishlist-page__count{color:#66704a;white-space:nowrap;background:#f7f8f4;border:1px solid #dfe2d8;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.wishlist-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.wishlist-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:460px;padding:48px 24px;display:flex}.wishlist-page__empty-icon{color:#66704a;background:#f0f2e9;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:20px;display:flex}.wishlist-page__empty-icon svg{stroke-width:1.6px;width:32px;height:32px}.wishlist-page__empty h3{color:#292c25;margin:0;font-size:22px;font-weight:700}.wishlist-page__empty p{color:#777b70;max-width:420px;margin:10px 0 24px;font-size:14px;line-height:1.6}.wishlist-page__empty-link{color:#fff;background:#66704a;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.wishlist-page__empty-link:hover{background:#66704a;transform:translateY(-1px)}.wishlist-page__loading{justify-content:center;align-items:center;min-height:460px;display:flex}.wishlist-page__spinner{border:3px solid #e1e4da;border-top-color:#66704a;border-radius:50%;width:38px;height:38px;animation:.7s linear infinite wishlist-spin}.wishlist-card{background:#fff;border:1px solid #e4e6df;border-radius:14px;min-width:0;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.wishlist-card:hover{border-color:#d8dccf;transform:translateY(-3px);box-shadow:0 10px 30px #23271c14}.wishlist-card__media{aspect-ratio:1;background:#f3f4ef;width:100%;margin:0;position:relative;overflow:hidden}.wishlist-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.wishlist-card:hover .wishlist-card__media img{transform:scale(1.035)}.wishlist-card__remove{color:#6c7067;cursor:pointer;background:#fffffff0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 3px 12px #00000014}.wishlist-card__remove svg{width:16px;height:16px}.wishlist-card__remove:hover{color:#b34d4d;background:#fff;transform:scale(1.05)}.wishlist-card__remove:active{transform:scale(.95)}.wishlist-card__status{color:#fff;text-transform:capitalize;background:#282b23e0;border:0;border-radius:6px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:12px;left:12px}.wishlist-card__content{flex-direction:column;min-height:148px;padding:16px;display:flex}.wishlist-card__info{min-width:0}.wishlist-card__info h4{color:#292c25;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:600;line-height:1.4;overflow:hidden}.wishlist-card__info p{color:#898d83;margin:7px 0 0;font-size:12px;line-height:1.4}.wishlist-card__product-link{color:inherit;text-decoration:none;display:block}.wishlist-card__product-link:hover h4{color:#66704a}.wishlist-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.wishlist-card__footer strong{color:#292c25;white-space:nowrap;font-size:18px;font-weight:700}.wishlist-card__buy{color:#fff;cursor:pointer;background:#66704a;border:1px solid #66704a;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.wishlist-card__buy svg{stroke-width:2px;width:15px;height:15px}.wishlist-card__buy:hover:not(:disabled){background:#66704a;border-color:#66704a;transform:translateY(-1px)}.wishlist-card__buy:active:not(:disabled){transform:translateY(0)}.wishlist-card__buy:disabled{color:#989c92;cursor:not-allowed;background:#e6e8e1;border-color:#e6e8e1}@keyframes wishlist-spin{to{transform:rotate(360deg)}}@media (width<=1024px){.wishlist-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.wishlist-page{padding:28px 18px 48px}.wishlist-page__header{align-items:flex-start;margin-bottom:24px}.wishlist-page__header-content h2{font-size:25px}.wishlist-page__header-content p{font-size:13px}.wishlist-page__count{min-height:32px;padding:0 11px;font-size:12px}.wishlist-page__grid{gap:16px}.wishlist-card__content{min-height:140px;padding:14px}.wishlist-card__footer{padding-top:14px}.wishlist-card__footer strong{font-size:16px}.wishlist-card__buy{min-height:36px;padding:0 11px}}@media (width<=640px){.wishlist-page{padding:24px 14px 40px}.wishlist-page__header{align-items:center}.wishlist-page__header-content h2{font-size:22px}.wishlist-page__header-content p{display:none}.wishlist-page__grid{grid-template-columns:1fr;gap:18px}.wishlist-page__empty{min-height:400px;padding:32px 18px}.wishlist-page__empty-icon{width:68px;height:68px}.wishlist-page__empty-icon svg{width:28px;height:28px}.wishlist-card{grid-template-columns:130px minmax(0,1fr);display:grid}.wishlist-card__media{aspect-ratio:1;height:100%}.wishlist-card__content{min-height:0;padding:14px}.wishlist-card__remove{width:32px;height:32px;top:8px;right:8px}.wishlist-card__status{min-height:24px;padding:0 8px;font-size:10px;bottom:8px;left:8px}.wishlist-card__footer{align-items:flex-end}.wishlist-card__footer strong{font-size:16px}.wishlist-card__buy span{display:none}.wishlist-card__buy{width:36px;padding:0}}html,body,*{margin:0;padding:0}
