.b2b{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.b2b__container{max-width:var(--page-width);margin:0 auto;padding:5rem var(--page-margin);width:100%}.b2b__header{text-align:center;max-width:40rem;margin:0 auto 3rem}.b2b__kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.5rem}.b2b__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:1rem;color:var(--color-text)}.b2b__body{font-size:1rem;color:var(--color-muted);line-height:1.65}.b2b__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.b2b__card{text-align:center;padding:2rem 1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.b2b__card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.b2b__card-text{font-size:.875rem;line-height:1.55;color:var(--color-muted)}.b2b__cta{text-align:center;padding:3rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.b2b__cta-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text)}@media(max-width:768px){.b2b__container{padding:3rem var(--page-margin)}.b2b__grid{grid-template-columns:1fr;gap:1rem}.b2b__header{margin-bottom:2rem}.b2b__cta{padding:2rem 1.5rem}}.cert-grid{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.cert-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.cert-icon{font-size:2rem}.cert-label{font-size:.8125rem;font-weight:600;color:var(--color-muted)}@media(max-width:768px){.cert-grid{gap:1.5rem}.cert-icon{font-size:1.5rem}}.collection__container{max-width:var(--page-width);margin:0 auto;padding:2rem var(--page-margin);width:100%}.collection__header{margin-bottom:2rem}.collection__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.collection__description{margin-top:.75rem;color:var(--color-muted);line-height:1.6;max-width:48rem}.collection__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection__count{font-size:.875rem;color:var(--color-muted)}.collection__sort{width:auto;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.collection__grid{display:grid;grid-template-columns:repeat(var(--cols,4),1fr);gap:1.5rem}@media(max-width:1024px){.collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection__toolbar{flex-direction:column;gap:.75rem;align-items:flex-start}}@media(max-width:480px){.collection__grid{grid-template-columns:1fr}}.collection__empty{text-align:center;padding:4rem 1rem;color:var(--color-muted)}.collection__empty p{margin-bottom:1.5rem}.collection__pagination{margin-top:3rem;display:flex;justify-content:center}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.concept-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.concept-split__text{max-width:28rem}.concept-img{width:100%;height:auto;border-radius:var(--radius)}@media(max-width:768px){.concept-split{grid-template-columns:1fr;gap:2rem}}.contact{background:var(--color-surface)}.contact__container{max-width:var(--page-width);margin:0 auto;padding:5rem var(--page-margin);width:100%}.contact__header{text-align:center;max-width:32rem;margin:0 auto 3rem}.contact__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;margin-bottom:.75rem}.contact__text{color:var(--color-muted);line-height:1.6}.contact__content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact__field{display:flex;flex-direction:column;gap:.375rem}.contact__label{font-size:.875rem;font-weight:600}.contact__success{padding:1rem;background:var(--color-accent);color:#fff;font-weight:500;border-radius:var(--radius)}.contact__error{padding:1rem;background:#c0392b;color:#fff;font-weight:500;border-radius:var(--radius)}.contact__info{display:flex;flex-direction:column;gap:2rem;padding:2rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.contact__info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.25rem}.contact__info-value{font-size:1rem;color:var(--color-text)}.contact__info-value:hover{color:var(--color-accent)}@media(max-width:768px){.contact__content,.contact__form-grid{grid-template-columns:1fr}}.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}.faq{background:var(--color-cream)}.faq__container{max-width:48rem;margin:0 auto;padding:5rem var(--page-margin);width:100%}.faq__header{text-align:center;margin-bottom:3rem}.faq__kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-pine);margin-bottom:.5rem}.faq__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400}.faq__list{border-top:1px solid var(--color-clay)}.faq__item{border-bottom:1px solid var(--color-clay)}.faq__question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1.0625rem;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{color:var(--color-pine)}.faq__icon{flex-shrink:0;transition:transform var(--transition-fast)}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{padding:0 0 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--color-stone);max-width:40rem}.faq__answer p{margin-bottom:.75rem}.faq__answer p:last-child{margin-bottom:0}.section__header h2{font-size:clamp(1.5rem,3vw,2rem)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.prod-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.prod-card__body{padding:1rem 0;display:flex;flex-direction:column;gap:.25rem;flex:1}.prod-card__title{font-size:1rem;font-weight:600}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}.section__header{text-align:center;margin-bottom:2rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.prod-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow var(--transition)}.prod-card:hover{box-shadow:var(--shadow-md)}.prod-card__img-wrap{aspect-ratio:1;overflow:hidden;background:var(--color-surface);border-radius:var(--radius)}.prod-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.prod-card:hover .prod-card__img{transform:scale(1.05)}.prod-card__body{padding:1rem 0;display:flex;flex-direction:column;gap:.375rem;flex:1}.prod-card__cta{font-size:.8125rem;font-weight:600;color:var(--color-accent);margin-top:auto}@media(max-width:768px){.product-grid{grid-template-columns:1fr;gap:1rem}.section__header{margin-bottom:1.5rem}}@media(min-width:769px)and (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}.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-derm{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.hero-derm__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-derm__img{width:100%;height:100%;object-fit:cover}.hero-derm__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#00000040)}.hero-derm__content{position:relative;z-index:1;text-align:center;max-width:40rem;padding:2rem var(--page-margin)}.hero-derm__title{color:#fff;margin-bottom:1rem}.hero-derm__subtitle{color:#ffffffd9;font-size:1.125rem;max-width:30rem;margin:0 auto 2rem}@media(max-width:768px){.hero-derm{min-height:70vh}.hero-derm__subtitle{font-size:1rem}}.legal{background:var(--color-surface)}.legal__container{max-width:48rem;margin:0 auto;padding:4rem var(--page-margin);width:100%}.legal__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.legal__content{font-size:.9375rem;line-height:1.8;color:var(--color-muted)}.legal__content h2{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-top:2.5rem;margin-bottom:1rem}.legal__content h3{font-size:1.0625rem;font-weight:600;color:var(--color-text);margin-top:2rem;margin-bottom:.75rem}.legal__content p{margin-bottom:1rem}.legal__content a{color:var(--color-accent);text-decoration:underline}.legal__content a:hover{text-decoration:none}.marquee{overflow:hidden;white-space:nowrap;padding:.75rem 0;background:var(--color-accent);color:#fff}.marquee__track{display:inline-flex;animation:scroll 30s linear infinite}.marquee__text{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-wrap:nowrap}.marquee__sep{margin:0 1.5rem;opacity:.4}.pk-mode{background:#fff;padding:44px 28px;width:100%;text-align:center}.pk-mode__inner{max-width:580px;margin:0 auto}.pk-mode__kicker{color:#1f7a4d;font-size:9px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px}.pk-mode__title{font-family:var(--font-heading);font-size:24px;font-weight:500;color:#0f2c4a;line-height:1.25;margin:0 0 32px}.pk-mode__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pk-mode__step{display:flex;flex-direction:column;align-items:center}.pk-mode__number{width:48px;height:48px;border-radius:999px;background:#e8f4ee;color:#1f7a4d;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:18px;font-weight:500;margin:0 auto 14px;flex-shrink:0}.pk-mode__step-title{font-size:13px;font-weight:500;color:#0f2c4a;margin:0 0 6px}.pk-mode__step-desc{font-size:10px;color:#495057;line-height:1.55;margin:0}@media(max-width:749px){.pk-mode{padding:32px 20px}.pk-mode__title{font-size:22px}.pk-mode__grid{grid-template-columns:1fr;gap:20px}}.pk-nl{background:#0f2c4a;padding:36px 24px;width:100%;text-align:center}.pk-nl__inner{max-width:480px;margin:0 auto}.pk-nl__kicker{color:#4fb87a;font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px}.pk-nl__title{font-family:var(--font-heading);font-size:22px;font-weight:500;color:#fff;margin:0 0 8px;line-height:1.2}.pk-nl__title sup{font-size:.55em;vertical-align:super;font-weight:400}.pk-nl__subtitle{font-size:12px;color:#ffffffa6;line-height:1.5;max-width:380px;margin:0 auto 18px}.pk-nl__form-wrap{max-width:380px;margin:0 auto}.pk-nl__row{display:flex;gap:8px}.pk-nl__input{flex:1;background:#fff;border:none;padding:11px 14px;border-radius:8px;font-size:11px;font-family:var(--font-body);color:#0f2c4a;outline:none;min-width:0}.pk-nl__input::placeholder{color:#868e96}.pk-nl__input:focus{box-shadow:0 0 0 2px #1f7a4d80}.pk-nl__btn{background:#1f7a4d;color:#fff;padding:11px 20px;border-radius:8px;font-size:11px;font-weight:500;font-family:var(--font-body);border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease;flex-shrink:0}.pk-nl__btn:hover{background:#4fb87a}.pk-nl__success{color:#4fb87a;font-size:13px;font-weight:500;margin:0;padding:12px 0}.pk-nl__error{color:#fca5a5;font-size:11px;margin:8px 0 0}@media(max-width:749px){.pk-nl{padding:32px 20px}.pk-nl__title{font-size:20px}.pk-nl__row{flex-direction:column}.pk-nl__btn{width:100%}}.pk-pack{background:linear-gradient(135deg,#e8f4ee,#dcebd6);padding:44px 28px;width:100%}.pk-pack__inner{max-width:600px;margin:0 auto;display:grid;grid-template-columns:3fr 2fr;align-items:center;gap:28px}.pk-pack__badge{display:inline-block;background:#e03131;color:#fff;font-size:10px;font-weight:500;letter-spacing:.5px;padding:4px 12px;border-radius:999px;margin-bottom:14px}.pk-pack__title{font-family:var(--font-heading);font-size:24px;font-weight:500;color:#0f2c4a;line-height:1.2;margin:0 0 10px}.pk-pack__desc{font-size:12px;color:#495057;line-height:1.55;margin:0 0 16px}.pk-pack__desc-highlight{font-weight:500;color:#0f2c4a}.pk-pack__pills{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:20px}.pk-pack__pill{background:#fff;padding:6px 10px;border-radius:6px;font-size:10px;border:.5px solid #DEE2E6;color:#0f2c4a;text-decoration:none;transition:border-color .15s ease,color .15s ease}.pk-pack__pill:hover{border-color:#1f7a4d;color:#1f7a4d}.pk-pack__plus{color:#1f7a4d;font-size:13px;line-height:1}.pk-pack__cta{display:inline-flex;align-items:center;background:#1f7a4d;color:#fff;padding:13px 22px;border-radius:8px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s ease}.pk-pack__cta:hover{background:#4fb87a}.pk-pack__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;flex-wrap:wrap}.pk-pack__price-current{font-family:var(--font-heading);font-size:32px;font-weight:500;color:#0f2c4a;line-height:1}.pk-pack__price-old{font-size:14px;color:#868e96;text-decoration:line-through}.pk-pack__savings-pill{background:#e03131;color:#fff;font-size:10px;font-weight:500;padding:3px 8px;border-radius:999px;line-height:1.4}.pk-pack__photo{width:100%;height:auto;border-radius:14px;display:block;box-shadow:0 8px 24px #0f2c4a26}.pk-pack__photo-placeholder{width:100%;min-height:200px;border-radius:14px;background:#0f2c4a14}@media(max-width:749px){.pk-pack{padding:32px 20px}.pk-pack__inner{grid-template-columns:1fr}}.pk-prod__wrap{max-width:1200px;margin:0 auto;padding:32px 28px}.pk-prod__grid{display:grid;grid-template-columns:5fr 4fr;gap:48px;align-items:start;margin-bottom:56px}.pk-prod__stage{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#faf7f0,#e8f4ee);aspect-ratio:1 / 1}.pk-prod__badge{position:absolute;z-index:2;font-size:9px;font-weight:500;padding:4px 10px;border-radius:999px;letter-spacing:.3px;white-space:nowrap}.pk-prod__badge--left{top:12px;left:12px;color:#fff}.pk-prod__badge--right{top:12px;right:12px;background:#fff;color:#1f7a4d;border:.5px solid #DCEBD6}.pk-prod__main-wrap{width:100%;height:100%}.pk-prod__main-img{width:100%;height:100%;object-fit:cover;display:block}.pk-prod__main-placeholder{width:100%;height:100%;min-height:300px}.pk-prod__thumbs{display:flex;gap:6px;margin-top:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.pk-prod__thumb{flex-shrink:0;width:70px;height:70px;border-radius:8px;overflow:hidden;border:.5px solid #DEE2E6;padding:0;cursor:pointer;background:none;transition:border-color .15s ease}.pk-prod__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pk-prod__thumb--active{border:1.5px solid #1F7A4D}@media(min-width:990px){.pk-prod__info{position:sticky;top:100px;align-self:start}}.pk-prod__title{font-family:var(--font-heading);font-size:28px;font-weight:500;color:#0f2c4a;letter-spacing:-.5px;line-height:1.15;margin:8px 0 4px}.pk-prod__tagline{font-size:14px;color:#495057;margin:0 0 12px}.pk-prod__rating{display:flex;align-items:center;gap:6px;margin-bottom:14px}.pk-prod__stars{color:#f4b942;font-size:13px;letter-spacing:1px}.pk-prod__rating-value{font-size:12px;color:#495057;font-weight:500}.pk-prod__rating-count{font-size:12px;color:#1f7a4d;text-decoration:underline;text-underline-offset:2px}.pk-prod__price-wrap{padding-bottom:16px;border-bottom:.5px solid #DEE2E6;margin-bottom:14px}.pk-prod__price{font-family:var(--font-heading);font-size:32px;font-weight:500;color:#0f2c4a;letter-spacing:-1px;line-height:1;margin:0 0 4px}.pk-prod__price-unit{font-size:11px;color:#868e96;margin:0 0 3px}.pk-prod__price-desc{font-size:11px;color:#495057;margin:0}.pk-prod__benefits{display:flex;flex-direction:column;gap:6px;padding:16px 0;border-bottom:.5px solid #DEE2E6;margin-bottom:14px}.pk-prod__benefit{display:flex;align-items:center;gap:8px;font-size:12px;color:#0f2c4a;line-height:1.4}.pk-prod__benefit svg{flex-shrink:0}.pk-bundle{margin-bottom:16px}.pk-bundle__label{font-size:10px;font-weight:500;letter-spacing:1.5px;color:#868e96;text-transform:uppercase;margin:0 0 10px}.pk-bundle__option{position:relative;display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #E9ECEF;border-radius:14px;padding:14px 16px;margin-bottom:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.pk-bundle__option:hover{border-color:#adb5bd;box-shadow:0 2px 12px #0f2c4a0f}.pk-bundle__option--selected{border-color:#1f7a4d;background:#f0f7f4;box-shadow:0 4px 16px #1f7a4d1f}.pk-bundle__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:20px 20px 0 0;white-space:nowrap}.pk-bundle__badge--popular{background:#0f2c4a;color:#fff}.pk-bundle__badge--special{background:#1f7a4d;color:#fff}.pk-bundle__radio{width:18px;height:18px;border-radius:50%;border:2px solid #DEE2E6;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s ease}.pk-bundle__option--selected .pk-bundle__radio{border-color:#1f7a4d}.pk-bundle__radio-dot{width:8px;height:8px;border-radius:50%;background:#1f7a4d;transform:scale(0);transition:transform .2s ease}.pk-bundle__option--selected .pk-bundle__radio-dot{transform:scale(1)}.pk-bundle__img{width:44px;height:44px;object-fit:contain;border-radius:8px;flex-shrink:0;background:#f8f9fa}.pk-bundle__info{flex:1;display:flex;flex-direction:column;gap:3px}.pk-bundle__title{font-size:13px;font-weight:500;color:#0f2c4a}.pk-bundle__savings{font-size:11px;color:#1f7a4d;font-weight:500}.pk-bundle__price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.pk-bundle__price{font-size:16px;font-weight:600;color:#0f2c4a}.pk-bundle__compare{font-size:11px;color:#adb5bd;text-decoration:line-through}.pk-prod__atc-row{display:flex;gap:8px;align-items:stretch;margin-bottom:12px}.pk-prod__qty-wrap{display:flex;align-items:stretch;border:1px solid #DEE2E6;border-radius:8px;background:#fff;overflow:hidden;flex-shrink:0}.pk-prod__qty-btn{width:36px;height:44px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#495057;background:none;border:none;cursor:pointer;transition:background .1s ease}.pk-prod__qty-btn:hover{background:#f8f9fa}.pk-prod__qty-input{width:36px;height:44px;text-align:center;border:none;border-left:1px solid #DEE2E6;border-right:1px solid #DEE2E6;font-size:13px;font-weight:500;color:#0f2c4a;padding:0;-moz-appearance:textfield}.pk-prod__qty-input::-webkit-inner-spin-button,.pk-prod__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pk-prod__atc-btn{flex:1;background:#1f7a4d;color:#fff;padding:0 16px;height:44px;border-radius:8px;font-size:13px;font-weight:500;font-family:var(--font-body);border:none;cursor:pointer;transition:background .15s ease;text-align:center;white-space:nowrap}.pk-prod__atc-btn:hover{background:#4fb87a}.pk-prod__atc-btn:disabled{background:#868e96;cursor:not-allowed}.pk-prod__trust{display:flex;gap:12px;padding:12px 0;justify-content:center;border-bottom:.5px solid #DEE2E6;flex-wrap:wrap}.pk-prod__trust-item{display:flex;align-items:center;gap:5px;font-size:9px;color:#495057}.pk-prod__lower{max-width:800px;margin:0 auto}.pk-prod__section{margin-bottom:32px;padding-bottom:32px;border-bottom:.5px solid #DEE2E6}.pk-prod__section--cream{background:#faf7f0;border-radius:16px;padding:28px 24px;border-bottom:none}.pk-prod__h2{font-family:var(--font-heading);font-size:18px;font-weight:500;color:#0f2c4a;margin:0 0 16px}.pk-prod__description{font-size:14px;color:#495057;line-height:1.7}.pk-prod__description p{margin:0 0 10px}.pk-prod__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}.pk-prod__step{display:flex;flex-direction:column;align-items:center}.pk-prod__step-num{width:44px;height:44px;border-radius:50%;background:#e8f4ee;color:#1f7a4d;font-family:var(--font-heading);font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;flex-shrink:0}.pk-prod__step-title{font-size:13px;font-weight:500;color:#0f2c4a;margin:0 0 5px}.pk-prod__step-desc{font-size:10px;color:#495057;line-height:1.55;margin:0}.pk-prod__compo-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:14px}.pk-prod__compo-item{display:flex;flex-direction:column;gap:2px}.pk-prod__compo-item strong{font-size:11px;font-weight:500;color:#0f2c4a}.pk-prod__compo-item span{font-size:9px;color:#868e96}.pk-prod__sans{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.pk-prod__sans-pill{background:#e031310f;border:.5px solid rgba(224,49,49,.25);color:#e03131;font-size:10px;font-weight:500;padding:3px 10px;border-radius:999px}.pk-prod__compare-intro{font-size:13px;color:#495057;margin:0 0 20px}.pk-prod__compare-wrap{overflow-x:auto}.pk-prod__compare{width:100%;border-collapse:collapse;font-size:13px}.pk-prod__compare-th{padding:10px 14px;text-align:center;font-size:11px;font-weight:600;color:#495057;border-bottom:2px solid #DEE2E6;white-space:nowrap}.pk-prod__compare-th--label{text-align:left}.pk-prod__compare-th--pikless{background:#e8f4ee;color:#1f7a4d;border-radius:6px 6px 0 0}.pk-prod__compare-label{padding:12px 14px;font-size:12px;color:#343a40;border-bottom:.5px solid #F0F0F0}.pk-prod__compare-td{padding:12px 14px;text-align:center;font-size:16px;border-bottom:.5px solid #F0F0F0}.pk-prod__compare-td--pikless{background:#e8f4ee66}.pk-prod__compare-yes{color:#1f7a4d;font-weight:600}.pk-prod__compare-no{color:#adb5bd}.pk-prod__compare tr:last-child td,.pk-prod__compare tr:last-child th{border-bottom:none}@media(max-width:600px){.pk-prod__compare{font-size:11px}.pk-prod__compare-th,.pk-prod__compare-td,.pk-prod__compare-label{padding:8px}}.pk-acc-stack{max-width:860px;margin:0 auto;padding:32px 24px 8px;display:flex;flex-direction:column;gap:8px}.pk-acc{background:#fff;border:1.5px solid #E9ECEF;border-radius:14px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.pk-acc.pk-acc--open{border-color:#b8dec9;box-shadow:0 4px 20px #1f7a4d14}.pk-acc__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;min-height:58px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.pk-acc__header:hover{background:#f8f9fa}.pk-acc.pk-acc--open .pk-acc__header{background:#f0f7f4;border-bottom:1px solid #D4EDDE}.pk-acc__title{font-size:14px;font-weight:500;color:#0f2c4a;transition:color .2s ease}.pk-acc.pk-acc--open .pk-acc__title{color:#1f7a4d}.pk-acc__icon{width:24px;height:24px;position:relative;flex-shrink:0}.pk-acc__icon:before,.pk-acc__icon:after{content:"";position:absolute;background:#adb5bd;border-radius:2px;transition:transform .25s ease,opacity .25s ease,background .2s ease;top:50%;left:50%}.pk-acc__icon:before{width:12px;height:2px;transform:translate(-50%,-50%)}.pk-acc__icon:after{width:2px;height:12px;transform:translate(-50%,-50%)}.pk-acc.pk-acc--open .pk-acc__icon:before{background:#1f7a4d}.pk-acc.pk-acc--open .pk-acc__icon:after{background:#1f7a4d;transform:translate(-50%,-50%) scaleY(0);opacity:0}.pk-acc__wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.pk-acc.pk-acc--open .pk-acc__wrap{grid-template-rows:1fr}.pk-acc__body{overflow:hidden;min-height:0;padding:0!important}.pk-acc__body>*{padding:16px 20px 20px}.pk-acc__body--desc>*{padding:4px 20px 20px}.pk-acc__body--precautions>*{padding:12px 20px}.pk-acc__body--desc h2{font-size:15px;font-weight:500;color:#0f2c4a;margin:20px 0 8px;padding-top:16px;border-top:1px solid #F0F0F0}.pk-acc__body--desc h2:first-child{border-top:none;margin-top:16px}.pk-acc__body--desc p{font-size:13px;color:#495057;line-height:1.7;margin:0 0 10px}.pk-acc__body--desc ul,.pk-acc__body--desc ol{padding-left:18px;margin:0 0 12px}.pk-acc__body--desc li{font-size:13px;color:#495057;line-height:1.7;margin-bottom:4px}@media(max-width:580px){.pk-acc-stack{padding:24px 16px 8px}}.pk-prod__precautions-body{font-size:13px;color:#495057;line-height:1.65}.pk-prod__precautions-body p{margin:0}.pk-prod__precautions-poison{font-size:12px;color:#0f2c4a;font-weight:500;margin:10px 0 0}.pk-prod__precautions-poison a{color:#e03131;text-decoration:none}.pk-prod__reviews{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pk-prod__review{background:#faf7f0;border-radius:12px;padding:16px}.pk-prod__review-stars{margin-bottom:8px;font-size:12px;letter-spacing:1px}.pk-prod__star--on{color:#f4b942}.pk-prod__star--off{color:#dee2e6}.pk-prod__review-text{font-size:11px;color:#495057;font-style:italic;line-height:1.6;margin:0 0 10px}.pk-prod__review-meta{font-size:9px;color:#868e96;margin:0}.pk-prod__faq{display:flex;flex-direction:column;gap:8px}.pk-prod__faq-item{background:#fff;border:1px solid #E9ECEF;border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.pk-prod__faq-item[open]{border-color:#c8e6d8;box-shadow:0 2px 12px #1f7a4d12}.pk-prod__faq-q{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-size:13px;font-weight:500;color:#0f2c4a;cursor:pointer;list-style:none;gap:12px;transition:background .15s ease}.pk-prod__faq-q:hover{background:#f8f9fa}.pk-prod__faq-item[open] .pk-prod__faq-q{background:#f0f7f4;color:#1f7a4d;border-bottom:1px solid #C8E6D8}.pk-prod__faq-q::-webkit-details-marker{display:none}.pk-prod__faq-arrow{flex-shrink:0;color:#adb5bd;transition:transform .25s ease,color .2s ease;background:#f0f0f0;border-radius:50%;padding:3px;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.pk-prod__faq-item[open] .pk-prod__faq-arrow{transform:rotate(180deg);background:#c8e6d8;color:#1f7a4d}.pk-prod__faq-a{font-size:13px;color:#495057;line-height:1.7;padding:14px 18px 16px}.pk-prod__faq-a p{margin:0}.pk-prod__crossell{background:linear-gradient(135deg,#e8f4ee,#dcebd6);padding:32px 28px}.pk-prod__crossell-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.pk-prod__crossell-kicker{font-size:9px;font-weight:500;color:#1f7a4d;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 6px}.pk-prod__crossell-title{font-family:var(--font-heading);font-size:20px;font-weight:500;color:#0f2c4a;margin:0 0 4px}.pk-prod__crossell-sub{font-size:11px;color:#495057;margin:0}.pk-prod__crossell-btn{background:#1f7a4d;color:#fff;padding:12px 20px;border-radius:8px;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .15s ease;flex-shrink:0}.pk-prod__crossell-btn:hover{background:#4fb87a}.pk-prod__pro{background:linear-gradient(135deg,#061b30,#0f2c4a);padding:32px 28px}.pk-prod__pro-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.pk-prod__pro-kicker{font-size:9px;font-weight:500;color:#f4b942;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 6px}.pk-prod__pro-title{font-family:var(--font-heading);font-size:20px;font-weight:500;color:#fff;margin:0 0 4px}.pk-prod__pro-sub{font-size:11px;color:#ffffffa6;margin:0}.pk-prod__pro-btn{background:#f4b942;color:#0f2c4a;padding:12px 20px;border-radius:8px;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s ease}.pk-prod__pro-btn:hover{background:#f9cc6e}.pk-prod__regulatory{text-align:center;padding:24px 28px;max-width:700px;margin:0 auto}.pk-prod__regulatory-title{font-size:10px;font-weight:500;color:#868e96;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px}.pk-prod__regulatory-ref{font-size:9px;color:#868e96;margin:0 0 4px;line-height:1.5}.pk-prod__regulatory-warn{font-size:9px;color:#868e96;margin:0;line-height:1.5}.pk-prod__sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1.5px solid #DEE2E6;transform:translateY(100%);transition:transform .2s ease;box-shadow:0 -4px 16px #0f2c4a14}.pk-prod__sticky.is-visible{transform:translateY(0)}.pk-prod__sticky-inner{display:flex;align-items:center;gap:10px;padding:10px 16px;max-width:600px;margin:0 auto}.pk-prod__sticky-img{width:40px;height:40px;object-fit:cover;border-radius:8px;background:#faf7f0;flex-shrink:0}.pk-prod__sticky-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.pk-prod__sticky-title{font-size:12px;font-weight:500;color:#0f2c4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pk-prod__sticky-price{font-size:11px;color:#495057}.pk-prod__sticky-btn{background:#1f7a4d;color:#fff;padding:9px 16px;border-radius:8px;font-size:11px;font-weight:500;font-family:var(--font-body);border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s ease}.pk-prod__sticky-btn:hover{background:#4fb87a}@media(max-width:989px){.pk-prod__sticky{display:block}.pk-prod__wrap{padding:24px 20px}.pk-prod__grid{grid-template-columns:1fr;gap:28px;margin-bottom:40px}.pk-prod__title{font-size:24px}.pk-prod__reviews{grid-template-columns:1fr}}@media(max-width:749px){.pk-prod__steps{grid-template-columns:1fr;gap:16px;text-align:left}.pk-prod__step{flex-direction:row;align-items:flex-start;text-align:left;gap:12px}.pk-prod__step-num{margin:0}.pk-prod__compo-grid{grid-template-columns:1fr}.pk-prod__crossell-inner,.pk-prod__pro-inner{flex-direction:column;align-items:flex-start}.pk-prod__crossell-btn,.pk-prod__pro-btn{width:100%;text-align:center}.pk-prod__thumb{width:56px;height:56px}}.pk-scen{background:#faf7f0;padding:56px 28px;width:100%}.pk-scen__inner{max-width:var(--page-width);margin:0 auto}.pk-scen__header{text-align:center;margin-bottom:28px}.pk-scen__kicker{color:#1f7a4d;font-size:9px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px}.pk-scen__title{font-family:var(--font-heading);font-size:24px;font-weight:500;color:#0f2c4a;line-height:1.25;margin:0 0 10px}.pk-scen__subtitle{font-size:12px;color:#495057;margin:0}.pk-scen__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pk-scen__card{position:relative;background:#fff;border-radius:12px;padding:18px;border:.5px solid #DEE2E6;display:flex;flex-direction:column;gap:12px}.pk-scen__card--featured{border:2px solid #1F7A4D}.pk-scen__badge{position:absolute;top:-9px;right:12px;background:#1f7a4d;color:#fff;font-size:8px;font-weight:500;padding:3px 9px;border-radius:999px;letter-spacing:.5px;white-space:nowrap}.pk-scen__card-image{width:100%;height:80px;object-fit:cover;border-radius:8px;display:block;flex-shrink:0}.pk-scen__card-image-placeholder{width:100%;height:80px;border-radius:8px;background:#f0f0f0;flex-shrink:0}.pk-scen__card-body{display:flex;flex-direction:column;flex:1;gap:6px}.pk-scen__card-title{font-size:13px;font-weight:500;color:#0f2c4a;margin:0;line-height:1.3}.pk-scen__card-desc{font-size:10px;color:#495057;line-height:1.5;margin:0;flex:1}.pk-scen__card-link{font-size:10px;color:#1f7a4d;font-weight:500;text-decoration:none;margin-top:auto;display:block;padding-top:4px}.pk-scen__card-link:hover{text-decoration:underline;text-underline-offset:2px}@media(max-width:749px){.pk-scen{padding:36px 20px}.pk-scen__title{font-size:20px}.pk-scen__grid{grid-template-columns:repeat(2,1fr)}.pk-scen__card{padding:16px}.pk-scen__card-image{height:70px}}.pk-temo{background:#fff;padding:44px 28px;width:100%}.pk-temo__inner{max-width:var(--page-width);margin:0 auto}.pk-temo__header{text-align:center;margin-bottom:28px}.pk-temo__kicker{color:#1f7a4d;font-size:9px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px}.pk-temo__title{font-family:var(--font-heading);font-size:24px;font-weight:500;color:#0f2c4a;line-height:1.25;margin:0}.pk-temo__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.pk-temo__card{background:#faf7f0;border-radius:12px;padding:20px;display:flex;flex-direction:column}.pk-temo__stars{color:#f4b942;font-size:12px;letter-spacing:2px;margin:0 0 10px;line-height:1}.pk-temo__quote{font-style:italic;font-size:11px;color:#495057;line-height:1.6;margin:0 0 14px;flex:1}.pk-temo__quote p{margin:0}.pk-temo__author{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:.5px solid #DEE2E6}.pk-temo__avatar{width:28px;height:28px;border-radius:50%;background:#1f7a4d;color:#fff;font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.pk-temo__author-info{display:flex;flex-direction:column;gap:2px}.pk-temo__author-name{font-size:11px;font-weight:500;color:#0f2c4a;margin:0}.pk-temo__author-detail{font-size:9px;color:#868e96;margin:0}.pk-temo__legal{text-align:center;font-size:11px;color:#868e96;font-style:italic;margin:0}@media(max-width:749px){.pk-temo{padding:32px 20px}.pk-temo__title{font-size:22px}.pk-temo__grid{grid-template-columns:1fr;gap:12px}}.product__container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin);width:100%}.product__breadcrumbs{grid-column:1/-1}.product__media-main{border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface);margin-bottom:1rem}.product__media-img{width:100%;height:auto}.product__media-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.product__thumb{flex-shrink:0;width:5rem;height:5rem;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:none}.product__thumb--active{border-color:var(--color-accent)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:1rem}.product__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product__price-current{font-size:1.5rem;font-weight:700}.product__price-compare{font-size:1rem;color:var(--color-muted);text-decoration:line-through}.product__description{font-size:.9375rem;line-height:1.6;color:var(--color-muted);margin-bottom:2rem}.product__description p{margin-bottom:1rem}.product__variants{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.product__option-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;display:block}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-value input{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0)}.product__option-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border:1px solid var(--color-border);font-size:.875rem;font-weight:500;transition:all var(--transition);cursor:pointer;border-radius:4px}.product__option-value input:checked+.product__option-btn{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.product__actions{display:flex;gap:1rem;align-items:flex-end}.product__quantity{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:4px}.product__qty-btn{width:2.5rem;height:2.75rem;display:flex;align-items:center;justify-content:center}.product__qty-btn:hover{background:var(--color-surface)}.product__qty-input{width:3rem;text-align:center;border:none;padding:.5rem;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);-moz-appearance:textfield}.product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add{flex:1}.sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 -4px 12px #1a14100f;transform:translateY(100%);transition:transform var(--transition)}.sticky-cart.is-visible{transform:translateY(0)}.sticky-cart__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--page-width);margin:0 auto;padding:.75rem var(--page-margin)}.sticky-cart__info{display:flex;align-items:center;gap:1rem;min-width:0}.sticky-cart__title{font-size:.9375rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart__price{font-size:1rem;font-weight:700;color:var(--color-accent);white-space:nowrap}@media(max-width:768px){.product__container{grid-template-columns:1fr;gap:2rem;padding:1.5rem var(--page-margin)}.product__actions{flex-direction:column}.product__quantity{width:fit-content}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.logo-scroll{overflow:hidden;padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.logo-scroll__track{display:flex;gap:4rem;animation:scroll 40s linear infinite;width:max-content}.logo-scroll__item{flex-shrink:0;white-space:nowrap}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials{background:var(--color-bg)}.testimonials__container{max-width:var(--page-width);margin:0 auto;padding:5rem var(--page-margin);width:100%}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.5rem}.testimonials__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:var(--color-text)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.testimonial{background:var(--color-surface);padding:2rem;border:1px solid var(--color-border);border-radius:var(--radius)}.testimonial__stars{color:var(--color-secondary);font-size:.875rem;margin-bottom:.75rem}.testimonial__text{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;font-style:italic;color:var(--color-text)}.testimonial__name{font-size:.9375rem;font-weight:600;color:var(--color-text)}.testimonial__detail{font-size:.8125rem;color:var(--color-muted);display:block;margin-top:.25rem}.testimonials__cta{text-align:center}@media(max-width:768px){.testimonials__container{padding:3rem var(--page-margin)}.testimonials__grid{grid-template-columns:1fr;gap:1rem}.testimonials__header{margin-bottom:2rem}}.trust-icons{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.trust-icons__inner{display:flex;justify-content:center;align-items:center;gap:3rem;padding:1.5rem var(--page-margin);flex-wrap:wrap}.trust-icons__item{display:flex;align-items:center;gap:.5rem}.trust-icons__icon{font-size:1.25rem}.trust-icons__label{font-size:.8125rem;font-weight:500;color:var(--color-muted)}@media(max-width:768px){.trust-icons__inner{gap:1.25rem}.trust-icons__label{font-size:.75rem}}.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}.breadcrumbs{padding:.75rem 0;font-size:.8125rem}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}.breadcrumbs__item{display:flex;align-items:center;gap:.375rem}.breadcrumbs__link{color:var(--color-stone)}.breadcrumbs__link:hover{color:var(--color-pine)}.breadcrumbs__sep{color:var(--color-clay);font-size:.75rem;margin-right:.375rem}.breadcrumbs__current{color:var(--color-choco);font-weight:500}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer,200);display:flex;justify-content:flex-end;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a14104d;opacity:0;transition:opacity var(--transition-base)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:relative;width:100%;max-width:26rem;height:100%;background:var(--color-bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-base);box-shadow:var(--shadow-md)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.cart-drawer__title{font-size:1.25rem;font-weight:600}.cart-drawer__close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.cart-drawer__close:hover{background:var(--color-surface)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:1.5rem;color:var(--color-muted)}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer__item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__item-image{width:5rem;height:5rem;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface)}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-drawer__item-title{font-size:.9375rem;font-weight:600;text-decoration:none;color:var(--color-text)}.cart-drawer__item-variant{font-size:.8125rem;color:var(--color-muted)}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-drawer__qty{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-drawer__qty-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-muted);transition:background var(--transition-fast)}.cart-drawer__qty-btn:hover{background:var(--color-surface)}.cart-drawer__qty-value{width:2.5rem;text-align:center;font-size:.875rem;font-weight:500;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);padding:.25rem}.cart-drawer__remove{font-size:.8125rem;color:var(--color-muted);text-decoration:underline;cursor:pointer}.cart-drawer__remove:hover{color:#c0392b}.cart-drawer__footer{flex-shrink:0;padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);display:none;flex-direction:column;gap:.75rem}.cart-drawer__footer.has-items{display:flex}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600}.cart-drawer__total{font-size:1.125rem;font-weight:700}.cart-drawer__notice{font-size:.8125rem;color:var(--color-muted)}.cart-drawer__checkout{width:100%}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden;transition:box-shadow var(--transition);border:1px solid var(--color-border);border-radius:var(--radius)}.product-card:hover{box-shadow:var(--shadow-md)}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-surface)}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;background:var(--color-accent);color:#fff;z-index:1;border-radius:4px}.product-card__badge--sold{background:var(--color-muted)}.product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-card__title{font-size:.9375rem;font-weight:600}.product-card__price{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500}.product-card__price-compare{color:var(--color-muted);text-decoration:line-through;font-size:.8125rem}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
