#announcement-bar{background:linear-gradient(135deg,#1a0f08,#221610,#2d1a0e);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.announcement-bar__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.announcement-bar__shimmer:after{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(236,91,19,.1),transparent);animation:ann-shimmer 7s cubic-bezier(.4,0,.2,1) infinite}@keyframes ann-shimmer{0%{left:-150%}35%{left:150%}to{left:150%}}.announcement-bar__inner{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:2.5rem;position:relative}.announcement-bar__content{flex:1;text-align:center;font-size:.8125rem;font-weight:700;color:#ffffffeb;letter-spacing:.01em;line-height:1.4;padding:.5rem 0}.announcement-bar__content a{color:#ec5b13;text-decoration:none;font-weight:900;border-bottom:1px solid rgba(236,91,19,.4);transition:border-color .2s}.announcement-bar__content a:hover{border-bottom-color:#ec5b13}.announcement-bar__content strong,.announcement-bar__content b{color:#fff;font-weight:900}.announcement-bar__content em{color:#ec5b13;font-style:normal;font-weight:900}.announcement-bar__content .badge{display:inline-block;background:#ec5b13;color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;padding:.1rem .45rem;border-radius:4px;vertical-align:middle;box-shadow:0 2px 4px #ec5b1359}.announcement-bar__content .code{display:inline-flex;align-items:center;gap:.25rem;background:#ec5b1326;border:1px solid rgba(236,91,19,.35);color:#ec5b13;font-family:monospace;font-weight:900;font-size:11px;letter-spacing:.12em;padding:.1rem .5rem;border-radius:6px;vertical-align:middle}.announcement-bar__content .sep{color:#fff3;margin:0 .5rem}.announcement-bar__close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffff4d;cursor:pointer;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;transition:color .2s,background .2s;padding:0;line-height:1;flex-shrink:0}.announcement-bar__close:hover{color:#ffffffb3;background:#ffffff14}.announcement-bar__close .material-symbols-outlined{font-size:16px}@media(max-width:639px){.announcement-bar__inner{padding:0 .5rem}.announcement-bar__content{font-size:.75rem}}.cart-urgency-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:.6rem 1rem;border-radius:.875rem;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;text-align:center;flex-wrap:wrap}.cart-urgency-bar__icon{font-size:1.1rem;color:#f59e0b;animation:urgencyPulse 1.5s ease-in-out infinite;flex-shrink:0}.cart-urgency-bar__text{flex:1;min-width:0;text-align:center}.cart-urgency-bar__timer{color:#fbbf24;font-variant-numeric:tabular-nums;letter-spacing:.05em;font-size:.9rem}.cart-urgency-bar__secure{display:flex;align-items:center;gap:.2rem;font-size:.68rem;color:#94a3b8;flex-shrink:0}@keyframes urgencyPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.cart-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1.5px solid rgba(236,91,19,.15);box-shadow:0 -8px 32px #0000001f;padding:.875rem 1rem calc(.875rem + env(safe-area-inset-bottom))}.dark .cart-sticky-bar{background:#1e293b;border-top-color:#ec5b1340}.cart-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:480px;margin:0 auto}.cart-sticky-bar__total{display:flex;flex-direction:column}.cart-sticky-bar__total-label{font-size:.65rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.cart-sticky-bar__total-price{font-size:1.25rem;font-weight:900;color:#ec5b13}.cart-sticky-bar__btn{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;padding:.875rem 1.25rem;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;font-size:.9rem;font-weight:800;border:none;border-radius:.875rem;cursor:pointer;box-shadow:0 4px 16px #ec5b1359;transition:opacity .15s,transform .15s}.cart-sticky-bar__btn:active{transform:scale(.97);opacity:.9}@media(max-width:1023px){.cart-sticky-bar{display:block}main{padding-bottom:calc(5rem + env(safe-area-inset-bottom))}}@media(min-width:1024px){.cart-sticky-bar{display:none!important}}.cart-discount-note{display:flex;align-items:center;gap:.375rem;font-size:.78rem;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:.75rem;padding:.625rem 1rem;margin-bottom:1rem;letter-spacing:.01em}.dark .cart-discount-note{background:#1e293b;border-color:#334155;color:#94a3b8}.quantity-btn{transition:all .15s ease}.quantity-btn:hover{transform:scale(1.1)}.quantity-btn:active{transform:scale(.92)}.cart-item{transition:background .2s ease}.cart-item:hover{background:linear-gradient(to right,rgba(236,91,19,.025),transparent)}.remove-btn{transition:color .2s ease,transform .15s ease}.remove-btn:active{transform:scale(.92)}@keyframes cart-pulse{0%,to{box-shadow:0 4px 15px #ec5b134d}50%{box-shadow:0 4px 28px #ec5b138c}}#cart-form button[name=checkout]{animation:cart-pulse 2.5s ease-in-out infinite}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}#discount-code-input:focus{box-shadow:0 0 0 3px #ec5b1326}#discount-message.success{animation:fadeInDown .25s ease}#discount-message.error{animation:shake .35s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-recommendation-card{transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;border-radius:1rem}.cart-recommendation-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #ec5b131f}.cart-rec-section-intro{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:linear-gradient(135deg,#ec5b130f,#f9731608);border:1.5px solid rgba(236,91,19,.15);border-radius:1rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:600;color:#64748b}.dark .cart-rec-section-intro{background:#ec5b1314;border-color:#ec5b1333;color:#94a3b8}#delete-modal,#gift-message-modal{transition:opacity .2s ease,visibility .2s ease}#delete-modal.active,#gift-message-modal.active{opacity:1;pointer-events:auto}#delete-modal.active>div,#gift-message-modal.active>div{transform:scale(1)}.gift-option-card{cursor:pointer;transition:all .2s ease}.gift-option-card:hover{transform:translateY(-2px)}.gift-option-card:active{transform:translateY(0)}.gift-option-card.active{border-color:#ec5b13;background:linear-gradient(to bottom right,#ec5b130d,#ec5b1305)}.cart-photo-prop{display:flex;align-items:center;gap:.5rem;margin:.25rem 0}.cart-photo-prop__label{font-size:.72rem;font-weight:600;color:#64748b;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.cart-photo-prop__link{display:inline-block}.cart-photo-prop__thumb{width:3rem;height:3rem;border-radius:.5rem;object-fit:cover;border:2px solid #ec5b13;cursor:pointer;transition:transform .15s}.cart-photo-prop__thumb:hover{transform:scale(1.08)}.cart-portrait-photo-badge{position:absolute;bottom:4px;left:4px;background:#ec5b13eb;color:#fff;font-size:.58rem;font-weight:800;padding:.15rem .45rem;border-radius:999px;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-child-name{display:flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;color:#ec5b13;margin:.2rem 0 .1rem}.cart-child-name .material-symbols-outlined{font-size:.95rem;flex-shrink:0}.cart-eye-tag{font-size:.7rem;font-weight:600;color:#64748b}.cart-subscription-tag{display:flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;color:#7c3aed;margin:.15rem 0 0}.cart-subscription-tag .material-symbols-outlined{font-size:.85rem}.cart-subscription-tag__save{background:#7c3aed;color:#fff;font-size:.58rem;padding:.1rem .35rem;border-radius:999px}.cart-prop-row{display:flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:500;color:#64748b;margin:.1rem 0}.cart-prop-row--green{color:#16a34a}.col-page{padding-bottom:4rem}.col-hero{background:linear-gradient(135deg,#1a0f08,#2d1a0e 60%,#3d2010);padding:3rem 0 2.5rem;margin-bottom:0}.col-hero__inner{display:flex;flex-direction:column;gap:1.5rem}.col-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.78rem;color:#ffffff80;margin-bottom:1.25rem}.col-breadcrumb a{color:#ffffff80;text-decoration:none}.col-breadcrumb a:hover{color:#fffc}.col-breadcrumb .material-symbols-outlined{font-size:.9rem}.col-hero__content{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.col-hero__text{flex:1}.col-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;color:#fff;margin:0 0 .75rem;line-height:1.1}.col-hero__desc{color:#ffffffa6;font-size:.93rem;line-height:1.6;max-width:50ch;margin:0 0 1.25rem}.col-hero__stats{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.col-hero__stat{display:flex;align-items:center;gap:.375rem;color:#ffffffb3;font-size:.78rem;font-weight:600}.col-hero__stat .material-symbols-outlined{font-size:1rem;color:#ec5b13}.col-hero__badge-wrap{flex-shrink:0;display:none}@media(min-width:768px){.col-hero__badge-wrap{display:flex}}.col-hero__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:8rem;height:8rem;border-radius:50%;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;font-size:.7rem;font-weight:700;text-align:center;gap:.15rem;box-shadow:0 8px 24px #ec5b1366}.col-hero__badge strong{font-size:.85rem;font-weight:900}.col-filter-strip{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20;box-shadow:0 1px 8px #0000000f}.dark .col-filter-strip{background:#1e293b;border-color:#334155}.col-filters{display:flex;gap:.5rem;padding:.75rem 0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.col-filters::-webkit-scrollbar{display:none}.col-filter-pill{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;padding:.4rem .9rem;border-radius:100px;font-size:.78rem;font-weight:700;color:#64748b;border:1.5px solid #e2e8f0;text-decoration:none;transition:all .18s ease;background:#f8fafc}.dark .col-filter-pill{color:#94a3b8;border-color:#334155;background:#0f172a}.col-filter-pill .material-symbols-outlined{font-size:.9rem}.col-filter-pill:hover{border-color:#ec5b13;color:#ec5b13;background:#fff7f5}.col-filter-pill--active{background:#ec5b13!important;color:#fff!important;border-color:#ec5b13!important}.dark .col-filter-pill--active{background:#ec5b13!important}.col-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0 .75rem}.col-toolbar__count{font-size:.85rem;color:#64748b}.dark .col-toolbar__count{color:#94a3b8}.col-toolbar__count strong{color:#0f172a;font-weight:700}.dark .col-toolbar__count strong{color:#f1f5f9}.col-sort{font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:.5rem;border:1.5px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer}.dark .col-sort{background:#1e293b;border-color:#334155;color:#f1f5f9}.col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:.5rem}@media(min-width:640px){.col-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.col-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.col-card{border-radius:1rem;overflow:hidden;background:#fff;border:1.5px solid #f1f5f9;box-shadow:0 2px 8px #0000000f;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;display:flex;flex-direction:column}.dark .col-card{background:#1e293b;border-color:#334155}.col-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001f}.col-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.col-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden}.col-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.col-card:hover .col-card__img{transform:scale(1.06)}.col-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1rem;text-align:center}.col-card__placeholder-icon{font-size:2.5rem;opacity:.6;font-variation-settings:"FILL" 1}.col-card__placeholder-title{font-size:.72rem;font-weight:700;line-height:1.3;color:inherit;opacity:.8;max-width:14ch}.col-card--amber .col-card__placeholder{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.col-card--indigo .col-card__placeholder{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.col-card--teal .col-card__placeholder{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0f766e}.col-card--yellow .col-card__placeholder{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#854d0e}.col-card--red .col-card__placeholder{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.col-card--pink .col-card__placeholder{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#9d174d}.col-card--green .col-card__placeholder{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.col-card--orange .col-card__placeholder{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#9a3412}.col-card--purple .col-card__placeholder{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#6b21a8}.col-card__badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem}.col-badge{display:inline-block;padding:.2rem .5rem;border-radius:.375rem;font-size:.65rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.col-badge--sale{background:#ec5b13;color:#fff}.col-badge--personal{background:#ffffffeb;color:#ec5b13;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.col-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.col-card:hover .col-card__overlay{opacity:1}.col-card__cta{color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.03em;background:#ec5b13e6;padding:.5rem 1rem;border-radius:.5rem}.col-card__body{padding:.85rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.col-card__type{font-size:.65rem;font-weight:800;color:#ec5b13;text-transform:uppercase;letter-spacing:.08em;margin:0}.col-card__title{font-size:.88rem;font-weight:800;color:#0f172a;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark .col-card__title{color:#f1f5f9}.col-card__meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.col-card__stars{display:flex;align-items:center;gap:.1rem;min-height:18px}.col-card__rating{font-size:.72rem;font-weight:700;color:#64748b;margin-left:.25rem}.col-card__review-count{font-weight:500;color:#94a3b8}.col-card__rating--none{font-weight:600;color:#94a3b8;font-style:italic}.col-card__price{display:flex;align-items:baseline;gap:.35rem}.col-card__price-was{font-size:.72rem;color:#94a3b8;text-decoration:line-through}.col-card__price-now{font-size:.9rem;color:#0f172a;font-weight:900}.dark .col-card__price-now{color:#f1f5f9}.col-card__price-now--sale{color:#ec5b13}.col-card__add-form{padding:.6rem .85rem .85rem}.col-card__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;background:#ec5b13;color:#fff;border:none;border-radius:.625rem;text-decoration:none;font-size:.78rem;font-weight:700;padding:.55rem;cursor:pointer;transition:background .18s ease}.dark .col-card__add-btn,.col-card__add-btn:hover{background:#ec5b13}.col-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center;color:#64748b}.col-empty__link{color:#ec5b13;font-weight:700;text-decoration:none}.col-empty__link:hover{text-decoration:underline}.col-pagination{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem 0}.col-page-btn{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:.5rem;font-size:.82rem;font-weight:700;color:#0f172a;border:1.5px solid #e2e8f0;text-decoration:none;transition:all .18s ease;background:#fff}.dark .col-page-btn{color:#f1f5f9;border-color:#334155;background:#1e293b}.col-page-btn:hover{border-color:#ec5b13;color:#ec5b13}.col-page-btn--current{background:#ec5b13;color:#fff;border-color:#ec5b13}.col-bottom-cta{margin-top:3.5rem}.col-bottom-cta__inner{background:linear-gradient(135deg,#fff7f5,#fef3c7);border:2px solid rgba(236,91,19,.15);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.dark .col-bottom-cta__inner{background:linear-gradient(135deg,#1c1009,#221610);border-color:#ec5b1333}@media(min-width:768px){.col-bottom-cta__inner{flex-direction:row;align-items:center;justify-content:space-between}}.col-bottom-cta__text h2{font-size:1.2rem;font-weight:900;margin:0 0 .35rem;color:#0f172a}.dark .col-bottom-cta__text h2{color:#f1f5f9}.col-bottom-cta__text p{font-size:.85rem;color:#64748b;margin:0}.col-bottom-cta__trust{display:flex;flex-direction:column;gap:.6rem}@media(min-width:640px){.col-bottom-cta__trust{flex-direction:row}}.col-bottom-cta__trust span{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;color:#64748b;white-space:nowrap}.col-bottom-cta__trust .material-symbols-outlined{font-size:1rem;color:#ec5b13}.collections-section{display:block;width:100%;overflow-x:hidden}.collections__ink-blob{position:absolute;width:500px;height:500px;background:#ec5b13;border-radius:50%;filter:blur(80px);z-index:-1;opacity:.12;pointer-events:none}.collections__ink-blob--left{left:-100px;top:60px}.collections__ink-blob--right{right:-150px;top:600px;opacity:.08}.collections__section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem;padding:0 1rem}@media(min-width:768px){.collections__section-header{padding:0 2rem}}@media(min-width:1024px){.collections__section-header{padding:0 max(2rem,calc((100% - 1240px)/2))}}.collections__section-header--center{justify-content:center;text-align:center;flex-direction:column;gap:.5rem}.collections__section-label{font-size:.5625rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#ec5b13;margin:0 0 .375rem}.collections__section-title{font-size:1.5rem;font-weight:700;font-style:italic;letter-spacing:-.025em;color:#0f172a;margin:0}@media(min-width:768px){.collections__section-title{font-size:1.75rem}}.dark .collections__section-title{color:#fff}.collections__view-all{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ec5b13;text-decoration:none;padding-bottom:.25rem;border-bottom:1px solid #ec5b13;transition:border-bottom-width .2s ease;white-space:nowrap}.collections__view-all:hover{border-bottom-width:2px}.collections__bestsellers{padding:2.5rem 1rem 3rem;position:relative}@media(min-width:768px){.collections__bestsellers{padding:2.5rem 2rem 4rem}}@media(min-width:1024px){.collections__bestsellers{padding:2.5rem max(2rem,calc((100% - 1240px)/2)) 4rem}}.collections__bestsellers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.collections__bestsellers-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.collections__bestsellers-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.collections__bs-card{position:relative;display:flex;flex-direction:column;background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(236,91,19,.07);border-radius:1.25rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease}.dark .collections__bs-card{background:#ffffff08;border:1px solid rgba(255,255,255,.04)}.collections__bs-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 40px -12px #ec5b1326}.collections__bs-card--first{border-color:#ec5b1340;box-shadow:0 4px 20px #ec5b1314}@media(min-width:1024px){.collections__bs-card--first{grid-column:span 2}.collections__bs-card--first .collections__bs-img-wrap{aspect-ratio:16/9}}.collections__bs-rank{position:absolute;top:.6rem;left:.6rem;z-index:10;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.6875rem;font-weight:900;letter-spacing:.05em;padding:.25rem .5rem;border-radius:9999px;line-height:1}.collections__bs-img-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;flex-shrink:0}.collections__bs-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collections__bs-card:hover .collections__bs-img{transform:scale(1.07)}.collections__bs-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec5b131a,#ec5b130a)}.collections__bs-placeholder .material-symbols-outlined{font-size:3rem;color:#ec5b134d}.collections__bs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.25rem;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 50%);opacity:0;transition:opacity .3s ease}.collections__bs-card:hover .collections__bs-overlay{opacity:1}.collections__bs-cta{display:inline-flex;padding:.5rem 1.25rem;background:#ec5b13;color:#fff;font-size:.6875rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px}.collections__bs-info{padding:.6rem .875rem .75rem}.collections__bs-type{font-size:.5625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ec5b13b3;margin:0 0 .2rem}.collections__bs-title{font-size:.875rem;font-weight:700;line-height:1.25;color:#0f172a;margin:0 0 .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .collections__bs-title{color:#f1f5f9}.collections__bs-card:hover .collections__bs-title{color:#ec5b13}.collections__bs-footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.collections__bs-price-regular{font-size:.875rem;font-weight:700;color:#0f172a}.dark .collections__bs-price-regular{color:#f1f5f9}.collections__bs-price-compare{font-size:.75rem;font-weight:500;color:#94a3b8;text-decoration:line-through}.collections__bs-price-sale{font-size:.875rem;font-weight:700;color:#ef4444}.collections__bs-badge-sold{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:#64748b;color:#fff;padding:.2rem .5rem;border-radius:9999px}.collections__categories{padding:0 1.5rem 5rem;position:relative}@media(min-width:768px){.collections__categories{padding:0 3rem 5rem}}@media(min-width:1024px){.collections__categories{padding:0 max(3rem,calc((100% - 1240px)/2)) 5rem}}.collections__categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}@media(min-width:768px){.collections__categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.collections__category-card{position:relative;aspect-ratio:1;border-radius:1.5rem;overflow:hidden;background:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(236,91,19,.05);text-decoration:none;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s ease}.dark .collections__category-card{background:#ffffff05;border-color:#ffffff08}.collections__category-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px #ec5b131f}.collections__category-image{width:100%;height:100%;object-fit:cover;opacity:.6;transition:transform .5s ease}.collections__category-card:hover .collections__category-image{transform:scale(1.1)}.collections__category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec5b131a,#ec5b130a)}.collections__category-placeholder .material-symbols-outlined{font-size:3rem;color:#ec5b134d}.collections__category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center;background:#0003;transition:background .3s ease}.collections__category-card:hover .collections__category-overlay{background:#ec5b1366}.collections__category-icon{font-size:2rem;color:#fff;margin-bottom:.5rem}.collections__category-title{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#fff}.collections__products{padding:0 1.5rem 4rem}@media(min-width:768px){.collections__products{padding:0 3rem 4rem}}@media(min-width:1024px){.collections__products{padding:0 max(3rem,calc((100% - 1240px)/2)) 4rem}}.collections__filter-bar{position:sticky;top:4rem;z-index:40;background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(236,91,19,.08);border-radius:1rem;padding:.75rem 1rem;margin:1.5rem 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.dark .collections__filter-bar{background:#221610bf;border-color:#ffffff0d}.collections__filter-bar-scroll{display:flex;align-items:center;gap:.5rem;overflow-x:auto;flex:1;min-width:0;padding-bottom:.25rem}.collections__filter-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:.75rem;font-size:.875rem;font-weight:500;color:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.collections__filter-btn:hover{background:#ec5b131a}.collections__filter-btn--active{background:#ec5b13;color:#fff}.collections__filter-btn .material-symbols-outlined{font-size:1.125rem}.collections__filter-search{position:relative;margin-left:.5rem}.collections__filter-input{width:10rem;padding:.5rem .75rem .5rem 2.25rem;background:#fff3;border:1px solid rgba(236,91,19,.1);border-radius:.75rem;font-size:.75rem;font-weight:500;color:inherit;transition:all .2s ease}.collections__filter-input:focus{outline:none;border-color:#ec5b13;box-shadow:0 0 0 3px #ec5b131a;width:12rem}.dark .collections__filter-input{background:#ffffff0d}.collections__filter-search .material-symbols-outlined{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#ec5b13}.collections__filter-divider{width:1px;height:1.5rem;background:#ec5b1333;margin:0 .5rem}.collections__filter-right{display:flex;align-items:center}.collections__filter-sort{padding:.5rem 1rem;background:transparent;border:none;font-size:.875rem;font-weight:500;color:inherit;cursor:pointer}.collections__filter-sort:focus{outline:none}.collections__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.collections__products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.collections__products-grid{grid-template-columns:repeat(4,1fr)}}.collections__product-card{position:relative;background:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(236,91,19,.05);border-radius:1.25rem;overflow:hidden;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s ease}.dark .collections__product-card{background:#ffffff05;border-color:#ffffff08}.collections__product-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px #ec5b131f}.collections__product-image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden}.collections__product-image-link{display:block;width:100%;height:100%}.collections__product-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collections__product-card:hover .collections__product-image{transform:scale(1.1)}.collections__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec5b131a,#ec5b130a)}.collections__product-placeholder .material-symbols-outlined{font-size:3rem;color:#ec5b134d}.collections__product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);opacity:0;transform:translateY(100%);transition:all .3s ease}.collections__product-card:hover .collections__product-overlay{opacity:1;transform:translateY(0)}.collections__product-form{width:100%}.collections__product-add{width:100%;padding:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ec5b13;border:none;border-radius:.75rem;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.collections__product-add:hover{background:#ec5b13;color:#fff}.collections__product-add:disabled{opacity:.5;cursor:not-allowed}.dark .collections__product-add{background:#1e293be6;color:#ec5b13}.dark .collections__product-add:hover{background:#ec5b13;color:#fff}.collections__product-badge{position:absolute;top:.75rem;left:.75rem;padding:.375rem .75rem;font-size:.5625rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;z-index:10}.collections__product-badge--new{background:linear-gradient(135deg,#ec5b13,#ff8c52,#ec5b13);background-size:200% auto;color:#fff;box-shadow:0 4px 15px #ec5b134d}.collections__product-badge--sale{background:#ef4444;color:#fff}.collections__product-badge--sold-out{background:#64748b;color:#fff}.collections__product-info{padding:.5rem .875rem .75rem}.collections__product-category{font-size:.5625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ec5b1399;margin:0 0 .2rem}.collections__product-title{font-size:.875rem;font-weight:700;line-height:1.25;color:#0f172a;margin:0 0 .4rem;transition:color .2s ease}.collections__product-title a{color:inherit;text-decoration:none}.collections__product-card:hover .collections__product-title{color:#ec5b13}.dark .collections__product-title{color:#fff}.collections__product-footer{display:flex;align-items:center;justify-content:space-between}.collections__product-price{display:flex;align-items:center;gap:.5rem}.collections__product-price-compare{font-size:.75rem;font-weight:500;color:#94a3b8;text-decoration:line-through}.collections__product-price-sale{font-size:.875rem;font-weight:700;color:#ef4444}.collections__product-price-regular{font-size:.875rem;font-weight:700;color:#0f172a}.dark .collections__product-price-regular{color:#fff}.collections__product-rating{display:flex;align-items:center;gap:.25rem}.collections__product-star{font-size:.875rem;color:#fbbf24}.collections__product-rating-value{font-size:.6875rem;font-weight:700;color:#64748b}.collections__products-more{text-align:center;padding:3rem 1rem}.collections__products-more-btn{display:inline-flex;padding:1rem 2.5rem;background:transparent;border:1px solid rgba(236,91,19,.2);color:#ec5b13;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;text-decoration:none;transition:all .2s ease}.collections__products-more-btn:hover{background:#ec5b13;color:#fff;border-color:#ec5b13}.contact-page{min-height:80vh}.contact-submit{letter-spacing:.08em}.contact-submit:hover{transform:translateY(-1px)}.contact-submit:active{transform:scale(.98)}.email-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.email-popup[aria-hidden=false]{opacity:1;visibility:visible}.email-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.email-popup__content{position:relative;background:var(--color-background, #ffffff);color:var(--color-foreground, #1a1a1a);border-radius:16px;padding:40px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;transform:scale(.95);transition:transform .3s ease}.email-popup[aria-hidden=false] .email-popup__content{transform:scale(1)}.email-popup__close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:8px;color:var(--color-foreground-muted, #666666);transition:color .2s ease}.email-popup__close:hover{color:var(--color-foreground, #1a1a1a)}.email-popup__header{text-align:center;margin-bottom:32px}.email-popup__icon{font-size:48px;margin-bottom:16px}.email-popup__heading{font-size:28px;font-weight:700;margin:0 0 12px;line-height:1.2}.email-popup__description{font-size:16px;color:var(--color-foreground-muted, #666666);margin:0;line-height:1.5}.email-popup__form{display:flex;flex-direction:column;gap:16px}.email-popup__input-wrapper{display:flex;flex-direction:column;gap:12px}@media(min-width:480px){.email-popup__input-wrapper{flex-direction:row}}.email-popup__input{flex:1;padding:14px 16px;border:1px solid var(--color-border, #e5e5e5);border-radius:8px;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.email-popup__input:focus{outline:none;border-color:var(--color-primary, #ec5b13);box-shadow:0 0 0 3px #ec5b131a}.email-popup__button{padding:14px 28px;background:var(--color-primary, #ec5b13);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.email-popup__button:hover{background:var(--color-primary-dark, #d14f0e);transform:translateY(-1px)}.email-popup__button:focus{outline:none;box-shadow:0 0 0 3px #ec5b134d}.email-popup__discount{text-align:center;padding:12px;background:var(--color-secondary-bg, #f5f5f5);border-radius:8px}.email-popup__discount-label{font-size:14px;color:var(--color-foreground-muted, #666666)}.email-popup__discount-code{display:inline-block;margin-left:8px;padding:4px 12px;background:var(--color-primary, #ec5b13);color:#fff;border-radius:4px;font-family:monospace;font-size:16px;font-weight:600}.email-popup__privacy{font-size:12px;color:var(--color-foreground-muted, #888888);text-align:center;margin:0;line-height:1.5}.email-popup__success{text-align:center;padding:24px}.email-popup__success-icon{color:var(--color-success, #22c55e);margin-bottom:16px}.email-popup__success-message{font-size:18px;font-weight:600;margin:0 0 16px;color:var(--color-foreground, #1a1a1a)}.email-popup__success-discount{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:16px}.email-popup__success-discount span{font-size:14px;color:var(--color-foreground-muted, #666666)}#mobile-nav{will-change:transform}#mobile-nav-overlay{will-change:opacity}#lang-dropdown{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#lang-selector-btn:focus,#mobile-menu-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media(max-width:640px){.header-height{height:3.5rem}}.help-center-page details>summary{list-style:none}.help-center-page details>summary::-webkit-details-marker{display:none}.our-story-section{display:block;width:100%}.our-story__hero{position:relative;min-height:60vh;min-height:450px;overflow:hidden;background-color:#0f172a}.our-story__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.6}.our-story__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#221610 0%,rgba(34,22,16,.4) 40%,transparent 100%)}.our-story__hero-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;min-height:60vh;min-height:450px;padding:1.5rem 1.5rem 5rem;max-width:1280px;margin:0 auto}@media(min-width:1024px){.our-story__hero-content{padding:1.5rem 2.5rem 5rem}}.our-story__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;background-color:#ec5b1333;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(236,91,19,.3);border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ec5b13;margin-bottom:1rem;width:fit-content}.our-story__title{font-size:2.5rem;font-weight:900;line-height:1.1;color:#fff;margin:0;max-width:48rem}@media(min-width:768px){.our-story__title{font-size:3.5rem}}@media(min-width:1024px){.our-story__title{font-size:4.5rem}}.our-story__description{font-size:1.125rem;line-height:1.625;color:#e2e8f0;margin-top:1.5rem;max-width:48rem}.our-story__process{padding:6rem 1.5rem;max-width:1280px;margin:0 auto}@media(min-width:1024px){.our-story__process{padding:6rem 2.5rem}}.our-story__process-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:1024px){.our-story__process-grid{grid-template-columns:1fr 1fr;gap:4rem}}.our-story__section-title{font-size:2rem;font-weight:900;line-height:1.2;color:#0f172a;margin:0}@media(min-width:768px){.our-story__section-title{font-size:2.5rem}}@media(min-width:1024px){.our-story__section-title{font-size:3rem}}.dark .our-story__section-title{color:#fff}.our-story__section-description{font-size:1.125rem;line-height:1.625;color:#475569;margin-top:1.5rem}.dark .our-story__section-description{color:#94a3b8}.our-story__process-steps{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.our-story__process-step{display:flex;gap:1.5rem}.our-story__step-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background-color:#ec5b131a;color:#ec5b13}.our-story__step-icon .material-symbols-outlined{font-size:1.875rem}.our-story__step-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.dark .our-story__step-title{color:#fff}.our-story__step-description{font-size:1rem;line-height:1.625;color:#475569;margin:0}.dark .our-story__step-description{color:#94a3b8}.our-story__process-image-wrapper{position:relative}.our-story__process-image-glow{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:linear-gradient(135deg,#ec5b1326,#ec5b130d);border-radius:.75rem;filter:blur(2rem);transition:all .3s ease}.our-story__process-image-wrapper:hover .our-story__process-image-glow{background:linear-gradient(135deg,#ec5b1333,#ec5b131a)}.our-story__process-image{position:relative;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #00000040}.dark .our-story__process-image{border-color:#1e293b}.our-story__process-image-placeholder{position:relative;width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec5b131a,#ec5b130d);border-radius:.75rem;border:1px solid #e2e8f0}.dark .our-story__process-image-placeholder{border-color:#1e293b}.our-story__process-image-placeholder .material-symbols-outlined{font-size:6rem;color:#ec5b134d}.our-story__sustainability{padding:6rem 1.5rem;background-color:#ec5b130d}@media(min-width:1024px){.our-story__sustainability{padding:6rem 2.5rem}}.our-story__sustainability-header{text-align:center;margin-bottom:4rem;max-width:1280px;margin-left:auto;margin-right:auto}.our-story__sustainability-title{font-size:1.875rem;font-weight:900;color:#0f172a;margin:0}@media(min-width:768px){.our-story__sustainability-title{font-size:2rem}}.dark .our-story__sustainability-title{color:#fff}.our-story__sustainability-description{font-size:1.125rem;line-height:1.625;color:#475569;margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto}.dark .our-story__sustainability-description{color:#94a3b8}.our-story__sustainability-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto}@media(min-width:768px){.our-story__sustainability-grid{grid-template-columns:repeat(3,1fr)}}.our-story__sustainability-card{display:flex;flex-direction:column;padding:2rem;background-color:#fff;border-radius:1.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000000d}.dark .our-story__sustainability-card{background-color:#0f172a;border-color:#1e293b}.our-story__sustainability-icon{font-size:2.25rem;color:#ec5b13;margin-bottom:1rem}.our-story__sustainability-card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.dark .our-story__sustainability-card-title{color:#fff}.our-story__sustainability-card-text{font-size:.875rem;line-height:1.625;color:#475569;margin:0}.dark .our-story__sustainability-card-text{color:#94a3b8}.our-story__faq{padding:6rem 1.5rem;max-width:56rem;margin:0 auto}@media(min-width:1024px){.our-story__faq{padding:6rem 2.5rem}}.our-story__faq-title{font-size:1.875rem;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:-.025em;color:#0f172a;margin:0 0 4rem}@media(min-width:768px){.our-story__faq-title{font-size:2rem}}.dark .our-story__faq-title{color:#fff}.our-story__faq-list{display:flex;flex-direction:column;gap:1rem}.our-story__faq-item{border:1px solid #e2e8f0;background-color:#fff;border-radius:.75rem;overflow:hidden;transition:all .2s ease}.dark .our-story__faq-item{border-color:#1e293b;background-color:#221610}.our-story__faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;font-size:1.125rem;font-weight:700;color:#0f172a;cursor:pointer;list-style:none;transition:all .2s ease}.dark .our-story__faq-question{color:#fff}.our-story__faq-question::-webkit-details-marker{display:none}.our-story__faq-question .material-symbols-outlined{transition:transform .2s ease}.our-story__faq-item[open] .our-story__faq-question .material-symbols-outlined{transform:rotate(180deg)}.our-story__faq-answer{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.625;color:#475569}.dark .our-story__faq-answer{color:#94a3b8}.our-story__cta{padding:6rem 1.5rem;max-width:1280px;margin:0 auto}@media(min-width:1024px){.our-story__cta{padding:6rem 2.5rem}}.our-story__cta{position:relative}.our-story__cta-inner{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center}.our-story__cta-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.1) 1px,transparent 0);background-size:24px 24px;opacity:.1;pointer-events:none}.our-story__cta-inner{background-color:#ec5b13;border-radius:1.5rem;padding:3rem 2rem;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #ec5b1366;position:relative;overflow:hidden}@media(min-width:640px){.our-story__cta-inner{padding:4rem 3rem}}.our-story__cta-title{font-size:2rem;font-weight:900;text-transform:uppercase;color:#fff;margin:0}@media(min-width:768px){.our-story__cta-title{font-size:2.5rem}}.our-story__cta-description{font-size:1.25rem;opacity:.9;max-width:42rem;margin:1rem auto 0;color:#fff}.our-story__cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem;width:100%}@media(min-width:640px){.our-story__cta-buttons{flex-direction:row;justify-content:center;width:auto}}.our-story__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;text-decoration:none;transition:all .2s ease;cursor:pointer;min-width:12rem}.our-story__cta-button--primary{background-color:#fff;color:#ec5b13;box-shadow:0 10px 15px -3px #0000001a}.our-story__cta-button--primary:hover{background-color:#f1f5f9}.our-story__cta-button--secondary{border:2px solid rgba(255,255,255,.3);color:#fff;background:transparent}.our-story__cta-button--secondary:hover{background-color:#ffffff1a}.prose{line-height:1.8}.prose h2{font-size:1.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--color-foreground)}.prose h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--color-foreground)}.prose p{margin-bottom:1.25rem;color:var(--color-foreground)}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--primary);text-decoration:underline;transition:opacity .2s}.prose a:hover{opacity:.8}.prose strong{font-weight:600;color:var(--color-foreground)}.product-reviews{background-color:var(--bg-color);color:var(--text-color)}.review-card{transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.variant-option{transition:all .3s cubic-bezier(.4,0,.2,1)}.variant-option:hover{border-color:#ec5b13}#main-product-image{transition:opacity .3s ease-in-out}.thumbnail-image{cursor:pointer;transition:all .3s ease}.thumbnail-image:hover{transform:scale(1.05);box-shadow:0 10px 30px #00000026}.sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding:.75rem 1rem}.dark .sticky-atc-bar{background:#1e293b;border-top-color:#334155}.sticky-atc-bar.is-visible{transform:translateY(0)}.sticky-atc-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-atc-product{display:flex;align-items:center;gap:.75rem;min-width:0}.sticky-atc-thumb{width:48px;height:48px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.sticky-atc-title{font-size:.875rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.dark .sticky-atc-title{color:#f1f5f9}.sticky-atc-price{font-size:.875rem;font-weight:600;color:#ec5b13;margin:0}.sticky-atc-btn{flex-shrink:0;background:#ec5b13;color:#fff;border:none;border-radius:.875rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:opacity .15s,transform .15s;box-shadow:0 4px 14px #ec5b134d}.sticky-atc-btn:hover{opacity:.88;transform:translateY(-1px)}.sticky-atc-btn:active{transform:translateY(0)}#success-modal{transition:opacity .3s ease}#modal-content{transition:all .3s cubic-bezier(.4,0,.2,1)}#modal-content::-webkit-scrollbar{width:6px}#modal-content::-webkit-scrollbar-track{background:transparent}#modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}#modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}#related-products a{transition:transform .2s ease}#related-products a:hover{transform:translateY(-2px)}@keyframes portraitShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.portrait-form-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1.5px solid #fca5a5;border-radius:.75rem;font-size:.8rem;font-weight:600;color:#dc2626;animation:slideIn .25s ease-out}.portrait-form-error .material-symbols-outlined{font-size:1rem;flex-shrink:0}.neo-purchase-toggle{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.neo-purchase-option{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.875rem;cursor:pointer;transition:border-color .2s,background .2s}.neo-purchase-option:hover{border-color:#ec5b1380}.neo-purchase-option input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.neo-purchase-option:has(input:checked){border-color:#ec5b13;background:#ec5b130a;box-shadow:0 4px 14px #ec5b1326}.neo-purchase-option__body{flex:1;min-width:0}.neo-purchase-option__title{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.95rem;color:#1e293b;gap:.5rem}.dark .neo-purchase-option__title{color:#f1f5f9}.neo-purchase-option__price{font-weight:800;color:#ec5b13;white-space:nowrap;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem}.neo-purchase-option__price-strike{color:#94a3b8;text-decoration:line-through;font-weight:500;font-size:.85rem}.neo-purchase-option__desc{margin:.25rem 0 0;font-size:.78rem;color:#64748b;line-height:1.4}.neo-purchase-option__badge{display:inline-block;margin-left:.4rem;padding:1px 6px;background:#ec5b13;color:#fff;border-radius:999px;font-size:.625rem;font-weight:800;letter-spacing:.06em;vertical-align:middle}.neo-purchase-option--featured{border-color:#ec5b134d;background:linear-gradient(180deg,rgba(236,91,19,.04),transparent)}.neo-gallery-main{position:relative}.neo-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:9999px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.06);color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:5;box-shadow:0 6px 20px #0000001f;opacity:0;pointer-events:none}.neo-gallery-main:hover .neo-gallery-arrow,.neo-gallery-arrow:focus-visible{opacity:1;pointer-events:auto}@media(max-width:768px){.neo-gallery-arrow{opacity:1;pointer-events:auto}}.neo-gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.neo-gallery-arrow:active{transform:translateY(-50%) scale(.96)}.neo-gallery-arrow--prev{left:12px}.neo-gallery-arrow--next{right:12px}.dark .neo-gallery-arrow{background:#1e293beb;color:#f1f5f9;border-color:#ffffff14}.neo-gallery-thumbs{display:flex;gap:.625rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 2px 8px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.neo-gallery-thumbs::-webkit-scrollbar{height:6px}.neo-gallery-thumbs::-webkit-scrollbar-track{background:transparent}.neo-gallery-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.neo-gallery-thumbs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.neo-gallery-thumb{flex:0 0 auto;width:84px;height:84px;border-radius:.625rem;overflow:hidden;border:2px solid transparent;background:#f1f5f9;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;scroll-snap-align:start;padding:0}@media(min-width:768px){.neo-gallery-thumb{width:96px;height:96px}}.neo-gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000001f}.neo-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.neo-gallery-thumb--active{border-color:#ec5b13;box-shadow:0 0 0 2px #ec5b132e,0 4px 14px #ec5b132e}.dark .neo-gallery-thumb{background:#1e293b}.neo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:110;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .25s}.neo-lightbox[hidden]{display:none}.neo-lightbox.is-open{opacity:1}.neo-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.5rem;box-shadow:0 30px 80px #0009}.neo-lightbox__close,.neo-lightbox__arrow{position:absolute;width:48px;height:48px;border-radius:9999px;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,transform .18s}.neo-lightbox__close:hover,.neo-lightbox__arrow:hover{background:#ffffff38}.neo-lightbox__close{top:24px;right:24px}.neo-lightbox__arrow{top:50%;transform:translateY(-50%)}.neo-lightbox__arrow:hover{transform:translateY(-50%) scale(1.06)}.neo-lightbox__arrow--prev{left:24px}.neo-lightbox__arrow--next{right:24px}.neo-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:6px 14px;border-radius:999px;font-size:.85rem;font-weight:600}body.neo-lightbox-open{overflow:hidden}.neo-preview-card{display:flex;flex-direction:column;align-items:center}.neo-preview-frame{position:relative;z-index:10;width:12rem;height:12rem;border-radius:1.25rem;overflow:hidden;background:#fff;border:4px solid #ffffff;box-shadow:0 25px 60px #0000002e;display:flex;align-items:center;justify-content:center;padding:.5rem}@media(min-width:768px){.neo-preview-frame{width:14rem;height:14rem}}@media(min-width:1024px){.neo-preview-frame{width:16rem;height:16rem}}.dark .neo-preview-frame{background:#1e293b;border-color:#334155}.neo-preview-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.recently-viewed{padding:60px 20px;max-width:1200px;margin:0 auto}.recently-viewed__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.recently-viewed__heading{font-size:24px;font-weight:700;margin:0}.recently-viewed__clear{background:transparent;border:1px solid var(--color-border, #e5e5e5);padding:8px 16px;border-radius:8px;font-size:14px;color:var(--color-foreground-muted, #666666);cursor:pointer;transition:all .2s ease}.recently-viewed__clear:hover{background:var(--color-secondary-bg, #f5f5f5);color:var(--color-foreground, #1a1a1a)}.recently-viewed__products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:640px){.recently-viewed__products{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.recently-viewed__products{grid-template-columns:repeat(4,1fr)}}.recently-viewed__product{display:flex;flex-direction:column;background:var(--color-background, #ffffff);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.recently-viewed__product:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.recently-viewed__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-secondary-bg, #f5f5f5)}.recently-viewed__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recently-viewed__product:hover .recently-viewed__image{transform:scale(1.05)}.recently-viewed__badge{position:absolute;top:12px;left:12px;padding:4px 12px;background:var(--color-primary, #ec5b13);color:#fff;font-size:12px;font-weight:600;border-radius:4px}.recently-viewed__info{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.recently-viewed__title{font-size:16px;font-weight:500;margin:0;color:var(--color-foreground, #1a1a1a);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed__title a{color:inherit;text-decoration:none}.recently-viewed__title a:hover{color:var(--color-primary, #ec5b13)}.recently-viewed__price{display:flex;align-items:center;gap:8px;margin-top:auto}.recently-viewed__current-price{font-size:18px;font-weight:700;color:var(--color-primary, #ec5b13)}.recently-viewed__compare-price{font-size:14px;color:var(--color-foreground-muted, #888888);text-decoration:line-through}.recently-viewed__add-btn{margin-top:12px;width:100%;padding:12px;background:var(--color-primary, #ec5b13);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.recently-viewed__add-btn:hover{background:var(--color-primary-dark, #d14f0e)}.recently-viewed__add-btn:disabled{background:var(--color-border, #e5e5e5);color:var(--color-foreground-muted, #888888);cursor:not-allowed}.recently-viewed__empty{text-align:center;padding:60px 20px;color:var(--color-foreground-muted, #666666)}.recently-viewed__empty p{font-size:16px;margin:0 0 20px}.recently-viewed__link{display:inline-block;padding:12px 24px;background:var(--color-primary, #ec5b13);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s ease}.recently-viewed__link:hover{background:var(--color-primary-dark, #d14f0e)}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--color-background, #ffffff);box-shadow:0 -2px 10px #0000001a;transform:translateY(100%);transition:transform .3s ease}.sticky-cart--visible{transform:translateY(0)}.sticky-cart--hide-mobile{display:none}@media(min-width:768px){.sticky-cart--hide-mobile{display:block}.sticky-cart--hide-desktop{display:none}}.sticky-cart__content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;max-width:1200px;margin:0 auto}.sticky-cart__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-cart__image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.sticky-cart__details{min-width:0}.sticky-cart__title{display:block;font-size:14px;font-weight:500;color:var(--color-foreground, #1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart__price{font-size:16px;font-weight:700;color:var(--color-primary, #ec5b13)}.sticky-cart__quantity{display:flex;align-items:center;gap:8px;background:var(--color-secondary-bg, #f5f5f5);border-radius:8px;padding:4px}.sticky-cart__quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--color-foreground, #1a1a1a);transition:color .2s ease}.sticky-cart__quantity-btn:hover{color:var(--color-primary, #ec5b13)}.sticky-cart__quantity-input{width:48px;text-align:center;border:none;background:transparent;font-size:14px;font-weight:600;color:var(--color-foreground, #1a1a1a)}.sticky-cart__quantity-input::-webkit-inner-spin-button,.sticky-cart__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sticky-cart__button{padding:12px 24px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sticky-cart__button--primary{background:var(--color-primary, #ec5b13);color:#fff;border:none}.sticky-cart__button--primary:hover:not(:disabled){background:var(--color-primary-dark, #d14f0e)}.sticky-cart__button--primary:disabled{background:var(--color-border, #e5e5e5);color:var(--color-foreground-muted, #888888);cursor:not-allowed}.sticky-cart__button--secondary{background:var(--color-secondary-bg, #f5f5f5);color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border, #e5e5e5)}.sticky-cart__button--secondary:hover{background:var(--color-border, #e5e5e5)}.sticky-cart__options{position:fixed;bottom:0;left:0;right:0;background:var(--color-background, #ffffff);border-radius:16px 16px 0 0;padding:24px;max-height:80vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease;z-index:101;box-shadow:0 -4px 24px #00000026}.sticky-cart__options--visible{transform:translateY(0)}.sticky-cart__options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sticky-cart__options-title{font-size:18px;font-weight:600;margin:0}.sticky-cart__options-close{background:transparent;border:none;cursor:pointer;padding:8px;color:var(--color-foreground-muted, #666666)}.sticky-cart__options-body{display:flex;flex-direction:column;gap:20px}.sticky-cart__option-group{display:flex;flex-direction:column;gap:12px}.sticky-cart__option-label{font-size:14px;font-weight:500;color:var(--color-foreground-muted, #666666)}.sticky-cart__option-values{display:flex;flex-wrap:wrap;gap:8px}.sticky-cart__option-value{padding:10px 16px;background:var(--color-secondary-bg, #f5f5f5);border:1px solid var(--color-border, #e5e5e5);border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease}.sticky-cart__option-value:hover{border-color:var(--color-primary, #ec5b13)}.sticky-cart__option-value--selected{background:var(--color-primary, #ec5b13);color:#fff;border-color:var(--color-primary, #ec5b13)}.trust-badges{background:linear-gradient(135deg,#f8f6f6,#fff)}.trust-badges.dark{background:linear-gradient(135deg,#221610,#1a1410)}.trust-badge{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(236,91,19,.1)}.trust-badge:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#ec5b134d}.dark .trust-badge{background:#ffffff0d;box-shadow:0 4px 6px -1px #0000004d;border-color:#ffffff1a}.dark .trust-badge:hover{background:#ffffff14;border-color:#ec5b1380}.trust-badges .material-symbols-outlined{font-variation-settings:"FILL" 0;transition:all .2s ease}.trust-badges .material-symbols-outlined:hover{font-variation-settings:"FILL" 1;color:#ec5b13;transform:scale(1.1)}.upsell-recommendations{padding:40px 20px;max-width:1200px;margin:0 auto;background:var(--color-secondary-bg, #fdf8f5);border-radius:16px}.upsell-recommendations__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.upsell-recommendations__heading{font-size:24px;font-weight:700;margin:0;color:var(--color-foreground, #1a1a1a)}.upsell-recommendations__add-all{padding:10px 24px;background:var(--color-primary, #ec5b13);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.upsell-recommendations__add-all:hover{background:var(--color-primary-dark, #d14f0e);transform:translateY(-1px)}.upsell-recommendations__add-all:disabled{background:var(--color-border, #e5e5e5);color:var(--color-foreground-muted, #888888);cursor:not-allowed;transform:none}.upsell-recommendations__bundle-badge{display:inline-block;padding:8px 16px;background:var(--color-success-bg, #dcfce7);color:var(--color-success, #16a34a);border-radius:8px;font-size:14px;font-weight:600;margin-bottom:24px}.upsell-recommendations__products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.upsell-recommendations__products{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.upsell-recommendations__products{grid-template-columns:repeat(4,1fr)}}.upsell-recommendations__product{background:var(--color-background, #ffffff);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.upsell-recommendations__product:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.upsell-recommendations__product--selected{border:2px solid var(--color-primary, #ec5b13);box-shadow:0 0 0 2px #ec5b1333}.upsell-recommendations__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-secondary-bg, #f5f5f5)}.upsell-recommendations__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.upsell-recommendations__product:hover .upsell-recommendations__image{transform:scale(1.05)}.upsell-recommendations__checkbox{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#fff;border:2px solid var(--color-border, #e5e5e5);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.upsell-recommendations__product--selected .upsell-recommendations__checkbox{background:var(--color-primary, #ec5b13);border-color:var(--color-primary, #ec5b13)}.upsell-recommendations__checkmark{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .2s ease}.upsell-recommendations__product--selected .upsell-recommendations__checkmark{opacity:1}.upsell-recommendations__info{padding:12px}.upsell-recommendations__title{font-size:14px;font-weight:500;margin:0 0 8px;color:var(--color-foreground, #1a1a1a);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-recommendations__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.upsell-recommendations__current-price{font-size:16px;font-weight:700;color:var(--color-primary, #ec5b13)}.upsell-recommendations__compare-price{font-size:12px;color:var(--color-foreground-muted, #888888);text-decoration:line-through}.upsell-recommendations__footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--color-border, #e5e5e5);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.upsell-recommendations__total{font-size:18px;font-weight:600}.upsell-recommendations__total-price{color:var(--color-primary, #ec5b13)}.upsell-recommendations__placeholder{text-align:center;padding:60px 20px;color:var(--color-foreground-muted, #666666);grid-column:1 / -1}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.8}}.animate-pulse-slow{animation:pulse-slow 3s cubic-bezier(.4,0,.6,1) infinite}.activity-item.opacity-0{opacity:0}.activity-item.opacity-100{opacity:1}.wishlist{padding:40px 20px;max-width:1200px;margin:0 auto}.wishlist__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.wishlist__heading{font-size:24px;font-weight:700;margin:0}.wishlist__actions{display:flex;align-items:center;gap:16px}.wishlist__count{padding:8px 16px;background:var(--color-secondary-bg, #f5f5f5);border-radius:20px;font-size:14px;font-weight:500;color:var(--color-foreground-muted, #666666)}.wishlist__clear,.wishlist__share{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid var(--color-border, #e5e5e5);border-radius:8px;font-size:14px;color:var(--color-foreground-muted, #666666);cursor:pointer;transition:all .2s ease}.wishlist__clear:hover,.wishlist__share:hover{background:var(--color-secondary-bg, #f5f5f5);color:var(--color-foreground, #1a1a1a)}.wishlist__products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:640px){.wishlist__products{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.wishlist__products{grid-template-columns:repeat(4,1fr)}}.wishlist__product{position:relative;background:var(--color-background, #ffffff);border-radius:12px;overflow:hidden;border:1px solid var(--color-border, #e5e5e5);transition:transform .2s ease,box-shadow .2s ease}.wishlist__product:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.wishlist__remove{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.wishlist__remove:hover{background:var(--color-error, #ef4444);color:#fff}.wishlist__remove svg{width:14px;height:14px}.wishlist__image-wrapper{aspect-ratio:1;overflow:hidden;background:var(--color-secondary-bg, #f5f5f5)}.wishlist__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist__product:hover .wishlist__image{transform:scale(1.05)}.wishlist__info{padding:16px}.wishlist__title{font-size:16px;font-weight:500;margin:0 0 8px;line-height:1.3;color:var(--color-foreground, #1a1a1a)}.wishlist__title a{color:inherit;text-decoration:none}.wishlist__title a:hover{color:var(--color-primary, #ec5b13)}.wishlist__price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.wishlist__current-price{font-size:18px;font-weight:700;color:var(--color-primary, #ec5b13)}.wishlist__compare-price{font-size:14px;color:var(--color-foreground-muted, #888888);text-decoration:line-through}.wishlist__add-to-cart{width:100%;padding:12px;background:var(--color-primary, #ec5b13);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.wishlist__add-to-cart:hover{background:var(--color-primary-dark, #d14f0e)}.wishlist__add-to-cart:disabled{background:var(--color-border, #e5e5e5);color:var(--color-foreground-muted, #888888);cursor:not-allowed}.wishlist__empty{text-align:center;padding:80px 20px}.wishlist__empty-icon{width:64px;height:64px;color:var(--color-border, #e5e5e5);margin-bottom:20px}.wishlist__empty p{font-size:16px;color:var(--color-foreground-muted, #666666);margin:0 0 24px}.wishlist__continue{display:inline-block;padding:12px 24px;background:var(--color-primary, #ec5b13);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s ease}.wishlist__continue:hover{background:var(--color-primary-dark, #d14f0e)}.wishlist-toggle{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #0000001a}.wishlist-toggle:hover{transform:scale(1.1)}.wishlist-toggle svg{width:20px;height:20px;transition:all .2s ease}.wishlist-toggle--added svg{fill:var(--color-error, #ef4444);stroke:var(--color-error, #ef4444)}[hidden]{display:none!important}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{display:flex;flex-direction:column;height:100%;position:relative;background:var(--card-bg, #fff);border-radius:var(--border-radius, 12px);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--image-bg, #f5f5f5)}.product-card__image-link{display:block;width:100%;height:100%;text-decoration:none}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--placeholder-bg, #f0f0f0)}.product-card__image-placeholder svg{width:64px;height:64px;fill:var(--placeholder-color, #ccc)}.product-card__actions{position:absolute;bottom:12px;left:12px;right:12px;display:flex;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__quick-add{flex:1;padding:8px 12px;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:background-color .2s ease,transform .1s ease;text-decoration:none}.product-card__quick-add:hover:not([disabled]){transform:scale(1.02)}.product-card__quick-add:active:not([disabled]){transform:scale(.98)}.product-card__quick-add[disabled]{opacity:.6;cursor:not-allowed}.product-card__wishlist{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.product-card__wishlist:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product-card__wishlist svg{width:20px;height:20px;fill:var(--color-text-light, #666);transition:fill .2s ease}.product-card__wishlist.is-active svg{fill:var(--color-primary, #ec5b13)}.product-card__info{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__title{font-size:14px;font-weight:500;color:var(--color-text, #333);text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.product-card__title:hover{color:var(--color-primary, #ec5b13)}.product-card__vendor{font-size:12px;color:var(--color-text-light, #666);margin:0;text-transform:uppercase;letter-spacing:.5px}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.product-card__price--sale{font-size:16px;font-weight:700;color:var(--color-primary, #ec5b13)}.product-card__price--compare{font-size:14px;color:var(--color-text-light, #999);text-decoration:line-through}.product-card__price--regular{font-size:16px;font-weight:700;color:var(--color-text, #333)}.product-card__status{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:4px 0 0}.product-card__status--sold-out{color:var(--color-error, #dc3545)}@media(max-width:640px){.product-card__actions{opacity:1;transform:translateY(0)}.product-card__info{padding:12px}.product-card__title{font-size:13px}}.portrait-form{display:flex;flex-direction:column;gap:1.5rem}.portrait-form__header{display:flex;align-items:flex-start;gap:.875rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.dark .portrait-form__header{border-bottom-color:#334155}.portrait-form__header-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#ec5b13,#f97316);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #ec5b1340}.portrait-form__header-icon .material-symbols-outlined{color:#fff;font-size:1.25rem}.portrait-form__title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 .2rem;line-height:1.3}.dark .portrait-form__title{color:#f1f5f9}.portrait-form__subtitle{font-size:.8rem;color:#64748b;margin:0}.dark .portrait-form__subtitle{color:#94a3b8}.portrait-guide{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden}.dark .portrait-guide{background:#1e293b;border-color:#334155}.portrait-guide__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(90deg,rgba(236,91,19,.08),transparent);border-bottom:1px solid #e2e8f0;font-size:.8rem;font-weight:700;color:#ec5b13;letter-spacing:.03em;text-transform:uppercase}.dark .portrait-guide__header{border-bottom-color:#334155}.portrait-guide__icon{font-size:1rem}.portrait-guide__grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.portrait-guide__item{padding:1rem}.portrait-guide__item--good{border-right:1px solid #e2e8f0}.dark .portrait-guide__item--good{border-right-color:#334155}.portrait-guide__badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:700;border-radius:999px;padding:.2rem .6rem;margin-bottom:.6rem}.portrait-guide__badge .material-symbols-outlined{font-size:.85rem}.portrait-guide__badge--good{background:#dcfce7;color:#16a34a}.portrait-guide__badge--bad{background:#fee2e2;color:#dc2626}.portrait-guide__img-wrap{margin-bottom:.75rem}.portrait-guide__placeholder{width:100%;aspect-ratio:1;border-radius:.75rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.portrait-guide__placeholder--good{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border:2px solid #93c5fd}.portrait-guide__placeholder--bad{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px dashed #f87171}.portrait-guide__placeholder-icon{font-size:2.5rem;opacity:.3;position:absolute}.portrait-guide__placeholder--good .portrait-guide__placeholder-icon{color:#3b82f6}.portrait-guide__placeholder--bad .portrait-guide__placeholder-icon{color:#ef4444}.portrait-guide__face-example{position:relative;z-index:1}.portrait-guide__face-circle{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#fde68a,#fcd34d);border-radius:50%;border:3px solid #f59e0b;margin:0 auto}.portrait-guide__face-eyes{display:flex;justify-content:center;gap:.5rem;margin-top:-2rem}.portrait-guide__eye{width:.4rem;height:.4rem;background:#1e293b;border-radius:50%;margin-top:1rem}.portrait-guide__tips{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.portrait-guide__tips li{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#475569;font-weight:500}.dark .portrait-guide__tips li{color:#94a3b8}.portrait-guide__tips li .material-symbols-outlined{font-size:.9rem;color:#16a34a;flex-shrink:0}.portrait-guide__tips--bad li .material-symbols-outlined{color:#dc2626}.portrait-person{background:#fff;border:2px solid #e2e8f0;border-radius:1.25rem;padding:1.25rem;display:flex;flex-direction:column;gap:1.1rem;transition:border-color .2s}.portrait-person:focus-within{border-color:#ec5b1366}.dark .portrait-person{background:#0f172a;border-color:#334155}.portrait-person--hidden{display:none!important}.portrait-person__heading{display:flex;align-items:center;gap:.625rem;font-size:.9rem;font-weight:800;color:#1e293b;padding-bottom:.875rem;border-bottom:1px solid #f1f5f9}.dark .portrait-person__heading{color:#f1f5f9;border-bottom-color:#1e293b}.portrait-person__num{width:1.75rem;height:1.75rem;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;flex-shrink:0}.portrait-person__num--2{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.portrait-field{display:flex;flex-direction:column;gap:.4rem}.portrait-field__label{font-size:.8rem;font-weight:700;color:#475569;letter-spacing:.02em}.dark .portrait-field__label{color:#94a3b8}.portrait-field__required{color:#ec5b13;margin-left:2px}.portrait-field__optional{font-size:.72rem;font-weight:400;color:#94a3b8;margin-left:4px}.portrait-field__input{width:100%;padding:.65rem .875rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;background:#f8fafc;color:#1e293b;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.portrait-field__input:focus{outline:none;border-color:#ec5b13;background:#fff;box-shadow:0 0 0 3px #ec5b131a}.dark .portrait-field__input{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .portrait-field__input:focus{border-color:#ec5b13;background:#0f172a}.portrait-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:480px){.portrait-fields-row{grid-template-columns:1fr}}.portrait-upload{display:flex;flex-direction:column;gap:.5rem}.portrait-upload__widget-wrap{background:linear-gradient(135deg,#fff7f0,#fff);border:2px dashed rgba(236,91,19,.35);border-radius:.875rem;padding:1rem;transition:border-color .2s,background .2s}.portrait-upload__widget-wrap:has(.uploadcare--widget--loaded){border-style:solid;border-color:#ec5b1380;background:#fff7f0}.dark .portrait-upload__widget-wrap{background:#1e293b;border-color:#ec5b134d}.portrait-upload__hint{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#94a3b8;margin:.5rem 0 0}.portrait-upload__hint .material-symbols-outlined{font-size:.9rem}.uploadcare--widget__button,.uploadcare--widget__button_type_open{background:linear-gradient(135deg,#ec5b13,#f97316)!important;color:#fff!important;border:none!important;border-radius:.75rem!important;padding:.6rem 1.1rem!important;font-size:.82rem!important;font-weight:700!important;cursor:pointer!important;box-shadow:0 4px 12px #ec5b1340!important;transition:opacity .15s!important}.uploadcare--widget__button:hover{opacity:.88!important}.uploadcare--widget__file-name{font-size:.75rem!important;color:#64748b!important;margin-top:.4rem!important}.portrait-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.portrait-swatch{cursor:pointer}.portrait-swatch__input{position:absolute;opacity:0;width:0;height:0}.portrait-swatch{display:flex;flex-direction:column;align-items:center;gap:.25rem}.portrait-swatch__dot{width:2rem;height:2rem;border-radius:50%;border:2.5px solid transparent;box-shadow:0 0 0 2px #e2e8f0;transition:box-shadow .15s,transform .15s;display:block}.portrait-swatch:hover .portrait-swatch__dot{box-shadow:0 0 0 3px #ec5b1380;transform:scale(1.08)}.portrait-swatch__input:checked+.portrait-swatch__dot{box-shadow:0 0 0 3px #ec5b13;transform:scale(1.12)}.portrait-swatch__name{font-size:.65rem;color:#64748b;font-weight:600;text-align:center}.portrait-badges{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.portrait-badge{display:flex;align-items:flex-start;gap:.6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.875rem;padding:.75rem}.dark .portrait-badge{background:#1e293b;border-color:#334155}.portrait-badge--full{grid-column:1 / -1}.portrait-badge__icon{font-size:1.1rem;color:#ec5b13;flex-shrink:0;margin-top:1px}.portrait-badge__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0 0 .15rem}.portrait-badge__value{font-size:.78rem;color:#334155;margin:0;line-height:1.4}.dark .portrait-badge__value{color:#cbd5e1}.product-customization{animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.file-upload-area:hover{border-color:#ec5b13;background-color:#ec5b130d}.file-upload-area.has-file{border-color:#10b981;background-color:#10b9810d}.upload-content,.file-preview{transition:opacity .3s ease}.portrait-customize-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;background:linear-gradient(135deg,#fff7f0,#fff);border:2px solid rgba(236,91,19,.3);border-radius:1rem;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;text-align:left}.portrait-customize-btn:hover{border-color:#ec5b13a6;box-shadow:0 4px 16px #ec5b131f;background:#fff7f0}.portrait-customize-btn--open{border-color:#ec5b13;background:#fff7f0;box-shadow:0 4px 16px #ec5b1326}.dark .portrait-customize-btn{background:#1e293b;border-color:#ec5b134d}.dark .portrait-customize-btn:hover,.dark .portrait-customize-btn--open{background:#1e293b;border-color:#ec5b13}.portrait-customize-btn__left{display:flex;align-items:center;gap:.75rem;flex:1}.portrait-customize-btn__icon{width:2.25rem;height:2.25rem;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;border-radius:.625rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.portrait-customize-btn__text{display:block;font-size:.9rem;font-weight:800;color:#1e293b;line-height:1.25}.dark .portrait-customize-btn__text{color:#f1f5f9}.portrait-customize-btn__sub{display:block;font-size:.72rem;color:#64748b;font-weight:400}.portrait-customize-btn__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.portrait-customize-btn__badge{background:#ec5b13;color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px}.portrait-customize-btn__arrow{color:#ec5b13;font-size:1.2rem;transition:transform .25s}.portrait-customize-btn--open .portrait-customize-btn__arrow{transform:rotate(180deg)}.portrait-form--collapsed{display:none!important}.portrait-upload__preview{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.625rem .875rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem}.dark .portrait-upload__preview{background:#052e16;border-color:#166534}.portrait-upload__preview-img{width:3.5rem;height:3.5rem;border-radius:.625rem;object-fit:cover;border:2px solid #16a34a;flex-shrink:0}.portrait-upload__preview-label{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:#16a34a;margin:0}.portrait-upload__preview-label .material-symbols-outlined{font-size:1rem}.portrait-swatch__dot--multi{background:conic-gradient(#4b9fe1 0% 33%,#7b5c3a 33% 66%,#5bad6f 66% 100%)!important}.portrait-green-shipping{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px solid #bbf7d0;border-radius:.875rem;padding:.875rem 1rem}.dark .portrait-green-shipping{background:#052e16;border-color:#166534}.portrait-green-shipping__label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.portrait-green-shipping__checkbox{width:1.125rem;height:1.125rem;margin-top:.15rem;accent-color:#16a34a;cursor:pointer;flex-shrink:0}.portrait-green-shipping__icon{font-size:1.25rem;flex-shrink:0}.portrait-green-shipping__title{display:block;font-size:.875rem;font-weight:700;color:#16a34a}.portrait-green-shipping__badge{display:inline-flex;background:#16a34a;color:#fff;font-size:.6rem;font-weight:800;padding:.15rem .4rem;border-radius:999px;vertical-align:middle;margin-left:.3rem}.portrait-green-shipping__desc{display:block;font-size:.72rem;color:#64748b;margin-top:.15rem;font-weight:400}.portrait-guide--compact{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.dark .portrait-guide--compact{background:#1e293b;border-color:#334155}.portrait-guide__toggle{width:100%;display:flex;align-items:center;gap:.5rem;padding:.6rem .875rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.78rem;font-weight:700;color:#475569}.dark .portrait-guide__toggle{color:#94a3b8}.portrait-guide__toggle-text{flex-shrink:0}.portrait-guide__toggle-chips{display:flex;gap:.35rem;flex-wrap:wrap;flex:1}.portrait-guide__chip{font-size:.62rem;font-weight:600;padding:.1rem .45rem;border-radius:999px}.portrait-guide__chip--good{background:#dcfce7;color:#16a34a}.portrait-guide__chip--bad{background:#fee2e2;color:#dc2626}.portrait-guide__toggle-arrow{font-size:1rem;color:#94a3b8;transition:transform .2s;margin-left:auto;flex-shrink:0}.portrait-guide__toggle--open .portrait-guide__toggle-arrow{transform:rotate(180deg)}.portrait-guide__details{display:none;padding:.75rem;border-top:1px solid #e2e8f0}.dark .portrait-guide__details{border-top-color:#334155}.portrait-sub-upsell{background:linear-gradient(135deg,#faf5ff,#ede9fe);border:2px solid #8b5cf6;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem;animation:subPop .3s ease-out}@keyframes subPop{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dark .portrait-sub-upsell{background:linear-gradient(135deg,#1e1b4b,#312e81);border-color:#7c3aed}.portrait-sub-upsell__header{display:flex;align-items:flex-start;gap:.625rem}.portrait-sub-upsell__star{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.portrait-sub-upsell__title{display:block;font-size:.85rem;font-weight:800;color:#5b21b6;line-height:1.3}.dark .portrait-sub-upsell__title{color:#c4b5fd}.portrait-sub-upsell__sub{display:block;font-size:.7rem;color:#7c3aed;margin-top:.1rem}.dark .portrait-sub-upsell__sub{color:#a78bfa}.portrait-sub-upsell__badge{margin-left:auto;flex-shrink:0;background:#7c3aed;color:#fff;font-size:.7rem;font-weight:900;padding:.25rem .625rem;border-radius:999px;letter-spacing:.04em}.portrait-sub-upsell__savings{display:flex;align-items:center;justify-content:space-between;background:#8b5cf61a;border-radius:.625rem;padding:.5rem .75rem}.portrait-sub-upsell__savings-label{font-size:.72rem;color:#6d28d9;font-weight:600}.dark .portrait-sub-upsell__savings-label{color:#c4b5fd}.portrait-sub-upsell__savings-amount{font-size:1.1rem;font-weight:900;color:#5b21b6}.dark .portrait-sub-upsell__savings-amount{color:#c4b5fd}.portrait-sub-upsell__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.portrait-sub-upsell__benefits li{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:#4c1d95;line-height:1.4}.dark .portrait-sub-upsell__benefits li{color:#ddd6fe}.portrait-sub-upsell__benefits li>span:first-child{flex-shrink:0;font-size:.9rem}.portrait-sub-upsell__reviews{background:#ffffff80;border-radius:.625rem;padding:.625rem .75rem;display:flex;flex-direction:column;gap:.2rem}.dark .portrait-sub-upsell__reviews{background:#0003}.portrait-sub-upsell__stars{color:#f59e0b;font-size:.875rem;letter-spacing:.05em}.portrait-sub-upsell__review-text{font-size:.75rem;color:#4c1d95;font-style:italic;line-height:1.4}.dark .portrait-sub-upsell__review-text{color:#ddd6fe}.portrait-sub-upsell__reviewer{font-size:.65rem;font-weight:700;color:#7c3aed;letter-spacing:.03em}.product-reviews-section{padding:2.5rem 0;border-top:1px solid #e2e8f0;margin-top:2rem}.dark .product-reviews-section{border-top-color:#334155}.pr-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.pr-header__title{font-size:1.4rem;font-weight:900;color:#0f172a;margin:0 0 .35rem}.dark .pr-header__title{color:#f1f5f9}.pr-header__meta{display:flex;align-items:center;gap:.5rem}.pr-header__count{font-size:.78rem;color:#64748b;font-weight:600}.pr-header__badge{display:flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;color:#16a34a;background:#dcfce7;padding:.35rem .75rem;border-radius:999px}.pr-header__badge .material-symbols-outlined{font-size:.95rem}.pr-stars{display:flex;gap:.1rem}.pr-stars span{color:#f59e0b}.pr-stars--lg span{font-size:1rem}.pr-stars--xl span{font-size:1.4rem}.pr-stars--card span{font-size:.9rem}.pr-star--filled{color:#f59e0b!important}.pr-star--empty{color:#d1d5db!important}.pr-summary{display:flex;gap:2rem;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.25rem 1.5rem;margin-bottom:2rem;flex-wrap:wrap}.dark .pr-summary{background:#1e293b;border-color:#334155}.pr-summary__score{display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:5rem}.pr-summary__number{font-size:3rem;font-weight:900;color:#0f172a;line-height:1}.dark .pr-summary__number{color:#f1f5f9}.pr-summary__label{font-size:.72rem;color:#64748b}.pr-summary__bars{flex:1;min-width:14rem;display:flex;flex-direction:column;gap:.4rem}.pr-bar-row{display:flex;align-items:center;gap:.5rem}.pr-bar-row__label{font-size:.72rem;color:#64748b;width:1.5rem;text-align:right;flex-shrink:0}.pr-bar-row__track{flex:1;height:.45rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.dark .pr-bar-row__track{background:#334155}.pr-bar-row__fill{height:100%;background:#f59e0b;border-radius:999px;transition:width .5s ease}.pr-bar-row__count{font-size:.68rem;color:#64748b;width:1.25rem;flex-shrink:0}.pr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.25rem;margin-bottom:2rem}.pr-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:1.25rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,transform .2s}.pr-card:hover{box-shadow:0 8px 32px #00000017;transform:translateY(-2px)}.dark .pr-card{background:#1e293b;border-color:#334155}.pr-card__img-wrap{border-radius:.875rem;overflow:hidden;aspect-ratio:4/3}.pr-card__img{width:100%;height:100%;object-fit:cover}.pr-card__text{font-size:.875rem;color:#475569;line-height:1.7;font-style:italic;flex:1;margin:0}.dark .pr-card__text{color:#94a3b8}.pr-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.pr-card__author-wrap{display:flex;align-items:center;gap:.625rem}.pr-card__avatar{width:2rem;height:2rem;background:linear-gradient(135deg,#ec5b13,#f97316);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.pr-card__author{display:block;font-size:.8rem;font-weight:700;color:#1e293b}.dark .pr-card__author{color:#f1f5f9}.pr-card__verified{display:flex;align-items:center;gap:.2rem;font-size:.65rem;font-weight:600;color:#16a34a}.pr-card__verified .material-symbols-outlined{font-size:.85rem}.pr-card__date{font-size:.68rem;color:#94a3b8}.pr-cta{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fff7f0,#fff);border:2px solid rgba(236,91,19,.25);border-radius:1.25rem;padding:1.25rem 1.5rem;flex-wrap:wrap}.dark .pr-cta{background:#1e293b;border-color:#ec5b134d}.pr-cta__icon{font-size:2rem;color:#ec5b13;flex-shrink:0}.pr-cta__title{display:block;font-size:1rem;font-weight:800;color:#1e293b}.dark .pr-cta__title{color:#f1f5f9}.pr-cta__sub{display:block;font-size:.78rem;color:#64748b;margin-top:.2rem}.pr-cta__btn{margin-left:auto;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;font-size:.875rem;font-weight:700;border-radius:.875rem;border:none;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .15s,transform .15s;box-shadow:0 4px 12px #ec5b1340}.pr-cta__btn:hover{opacity:.88;transform:translateY(-1px)}.rvm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.rvm-overlay.rvm-open{opacity:1;visibility:visible}.rvm-box{background:#fff;border-radius:1.5rem;width:100%;max-width:560px;max-height:90dvh;overflow-y:auto;box-shadow:0 32px 80px #00000038;transform:translateY(24px) scale(.98);transition:transform .3s cubic-bezier(.34,1.56,.64,1);padding:2rem;position:relative}.dark .rvm-box{background:#1e293b}.rvm-overlay.rvm-open .rvm-box{transform:translateY(0) scale(1)}.rvm-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;background:#f1f5f9;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s,color .15s}.rvm-close:hover{background:#e2e8f0;color:#0f172a}.dark .rvm-close{background:#334155;color:#94a3b8}.dark .rvm-close:hover{background:#475569;color:#f1f5f9}.rvm-header{margin-bottom:1.5rem;padding-right:2rem}.rvm-header__icon{font-size:2rem;margin-bottom:.5rem}.rvm-header__title{font-size:1.3rem;font-weight:900;color:#0f172a;margin:0 0 .25rem}.dark .rvm-header__title{color:#f1f5f9}.rvm-header__sub{font-size:.82rem;color:#64748b;margin:0}.rvm-status{padding:.875rem 1rem;border-radius:.875rem;margin-bottom:1.25rem;font-weight:600;font-size:.875rem;display:none}.rvm-status.ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.rvm-status.err{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.rvm-stars-label{font-size:.8rem;font-weight:700;color:#475569;margin-bottom:.5rem;display:block}.dark .rvm-stars-label{color:#94a3b8}.rvm-stars-wrap{display:flex;gap:.35rem;margin-bottom:1.25rem}.rvm-star{font-size:2.25rem;color:#e2e8f0;background:none;border:none;cursor:pointer;padding:0;line-height:1;transition:color .12s,transform .1s}.rvm-star.on,.rvm-star:hover{color:#f59e0b}.rvm-star:hover{transform:scale(1.15)}.rvm-star-hint{font-size:.72rem;color:#f59e0b;font-weight:600;min-height:1rem;margin-top:-.75rem;margin-bottom:.875rem;display:block}.rvm-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.rvm-row{grid-template-columns:1fr}}.rvm-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.rvm-label{font-size:.8rem;font-weight:700;color:#475569}.dark .rvm-label{color:#94a3b8}.rvm-req{color:#ec5b13}.rvm-input,.rvm-textarea{width:100%;padding:.7rem .875rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.9rem;font-family:inherit;color:#1e293b;background:#f8fafc;transition:border-color .15s,box-shadow .15s;outline:none;box-sizing:border-box}.dark .rvm-input,.dark .rvm-textarea{background:#0f172a;border-color:#334155;color:#f1f5f9}.rvm-input:focus,.rvm-textarea:focus{border-color:#ec5b13;background:#fff;box-shadow:0 0 0 3px #ec5b131a}.dark .rvm-input:focus,.dark .rvm-textarea:focus{background:#1e293b;border-color:#ec5b13}.rvm-input.bad,.rvm-textarea.bad{border-color:#ef4444}.rvm-textarea{resize:vertical;min-height:110px}.rvm-err{color:#ef4444;font-size:.72rem;min-height:1rem}.rvm-charcount{text-align:right;font-size:.68rem;color:#cbd5e1;margin-top:-.5rem;margin-bottom:.25rem}.rvm-hint{font-size:.72rem;color:#94a3b8;margin-top:-.5rem}.rvm-upload-area{border:2px dashed #e2e8f0;border-radius:.875rem;padding:1.25rem 1rem;text-align:center;background:#f8fafc;cursor:pointer;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.dark .rvm-upload-area{background:#0f172a;border-color:#334155}.rvm-upload-area:hover,.rvm-upload-area.drag{border-color:#ec5b13;background:#fff7f0}.rvm-upload-area input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%;pointer-events:auto}.rvm-upload-area--has input[type=file]{pointer-events:none}.rvm-upload-icon{font-size:2rem;color:#ec5b13;margin-bottom:.375rem}.rvm-upload-text{font-size:.8rem;font-weight:600;color:#475569;margin:0 0 .2rem}.dark .rvm-upload-text{color:#94a3b8}.rvm-upload-sub{font-size:.7rem;color:#94a3b8;margin:0}.rvm-upload-preview{display:none;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1}.rvm-upload-preview img{width:5rem;height:5rem;border-radius:.625rem;object-fit:cover;border:2px solid #ec5b13}.rvm-upload-preview span{font-size:.72rem;color:#16a34a;font-weight:600}.rvm-upload-remove{font-size:.7rem;color:#94a3b8;background:none;border:none;cursor:pointer;text-decoration:underline;position:relative;z-index:2}.rvm-upload-remove:hover{color:#ef4444}.rvm-upload-progress{font-size:.75rem;color:#ec5b13;font-weight:600;margin-top:.35rem;display:none}.rvm-submit{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ec5b13,#f97316);color:#fff;border:none;border-radius:.875rem;font-size:1rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .15s,transform .15s;box-shadow:0 6px 20px #ec5b134d;margin-top:.5rem}.rvm-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.rvm-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.rvm-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:rvmSpin .7s linear infinite}@keyframes rvmSpin{to{transform:rotate(360deg)}}.rvm-success{text-align:center;padding:1.5rem 0;display:none}.rvm-success__icon{font-size:3.5rem;margin-bottom:.75rem}.rvm-success__title{font-size:1.3rem;font-weight:900;color:#0f172a;margin:0 0 .5rem}.dark .rvm-success__title{color:#f1f5f9}.rvm-success__sub{font-size:.9rem;color:#64748b;margin:0 0 .75rem;line-height:1.6}.rvm-success__coupon-note{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fff7f0,#fff);border:2px solid rgba(236,91,19,.3);border-radius:1rem;padding:.625rem 1.25rem;font-size:.85rem;font-weight:700;color:#ec5b13;margin-bottom:1.25rem}.rvm-success__close{padding:.625rem 1.5rem;background:#ec5b13;color:#fff;border:none;border-radius:.75rem;font-weight:700;cursor:pointer}.rvm-contact-form-wrap{display:none!important}.wishlist-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--color-border-light, #e0e0e0);border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--color-text-light, #666)}.wishlist-toggle:hover{border-color:var(--color-primary, #ec5b13);color:var(--color-primary, #ec5b13);transform:scale(1.05)}.wishlist-toggle.is-active{background:var(--color-primary, #ec5b13);border-color:var(--color-primary, #ec5b13);color:#fff}.wishlist-toggle svg{width:20px;height:20px;fill:currentColor}.wishlist-toggle--small{width:36px;height:36px}.wishlist-toggle--small svg{width:16px;height:16px}.wishlist-toggle--medium{width:44px;height:44px}.wishlist-toggle--medium svg{width:20px;height:20px}.wishlist-toggle--large{width:52px;height:52px}.wishlist-toggle--large svg{width:24px;height:24px}.wishlist-toggle__count{position:absolute;top:-6px;right:-6px;background:var(--color-primary, #ec5b13);color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 6px}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
