.about{padding:64px 0 80px;background:var(--color-background)}.about__hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:64px}.about__title{margin:12px 0 20px;color:var(--color-navy-950);line-height:1.15}.about__intro{font-size:16px;color:var(--color-muted);line-height:1.7;max-width:520px}.about__img{width:100%;height:400px;object-fit:cover;border-radius:10px}.about__img-placeholder{width:100%;height:400px;background:var(--color-navy-950);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--color-navy-400);font-size:14px}.about__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:72px}.about__stat{background:var(--color-navy-950);border-radius:8px;padding:28px 24px;text-align:center}.about__stat-number{display:block;font-family:var(--font-heading);font-size:36px;font-weight:var(--font-heading-weight, 900);color:var(--color-yellow);line-height:1;margin-bottom:6px}.about__stat-label{font-family:var(--font-mono);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.about__story{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;margin-bottom:72px;padding-bottom:72px;border-bottom:1px solid var(--color-border)}.about__story-title{margin-top:12px;color:var(--color-navy-950);line-height:1.2}.about__story-right p{font-size:15px;color:var(--color-muted);line-height:1.75;margin-bottom:16px}.about__story-right p:last-child{margin-bottom:0}.about__values-header{text-align:center;margin-bottom:40px}.about__values-title{margin-top:12px;color:var(--color-navy-950)}.about__values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.about__value{background:var(--color-navy-50);border-radius:8px;padding:32px 28px;border:1px solid var(--color-border);transition:border-color .2s}.about__value:hover{border-color:var(--color-navy-300)}.about__value-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-navy-950);border-radius:8px;color:var(--color-yellow);margin-bottom:18px}.about__value-title{font-size:16px;color:var(--color-navy-950);margin-bottom:8px}.about__value-desc{font-size:14px;color:var(--color-muted);line-height:1.65}@media(max-width:1023px){.about__hero{grid-template-columns:1fr;gap:32px}.about__stats{grid-template-columns:repeat(2,1fr)}.about__story{grid-template-columns:1fr;gap:24px}.about__values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.about{padding:48px 0 56px}.about__hero{margin-bottom:40px}.about__stats{margin-bottom:48px}.about__story{margin-bottom:48px;padding-bottom:48px}.about__img,.about__img-placeholder{height:260px}.about__values-grid{grid-template-columns:1fr}.about__stat{padding:20px 16px}.about__stat-number{font-size:28px}}.b2b{padding:64px 0 80px;background:var(--color-background)}.b2b__hero{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;margin-bottom:72px}.b2b__title{margin:12px 0 20px;color:var(--color-navy-950);line-height:1.15}.b2b__intro{font-size:16px;color:var(--color-muted);line-height:1.7;margin-bottom:28px;max-width:520px}.b2b__hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.b2b__hero-btn{padding:14px 28px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.b2b__hero-phone{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--color-navy-950);transition:color .15s}.b2b__hero-phone:hover{color:var(--color-yellow-hover)}.b2b__checklist{background:var(--color-navy-950);border-radius:10px;padding:36px 32px}.b2b__check-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-navy-800);color:#fff;font-size:15px;line-height:1.5}.b2b__check-item:last-of-type{border-bottom:none;padding-bottom:0}.b2b__check-item:first-of-type{padding-top:0}.b2b__check-item svg{color:var(--color-yellow);flex-shrink:0;margin-top:2px}.b2b__steps{margin-bottom:72px;padding-bottom:72px;border-bottom:1px solid var(--color-border)}.b2b__steps-header{text-align:center;margin-bottom:40px}.b2b__steps-title{margin-top:12px;color:var(--color-navy-950)}.b2b__steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.b2b__step{background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:8px;padding:32px 28px;text-align:center}.b2b__step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-yellow);color:var(--color-navy-950);font-family:var(--font-heading);font-size:20px;font-weight:var(--font-heading-weight, 900);border-radius:50%;margin-bottom:16px}.b2b__step-title{font-size:16px;color:var(--color-navy-950);margin-bottom:8px}.b2b__step-desc{font-size:14px;color:var(--color-muted);line-height:1.65}.b2b__form-section{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;align-items:start;scroll-margin-top:120px}.b2b__form-heading{margin-top:12px;margin-bottom:12px;color:var(--color-navy-950)}.b2b__form-desc{font-size:15px;color:var(--color-muted);line-height:1.65;margin-bottom:32px}.b2b__form-contact{display:flex;flex-direction:column;gap:16px}.b2b__form-contact-item{display:flex;align-items:flex-start;gap:14px;padding:16px;background:var(--color-navy-50);border-radius:8px}.b2b__form-contact-item svg{color:var(--color-yellow);flex-shrink:0;margin-top:2px}.b2b__form-contact-item div{display:flex;flex-direction:column;gap:2px}.b2b__form-contact-item strong{font-size:15px;color:var(--color-navy-950)}.b2b__form-contact-item span{font-size:13px;color:var(--color-muted)}.b2b__form-wrap{background:var(--color-navy-950);border-radius:10px;padding:40px}.b2b__form{display:flex;flex-direction:column;gap:18px}.b2b__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.b2b__form-field{display:flex;flex-direction:column;gap:6px}.b2b__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.b2b__label span{color:var(--color-yellow)}.b2b__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.b2b__input::placeholder{color:var(--color-navy-400)}.b2b__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.b2b__select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.b2b__select option{background:var(--color-navy-800);color:#fff}.b2b__textarea{resize:vertical;min-height:100px}.b2b__submit{align-self:flex-start;padding:14px 32px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:4px}.b2b__form-success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#4ade801f;border:1px solid rgba(74,222,128,.25);border-radius:6px;color:#4ade80;font-size:14px}.b2b__form-error{padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}@media(max-width:1023px){.b2b__hero{grid-template-columns:1fr;gap:32px}.b2b__steps-grid{grid-template-columns:1fr}.b2b__form-section{grid-template-columns:1fr;gap:40px}}@media(max-width:767px){.b2b{padding:48px 0 56px}.b2b__hero{margin-bottom:48px}.b2b__steps{margin-bottom:48px;padding-bottom:48px}.b2b__form-wrap{padding:28px 20px}.b2b__form-row{grid-template-columns:1fr}.b2b__submit{width:100%;justify-content:center}.b2b__hero-actions{flex-direction:column;align-items:flex-start}.b2b__hero-btn{width:100%;justify-content:center}}.b2b__hp{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;overflow:hidden;pointer-events:none}.brands{padding:64px 0;background:#fff}.brands__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:16px;flex-wrap:wrap}.brands__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.2}.brands__view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s}.brands__view-all:hover{color:var(--color-yellow)}.brands__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.brands__card{position:relative;background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;transition:all .25s ease;text-decoration:none;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.brands__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand-color);opacity:0;transition:opacity .25s}.brands__card:hover{border-color:var(--brand-color);box-shadow:var(--shadow-md),0 0 0 1px var(--brand-color);transform:translateY(-3px)}.brands__card:hover:before{opacity:1}.brands__card:hover .brands__card-arrow{opacity:1;transform:translate(0)}.brands__card-top{background:var(--brand-color);padding:24px 16px;display:flex;align-items:center;justify-content:center}.brands__card-logo{height:48px;width:auto;max-width:80%;object-fit:contain}.brands__card-initial{width:48px;height:48px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#fff;letter-spacing:-.02em}.brands__card-body{padding:16px;flex:1}.brands__card-name{font-size:16px;font-weight:var(--font-heading-weight, 900);color:var(--color-foreground);text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px}.brands__card-meta{display:flex;align-items:baseline;gap:6px}.brands__card-count{font-size:24px;font-weight:var(--font-heading-weight, 900);color:var(--color-foreground);line-height:1}.brands__card-label{font-size:11px;font-weight:500;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.brands__card-arrow{position:absolute;bottom:16px;right:16px;width:32px;height:32px;background:var(--color-navy-50);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);opacity:0;transform:translate(-4px);transition:all .25s ease}@media(max-width:1023px){.brands__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.brands__grid{grid-template-columns:repeat(2,1fr)}.brands__card-top{padding:20px 14px}.brands__card-initial{width:40px;height:40px;font-size:20px}}@media(max-width:479px){.brands__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.cart-wrapper{position:relative;padding:40px 0 64px}.cart-wrapper:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:#fff;z-index:-1}.cart-quote-intro{font-size:13px;color:var(--color-muted);line-height:1.6;margin-bottom:20px}.cart-quote-form{display:flex;flex-direction:column;gap:14px}.cart-quote-field{display:flex;flex-direction:column;gap:4px}.cart-quote-label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.cart-quote-input{width:100%;height:42px;padding:0 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;background:#fff;color:var(--color-navy-950);font-family:var(--font-body);transition:border-color .15s}.cart-quote-input:focus{outline:none;border-color:var(--color-yellow)}.cart-quote-textarea{height:auto;padding:10px 12px;resize:vertical}.cart-quote-products{padding:12px 0;border-top:1px solid var(--color-border)}.cart-quote-product-list{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:4px}.cart-quote-product-list li{font-size:12px;color:var(--color-navy-950);padding:4px 0;border-bottom:1px dashed var(--color-border)}.cart-quote-product-list li:last-child{border-bottom:none}.cart-quote-ref{font-family:var(--font-mono);font-size:11px;color:var(--color-muted)}.cart-quote-disclaimer{font-size:11px;color:var(--color-muted);text-align:center;margin-top:4px}.cart-quote-success{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:8px;color:#16a34a}.cart-quote-success svg{flex-shrink:0;margin-top:2px}.cart-quote-success strong{display:block;margin-bottom:4px;color:#16a34a}.cart-quote-success p{font-size:13px;color:var(--color-muted);margin:0}.cart-quote-error{padding:12px 16px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-size:13px;margin-bottom:16px}.cart-quote-banner{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#ffce311a;border:1px solid rgba(255,206,49,.3);border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500;color:var(--color-navy-950)}.cart-quote-banner svg{color:var(--color-yellow-hover);flex-shrink:0}.cart-empty{text-align:center;padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.cart-empty__icon{color:var(--color-navy-200);margin-bottom:8px}.cart-empty__title{font-size:28px;color:var(--color-navy-950)}.cart-empty__text{font-size:15px;color:var(--color-muted);max-width:400px}.cart-head{display:flex;align-items:baseline;gap:16px;margin-bottom:32px}.cart-head__title{font-size:30px;color:var(--color-navy-950);margin:0}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-item{display:grid;grid-template-columns:120px 1fr 36px;gap:20px;padding:24px 0;border-bottom:1px solid var(--color-border);align-items:start}.cart-item:first-child{border-top:1px solid var(--color-border)}.cart-item__img{width:120px;height:120px;background:var(--color-navy-50);border-radius:8px;border:1px solid var(--color-border);overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item__img img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.cart-item__top{display:flex;flex-direction:column;gap:4px}.cart-item__brand{display:inline-block;width:fit-content;font-family:var(--font-mono);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:3px;color:#fff;line-height:1.4}.cart-item__title{font-family:var(--font-heading);font-size:16px;font-weight:700;line-height:1.3;color:var(--color-navy-950);text-decoration:none;text-transform:none;transition:color .2s}.cart-item__title:hover{color:var(--color-yellow-hover)}.cart-item__variant{font-size:13px;color:var(--color-muted)}.cart-item__sku{font-family:var(--font-mono);font-size:11px;color:var(--color-muted);letter-spacing:.02em}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}.cart-item__qty-wrap{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.cart-item__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-navy-50);border:none;cursor:pointer;color:var(--color-navy-950);transition:background .15s}.cart-item__qty-btn:hover{background:var(--color-navy-200)}.cart-item__qty-input{width:48px;height:36px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--color-navy-950);background:#fff;-moz-appearance:textfield}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__price-col{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-item__price{font-size:18px;font-weight:800;color:var(--color-navy-950);letter-spacing:-.01em}.cart-item__compare{font-size:12px;color:var(--color-muted);text-decoration:line-through}.cart-item__vat{font-size:10px;color:var(--color-muted)}.cart-item__remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--color-navy-400);transition:all .15s;text-decoration:none}.cart-item__remove:hover{background:#ef444414;color:var(--color-red)}.cart-continue{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:14px;font-weight:600;color:var(--color-muted);text-decoration:none;transition:color .15s}.cart-continue:hover{color:var(--color-navy-950)}.cart-summary__inner{background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:10px;padding:28px;position:sticky;top:24px}.cart-summary__title{font-size:18px;color:var(--color-navy-950);margin:0 0 20px}.cart-summary__rows{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--color-navy-950)}.cart-summary__val{font-weight:600;font-family:var(--font-mono);font-size:14px}.cart-summary__val--muted{font-weight:400;color:var(--color-muted);font-family:var(--font-body);font-size:13px}.cart-summary__total{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0 20px;font-size:15px;font-weight:700;color:var(--color-navy-950)}.cart-summary__total-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-summary__total-amount{font-family:var(--font-mono);font-size:22px;font-weight:800;letter-spacing:-.01em}.cart-summary__total-vat{font-size:11px;font-weight:400;color:var(--color-muted)}.cart-summary__checkout{width:100%;padding:14px 24px;font-size:15px;font-weight:700}.cart-summary__trust{margin-top:20px;padding-top:20px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}.cart-summary__trust-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--color-muted)}.cart-summary__trust-item svg{flex-shrink:0;color:var(--color-navy-400)}.cart-summary__note{margin-top:20px;padding-top:20px;border-top:1px solid var(--color-border)}.cart-summary__note-label{display:block;margin-bottom:8px}.cart-summary__note-input{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:13px;background:#fff;color:var(--color-navy-950);resize:vertical;transition:border-color .15s}.cart-summary__note-input:focus{outline:none;border-color:var(--color-yellow)}@media(max-width:1023px){.cart-layout{grid-template-columns:1fr;gap:32px}.cart-summary__inner{position:static}}@media(max-width:767px){.cart-wrapper{padding:24px 0 48px}.cart-head__title{font-size:24px}.cart-item{grid-template-columns:90px 1fr 28px;gap:12px;padding:16px 0}.cart-item__img{width:90px;height:90px}.cart-item__details{min-height:90px}.cart-item__title{font-size:14px}.cart-item__bottom{flex-direction:column;align-items:flex-start;gap:10px}.cart-item__price-col{align-items:flex-start;text-align:left}.cart-item__price{font-size:16px}.cart-summary__inner{padding:20px}}.categories{padding:64px 0;background:var(--color-navy-50)}.categories__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:16px;flex-wrap:wrap}.categories__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.2}.categories__view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s}.categories__view-all:hover{color:var(--color-yellow)}.categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.categories__card{position:relative;background:#fff;border:1px solid var(--color-border);border-radius:10px;padding:20px 24px;display:flex;align-items:center;gap:20px;transition:all .2s ease;text-decoration:none;overflow:hidden;box-shadow:var(--shadow-sm)}.categories__card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--color-yellow);transition:width .2s ease}.categories__card:hover{border-color:var(--color-yellow);box-shadow:0 4px 16px #0000000f}.categories__card:hover:after{width:4px}.categories__card:hover .categories__card-icon-wrap{background:var(--color-yellow);color:var(--color-navy-950)}.categories__card:hover .categories__card-chevron{opacity:1;transform:translate(0)}.categories__card-icon-wrap{width:64px;height:64px;background:var(--color-navy-50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-navy-600);flex-shrink:0;transition:all .2s ease}.categories__card-icon-wrap img{width:48px;height:48px;object-fit:contain}.categories__card-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.categories__card-name{font-family:var(--font-heading);font-size:18px;font-weight:var(--font-heading-weight, 900);color:var(--color-foreground);text-transform:uppercase;letter-spacing:.01em;line-height:1.2}.categories__card-count{font-size:13px;font-weight:400;color:var(--color-muted);letter-spacing:.02em}.categories__card-chevron{color:var(--color-navy-400);flex-shrink:0;opacity:0;transform:translate(-6px);transition:all .2s ease}@media(max-width:1023px){.categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.categories__grid{grid-template-columns:1fr}.categories__card{padding:16px 20px;gap:16px}.categories__card-icon-wrap{width:52px;height:52px}.categories__card-icon-wrap svg{width:32px;height:32px}}.coll-wrapper{position:relative;padding:40px 0 48px}.coll-wrapper:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:#fff;z-index:-1}.coll-header{margin-bottom:24px}.coll-header__title{font-weight:var(--font-heading-weight, 900);font-size:30px;line-height:1.2;margin:0 0 6px;color:var(--color-navy-950)}.coll-header__sub{font-size:13px;color:var(--color-muted);margin:0}.coll-header__sep{margin:0 6px}.coll-active-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px}.coll-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--color-navy-950, #0f172a);color:#fff;font-size:13px;font-weight:600;border-radius:100px;text-decoration:none;transition:opacity .15s;letter-spacing:.01em}.coll-tag:hover{opacity:.8;color:#fff}.coll-tag svg{flex-shrink:0;opacity:.7}.coll-tag--clear{background:transparent;border:2px solid var(--color-navy-950, #0f172a);color:var(--color-navy-950, #0f172a)}.coll-tag--clear:hover{background:var(--color-navy-950, #0f172a);color:#fff;opacity:1}.coll-tag--clear svg{opacity:1}.coll-ts-mobile{display:none}.coll-ts-mobile__fields{display:none;flex-direction:column;gap:8px;padding:12px 0 4px}.coll-ts-mobile.is-open .coll-ts-mobile__fields{display:flex}.coll-ts-mobile.is-open .coll-ts-mobile-toggle{border-color:var(--color-yellow)}.coll-ts-mobile.is-open .coll-ts-mobile-toggle__chev{transform:rotate(180deg)}.coll-ts-mobile-toggle{display:none}.coll-filter-btn{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;background:#fff;border:1px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:600;font-family:var(--font-body);color:var(--color-navy-950);cursor:pointer;transition:border-color .15s}.coll-filter-btn:hover{border-color:var(--color-yellow)}.coll-filter-btn__badge{min-width:18px;height:18px;padding:0 5px;border-radius:100px;background:var(--color-yellow);color:var(--color-navy-950);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.coll-page{display:flex;gap:28px;align-items:flex-start}.coll-sidebar{width:280px;flex-shrink:0;position:sticky;top:96px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a;align-self:flex-start}.coll-sidebar__inner{display:flex;flex-direction:column}.coll-sidebar__title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:var(--color-navy-950);margin:0 0 16px;padding:0}.coll-sidebar__title svg{color:var(--color-muted)}.ts-bar-vertical{display:flex;flex-direction:column;gap:10px}.ts-field{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid var(--color-border, #e2e0db);border-radius:8px;cursor:pointer;transition:border-color .15s,opacity .15s;position:relative;flex:1;min-width:0}.ts-field:hover{border-color:var(--color-navy-300, #94a3b8)}.ts-field:focus-within{border-color:var(--color-yellow);box-shadow:0 0 0 3px #eab3081f}.ts-field--disabled{opacity:.4;pointer-events:none}.ts-field__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f3f1ed;border-radius:6px;color:var(--color-muted, #64748b);flex-shrink:0}.ts-field__inner{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.ts-field__label{font-family:var(--font-mono);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted, #64748b)}.ts-field__select{appearance:none;-webkit-appearance:none;background:none;border:none;color:var(--color-navy-950, #0f172a);font-size:13px;padding:0;width:100%;cursor:pointer;outline:none;font-family:inherit}.ts-field__select option{background:#fff;color:var(--color-navy-950, #0f172a)}.ts-field__chevron{color:var(--color-muted, #94a3b8);flex-shrink:0;pointer-events:none}.ts-bar__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;background:var(--color-yellow);color:var(--color-navy-950, #0f172a);border:none;border-radius:8px;cursor:pointer;transition:opacity .15s;font-size:13px;font-weight:700;font-family:var(--font-body)}.ts-bar__btn:hover{opacity:.9}.ts-bar__btn:disabled{opacity:.35;cursor:not-allowed}.coll-filter{border-bottom:1px solid #EDE9E1}.coll-filter:last-of-type{border-bottom:none}.coll-filter__heading{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:14px;font-weight:700;color:var(--color-navy-950);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.coll-filter__heading::-webkit-details-marker{display:none}.coll-filter__chevron{transition:transform .2s;color:var(--color-muted);flex-shrink:0}.coll-filter[open] .coll-filter__chevron{transform:rotate(180deg)}.coll-filter__body{padding:0 0 16px}.coll-filter__hint{font-size:11px;font-weight:400;color:var(--color-muted);font-style:italic;flex:1;text-align:right}.coll-filter--locked .coll-filter__body{opacity:.35;pointer-events:none}.coll-filter--locked .coll-filter__heading{color:var(--color-muted)}.coll-filter__search{width:100%;height:34px;padding:0 10px;margin-bottom:8px;border:1px solid var(--color-border);border-radius:6px;font-size:12px;font-family:var(--font-body);background:#fdfcfa}.coll-filter__search:focus{outline:none;border-color:var(--color-yellow);background:#fff}.coll-filter__list{list-style:none;margin:0;padding:0;max-height:280px;overflow-y:auto}.coll-filter__item{margin:0}.coll-filter__link,.coll-filter__label{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:var(--color-navy-950);text-decoration:none;cursor:pointer;transition:color .15s}.coll-filter__link:hover,.coll-filter__label:hover{color:var(--color-yellow-hover)}.coll-filter__link--active{font-weight:700}.coll-filter__text{flex:1}.coll-filter__count{font-size:12px;color:var(--color-muted);font-family:var(--font-mono)}.coll-filter__checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.coll-filter__cb{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:2px solid #D0CBC2;border-radius:5px;background:#fff;transition:all .15s}.coll-filter__checkbox:focus-visible+.coll-filter__cb{box-shadow:0 0 0 3px #eab3084d}.coll-filter__checkbox:checked+.coll-filter__cb{background:var(--color-yellow);border-color:var(--color-yellow)}.coll-filter__checkbox:checked+.coll-filter__cb:after{content:"";display:block;width:6px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translate(-.5px,-.5px)}.coll-price-slider__labels{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:var(--color-navy-950)}.coll-price-slider__sep{color:var(--color-muted)}.coll-price-slider__track{position:relative;height:6px;background:#ede9e1;border-radius:3px;margin:8px 0 4px}.coll-price-slider__fill{position:absolute;height:100%;background:var(--color-yellow);border-radius:3px;pointer-events:none}.coll-price-slider__range{position:absolute;top:-8px;left:0;width:100%;height:22px;margin:0;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;z-index:2}.coll-price-slider__range::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--color-yellow);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #0000001f}.coll-price-slider__range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--color-yellow);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #0000001f}.coll-sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:8px}.coll-sort-bar__count{font-size:13px;color:var(--color-muted);font-family:var(--font-mono)}.coll-sort-bar__right{display:flex;align-items:center;gap:8px}.coll-sort{height:38px;padding:0 14px;border:1px solid var(--color-border);border-radius:8px;font-size:13px;background:#fff;cursor:pointer;font-family:var(--font-body)}.coll-content{flex:1;min-width:0}.coll-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.coll-empty{text-align:center;padding:48px 24px;color:var(--color-muted);background:#fff;border-radius:12px}.coll-empty__link{display:inline-block;margin-top:12px;color:var(--color-yellow-hover);font-weight:600;text-decoration:underline}.coll-filter-dialog{border:none;background:#fff;border-radius:14px;padding:0;max-width:720px;width:calc(100vw - 48px);max-height:85vh;box-shadow:0 20px 60px #0003;position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;height:fit-content;z-index:9999}.coll-filter-dialog[open]{display:flex;flex-direction:column;animation:filterDialogIn .25s ease}.coll-filter-dialog::backdrop{background:#0a0d1480;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.coll-filter-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid #EDE9E1;flex-shrink:0}.coll-filter-dialog__title{font-size:18px;font-weight:700;color:var(--color-navy-950)}.coll-filter-dialog__close{background:none;border:none;padding:4px;cursor:pointer;color:var(--color-navy-950)}.coll-filter-dialog__close:hover{color:var(--color-yellow-hover)}.coll-filter-dialog__inner{flex:1;overflow-y:auto;padding:4px 28px 20px;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.coll-filter-dialog__inner .coll-filter{break-inside:avoid}.coll-filter-dialog__footer{flex-shrink:0;padding:16px 28px;border-top:1px solid #EDE9E1}.coll-filter-dialog__btn{width:100%;height:46px;background:var(--color-yellow);color:var(--color-navy-950);border:none;border-radius:8px;font-size:15px;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:background .15s}.coll-filter-dialog__btn:hover{background:var(--color-yellow-hover)}@keyframes filterDialogIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.coll-sidebar{display:none}.coll-ts-mobile{display:block;margin-bottom:12px}.coll-ts-mobile-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#fff;border:1px solid var(--color-border);border-radius:8px;font-size:14px;font-weight:600;font-family:var(--font-body);color:var(--color-navy-950);cursor:pointer;transition:border-color .15s}.coll-ts-mobile-toggle:hover{border-color:var(--color-yellow)}.coll-ts-mobile-toggle__chev{margin-left:auto;color:var(--color-muted);transition:transform .2s}.coll-ts-mobile__fields .ts-field{padding:8px 12px;gap:8px}.coll-ts-mobile__fields .ts-field__icon{display:none}.coll-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.coll-header__title{font-size:24px}.coll-grid{grid-template-columns:repeat(2,1fr);gap:12px}.coll-filter-dialog{width:100%;max-width:100%;border-radius:14px 14px 0 0;margin:auto 0 0;height:85vh;max-height:85vh}.coll-filter-dialog__inner{grid-template-columns:1fr;gap:0;padding:4px 20px 20px}.coll-filter-dialog__header{padding:16px 20px}.coll-filter-dialog__footer{padding:12px 20px}.pagination{flex-wrap:wrap;gap:6px;justify-content:center}.pagination__btn,.pagination__page{min-width:34px;height:34px;padding:0 8px;font-size:12px}.pagination__btn{font-size:12px}}@media(max-width:479px){.coll-grid{grid-template-columns:repeat(2,1fr);gap:12px}.coll-wrapper{padding-left:16px;padding-right:16px}}.coll-filter__list::-webkit-scrollbar{width:4px}.coll-filter__list::-webkit-scrollbar-track{background:transparent}.coll-filter__list::-webkit-scrollbar-thumb{background:#d0cbc2;border-radius:4px}.cl-wrapper{position:relative;padding:40px 0 64px}.cl-wrapper:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:#fff;z-index:-1}.cl-header{margin-bottom:36px}.cl-header__title{font-weight:var(--font-heading-weight, 900);font-size:32px;line-height:1.2;margin:0 0 8px;color:var(--color-navy-950)}.cl-header__sub{font-size:15px;color:var(--color-muted);margin:0}.cl-section{margin-bottom:40px}.cl-section__title{font-size:18px;font-weight:700;color:var(--color-navy-950);margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid var(--color-yellow);display:inline-block}.cl-grid{display:grid;gap:16px}.cl-grid--merken,.cl-grid--cats{grid-template-columns:repeat(4,1fr)}.cl-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:all .25s ease;position:relative}.cl-card:hover{border-color:#f606;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.cl-card__img{position:relative;aspect-ratio:4/3;background:var(--color-navy-50);overflow:hidden;display:flex;align-items:center;justify-content:center}.cl-card__watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-navy-200);opacity:.25;pointer-events:none;z-index:0;transition:opacity .3s}.cl-card__watermark svg{width:56px;height:56px}.cl-card:hover .cl-card__watermark{opacity:.12}.cl-card__img img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:16px}.cl-card__body{padding:14px 16px;display:flex;flex-direction:column;gap:2px}.cl-card__name{font-size:15px;font-weight:700;color:var(--color-navy-950);transition:color .2s}.cl-card:hover .cl-card__name{color:var(--color-yellow-hover)}.cl-card__count{font-size:12px;color:var(--color-muted);font-family:var(--font-mono)}.cl-card__arrow{position:absolute;top:14px;right:14px;color:var(--color-navy-200);opacity:0;transform:translate(-4px);transition:all .25s;z-index:2}.cl-card:hover .cl-card__arrow{opacity:1;transform:translate(0);color:var(--color-yellow)}.cl-card--merk .cl-card__name{font-size:17px}@media(max-width:1023px){.cl-grid--merken,.cl-grid--cats{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.cl-header__title{font-size:26px}.cl-grid--merken,.cl-grid--cats{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.cl-grid--merken,.cl-grid--cats{grid-template-columns:1fr}.cl-wrapper{padding-left:16px;padding-right:16px}}.contact{padding:64px 0 80px;background:var(--color-background)}.contact__header{text-align:center;max-width:600px;margin:0 auto 56px}.contact__title{margin:12px 0 16px;color:var(--color-navy-950)}.contact__subtitle{font-size:15px;color:var(--color-muted);line-height:1.65}.contact__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}.contact__card{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--color-border)}.contact__card:first-child{padding-top:0}.contact__card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-navy-950);border-radius:8px;color:var(--color-yellow);flex-shrink:0}.contact__card-content{display:flex;flex-direction:column;gap:2px}.contact__card-title{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.contact__card-value{font-size:16px;font-weight:700;color:var(--color-navy-950);text-decoration:none;transition:color .15s}a.contact__card-value:hover{color:var(--color-yellow-hover)}.contact__card-note{font-size:13px;color:var(--color-muted)}.contact__hours{margin-top:28px;padding:24px;background:var(--color-navy-50);border-radius:8px}.contact__hours-grid{display:grid;grid-template-columns:1fr auto;gap:8px 24px}.contact__hours-day{font-size:14px;color:var(--color-navy-950);font-weight:500}.contact__hours-time{font-family:var(--font-mono);font-size:13px;color:var(--color-muted);text-align:right}.contact__form-wrap{background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff}.contact__form-wrap .aysan-eyebrow{color:var(--color-navy-400)}.contact__form-title{font-size:24px;color:#fff;margin-bottom:8px}.contact__form-desc{font-size:14px;color:var(--color-navy-400);line-height:1.6;margin-bottom:28px}.contact__form{display:flex;flex-direction:column;gap:18px}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact__form-field{display:flex;flex-direction:column;gap:6px}.contact__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.contact__label span{color:var(--color-yellow)}.contact__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.contact__input::placeholder{color:var(--color-navy-400)}.contact__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.contact__select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.contact__select option{background:var(--color-navy-800);color:#fff}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{align-self:flex-start;padding:14px 32px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:4px}.contact__form-success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#4ade801f;border:1px solid rgba(74,222,128,.25);border-radius:6px;color:#4ade80;font-size:14px}.contact__form-error{padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}@media(max-width:1023px){.contact__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:767px){.contact{padding:48px 0 56px}.contact__header{margin-bottom:40px;text-align:left}.contact__form-wrap{padding:28px 20px}.contact__form-row{grid-template-columns:1fr}.contact__submit{width:100%;justify-content:center}}.contact__hp{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;overflow:hidden;pointer-events:none}.cta-bar{padding:48px 0}.cta-bar__card{position:relative;background:var(--color-navy-950, #0E1119);border-radius:16px;padding:48px 52px;overflow:hidden}.cta-bar__glow{position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(255,102,0,.12) 0%,transparent 70%);pointer-events:none}.cta-bar__layout{display:flex;align-items:center;gap:56px;position:relative;z-index:1}.cta-bar__content{flex:1;min-width:0}.cta-bar__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono, monospace);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-yellow);margin-bottom:14px}.cta-bar__title{font-family:var(--font-heading, system-ui);font-weight:var(--font-heading-weight, 900);font-size:26px;line-height:1.25;color:#fff;margin:0 0 4px}.cta-bar__subtitle{font-family:var(--font-heading, system-ui);font-weight:var(--font-heading-weight, 900);font-size:26px;line-height:1.25;color:var(--color-yellow, #ff6600);text-transform:uppercase;margin:0 0 14px}.cta-bar__desc{font-size:14px;line-height:1.65;color:#94a3b8;margin:0 0 24px;max-width:440px}.cta-bar__actions{display:flex;align-items:center;gap:12px}.cta-bar__btn--primary{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;background:var(--color-yellow);color:var(--color-navy-950);border:none;border-radius:10px;font-size:14px;font-weight:700;font-family:var(--font-body);cursor:pointer;text-decoration:none;transition:background .2s,transform .1s}.cta-bar__btn--primary:hover{background:var(--color-yellow-hover);transform:translateY(-1px)}.cta-bar__btn--primary:active{transform:scale(.98)}.cta-bar__btn--ghost{display:inline-flex;align-items:center;padding:12px 24px;background:transparent;border:1px solid var(--color-navy-700);border-radius:10px;font-size:14px;font-weight:600;color:#cbd5e1;cursor:pointer;text-decoration:none;font-family:var(--font-body);transition:all .2s}.cta-bar__btn--ghost:hover{border-color:var(--color-yellow);color:#fff}.cta-bar__features{display:flex;flex-direction:column;gap:16px;flex-shrink:0;width:260px}.cta-bar__feature{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:border-color .2s}.cta-bar__feature:hover{border-color:#ff66004d;background:#ffffff0f}.cta-bar__feature-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ff66001a;border-radius:8px;color:var(--color-yellow);flex-shrink:0}.cta-bar__feature-text{display:flex;flex-direction:column;gap:2px}.cta-bar__feature-text strong{font-size:13px;font-weight:700;color:#fff}.cta-bar__feature-text span{font-size:12px;color:#64748b;line-height:1.4}@media(max-width:1023px){.cta-bar__layout{flex-direction:column;gap:32px}.cta-bar__features{width:100%;flex-direction:row;gap:12px}.cta-bar__feature{flex:1}.cta-bar__card{padding:40px 36px}}@media(max-width:767px){.cta-bar{padding:32px 0}.cta-bar__card{padding:32px 24px;border-radius:14px}.cta-bar__title,.cta-bar__subtitle{font-size:22px}.cta-bar__layout{gap:28px}.cta-bar__content{text-align:center}.cta-bar__desc{max-width:none}.cta-bar__actions{flex-direction:column;width:100%}.cta-bar__btn--primary,.cta-bar__btn--ghost{width:100%;justify-content:center}.cta-bar__features{flex-direction:column;gap:10px}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.customer-account{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-account__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:16px;flex-wrap:wrap}.customer-account__header h1{margin-top:8px}.customer-account__header-actions{display:flex;gap:10px}.customer-account__section{margin-bottom:40px}.customer-account__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.customer-account__section-title{font-size:20px;margin-bottom:16px}.customer-account__section-header .customer-account__section-title{margin-bottom:0}.customer-account__edit-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s}.customer-account__edit-link:hover{color:var(--color-yellow)}.customer-account__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.customer-account__table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.customer-account__table thead{background:var(--color-navy-950);color:var(--color-navy-400)}.customer-account__table th{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:14px 20px;text-align:left;white-space:nowrap}.customer-account__table td{padding:16px 20px;font-size:14px;border-bottom:1px solid var(--color-border);color:var(--color-foreground)}.customer-account__table tbody tr:last-child td{border-bottom:none}.customer-account__table tbody tr:nth-child(2n){background:var(--color-navy-50)}.customer-account__order-num{font-family:var(--font-mono);font-weight:600;color:var(--color-navy-950)}.customer-account__order-date{font-family:var(--font-mono);color:var(--color-muted)}.customer-account__order-total{font-family:var(--font-mono);font-weight:700}.customer-account__status{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;padding:3px 10px;border-radius:4px;letter-spacing:.04em}.customer-account__status--paid{background:#4ade8026;color:#16a34a}.customer-account__status--pending{background:#ff660026;color:#b8860b}.customer-account__status--refunded,.customer-account__status--partially_refunded{background:#ef44441f;color:#dc2626}.customer-account__status--voided{background:#94a3b826;color:var(--color-muted)}.customer-account__view-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s;white-space:nowrap}.customer-account__view-link:hover{color:var(--color-yellow)}.customer-account__empty{text-align:center;padding:60px 20px;background:#fff;border:1px solid var(--color-border);border-radius:8px;color:var(--color-muted)}.customer-account__empty svg{margin:0 auto 16px}.customer-account__empty-text{font-size:16px;margin-bottom:24px;color:var(--color-muted)}.customer-account__address-card{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:24px;font-size:14px;line-height:1.7;color:var(--color-foreground);max-width:360px}.customer-account__address-phone{margin-top:8px;font-family:var(--font-mono);color:var(--color-muted)}.customer-account__pagination{display:flex;justify-content:center;gap:12px;margin-top:24px}@media(max-width:767px){.customer-account{padding:32px 0 60px}.customer-account__header{flex-direction:column;align-items:flex-start}.customer-account__header-actions{width:100%}.customer-account__header-actions .btn{flex:1;justify-content:center;font-size:13px}.customer-account__table th,.customer-account__table td{padding:12px 14px;font-size:13px}}.customer-activate{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-activate__header{text-align:center;margin-bottom:36px}.customer-activate__header h1{margin-top:8px}.customer-activate__form-wrap{max-width:480px;margin:0 auto;background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff}.customer-activate__desc{font-size:14px;color:var(--color-navy-400);margin-bottom:24px;line-height:1.6}.customer-activate__form{display:flex;flex-direction:column;gap:18px}.customer-activate__form-field{display:flex;flex-direction:column;gap:6px}.customer-activate__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.customer-activate__label span{color:var(--color-yellow)}.customer-activate__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.customer-activate__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.customer-activate__actions{margin-top:4px}.customer-activate__submit{padding:14px 32px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.customer-activate__error{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}@media(max-width:767px){.customer-activate{padding:32px 0 60px}.customer-activate__form-wrap{padding:28px 20px}.customer-activate__submit{width:100%;justify-content:center}}.customer-addresses{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-addresses__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:16px;flex-wrap:wrap}.customer-addresses__header h1{margin-top:8px}.customer-addresses__add-btn-wrap,.customer-addresses__add-wrap{margin-bottom:32px}.customer-addresses__form-wrap{background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff;max-width:640px}.customer-addresses__form-title{font-size:20px;color:#fff;margin-bottom:24px}.customer-addresses__form{display:flex;flex-direction:column;gap:18px}.customer-addresses__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.customer-addresses__form-field{display:flex;flex-direction:column;gap:6px}.customer-addresses__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.customer-addresses__label span{color:var(--color-yellow)}.customer-addresses__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.customer-addresses__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.customer-addresses__select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.customer-addresses__select option{background:var(--color-navy-800);color:#fff}.customer-addresses__checkbox-field{flex-direction:row}.customer-addresses__checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer;color:var(--color-navy-300)}.customer-addresses__checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-yellow)}.customer-addresses__form-actions{display:flex;gap:12px;margin-top:4px}.customer-addresses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.customer-addresses__card{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:24px;position:relative}.customer-addresses__card--default{border-color:var(--color-yellow);box-shadow:0 0 0 1px var(--color-yellow)}.customer-addresses__default-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;padding:3px 8px;border-radius:4px;background:var(--color-yellow);color:var(--color-navy-950);margin-bottom:12px;letter-spacing:.04em}.customer-addresses__card-body{font-size:14px;line-height:1.7;color:var(--color-foreground)}.customer-addresses__card-name{font-weight:700}.customer-addresses__card-phone{margin-top:8px;font-family:var(--font-mono);color:var(--color-muted)}.customer-addresses__card-actions{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.customer-addresses__card-edit,.customer-addresses__card-delete{font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;border:none;background:none;padding:0;transition:color .15s}.customer-addresses__card-edit{color:var(--color-yellow-hover)}.customer-addresses__card-edit:hover{color:var(--color-yellow)}.customer-addresses__card-delete{color:var(--color-muted)}.customer-addresses__card-delete:hover{color:#f87171}.customer-addresses__empty{text-align:center;padding:60px 20px;background:#fff;border:1px solid var(--color-border);border-radius:8px;color:var(--color-muted);font-size:16px}.customer-addresses__empty svg{margin:0 auto 16px}@media(max-width:1023px){.customer-addresses__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.customer-addresses{padding:32px 0 60px}.customer-addresses__header{flex-direction:column;align-items:flex-start}.customer-addresses__form-wrap{padding:28px 20px}.customer-addresses__form-row,.customer-addresses__grid{grid-template-columns:1fr}.customer-addresses__form-actions{flex-direction:column}.customer-addresses__form-actions .btn{width:100%;justify-content:center}}.customer-login{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-login__header{text-align:center;margin-bottom:36px}.customer-login__header h1{margin-top:8px}.customer-login__form-wrap{max-width:480px;margin:0 auto;background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff}.customer-login__form-wrap .aysan-eyebrow{color:var(--color-navy-400)}.customer-login__form{display:flex;flex-direction:column;gap:18px}.customer-login__form-field{display:flex;flex-direction:column;gap:6px}.customer-login__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.customer-login__label span{color:var(--color-yellow)}.customer-login__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.customer-login__input::placeholder{color:var(--color-navy-400)}.customer-login__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.customer-login__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:4px;flex-wrap:wrap}.customer-login__submit{padding:14px 32px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.customer-login__forgot{font-size:13px;color:var(--color-navy-400);text-decoration:none;transition:color .15s}.customer-login__forgot:hover{color:var(--color-yellow)}.customer-login__recover-title{font-size:20px;color:#fff;margin-bottom:8px}.customer-login__recover-desc{font-size:14px;color:var(--color-navy-400);margin-bottom:24px;line-height:1.6}.customer-login__footer{margin-top:28px;padding-top:24px;border-top:1px solid var(--color-navy-800);text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.customer-login__footer-text{font-size:14px;color:var(--color-navy-400)}.customer-login__footer-link{font-size:14px;font-weight:700;color:var(--color-yellow);text-decoration:none;transition:color .15s}.customer-login__footer-link:hover{color:var(--color-yellow-hover)}.customer-login__error{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}.customer-login__success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#4ade801f;border:1px solid rgba(74,222,128,.25);border-radius:6px;color:#4ade80;font-size:14px}@media(max-width:767px){.customer-login{padding:32px 0 60px}.customer-login__form-wrap{padding:28px 20px}.customer-login__actions{flex-direction:column;align-items:stretch}.customer-login__submit{width:100%;justify-content:center}.customer-login__forgot{text-align:center}}.customer-order{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-order__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px;gap:16px;flex-wrap:wrap}.customer-order__header h1{margin-top:8px;font-family:var(--font-mono)}.customer-order__meta{display:flex;align-items:center;gap:12px;margin-top:10px;flex-wrap:wrap}.customer-order__date{font-family:var(--font-mono);font-size:13px;color:var(--color-muted)}.customer-order__status{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;padding:3px 10px;border-radius:4px;letter-spacing:.04em}.customer-order__status--paid{background:#4ade8026;color:#16a34a}.customer-order__status--pending{background:#ff660026;color:#b8860b}.customer-order__status--refunded,.customer-order__status--partially_refunded{background:#ef44441f;color:#dc2626}.customer-order__status--fulfillment-fulfilled{background:#4ade8026;color:#16a34a}.customer-order__status--fulfillment-partial{background:#ff660026;color:#b8860b}.customer-order__status--fulfillment-unfulfilled{background:#94a3b826;color:var(--color-muted)}.customer-order__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:36px}.customer-order__table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.customer-order__table thead{background:var(--color-navy-950);color:var(--color-navy-400)}.customer-order__table th{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:14px 20px;text-align:left;white-space:nowrap}.customer-order__table td{padding:16px 20px;font-size:14px;border-bottom:1px solid var(--color-border);vertical-align:middle}.customer-order__table tbody tr:last-child td{border-bottom:none}.customer-order__item-img img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--color-border)}.customer-order__item-placeholder{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--color-navy-50);border-radius:6px;color:var(--color-muted)}.customer-order__item-name{font-weight:700;color:var(--color-navy-950)}.customer-order__item-variant{font-size:13px;color:var(--color-muted);margin-top:2px}.customer-order__item-sku{font-family:var(--font-mono);font-size:12px;color:var(--color-muted)}.customer-order__item-price,.customer-order__item-total{font-family:var(--font-mono);font-weight:600}.customer-order__item-qty{font-family:var(--font-mono);text-align:center}.customer-order__footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.customer-order__addresses{display:grid;grid-template-columns:1fr 1fr;gap:20px}.customer-order__address-block{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:24px}.customer-order__address-title{font-size:13px;margin-bottom:12px}.customer-order__address-body{font-size:14px;line-height:1.7;color:var(--color-foreground)}.customer-order__totals{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:24px}.customer-order__total-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;border-bottom:1px solid var(--color-border)}.customer-order__total-row:last-child{border-bottom:none}.customer-order__total-row--discount{color:#16a34a}.customer-order__total-row--grand{border-top:2px solid var(--color-navy-950);border-bottom:none;font-family:var(--font-heading);font-size:18px;font-weight:900;padding-top:14px;margin-top:4px}.customer-order__total-row span:last-child{font-family:var(--font-mono);font-weight:700}@media(max-width:1023px){.customer-order__footer-grid{grid-template-columns:1fr}.customer-order__addresses{grid-template-columns:1fr 1fr}}@media(max-width:767px){.customer-order{padding:32px 0 60px}.customer-order__header{flex-direction:column}.customer-order__addresses{grid-template-columns:1fr}.customer-order__table th,.customer-order__table td{padding:12px 14px;font-size:13px}.customer-order__item-img{display:none}}.customer-register{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-register__header{text-align:center;margin-bottom:36px}.customer-register__header h1{margin-top:8px}.customer-register__form-wrap{max-width:480px;margin:0 auto;background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff}.customer-register__form{display:flex;flex-direction:column;gap:18px}.customer-register__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.customer-register__form-field{display:flex;flex-direction:column;gap:6px}.customer-register__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.customer-register__label span{color:var(--color-yellow)}.customer-register__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.customer-register__input::placeholder{color:var(--color-navy-400)}.customer-register__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.customer-register__actions{margin-top:4px}.customer-register__submit{padding:14px 32px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.customer-register__footer{margin-top:28px;padding-top:24px;border-top:1px solid var(--color-navy-800);text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.customer-register__footer-text{font-size:14px;color:var(--color-navy-400)}.customer-register__footer-link{font-size:14px;font-weight:700;color:var(--color-yellow);text-decoration:none;transition:color .15s}.customer-register__footer-link:hover{color:var(--color-yellow-hover)}.customer-register__error{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}@media(max-width:767px){.customer-register{padding:32px 0 60px}.customer-register__form-wrap{padding:28px 20px}.customer-register__form-row{grid-template-columns:1fr}.customer-register__submit{width:100%;justify-content:center}}.customer-reset{padding:48px 0 80px;background:var(--color-navy-50);min-height:60vh}.customer-reset__header{text-align:center;margin-bottom:36px}.customer-reset__header h1{margin-top:8px}.customer-reset__form-wrap{max-width:480px;margin:0 auto;background:var(--color-navy-950);border-radius:10px;padding:40px;color:#fff}.customer-reset__desc{font-size:14px;color:var(--color-navy-400);margin-bottom:24px;line-height:1.6}.customer-reset__form{display:flex;flex-direction:column;gap:18px}.customer-reset__form-field{display:flex;flex-direction:column;gap:6px}.customer-reset__label{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.customer-reset__label span{color:var(--color-yellow)}.customer-reset__input{width:100%;padding:12px 16px;background:var(--color-navy-800);border:1px solid var(--color-navy-700);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s;outline:none}.customer-reset__input:focus{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.customer-reset__actions{margin-top:4px}.customer-reset__submit{padding:14px 32px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.customer-reset__error{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:6px;color:#f87171;font-size:14px}@media(max-width:767px){.customer-reset{padding:32px 0 60px}.customer-reset__form-wrap{padding:28px 20px}.customer-reset__submit{width:100%;justify-content:center}}.faqpage{padding:64px 0 80px;background:var(--color-background)}.faqpage__header{text-align:center;max-width:680px;margin:0 auto 48px}.faqpage__title{margin:12px 0 16px;color:var(--color-navy-950)}.faqpage__subtitle{font-size:15px;color:var(--color-muted);line-height:1.65;margin-bottom:28px}.faqpage__search{display:flex;align-items:center;gap:12px;max-width:520px;margin:0 auto 20px;padding:14px 20px;background:var(--color-navy-950);border:1px solid var(--color-navy-700);border-radius:8px;transition:border-color .2s}.faqpage__search:focus-within{border-color:#ff660080;box-shadow:0 0 0 3px #ff66001a}.faqpage__search svg{color:var(--color-navy-400);flex-shrink:0}.faqpage__search-input{width:100%;background:none;border:none;color:#fff;font-size:15px;outline:none;font-family:inherit}.faqpage__search-input::placeholder{color:var(--color-navy-400)}.faqpage__filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.faqpage__filter{padding:8px 16px;background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:100px;font-size:13px;font-weight:600;color:var(--color-muted);cursor:pointer;transition:all .15s;font-family:inherit}.faqpage__filter:hover{border-color:var(--color-navy-300);color:var(--color-navy-950)}.faqpage__filter--active{background:var(--color-navy-950);border-color:var(--color-navy-950);color:#fff}.faqpage__filter--active:hover{background:var(--color-navy-800);border-color:var(--color-navy-800);color:#fff}.faqpage__list{max-width:800px;margin:0 auto}.faqpage__item{border-bottom:1px solid var(--color-border)}.faqpage__item:first-child{border-top:1px solid var(--color-border)}.faqpage__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faqpage__question::-webkit-details-marker{display:none}.faqpage__question::marker{display:none;content:""}.faqpage__question-left{display:flex;align-items:center;gap:14px;min-width:0}.faqpage__cat-badge{flex-shrink:0;font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:4px;color:var(--color-muted)}.faqpage__question-text{font-size:15px;font-weight:600;color:var(--color-foreground)}.faqpage__toggle{flex-shrink:0;transition:transform .2s;color:var(--color-muted)}.faqpage__item[open] .faqpage__toggle{transform:rotate(180deg)}.faqpage__answer{padding:0 0 20px;margin-left:64px}.faqpage__answer p{font-size:14px;color:var(--color-muted);line-height:1.7}.faqpage__empty{text-align:center;padding:48px 20px;color:var(--color-muted);max-width:800px;margin:0 auto}.faqpage__empty svg{margin:0 auto 12px;color:var(--color-navy-300)}.faqpage__empty p{font-size:15px}.faqpage__empty a{color:var(--color-yellow-hover);font-weight:600}.faqpage__count{text-align:center;font-family:var(--font-mono);font-size:12px;color:var(--color-navy-400);margin-top:20px;margin-bottom:48px}.faqpage__cta{max-width:800px;margin:0 auto}.faqpage__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--color-navy-950);border-radius:10px;padding:36px 40px}.faqpage__cta-title{font-size:20px;color:#fff;margin-bottom:6px}.faqpage__cta-desc{font-size:14px;color:var(--color-navy-400)}.faqpage__cta-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.faqpage__cta-phone{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-navy-300);transition:color .15s}.faqpage__cta-phone:hover{color:#fff}@media(max-width:767px){.faqpage{padding:48px 0 56px}.faqpage__header{margin-bottom:32px;text-align:left}.faqpage__question-left{flex-direction:column;align-items:flex-start;gap:8px}.faqpage__answer{margin-left:0}.faqpage__cta-inner{flex-direction:column;text-align:center;padding:28px 24px}.faqpage__cta-actions{flex-direction:column;width:100%}.faqpage__cta-actions .btn{width:100%;justify-content:center}}.faq{padding:64px 0}.faq__layout{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}.faq__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.2}.faq__desc{font-size:14px;color:var(--color-muted);line-height:1.6;margin-top:16px;max-width:400px}.faq__cta-links{display:flex;flex-direction:column;gap:10px;margin-top:24px}.faq__cta-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s}.faq__cta-link:hover{color:var(--color-yellow)}.faq__cta-link--secondary{color:var(--color-muted)}.faq__cta-link--secondary:hover{color:var(--color-foreground)}.faq__list{display:flex;flex-direction:column;gap:0}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:first-child{border-top:1px solid var(--color-border)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;cursor:pointer;font-size:16px;font-weight:600;color:var(--color-foreground);list-style:none;-webkit-user-select:none;user-select:none}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none;content:""}.faq__toggle{flex-shrink:0;transition:transform .2s;color:var(--color-muted)}.faq__item[open] .faq__toggle{transform:rotate(180deg)}.faq__item[open]{background:var(--color-navy-50);border-left:3px solid var(--color-yellow);padding-left:20px;margin-left:-20px;border-radius:4px 0 0 4px}.faq__answer{padding:0 0 20px}.faq__answer p{font-size:15px;color:var(--color-muted);line-height:1.6}@media(max-width:1023px){.faq__layout{grid-template-columns:1fr;gap:32px}.faq__desc{max-width:none}}@media(max-width:767px){.faq__question{font-size:15px;padding:16px 0}.faq__answer p{font-size:14px}.faq__item[open]{padding-left:16px;margin-left:-16px}}.featured{padding:64px 0;background:#fff}.featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.featured__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.2}.featured__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-yellow-hover);text-decoration:none;transition:color .15s}.featured__link:hover{color:var(--color-yellow)}.featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1023px){.featured__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.featured__grid{grid-template-columns:1fr}}.footer{background:var(--color-navy-950);color:var(--color-navy-400);padding:56px 0 24px;margin-top:0}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px;padding-bottom:40px;border-bottom:1px solid var(--color-navy-800)}.footer__col--brand{padding-right:24px}.footer__desc{font-size:14px;line-height:1.65;color:var(--color-navy-400);margin-bottom:20px}.footer__contact-info{display:flex;flex-direction:column;gap:10px}.footer__info-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--color-navy-400);line-height:1.5}.footer__info-item svg{color:var(--color-yellow);flex-shrink:0;margin-top:2px}.footer__info-item a{color:var(--color-navy-400);text-decoration:none;transition:color .15s}.footer__info-item a:hover{color:var(--color-yellow)}.footer__social{display:flex;gap:8px;margin-top:20px}.footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-navy-800);color:var(--color-navy-400);transition:all .2s ease}.footer__social-link:hover{background:var(--color-yellow);color:var(--color-navy-950);transform:translateY(-2px)}.footer__col{min-width:0}.footer__heading-toggle{display:contents;background:none;border:none;padding:0;margin:0;cursor:default;width:100%;color:inherit;font:inherit}.footer__toggle-icon{display:none}.footer__heading{margin-bottom:16px;color:#fff;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;text-align:left}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer__links a{font-size:14px;color:var(--color-navy-400);transition:color .15s;text-decoration:none}.footer__links a:hover{color:var(--color-yellow)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;flex-wrap:wrap;gap:16px}.footer__copy{font-size:12px;color:var(--color-navy-600, #475569);line-height:1.5}.footer__payment{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.footer__payment .payment-icon{height:24px;width:auto;opacity:.5;transition:opacity .2s}.footer__payment .payment-icon:hover{opacity:.85}@media(max-width:1023px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__col--brand{grid-column:1 / -1;padding-right:0;max-width:480px}}@media(max-width:599px){.footer{padding:40px 0 20px}.footer__grid{grid-template-columns:1fr;gap:0}.footer__col--brand{max-width:100%;padding-bottom:28px;margin-bottom:12px;border-bottom:1px solid var(--color-navy-800)}.footer__heading-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;padding:14px 0;border-bottom:1px solid var(--color-navy-800)}.footer__heading{margin-bottom:0}.footer__toggle-icon{display:block;color:var(--color-navy-500);transition:transform .25s ease;flex-shrink:0}.footer__heading-toggle[aria-expanded=true] .footer__toggle-icon{transform:rotate(180deg)}.footer__links{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}.footer__links--open{max-height:400px;padding:12px 0 8px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer__payment{gap:4px}.footer__payment .payment-icon{height:20px}}body.no-scroll{overflow:hidden}.utility-bar{background:#f8f9fa;color:var(--color-muted);font-size:13px;border-bottom:1px solid var(--color-border)}.utility-bar__inner{display:flex;align-items:center;justify-content:space-between;height:36px}.utility-bar__left,.utility-bar__right{display:flex;align-items:center;gap:16px}.utility-bar__item{display:flex;align-items:center;gap:6px}.utility-bar__item svg{color:var(--color-yellow);flex-shrink:0}.utility-bar__phone{text-decoration:none;color:var(--color-muted);transition:color .15s}.utility-bar__phone:hover{color:var(--color-navy-950)}.utility-bar__lang{font-size:12px;font-weight:var(--font-heading-weight, 900);color:var(--color-muted)}.main-bar{background:#fff;border-bottom:1px solid var(--color-border);z-index:50}.main-bar.is-fixed{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #0000000f}.main-bar.is-fixed+.cat-nav:not(.is-fixed){margin-top:76px}.main-bar.is-fixed+.cat-nav.is-fixed{margin-top:0}.main-bar__inner{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px}.logo{display:flex;align-items:center;gap:6px;flex-shrink:0}.logo__name{color:var(--color-navy-950);font-weight:var(--font-heading-weight, 900);font-size:1.75rem;letter-spacing:-.01em}.logo__tag{background:var(--color-yellow);color:var(--color-navy-950);font-size:11px;font-weight:var(--font-heading-weight, 900);letter-spacing:.15em;padding:3px 8px;border-radius:3px;line-height:1}.logo__image{height:52px;width:auto;object-fit:contain}.search-bar{flex:1;max-width:640px}.search-bar__inner{display:flex;border-radius:6px;overflow:hidden;border:1px solid var(--color-border);transition:border-color .2s}.search-bar__inner:focus-within{border-color:var(--color-yellow)}.search-bar__select{height:44px;padding:0 28px 0 12px;background:#f8f9fa;color:var(--color-navy-950);font-size:15px;border:none;border-right:1px solid var(--color-border);border-radius:0;cursor:pointer;appearance:none;-webkit-appearance:none}.search-bar__field{position:relative;flex:1}.search-bar__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-muted);pointer-events:none}.search-bar__input{width:100%;height:44px;padding:0 16px 0 40px;background:#fff;color:var(--color-navy-950);font-size:15px;border:none;border-radius:0;outline:none}.search-bar__input::placeholder{color:var(--color-muted)}.search-bar__btn{height:44px;padding:0 24px;background:var(--color-yellow);color:var(--color-navy-950);font-size:15px;font-weight:var(--font-heading-weight, 900);border:none;cursor:pointer;transition:background .2s}.search-bar__btn:hover{background:var(--color-yellow-hover)}.main-bar__actions{display:flex;align-items:center;gap:4px}.action-link{display:flex;align-items:center;gap:6px;padding:8px 10px;color:var(--color-navy-950);font-size:14px;transition:color .2s;white-space:nowrap}.action-link:hover{color:var(--color-yellow-hover)}.action-link--cart{position:relative}.cart-amount{font-size:14px;font-weight:var(--font-heading-weight, 900);color:var(--color-navy-950)}.cart-count{position:absolute;top:0;left:24px;width:18px;height:18px;background:var(--color-yellow);color:var(--color-navy-950);font-size:11px;font-weight:var(--font-heading-weight, 900);border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{padding:8px;background:none;border:none;color:var(--color-navy-950);cursor:pointer}.mobile-toggle:hover{color:var(--color-yellow-hover)}.cat-nav{background:#fff;border-bottom:1px solid var(--color-border);z-index:49}.cat-nav.is-fixed{position:fixed;top:76px;left:0;right:0;box-shadow:0 4px 12px #0000000f}.cat-nav__inner{display:flex;align-items:center;justify-content:space-between;height:40px}.cat-nav__left,.cat-nav__right{display:flex;align-items:center;gap:4px}.cat-dropdown{position:relative}.cat-nav__all-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;background:var(--color-yellow);color:var(--color-navy-950);font-size:13px;font-weight:var(--font-heading-weight, 900);border-radius:4px;border:none;cursor:pointer;font-family:inherit;transition:background .2s}.cat-nav__all-btn:hover{background:var(--color-yellow-hover)}.cat-dropdown__chevron{transition:transform .2s}.cat-dropdown.is-open .cat-dropdown__chevron{transform:rotate(180deg)}.cat-dropdown__panel{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:24px;min-width:400px;box-shadow:0 12px 32px #00000014;z-index:100}.cat-dropdown.is-open .cat-dropdown__panel{display:block}.cat-dropdown__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.cat-dropdown__col{display:flex;flex-direction:column;gap:2px}.cat-dropdown__heading{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);padding:0 10px 8px;margin-bottom:2px;border-bottom:1px solid var(--color-border)}.cat-dropdown__link{display:block;padding:7px 10px;font-size:13px;font-weight:500;color:var(--color-navy-950);border-radius:4px;transition:all .15s;text-decoration:none}.cat-dropdown__link:hover{background:#f8f9fa;color:var(--color-yellow-hover)}.cat-dropdown__all{display:flex;align-items:center;gap:6px;margin-top:16px;padding-top:14px;border-top:1px solid var(--color-border);font-size:12px;font-weight:600;color:var(--color-navy-950);text-decoration:none;transition:color .15s}.cat-dropdown__all:hover{color:var(--color-yellow-hover)}.cat-nav__divider{width:1px;height:20px;background:var(--color-border);margin:0 4px}.cat-nav__link{display:flex;align-items:center;gap:6px;padding:6px 10px;color:var(--color-navy-950);font-size:13px;font-weight:500;border-radius:4px;transition:all .2s}.cat-nav__link:hover{color:var(--color-yellow-hover);background:#f8f9fa}.cat-nav__link--yellow{color:var(--color-yellow)}.mobile-menu{background:#fff;border-top:1px solid var(--color-border)}.mobile-menu[open]{position:fixed;top:112px;left:0;right:0;bottom:0;z-index:48;overflow-y:auto;background:#fff;border-top:1px solid var(--color-border);box-shadow:0 4px 24px #0000001a}.main-bar.is-fixed~.mobile-menu[open]{top:76px}.mobile-menu__inner{padding:24px 20px}.mobile-menu__search{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.mobile-menu__search-field{position:relative}.mobile-menu__search-field svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-muted);pointer-events:none}.mobile-menu__search-input{width:100%;height:40px;padding:0 16px 0 40px;background:#f8f9fa;border:1px solid var(--color-border);border-radius:6px;color:var(--color-navy-950);font-size:14px;outline:none}.mobile-menu__search-input::placeholder{color:var(--color-muted)}.mobile-menu__nav{display:flex;flex-direction:column;gap:2px}.mobile-menu__link{padding:10px 12px;color:var(--color-navy-950);font-size:14px;font-weight:500;border-radius:6px;transition:all .2s}.mobile-menu__link:hover{color:var(--color-yellow-hover);background:#f8f9fa}.mobile-menu__categories{margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.mobile-menu__cat-heading{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);padding:0 12px 10px}.mobile-menu__cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}.mobile-menu__cat-link{padding:10px 12px;color:var(--color-navy-950);font-size:14px;font-weight:500;border-radius:6px;transition:all .2s;text-decoration:none}.mobile-menu__cat-link:hover{color:var(--color-yellow-hover);background:#f8f9fa}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;background:#f5f7fa;color:var(--color-navy-950);padding:64px 0;overflow:hidden}.hero__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.hero__stock-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--color-navy-950);border:1px solid var(--color-navy-800);border-radius:100px;font-size:13px;color:#4ade80;margin-bottom:16px}.hero__stock-dot{width:7px;height:7px;background:#4ade80;border-radius:50%;box-shadow:0 0 6px #4ade8080;flex-shrink:0}.hero__content .aysan-eyebrow,.hero__eyebrow{color:var(--color-muted)}.hero__title{font-size:calc(var(--font-size-h1, 58px) * .9);font-weight:var(--font-heading-weight, 900);line-height:1.15;margin:12px 0 16px;letter-spacing:-.02em;color:var(--color-navy-950)}.hero__title span{background:var(--color-yellow);color:var(--color-navy-950);padding:0 6px;margin:0 -2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero__content{position:relative}.hero__content:before{display:none}.hero__subtitle{font-size:15px;color:var(--color-muted);line-height:1.65;margin-bottom:28px;max-width:520px}.hero__search-block{margin-bottom:0}.hero__search-block .aysan-eyebrow{margin-bottom:10px}.hero__search-form{margin-bottom:12px}.hero__search-bar{display:flex;background:#fff;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;transition:border-color .2s;box-shadow:0 1px 3px #0000000f}.hero__search-bar:focus-within{border-color:var(--color-yellow);box-shadow:0 0 0 3px #ff660026}.hero__search-input-wrap{flex:1;display:flex;align-items:center;gap:10px;padding:0 14px}.hero__search-input-wrap svg{color:var(--color-muted);flex-shrink:0}.hero__search-input{width:100%;height:48px;background:none;border:none;color:var(--color-foreground);font-size:15px;outline:none}.hero__search-input::placeholder{color:var(--color-navy-400)}.hero__search-btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:0 8px 8px 0;padding:0 24px;font-size:14px;font-weight:700;font-family:inherit;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:var(--color-navy-950);color:#fff;cursor:pointer;transition:background .2s}.hero__search-btn:hover{background:var(--color-navy-800)}.hero__popular{display:flex;align-items:center;gap:6px;flex-wrap:wrap;opacity:.8;transition:opacity .2s}.hero__popular:hover{opacity:1}.hero__popular-label{font-size:12px;color:var(--color-muted)}.hero__popular-tag{font-size:12px;color:var(--color-muted);padding:3px 8px;background:transparent;border:1px solid var(--color-border);border-radius:4px;transition:all .15s;text-decoration:none}.hero__popular-tag:hover{border-color:var(--color-yellow);color:var(--color-navy-950)}.hero__selector{background:#fff;border:1px solid var(--color-border);border-left:4px solid var(--color-yellow);border-radius:8px;padding:32px 28px;color:var(--color-navy-950);box-shadow:var(--shadow-md)}.hero__selector .aysan-eyebrow{margin-bottom:8px;color:var(--color-muted)}.hero__selector-title{font-size:18px;font-weight:600;color:var(--color-navy-950);margin-bottom:24px;line-height:1.35}.hero__selector-form{display:flex;flex-direction:column;gap:10px}.hero__selector-field{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:6px;cursor:pointer;transition:border-color .15s;position:relative}.hero__selector-field:hover{border-color:var(--color-navy-300)}.hero__selector-field:focus-within{border-color:#f609;box-shadow:0 0 0 3px #ff66001a}.hero__selector-field--disabled{opacity:.45;pointer-events:none}.hero__selector-step{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-yellow);color:var(--color-navy-950);font-family:var(--font-heading);font-size:14px;font-weight:var(--font-heading-weight, 900);border-radius:50%;flex-shrink:0}.hero__selector-field-inner{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.hero__selector-label{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.hero__selector-select{appearance:none;-webkit-appearance:none;background:none;border:none;color:var(--color-navy-950);font-size:14px;padding:0;width:100%;cursor:pointer;outline:none;font-family:inherit}.hero__selector-select option{background:#fff;color:var(--color-navy-950)}.hero__selector-chevron{color:var(--color-muted);flex-shrink:0;pointer-events:none}.hero__selector-btn{margin-top:6px;width:100%;padding:14px;font-size:14px;text-transform:uppercase;letter-spacing:.04em}.hero__selector-btn:disabled{opacity:.5;cursor:not-allowed}.hero__selector-footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:8px}.hero__selector-meta{font-family:var(--font-mono);font-size:12px;color:var(--color-muted)}.hero__selector-contact{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--color-navy-950);text-decoration:none;transition:color .15s}.hero__selector-contact:hover{color:var(--color-yellow-hover)}@media(max-width:1023px){.hero{padding:48px 0 56px}.hero__inner{grid-template-columns:1fr;gap:36px}}@media(max-width:767px){.hero__title{font-size:calc(var(--font-size-h1-mobile, 36px) * .9)}}@media(max-width:479px){.hero__selector{padding:24px 20px}}.hiw{padding:64px 0}.hiw__header{margin-bottom:36px}.hiw__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.15}.hiw__title span{background:var(--color-yellow);color:var(--color-navy-950);padding:2px 8px;border-radius:4px}.hiw__card{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--color-border);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm)}.hiw__step{padding:32px 28px 36px}.hiw__step+.hiw__step{border-left:1px solid var(--color-border)}.hiw__step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.hiw__step-number{font-size:15px;font-weight:700;color:var(--color-yellow-hover);letter-spacing:.02em;border-top:3px solid var(--color-yellow);padding-top:4px}.hiw__step-icon{color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.hiw__step-title{font-size:22px;font-weight:700;margin-bottom:12px;color:var(--color-foreground);line-height:1.25}.hiw__step-desc{font-size:14px;color:var(--color-muted);line-height:1.65}@media(max-width:767px){.hiw__card{grid-template-columns:1fr}.hiw__step+.hiw__step{border-left:none;border-top:1px solid var(--color-border)}.hiw__step{padding:24px 22px 28px}}.img-banner{position:relative;border-radius:10px;overflow:hidden;margin:20px 0;background:var(--color-navy-50)}.img-banner__img{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover}.img-banner__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:21/9;color:var(--color-navy-300);font-size:13px}.img-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.6) 0%,rgba(15,23,42,.15) 50%,transparent 100%);pointer-events:none}.img-banner__content{position:absolute;bottom:0;left:0;right:0;padding:40px 48px;z-index:2}.img-banner__title{font-size:28px;font-weight:var(--font-heading-weight, 900);color:#fff;margin:8px 0 0;max-width:600px;line-height:1.2}.img-banner__btn{margin-top:20px;font-size:14px;text-transform:uppercase;letter-spacing:.04em}@media(max-width:1023px){.img-banner__img,.img-banner__placeholder{aspect-ratio:16/9}.img-banner__content{padding:32px 36px}.img-banner__title{font-size:24px}}@media(max-width:767px){.img-banner{border-radius:8px}.img-banner__img,.img-banner__placeholder{aspect-ratio:16/9}.img-banner__content{padding:24px 20px}.img-banner__title{font-size:20px}}.pp-wrapper{position:relative;padding:40px 0 48px}.pp-wrapper:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:#fff;z-index:-1}.product-page{display:grid;grid-template-columns:340px 1fr;gap:40px;padding:0 0 48px;align-items:start}@media(max-width:767px){.product-page{grid-template-columns:1fr;gap:24px}}.product-page__gallery{position:sticky;top:96px}.product-page__main-image{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-page__watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-navy-200);opacity:.25;pointer-events:none;z-index:0}.product-page__watermark svg{width:80px;height:80px}.product-page__main-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:20px}.product-page__thumbs{display:flex;gap:8px;margin-top:10px}.product-page__thumb{width:60px;height:60px;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;cursor:pointer;opacity:.5;transition:all .2s;background:#fff}.product-page__thumb--active,.product-page__thumb:hover{opacity:1;border-color:var(--color-yellow)}.product-page__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.pp-badge{display:inline-block;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;border-radius:4px;line-height:1.4}.pp-badge--brand{color:#fff;margin-bottom:10px}.pp-badge--discount{position:absolute;top:12px;left:12px;z-index:2;background:var(--color-yellow);color:var(--color-navy-950)}.pp-label{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.pp-mono{font-family:var(--font-mono);font-size:13px}.product-page__info{background:#fff;border-radius:12px;padding:28px;box-shadow:0 1px 3px #0000000a}.product-page__title{font-weight:var(--font-heading-weight, 900);font-size:22px;line-height:1.3;margin-bottom:8px;color:var(--color-navy-950)}.product-page__sku{display:flex;align-items:center;gap:8px;margin-bottom:4px}.product-page__oem{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.product-page__oem .pp-label{margin-top:2px;flex-shrink:0}.product-page__oem-list{display:flex;flex-wrap:wrap;gap:6px}.product-page__oem-number{cursor:pointer;padding:1px 6px;border-radius:3px;transition:background .15s}.product-page__oem-number:hover{background:var(--color-yellow);color:var(--color-navy-950)}.product-page__oem-number.copied{background:#22c55e26;color:#16a34a}.product-page__stock{margin:12px 0}.product-page__price-block{background:#f7f5f0;border:1px solid var(--color-border);border-radius:8px;padding:16px;margin-bottom:20px}.product-page__price-block--quote{display:flex;align-items:center;gap:10px;background:#ffce311a;border-color:#ffce314d}.product-page__price-block--quote svg{color:var(--color-yellow-hover);flex-shrink:0}.product-page__quote-text{font-family:var(--font-mono);font-size:16px;font-weight:700;color:var(--color-yellow-hover);letter-spacing:.02em}.product-page__prices{display:flex;align-items:baseline;gap:12px}.product-page__price{font-size:28px;font-weight:var(--font-heading-weight, 900);color:var(--color-navy-950)}.product-page__compare{font-size:18px;color:var(--color-muted);text-decoration:line-through}.product-page__vat{font-size:12px;color:var(--color-muted)}.product-page__option{margin-bottom:12px}.product-page__variant-select{width:100%;height:42px;padding:0 12px;border:1px solid var(--color-border);border-radius:8px;font-size:14px;background:#fff;font-family:var(--font-body)}.product-page__actions{display:flex;gap:12px;align-items:flex-end;margin-bottom:24px}.product-page__qty-input{width:72px;height:46px;text-align:center;border:1px solid var(--color-border);border-radius:8px;font-size:16px;font-weight:600}.product-page__add-btn{flex:1;height:46px;font-size:15px}.product-page__add-btn:disabled{opacity:.5;cursor:not-allowed}.product-page__feedback{margin-top:12px;padding:10px 14px;border-radius:6px;font-size:13px;font-weight:600}.product-page__feedback--ok{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.product-page__feedback--error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.product-page__desc{border-top:1px solid var(--color-border);padding-top:20px;margin-bottom:16px}.product-page__desc-title{font-size:14px;font-weight:var(--font-heading-weight, 900);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;color:var(--color-navy-950)}.product-page__desc-body{font-size:14px;line-height:1.7;color:var(--color-muted)}.product-page__desc-body p{margin-bottom:8px}.product-page__tags{display:flex;flex-wrap:wrap;gap:6px}.product-page__tag{font-size:11px;padding:4px 10px;background:#f3f1ed;border:1px solid var(--color-border);border-radius:100px;color:var(--color-muted);font-family:var(--font-mono)}.pp-related{border-top:1px solid var(--color-border);padding-top:40px}.pp-related__title{font-size:22px;font-weight:var(--font-heading-weight, 900);color:var(--color-navy-950);margin-bottom:24px}.pp-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1023px){.pp-related__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.product-page__gallery{position:static}.product-page__info{padding:20px}.pp-related__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.pp-related__grid{grid-template-columns:1fr}.pp-wrapper{padding-left:16px;padding-right:16px}}.search-page__header{margin-bottom:24px}.search-page__title{font-weight:var(--font-heading-weight, 900);margin-bottom:16px}.search-page__form{display:flex;gap:8px;max-width:600px}.search-page__input-wrap{flex:1;position:relative;display:flex;align-items:center}.search-page__input-wrap svg{position:absolute;left:12px;color:var(--color-muted);pointer-events:none}.search-page__input{width:100%;height:44px;padding:0 16px 0 42px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.search-page__input:focus{border-color:var(--color-yellow)}.search-sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:8px}.search-sort-bar__count{font-size:13px;color:var(--color-muted);font-family:var(--font-mono)}.search-sort-bar__right{display:flex;align-items:center;gap:8px}.search-sort{height:38px;padding:0 14px;border:1px solid var(--color-border);border-radius:8px;font-size:13px;background:#fff;cursor:pointer;font-family:var(--font-body)}.search-filter-btn{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;background:#fff;border:1px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:600;font-family:var(--font-body);color:var(--color-navy-950);cursor:pointer;transition:border-color .15s}.search-filter-btn:hover{border-color:var(--color-yellow)}.search-filter-btn__badge{min-width:18px;height:18px;padding:0 5px;border-radius:100px;background:var(--color-yellow);color:var(--color-navy-950);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.search-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}@media(max-width:1023px){.search-page__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.search-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.search-page__grid{grid-template-columns:repeat(2,1fr)}}.search-page__empty{text-align:center;padding:64px 16px;color:var(--color-muted)}.search-page__empty svg{margin:0 auto 16px}.search-page__empty p{font-size:16px;margin-bottom:8px}.search-page__empty-hint{font-size:14px}.search-page__empty-link{color:var(--color-yellow-hover);font-weight:600;text-decoration:underline}.search-page__result{display:block;padding:16px;background:#fff;border:1px solid var(--color-border);border-radius:6px;transition:all .2s}.search-page__result:hover{border-color:#f606}.search-page__result-title{font-size:14px;font-weight:600;margin-bottom:4px}.search-page__result-excerpt{font-size:13px;color:var(--color-muted)}.search-filter-dialog{border:none;background:#fff;border-radius:14px;padding:0;max-width:720px;width:calc(100vw - 48px);max-height:85vh;box-shadow:0 20px 60px #0003;position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;height:fit-content;z-index:9999}.search-filter-dialog[open]{display:flex;flex-direction:column;animation:sfDialogIn .25s ease}.search-filter-dialog::backdrop{background:#0a0d1480;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.search-filter-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid #EDE9E1;flex-shrink:0}.search-filter-dialog__title{font-size:18px;font-weight:700;color:var(--color-navy-950)}.search-filter-dialog__close{background:none;border:none;padding:4px;cursor:pointer;color:var(--color-navy-950)}.search-filter-dialog__close:hover{color:var(--color-yellow-hover)}.search-filter-dialog__inner{flex:1;overflow-y:auto;padding:4px 28px 20px;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.search-filter-dialog__footer{flex-shrink:0;padding:16px 28px;border-top:1px solid #EDE9E1}.search-filter-dialog__btn{width:100%;height:46px;background:var(--color-yellow);color:var(--color-navy-950);border:none;border-radius:8px;font-size:15px;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:background .15s}.search-filter-dialog__btn:hover{background:var(--color-yellow-hover)}@keyframes sfDialogIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sf-filter{border-bottom:1px solid #EDE9E1}.sf-filter:last-of-type{border-bottom:none}.sf-filter__heading{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:14px;font-weight:700;color:var(--color-navy-950);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.sf-filter__heading::-webkit-details-marker{display:none}.sf-filter__chevron{transition:transform .2s;color:var(--color-muted);flex-shrink:0}.sf-filter[open] .sf-filter__chevron{transform:rotate(180deg)}.sf-filter__body{padding:0 0 16px}.sf-filter__list{list-style:none;margin:0;padding:0;max-height:280px;overflow-y:auto}.sf-filter__item{margin:0}.sf-filter__label{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:var(--color-navy-950);cursor:pointer;transition:color .15s}.sf-filter__label:hover{color:var(--color-yellow-hover)}.sf-filter__text{flex:1}.sf-filter__count{font-size:12px;color:var(--color-muted);font-family:var(--font-mono)}.sf-filter__checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.sf-filter__cb{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:2px solid #D0CBC2;border-radius:5px;background:#fff;transition:all .15s}.sf-filter__checkbox:focus-visible+.sf-filter__cb{box-shadow:0 0 0 3px #eab3084d}.sf-filter__checkbox:checked+.sf-filter__cb{background:var(--color-yellow);border-color:var(--color-yellow)}.sf-filter__checkbox:checked+.sf-filter__cb:after{content:"";display:block;width:6px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translate(-.5px,-.5px)}.sf-filter__search{width:100%;height:34px;padding:0 10px;margin-bottom:8px;border:1px solid var(--color-border);border-radius:6px;font-size:12px;font-family:var(--font-body);background:#fdfcfa}.sf-filter__search:focus{outline:none;border-color:var(--color-yellow);background:#fff}.sf-price-slider__labels{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:var(--color-navy-950)}.sf-price-slider__sep{color:var(--color-muted)}.sf-price-slider__track{position:relative;height:6px;background:#ede9e1;border-radius:3px;margin:8px 0 4px}.sf-price-slider__fill{position:absolute;height:100%;background:var(--color-yellow);border-radius:3px;pointer-events:none}.sf-price-slider__range{position:absolute;top:-8px;left:0;width:100%;height:22px;margin:0;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;z-index:2}.sf-price-slider__range::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--color-yellow);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #0000001f}.sf-price-slider__range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--color-yellow);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #0000001f}.sf-filter__list::-webkit-scrollbar{width:4px}.sf-filter__list::-webkit-scrollbar-track{background:transparent}.sf-filter__list::-webkit-scrollbar-thumb{background:#d0cbc2;border-radius:4px}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:32px 0}.pagination__btn,.pagination__page{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:500;color:var(--color-navy-950);background:#fff;transition:all .2s;text-decoration:none}.pagination__btn:hover,.pagination__page:hover{border-color:var(--color-yellow);color:var(--color-yellow-hover)}.pagination__page--active{background:var(--color-yellow);border-color:var(--color-yellow);color:var(--color-navy-950);font-weight:700}@media(max-width:767px){.search-filter-dialog{width:100%;max-width:100%;border-radius:14px 14px 0 0;margin:auto 0 0;max-height:90vh}.search-filter-dialog__inner{grid-template-columns:1fr;gap:0}}.shipping{padding:64px 0 80px;background:var(--color-background)}.shipping__header{text-align:center;max-width:680px;margin:0 auto 56px}.shipping__title{margin:12px 0 16px;color:var(--color-navy-950)}.shipping__subtitle{font-size:15px;color:var(--color-muted);line-height:1.65}.shipping__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:72px}.shipping__highlight{background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:8px;padding:28px 24px;transition:border-color .2s}.shipping__highlight:hover{border-color:var(--color-navy-300)}.shipping__highlight-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-navy-950);border-radius:8px;color:var(--color-yellow);margin-bottom:18px}.shipping__highlight-title{font-size:16px;color:var(--color-navy-950);margin-bottom:8px}.shipping__highlight-desc{font-size:14px;color:var(--color-muted);line-height:1.65}.shipping__section{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;margin-bottom:72px;padding-bottom:72px;border-bottom:1px solid var(--color-border)}.shipping__section-title{margin-top:12px;color:var(--color-navy-950);line-height:1.2}.shipping__info-cards{display:flex;flex-direction:column;gap:16px}.shipping__info-card{background:var(--color-navy-50);border:1px solid var(--color-border);border-radius:8px;padding:24px}.shipping__info-card-title{font-size:15px;font-weight:700;color:var(--color-navy-950);margin-bottom:6px}.shipping__info-card-text{font-size:14px;color:var(--color-muted);line-height:1.7}.shipping__table-wrap{margin-bottom:72px;padding-bottom:72px;border-bottom:1px solid var(--color-border)}.shipping__table{border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.shipping__table-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;padding:16px 24px;background:var(--color-navy-950);font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-navy-400)}.shipping__table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;padding:16px 24px;font-size:14px;color:var(--color-muted);border-bottom:1px solid var(--color-border)}.shipping__table-row:last-child{border-bottom:none}.shipping__table-country,.shipping__table-free{font-weight:600;color:var(--color-navy-950)}.shipping__note{margin-top:16px;font-size:13px;color:var(--color-navy-400);font-style:italic}.shipping__steps{display:flex;flex-direction:column;gap:0}.shipping__step{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--color-border)}.shipping__step:first-child{padding-top:0}.shipping__step:last-child{border-bottom:none;padding-bottom:0}.shipping__step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-navy-950);border-radius:50%;font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--color-yellow)}.shipping__step-title{font-size:15px;font-weight:700;color:var(--color-navy-950);margin-bottom:4px}.shipping__step-desc{font-size:14px;color:var(--color-muted);line-height:1.65}.shipping__conditions{margin-bottom:72px}.shipping__conditions-header{text-align:center;margin-bottom:32px}.shipping__conditions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:800px;margin:0 auto}.shipping__condition{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-radius:8px;font-size:14px;line-height:1.5}.shipping__condition.allowed{background:#f0fdf4;border:1px solid #bbf7d0}.shipping__condition.allowed .shipping__condition-icon{color:#16a34a;flex-shrink:0;margin-top:1px}.shipping__condition.not_allowed{background:#fef2f2;border:1px solid #fecaca}.shipping__condition.not_allowed .shipping__condition-icon{color:#dc2626;flex-shrink:0;margin-top:1px}.shipping__condition-text{color:var(--color-navy-950)}.shipping__cta{max-width:800px;margin:0 auto}.shipping__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--color-navy-950);border-radius:10px;padding:36px 40px}.shipping__cta-title{font-size:20px;color:#fff;margin-bottom:6px}.shipping__cta-desc{font-size:14px;color:var(--color-navy-400)}.shipping__cta-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.shipping__cta-phone{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-navy-300);transition:color .15s}.shipping__cta-phone:hover{color:#fff}@media(max-width:1023px){.shipping__highlights{grid-template-columns:repeat(2,1fr)}.shipping__section{grid-template-columns:1fr;gap:24px}.shipping__conditions-grid{grid-template-columns:1fr}}@media(max-width:767px){.shipping{padding:48px 0 56px}.shipping__header{margin-bottom:40px;text-align:left}.shipping__highlights{grid-template-columns:1fr;margin-bottom:48px}.shipping__section{margin-bottom:48px;padding-bottom:48px}.shipping__table-header,.shipping__table-row{grid-template-columns:1fr 1fr;gap:8px}.shipping__cta-inner{flex-direction:column;text-align:center;padding:28px 24px}.shipping__cta-actions{flex-direction:column;width:100%}.shipping__cta-actions .btn{width:100%;justify-content:center}}.reviews{padding:64px 0}.reviews__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:24px;flex-wrap:wrap}.reviews__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;line-height:1.2}.reviews__rating{display:flex;align-items:center;gap:10px}.reviews__stars{display:flex;gap:2px}.reviews__source{font-size:13px;color:var(--color-muted)}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reviews__card{background:#fff;border:1px solid var(--color-border);border-radius:10px;padding:28px 24px 24px;display:flex;flex-direction:column}.reviews__card-stars{display:flex;gap:2px;margin-bottom:20px}.reviews__card-text{font-size:15px;color:var(--color-foreground);line-height:1.65;flex:1;margin-bottom:24px}.reviews__card-author{display:flex;flex-direction:column;gap:3px}.reviews__card-name{font-size:14px;font-weight:700;color:var(--color-foreground)}.reviews__card-role{font-size:10px;color:var(--color-muted);letter-spacing:.06em}@media(max-width:1023px){.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.reviews__grid{grid-template-columns:1fr}}.usp-section{background:var(--color-navy-950);color:#fff;padding:64px 0}.usp-section__header{text-align:center;margin-bottom:40px;max-width:560px;margin-left:auto;margin-right:auto}.usp-section__title{font-weight:var(--font-heading-weight, 900);margin-top:8px;color:#fff}.usp-section__subtitle{font-size:15px;color:var(--color-navy-300);line-height:1.6;margin-top:12px}.usp-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1023px){.usp-section__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.usp-section__grid{grid-template-columns:1fr}}.usp-section__card{background:var(--color-navy-900);border:1px solid var(--color-navy-700);border-radius:6px;padding:28px 24px;display:flex;flex-direction:column;gap:12px}.usp-section__icon{width:48px;height:48px;background:#ff66001a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--color-yellow)}.usp-section__card-title{font-size:16px;font-weight:600;color:#fff}.usp-section__card-desc{font-size:14px;color:var(--color-navy-400);line-height:1.5}.usp-strip{background:var(--color-navy-950);border-top:1px solid var(--color-navy-800);border-bottom:1px solid var(--color-navy-800);padding:48px 0}.usp-strip__grid--desktop{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.usp-strip__carousel{display:none}.usp-strip__item,.usp-strip__slide{display:flex;align-items:flex-start;gap:14px}.usp-strip__icon{width:42px;height:42px;background:var(--color-navy-800);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--color-yellow);flex-shrink:0}.usp-strip__title{font-size:16px;font-weight:var(--font-heading-weight, 900);color:#fff;margin-bottom:4px;letter-spacing:.02em;text-transform:uppercase}.usp-strip__desc{font-size:13px;color:var(--color-navy-400);line-height:1.4;font-weight:400}@media(max-width:1023px){.usp-strip__grid--desktop{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:767px){.usp-strip{padding:24px 0}.usp-strip__grid--desktop{display:none}.usp-strip__carousel{display:block}.usp-strip__slides{position:relative;min-height:56px}.usp-strip__slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translate(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;padding:0 4px}.usp-strip__slide--active{position:relative;opacity:1;transform:translate(0);pointer-events:auto}.usp-strip__title{font-size:14px}.usp-strip__desc{font-size:12px}.usp-strip__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.usp-strip__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:var(--color-navy-600);cursor:pointer;transition:background .25s ease,transform .25s ease}.usp-strip__dot--active{background:var(--color-yellow);transform:scale(1.25)}.usp-strip__dot:focus-visible{outline:2px solid var(--color-yellow);outline-offset:2px}}@media(prefers-reduced-motion:reduce){.usp-strip__slide{transition:none}}.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;background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm)}.product-card:hover{border-color:#f606;box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__image{position:relative;aspect-ratio:4/3;background:var(--color-navy-50);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-navy-200);opacity:.35;pointer-events:none;z-index:0;transition:opacity .3s}.product-card__watermark svg{width:72px;height:72px}.product-card:hover .product-card__watermark{opacity:.18}.product-card__image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:16px}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-card__badge{display:inline-block;font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:4px;line-height:1.4}.product-card__badge--bestseller{background:var(--color-yellow);color:var(--color-navy-950)}.product-card__badge--oem{background:var(--color-navy-900);color:#fff}.product-card__badge--discount{background:var(--color-yellow);color:var(--color-navy-950)}.product-card__content{padding:20px 20px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__meta{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.06em;color:var(--color-muted);flex-wrap:wrap}.product-card__brand{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:3px;color:#fff;line-height:1.4}.product-card__meta-dot{color:var(--color-navy-300)}.product-card__title{font-family:var(--font-heading);font-size:16px;font-weight:700;line-height:1.35;color:var(--color-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s;text-transform:uppercase}.product-card:hover .product-card__title{color:var(--color-yellow-hover)}.product-card__sku{font-family:var(--font-mono);font-size:11px;font-weight:400;color:var(--color-muted);letter-spacing:.02em}.product-card__stock{padding-top:2px}.stock-dot--low{display:inline-flex;align-items:center;gap:6px;font-size:11px}.stock-dot--low:before{content:"";width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--color-yellow);box-shadow:0 0 4px #f606}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;margin-top:auto;border-top:1px solid var(--color-border)}.product-card__pricing{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-card__price{font-size:20px;font-weight:800;color:var(--color-foreground);letter-spacing:-.01em}.product-card__compare{font-size:13px;color:var(--color-muted);text-decoration:line-through}.product-card__vat{font-size:10px;color:var(--color-muted)}.product-card__quote-label{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--color-yellow-hover);letter-spacing:.02em}.product-card__cart-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-yellow);color:var(--color-navy-950);border:none;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .2s}.product-card__cart-btn:hover{background:var(--color-yellow-hover)}.product-card__cart-btn:disabled{opacity:.5;cursor:not-allowed}.product-card__cart-btn--done{background:#16a34a!important;color:#fff!important}@media(max-width:767px){.product-card__content{padding:14px 14px 16px}.product-card__title{font-size:14px}.product-card__meta{gap:4px}.product-card__brand{padding:2px 5px;font-size:9px}.product-card__meta-dot{display:none}.product-card__footer{gap:8px}.product-card__price{font-size:17px}.product-card__cart-btn{width:38px;height:38px;border-radius:6px}.product-card__cart-btn svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
