:root{--meddey-primary:#0066cc;--meddey-primary-hover:#0052a3;--meddey-primary-light:#eaf3fc;--meddey-primary-subtle:#f0f7fe;--meddey-navy:#0a2540;--meddey-navy-light:#102a43;--meddey-text-dark:#1e293b;--meddey-text-muted:#64748b;--meddey-border:#e2e8f0;--meddey-border-light:#f1f5f9;--meddey-bg-light:#f8fafc;--meddey-bg-white:#ffffff;--meddey-accent-red:#e53935;--meddey-accent-red-bg:#fee2e2;--meddey-star-amber:#f59e0b;--meddey-radius-sm:6px;--meddey-radius-md:10px;--meddey-radius-lg:14px;--meddey-radius-full:9999px;--meddey-shadow-sm:0 1px 3px rgba(0,0,0,0.05);--meddey-shadow-md:0 4px 12px rgba(10,37,64,0.06);--meddey-shadow-lg:0 10px 25px rgba(10,37,64,0.09);--meddey-font:var(--text-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);--meddey-font-heading:var(--heading-font-family,var(--text-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif))}.meddey-container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.meddey-section{padding-top:32px;padding-bottom:32px;position:relative;contain:content}@media (max-width:768px){.meddey-section{padding-top:22px;padding-bottom:22px}.meddey-container{padding-left:14px;padding-right:14px}}.meddey-trust-bar{background-color:var(--meddey-navy);color:#ffffff;font-family:var(--meddey-font);font-size:12.5px;font-weight:500;line-height:1.4;border-bottom:1px solid rgba(255,255,255,0.08);padding:8px 0;position:relative;z-index:10}.meddey-trust-bar__icon{flex-shrink:0;stroke-width:2;stroke:currentColor;fill:none}.meddey-header-main{background:#ffffff;padding:12px 0;border-bottom:1px solid var(--meddey-border);position:relative;z-index:9}.meddey-header-row{display:flex;align-items:center;gap:20px;justify-content:space-between}.meddey-header-left{display:flex;align-items:center;gap:16px;flex-shrink:0}.meddey-brand-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.meddey-brand-logo img{height:38px;width:auto;object-fit:contain;display:block}.meddey-categories-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--meddey-bg-light);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);color:var(--meddey-navy);font-size:13.5px;font-weight:600;cursor:pointer;transition:all 0.2s ease;user-select:none}.meddey-categories-trigger:hover{background:var(--meddey-primary-light);border-color:var(--meddey-primary);color:var(--meddey-primary)}.meddey-search-wrapper{flex:1 1 auto;max-width:620px;position:relative}.meddey-search-form{display:flex;align-items:center;background:#ffffff;border:1.5px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);overflow:hidden;transition:border-color 0.2s ease,box-shadow 0.2s ease}.meddey-search-form:focus-within{border-color:var(--meddey-primary);box-shadow:0 0 0 3px rgba(0,102,204,0.12)}.meddey-search-input{flex:1;border:none;outline:none;padding:10px 16px;font-size:13.5px;color:var(--meddey-text-dark);background:transparent;width:100%}.meddey-search-input::placeholder{color:#94a3b8}.meddey-search-btn{background:var(--meddey-primary);border:none;color:#ffffff;padding:0 20px;height:42px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease}.meddey-search-btn:hover{background:var(--meddey-primary-hover)}.meddey-header-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.meddey-action-link{display:inline-flex;align-items:center;gap:8px;color:var(--meddey-navy);text-decoration:none;font-size:13px;font-weight:500;transition:color 0.15s ease;position:relative}.meddey-action-link:hover{color:var(--meddey-primary)}.meddey-action-icon{width:22px;height:22px;stroke-width:1.8;stroke:currentColor;fill:none}.meddey-cart-badge{position:absolute;top:-6px;left:12px;background:var(--meddey-primary);color:#ffffff;font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:var(--meddey-radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px}.meddey-hero{background:linear-gradient(135deg,#ebf4fe 0%,#f0f7fe 50%,#e3f0fc 100%);position:relative;overflow:hidden;border-radius:var(--meddey-radius-lg);margin-top:14px;border:1px solid rgba(0,102,204,0.08)}.meddey-hero::before{content:"";position:absolute;top:0;right:0;bottom:0;width:60%;background-image:radial-gradient(circle at center,rgba(0,102,204,0.04) 2px,transparent 2px);background-size:24px 24px;pointer-events:none}.meddey-hero__inner{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:380px;padding:36px 48px;position:relative;z-index:2;gap:32px}.meddey-hero__content{max-width:540px}.meddey-hero__title{font-family:var(--meddey-font-heading);font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;color:var(--meddey-navy);margin:0 0 14px 0;letter-spacing:-0.025em}.meddey-hero__title span{display:block}.meddey-hero__subtitle{font-size:clamp(14px,1.5vw,17px);line-height:1.5;color:var(--meddey-text-muted);margin:0 0 28px 0}.meddey-hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.meddey-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;font-size:14px;font-weight:600;border-radius:var(--meddey-radius-sm);text-decoration:none;cursor:pointer;transition:all 0.2s cubic-bezier(0.16,1,0.3,1);white-space:nowrap}.meddey-btn-primary{background:var(--meddey-primary);color:#ffffff;border:1.5px solid var(--meddey-primary);box-shadow:0 2px 8px rgba(0,102,204,0.25)}.meddey-btn-primary:hover{background:var(--meddey-primary-hover);border-color:var(--meddey-primary-hover);box-shadow:0 4px 14px rgba(0,102,204,0.35);transform:translateY(-1px)}.meddey-btn-outline{background:transparent;color:var(--meddey-primary);border:1.5px solid var(--meddey-primary)}.meddey-btn-outline:hover{background:var(--meddey-primary);color:#ffffff;transform:translateY(-1px)}.meddey-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.meddey-hero__image-wrap{width:100%;max-width:520px;display:flex;align-items:center;justify-content:center;position:relative;background:transparent;border:none;box-shadow:none;padding:0;box-sizing:border-box}.meddey-hero__image{max-width:100%;max-height:340px;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 12px 24px rgba(10,37,64,0.12));transition:transform 0.35s cubic-bezier(0.16,1,0.3,1)}.meddey-hero__image-wrap:hover .meddey-hero__image{transform:scale(1.03)}.meddey-hero__floating-badge{position:absolute;bottom:-10px;right:-8px;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,102,204,0.18);border-radius:var(--meddey-radius-md);padding:8px 14px;box-shadow:0 8px 20px rgba(10,37,64,0.12);display:flex;align-items:center;gap:10px;max-width:210px;z-index:4;animation:meddeyFloat 4s ease-in-out infinite alternate}@keyframes meddeyFloat{0%{transform:translateY(0px)}100%{transform:translateY(-6px)}}.meddey-floating-badge__icon{width:32px;height:32px;border-radius:var(--meddey-radius-full);background:var(--meddey-primary-light);color:var(--meddey-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.meddey-floating-badge__text{font-size:12px;font-weight:700;line-height:1.25;color:var(--meddey-navy)}.meddey-hero__dots{display:flex;align-items:center;justify-content:center;gap:4px;padding:14px 0 8px 0;margin:0 auto;position:relative;z-index:5}.meddey-hero__dot{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;cursor:pointer;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative;outline:none;-webkit-tap-highlight-color:transparent;transition:transform 0.2s ease}.meddey-hero__dot::after{content:"";display:block;width:8px;height:8px;border-radius:9999px;background:var(--meddey-dot-color,#cbd5e1);transition:all 0.25s cubic-bezier(0.16,1,0.3,1)}.meddey-hero__dot:hover::after{background:var(--meddey-dot-hover-color,#94a3b8);transform:scale(1.2)}.meddey-hero__dot.is-active,.meddey-hero__dot--active{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;width:32px!important;height:32px!important}.meddey-hero__dot.is-active::after,.meddey-hero__dot--active::after{width:26px!important;height:8px!important;border-radius:9999px!important;background:var(--meddey-dot-active-color,var(--meddey-primary,#0066cc))!important;box-shadow:0 2px 8px rgba(0,102,204,0.35)!important;transform:none!important}.meddey-hero__dot:focus-visible::after{outline:2px solid var(--meddey-primary,#0066cc);outline-offset:3px}@media (max-width:900px){.meddey-hero__inner{grid-template-columns:1fr;padding:28px 20px;text-align:center}.meddey-hero__content{max-width:100%;margin:0 auto}.meddey-hero__actions{justify-content:center}.meddey-hero__visual{margin-top:10px}.meddey-hero__floating-badge{right:10px;bottom:10px}}.meddey-features-bar{background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg,14px);padding:16px 24px;box-shadow:var(--meddey-shadow-sm);margin-top:0;margin-bottom:0;transition:all 0.25s ease}.meddey-features-bar:hover{box-shadow:var(--meddey-shadow-md);border-color:rgba(0,102,204,0.2)}.meddey-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.meddey-feature-card{display:flex;align-items:center;gap:14px}.meddey-feature-icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--meddey-primary-light,#eaf3fc);border:1px solid rgba(0,102,204,0.12);display:flex;align-items:center;justify-content:center;color:var(--meddey-primary,#0066cc);flex-shrink:0;transition:all 0.25s ease}.meddey-feature-card:hover .meddey-feature-icon-wrap{background:var(--meddey-primary,#0066cc);border-color:var(--meddey-primary,#0066cc);color:#ffffff;transform:scale(1.06)}.meddey-feature-title{font-size:13.5px;font-weight:700;color:var(--meddey-navy);margin:0 0 2px 0}.meddey-feature-desc{font-size:12px;color:var(--meddey-text-muted);margin:0;line-height:1.35}@media (max-width:900px){.meddey-features-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:540px){.meddey-features-grid{grid-template-columns:1fr;gap:14px}}.meddey-sec-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px}.meddey-sec-header__left{display:flex;align-items:center;gap:12px}.meddey-sec-title{font-family:var(--meddey-font-heading);font-size:20px;font-weight:700;color:var(--meddey-navy);margin:0;letter-spacing:-0.01em}.meddey-badge-pill{display:inline-flex;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;border-radius:var(--meddey-radius-full);text-transform:uppercase;letter-spacing:0.02em}.meddey-badge-pill--blue{background:var(--meddey-primary);color:#ffffff}.meddey-badge-pill--red{background:var(--meddey-accent-red-bg);color:var(--meddey-accent-red);border:1px solid rgba(229,57,53,0.2)}.meddey-view-all-link{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--meddey-primary);text-decoration:none;transition:gap 0.15s ease,color 0.15s ease}.meddey-view-all-link:hover{color:var(--meddey-primary-hover);gap:9px}.meddey-cat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.meddey-cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);padding:14px 8px 12px;text-decoration:none;transition:all 0.25s cubic-bezier(0.16,1,0.3,1);box-shadow:var(--meddey-shadow-sm);position:relative}.meddey-cat-card:hover{border-color:var(--meddey-primary);transform:translateY(-3px);box-shadow:var(--meddey-shadow-md)}.meddey-cat-img-wrap{width:70px;height:70px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;position:relative}.meddey-cat-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.25s ease}.meddey-cat-card:hover .meddey-cat-img{transform:scale(1.06)}.meddey-cat-name{font-size:11.5px;font-weight:600;color:var(--meddey-navy);margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:1024px){.meddey-cat-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media (max-width:600px){.meddey-cat-grid{grid-template-columns:repeat(4,1fr);gap:8px}.meddey-cat-img-wrap{width:52px;height:52px}.meddey-cat-name{font-size:10.5px}}.meddey-offers-carousel-wrap{position:relative}.meddey-offers-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.meddey-offers-grid::-webkit-scrollbar{display:none}.meddey-prod-card{background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-card-radius,12px);padding:12px;display:flex;flex-direction:column;position:relative;text-decoration:none;box-shadow:var(--meddey-shadow-sm);transition:all 0.3s cubic-bezier(0.16,1,0.3,1);overflow:hidden}.meddey-prod-card::after{content:'';position:absolute;inset:0;background:linear-gradient( 135deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 45%,rgba(0,102,204,0.04) 100% );opacity:0;pointer-events:none;transition:opacity 0.35s ease;border-radius:inherit;z-index:1}.meddey-prod-card::before{content:'';position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient( 90deg,transparent 0%,rgba(255,255,255,0.65) 50%,transparent 100% );transform:skewX(-25deg);pointer-events:none;z-index:4;opacity:0;transition:opacity 0.2s ease}.meddey-prod-card:hover{border-color:#8cc4f8;box-shadow:0 14px 30px -6px rgba(0,102,204,0.16),0 4px 12px rgba(10,37,64,0.04);transform:translateY(-4px)}.meddey-prod-card:hover::after{opacity:1}.meddey-prod-card:hover::before{opacity:1;animation:meddeySheenGlide 0.7s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes meddeySheenGlide{0%{left:-120%}100%{left:190%}}.meddey-discount-badge{position:absolute;top:10px;left:10px;background:#dc2626;color:#ffffff;font-size:10.5px;font-weight:700;padding:3px 7px;border-radius:var(--meddey-radius-sm);z-index:2}.meddey-prod-img-wrap{width:100%;height:var(--meddey-deal-img-height,210px);min-height:190px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;position:relative;background:#ffffff;border-radius:8px;overflow:hidden}.meddey-prod-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:4px;image-rendering:-webkit-optimize-contrast;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1)}.meddey-prod-card:hover .meddey-prod-img{transform:scale(1.06)}.meddey-prod-title{font-size:12.5px;font-weight:600;color:var(--meddey-text-dark);margin:0 0 6px 0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.meddey-rating-row{display:flex;align-items:center;gap:4px;margin-bottom:8px}.meddey-stars{color:var(--meddey-star-amber);display:inline-flex;gap:1px}.meddey-stars svg{width:12px;height:12px;fill:currentColor}.meddey-rating-count{font-size:11px;color:var(--meddey-text-muted)}.meddey-price-row{display:flex;align-items:baseline;gap:6px;margin-top:auto}.meddey-current-price{font-size:15px;font-weight:700;color:var(--meddey-navy)}.meddey-compare-price{font-size:12px;color:#94a3b8;text-decoration:line-through}@media (max-width:1024px){.meddey-offers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.meddey-offers-grid{grid-template-columns:repeat(2,1fr)}}.meddey-spotlight-wrap{background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg);padding:32px;box-shadow:var(--meddey-shadow-sm)}.meddey-spotlight-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:36px;align-items:center}.meddey-spotlight-gallery{display:flex;gap:16px;align-items:center}.meddey-spotlight-thumbs{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.meddey-spotlight-thumb-btn{width:58px;height:58px;border:1.5px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);background:#ffffff;padding:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.meddey-spotlight-thumb-btn--active,.meddey-spotlight-thumb-btn:hover{border-color:var(--meddey-primary);box-shadow:0 0 0 2px rgba(0,102,204,0.15)}.meddey-spotlight-thumb-btn img{max-width:100%;max-height:100%;object-fit:contain}.meddey-spotlight-main-img-wrap{flex:1;background:var(--meddey-bg-light);border-radius:var(--meddey-radius-md);padding:24px;display:flex;align-items:center;justify-content:center;min-height:320px;position:relative}.meddey-spotlight-main-img{max-width:100%;max-height:280px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,0.08))}.meddey-spotlight-details{display:flex;flex-direction:column}.meddey-spotlight-badge{align-self:flex-start;background:var(--meddey-primary);color:#ffffff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--meddey-radius-sm);margin-bottom:10px}.meddey-spotlight-title{font-family:var(--meddey-font-heading);font-size:22px;font-weight:800;color:var(--meddey-navy);margin:0 0 6px 0;line-height:1.25}.meddey-spotlight-tagline{font-size:13.5px;color:var(--meddey-text-muted);margin:0 0 16px 0}.meddey-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.meddey-spec-chip{background:var(--meddey-bg-light);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);padding:8px 12px;display:flex;align-items:center;gap:10px}.meddey-spec-icon{width:20px;height:20px;color:var(--meddey-primary);flex-shrink:0}.meddey-spec-title{font-size:11.5px;font-weight:700;color:var(--meddey-navy);margin:0;line-height:1.2}.meddey-spec-sub{font-size:10.5px;color:var(--meddey-text-muted);margin:0;line-height:1.2}.meddey-spotlight-social{display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:14px}.meddey-spotlight-price-box{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.meddey-spotlight-current-price{font-size:24px;font-weight:800;color:var(--meddey-navy)}.meddey-spotlight-compare-price{font-size:15px;color:#475569;text-decoration:line-through}.meddey-spotlight-save-badge{background:#dc2626;color:#ffffff;font-size:11.5px;font-weight:700;padding:3px 8px;border-radius:var(--meddey-radius-sm)}.meddey-spotlight-tax-info{font-size:11.5px;color:var(--meddey-text-muted);margin-bottom:18px}.meddey-spotlight-actions{display:flex;align-items:stretch;gap:12px;margin-bottom:14px}.meddey-qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);background:#ffffff;height:48px;box-sizing:border-box;flex:0 0 auto}.meddey-qty-btn{background:transparent;border:none;width:40px;height:100%;font-size:18px;font-weight:600;color:var(--meddey-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease;padding:0}.meddey-qty-btn:hover{background:var(--meddey-bg-light)}.meddey-qty-input{width:42px;height:100%;text-align:center;border:none;font-size:15px;font-weight:700;color:var(--meddey-navy);-moz-appearance:textfield;padding:0;background:transparent}.meddey-qty-input::-webkit-outer-spin-button,.meddey-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.meddey-btn-spotlight-atc{flex:1 1 150px;height:48px;padding:0 24px;background:var(--meddey-primary);color:#ffffff;border:1.5px solid var(--meddey-primary);border-radius:var(--meddey-radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-decoration:none}.meddey-btn-spotlight-atc:hover{background:var(--meddey-primary-hover);border-color:var(--meddey-primary-hover)}.meddey-btn-spotlight-buy{flex:1 1 140px;height:48px;padding:0 24px;background:#ffffff;color:var(--meddey-primary);border:1.5px solid var(--meddey-primary);border-radius:var(--meddey-radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-decoration:none}.meddey-btn-spotlight-buy:hover{background:#f0f7fe;color:var(--meddey-primary);border-color:var(--meddey-primary)}@media (max-width:640px){.meddey-spotlight-actions{flex-direction:column;align-items:stretch}.meddey-qty-selector{width:100%;justify-content:center}.meddey-btn-spotlight-atc,.meddey-btn-spotlight-buy{width:100%}}.meddey-secondary-actions{display:flex;align-items:center;gap:18px}.meddey-secondary-action-btn{background:none;border:none;color:var(--meddey-text-muted);font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:5px;padding:0;transition:color 0.15s ease}.meddey-secondary-action-btn:hover{color:var(--meddey-primary)}@media (max-width:900px){.meddey-spotlight-grid{grid-template-columns:1fr;gap:24px}.meddey-spotlight-gallery{flex-direction:column-reverse}.meddey-spotlight-thumbs{flex-direction:row;overflow-x:auto;width:100%;justify-content:center}}.meddey-health-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;gap:8px;transition:transform 0.2s ease}.meddey-health-card:hover{transform:translateY(-4px)}.meddey-health-circle{width:var(--hn-size,58px);height:var(--hn-size,58px);flex-shrink:0;border-radius:var(--meddey-radius-full);display:flex;align-items:center;justify-content:center;transition:box-shadow 0.2s ease;box-shadow:0 2px 6px rgba(0,0,0,0.04)}.meddey-health-card:hover .meddey-health-circle{box-shadow:0 4px 14px rgba(0,102,204,0.18)}.meddey-health-circle svg,.meddey-health-circle img{width:var(--hn-icon,26px);height:var(--hn-icon,26px);object-fit:contain}.meddey-health-label{font-size:var(--hn-label,11.5px);font-weight:600;color:var(--meddey-navy);margin:0;line-height:1.25}.meddey-guides-wrap{background:var(--meddey-bg-light);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg);padding:24px;display:grid;grid-template-columns:1fr 1.6fr;gap:28px;align-items:center}.meddey-guide-banner-left{display:flex;align-items:center;gap:18px}.meddey-guide-family-img{width:110px;height:110px;border-radius:var(--meddey-radius-md);object-fit:cover;flex-shrink:0}.meddey-guide-banner-text h3{font-size:18px;font-weight:800;color:var(--meddey-navy);margin:0 0 6px 0}.meddey-guide-banner-text p{font-size:12.5px;color:var(--meddey-text-muted);margin:0;line-height:1.4}.meddey-guides-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.meddey-guide-card{background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);padding:12px;text-decoration:none;display:flex;flex-direction:column;transition:all 0.2s ease}.meddey-guide-card:hover{border-color:var(--meddey-primary);transform:translateY(-2px);box-shadow:var(--meddey-shadow-sm)}.meddey-guide-card-title{font-size:12px;font-weight:700;color:var(--meddey-navy);margin:0 0 10px 0;line-height:1.35;min-height:32px}.meddey-guide-card-img{width:100%;height:64px;object-fit:contain;margin-top:auto}@media (max-width:900px){.meddey-guides-wrap{grid-template-columns:1fr}}@media (max-width:600px){.meddey-guides-cards{grid-template-columns:1fr}}.meddey-custom-code-box{width:100%;position:relative}.meddey-custom-element-card{background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);padding:20px;transition:all 0.2s ease}@media screen and (min-width:1025px){.header:has(.meddey-categories-dropdown-wrapper) .header__wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}.header:has(.meddey-categories-dropdown-wrapper) .header__logo{order:1;margin:0;flex:0 0 auto}.header:has(.meddey-categories-dropdown-wrapper) .header__inline-navigation{order:2;flex:1 1 auto;display:flex;align-items:center;gap:16px;margin:0;max-width:none;justify-content:flex-start}.header:has(.meddey-categories-dropdown-wrapper) .header__secondary-links{order:3;flex:0 0 auto;margin:0}.header:has(.meddey-categories-dropdown-wrapper) .header__icon-list{display:none}}.meddey-header-desktop-actions{display:flex;align-items:center;gap:24px}.meddey-categories-dropdown-wrapper{position:relative}.meddey-categories-popover{position:absolute;top:calc(100%+8px);left:0;min-width:250px;background:#ffffff;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);box-shadow:var(--meddey-shadow-lg);padding:8px 0;z-index:100;list-style:none;margin:0}.meddey-categories-popover-item a{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;color:var(--meddey-navy);font-size:13.5px;font-weight:500;text-decoration:none;transition:background 0.15s ease,color 0.15s ease}.meddey-categories-popover-item a:hover{background:var(--meddey-primary-light);color:var(--meddey-primary)}.product-item:not(.product-item--expanded){isolation:isolate}.product-item{background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:all 0.25s cubic-bezier(0.16,1,0.3,1);box-shadow:0 1px 3px rgba(10,37,64,0.03)}.product-item:hover{border-color:#b9daf8;transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,102,204,0.1)}.product-item__image-wrapper{background:#fafafa;border-radius:8px 8px 0 0;overflow:hidden}.product-item__info{padding:12px 14px 14px 14px}.product-item__title{color:#0a2540 !important;font-weight:600;font-size:13.5px;line-height:1.35}.product-item__title:hover{color:#0066cc !important}.product-item__label-list .label--highlight{background-color:#fee2e2 !important;color:#dc2626 !important;font-weight:700;border-radius:4px;font-size:11px}.product-item .price--highlight{color:#0a2540 !important;font-weight:700;font-size:15px}.product-item .price--compare{color:#94a3b8 !important;font-size:12.5px}.collection-banner{background:linear-gradient(135deg,#ebf4fe 0%,#f8fafc 100%) !important;border-bottom:1px solid #e2e8f0;padding:32px 0 !important}.collection-banner__title{color:#0a2540 !important;font-weight:800;letter-spacing:-0.02em}.collection-banner__description{color:#475569 !important;max-width:650px}.facet-toggle,.facet-group__header{color:#0a2540 !important;font-weight:600}.facet-checkbox:checked+.facet-checkbox__box{background-color:#0066cc !important;border-color:#0066cc !important}.pagination__nav-item--current{background-color:#0066cc !important;color:#ffffff !important;border-radius:6px}.product-meta__title{color:#0a2540 !important;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.25}.product-meta__price-list-container .price--large{color:#0a2540 !important;font-size:26px !important;font-weight:800}.product-form__buy-buttons .button--primary{background-color:#0066cc !important;border-color:#0066cc !important;color:#ffffff !important;font-weight:700;border-radius:6px;height:48px;transition:all 0.2s ease}.product-form__buy-buttons .button--primary:hover{background-color:#0052a3 !important;border-color:#0052a3 !important}.product-form__buy-buttons .shopify-payment-button__button{background-color:#0a2540 !important;border-radius:6px !important;height:48px !important;font-weight:700 !important}.product-meta__trust-badges{margin-top:20px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.product-meta__trust-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:12.5px;color:#334155;font-weight:500}.product-meta__trust-row:last-child{margin-bottom:0}.product-meta__trust-icon{color:#0066cc;font-size:16px;flex:0 0 auto}.article-item{background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:all 0.25s ease}.article-item:hover{transform:translateY(-4px);border-color:#b9daf8;box-shadow:0 8px 24px rgba(0,102,204,0.08)}.article-item__title{color:#0a2540 !important;font-weight:700}.article-item__title:hover{color:#0066cc !important}.article__title{color:#0a2540 !important;font-weight:800}.article__content{color:#334155;font-size:16px;line-height:1.75}.page-content:not(.page-content--fluid),.shopify-policy__body{max-width:960px;margin:0 auto;color:#334155;line-height:1.7}.page-header__title,.shopify-policy__title{color:#0a2540 !important;font-weight:800;letter-spacing:-0.02em}.form__submit,.contact__submit .button{background-color:#0066cc !important;border-color:#0066cc !important;border-radius:6px !important;font-weight:700}.input__field:focus{border-color:#0066cc !important;box-shadow:0 0 0 1px #0066cc !important}.input__submit-icon,.tap-area,.meddey-btn-quick-add,.meddey-qty-btn,.meddey-search-btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.meddey-subnav-bar{background:var(--meddey-subnav-bg,#ffffff);border-top:1px solid #edf2f7;border-bottom:1px solid #e2e8f0;position:relative;z-index:45}.meddey-subnav-nav{width:100%}.meddey-subnav-list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:0 24px;list-style:none;margin:0;padding:0;overflow:visible}@media (max-width:768px){.meddey-subnav-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.meddey-subnav-list::-webkit-scrollbar{display:none}}.meddey-subnav-item{position:relative;flex:0 0 auto}.meddey-subnav-link{display:inline-flex;align-items:center;gap:6px;padding:10px 0;color:#0a2540;font-size:13px;font-weight:600;text-decoration:none;transition:color 0.15s ease;white-space:nowrap}.meddey-subnav-link svg{width:10px;height:10px;transition:transform 0.2s ease;color:#64748b}.meddey-subnav-item:hover .meddey-subnav-link{color:#0066cc}.meddey-subnav-item:hover .meddey-subnav-link svg{transform:rotate(180deg);color:#0066cc}.meddey-subnav-mega{position:absolute;top:100%;left:0;width:min(560px,90vw);background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 14px 36px rgba(10,37,64,0.14);padding:18px 20px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s;z-index:100}.meddey-subnav-item:last-child .meddey-subnav-mega{left:auto;right:0}.meddey-subnav-item:hover .meddey-subnav-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.meddey-subnav-mega-grid{display:grid;grid-template-columns:210px 1fr;gap:20px}.meddey-subnav-mega-heading{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#0a2540;margin:0 0 10px 0;padding-bottom:6px;border-bottom:1.5px solid #edf2f7}.meddey-subnav-mega-sublinks{list-style:none;margin:0 0 10px 0;padding:0}.meddey-subnav-mega-sublinks li{margin-bottom:5px}.meddey-subnav-mega-sublinks a{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:6px;color:#334155;font-size:13px;font-weight:500;text-decoration:none;transition:all 0.15s ease}.meddey-subnav-mega-sublinks a:hover{background:#f0f7fe;color:#0066cc;padding-left:12px}.meddey-subnav-mega-all{font-size:12px;font-weight:700;color:#0066cc;text-decoration:none;display:inline-block;margin-top:4px}.meddey-subnav-mega-all:hover{text-decoration:underline}.meddey-subnav-mega-prods-grid{display:flex;flex-direction:column;gap:8px}.meddey-subnav-mega-prod-card{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #edf2f7;border-radius:8px;text-decoration:none;color:inherit;transition:all 0.2s ease;background:#ffffff}.meddey-subnav-mega-prod-card:hover{border-color:#b9daf8;background:#f8fafc;transform:translateX(3px)}.meddey-subnav-mega-prod-img-wrap{width:48px;height:48px;flex:0 0 auto;border-radius:6px;background:#fafafa;overflow:hidden;display:flex;align-items:center;justify-content:center}.meddey-subnav-mega-prod-img-wrap img{width:100%;height:100%;object-fit:contain;padding:2px}.meddey-subnav-mega-prod-title{font-size:12px;font-weight:600;color:#0a2540;margin:0 0 2px 0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.meddey-subnav-mega-prod-price{font-size:12px;font-weight:700;color:#0066cc}.header__logo-image{height:auto;max-height:54px;object-fit:contain}@media (max-width:640px){.header__logo-image{max-height:40px}}meddey-search{display:block;position:relative}.header__search-bar.predictive-search{position:relative}.meddey-suggest{position:absolute;top:calc(100%+8px);left:0;right:0;z-index:60;background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);box-shadow:var(--meddey-shadow-lg);overflow:hidden;font-family:var(--meddey-font);text-align:left}.meddey-suggest[hidden]{display:none}.meddey-suggest__inner{max-height:min(70vh,560px);overflow-y:auto;overscroll-behavior:contain}.meddey-suggest__group{padding:12px 14px;border-bottom:1px solid var(--meddey-border-light)}.meddey-suggest__group:last-child{border-bottom:none}.meddey-suggest__group[hidden]{display:none}.meddey-suggest__group-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.meddey-suggest__group-title{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--meddey-text-muted)}.meddey-suggest__group-head .meddey-suggest__group-title{margin-bottom:8px}.meddey-suggest__clear{background:none;border:none;padding:0 0 8px;font-size:11.5px;color:var(--meddey-primary);cursor:pointer}.meddey-suggest__clear:hover{text-decoration:underline}.meddey-suggest__list{list-style:none;margin:0;padding:0}.meddey-suggest__list--chips{display:flex;flex-wrap:wrap;gap:8px}.meddey-suggest__chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--meddey-radius-full);background:var(--meddey-primary-light);border:1px solid transparent;color:var(--meddey-primary);font-size:12.5px;font-weight:500;text-decoration:none;transition:background 0.15s ease,border-color 0.15s ease}.meddey-suggest__chip--ghost{background:var(--meddey-bg-light);color:var(--meddey-text-dark)}.meddey-suggest__chip:hover,.meddey-suggest__chip.is-active{background:var(--meddey-primary);color:#ffffff}.meddey-suggest__product-link,.meddey-suggest__query-link{display:flex;align-items:center;gap:12px;padding:8px;border-radius:var(--meddey-radius-sm);color:var(--meddey-text-dark);text-decoration:none;transition:background 0.12s ease}.meddey-suggest__product-link:hover,.meddey-suggest__product-link.is-active,.meddey-suggest__query-link:hover,.meddey-suggest__query-link.is-active{background:var(--meddey-primary-subtle)}.meddey-suggest__thumb{flex:0 0 48px;width:48px;height:48px;border-radius:var(--meddey-radius-sm);background:var(--meddey-bg-light);overflow:hidden;display:flex;align-items:center;justify-content:center}.meddey-suggest__thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.meddey-suggest__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.meddey-suggest__title{font-size:13.5px;line-height:1.35;color:var(--meddey-text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meddey-suggest__meta{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--meddey-text-muted)}.meddey-suggest__reason{color:var(--meddey-primary);font-weight:600}.meddey-suggest__stock--out{color:var(--meddey-accent-red);font-weight:600}.meddey-suggest__price-block{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right}.meddey-suggest__price{font-size:13.5px;font-weight:700;color:var(--meddey-text-dark)}.meddey-suggest__price-compare{font-size:11.5px;color:var(--meddey-text-muted);text-decoration:line-through}.meddey-suggest__badge{font-size:10.5px;font-weight:700;color:var(--meddey-accent-red);background:var(--meddey-accent-red-bg);border-radius:var(--meddey-radius-full);padding:1px 6px}.meddey-suggest__query-link svg{width:15px;height:15px;flex:0 0 auto;color:var(--meddey-text-muted)}.meddey-suggest__query-link b{font-weight:700;color:var(--meddey-primary)}.meddey-suggest__algos{display:flex;flex-wrap:wrap;gap:6px;padding:10px 14px;border-bottom:1px solid var(--meddey-border-light)}.meddey-suggest__algo{border:1px solid var(--meddey-border);background:#ffffff;border-radius:var(--meddey-radius-full);padding:4px 10px;font-size:11.5px;color:var(--meddey-text-muted);cursor:pointer}.meddey-suggest__algo.is-active{background:var(--meddey-primary);border-color:var(--meddey-primary);color:#ffffff}.meddey-suggest__loading{display:flex;align-items:center;gap:10px;padding:16px 14px;font-size:13px;color:var(--meddey-text-muted)}.meddey-suggest__spinner{width:15px;height:15px;border:2px solid var(--meddey-border);border-top-color:var(--meddey-primary);border-radius:50%;animation:meddey-suggest-spin 0.7s linear infinite}@keyframes meddey-suggest-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.meddey-suggest__spinner{animation-duration:3s}}.meddey-suggest__empty{padding:22px 14px;text-align:center}.meddey-suggest__empty-title{margin:0;font-size:13.5px;color:var(--meddey-text-muted)}.meddey-suggest__footer{border-top:1px solid var(--meddey-border);background:var(--meddey-bg-light)}.meddey-suggest__footer[hidden]{display:none}.meddey-suggest__view-all{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;font-size:13px;font-weight:600;color:var(--meddey-primary);text-decoration:none}.meddey-suggest__view-all svg{width:15px;height:15px}.meddey-suggest__view-all:hover,.meddey-suggest__view-all.is-active{background:var(--meddey-primary-light)}.meddey-results-head{background:var(--meddey-bg-white);border-bottom:1px solid var(--meddey-border)}.meddey-results-head__bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 24px;padding:20px 0 16px;text-align:left}.meddey-results-head__eyebrow{margin:0 0 3px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--meddey-text-muted)}.meddey-results-head__title{margin:0;font-family:var(--meddey-font-heading);font-size:24px;line-height:1.25;font-weight:700;letter-spacing:-0.01em;color:var(--meddey-navy)}.meddey-results-head__form{display:flex;align-items:center;flex:0 1 420px;min-width:260px;background:#ffffff;border:1.5px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);overflow:hidden;transition:border-color 0.2s ease,box-shadow 0.2s ease}.meddey-results-head__form:focus-within{border-color:var(--meddey-primary);box-shadow:0 0 0 3px rgba(0,102,204,0.12)}.meddey-results-head__input{flex:1;min-width:0;border:none;outline:none;background:transparent;padding:10px 14px;font-family:var(--meddey-font);font-size:13.5px;color:var(--meddey-text-dark)}.meddey-results-head__input::placeholder{color:#94a3b8}.meddey-results-head__submit{flex:0 0 auto;border:none;background:var(--meddey-primary);color:#ffffff;padding:0 18px;height:42px;min-width:44px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.meddey-results-head__submit:hover{background:var(--meddey-primary-hover)}.meddey-results-head__submit svg{width:17px;height:17px}.meddey-results-tabs{padding-bottom:4px}.meddey-results-tabs .tabs-nav__item-list{gap:8px;justify-content:flex-start}.meddey-results-tabs .tabs-nav__position{display:none}.meddey-results-tabs .tabs-nav__item{opacity:1;padding:7px 14px;margin-block-end:12px;border-radius:var(--meddey-radius-full);background:var(--meddey-bg-light);color:var(--meddey-text-muted);font-size:12px}.meddey-results-tabs .tabs-nav__item[aria-expanded="true"]{background:var(--meddey-primary);color:#ffffff}@media screen and (max-width:740px){.meddey-results-head__title{font-size:19px}.meddey-results-head__form{flex-basis:100%}}.product-facet__meta-bar{align-items:center;gap:12px 20px;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid var(--meddey-border-light);margin-block-end:16px}.product-facet__meta-bar-item--count{font-size:13.5px;font-weight:600;color:var(--meddey-text-dark)}@media screen and (min-width:1000px){.product-facet__meta-bar{position:sticky;top:calc(var(--header-height,0px) * var(--enable-sticky-header)+var(--announcement-bar-height,0px) * var(--enable-sticky-announcement-bar,0));z-index:3;background:var(--meddey-bg-white)}.meddey-density{margin-inline-start:auto}.product-facet__aside .product-facet__active-list{display:none}}.meddey-density{gap:4px}.meddey-density__button{display:inline-flex;align-items:flex-end;gap:2px;height:28px;padding:0 7px;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);background:#ffffff;cursor:pointer}.meddey-density__button+.meddey-density__button{margin-inline-start:4px}.meddey-density__bar{width:3px;height:12px;border-radius:1px;background:var(--meddey-text-muted);transition:background 0.15s ease}.meddey-density__button:hover{border-color:var(--meddey-primary)}.meddey-density__button[aria-pressed="true"]{border-color:var(--meddey-primary);background:var(--meddey-primary-light)}.meddey-density__button[aria-pressed="true"] .meddey-density__bar{background:var(--meddey-primary)}.meddey-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-block-end:16px}.meddey-active-filters .tag{background:var(--meddey-primary-light);border-radius:var(--meddey-radius-full);color:var(--meddey-primary);font-size:12.5px}@media screen and (min-width:1000px){product-facet.product-facet,.product-facet{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:flex-start !important;justify-content:flex-start !important;gap:32px !important;width:100% !important}.product-facet__aside{flex:0 0 250px !important;width:250px !important;max-width:250px !important;min-width:240px !important;display:block !important;margin:0 !important}.product-facet__main,#facet-main{flex:1 1 0% !important;min-width:0 !important;width:0 !important;max-width:100% !important;display:block !important}.product-facet__aside-inner{background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);padding:4px 16px 8px;max-height:calc(100vh - var(--header-height,0px) - 60px);overflow-y:auto;overscroll-behavior:contain}.product-facet__filters-header{padding-block:14px;border-bottom-color:var(--meddey-border)}}@media screen and (max-width:999px){.product-facet__aside{display:none !important}}.product-facet__filter-item+.product-facet__filter-item{border-top-color:var(--meddey-border-light)}.product-facet__filter-item .collapsible-toggle{padding-block:14px;font-size:13.5px;color:var(--meddey-text-dark)}.product-facet__filter-item .collapsible__content{padding-inline-start:0}.facet-values__count{color:var(--meddey-text-muted);font-size:12px}.checkbox-container label{font-size:13px;line-height:1.4}.facet-search{margin-block-end:10px}.facet-search__input{width:100%;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-sm);padding:7px 10px;font-family:var(--meddey-font);font-size:12.5px;color:var(--meddey-text-dark);background:var(--meddey-bg-light)}.facet-search__input:focus{outline:none;border-color:var(--meddey-primary);background:#ffffff}.facet-values__empty{margin:6px 0 0;font-size:12.5px;color:var(--meddey-text-muted)}.facet-values__overflow{display:none}.facet-more__toggle:checked~.facet-values .facet-values__overflow,.facet-values--searching .facet-values__overflow{display:flex}.facet-more{display:inline-block;margin-block-start:10px;font-size:12.5px;font-weight:600;color:var(--meddey-primary);cursor:pointer}.facet-more:hover{text-decoration:underline}.facet-more__hide,.facet-more__toggle:checked~.facet-more .facet-more__show{display:none}.facet-more__toggle:checked~.facet-more .facet-more__hide{display:inline}.product-facet__product-list .product-item:not(.product-item--expanded){isolation:isolate}.product-item{background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);padding:10px 10px 14px;transition:border-color 0.15s ease,box-shadow 0.15s ease}.product-facet__product-list .product-item:hover{border-color:var(--meddey-primary);box-shadow:var(--meddey-shadow-md)}.product-facet__product-list .product-item-meta__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em;font-size:13.5px;line-height:1.35}.product-facet__product-list .product-list__inner{--pf-columns:var(--section-products-per-row,5);--pf-gap:var(--product-list-column-gap,20px);--pf-min:152px;grid-template-columns:repeat( auto-fill,minmax( max( var(--pf-min),calc((100% - (var(--pf-columns) - 1) * var(--pf-gap)) / var(--pf-columns)) ),1fr ) )}@media screen and (min-width:741px){.product-facet__product-list .product-list__inner{--pf-min:190px}}.product-facet__product-list .product-item-meta__price-list-container{margin-block-start:4px}.product-facet__product-list .price--compare{font-size:12px}.meddey-search-empty{max-width:620px;margin:48px auto 32px;text-align:center}.meddey-search-empty__title{margin:0 0 8px;font-family:var(--meddey-font-heading);font-size:24px;font-weight:700;color:var(--meddey-navy)}.meddey-search-empty__help{margin:0 0 20px;font-size:14px;color:var(--meddey-text-muted)}.meddey-search-empty__form{margin:0 auto 20px;flex-basis:100%}.meddey-search-empty__terms{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0}.meddey-search-empty__suggestions{margin-block-end:64px}.meddey-search-empty__suggestions-title{margin:0 0 16px;font-family:var(--meddey-font-heading);font-size:16px;font-weight:700;color:var(--meddey-navy)}.price--compare,.price-list .price--compare,.product-item-meta .price--compare,.product-meta .price--compare,product-meta .price--compare{color:#334155 !important;opacity:1 !important;text-decoration:line-through !important;font-weight:500 !important}.label--highlight,.product-item .label--highlight,.product-meta .label--highlight{background:#dc2626 !important;color:#ffffff !important;font-weight:700 !important;border-radius:4px !important}.product-meta__share-label{color:#1e293b !important;font-weight:600 !important}.product-meta__tax-notice,.product-item-meta__reviews-badge,.product-meta__reviews-badge{color:#475569 !important}.product-item:not(.product-item--expanded){isolation:isolate}.product-item{border-radius:var(--meddey-card-radius,12px) !important;border:1px solid var(--meddey-border) !important;background:#ffffff !important;padding:12px !important;position:relative !important;overflow:hidden !important;transition:all 0.3s cubic-bezier(0.16,1,0.3,1) !important}.product-item:hover{border-color:#8cc4f8 !important;box-shadow:0 14px 30px -6px rgba(0,102,204,0.16),0 4px 12px rgba(10,37,64,0.04) !important;transform:translateY(-4px) !important}.product-item::before{content:'';position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient( 90deg,transparent 0%,rgba(255,255,255,0.65) 50%,transparent 100% );transform:skewX(-25deg);pointer-events:none;z-index:4;opacity:0;transition:opacity 0.2s ease}.product-item:hover::before{opacity:1;animation:meddeySheenGlide 0.7s cubic-bezier(0.16,1,0.3,1) forwards}.product-item__cta.button,.product-item__cta-wrapper .button{background:#f0f7fe !important;border:1px solid #b9daf8 !important;color:#0066cc !important;border-radius:calc(var(--meddey-card-radius,12px) - 4px) !important;font-weight:600 !important;font-size:13px !important;height:38px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;text-decoration:none !important}.product-item__cta.button:hover,.product-item__cta-wrapper .button:hover{background:#0066cc !important;border-color:#0066cc !important;color:#ffffff !important;box-shadow:0 4px 12px rgba(0,102,204,0.25) !important;transform:translateY(-1px) !important}.product-form__buy-buttons .button--primary{background:#0066cc !important;color:#ffffff !important;border-radius:6px !important;font-weight:700 !important;min-height:48px !important;letter-spacing:0.02em;transition:all 0.2s ease !important}.product-form__buy-buttons .button--primary:hover{background:#0052a3 !important;box-shadow:0 6px 16px rgba(0,102,204,0.3) !important;transform:translateY(-1px)}.product-form__buy-buttons .shopify-payment-button__button--unbranded{background:#0a2540 !important;color:#ffffff !important;border-radius:6px !important;min-height:48px !important;font-weight:700 !important;transition:all 0.2s ease !important}.product-form__buy-buttons .shopify-payment-button__button--unbranded:hover{background:#06192c !important;box-shadow:0 6px 16px rgba(10,37,64,0.25) !important;transform:translateY(-1px)}.product-sticky-form{border-top:1px solid var(--meddey-border) !important;box-shadow:0 -4px 18px rgba(10,37,64,0.08) !important;background:#ffffff !important}.product-sticky-form .button{background:#0066cc !important;color:#ffffff !important;font-weight:700 !important;border-radius:6px !important;min-height:44px !important}.rte{color:var(--meddey-text-dark);font-size:15px;line-height:1.75;overflow-wrap:break-word}.rte>*:first-child{margin-block-start:0}.rte>*:last-child{margin-block-end:0}.rte p{margin-block:0 16px}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{color:var(--meddey-navy);margin-block-start:32px;margin-block-end:12px;line-height:1.3}.rte h2{font-size:21px}.rte h3{font-size:17px}.rte h4,.rte h5,.rte h6{font-size:15px}.rte ul,.rte ol{margin-block:0 16px;padding-inline-start:22px;margin-inline-start:0}.rte ul{list-style-type:disc}.rte ol{list-style-type:decimal}.rte li{margin-block-end:6px;padding-inline-end:0}.rte li::marker{color:var(--meddey-primary)}.rte li>ul,.rte li>ol{margin-block-start:6px}.rte a:not(.button){color:var(--meddey-primary);text-decoration:underline;text-underline-offset:2px}.rte a:not(.button):hover{color:var(--meddey-primary-hover)}.rte img{max-width:100%;height:auto;border-radius:var(--meddey-radius-sm)}.rte iframe,.rte video{max-width:100%;border:0;border-radius:var(--meddey-radius-sm)}.rte iframe[src*="youtube"],.rte iframe[src*="vimeo"]{width:100%;aspect-ratio:16 / 9;height:auto}.rte hr{border:0;border-top:1px solid var(--meddey-border);margin-block:28px}.rte .table-wrapper{margin-block-end:20px;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);box-shadow:var(--meddey-shadow-sm);-webkit-overflow-scrolling:touch}.rte table{width:100%;max-width:100%;min-width:min(480px,100%);border-collapse:collapse;font-size:0.92em;line-height:1.55}.rte table th,.rte table td{border-bottom:1px solid var(--meddey-border-light);padding:11px 16px;vertical-align:top}.rte table th:first-child,.rte table td:first-child{padding-inline-start:16px}.rte table th:last-child,.rte table td:last-child{padding-inline-end:16px}.rte table thead th{background:var(--meddey-bg-light);color:var(--meddey-navy);font-weight:700;white-space:nowrap}.rte table tbody tr:nth-child(even){background:rgba(15,23,42,0.022)}.rte table tbody tr:last-child th,.rte table tbody tr:last-child td{border-bottom:0}.rte table td:first-child,.rte table th:first-child{overflow-wrap:break-word}.rte .table-wrapper>table{width:100% !important}.rte table caption{padding-block-end:8px;font-size:0.92em;font-weight:600;color:var(--meddey-text-muted);text-align:start}@media screen and (max-width:740px){.rte table th,.rte table td,.rte table th:first-child,.rte table td:first-child,.rte table th:last-child,.rte table td:last-child{padding:10px 13px}}.rte blockquote{margin-block:24px;padding:14px 18px;border-inline-start:3px solid var(--meddey-primary);background:var(--meddey-primary-subtle);border-radius:0 var(--meddey-radius-sm) var(--meddey-radius-sm) 0}.rte blockquote:before{content:none}.rte code{background:var(--meddey-bg-light);border-radius:4px;padding:1px 5px;font-size:0.92em}.meddey-collection-content{display:block;padding-block:36px 8px}.meddey-collection-description{max-width:var(--description-max-width,100%);margin-inline:auto;margin-block-end:40px}.meddey-collection-description--center{text-align:center}.meddey-collection-description--center .rte ul,.meddey-collection-description--center .rte ol{display:inline-block;text-align:start}.meddey-collection-description__title{margin:0 0 14px;font-family:var(--meddey-font-heading);font-size:20px;font-weight:700;color:var(--meddey-navy)}.meddey-collection-description__toggle:not(:checked)~.meddey-collection-description__body{max-height:var(--description-collapsed-height,240px);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.meddey-collection-description__more{display:inline-flex;align-items:center;margin-block-start:14px;padding:7px 16px;border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-full);background:#ffffff;font-size:13px;font-weight:600;color:var(--meddey-primary);cursor:pointer;transition:border-color 0.15s ease,background 0.15s ease}.meddey-collection-description__more:hover{border-color:var(--meddey-primary);background:var(--meddey-primary-light)}.meddey-collection-description__more-hide,.meddey-collection-description__toggle:checked~.meddey-collection-description__more .meddey-collection-description__more-show{display:none}.meddey-collection-description__toggle:checked~.meddey-collection-description__more .meddey-collection-description__more-hide{display:inline}.meddey-related-articles{padding-block-start:32px;border-top:1px solid var(--meddey-border);margin-block-end:48px}.meddey-related-articles__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-block-end:24px}.meddey-related-articles__subheading{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--meddey-primary)}.meddey-related-articles__title{margin:0;font-family:var(--meddey-font-heading);font-size:20px;font-weight:700;color:var(--meddey-navy)}.meddey-related-articles__view-all{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--meddey-primary);text-decoration:none}.meddey-related-articles__view-all:hover{text-decoration:underline}.meddey-related-articles__view-all svg{width:15px;height:15px}.meddey-related-articles__list{--article-list-row-gap:28px;--article-list-column-gap:24px;grid-template-columns:1fr}.meddey-related-articles__list .article-item{background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);overflow:hidden;transition:border-color 0.15s ease,box-shadow 0.15s ease}.meddey-related-articles__list .article-item:hover{border-color:var(--meddey-primary);box-shadow:var(--meddey-shadow-md)}.meddey-related-articles__list .article-item__image-container{margin-block-end:0;border-radius:0;aspect-ratio:16 / 9}.meddey-related-articles__list .article-item__image{width:100%;height:100%;object-fit:cover}.meddey-related-articles__list .article-item__content{padding:14px 16px 18px;text-align:start}.meddey-related-articles__list .article-item__category{color:var(--meddey-primary);font-size:11px;letter-spacing:0.06em}.meddey-related-articles__list .article-item__title{margin-block:6px 8px;font-size:15px;line-height:1.35}.meddey-related-articles__list .article-item__title a{color:var(--meddey-navy);text-decoration:none}.meddey-related-articles__list .article-item__title a:hover{color:var(--meddey-primary)}.meddey-related-articles__list .article-item__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--meddey-text-muted);font-size:13px;line-height:1.6}@media screen and (min-width:741px){.meddey-related-articles__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1000px){.meddey-collection-content{padding-block-start:48px}.meddey-related-articles__list{grid-template-columns:repeat(var(--related-columns,3),1fr)}}.shopify-section--main-product .breadcrumb__list{padding-block:14px 10px}@media screen and (min-width:1000px){.shopify-section--main-product .product-meta{margin-block-start:0}}.meddey-collection-banner-clinical{background:linear-gradient(135deg,#f0f7fe 0%,#ffffff 100%);border-bottom:1px solid var(--meddey-border);padding:0 0 18px;text-align:start}.meddey-collection-banner-clinical .breadcrumb__list{padding-block:14px 10px}.meddey-collection-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:10px 28px}.meddey-collection-head__text{min-width:0}.meddey-collection-head__title{margin:0 0 4px;font-family:var(--meddey-font-heading);font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-0.01em;color:var(--meddey-navy)}.meddey-collection-head__intro{margin:0;max-width:760px;font-size:13.5px;line-height:1.55;color:var(--meddey-text-muted)}.meddey-collection-head__intro.rte{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13.5px;line-height:1.55}.meddey-collection-head__meta{display:flex;align-items:center;gap:10px;flex:0 0 auto}.meddey-collection-head__count{font-size:12.5px;font-weight:600;color:var(--meddey-primary);white-space:nowrap}@media screen and (max-width:740px){.meddey-collection-head__title{font-size:19px}}.meddey-card-action-bar{margin-top:auto !important;padding-top:10px;width:100%}.meddey-btn-card-atc{width:100%;height:38px;background:#f0f7fe !important;border:1px solid #b9daf8 !important;color:#0066cc !important;border-radius:calc(var(--meddey-card-radius,12px) - 4px) !important;font-weight:600 !important;font-size:13px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:6px !important;cursor:pointer;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;text-decoration:none !important;box-sizing:border-box}.meddey-btn-card-atc:hover:not(.is-disabled){background:#0066cc !important;border-color:#0066cc !important;color:#ffffff !important;box-shadow:0 4px 12px rgba(0,102,204,0.25) !important;transform:translateY(-1px)}.meddey-btn-card-atc.is-disabled{background:#f1f5f9 !important;border-color:#e2e8f0 !important;color:#94a3b8 !important;cursor:not-allowed}.product-item__no-image-placeholder{min-height:180px;background:#f8fafc;border-radius:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.meddey-pdp-stock-status{display:inline-flex;align-items:center;gap:8px;margin:10px 0 14px;padding:6px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;font-size:12.5px;font-weight:600;color:#166534}.meddey-pulse-dot{width:8px;height:8px;background:#16a34a;border-radius:50%;box-shadow:0 0 0 0 rgba(22,163,74,0.7);animation:meddeyPulse 2s infinite}@keyframes meddeyPulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(22,163,74,0.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(22,163,74,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(22,163,74,0)}}.meddey-whatsapp-concierge{margin-top:14px;padding:12px 16px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.meddey-whatsapp-text{display:flex;flex-direction:column;gap:2px}.meddey-whatsapp-title{font-size:12.5px;font-weight:700;color:#14532d}.meddey-whatsapp-sub{font-size:11.5px;color:#166534}.meddey-whatsapp-btn{display:inline-flex;align-items:center;gap:6px;background:#25d366;color:#05291f !important;font-size:12px;font-weight:700;padding:8px 14px;border-radius:6px;text-decoration:none;flex-shrink:0;box-shadow:0 2px 6px rgba(37,211,102,0.25);transition:all 0.2s ease}.meddey-whatsapp-btn:hover{background:#1fbf5c;transform:translateY(-1px);box-shadow:0 4px 10px rgba(37,211,102,0.35)}@media (max-width:600px){.meddey-whatsapp-concierge{flex-direction:column;align-items:flex-start}.meddey-whatsapp-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion:no-preference){@view-transition{navigation:auto}::view-transition-old(root){animation:meddey-page-out 90ms ease-in both}::view-transition-new(root){animation:meddey-page-in 160ms ease-out both}}@keyframes meddey-page-out{to{opacity:0}}@keyframes meddey-page-in{from{opacity:0;transform:translateY(6px)}}.meddey-swipe{overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.meddey-swipe::-webkit-scrollbar{display:none}.meddey-swipe>*{scroll-snap-align:start}.meddey-swipe.is-dragging{scroll-snap-type:none;scroll-behavior:auto;cursor:grabbing;user-select:none}.meddey-swipe:focus-visible{outline:2px solid var(--meddey-primary);outline-offset:3px;border-radius:var(--meddey-radius-sm)}@media (prefers-reduced-motion:reduce){.meddey-swipe{scroll-behavior:auto}}.meddey-offers-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 5 * 14px) / 6)}@media (max-width:1200px){.meddey-offers-grid{grid-auto-columns:210px}}@media (max-width:740px){.meddey-offers-grid{grid-auto-columns:62vw;gap:12px}}@media (max-width:1024px){.meddey-cat-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:134px}}@media (max-width:600px){.meddey-cat-grid{grid-auto-columns:118px}}.meddey-spotlight-price-box{flex-wrap:wrap;gap:8px 10px}.meddey-spotlight-current-price,.meddey-spotlight-compare-price,.meddey-spotlight-save-badge{white-space:nowrap}@media (max-width:640px){.meddey-spotlight-wrap{padding:18px 14px 22px}.meddey-spotlight-current-price{font-size:21px}.meddey-btn-spotlight-atc,.meddey-btn-spotlight-buy,.meddey-qty-selector{flex:0 0 auto;height:48px}.meddey-spotlight-actions{gap:10px}.meddey-secondary-actions{flex-wrap:wrap;gap:10px 18px}.meddey-spotlight-main-img-wrap{min-height:220px;padding:16px}.meddey-spotlight-main-img{max-height:200px}}.meddey-trust-bar{font-size:var(--trust-bar-font-size,13px);font-weight:var(--trust-bar-font-weight,500);letter-spacing:var(--trust-bar-letter-spacing,0);overflow:hidden}.meddey-trust-bar__viewport{display:flex;align-items:center}.meddey-trust-bar__track{display:flex;align-items:center;gap:var(--trust-bar-gap,36px);min-width:0}.meddey-trust-bar__item{display:inline-flex;align-items:center;gap:8px;color:inherit;opacity:0.92;text-decoration:none;white-space:nowrap;transition:opacity 0.15s ease}.meddey-trust-bar__item:hover{opacity:1}.meddey-trust-bar__item svg,.meddey-trust-bar__image{width:var(--trust-bar-media-size,20px);height:var(--trust-bar-media-size,20px);flex-shrink:0}.meddey-trust-bar__image{object-fit:contain;border-radius:3px}.meddey-trust-bar--static .meddey-trust-bar__track{flex-wrap:wrap;justify-content:space-between;width:100%;row-gap:6px}.meddey-trust-bar--swipe .meddey-trust-bar__track{width:max-content;padding-inline-end:4px}.meddey-trust-bar--marquee{--trust-bar-marquee-gap:var(--trust-bar-gap,36px)}.meddey-trust-bar--marquee .meddey-trust-bar__viewport{width:max-content;gap:var(--trust-bar-marquee-gap);animation:meddey-trust-marquee var(--trust-bar-speed,30s) linear infinite;animation-direction:var(--trust-bar-direction,normal);will-change:transform}.meddey-trust-bar--marquee .meddey-trust-bar__track{width:max-content}@keyframes meddey-trust-marquee{to{transform:translateX(calc(-50% - var(--trust-bar-marquee-gap) / 2))}}.meddey-trust-bar--pausable.meddey-trust-bar--marquee:hover .meddey-trust-bar__viewport,.meddey-trust-bar--pausable.meddey-trust-bar--marquee:focus-within .meddey-trust-bar__viewport{animation-play-state:paused}.meddey-trust-bar--fade .meddey-trust-bar__track,.meddey-trust-bar--slide .meddey-trust-bar__track{display:grid;width:100%;justify-items:center}.meddey-trust-bar--fade .meddey-trust-bar__item,.meddey-trust-bar--slide .meddey-trust-bar__item{grid-area:1 / 1;opacity:0;will-change:opacity,transform}.meddey-trust-bar--pausable.meddey-trust-bar--fade:hover .meddey-trust-bar__item,.meddey-trust-bar--pausable.meddey-trust-bar--slide:hover .meddey-trust-bar__item,.meddey-trust-bar--pausable.meddey-trust-bar--fade:focus-within .meddey-trust-bar__item,.meddey-trust-bar--pausable.meddey-trust-bar--slide:focus-within .meddey-trust-bar__item{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.meddey-trust-bar--marquee .meddey-trust-bar__viewport,.meddey-trust-bar--fade .meddey-trust-bar__item,.meddey-trust-bar--slide .meddey-trust-bar__item{animation:none !important}.meddey-trust-bar--marquee .meddey-trust-bar__viewport{width:100%;overflow-x:auto}.meddey-trust-bar--marquee .meddey-trust-bar__track[aria-hidden="true"]{display:none}.meddey-trust-bar--fade .meddey-trust-bar__track,.meddey-trust-bar--slide .meddey-trust-bar__track{display:flex;flex-wrap:wrap;justify-content:center;row-gap:6px}.meddey-trust-bar--fade .meddey-trust-bar__item,.meddey-trust-bar--slide .meddey-trust-bar__item{grid-area:auto;opacity:0.92;transform:none}}@media (max-width:900px){.meddey-trust-bar--static .meddey-trust-bar__viewport{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.meddey-trust-bar--static .meddey-trust-bar__viewport::-webkit-scrollbar{display:none}.meddey-trust-bar--static .meddey-trust-bar__track{width:max-content;flex-wrap:nowrap;gap:22px}}.product__media-list-wrapper{max-width:100% !important}.product__media-image-wrapper{aspect-ratio:1 / 1 !important;display:flex;align-items:center;justify-content:center;background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg);overflow:hidden}.product__media-image-wrapper>img{position:static !important;width:auto !important;height:auto !important;max-width:calc(100% - 48px) !important;max-height:calc(100% - 48px) !important;object-fit:contain;transform:none !important}@media screen and (max-width:740px){.product__media-image-wrapper{border-radius:var(--meddey-radius-md)}.product__media-image-wrapper>img{max-width:calc(100% - 28px) !important;max-height:calc(100% - 28px) !important}}.product__media-overlay-nav{display:contents}.product__media-overlay-arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:-20px;padding:0;color:var(--meddey-navy);background:rgba(255,255,255,0.94);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-full);box-shadow:var(--meddey-shadow-md);cursor:pointer;transition:background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,opacity 0.2s ease}.product__media-overlay-arrow--prev{inset-inline-start:10px}.product__media-overlay-arrow--next{inset-inline-end:10px}.product__media-overlay-arrow:hover{color:#ffffff;background:var(--meddey-primary);border-color:var(--meddey-primary);box-shadow:0 6px 16px rgba(0,102,204,0.28)}.product__media-overlay-arrow:focus-visible{outline:2px solid var(--meddey-primary);outline-offset:2px;opacity:1}@media (hover:hover) and (pointer:fine){.product__media-overlay-arrow{opacity:0}.product__media-list-wrapper:hover .product__media-overlay-arrow{opacity:1}}@media screen and (max-width:740px){.product__media-overlay-arrow{width:34px;height:34px;margin-top:-17px}}.product__zoom-button{width:40px;height:40px;color:var(--meddey-navy);background:rgba(255,255,255,0.94);border-color:var(--meddey-border);border-radius:var(--meddey-radius-full);box-shadow:var(--meddey-shadow-md)}@media screen and (pointer:fine){.product__zoom-button:hover{color:#ffffff;background:var(--meddey-primary);border-color:var(--meddey-primary)}}.product__media-nav{margin-block-start:14px}.product__thumbnail{width:72px;min-width:72px;aspect-ratio:1 / 1;padding:6px;background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);transition:border-color 0.2s ease,box-shadow 0.2s ease}.product__thumbnail>img{width:100%;height:100%;object-fit:contain}.product__thumbnail:after{display:none}.product__thumbnail-item[aria-current] .product__thumbnail{border-color:var(--meddey-primary);box-shadow:0 0 0 1px var(--meddey-primary)}@media screen and (pointer:fine){.product__thumbnail-item:not([aria-current]):hover .product__thumbnail{border-color:#b9daf8}}@media screen and (min-width:1000px){.product__thumbnail{width:68px;min-width:68px}}@media screen and (max-width:999px){.product__thumbnail{width:62px;min-width:62px;padding:5px}}.shopify-section--product-content .product-tabs__tab-item-wrapper{background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg);padding:2px 24px 10px}.shopify-section--product-content .collapsible-toggle{width:100%;padding-block:16px;font-family:var(--meddey-font);font-size:14px;font-weight:700;letter-spacing:0.04em;color:var(--meddey-navy)}.shopify-section--product-content .product-tabs__tab-item-content.rte{padding-block-end:14px;font-family:var(--meddey-font);font-size:var(--pdp-rte-font-size,15px);line-height:var(--pdp-rte-line-height,1.75);color:var(--meddey-text-dark);text-wrap:pretty}.shopify-section--product-content .product-tabs__tab-item-content.rte h1,.shopify-section--product-content .product-tabs__tab-item-content.rte h2{font-size:1.45em;margin-block:34px 14px;text-wrap:balance}.shopify-section--product-content .product-tabs__tab-item-content.rte h3{font-size:1.2em;margin-block:28px 12px}.shopify-section--product-content .product-tabs__tab-item-content.rte h4,.shopify-section--product-content .product-tabs__tab-item-content.rte h5,.shopify-section--product-content .product-tabs__tab-item-content.rte h6{font-size:1.05em;margin-block:24px 10px}.shopify-section--product-content .product-tabs__tab-item-content.rte li{margin-block-end:8px}.shopify-section--product-content .product-tabs__tab-item-content.rte>p,.shopify-section--product-content .product-tabs__tab-item-content.rte>ul,.shopify-section--product-content .product-tabs__tab-item-content.rte>ol,.shopify-section--product-content .product-tabs__tab-item-content.rte>blockquote{max-width:100ch}.shopify-section--product-content .product-tabs__tab-item-content.rte img{height:auto;border-radius:var(--meddey-radius-md)}@media screen and (min-width:1000px){.product-content--wide .product-content__tabs,.product-content--wide .product-content__tabs:only-child,.product-content--full .product-content__tabs,.product-content--full .product-content__tabs:only-child{width:100%;margin-inline:0}}@media screen and (min-width:1200px){.product-content--wide,.product-content--full{margin-inline:0}}.product-content--full{padding-inline:var(--container-gutter)}@media screen and (max-width:740px){.shopify-section--product-content .product-tabs__tab-item-wrapper{padding-inline:16px}}@media screen and (min-width:1000px){.product-tabs__tab-item-wrapper .collapsible-toggle:not(.hidden-lap-and-up)+.collapsible:not([open]){visibility:hidden;height:0;overflow:hidden}}@media screen and (max-width:999px){.shopify-section--product-content .product-tabs__tab-item-wrapper,.shopify-section--product-content .product-tabs__tab-item-wrapper:last-child{border-top-color:var(--meddey-border);border-bottom:1px solid var(--meddey-border)}}@media screen and (max-width:740px){.shopify-section--product-content .product-content__tabs{margin-inline:0}}.product--thumbnails-left .product__thumbnail-list{max-height:calc(var(--product-media-width) - 136px)}.meddey-search-drawer .drawer__content{display:flex;padding-block-end:0;overflow:hidden}.meddey-search-drawer__close{position:absolute;top:19px;inset-inline-end:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--meddey-navy)}.meddey-search-wrapper--drawer{position:static;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;max-width:none}.meddey-search-wrapper--drawer .meddey-search-form{flex:0 0 auto;margin:14px 56px 14px 16px}.meddey-search-wrapper--drawer .meddey-suggest{position:static;flex:1 1 auto;min-height:0;border:0;border-top:1px solid var(--meddey-border);border-radius:0;box-shadow:none}.meddey-search-wrapper--drawer .meddey-suggest[hidden]{display:block}.meddey-search-wrapper--drawer .meddey-suggest__inner{max-height:none;height:100%}.mobile-nav__collections{padding-block:4px 14px;margin-block-end:6px;border-bottom:1px solid var(--meddey-border)}.mobile-nav__collections-title{margin:0 0 2px;font-family:var(--meddey-font-heading);font-size:11.5px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--meddey-text-muted)}.mobile-nav__link{font-family:var(--meddey-font);font-size:15px;font-weight:600;line-height:1.35;letter-spacing:0;text-transform:none;color:var(--meddey-navy)}.mobile-nav .mobile-nav .mobile-nav__link{font-size:14px;font-weight:500;color:var(--meddey-text-dark)}.mobile-nav__item--collection .mobile-nav__link{display:flex;align-items:center;gap:10px}.mobile-nav__collection-icon{display:inline-flex;flex:0 0 auto;width:18px;height:18px;color:var(--meddey-primary)}.mobile-nav__collection-icon svg{width:100%;height:100%}.product__media-item[data-media-type="image"]{cursor:var(--zoom-cursor-svg-url) 26 26,zoom-in}.text--subdued{color:rgba(var(--text-color),0.8)}.breadcrumb__link:not([aria-current="page"]):not(:hover){opacity:1;color:rgba(var(--text-color),0.8)}.breadcrumb__link[aria-current="page"]{opacity:1;color:rgba(var(--text-color),0.9)}.flickity-enabled.is-fade .flickity-slider>*{transition:visibility 0.28s linear}.product__media-list{touch-action:pan-y pinch-zoom}.product__media-list .flickity-viewport{transition:none}@media (prefers-reduced-motion:reduce){.flickity-enabled.is-fade .flickity-slider>*{transition:none}}.meddey-alert-box>svg{flex:0 0 auto;width:22px;height:22px;color:var(--meddey-primary)}.meddey-subnav-icon>svg{flex:0 0 auto;width:16px;height:16px}.product__media-list .flickity-slider{will-change:transform}.drawer--quick-buy{max-width:460px}.quick-buy-product{display:block;width:100%}.quick-buy-gallery{margin-block-end:18px}.quick-buy-gallery__stage{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;padding:16px;background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-lg);overflow:hidden}.quick-buy-gallery__image{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.quick-buy-gallery__thumbs{display:flex;gap:8px;margin-block-start:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.quick-buy-gallery__thumb{position:relative;flex:0 0 auto;width:56px;height:56px;padding:4px;background:var(--meddey-bg-white);border:1px solid var(--meddey-border);border-radius:var(--meddey-radius-md);cursor:pointer;transition:border-color 0.2s ease,box-shadow 0.2s ease}.quick-buy-gallery__thumb img{width:100%;height:100%;object-fit:contain}.quick-buy-gallery__thumb[aria-current]{border-color:var(--meddey-primary);box-shadow:0 0 0 1px var(--meddey-primary)}@media screen and (pointer:fine){.quick-buy-gallery__thumb:not([aria-current]):hover{border-color:#b9daf8}}.quick-buy-gallery__thumb:focus-visible{outline:2px solid var(--meddey-primary);outline-offset:2px}.quick-buy-product__highlights{margin-block:14px 0;padding:0;list-style:none}.quick-buy-product__highlight{position:relative;margin-block-end:7px;padding-inline-start:20px;font-family:var(--meddey-font);font-size:13px;line-height:1.55;color:var(--meddey-text-dark)}.quick-buy-product__highlight::before{content:"";position:absolute;inset-inline-start:4px;top:8px;width:6px;height:6px;border-radius:var(--meddey-radius-full);background:var(--meddey-primary)}.quick-buy-product__highlight--plain{padding-inline-start:0;color:var(--meddey-text-muted)}.quick-buy-product__highlight--plain::before{content:none}.popover--quick-buy .quick-buy-gallery__stage{aspect-ratio:16 / 10}.popover--quick-buy .quick-buy-product__highlights{display:none}@media screen and (max-width:740px){.quick-buy-gallery__thumb{width:50px;height:50px}}.meddey-health__head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:8px 20px;margin-block-end:14px}.meddey-health__eyebrow{margin:0 0 3px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--meddey-primary)}.meddey-health__row{overflow:hidden}.meddey-health__viewport{display:flex;align-items:flex-start}.meddey-health__track{display:flex;align-items:flex-start;gap:var(--hn-gap,16px);width:max-content}.meddey-health-card{flex:0 0 var(--hn-card,88px);width:var(--hn-card,88px);scroll-snap-align:start}.meddey-health-label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.meddey-health__row--swipe .meddey-health__viewport,.meddey-health__row--static .meddey-health__viewport{padding-block-end:4px}.meddey-health__row--static .meddey-health__track{width:100%;justify-content:space-between;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.meddey-health__row--static .meddey-health__track::-webkit-scrollbar{display:none}.meddey-health__row--marquee .meddey-health__viewport{width:max-content;gap:var(--hn-gap,16px);animation:meddey-health-marquee var(--hn-speed,40s) linear infinite;animation-direction:var(--hn-direction,normal);will-change:transform}@keyframes meddey-health-marquee{to{transform:translateX(calc(-50% - var(--hn-gap,16px) / 2))}}.meddey-health__row--pausable.meddey-health__row--marquee:hover .meddey-health__viewport,.meddey-health__row--pausable.meddey-health__row--marquee:focus-within .meddey-health__viewport{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.meddey-health__row--marquee .meddey-health__viewport{animation:none;width:100%;overflow-x:auto;scrollbar-width:none}.meddey-health__row--marquee .meddey-health__track[aria-hidden="true"]{display:none}}@media (max-width:740px){.meddey-health__head{margin-block-end:10px}.meddey-health__track{gap:max(10px,calc(var(--hn-gap,16px) - 4px))}.meddey-health__row--swipe .meddey-health__viewport{scroll-padding-inline-start:0}}.meddey-hero-slider{position:relative;overflow:hidden;border-radius:var(--hero-radius,14px)}.meddey-hero__viewport{display:flex;align-items:stretch;width:100%}.meddey-hero-slider--multi .meddey-hero__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none}.meddey-hero-slider--multi .meddey-hero__viewport:active,.meddey-hero-slider--multi .meddey-hero__viewport.is-dragging{cursor:grabbing;scroll-behavior:auto}.meddey-hero-slider--multi .meddey-hero__viewport::-webkit-scrollbar{display:none}.meddey-hero-slider--multi .meddey-hero__viewport>.meddey-hero{flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always}.meddey-hero__inner{min-height:var(--hero-height-desktop,380px)}.meddey-hero{border-radius:var(--hero-radius,14px)}.meddey-hero__title{font-size:var(--hero-title-size,40px)}.meddey-hero__subtitle{font-size:var(--hero-text-size,15px)}.meddey-hero-slider .meddey-btn{border-radius:var(--hero-button-radius,8px)}.meddey-hero__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;margin-block-end:12px;padding:5px 12px;border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.75);border:1px solid rgba(0,102,204,0.16);font-size:11.5px;font-weight:700;letter-spacing:0.04em;color:var(--meddey-primary)}.meddey-hero--center .meddey-hero__content{margin-inline:auto;text-align:center}.meddey-hero--center .meddey-hero__actions{justify-content:center}.meddey-hero--center .meddey-hero__eyebrow{align-self:center}.meddey-hero--right .meddey-hero__inner{direction:rtl}.meddey-hero--right .meddey-hero__inner>*{direction:ltr}.meddey-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;display:none;align-items:center;justify-content:center;border:1.5px solid rgba(0,102,204,0.18);border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--meddey-navy);cursor:pointer;box-shadow:0 6px 18px rgba(10,37,64,0.12);transition:all 0.25s cubic-bezier(0.16,1,0.3,1)}.meddey-hero__arrow:hover{background:#ffffff;border-color:var(--meddey-primary);color:var(--meddey-primary);transform:translateY(-50%) scale(1.08);box-shadow:0 8px 24px rgba(0,102,204,0.24)}.meddey-hero__arrow:active{transform:translateY(-50%) scale(0.96)}.meddey-hero__arrow svg{width:16px;height:16px;fill:currentColor}.meddey-hero__arrow--prev{inset-inline-start:16px}.meddey-hero__arrow--next{inset-inline-end:16px}@media (min-width:900px){.meddey-hero-slider--multi .meddey-hero__arrow{display:inline-flex}}.meddey-hero__dots{display:flex;align-items:center;justify-content:center;gap:4px;padding:14px 0 8px 0;margin:0 auto;position:relative;z-index:5}.meddey-hero__dot{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;cursor:pointer;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative;outline:none;-webkit-tap-highlight-color:transparent;transition:transform 0.2s ease}.meddey-hero__dot::after{content:"";display:block;width:8px;height:8px;border-radius:9999px;background:var(--meddey-dot-color,#cbd5e1);transition:all 0.25s cubic-bezier(0.16,1,0.3,1)}.meddey-hero__dot:hover::after{background:var(--meddey-dot-hover-color,#94a3b8);transform:scale(1.2)}.meddey-hero__dot.is-active,.meddey-hero__dot--active{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;width:32px!important;height:32px!important}.meddey-hero__dot.is-active::after,.meddey-hero__dot--active::after{width:26px!important;height:8px!important;border-radius:9999px!important;background:var(--meddey-dot-active-color,var(--meddey-primary,#0066cc))!important;box-shadow:0 2px 8px rgba(0,102,204,0.35)!important;transform:none!important}.meddey-hero__dot:focus-visible::after{outline:2px solid var(--meddey-primary,#0066cc);outline-offset:3px}.meddey-hero--banner{padding:0!important;overflow:hidden;position:relative;width:100%;flex:0 0 100%}.meddey-hero__banner-link,.meddey-hero__banner-wrap{display:block;width:100%;height:100%;text-decoration:none;position:relative;overflow:hidden;border-radius:inherit}.meddey-hero__banner-picture{display:block;width:100%;height:100%}.meddey-hero__banner-img{width:100%;height:var(--hero-banner-height-desktop,100%);min-height:var(--hero-banner-min-height,360px);object-fit:var(--hero-banner-fit,cover);object-position:center;display:block;transition:transform 0.4s cubic-bezier(0.16,1,0.3,1)}.meddey-hero__banner-link:hover .meddey-hero__banner-img{transform:var(--hero-hover-transform,scale(1.02))}.meddey-hero--banner-overlay{position:relative;overflow:hidden;padding:0!important;width:100%;flex:0 0 100%}.meddey-hero__overlay-bg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.meddey-hero__overlay-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.meddey-hero__overlay-scrim{position:absolute;inset:0;z-index:2;pointer-events:none}.meddey-hero__overlay-scrim--dark{background:linear-gradient(90deg,rgba(10,37,64,0.88) 0%,rgba(10,37,64,0.65) 45%,rgba(10,37,64,0.2) 100%)}.meddey-hero__overlay-scrim--light{background:linear-gradient(90deg,rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.72) 45%,rgba(255,255,255,0.2) 100%)}.meddey-hero__overlay-scrim--brand{background:linear-gradient(90deg,rgba(0,75,150,0.88) 0%,rgba(0,102,204,0.6) 50%,rgba(14,165,233,0.25) 100%)}.meddey-hero__overlay-scrim--frosted{background:rgba(255,255,255,0.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.meddey-hero__overlay-content{position:relative;z-index:3;padding:var(--hero-padding-desktop,40px) clamp(32px,5vw,64px);max-width:620px}.meddey-hero__overlay-content--center{max-width:760px;margin:0 auto;text-align:center}.meddey-hero__overlay-content--right{margin-left:auto;text-align:left}.meddey-hero--card-glassmorphism{background:rgba(255,255,255,0.75)!important;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border:1px solid rgba(255,255,255,0.8)!important;box-shadow:0 16px 36px rgba(10,37,64,0.08),inset 0 1px 0 rgba(255,255,255,0.9)!important}.meddey-hero--card-pure-white{background:#ffffff!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 25px rgba(10,37,64,0.06)!important}.meddey-hero--card-dark-executive{background:linear-gradient(135deg,#071727 0%,#0a2540 60%,#0f355c 100%)!important;border:1px solid rgba(255,255,255,0.12)!important;box-shadow:0 16px 36px rgba(0,0,0,0.25)!important}.meddey-hero--card-dark-executive .meddey-hero__title,.meddey-hero--card-dark-executive .meddey-hero__eyebrow-pill{color:#ffffff!important}.meddey-hero--card-dark-executive .meddey-hero__eyebrow-pill{background:rgba(255,255,255,0.12)!important;border-color:rgba(255,255,255,0.2)!important}.meddey-hero--card-dark-executive .meddey-hero__subtitle{color:#94a3b8!important}.meddey-hero--pattern-grid::before{content:"";position:absolute;inset:0;background-size:32px 32px;background-image:linear-gradient(to right,rgba(0,102,204,0.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,102,204,0.04) 1px,transparent 1px);pointer-events:none;z-index:1}.meddey-hero--pattern-glow::before{content:"";position:absolute;top:-20%;right:10%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,204,0.12) 0%,rgba(56,189,248,0.05) 50%,transparent 70%);pointer-events:none;z-index:1;filter:blur(40px)}.meddey-hero--sheen{position:relative}.meddey-hero--sheen::after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.4) 50%,transparent 100%);transform:skewX(-25deg);pointer-events:none;z-index:4;opacity:0;transition:opacity 0.2s ease}.meddey-hero--sheen:hover::after{opacity:1;animation:meddeyHeroSheen 0.85s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes meddeyHeroSheen{0%{left:-120%}100%{left:200%}}.meddey-hero__dots--style-dots .meddey-hero__dot::after{width:8px!important;height:8px!important;border-radius:50%!important}.meddey-hero__dots--style-dots .meddey-hero__dot.is-active::after{width:10px!important;height:10px!important;border-radius:50%!important}.meddey-hero__dots--style-line .meddey-hero__dot::after{width:16px!important;height:4px!important;border-radius:2px!important}.meddey-hero__dots--style-line .meddey-hero__dot.is-active::after{width:32px!important;height:4px!important;border-radius:2px!important}.meddey-hero__dots--inside{position:absolute;bottom:12px;left:0;right:0;z-index:6}@media (max-width:900px){.meddey-hero__inner{min-height:var(--hero-height-mobile,340px);display:flex;flex-direction:column;justify-content:center;gap:20px;padding:24px 18px 26px;text-align:center}.meddey-hero__title{font-size:var(--hero-title-size-mobile,26px);margin-block-end:10px}.meddey-hero__subtitle{margin-block-end:18px}.meddey-hero__eyebrow{align-self:center;font-size:10.5px;padding:4px 10px}.meddey-hero__actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%;max-width:320px;margin-inline:auto}.meddey-hero-slider .meddey-btn{width:100%;min-height:46px;font-size:14.5px}.meddey-hero__visual{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:6px}.meddey-hero__image-wrap{width:100%;max-width:380px;min-height:auto;padding:0;margin:0 auto;background:transparent;border:none;box-shadow:none}.meddey-hero__image{max-height:220px;width:auto;margin-inline:auto}.meddey-hero__floating-badge{position:relative;display:inline-flex;margin:-14px auto 0;z-index:5;font-size:12px;padding:6px 14px}}@media (max-width:480px){.meddey-hero__inner{padding:18px 14px 22px}.meddey-hero__image{max-height:150px}}@media (prefers-reduced-motion:reduce){.meddey-hero__viewport{scroll-behavior:auto}}@media (max-width:740px){.meddey-view-all-link,.meddey-action-btn,.meddey-related-articles__view-all,.meddey-suggest__clear,.facet-more{min-height:44px;display:inline-flex;align-items:center}.meddey-suggest__chip,.meddey-search-empty__terms .meddey-suggest__chip{min-height:36px}.meddey-health-card,.meddey-cat-card{padding-block-end:4px}}.lightbox{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;opacity:0;transition:opacity 0.18s ease-out}.lightbox[hidden]{display:none}.lightbox.is-open{opacity:1}.lightbox__backdrop{position:absolute;inset:0;background:rgba(232,238,245,0.95);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.lightbox__panel{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.lightbox__header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:12px var(--container-gutter);border-bottom:1px solid rgba(10,37,64,0.09)}.lightbox__title{min-width:0;margin:0;overflow:hidden;font-family:var(--meddey-font-heading);font-size:13.5px;font-weight:600;color:var(--meddey-navy);white-space:nowrap;text-overflow:ellipsis}.lightbox__actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.lightbox__counter{min-width:62px;padding:5px 10px;border:1px solid rgba(10,37,64,0.1);border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.75);font-family:var(--meddey-font);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--meddey-navy);text-align:center;white-space:nowrap}.lightbox__zoom{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(10,37,64,0.1);border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.75)}.lightbox__icon-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--meddey-radius-full);color:var(--meddey-navy);cursor:pointer;transition:background 0.18s ease,color 0.18s ease,transform 0.18s ease}.lightbox__zoom .lightbox__icon-button{width:28px;height:28px}.lightbox__actions>.lightbox__icon-button{border:1px solid rgba(10,37,64,0.1);background:rgba(255,255,255,0.75)}.lightbox__icon-button:hover{background:var(--meddey-primary);color:#ffffff}.lightbox__icon-button:active{transform:scale(0.94)}.lightbox__icon-button:focus-visible,.lightbox__thumb:focus-visible,.lightbox__nav:focus-visible{outline:2px solid var(--meddey-primary);outline-offset:2px}.lightbox__body{position:relative;display:flex;flex:1 1 auto;align-items:center;min-height:0}.lightbox__viewport{width:100%;height:100%;overflow:hidden;touch-action:pan-y pinch-zoom}.lightbox__track{display:flex;height:100%;will-change:transform;transition:transform 0.36s cubic-bezier(0.22,1,0.36,1)}.lightbox__slide{display:flex;flex:0 0 100%;align-items:center;justify-content:center;min-width:0;height:100%;padding:16px var(--container-gutter)}.lightbox__slide[hidden]{display:none}.lightbox__card{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;padding:16px;border:1px solid var(--meddey-border);border-radius:16px;background:rgba(255,255,255,0.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 24px 60px rgba(10,37,64,0.16);overflow:hidden}.lightbox__image{width:auto;height:auto;max-width:100%;max-height:70vh;border-radius:8px;object-fit:contain;user-select:none;-webkit-user-drag:none;cursor:zoom-in;transition:transform 0.28s cubic-bezier(0.22,1,0.36,1)}.lightbox.is-zoomed .lightbox__image{cursor:grab}.lightbox.is-zoomed .lightbox__slide.is-selected .lightbox__image:active{cursor:grabbing;transition:none}.lightbox__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-top:-22px;border:1px solid rgba(10,37,64,0.1);border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--meddey-shadow-sm);color:var(--meddey-navy);cursor:pointer;transition:background 0.18s ease,color 0.18s ease,opacity 0.18s ease,transform 0.18s ease}.lightbox__nav--prev{inset-inline-start:12px}.lightbox__nav--next{inset-inline-end:12px}.lightbox__nav:hover{background:var(--meddey-primary);color:#ffffff}.lightbox__nav:active{transform:scale(0.94)}.lightbox.is-zoomed .lightbox__nav{opacity:0;pointer-events:none}.lightbox__reset{position:absolute;bottom:12px;left:50%;z-index:2;transform:translateX(-50%);padding:7px 14px;border:1px solid rgba(10,37,64,0.1);border-radius:var(--meddey-radius-full);background:rgba(255,255,255,0.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--meddey-shadow-sm);font-family:var(--meddey-font);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--meddey-navy);white-space:nowrap;cursor:pointer}.lightbox__reset[hidden]{display:none}.lightbox__hint{flex:0 0 auto;margin:0;padding-block:6px 2px;font-family:var(--meddey-font);font-size:11px;color:var(--meddey-text-muted);text-align:center}.lightbox.is-zoomed .lightbox__hint{visibility:hidden}.lightbox__thumbs{display:flex;flex:0 0 auto;justify-content:flex-start;gap:8px;padding:8px var(--container-gutter) 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}@supports (justify-content:safe center){.lightbox__thumbs{justify-content:safe center}}.lightbox__thumb{position:relative;flex:0 0 auto;width:56px;height:56px;padding:3px;border:1px solid rgba(10,37,64,0.12);border-radius:var(--meddey-radius-md);background:rgba(255,255,255,0.8);cursor:pointer;opacity:0.55;transition:opacity 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.lightbox__thumb[hidden]{display:none}.lightbox__thumb img{width:100%;height:100%;object-fit:contain;border-radius:calc(var(--meddey-radius-md) - 4px)}.lightbox__thumb:hover{opacity:0.85}.lightbox__thumb[aria-current]{opacity:1;border-color:var(--meddey-primary);box-shadow:0 0 0 1px var(--meddey-primary);transform:translateY(-2px)}@media screen and (max-width:740px){.lightbox__title{display:none}.lightbox__nav{display:none}.lightbox__card{padding:10px;border-radius:12px}.lightbox__thumb{width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.lightbox,.lightbox__track,.lightbox__image,.lightbox__thumb,.lightbox__nav{transition:none}}.product-item,.product-item__image-wrapper,.product-item__info{opacity:1 !important;visibility:visible !important}.meddey-qv-skeleton[hidden]{display:none !important}.meddey-qv-skeleton{display:grid;grid-template-columns:1fr 1.15fr;gap:28px;padding:8px 0}@media screen and (max-width:700px){.meddey-qv-skeleton[hidden]{display:none !important}.meddey-qv-skeleton{grid-template-columns:1fr;gap:16px}}.meddey-sk-img{width:100%;height:260px;background:#f1f5f9;border-radius:12px;animation:meddeyShimmer 1.4s infinite ease-in-out}.meddey-sk-thumbs{display:flex;gap:8px;margin-top:12px}.meddey-sk-thumb{width:56px;height:56px;background:#f1f5f9;border-radius:8px;animation:meddeyShimmer 1.4s infinite ease-in-out}.meddey-sk-right{display:flex;flex-direction:column;gap:14px}.meddey-sk-line{background:#f1f5f9;border-radius:4px;animation:meddeyShimmer 1.4s infinite ease-in-out}.meddey-sk-pill{width:80px;height:16px}.meddey-sk-title{width:90%;height:26px}.meddey-sk-price{width:50%;height:24px}.meddey-sk-bullet{width:85%;height:16px}.meddey-sk-btn{width:100%;height:44px;margin-top:14px;border-radius:8px}@keyframes meddeyShimmer{0%{opacity:0.45}50%{opacity:0.9}100%{opacity:0.45}}@keyframes meddeySpin{to{transform:rotate(360deg)}}.meddey-spin{animation:meddeySpin 0.75s linear infinite}.meddey-qv-body{position:relative;width:100%}.meddey-qv-options{display:flex;flex-direction:column;gap:12px;margin:12px 0 16px}.meddey-qv-option-group{display:flex;flex-direction:column;gap:6px}.meddey-qv-option-label{font-size:13px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:6px}.meddey-qv-option-name{color:#64748b;font-weight:600}.meddey-qv-option-selected{color:#0066cc;font-weight:700}.meddey-qv-option-values{display:flex;flex-wrap:wrap;gap:8px}.meddey-qv-pill{padding:6px 14px;font-size:13px;font-weight:600;border-radius:20px;border:1.5px solid #cbd5e1;background:#ffffff;color:#334155;cursor:pointer;transition:all 0.2s cubic-bezier(0.16,1,0.3,1);display:inline-flex;align-items:center;justify-content:center}.meddey-qv-pill:hover{border-color:#0066cc;color:#0066cc;transform:translateY(-1px)}.meddey-qv-pill.is-selected{background:#eef6ff;border-color:#0066cc;color:#0066cc;box-shadow:0 0 0 1px #0066cc;font-weight:700}.meddey-qv-actions{display:flex;gap:12px;align-items:center;margin-top:16px}.meddey-qv-qty{display:flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:8px;background:#ffffff;height:46px;flex-shrink:0;overflow:hidden}.meddey-qv-qty-btn{width:38px;height:100%;background:transparent;border:none;font-size:18px;font-weight:700;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease,color 0.15s ease;user-select:none}.meddey-qv-qty-btn:hover{background:#f1f5f9;color:#0066cc}.meddey-qv-qty-input{width:44px;height:100%;border:none;text-align:center;font-size:15px;font-weight:700;color:#0f172a;background:transparent;padding:0;-moz-appearance:textfield}.meddey-qv-qty-input::-webkit-outer-spin-button,.meddey-qv-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.meddey-qv-submit-btn{white-space:nowrap !important;min-width:140px;flex:1;height:46px;display:flex;align-items:center;justify-content:center;background:#eef6ff !important;color:#0066cc !important;border:1.5px solid #0066cc !important;border-radius:8px !important;font-size:14px !important;font-weight:700 !important;letter-spacing:0.02em !important;cursor:pointer !important;transition:all 0.25s cubic-bezier(0.16,1,0.3,1) !important;box-shadow:0 2px 6px rgba(0,102,204,0.08) !important}.meddey-qv-submit-btn:hover:not(:disabled){background:#0066cc !important;color:#ffffff !important;transform:translateY(-1px) !important;box-shadow:0 6px 16px rgba(0,102,204,0.25) !important}.meddey-qv-submit-btn:disabled{opacity:0.55;cursor:not-allowed !important;background:#f1f5f9 !important;color:#94a3b8 !important;border-color:#cbd5e1 !important;transform:none !important;box-shadow:none !important}.meddey-qv-footer{margin-top:14px;text-align:left}.meddey-qv-footer a{font-size:13px;font-weight:600;color:#0066cc;text-decoration:none;transition:all 0.15s ease;display:inline-flex;align-items:center;gap:4px}.meddey-qv-footer a:hover{text-decoration:underline;color:#004c99}.meddey-paper-page--left{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4px}.meddey-paper-labels{position:absolute;top:0;left:0;z-index:4}.meddey-paper-gallery{width:100%;display:flex;flex-direction:column;align-items:center}.meddey-paper-gallery__stage{width:100%;display:flex;align-items:center;justify-content:center;min-height:240px;max-height:280px;background:transparent;padding:8px}.meddey-paper-img{max-height:250px;max-width:100%;width:auto;object-fit:contain;transition:opacity 0.2s ease}.meddey-paper-thumbs{display:flex;gap:6px;margin-top:10px;justify-content:center}.meddey-paper-thumbs .quick-buy-gallery__thumb{width:44px;height:44px;padding:2px;border-radius:6px;border:1.5px solid #e2e8f0;background:#ffffff}.meddey-paper-thumbs .quick-buy-gallery__thumb.is-active{border-color:#0066cc;box-shadow:0 0 0 1px #0066cc}.meddey-paper-spine{position:absolute;top:-8px;bottom:-8px;left:calc((100% - 16px) / 2.18);width:1px;background:linear-gradient(to bottom,transparent,#e2e8f0 10%,#e2e8f0 90%,transparent);box-shadow:-4px 0 8px rgba(0,0,0,0.04),4px 0 8px rgba(0,0,0,0.04);pointer-events:none}@media screen and (max-width:700px){.meddey-paper-spine{display:none}}.meddey-paper-page--right{position:relative;padding:0 0 0 12px;display:flex;flex-direction:column;justify-content:space-between;transform-origin:left center;transform-style:preserve-3d;backface-visibility:hidden;animation:meddeyPaperUnfold 0.44s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes meddeyPaperUnfold{0%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}50%{opacity:0.9;filter:brightness(0.96)}100%{opacity:1;transform:perspective(1200px) rotateY(0deg);box-shadow:inset 8px 0 12px -8px rgba(0,48,120,0.06);filter:brightness(1)}}.meddey-paper-page--right.is-folding{animation:meddeyPaperFold 0.26s cubic-bezier(0.4,0,0.2,1) forwards !important}@keyframes meddeyPaperFold{0%{opacity:1;transform:perspective(1200px) rotateY(0deg);filter:brightness(1)}100%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}}.meddey-paper-content{position:relative;width:100%}.meddey-qv-close-btn{position:absolute;top:-6px;right:-6px;width:32px;height:32px;border-radius:50%;background:#ffffff;border:1.5px solid #cbd5e1;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.meddey-qv-close-btn:hover{background:#0066cc;color:#ffffff;border-color:#0066cc;transform:rotate(90deg) scale(1.06)}.meddey-paper-page--left{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto !important;max-height:none !important;padding:0;overflow:hidden}.meddey-paper-labels{position:absolute;top:0;left:0;z-index:4}.meddey-paper-gallery{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.meddey-paper-gallery__stage{width:100%;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;max-height:220px;padding:4px}.meddey-paper-img{max-height:200px;max-width:100%;width:auto;object-fit:contain;transition:opacity 0.2s ease}.meddey-paper-thumbs{display:flex;gap:6px;margin-top:6px;justify-content:center;flex-shrink:0}.meddey-paper-thumbs .quick-buy-gallery__thumb{width:32px;height:32px;padding:2px;border-radius:4px;border:1px solid #e2e8f0;background:#ffffff}.meddey-paper-thumbs .quick-buy-gallery__thumb.is-active{border-color:#0066cc;box-shadow:0 0 0 1px #0066cc}.meddey-paper-spine{position:absolute;top:-4px;bottom:-4px;left:calc((100% - 12px) / 2.2);width:1px;background:linear-gradient(to bottom,transparent,#e2e8f0 10%,#e2e8f0 90%,transparent);box-shadow:-3px 0 6px rgba(0,0,0,0.04),3px 0 6px rgba(0,0,0,0.04);pointer-events:none}@media screen and (max-width:700px){.meddey-paper-spine{display:none}}.meddey-paper-page--right{position:relative;padding:0 2px 0 8px;height:100% !important;max-height:100% !important;display:flex;flex-direction:column;justify-content:space-between;transform-origin:left center;transform-style:preserve-3d;backface-visibility:hidden;animation:meddeyPaperUnfold 0.44s cubic-bezier(0.16,1,0.3,1) forwards;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.meddey-paper-page--right::-webkit-scrollbar{width:3px}.meddey-paper-page--right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}@keyframes meddeyPaperUnfold{0%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}50%{opacity:0.9;filter:brightness(0.96)}100%{opacity:1;transform:perspective(1200px) rotateY(0deg);box-shadow:inset 6px 0 10px -6px rgba(0,48,120,0.06);filter:brightness(1)}}.meddey-paper-page--right.is-folding{animation:meddeyPaperFold 0.26s cubic-bezier(0.4,0,0.2,1) forwards !important}@keyframes meddeyPaperFold{0%{opacity:1;transform:perspective(1200px) rotateY(0deg);filter:brightness(1)}100%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}}.meddey-paper-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.meddey-paper-content .product-item-meta__vendor{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#0066cc;margin-bottom:2px;display:inline-block}.meddey-paper-content .product-item-meta__title{font-size:13px !important;font-weight:700 !important;line-height:1.3 !important;margin:0 !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#0a2540}.meddey-paper-content .price-list{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px}.meddey-paper-content .price--highlight{font-size:15px !important;font-weight:800 !important;color:#0066cc}.meddey-paper-content .price--compare{font-size:12px !important;color:#94a3b8;text-decoration:line-through}.meddey-paper-content .quick-buy-product__highlights{list-style:none;padding:0;margin:2px 0 6px;display:flex;flex-direction:column;gap:3px}.meddey-paper-content .quick-buy-product__highlight{font-size:11px !important;color:#475569;line-height:1.3;display:flex;align-items:flex-start;gap:7px}.meddey-paper-content .quick-buy-product__highlight::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#0066cc;flex-shrink:0;margin-top:5px}.meddey-paper-content .meddey-qv-actions{display:flex;gap:8px;align-items:center;margin-top:6px}.meddey-paper-content .meddey-qv-qty{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:6px;background:#ffffff;height:36px;flex-shrink:0;overflow:hidden}.meddey-paper-content .meddey-qv-qty-btn{width:28px;height:100%;background:transparent;border:none;font-size:15px;font-weight:700;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center}.meddey-paper-content .meddey-qv-qty-input{width:32px;height:100%;border:none;text-align:center;font-size:13px;font-weight:700;color:#0f172a;background:transparent;padding:0;-moz-appearance:textfield}.meddey-paper-content .meddey-qv-submit-btn{flex:1;height:36px !important;padding:0 12px !important;font-size:13px !important;font-weight:700 !important;border-radius:6px !important;white-space:nowrap !important}.meddey-paper-content .meddey-qv-footer{margin-top:4px}.meddey-paper-content .meddey-qv-footer a{font-size:11px;color:#0066cc;text-decoration:none;font-weight:600}.meddey-qv-close-btn{position:absolute;top:-4px;right:-4px;width:28px;height:28px;border-radius:50%;background:#ffffff;border:1.5px solid #cbd5e1;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.meddey-qv-close-btn:hover{background:#0066cc;color:#ffffff;border-color:#0066cc;transform:rotate(90deg) scale(1.06)}#meddey-quick-view-drawer,.meddey-qv-modal,#meddey-quick-view-drawer.meddey-qv-drawer{position:fixed !important;top:50% !important;left:50% !important;right:auto !important;bottom:auto !important;width:min(840px,94vw) !important;max-width:840px !important;max-height:90vh !important;height:auto !important;background:#ffffff !important;border-radius:16px !important;border:1.5px solid var(--meddey-primary,#0066cc) !important;box-shadow:0 25px 60px -15px rgba(0,30,80,0.35),0 0 0 1px rgba(0,102,204,0.12) !important;z-index:100000 !important;display:flex !important;flex-direction:column !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;transform:translate(-50%,-50%) scale(0.92) !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transition:transform 0.28s cubic-bezier(0.16,1,0.3,1),opacity 0.2s ease !important;box-sizing:border-box !important}#meddey-quick-view-drawer[open],.meddey-qv-modal[open],#meddey-quick-view-drawer.meddey-qv-drawer[open]{transform:translate(-50%,-50%) scale(1) !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.meddey-qv-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(15,23,42,0.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:-1;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}#meddey-quick-view-drawer.meddey-qv-drawer[open] .meddey-qv-overlay{opacity:1;visibility:visible}.meddey-qv-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:#ffffff;flex-shrink:0;z-index:2}.meddey-qv-header .drawer__title{margin:0;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-0.01em}.meddey-qv-close-btn,.meddey-qv-card-close{position:absolute !important;top:14px !important;right:14px !important;width:32px !important;height:32px !important;border-radius:50% !important;border:1px solid #cbd5e1 !important;background:#ffffff !important;color:#64748b !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;z-index:10 !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;padding:0 !important;box-shadow:0 2px 6px rgba(0,0,0,0.06) !important}.meddey-qv-close-btn:hover,.meddey-qv-card-close:hover{background:#f1f5f9 !important;color:#0f172a !important;border-color:#94a3b8 !important;transform:scale(1.08) !important}.meddey-qv-drawer-content{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0;box-sizing:border-box}.meddey-qv-content-wrap{width:100%;transition:opacity 0.2s ease}.meddey-qv-content-wrap.is-switching{opacity:0 !important}.meddey-qv-skeleton{display:flex;flex-direction:column;gap:20px}.meddey-qv-skeleton[hidden]{display:none !important}.meddey-sk-main-img{width:100%;aspect-ratio:1 / 1;border-radius:12px;background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%);background-size:200% 100%}.meddey-sk-thumbs{display:flex;gap:10px;margin-top:12px}.meddey-sk-thumb{width:56px;height:56px;border-radius:8px;background:#f1f5f9}.meddey-sk-details{display:flex;flex-direction:column;gap:14px}.meddey-sk-line{height:14px;border-radius:6px;background:#f1f5f9}.meddey-sk-pill{width:80px;height:22px;border-radius:20px}.meddey-sk-title{width:85%;height:20px}.meddey-sk-price{width:45%;height:24px}.meddey-sk-bullet{width:95%;height:12px}.meddey-sk-btn{width:100%;height:46px;border-radius:8px;margin-top:10px}.meddey-qv-panel{display:grid !important;grid-template-columns:360px 1fr !important;gap:28px !important;align-items:start !important;padding:24px !important;width:100% !important;box-sizing:border-box !important;position:relative !important}@media screen and (max-width:740px){.meddey-qv-panel{grid-template-columns:1fr !important;gap:16px !important;padding:16px !important}}.meddey-qv-panel__gallery{position:relative;width:100%}.meddey-qv-labels{position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-wrap:wrap;gap:6px}.meddey-qv-panel .meddey-paper-gallery{display:flex;flex-direction:column;width:100%}.meddey-qv-panel .meddey-paper-gallery__stage{position:relative;width:100%;aspect-ratio:1 / 1;max-height:380px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:16px;box-sizing:border-box}.meddey-qv-panel .quick-buy-gallery__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity 0.2s ease,transform 0.25s ease}.meddey-qv-panel .meddey-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.92);border:1px solid #cbd5e1;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.08);transition:all 0.2s ease;z-index:3}.meddey-qv-panel .meddey-gallery-arrow:hover{background:#0066cc;color:#ffffff;border-color:#0066cc}.meddey-qv-panel .meddey-gallery-arrow--prev{left:10px}.meddey-qv-panel .meddey-gallery-arrow--next{right:10px}.meddey-qv-panel .quick-buy-gallery__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.meddey-qv-panel .quick-buy-gallery__thumb{flex:0 0 60px;width:60px;height:60px;border-radius:8px;border:1.5px solid #e2e8f0;background:#ffffff;padding:4px;cursor:pointer;transition:all 0.2s ease;box-sizing:border-box}.meddey-qv-panel .quick-buy-gallery__thumb img{width:100%;height:100%;object-fit:contain}.meddey-qv-panel .quick-buy-gallery__thumb.is-active,.meddey-qv-panel .quick-buy-gallery__thumb[aria-current="true"]{border-color:#0066cc;box-shadow:0 0 0 1px #0066cc}.meddey-qv-panel__details{display:flex;flex-direction:column;gap:16px;width:100%}.meddey-qv-meta .product-item-meta__vendor{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:#64748b;margin-bottom:4px}.meddey-qv-meta .product-item-meta__title{font-size:18px;font-weight:700;line-height:1.35;color:#0f172a;margin:0 0 10px 0}.meddey-qv-meta .product-item-meta__title a{color:inherit;text-decoration:none}.meddey-qv-meta .product-item-meta__title a:hover{color:#0066cc}.meddey-qv-meta .price-list{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:12px}.meddey-qv-meta .price--highlight{font-size:20px;font-weight:700;color:#0f172a}.meddey-qv-meta .price--compare{font-size:14px;color:#64748b;text-decoration:line-through}.meddey-qv-discount-tag{display:inline-block;font-size:12px;font-weight:700;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:2px 8px;border-radius:6px}.meddey-qv-panel .quick-buy-product__highlights{margin:12px 0 0 0;padding:0;list-style:none}.meddey-qv-panel .quick-buy-product__highlight{position:relative;padding-left:18px;font-size:13px;line-height:1.5;color:#334155;margin-bottom:6px}.meddey-qv-panel .quick-buy-product__highlight::before{content:"";position:absolute;left:4px;top:7px;width:6px;height:6px;border-radius:50%;background:#0066cc}.meddey-qv-panel .quick-buy-product__summary{font-size:13px;line-height:1.55;color:#475569;margin:8px 0 0 0}.meddey-qv-options{display:flex;flex-direction:column;gap:14px;margin-top:8px;padding-top:14px;border-top:1px solid #f1f5f9}.meddey-qv-option-group{display:flex;flex-direction:column;gap:8px}.meddey-qv-option-label{font-size:13px;font-weight:600;color:#0f172a}.meddey-qv-option-selected{font-weight:700;color:#0066cc;margin-left:4px}.meddey-qv-option-values{display:flex;flex-wrap:wrap;gap:8px}.meddey-qv-pill{padding:6px 14px;font-size:13px;font-weight:600;border-radius:8px;border:1.5px solid #cbd5e1;background:#ffffff;color:#1e293b;cursor:pointer;transition:all 0.2s ease;outline:none}.meddey-qv-pill:hover{border-color:#0066cc;color:#0066cc}.meddey-qv-pill.is-selected{border-color:#0066cc;background:#0066cc;color:#ffffff;box-shadow:0 2px 6px rgba(0,102,204,0.25)}.meddey-qv-actions{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.meddey-qv-qty{display:inline-flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:8px;background:#ffffff;height:46px;padding:0 4px;flex-shrink:0}.meddey-qv-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:16px;font-weight:600;color:#475569;cursor:pointer;border-radius:4px;transition:all 0.15s ease}.meddey-qv-qty-btn:hover{background:#f1f5f9;color:#0f172a}.meddey-qv-qty-input{width:36px;text-align:center;font-size:14px;font-weight:700;color:#0f172a;border:none;background:transparent;outline:none;-moz-appearance:textfield}.meddey-qv-qty-input::-webkit-outer-spin-button,.meddey-qv-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.meddey-qv-submit-btn{flex:1 1 auto;height:46px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:0.02em;background:#0066cc;color:#ffffff;border:none;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center}.meddey-qv-submit-btn:hover:not(:disabled){background:#0052a3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,204,0.28)}.meddey-qv-submit-btn:disabled{background:#94a3b8;color:#ffffff;cursor:not-allowed;opacity:0.7}.meddey-qv-footer{text-align:center;margin-top:10px}.meddey-qv-footer a{font-size:13px;font-weight:600;color:#0066cc;text-decoration:none;transition:color 0.15s ease}.meddey-qv-footer a:hover{color:#004d99;text-decoration:underline}@media screen and (max-width:740px){#meddey-quick-view-drawer.meddey-qv-drawer{max-width:100vw}.meddey-qv-drawer-content{padding:16px}.meddey-qv-panel .meddey-paper-gallery__stage{max-height:280px}}.meddey-card-eye-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#ffffff;border:1.5px solid #e2e8f0;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 4px 12px rgba(0,30,80,0.12);transition:all 0.22s cubic-bezier(0.16,1,0.3,1);padding:0;margin:0;outline:none;text-decoration:none;-webkit-appearance:none;appearance:none}.meddey-card-eye-btn svg{width:18px;height:18px;stroke:#1e293b;fill:none;transition:transform 0.2s ease,stroke 0.2s ease;display:block}.meddey-card-eye-btn:hover{background:#0066cc !important;border-color:#0066cc !important;color:#ffffff !important;transform:scale(1.1) !important;box-shadow:0 6px 18px rgba(0,102,204,0.38) !important}.meddey-card-eye-btn:hover svg{stroke:#ffffff !important;transform:scale(1.08)}.meddey-card-eye-btn:active{transform:scale(0.96) !important}.meddey-card-eye-btn:focus-visible{outline:2px solid #0066cc;outline-offset:2px}@media screen and (min-width:741px){.product-item .meddey-card-eye-btn{opacity:0.92;transform:scale(0.97)}.product-item:hover .meddey-card-eye-btn{opacity:1;transform:scale(1);box-shadow:0 6px 16px rgba(0,48,120,0.18)}}@media screen and (max-width:740px){.meddey-card-eye-btn{width:32px;height:32px;top:8px;right:8px;box-shadow:0 2px 8px rgba(0,30,80,0.14)}.meddey-card-eye-btn svg{width:16px;height:16px}}.meddey-paper-content .quick-buy-product__summary,.quick-buy-product__summary{font-size:11px !important;color:#475569 !important;line-height:1.45 !important;margin:3px 0 6px !important;padding:0 !important;display:block !important;position:static !important;text-align:left !important}.meddey-paper-content .quick-buy-product__summary::before,.quick-buy-product__summary::before,.meddey-paper-content .quick-buy-product__highlight--plain::before,.quick-buy-product__highlight--plain::before{content:none !important;display:none !important;width:0 !important;height:0 !important}.meddey-paper-content .quick-buy-product__highlights,.quick-buy-product__highlights{list-style:none !important;padding:0 !important;margin:3px 0 6px !important;display:flex !important;flex-direction:column !important;gap:3px !important}.meddey-paper-content .quick-buy-product__highlight,.quick-buy-product__highlight{position:relative !important;font-size:11px !important;color:#334155 !important;line-height:1.35 !important;padding-left:14px !important;padding-inline-start:14px !important;margin:0 !important;display:block !important;text-align:left !important}.meddey-paper-content .quick-buy-product__highlight::before,.quick-buy-product__highlight::before{content:"" !important;position:absolute !important;left:2px !important;top:5px !important;width:5px !important;height:5px !important;border-radius:50% !important;background:#0066cc !important;display:block !important;flex-shrink:0 !important}.meddey-paper-content .quick-buy-product__highlight--plain{padding-left:0 !important;padding-inline-start:0 !important;color:#475569 !important;line-height:1.45 !important;display:block !important}.meddey-paper-gallery__stage{position:relative;width:100%;overflow:hidden;border-radius:8px;background:#f8fafc;user-select:none;touch-action:pan-y pinch-zoom;cursor:grab}.meddey-paper-gallery__stage:active{cursor:grabbing}.meddey-paper-gallery__stage img{pointer-events:none;user-select:none;-webkit-user-drag:none;transition:opacity 0.2s cubic-bezier(0.16,1,0.3,1);display:block;width:100%;height:auto;object-fit:contain}.meddey-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.92);border:1px solid #e2e8f0;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:0 2px 8px rgba(0,30,80,0.16);transition:all 0.2s cubic-bezier(0.16,1,0.3,1);padding:0;outline:none;opacity:0.85}.meddey-gallery-arrow svg{width:14px;height:14px;stroke:currentColor}.meddey-gallery-arrow:hover{background:#0066cc !important;border-color:#0066cc !important;color:#ffffff !important;opacity:1 !important;transform:translateY(-50%) scale(1.1) !important;box-shadow:0 4px 12px rgba(0,102,204,0.35) !important}.meddey-gallery-arrow:active{transform:translateY(-50%) scale(0.95) !important}.meddey-gallery-arrow--prev{left:6px}.meddey-gallery-arrow--next{right:6px}.quick-buy-gallery__thumb{cursor:pointer !important;transition:all 0.2s ease !important}.quick-buy-gallery__thumb.is-active{border-color:#0066cc !important;box-shadow:0 0 0 1px #0066cc !important}@media screen and (max-width:740px){.meddey-gallery-arrow{width:26px;height:26px;opacity:0.95}}.meddey-prod-card{position:relative !important}.meddey-prod-card .meddey-card-eye-btn{position:absolute !important;top:8px !important;right:8px !important;z-index:4 !important}.meddey-prod-card .meddey-card-action-bar{margin-top:auto !important;padding-top:8px !important}.product-item.product-item--hero{grid-column:span 2 !important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%) !important;border:1.5px solid #0066cc !important;box-shadow:0 10px 30px rgba(0,102,204,0.12) !important}.label--hero-spotlight{background:linear-gradient(135deg,#0066cc 0%,#0a2540 100%) !important;color:#ffffff !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:0.05em !important;padding:4px 10px !important;border-radius:4px !important;box-shadow:0 2px 8px rgba(0,102,204,0.3) !important}@media screen and (max-width:740px){.product-item.product-item--hero{grid-column:span 2 !important}}.meddey-card-video-wrap{position:absolute;inset:0;pointer-events:none;z-index:3;overflow:hidden;border-radius:inherit}.meddey-card-video-badge{position:absolute;top:10px;left:10px;z-index:6;background:rgba(10,37,64,0.88);backdrop-filter:blur(8px);color:#ffffff;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:3px 8px;border-radius:20px;display:inline-flex;align-items:center;gap:5px;box-shadow:0 2px 8px rgba(0,0,0,0.2);border:1px solid rgba(255,255,255,0.25);pointer-events:auto;cursor:pointer;transition:all 0.2s ease}.meddey-card-video-badge:hover{background:#0066cc;transform:scale(1.05)}.meddey-card-video-badge svg{fill:#38bdf8}.meddey-card-video-player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;opacity:0;transition:opacity 0.3s ease;pointer-events:none;background:#000000}.product-item:hover .meddey-card-video-player.is-playing{opacity:1}.meddey-in-grid-card{display:flex;flex-direction:column;justify-content:flex-end;position:relative;border-radius:var(--meddey-card-radius,12px);overflow:hidden;min-height:360px;padding:24px;box-sizing:border-box;background:var(--in-grid-bg,#0e1b4d);color:var(--in-grid-text,#ffffff);box-shadow:0 4px 18px rgba(0,0,0,0.08);transition:transform 0.25s ease,box-shadow 0.25s ease}.meddey-in-grid-card--span-2{grid-column:span 2 !important}.meddey-in-grid-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,102,204,0.16)}.meddey-in-grid-card__bg-img{position:absolute;inset:0;width:100%;height:100%;z-index:1}.meddey-in-grid-img{width:100%;height:100%;object-fit:cover}.meddey-in-grid-card__overlay{position:absolute;inset:0;background:#000000;z-index:2}.meddey-in-grid-card__content{position:relative;z-index:3;display:flex;flex-direction:column;gap:8px}.meddey-in-grid-card__badge{align-self:flex-start;background:var(--in-grid-accent,#0066cc);color:#ffffff;font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:20px;letter-spacing:0.04em;margin-bottom:2px}.meddey-in-grid-card__title{font-size:clamp(1.25rem,2vw,1.6rem);font-weight:800;line-height:1.25;margin:0;color:inherit}.meddey-in-grid-card__subtext{font-size:13.5px;line-height:1.5;color:rgba(255,255,255,0.88);margin:0;max-width:480px}.meddey-in-grid-card__btn{align-self:flex-start;margin-top:8px;background:#ffffff;color:#0e1b4d;padding:10px 22px;border-radius:8px;font-weight:700;font-size:13.5px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.2s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.meddey-in-grid-card__btn:hover{background:#0066cc;color:#ffffff;transform:translateX(3px)}.meddey-in-grid-video__stage{position:relative;width:100%;height:200px;border-radius:8px;overflow:hidden;background:#000000;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.meddey-in-grid-video__poster,.meddey-in-grid-video__player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.meddey-in-grid-video__iframe-wrap{position:absolute;inset:0;width:100%;height:100%}.meddey-in-grid-video__iframe-wrap iframe{width:100%;height:100%;border:none}.meddey-in-grid-video__play-btn{position:absolute;width:48px;height:48px;border-radius:50%;background:rgba(0,102,204,0.9);backdrop-filter:blur(4px);color:#ffffff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,0.35);pointer-events:none;transition:transform 0.2s ease}.meddey-in-grid-video:hover .meddey-in-grid-video__play-btn{transform:scale(1.1);background:#0066cc}.meddey-in-grid-video__author{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,0.75)}.meddey-in-grid-html{justify-content:center;background:#ffffff;color:#0e1b4d;border:1px solid #e2e8f0}@media screen and (max-width:740px){.meddey-in-grid-card--span-2{grid-column:span 2 !important}}.meddey-hero__eyebrow-pill{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-block-end:12px;padding:5px 13px;border-radius:9999px;background:rgba(255,255,255,0.85);border:1px solid rgba(0,102,204,0.16);font-size:12px;font-weight:700;letter-spacing:0.03em;color:var(--meddey-primary,#0066cc);box-shadow:0 2px 6px rgba(0,102,204,0.06);backdrop-filter:blur(4px)}.meddey-hero__eyebrow-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--meddey-primary,#0066cc)}.meddey-hero__eyebrow-icon svg{width:14px;height:14px}.meddey-floating-badge__icon svg{width:18px;height:18px;max-width:18px;max-height:18px;flex-shrink:0;display:block}.meddey-hero__highlight{color:var(--hero-highlight-color,#0066cc);background:linear-gradient(120deg,#0066cc 0%,#0284c7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline}.meddey-hero__chips{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-10px 0 22px 0}.meddey-hero__chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.65);border:1px solid rgba(148,163,184,0.25);padding:4px 10px;border-radius:6px;font-size:11.5px;font-weight:600;color:#334155}.meddey-hero__chip-icon{display:inline-flex;align-items:center;color:#0066cc}.meddey-hero__chip-icon svg{width:13px;height:13px}.meddey-hero__product-pill{display:inline-flex;align-items:center;gap:8px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:5px 12px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.meddey-hero__price-current{font-size:17px;font-weight:800;color:#0a2540}.meddey-hero__price-compare{font-size:13px;color:#94a3b8;text-decoration:line-through}.meddey-hero__price-badge{background:#eef9f2;color:#16a34a;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px;letter-spacing:0.02em}.meddey-hero__video-wrap{position:relative;width:100%;max-width:520px;border-radius:var(--hero-radius,14px);overflow:hidden;background:#0f172a;box-shadow:0 16px 36px rgba(10,37,64,0.16);aspect-ratio:16 / 10}.meddey-hero__video{width:100%;height:100%;object-fit:cover;display:block}.meddey-hero__video-controls{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:8px;z-index:4}.meddey-hero__video-btn{width:34px;height:34px;border-radius:50%;background:rgba(15,23,42,0.65);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.25);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;padding:0}.meddey-hero__video-btn:hover{background:#0066cc;border-color:#0066cc;transform:scale(1.08)}.meddey-hero__video-btn svg{width:15px;height:15px;fill:currentColor}.meddey-hero__thumbs{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;flex-wrap:wrap;z-index:3;position:relative}.meddey-hero__thumb-btn{width:50px;height:50px;border-radius:8px;border:2px solid transparent;background:#ffffff;padding:2px;cursor:pointer;transition:all 0.2s ease;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.meddey-hero__thumb-btn.is-active{border-color:#0066cc;box-shadow:0 0 0 1px #0066cc}.meddey-hero__thumb-btn img{width:100%;height:100%;object-fit:contain;display:block}.meddey-hero__product-nav{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:6px 2px;margin-top:18px;scrollbar-width:thin}.meddey-hero__prod-btn{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(255,255,255,0.8);border:1.5px solid rgba(0,102,204,0.15);border-radius:24px;cursor:pointer;transition:all 0.2s ease;white-space:nowrap;text-align:left;backdrop-filter:blur(4px)}.meddey-hero__prod-btn:hover{background:#ffffff;border-color:#0066cc;transform:translateY(-1px)}.meddey-hero__prod-btn.is-active{background:#0066cc;border-color:#0066cc;color:#ffffff;box-shadow:0 4px 12px rgba(0,102,204,0.28)}.meddey-hero__prod-btn.is-active .meddey-hero__prod-btn-title,.meddey-hero__prod-btn.is-active .meddey-hero__prod-btn-price{color:#ffffff}.meddey-hero__prod-btn-thumb{width:26px;height:26px;border-radius:50%;background:#ffffff;object-fit:contain;border:1px solid #cbd5e1}.meddey-hero__prod-btn-title{font-size:12px;font-weight:700;color:#0a2540;max-width:140px;overflow:hidden;text-overflow:ellipsis}.meddey-hero__prod-btn-price{font-size:11px;font-weight:600;color:#0066cc}.meddey-hero__collection-product-panel{display:none;width:100%;animation:meddeyHeroFade 0.35s cubic-bezier(0.16,1,0.3,1) forwards}.meddey-hero__collection-product-panel.is-active{display:block}.meddey-hero__discount-tag{position:absolute;top:14px;left:14px;background:#dc2626;color:#ffffff;font-size:12px;font-weight:800;padding:4px 10px;border-radius:6px;box-shadow:0 4px 10px rgba(220,38,38,0.3);z-index:3;letter-spacing:0.04em}@media (max-width:900px){.meddey-hero__video-wrap{max-width:100%;aspect-ratio:16 / 10}.meddey-hero__chips{}.meddey-hero__eyebrow-pill{align-self:center}.meddey-hero__product-pill{margin-inline:auto}.meddey-hero__product-nav{justify-content:flex-start}}.meddey-container--standard{max-width:1240px}.meddey-container--wide{max-width:1400px}.meddey-container--full-width-padded{max-width:96%;margin:0 auto}.meddey-hero__custom-html-sandbox{contain:layout style paint;isolation:isolate;position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.meddey-hero__custom-html-sandbox img,.meddey-hero__custom-html-sandbox video,.meddey-hero__custom-html-sandbox iframe{max-width:100%;height:auto;display:block}.meddey-hero--custom-html{display:flex;align-items:center;width:100%;min-height:var(--hero-height-desktop,420px)}.meddey-cart-drawer{background:#f8fafc;z-index:900}.meddey-cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#ffffff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,0.02)}.meddey-cart-header__lead{display:flex;align-items:center;gap:12px}.meddey-cart-header__icon-wrap{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#eef6ff;color:#0066cc}.meddey-cart-header__icon-wrap svg{width:20px;height:20px}.meddey-cart-header__text{display:flex;flex-direction:column}.meddey-cart-title{font-size:16px !important;font-weight:800 !important;color:#0f172a !important;margin:0 !important;letter-spacing:-0.01em}.meddey-cart-badge-count{font-size:12px;font-weight:600;color:#64748b}.meddey-cart-close-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;cursor:pointer;transition:all 0.2s ease}.meddey-cart-close-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.meddey-cart-empty-view{padding:60px 24px;text-align:center}.meddey-cart-empty-icon{margin-bottom:16px;display:inline-flex;padding:20px;background:#f1f5f9;border-radius:50%}.meddey-cart-empty-title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 8px}.meddey-cart-shipping-banner{padding:12px 18px;background:#ffffff;border-bottom:1px solid #e2e8f0}.meddey-shipping-bar{display:flex;flex-direction:column;gap:8px}.meddey-shipping-bar-header{display:flex;align-items:center;gap:8px}.meddey-shipping-bar-icon{color:#0066cc;display:flex;align-items:center}.meddey-shipping-unlocked{font-size:13px !important;font-weight:700 !important;color:#16a34a !important}.meddey-shipping-progress{font-size:13px !important;font-weight:600 !important;color:#334155 !important}.meddey-shipping-progress-track{height:6px;border-radius:6px;background:#e2e8f0;position:relative;overflow:hidden}.meddey-shipping-progress-track::after{content:"";position:absolute;top:0;left:0;bottom:0;width:calc(var(--progress,0) * 100%);background:linear-gradient(90deg,#0066cc 0%,#0284c7 100%);border-radius:6px;transition:width 0.4s cubic-bezier(0.16,1,0.3,1)}.meddey-cart-select-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:#ffffff;border-bottom:1px solid #edf2f7;font-size:13px;color:#334155}.meddey-cart-select-all-label{display:inline-flex;align-items:center;gap:9px;font-weight:700;color:#0f172a;cursor:pointer;user-select:none}.meddey-cart-toolbar-btn{background:transparent;border:none;color:#0066cc;font-size:12.5px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background 0.15s ease,color 0.15s ease}.meddey-cart-toolbar-btn:hover{background:#eef6ff;color:#0052a3}.meddey-custom-checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.meddey-custom-checkbox-ui{width:19px;height:19px;border-radius:5px;border:1.8px solid #cbd5e1;background:#ffffff;display:inline-flex;align-items:center;justify-content:center;transition:all 0.18s cubic-bezier(0.16,1,0.3,1);flex-shrink:0;box-sizing:border-box}.meddey-custom-checkbox-ui svg{opacity:0;transform:scale(0.6);color:#ffffff;transition:all 0.18s ease}.meddey-custom-checkbox:checked+.meddey-custom-checkbox-ui{background:#0066cc;border-color:#0066cc;box-shadow:0 2px 6px rgba(0,102,204,0.25)}.meddey-custom-checkbox:checked+.meddey-custom-checkbox-ui svg{opacity:1;transform:scale(1)}.meddey-custom-checkbox:indeterminate+.meddey-custom-checkbox-ui{background:#0066cc;border-color:#0066cc}.meddey-custom-checkbox:indeterminate+.meddey-custom-checkbox-ui::before{content:"";width:9px;height:2px;background:#ffffff;border-radius:1px}.meddey-custom-checkbox:indeterminate+.meddey-custom-checkbox-ui svg{display:none}.meddey-cart-content-scroller{padding:14px 16px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}#mini-cart-form{display:flex;flex-direction:column;gap:12px}.meddey-cart-line-card{display:block;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;box-shadow:0 1px 4px rgba(0,0,0,0.03);transition:border-color 0.2s ease,opacity 0.25s ease,background-color 0.25s ease,box-shadow 0.2s ease}.meddey-cart-line-card:hover{border-color:#cbd5e1;box-shadow:0 4px 14px rgba(0,30,80,0.05)}.meddey-cart-line-card.is-deselected{opacity:0.52 !important;background:#f8fafc !important;border-color:#e2e8f0 !important;box-shadow:none !important}.meddey-cart-card-inner{display:flex;align-items:flex-start;gap:12px}.meddey-cart-checkbox-col{padding-top:26px;flex-shrink:0}.meddey-item-checkbox-label{cursor:pointer;display:flex;align-items:center;justify-content:center}.meddey-cart-thumb-box{width:76px;height:76px;flex-shrink:0;border-radius:8px;border:1px solid #edf2f7;background:#fbfcfe;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:4px;box-sizing:border-box}.meddey-cart-thumb-img{width:100%;height:100%;object-fit:contain}.meddey-cart-item-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.meddey-cart-vendor{font-size:11px !important;font-weight:700 !important;text-transform:uppercase;letter-spacing:0.04em;color:#64748b !important;text-decoration:none}.meddey-cart-prod-title{font-size:13.5px !important;font-weight:700 !important;line-height:1.35 !important;color:#0f172a !important;text-decoration:none !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.15s ease}.meddey-cart-prod-title:hover{color:#0066cc !important}.meddey-cart-variant-pill{display:inline-block;font-size:11px;font-weight:600;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:12px;margin-top:3px}.meddey-cart-price-stepper-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.meddey-cart-item-price-area{display:flex;align-items:baseline;gap:6px}.meddey-cart-item-price-area .price--highlight{font-size:15px !important;font-weight:800 !important;color:#0f172a !important}.meddey-cart-item-price-area .price--compare{font-size:12px !important;color:#94a3b8 !important;text-decoration:line-through}.meddey-cart-qty-wrapper{display:flex;align-items:center;gap:10px}.meddey-cart-stepper{display:inline-flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:7px;background:#ffffff;height:32px;overflow:hidden}.meddey-cart-stepper .quantity-selector__button{width:28px;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;color:#475569;font-size:14px;cursor:pointer;transition:background 0.15s ease,color 0.15s ease;text-decoration:none}.meddey-cart-stepper .quantity-selector__button:hover{background:#f1f5f9;color:#0066cc}.meddey-cart-stepper .quantity-selector__input{width:32px;height:100%;border:none;text-align:center;font-size:13px;font-weight:700;color:#0f172a;background:transparent;padding:0;-moz-appearance:textfield}.meddey-cart-remove-link{display:inline-flex;align-items:center;gap:4px;font-size:11.5px !important;color:#94a3b8 !important;text-decoration:none !important;transition:color 0.15s ease !important;cursor:pointer}.meddey-cart-remove-link:hover{color:#dc2626 !important}.meddey-cart-remove-link svg{flex-shrink:0}.meddey-cart-footer{padding:16px 20px 20px !important;background:#ffffff !important;border-top:1px solid #e2e8f0 !important;box-shadow:0 -4px 16px rgba(0,0,0,0.04)}.meddey-cart-footer__breakdown{margin-bottom:12px}.meddey-cart-footer__subtotal-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.meddey-cart-footer__subtotal-title{font-size:14px;font-weight:700;color:#334155}.meddey-cart-footer__subtotal-amount{font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-0.01em}.meddey-cart-footer__tax-hint{font-size:11.5px;color:#94a3b8;margin:0}.meddey-cart-footer__note-action{margin-bottom:12px}.meddey-cart-order-note-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px !important;font-weight:600 !important;color:#0066cc !important}.meddey-checkout-button{height:48px !important;border-radius:10px !important;background:#0066cc !important;color:#ffffff !important;font-size:14.5px !important;font-weight:700 !important;letter-spacing:0.02em !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;border:none !important;cursor:pointer !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;box-shadow:0 4px 14px rgba(0,102,204,0.28) !important}.meddey-checkout-button:hover:not(.is-disabled):not(:disabled){background:#0052a3 !important;transform:translateY(-1.5px) !important;box-shadow:0 6px 20px rgba(0,102,204,0.38) !important}.meddey-checkout-button.is-disabled,.meddey-checkout-button:disabled{background:#cbd5e1 !important;color:#94a3b8 !important;box-shadow:none !important;cursor:not-allowed !important;transform:none !important;opacity:0.65 !important}@media screen and (max-width:740px){.meddey-cart-header{padding:14px 16px}.meddey-cart-content-scroller{padding:12px}.meddey-cart-line-card{padding:10px 12px}.meddey-cart-footer{padding:14px 16px 18px !important}}@media screen and (max-width:768px){input[type="text"],input[type="number"],input[type="search"],input[type="tel"],input[type="email"],input[type="password"],input[type="url"],select,textarea,.quantity-selector__input,.meddey-search-input,.meddey-qty-input,.form__input,.input__field{font-size:16px !important}}@media screen and (max-width:480px){.product-item.product-item--hero,.meddey-in-grid-card--span-2{grid-column:1 / -1 !important}}#meddey-quick-view-overlay,.meddey-qv-overlay{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;background:rgba(10,37,64,0.6) !important;backdrop-filter:blur(3px) !important;-webkit-backdrop-filter:blur(3px) !important;z-index:99998 !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transition:opacity 0.3s cubic-bezier(0.16,1,0.3,1),visibility 0.3s cubic-bezier(0.16,1,0.3,1) !important}#meddey-quick-view-overlay.is-active,.meddey-qv-overlay.is-active,body:has(#meddey-quick-view-drawer[open]) #meddey-quick-view-overlay{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}#meddey-quick-view-drawer.meddey-qv-drawer{z-index:99999 !important}@media screen and (min-width:741px){.product-list__inner.has-expanded-card{grid-template-columns:repeat(var(--expanded-grid-columns,5),minmax(0,1fr)) !important;gap:16px !important}}.product-item.product-item--expanded{grid-column:span 2 !important;background:#ffffff !important;border:1.5px solid #0066cc !important;border-radius:var(--meddey-card-radius,12px) !important;box-shadow:0 16px 40px -8px rgba(0,48,120,0.16),0 0 0 1px rgba(0,102,204,0.12) !important;z-index:20;position:relative;padding:12px 14px !important;box-sizing:border-box !important;height:100% !important;max-height:100% !important;overflow:hidden !important;align-self:stretch !important}@media screen and (max-width:740px){.product-item.product-item--expanded{grid-column:1 / -1 !important;padding:12px !important;max-height:none !important;height:auto !important}}.product-item.product-item--expanded>.product-item__image-wrapper,.product-item.product-item--expanded>.product-item__info{display:none !important}.product-item.product-item--expanded .product-item__expanded-view{display:flex !important;flex-direction:column !important;height:auto !important;max-height:none !important;width:100% !important;box-sizing:border-box !important;overflow:visible !important}.product-item.product-item--expanded .meddey-qv-body{height:auto !important;max-height:none !important;width:100% !important;display:flex !important;flex-direction:column !important;overflow:visible !important;box-sizing:border-box !important}.product-item.product-item--expanded .meddey-qv-content{height:auto !important;max-height:none !important;width:100% !important;overflow:visible !important;box-sizing:border-box !important}.meddey-paper-booklet{display:grid;grid-template-columns:1fr 1.25fr;gap:14px;height:auto !important;max-height:none !important;width:100% !important;position:relative;perspective:1400px;transform-style:preserve-3d;align-items:stretch;box-sizing:border-box;overflow:visible}@media screen and (max-width:700px){.meddey-paper-booklet{grid-template-columns:1fr;gap:10px;height:auto !important;max-height:none !important}}.meddey-paper-page--left{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100% !important;max-height:100% !important;padding:0;overflow:hidden;box-sizing:border-box}.meddey-paper-labels{position:absolute;top:0;left:0;z-index:4}.meddey-paper-gallery{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.meddey-paper-gallery__stage{width:100%;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;max-height:220px;padding:4px;position:relative}.meddey-paper-img{max-height:200px;max-width:100%;width:auto;object-fit:contain;transition:opacity 0.2s ease}.meddey-paper-thumbs{display:flex;gap:6px;margin-top:6px;justify-content:center;flex-shrink:0}.meddey-paper-thumbs .quick-buy-gallery__thumb{width:34px;height:34px;padding:2px;border-radius:6px;border:1px solid #e2e8f0;background:#ffffff;cursor:pointer;transition:all 0.15s ease}.meddey-paper-thumbs .quick-buy-gallery__thumb.is-active{border-color:#0066cc;box-shadow:0 0 0 1px #0066cc}.meddey-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.92);border:1px solid #cbd5e1;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all 0.2s ease;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.meddey-gallery-arrow--prev{left:4px}.meddey-gallery-arrow--next{right:4px}.meddey-gallery-arrow:hover{background:#0066cc;color:#ffffff;border-color:#0066cc}.meddey-paper-spine{position:absolute;top:-4px;bottom:-4px;left:calc((100% - 14px) / 2.25);width:1px;background:linear-gradient(to bottom,transparent,#e2e8f0 10%,#e2e8f0 90%,transparent);box-shadow:-3px 0 6px rgba(0,0,0,0.04),3px 0 6px rgba(0,0,0,0.04);pointer-events:none}@media screen and (max-width:700px){.meddey-paper-spine{display:none}}.meddey-paper-page--right{position:relative;padding:0 4px 0 10px;height:100% !important;max-height:100% !important;display:flex;flex-direction:column;justify-content:space-between;transform-origin:left center;transform-style:preserve-3d;backface-visibility:hidden;animation:meddeyPaperUnfold 0.44s cubic-bezier(0.16,1,0.3,1) forwards;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.meddey-paper-page--right::-webkit-scrollbar{width:3px}.meddey-paper-page--right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}@keyframes meddeyPaperUnfold{0%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}50%{opacity:0.9;filter:brightness(0.96)}100%{opacity:1;transform:perspective(1200px) rotateY(0deg);box-shadow:inset 6px 0 10px -6px rgba(0,48,120,0.06);filter:brightness(1)}}.meddey-paper-page--right.is-folding{animation:meddeyPaperFold 0.26s cubic-bezier(0.4,0,0.2,1) forwards !important}@keyframes meddeyPaperFold{0%{opacity:1;transform:perspective(1200px) rotateY(0deg);filter:brightness(1)}100%{opacity:0;transform:perspective(1200px) rotateY(-85deg);box-shadow:-16px 0 20px -8px rgba(0,48,120,0.2);filter:brightness(0.92)}}.meddey-paper-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.meddey-paper-content .product-item-meta__vendor{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#0066cc;margin-bottom:2px;display:inline-block}.meddey-paper-content .product-item-meta__title{font-size:13px !important;font-weight:700 !important;line-height:1.3 !important;margin:0 !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#0a2540}.meddey-paper-content .price-list{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px}.meddey-paper-content .price--highlight{font-size:15px !important;font-weight:800 !important;color:#0066cc}.meddey-paper-content .price--compare{font-size:12px !important;color:#94a3b8;text-decoration:line-through}.meddey-paper-content .meddey-qv-discount-tag{display:inline-block;background:#fee2e2;color:#b91c1c;font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;letter-spacing:0.02em}.meddey-paper-content .quick-buy-product__highlights{list-style:none !important;padding:0 !important;margin:3px 0 6px !important;display:flex !important;flex-direction:column !important;gap:3px !important}.meddey-paper-content .quick-buy-product__highlight{position:relative !important;font-size:11px !important;color:#334155 !important;line-height:1.35 !important;padding-left:14px !important;padding-inline-start:14px !important;margin:0 !important;display:block !important;text-align:left !important}.meddey-paper-content .quick-buy-product__highlight::before{content:"" !important;position:absolute !important;left:2px !important;top:5px !important;width:5px !important;height:5px !important;border-radius:50% !important;background:#0066cc !important;display:block !important;flex-shrink:0 !important}.meddey-paper-content .quick-buy-product__summary{font-size:11px !important;color:#475569 !important;line-height:1.45 !important;margin:3px 0 6px !important;display:block !important;text-align:left !important}.meddey-paper-content .meddey-qv-options{margin:4px 0;display:flex;flex-direction:column;gap:4px}.meddey-paper-content .meddey-qv-option-label{font-size:11px;font-weight:600;color:#475569}.meddey-paper-content .meddey-qv-option-values{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.meddey-paper-content .meddey-qv-pill{padding:3px 8px;font-size:11px;font-weight:600;border:1px solid #cbd5e1;background:#ffffff;border-radius:4px;cursor:pointer;transition:all 0.15s ease;color:#334155}.meddey-paper-content .meddey-qv-pill.is-selected{border-color:#0066cc;background:#eff6ff;color:#0066cc;font-weight:700}.meddey-paper-content .meddey-qv-actions{display:flex;gap:8px;align-items:center;margin-top:6px}.meddey-paper-content .meddey-qv-qty{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:6px;background:#ffffff;height:36px;flex-shrink:0;overflow:hidden}.meddey-paper-content .meddey-qv-qty-btn{width:28px;height:100%;background:transparent;border:none;font-size:15px;font-weight:700;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center}.meddey-paper-content .meddey-qv-qty-input{width:32px;height:100%;border:none;text-align:center;font-size:13px;font-weight:700;color:#0f172a;background:transparent;padding:0;-moz-appearance:textfield}.meddey-paper-content .meddey-qv-submit-btn{flex:1;height:36px !important;padding:0 12px !important;font-size:13px !important;font-weight:700 !important;border-radius:6px !important;white-space:nowrap !important}.meddey-paper-content .meddey-qv-footer{margin-top:4px}.meddey-paper-content .meddey-qv-footer a{font-size:11px;color:#0066cc;text-decoration:none;font-weight:600}.meddey-qv-close-btn{position:absolute;top:-4px;right:-4px;width:28px;height:28px;border-radius:50%;background:#ffffff;border:1.5px solid #cbd5e1;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.meddey-qv-close-btn:hover{background:#0066cc;color:#ffffff;border-color:#0066cc;transform:rotate(90deg) scale(1.06)}.meddey-qv-skeleton{display:flex;gap:14px;height:100%;width:100%;padding:8px;box-sizing:border-box}.meddey-sk-left{width:45%;display:flex;flex-direction:column;gap:8px}.meddey-sk-img{flex:1;background:#f1f5f9;border-radius:8px}.meddey-sk-thumbs{display:flex;gap:6px;height:32px}.meddey-sk-thumb{width:32px;height:32px;background:#f1f5f9;border-radius:4px}.meddey-sk-right{flex:1;display:flex;flex-direction:column;gap:8px}.meddey-sk-line{background:#f1f5f9;border-radius:4px;height:14px}.meddey-sk-pill{width:40%;height:12px}.meddey-sk-title{width:85%;height:18px}.meddey-sk-price{width:50%;height:18px}.meddey-sk-bullet{width:75%;height:12px}.meddey-sk-btn{width:100%;height:36px;margin-top:auto;border-radius:6px}.footer{padding-block-start:32px !important;padding-block-end:20px !important;font-size:13px;line-height:1.45}.footer .container{max-width:var(--container-max-width);padding-inline:24px}.footer__item-list{display:flex !important;flex-wrap:wrap !important;justify-content:space-between !important;align-items:flex-start !important;gap:28px 24px !important}.footer__item{margin:0}@media screen and (min-width:1000px){.footer{padding-block-start:36px !important;padding-block-end:22px !important}.footer__item-list{display:flex !important;flex-wrap:nowrap !important;justify-content:space-between !important;gap:32px !important}.footer__item--links{flex:0 1 auto !important;min-width:130px !important;max-width:200px !important}.footer__item--text{flex:1.2 1 260px !important;max-width:360px !important}.footer__item--newsletter{flex:1.3 1 280px !important;max-width:380px !important}.footer__item--image,.footer__item--social-media{flex:1 1 200px !important;max-width:260px !important}}@media screen and (min-width:741px) and (max-width:999px){.footer__item-list{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:24px !important}.footer__item{max-width:100% !important;grid-column:span 1 !important}}@media screen and (max-width:740px){.footer{padding-block-start:22px !important;padding-block-end:16px !important}.footer .container{padding-inline:16px !important}.footer__item-list{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:16px 14px !important}.footer__item{max-width:100% !important}.footer__item--links{grid-column:span 1 !important}.footer__item--text,.footer__item--newsletter,.footer__item--image,.footer__item--social-media{grid-column:span 2 !important}.footer__item--text{margin-top:4px !important;padding-top:14px !important;border-top:1px solid rgba(255,255,255,0.12) !important}.footer__item--newsletter{margin-top:4px !important;padding-top:14px !important;border-top:1px solid rgba(255,255,255,0.12) !important}}.footer__item-title{font-size:11.5px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.06em !important;margin-block-end:8px !important;color:#ffffff !important;opacity:0.95 !important;line-height:1.3 !important}.footer .linklist{margin:0 !important;padding:0 !important;list-style:none !important}.footer .linklist__item{margin-block-end:4px !important;padding-block-start:0 !important;line-height:1.35 !important}.footer .linklist__item:last-child{margin-block-end:0 !important}.footer .linklist__item a{color:rgba(255,255,255,0.82) !important;font-size:13px !important;text-decoration:none !important;transition:color 0.15s ease,opacity 0.15s ease !important;display:inline-block !important;padding:2px 0 !important}.footer .linklist__item a:hover{color:#ffffff !important;opacity:1 !important;text-decoration:underline !important;text-underline-offset:3px !important}.footer__text-content,.footer__item--text .footer__item-content{font-size:12.5px !important;line-height:1.45 !important}.footer__text-content p,.footer__item--text .footer__item-content p{margin:0 0 5px 0 !important;font-size:12.5px !important;line-height:1.42 !important;color:rgba(255,255,255,0.85) !important}.footer__text-content p:first-child,.footer__item--text .footer__item-content p:first-child{font-weight:600 !important;color:#ffffff !important;margin-bottom:5px !important}.footer__text-content p:last-child,.footer__item--text .footer__item-content p:last-child{margin-bottom:0 !important}.footer__text-content a,.footer__item--text a,.footer__contact-link{color:#ffffff !important;font-weight:500 !important;text-decoration:underline !important;text-underline-offset:2px !important;transition:opacity 0.15s ease !important}.footer__text-content a:hover,.footer__item--text a:hover,.footer__contact-link:hover{opacity:0.85 !important}.footer__item--newsletter .footer__item-content p{font-size:12px !important;line-height:1.4 !important;color:rgba(255,255,255,0.85) !important;margin-block-end:8px !important}.footer__newsletter-form{margin-block-start:0 !important}.footer__newsletter-form .input{position:relative !important;display:flex !important;align-items:center !important;border-radius:6px !important;background:rgba(255,255,255,0.12) !important;border:1px solid rgba(255,255,255,0.28) !important;transition:background 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease !important;height:40px !important}.footer__newsletter-form .input:focus-within{background:rgba(255,255,255,0.18) !important;border-color:#ffffff !important;box-shadow:0 0 0 2px rgba(255,255,255,0.25) !important}.footer__newsletter-form .input__field{height:40px !important;line-height:40px !important;padding:0 42px 0 14px !important;background:transparent !important;border:none !important;color:#ffffff !important;font-size:12.5px !important;width:100% !important;outline:none !important;box-shadow:none !important}.footer__newsletter-form .input__field::placeholder{color:rgba(255,255,255,0.7) !important}.footer__newsletter-form .input__label{background:transparent !important;color:rgba(255,255,255,0.75) !important;font-size:12.5px !important;top:50% !important;transform:translateY(-50%) !important;left:14px !important;pointer-events:none !important;line-height:1 !important;padding:0 !important;transition:opacity 0.2s ease,transform 0.2s ease !important}.footer__newsletter-form:focus-within ~ .input__label,.footer__newsletter-form .is-filled ~ .input__label{opacity:0 !important;transform:translateY(-50%) scale(0.8) !important;visibility:hidden !important}.footer__newsletter-form .input__submit-icon{position:absolute !important;right:0 !important;top:50% !important;bottom:auto !important;transform:translateY(-50%) !important;width:42px !important;min-width:42px !important;max-width:42px !important;height:38px !important;min-height:38px !important;max-height:38px !important;background:transparent !important;border:none !important;color:#ffffff !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:transform 0.15s ease,opacity 0.15s ease !important;opacity:0.9 !important;padding:0 !important;margin:0 !important;z-index:2 !important}.footer__newsletter-form .input__submit-icon svg{width:16px !important;height:16px !important;display:block !important;stroke:currentColor !important;margin:0 !important}.footer__newsletter-form .input__submit-icon:hover{opacity:1 !important;transform:translateY(-50%) translateX(3px) !important}.footer__aside{margin-block-start:22px !important;padding-block-start:16px !important;border-top:1px solid rgba(255,255,255,0.14) !important;display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:space-between !important;gap:12px 20px !important}.footer__copyright{margin-block-start:0 !important;font-size:11.5px !important;color:rgba(255,255,255,0.75) !important;display:flex !important;align-items:center !important}.footer__follow-and-payment{margin-block-start:0 !important;margin-inline-start:0 !important;display:flex !important;align-items:center !important;gap:14px !important;flex-wrap:wrap !important}.footer__payment-methods{margin-block-start:0 !important;margin-inline-start:0 !important;display:flex !important;align-items:center !important;gap:8px !important}.footer__payment-methods-label{margin:0 !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:0.04em !important;color:rgba(255,255,255,0.75) !important}.footer .payment-methods-list{display:flex !important;align-items:center !important;gap:6px !important;flex-wrap:wrap !important}.footer .payment-methods-list svg,.footer .payment-methods-list img{height:20px !important;max-height:20px !important;width:auto !important;border-radius:3px !important}@media screen and (min-width:1000px){.footer__aside{margin-block-start:22px !important;padding-block-start:16px !important;row-gap:12px !important}.footer__payment-methods{margin-inline-start:auto !important}}@media screen and (max-width:740px){.footer__aside{margin-block-start:16px !important;padding-block-start:14px !important;flex-direction:column-reverse !important;align-items:center !important;text-align:center !important;gap:12px !important}.footer__follow-and-payment{justify-content:center !important;width:100% !important}.footer__payment-methods{flex-direction:column !important;align-items:center !important;gap:6px !important}.footer .payment-methods-list{justify-content:center !important}}@media screen and (min-width:1000px){.shopify-section--main-product .product{display:grid !important;grid-template-columns:minmax(0,460px) minmax(0,1fr) !important;gap:40px !important;align-items:start !important;max-width:1320px !important;margin-inline:auto !important}.shopify-section--main-product .product__media{width:100% !important;max-width:460px !important}.shopify-section--main-product .product__media-list-wrapper{max-width:460px !important}.shopify-section--main-product .product__media-image-wrapper{height:440px !important;max-height:440px !important;padding-bottom:0 !important;background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;box-shadow:0 1px 3px rgba(0,0,0,0.04) !important}.shopify-section--main-product .product__media-image-wrapper img{position:static !important;width:100% !important;height:100% !important;max-height:420px !important;max-width:420px !important;object-fit:contain !important;margin:auto !important}}@media screen and (max-width:999px){.shopify-section--main-product .product__media-image-wrapper{height:320px !important;max-height:320px !important;padding-bottom:0 !important;background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:10px !important;display:flex !important;align-items:center !important;justify-content:center !important}.shopify-section--main-product .product__media-image-wrapper img{position:static !important;max-height:300px !important;max-width:100% !important;object-fit:contain !important}}.shopify-section--main-product .product__thumbnail-list{gap:8px !important;margin-top:10px !important;justify-content:center !important}.shopify-section--main-product .product__thumbnail-item{width:52px !important;height:52px !important;border-radius:8px !important;border:1.5px solid #e2e8f0 !important;background:#ffffff !important;overflow:hidden !important;padding:3px !important;transition:border-color 0.2s ease,box-shadow 0.2s ease !important}.shopify-section--main-product .product__thumbnail-item.is-nav-selected,.shopify-section--main-product .product__thumbnail-item:hover{border-color:#0066cc !important;box-shadow:0 0 0 2px rgba(0,102,204,0.15) !important}.shopify-section--main-product .product__thumbnail-item img{width:100% !important;height:100% !important;object-fit:contain !important}.shopify-section--main-product .product__info{max-width:none !important;width:100% !important}.shopify-section--main-product .product-meta{margin-bottom:8px !important}.shopify-section--main-product .product-meta__title{font-size:21px !important;line-height:1.3 !important;font-weight:700 !important;color:#0a2540 !important;letter-spacing:-0.015em !important;margin-top:0 !important;margin-bottom:8px !important}@media screen and (max-width:740px){.shopify-section--main-product .product-meta__title{font-size:18px !important;line-height:1.32 !important}}.shopify-section--main-product .product-meta__price-list-container{display:flex !important;align-items:baseline !important;flex-wrap:wrap !important;gap:8px !important;margin-bottom:8px !important}.shopify-section--main-product .product-meta__price-list-container .price-list{display:inline-flex !important;align-items:baseline !important;gap:8px !important}.shopify-section--main-product .price--highlight,.shopify-section--main-product .price--large{font-size:21px !important;font-weight:800 !important;color:#0066cc !important;line-height:1.2 !important}.shopify-section--main-product .price--compare{font-size:13.5px !important;color:#64748b !important;text-decoration:line-through !important;line-height:1.2 !important}.shopify-section--main-product .label--highlight{background:#dc2626 !important;color:#ffffff !important;font-size:11px !important;font-weight:700 !important;padding:2px 7px !important;border-radius:4px !important;letter-spacing:0.02em !important;line-height:1.2 !important}.shopify-section--main-product .meddey-pdp-stock-status{display:inline-flex !important;align-items:center !important;gap:6px !important;padding:3px 10px !important;background:#f0fdf4 !important;border:1px solid #bbf7d0 !important;border-radius:6px !important;font-size:11.5px !important;font-weight:600 !important;color:#166534 !important;margin:4px 0 10px 0 !important;width:fit-content !important}.shopify-section--main-product .meddey-pulse-dot{width:7px !important;height:7px !important;border-radius:50% !important;background:#16a34a !important}.shopify-section--main-product .product-form__quantity{margin-block:8px 12px !important}.shopify-section--main-product .product-form__quantity-label{font-size:12px !important;font-weight:600 !important;color:#475569 !important;margin-bottom:4px !important;display:block !important}.shopify-section--main-product .quantity-selector{height:36px !important;width:112px !important;border:1px solid #cbd5e1 !important;border-radius:6px !important;background:#ffffff !important;overflow:hidden !important;display:inline-flex !important;align-items:center !important}.shopify-section--main-product .quantity-selector__button{width:32px !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:15px !important;color:#334155 !important;background:transparent !important;border:none !important;cursor:pointer !important;transition:background 0.15s ease !important}.shopify-section--main-product .quantity-selector__button:hover{background:#f1f5f9 !important;color:#0066cc !important}.shopify-section--main-product .quantity-selector__input{width:48px !important;height:100% !important;border:none !important;text-align:center !important;font-size:13.5px !important;font-weight:700 !important;color:#0a2540 !important;background:transparent !important;padding:0 !important}.shopify-section--main-product .product-form__buy-buttons{margin-top:6px !important}.shopify-section--main-product .product-form__payment-container{display:flex !important;flex-direction:column !important;gap:8px !important;max-width:460px !important}.shopify-section--main-product .product-form__add-button{height:42px !important;min-height:42px !important;font-size:13.5px !important;font-weight:700 !important;letter-spacing:0.03em !important;border-radius:8px !important;background:#0066cc !important;color:#ffffff !important;border:1.5px solid #0066cc !important;box-shadow:0 2px 8px rgba(0,102,204,0.22) !important;cursor:pointer !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:0 24px !important}.shopify-section--main-product .product-form__add-button:hover:not(:disabled){background:#0052a3 !important;border-color:#0052a3 !important;transform:translateY(-1px) !important;box-shadow:0 4px 14px rgba(0,102,204,0.32) !important}.shopify-section--main-product .shopify-payment-button{margin-top:0 !important}.shopify-section--main-product .shopify-payment-button__button--unbranded{height:42px !important;min-height:42px !important;font-size:13.5px !important;font-weight:700 !important;letter-spacing:0.03em !important;border-radius:8px !important;background:#ffffff !important;color:#0066cc !important;border:1.5px solid #0066cc !important;cursor:pointer !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:0 24px !important;box-shadow:none !important}.shopify-section--main-product .shopify-payment-button__button--unbranded:hover:not(:disabled){background:#eff6ff !important;border-color:#0066cc !important;color:#0066cc !important;transform:translateY(-1px) !important}.shopify-section--main-product .mhc-delivery{margin-block:16px 12px !important;max-width:460px !important;padding:12px 14px !important;background:#f8fafc !important;border:1px solid #e2e8f0 !important;border-radius:8px !important}.shopify-section--main-product .mhc-delivery label{font-size:12px !important;font-weight:600 !important;color:#475569 !important;margin-bottom:6px !important;display:block !important}.shopify-section--main-product .mhc-delivery-row{display:flex !important;gap:8px !important;height:38px !important}.shopify-section--main-product .mhc-delivery input{height:38px !important;padding:0 12px !important;font-size:13px !important;border:1px solid #cbd5e1 !important;border-radius:6px !important;background:#ffffff !important;outline:none !important;transition:border-color 0.15s ease !important;flex:1 !important}.shopify-section--main-product .mhc-delivery input:focus{border-color:#0066cc !important;box-shadow:0 0 0 2px rgba(0,102,204,0.12) !important}.shopify-section--main-product .mhc-delivery button{height:38px !important;min-height:38px !important;padding:0 16px !important;font-size:13px !important;font-weight:600 !important;border-radius:6px !important;color:#0066cc !important;background:#eff6ff !important;border:1px solid #bfdbfe !important;cursor:pointer !important;transition:background 0.15s ease !important}.shopify-section--main-product .mhc-delivery button:hover{background:#dbeafe !important}.shopify-section--main-product .mhc-delivery-status{font-size:11.5px !important;margin-top:6px !important}.shopify-section--main-product .mhc-summaries{margin-top:14px !important;max-width:580px !important}.shopify-section--main-product .mhc-summary{border:1px solid #e2e8f0 !important;border-radius:8px !important;margin-block:6px !important;background:#ffffff !important;transition:border-color 0.2s ease,box-shadow 0.2s ease !important;overflow:hidden !important}.shopify-section--main-product .mhc-summary[data-pinned="true"]{border-color:#0066cc !important;box-shadow:0 0 0 1.5px rgba(0,102,204,0.18) !important}.shopify-section--main-product .mhc-summary>summary{padding:10px 14px !important;min-height:38px !important;font-size:13px !important;font-weight:600 !important;cursor:pointer !important;user-select:none !important;display:flex !important;align-items:center !important;justify-content:space-between !important;color:#0a2540 !important;transition:color 0.15s ease,background 0.15s ease !important}.shopify-section--main-product .mhc-summary>summary:hover{color:#0066cc !important;background:#f8fafc !important}.shopify-section--main-product .mhc-summary[open]>summary{color:#0066cc !important;border-bottom:1px solid #f1f5f9 !important;background:#f8fbff !important}.shopify-section--main-product .mhc-summary-content{padding:12px 14px !important;font-size:12.5px !important;line-height:1.45 !important}.shopify-section--main-product .meddey-whatsapp-concierge{margin-top:14px !important;padding:10px 14px !important;border-radius:8px !important;max-width:580px !important}.shopify-section--main-product .meddey-whatsapp-title{font-size:12.5px !important}.shopify-section--main-product .meddey-whatsapp-sub{font-size:11.5px !important}.shopify-section--main-product .meddey-whatsapp-btn{padding:6px 12px !important;font-size:12px !important;border-radius:6px !important}.product-item.product-item--hero{grid-column:span 2 !important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%) !important;border:1.5px solid #0066cc !important;box-shadow:0 10px 30px rgba(0,102,204,0.12) !important;height:auto !important;padding:12px !important}.product-item.product-item--hero .product-item__aspect-ratio{padding-bottom:0 !important;height:min(300px,48vw) !important;min-height:0 !important}.product-item.product-item--hero .product-item__primary-image,.product-item.product-item--hero .product-item__secondary-image{object-fit:contain !important;max-height:100% !important;width:100% !important;height:100% !important}.product-item.product-item--hero .meddey-card-eye-btn{display:none !important}.product-item.product-item--hero.product-item--expanded>.product-item__image-wrapper,.product-item.product-item--hero.product-item--expanded>.product-item__info{display:none !important}:root{--hc-card-image-height:200px !important;--hc-featured-height:300px !important}.product-facet__product-list .product-list__inner{row-gap:20px !important;column-gap:16px !important}.product-facet__product-list .product-item:not(.product-item--expanded),.product-item:not(.product-item--expanded){padding:10px !important}.product-facet__product-list .product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__aspect-ratio,.product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__aspect-ratio{max-height:200px !important}.product-facet__product-list .product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__primary-image,.product-facet__product-list .product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__secondary-image,.product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__primary-image,.product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__secondary-image{object-fit:contain !important}@media screen and (max-width:740px){.product-facet__product-list .product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__aspect-ratio,.product-item:not(.product-item--hero):not(.product-item--expanded) .product-item__aspect-ratio{max-height:165px !important}}.product-item.product-item--expanded{grid-column:span 2 !important;width:min(530px,100%) !important;min-width:0 !important;max-width:100% !important}@media screen and (min-width:1200px){.product-list__inner.has-expanded-card .product-item.product-item--expanded{grid-column:span 3 !important;width:min(550px,100%) !important;min-width:0 !important;max-width:100% !important}}.meddey-paper-page--right{padding:6px 12px 10px 14px !important;overflow-y:auto !important}.meddey-paper-page--right .product-item-meta__title{padding-right:32px !important}.meddey-paper-content .meddey-qv-actions{display:flex !important;align-items:center !important;gap:8px !important;width:100% !important;max-width:100% !important;margin-top:8px !important;flex-wrap:nowrap !important}.meddey-paper-content .meddey-qv-qty{width:76px !important;min-width:76px !important;height:34px !important;flex:0 0 76px !important}.meddey-paper-content .meddey-qv-submit-btn{min-width:0 !important;width:auto !important;flex:1 1 auto !important;height:34px !important;font-size:12.5px !important;font-weight:700 !important;padding:0 10px !important;white-space:nowrap !important;text-align:center !important;overflow:visible !important;background:#0066cc !important;color:#ffffff !important;border:1.5px solid #0066cc !important;border-radius:6px !important;box-shadow:0 2px 6px rgba(0,102,204,0.15) !important}.meddey-paper-content .meddey-qv-submit-btn:hover{background:#0052a3 !important;border-color:#0052a3 !important}.product-item.product-item--expanded>.meddey-prod-card__link,.product-item.product-item--expanded>.meddey-card-eye-btn,.product-item.product-item--expanded>.meddey-card-action-bar{display:none!important}.meddey-offers-grid .meddey-prod-card.product-item--expanded{grid-column:span 2!important;width:min(540px,100%)!important;min-width:0!important;max-width:100%!important;height:auto!important;max-height:none!important;z-index:20}@media(max-width:740px){.meddey-offers-grid .meddey-prod-card.product-item--expanded{grid-column:span 2!important;width:100%!important;min-width:0!important;max-width:100%!important}}.meddey-cart-header .meddey-cart-close-btn,.drawer__header .meddey-cart-close-btn,.meddey-cart-preview-header .meddey-cart-close-btn{position:static!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;transform:none!important;margin-left:auto!important;margin-right:0!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;border-radius:50%!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#64748b!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;flex-shrink:0!important;box-shadow:0 1px 2px rgba(10,37,64,0.04)!important;transition:all .2s cubic-bezier(0.16,1,0.3,1)!important}.meddey-cart-header .meddey-cart-close-btn:hover,.drawer__header .meddey-cart-close-btn:hover,.meddey-cart-preview-header .meddey-cart-close-btn:hover{background:#f1f5f9!important;color:#0f172a!important;border-color:#cbd5e1!important;transform:scale(1.06)!important}.meddey-cart-header .meddey-cart-close-btn svg,.drawer__header .meddey-cart-close-btn svg,.meddey-cart-preview-header .meddey-cart-close-btn svg{width:12px!important;height:12px!important;stroke-width:2.2px!important}.meddey-cart-footer__tax-hint,.cart__tax-note,.mini-cart__tax-note,.cart-tax-note{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important}.meddey-multi-row-sliders{display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important}.meddey-row-slider-wrap{position:relative!important;width:100%!important}.meddey-slider--row,.meddey-recently-viewed-slider-wrap{position:relative!important;display:block!important;width:100%!important}.meddey-row-slider-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:4px 2px 8px 2px!important;width:100%!important;touch-action:pan-x pan-y!important;overscroll-behavior-x:contain!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important}@media (min-width:741px){meddey-slider[data-no-scroll] .meddey-row-slider-track{overflow-x:visible!important}meddey-slider[data-no-scroll] .meddey-row-slider-track .product-item{flex:1 1 220px!important;max-width:280px!important}}.meddey-row-slider-track::-webkit-scrollbar{display:none!important}.meddey-row-slider-track .product-item:not(.product-item--expanded){flex:0 0 215px!important;width:215px!important;max-width:225px!important;min-width:190px!important;box-sizing:border-box!important}.meddey-slider-track .product-item.product-item--expanded,.meddey-row-slider-track .product-item.product-item--expanded,.meddey-recently-viewed-slider-wrap .product-item.product-item--expanded{flex:0 0 auto!important;width:min(540px,100%)!important;min-width:0!important;max-width:100%!important;z-index:25!important}@media (max-width:740px){.meddey-row-slider-track{gap:10px!important}.meddey-row-slider-track .product-item:not(.product-item--expanded){flex:0 0 155px!important;width:155px!important;max-width:165px!important;min-width:140px!important}.meddey-slider-track .product-item.product-item--expanded,.meddey-row-slider-track .product-item.product-item--expanded,.meddey-recently-viewed-slider-wrap .product-item.product-item--expanded{flex:0 0 auto!important;width:100%!important;min-width:0!important;max-width:100%!important}}.shopify-section--product-recommendations .product-item,.shopify-section--recently-viewed-products .product-item,.shopify-section--product-recommendations .meddey-prod-card,.shopify-section--recently-viewed-products .meddey-prod-card{padding:8px 10px 10px 10px!important;border-radius:10px!important;background:#ffffff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px rgba(10,37,64,0.03)!important;transition:all .22s cubic-bezier(0.16,1,0.3,1)!important;display:flex!important;flex-direction:column!important;height:100%!important;min-width:0!important;box-sizing:border-box!important}.shopify-section--product-recommendations .product-item:hover,.shopify-section--recently-viewed-products .product-item:hover,.shopify-section--product-recommendations .meddey-prod-card:hover,.shopify-section--recently-viewed-products .meddey-prod-card:hover{transform:translateY(-3px)!important;border-color:#93c5fd!important;box-shadow:0 8px 20px rgba(0,102,204,0.1)!important}.shopify-section--product-recommendations .product-item__image-wrapper,.shopify-section--recently-viewed-products .product-item__image-wrapper,.shopify-section--product-recommendations .meddey-prod-img-wrap,.shopify-section--recently-viewed-products .meddey-prod-img-wrap{position:relative!important;width:100%!important;height:200px!important;min-height:200px!important;max-height:200px!important;display:block!important;padding:4px!important;border-radius:8px!important;background:#f8fafc!important;margin-bottom:8px!important;overflow:hidden!important;box-sizing:border-box!important}@media screen and (max-width:740px){.shopify-section--product-recommendations .product-item__image-wrapper,.shopify-section--recently-viewed-products .product-item__image-wrapper,.shopify-section--product-recommendations .meddey-prod-img-wrap,.shopify-section--recently-viewed-products .meddey-prod-img-wrap{height:155px!important;min-height:155px!important;max-height:155px!important;padding:2px!important}}.shopify-section--product-recommendations .product-item__aspect-ratio,.shopify-section--recently-viewed-products .product-item__aspect-ratio{position:relative!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding-bottom:0!important;overflow:hidden!important;aspect-ratio:auto!important}.shopify-section--product-recommendations .product-item__primary-image,.shopify-section--recently-viewed-products .product-item__primary-image,.shopify-section--product-recommendations .meddey-prod-img,.shopify-section--recently-viewed-products .meddey-prod-img{position:absolute!important;inset:0!important;margin:auto!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform:none!important;opacity:1!important;visibility:visible!important;transition:opacity .35s cubic-bezier(0.16,1,0.3,1),transform .35s cubic-bezier(0.16,1,0.3,1)!important;image-rendering:-webkit-optimize-contrast}.shopify-section--product-recommendations .product-item__secondary-image,.shopify-section--recently-viewed-products .product-item__secondary-image{position:absolute!important;inset:0!important;margin:auto!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .35s cubic-bezier(0.16,1,0.3,1),transform .35s cubic-bezier(0.16,1,0.3,1)!important;image-rendering:-webkit-optimize-contrast}.shopify-section--product-recommendations .product-item:hover .product-item__secondary-image,.shopify-section--recently-viewed-products .product-item:hover .product-item__secondary-image{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.shopify-section--product-recommendations .product-item:hover .product-item__image-wrapper--multiple .product-item__primary-image,.shopify-section--recently-viewed-products .product-item:hover .product-item__image-wrapper--multiple .product-item__primary-image{opacity:0!important}.meddey-slider--row .meddey-carousel-nav-btn,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn{display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:15!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#ffffff!important;border:1.5px solid #e2e8f0!important;color:#0066cc!important;box-shadow:0 3px 12px rgba(10,37,64,0.12)!important;cursor:pointer!important;transition:all .2s cubic-bezier(0.16,1,0.3,1)!important;align-items:center!important;justify-content:center!important}.meddey-slider--row .meddey-carousel-nav-btn:hover,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn:hover{background:#0066cc!important;color:#ffffff!important;border-color:#0066cc!important;box-shadow:0 6px 18px rgba(0,102,204,0.28)!important;transform:translateY(-50%) scale(1.08)!important}.meddey-slider--row .meddey-carousel-nav-btn--prev,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn--prev{left:-16px!important}.meddey-slider--row .meddey-carousel-nav-btn--next,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn--next{right:-16px!important}@media (max-width:740px){.meddey-slider--row .meddey-carousel-nav-btn,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn{width:30px!important;height:30px!important}.meddey-slider--row .meddey-carousel-nav-btn--prev,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn--prev{left:2px!important}.meddey-slider--row .meddey-carousel-nav-btn--next,.meddey-recently-viewed-slider-wrap .meddey-carousel-nav-btn--next{right:2px!important}}.shopify-section--main-product .product{background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:16px !important;box-shadow:0 1px 4px rgba(10,37,64,0.04) !important;padding:28px 32px !important;margin-bottom:40px !important;box-sizing:border-box !important}@media screen and (min-width:1000px){.shopify-section--main-product .product{display:grid !important;grid-template-columns:minmax(0,530px) minmax(0,1fr) !important;gap:44px !important;max-width:1240px !important;margin-inline:auto !important;align-items:start !important;width:100% !important}.product--thumbnails-left .product__media,.shopify-section--main-product .product__media{display:flex !important;flex-direction:row-reverse !important;align-items:flex-start !important;gap:14px !important;width:100% !important;max-width:530px !important;margin-inline:0 !important}.product--thumbnails-left .product__media-list-wrapper,.shopify-section--main-product .product__media-list-wrapper{flex:1 1 auto !important;width:calc(100% - 82px) !important;max-width:440px !important;margin:0 !important}.product--thumbnails-left .product__media-nav,.shopify-section--main-product .product__media-nav{flex:0 0 68px !important;width:68px !important;margin:0 !important;display:block !important}.product--thumbnails-left .product__thumbnail-list,.shopify-section--main-product .product__thumbnail-list{display:flex !important;flex-direction:column !important;gap:10px !important;max-height:440px !important;overflow-y:auto !important;overflow-x:hidden !important;margin:0 !important;padding:2px !important;scrollbar-width:none !important}.shopify-section--main-product .product__thumbnail-list::-webkit-scrollbar{display:none !important}.product--thumbnails-left .product__thumbnail-list-inner,.shopify-section--main-product .product__thumbnail-list-inner{display:flex !important;flex-direction:column !important;gap:10px !important;width:100% !important}.shopify-section--main-product .product__thumbnail-item{width:68px !important;height:68px !important;flex:0 0 68px !important;border-radius:8px !important;border:1.5px solid #e2e8f0 !important;background:#ffffff !important;overflow:hidden !important;padding:3px !important;box-sizing:border-box !important;cursor:pointer !important;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease !important}.shopify-section--main-product .product__thumbnail-item.is-nav-selected,.shopify-section--main-product .product__thumbnail-item[aria-current="true"],.shopify-section--main-product .product__thumbnail-item:hover{border-color:#0066cc !important;border-width:2px !important;box-shadow:0 0 0 2px rgba(0,102,204,0.15) !important}.shopify-section--main-product .product__thumbnail-item img{width:100% !important;height:100% !important;object-fit:contain !important}.shopify-section--main-product .product__media-image-wrapper{height:440px !important;max-height:440px !important;width:100% !important;max-width:440px !important;aspect-ratio:auto !important;padding-bottom:0 !important;background:#f8fafc !important;border:1px solid #f1f5f9 !important;border-radius:12px !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;position:relative !important;box-shadow:none !important;transition:border-color 0.2s ease !important}.shopify-section--main-product .product__media-image-wrapper:hover{border-color:#cbd5e1 !important}.shopify-section--main-product .product__media-image-wrapper img{position:static !important;width:auto !important;height:auto !important;max-height:400px !important;max-width:400px !important;object-fit:contain !important;margin:auto !important;padding:14px !important}.shopify-section--main-product .product__zoom-button{position:absolute !important;bottom:16px !important;right:16px !important;top:auto !important;left:auto !important;width:38px !important;height:38px !important;border-radius:50% !important;background:#ffffff !important;border:1px solid #e2e8f0 !important;box-shadow:0 2px 8px rgba(10,37,64,0.1) !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#0066cc !important;cursor:pointer !important;z-index:5 !important;transition:all 0.2s cubic-bezier(0.16,1,0.3,1) !important}.shopify-section--main-product .product__zoom-button:hover{background:#f0f7fe !important;color:#0052a3 !important;transform:scale(1.08) !important;box-shadow:0 4px 14px rgba(0,102,204,0.22) !important}.shopify-section--main-product .product__zoom-button svg{width:18px !important;height:18px !important;stroke:currentColor !important}.shopify-section--main-product .product__info{width:100% !important;max-width:580px !important;margin-inline:0 !important;padding-top:0 !important}}@media screen and (min-width:741px) and (max-width:999px){.shopify-section--main-product .product{display:grid !important;grid-template-columns:minmax(0,380px) minmax(0,1fr) !important;gap:32px !important;padding:24px 20px !important}.shopify-section--main-product .product__media-image-wrapper{height:340px !important;max-height:340px !important;background:#f8fafc !important;border-radius:12px !important}.shopify-section--main-product .product__media-image-wrapper img{max-height:310px !important;max-width:320px !important;object-fit:contain !important}}@media screen and (max-width:740px){.shopify-section--main-product .product{display:flex !important;flex-direction:column !important;gap:20px !important;padding:16px 14px !important;border-radius:12px !important}.shopify-section--main-product .product__media-image-wrapper{height:310px !important;max-height:310px !important;background:#f8fafc !important;border-radius:10px !important;margin-inline:auto !important}.shopify-section--main-product .product__media-image-wrapper img{max-height:280px !important;max-width:300px !important;object-fit:contain !important}.shopify-section--main-product .product__thumbnail-list{display:flex !important;flex-direction:row !important;overflow-x:auto !important;gap:8px !important;justify-content:center !important}.shopify-section--main-product .product__thumbnail-item{width:52px !important;height:52px !important;flex:0 0 52px !important}}.meddey-pdp-category-eyebrow{font-size:12px !important;font-weight:700 !important;color:#0066cc !important;text-transform:uppercase !important;letter-spacing:0.06em !important;margin:0 0 6px 0 !important;line-height:1.2 !important}.shopify-section--main-product .product-meta{margin-bottom:8px !important}.shopify-section--main-product .product-meta__title{font-size:26px !important;font-weight:800 !important;color:#0a2540 !important;line-height:1.25 !important;letter-spacing:-0.015em !important;margin-top:0 !important;margin-bottom:12px !important}@media screen and (max-width:740px){.shopify-section--main-product .product-meta__title{font-size:20px !important}}.shopify-section--main-product .product-meta__price-list-container{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:10px !important;margin-bottom:14px !important}.shopify-section--main-product .price--highlight,.shopify-section--main-product .price--large{font-size:26px !important;font-weight:800 !important;color:#0066cc !important;line-height:1 !important}.shopify-section--main-product .price--compare{font-size:16px !important;color:#94a3b8 !important;text-decoration:line-through !important;line-height:1 !important;font-weight:500 !important}.shopify-section--main-product .label--highlight{font-size:11.5px !important;font-weight:700 !important;padding:3px 8px !important;border-radius:4px !important;background:#e53935 !important;color:#ffffff !important;text-transform:uppercase !important;letter-spacing:0.03em !important}.shopify-section--main-product .meddey-pdp-stock-status{display:flex !important;align-items:center !important;gap:8px !important;padding:9px 14px !important;background:#ecfdf5 !important;border:1px solid #a7f3d0 !important;border-radius:8px !important;font-size:13px !important;font-weight:600 !important;color:#065f46 !important;margin-bottom:16px !important;width:100% !important;box-sizing:border-box !important}.shopify-section--main-product .meddey-pulse-dot{width:8px !important;height:8px !important;border-radius:50% !important;background:#10b981 !important;flex-shrink:0 !important}.shopify-section--main-product .meddey-stock-text{font-size:13px !important;font-weight:600 !important;color:#065f46 !important;line-height:1.3 !important}.meddey-pdp-trust-chips{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;gap:8px !important;margin-bottom:20px !important;width:100% !important}.meddey-trust-chip{background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:8px !important;padding:7px 9px !important;display:flex !important;align-items:center !important;gap:8px !important;box-sizing:border-box !important;transition:border-color 0.18s ease,box-shadow 0.18s ease !important}.meddey-trust-chip.is-hidden,.meddey-trust-chip[hidden],.meddey-trust-chip[style*="display:none"],.meddey-trust-chip[style*="display:none"]{display:none !important}.meddey-trust-chip:hover{border-color:#93c5fd !important;box-shadow:0 2px 8px rgba(0,102,204,0.08) !important}.meddey-trust-chip__icon{color:#0066cc !important;flex-shrink:0 !important;display:flex !important;align-items:center !important;justify-content:center !important}.meddey-trust-chip__icon svg{width:18px !important;height:18px !important;stroke:#0066cc !important;stroke-width:2.1 !important}.meddey-trust-chip__content{display:flex !important;flex-direction:column !important;min-width:0 !important}.meddey-trust-chip__title{font-size:11.5px !important;font-weight:700 !important;color:#0a2540 !important;line-height:1.25 !important;white-space:normal !important;overflow:visible !important;overflow-wrap:anywhere !important}.meddey-trust-chip__subtitle{font-size:10px !important;color:#64748b !important;line-height:1.25 !important;margin-top:2px !important;white-space:normal !important;overflow:visible !important;overflow-wrap:anywhere !important}@media screen and (max-width:540px){.meddey-pdp-trust-chips{grid-template-columns:repeat(2,1fr) !important;gap:8px !important}.meddey-trust-chip{padding:7px 8px !important}.meddey-trust-chip__icon svg{width:17px !important;height:17px !important}}.shopify-section--main-product .product-form.product-form--compact-grid{display:grid !important;grid-template-columns:125px minmax(0,1fr) !important;column-gap:14px !important;row-gap:12px !important;align-items:start !important;width:100% !important;margin-bottom:14px !important}.shopify-section--main-product .product-form.product-form--compact-grid>*:not(.product-form__quantity):not(form):not([action*="/cart/add"]){grid-column:1 / -1 !important;width:100% !important}.shopify-section--main-product .product-form__quantity{grid-column:1 !important;margin-bottom:0 !important;width:100% !important}.shopify-section--main-product .product-form__quantity-label{font-size:12.5px !important;font-weight:600 !important;color:#334155 !important;margin-bottom:6px !important;display:block !important;line-height:1.2 !important}.shopify-section--main-product .quantity-selector{border:1.5px solid #cbd5e1 !important;border-radius:8px !important;background:#ffffff !important;height:42px !important;width:100% !important;max-width:125px !important;display:inline-flex !important;align-items:center !important;justify-content:space-between !important;box-sizing:border-box !important}.shopify-section--main-product .quantity-selector__button{width:34px !important;height:100% !important;color:#334155 !important;font-size:15px !important;background:transparent !important;border:none !important;display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;transition:color 0.15s ease !important}.shopify-section--main-product .quantity-selector__button:hover{color:#0066cc !important}.shopify-section--main-product .quantity-selector__input{width:36px !important;font-size:14px !important;font-weight:700 !important;color:#0a2540 !important;text-align:center !important;border:none !important;background:transparent !important;padding:0 !important}.shopify-section--main-product .product-form.product-form--compact-grid>form,.shopify-section--main-product .product-form.product-form--compact-grid form[action*="/cart/add"]{grid-column:2 !important;width:100% !important;margin-top:21px !important}.shopify-section--main-product .product-form:not(.product-form--compact-grid)>form,.shopify-section--main-product .product-form:not(.product-form--compact-grid) form[action*="/cart/add"]{width:100% !important;margin-top:0 !important}.shopify-section--main-product .product-form__payment-container{display:flex !important;flex-direction:column !important;gap:9px !important;margin-bottom:0 !important;width:100% !important}.shopify-section--main-product .product-form__add-button,.shopify-section--main-product button[name="add"]{height:42px !important;min-height:42px !important;border-radius:8px !important;font-size:13.5px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.04em !important;background:#0066cc !important;border:none !important;color:#ffffff !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;padding:0 16px !important;transition:background 0.18s ease,transform 0.15s ease,box-shadow 0.18s ease !important;box-shadow:0 2px 6px rgba(0,102,204,0.18) !important;width:100% !important}.shopify-section--main-product .product-form__add-button:hover,.shopify-section--main-product button[name="add"]:hover{background:#0052a3 !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(0,102,204,0.28) !important}.shopify-section--main-product .meddey-btn-cart-icon{stroke:#ffffff !important;fill:none !important;flex-shrink:0 !important;width:17px !important;height:17px !important;margin-right:2px !important}.shopify-section--main-product .shopify-payment-button__button--unbranded{height:42px !important;min-height:42px !important;border-radius:8px !important;font-size:13.5px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.04em !important;border:1.5px solid #0066cc !important;color:#0066cc !important;background:#ffffff !important;cursor:pointer !important;transition:all 0.18s ease !important;width:100% !important;box-shadow:none !important;padding:0 16px !important}.shopify-section--main-product .shopify-payment-button__button--unbranded:hover{background:#f0f7fe !important;color:#0052a3 !important;border-color:#0052a3 !important;transform:translateY(-1px) !important}@media screen and (max-width:480px){.shopify-section--main-product .product-form.product-form--compact-grid{grid-template-columns:105px minmax(0,1fr) !important;column-gap:10px !important}.shopify-section--main-product .quantity-selector{max-width:105px !important}.shopify-section--main-product .quantity-selector__button{width:28px !important}.shopify-section--main-product .quantity-selector__input{width:30px !important;font-size:13px !important}.shopify-section--main-product .product-form__add-button,.shopify-section--main-product .shopify-payment-button__button--unbranded{font-size:12px !important;padding:0 8px !important}}.shopify-section--main-product .mhc-delivery{background:#f0f7fe !important;border:1px solid #d0e5fc !important;border-radius:10px !important;padding:14px 16px !important;margin-top:14px !important;margin-bottom:16px !important;width:100% !important;box-sizing:border-box !important}.shopify-section--main-product .mhc-delivery label{display:flex !important;align-items:center !important;gap:8px !important;font-size:13.5px !important;font-weight:600 !important;color:#0a2540 !important;margin-bottom:10px !important}.shopify-section--main-product .meddey-delivery-pin-icon{color:#0066cc !important;flex-shrink:0 !important}.shopify-section--main-product .mhc-delivery-row{display:flex !important;gap:10px !important;height:42px !important}.shopify-section--main-product .mhc-delivery input{height:42px !important;padding:0 14px !important;font-size:13.5px !important;border:1px solid #cbd5e1 !important;border-radius:6px !important;background:#ffffff !important;color:#0a2540 !important;outline:none !important;flex:1 !important}.shopify-section--main-product .mhc-delivery input:focus{border-color:#0066cc !important;box-shadow:0 0 0 2px rgba(0,102,204,0.12) !important}.shopify-section--main-product .mhc-delivery button{height:42px !important;padding:0 22px !important;font-size:13.5px !important;font-weight:700 !important;border-radius:6px !important;color:#0066cc !important;background:#e0effe !important;border:none !important;cursor:pointer !important;transition:background 0.15s ease !important}.shopify-section--main-product .mhc-delivery button:hover{background:#bae0fd !important}.shopify-section--main-product .mhc-policy-links{display:none !important}.meddey-pdp-bottom-trust-badges{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:14px !important;padding-top:14px !important;border-top:1px solid #f1f5f9 !important;width:100% !important;box-sizing:border-box !important}.meddey-bottom-trust-item{display:flex !important;align-items:center !important;gap:10px !important}.meddey-bottom-trust-icon{color:#0066cc !important;flex-shrink:0 !important;display:flex !important;align-items:center !important;justify-content:center !important}.meddey-bottom-trust-icon svg{width:22px !important;height:22px !important;stroke:#0066cc !important}.meddey-bottom-trust-text{display:flex !important;flex-direction:column !important;line-height:1.25 !important}.meddey-bottom-trust-title{font-size:12px !important;font-weight:700 !important;color:#0a2540 !important}.meddey-bottom-trust-sub{font-size:11px !important;color:#64748b !important}@media screen and (max-width:540px){.meddey-pdp-bottom-trust-badges{grid-template-columns:1fr !important;gap:10px !important}}meddey-slider[data-no-scroll] .meddey-carousel-nav-btn,meddey-slider[data-no-scroll] .meddey-slider-btn,meddey-slider[data-no-scroll] .meddey-slider__arrow,.meddey-slider--no-scroll .meddey-carousel-nav-btn,.meddey-slider--no-scroll .meddey-slider-btn,.meddey-slider--no-scroll .meddey-slider__arrow,.meddey-slider--row[data-no-scroll] .meddey-carousel-nav-btn,.meddey-recently-viewed-slider-wrap[data-no-scroll] .meddey-carousel-nav-btn{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media (min-width:741px){meddey-slider[data-no-scroll] .meddey-row-slider-track,meddey-slider.meddey-slider--no-scroll .meddey-row-slider-track,.meddey-row-slider-track[data-no-scroll],meddey-slider[data-no-scroll] .meddey-slider-track,meddey-slider.meddey-slider--no-scroll .meddey-slider-track,.meddey-slider-track[data-no-scroll]{overflow-x:visible!important;overflow-y:visible!important}}html.lenis-scrolling .product-item:hover,html.lenis-scrolling .meddey-prod-card:hover,html.is-scrolling .product-item:hover,html.is-scrolling .meddey-prod-card:hover,.is-scrolling .product-item:hover,.is-scrolling .meddey-prod-card:hover{transform:none!important;box-shadow:none!important}.meddey-prod-card,.meddey-prod-card__link,.meddey-btn-card-atc,.meddey-card-eye-btn{pointer-events:auto!important;cursor:pointer!important}.shopify-section--product-recommendations .product-item,.shopify-section--recently-viewed-products .product-item,.shopify-section--product-recommendations .meddey-prod-card,.shopify-section--recently-viewed-products .meddey-prod-card{will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.shopify-section--product-recommendations .product-item:hover,.shopify-section--recently-viewed-products .product-item:hover,.shopify-section--product-recommendations .meddey-prod-card:hover,.shopify-section--recently-viewed-products .meddey-prod-card:hover{transform:translateY(-3px) translateZ(0)!important}.shopify-section--main-product .product-form.product-form--compact-grid,.shopify-section--main-product .product-form{display:flex !important;flex-direction:column !important;gap:12px !important;width:100% !important;margin-bottom:14px !important}.shopify-section--main-product .product-form__buy-buttons{width:100% !important;margin:0 !important}.shopify-section--main-product .product-form__payment-container{display:flex !important;flex-direction:column !important;gap:10px !important;margin-bottom:0 !important;width:100% !important}.shopify-section--main-product .product-form__actions-row{display:flex !important;flex-direction:row !important;align-items:center !important;gap:12px !important;width:100% !important}.shopify-section--main-product .product-form__actions-row .product-form__quantity{flex:0 0 auto !important;margin:0 !important;padding:0 !important}.shopify-section--main-product .product-form__actions-row .product-form__quantity-label{display:none !important}.shopify-section--main-product .product-form__actions-row .quantity-selector{border:1.5px solid #cbd5e1 !important;border-radius:8px !important;background:#ffffff !important;height:44px !important;min-height:44px !important;width:120px !important;max-width:120px !important;display:inline-flex !important;align-items:center !important;justify-content:space-between !important;box-sizing:border-box !important}.shopify-section--main-product .product-form__actions-row .quantity-selector__button{width:34px !important;height:100% !important;color:#334155 !important;font-size:15px !important;background:transparent !important;border:none !important;display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;transition:color 0.15s ease !important}.shopify-section--main-product .product-form__actions-row .quantity-selector__button:hover{color:#0066cc !important}.shopify-section--main-product .product-form__actions-row .quantity-selector__input{width:38px !important;font-size:14px !important;font-weight:700 !important;color:#0a2540 !important;text-align:center !important;border:none !important;background:transparent !important;padding:0 !important}.shopify-section--main-product .product-form__actions-row .product-form__add-button,.shopify-section--main-product .product-form__actions-row button[name="add"],.shopify-section--main-product .product-form__actions-row #AddToCart{flex:1 1 auto !important;height:44px !important;min-height:44px !important;border-radius:8px !important;font-size:14px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.04em !important;background:#0066cc !important;border:none !important;color:#ffffff !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;padding:0 18px !important;margin:0 !important;width:auto !important;transition:background 0.18s ease,transform 0.15s ease,box-shadow 0.18s ease !important;box-shadow:0 2px 6px rgba(0,102,204,0.18) !important}.shopify-section--main-product .product-form__actions-row .product-form__add-button:hover,.shopify-section--main-product .product-form__actions-row button[name="add"]:hover,.shopify-section--main-product .product-form__actions-row #AddToCart:hover{background:#0052a3 !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(0,102,204,0.28) !important}.shopify-section--main-product .shopify-payment-button{width:100% !important;margin:0 !important}.shopify-section--main-product .shopify-payment-button__button--unbranded{height:44px !important;min-height:44px !important;border-radius:8px !important;font-size:14px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:0.04em !important;border:1.5px solid #0066cc !important;color:#0066cc !important;background:#ffffff !important;cursor:pointer !important;transition:all 0.18s ease !important;width:100% !important;box-shadow:none !important;padding:0 16px !important;display:flex !important;align-items:center !important;justify-content:center !important}.shopify-section--main-product .shopify-payment-button__button--unbranded:hover{background:#f0f7fe !important;color:#0052a3 !important;border-color:#0052a3 !important;transform:translateY(-1px) !important}@media screen and (max-width:740px){.shopify-section--main-product .product-form__actions-row{gap:10px !important}.shopify-section--main-product .product-form__actions-row .quantity-selector{width:108px !important;max-width:108px !important;height:44px !important}.shopify-section--main-product .product-form__actions-row .quantity-selector__button{width:32px !important}.shopify-section--main-product .product-form__actions-row .product-form__add-button,.shopify-section--main-product .product-form__actions-row #AddToCart{font-size:13.5px !important;padding:0 12px !important}.shopify-section--main-product .shopify-payment-button__button--unbranded{font-size:13.5px !important}}.rte .video-container,.rte [class*="video-container"],.rte .responsive-video-container,.rte .video-wrapper,.rte div[style*="padding-top"],.rte div[style*="padding-bottom"],.rte div[style*="height:0"],.rte div[style*="height:0"],.rte p[style*="padding-bottom"],.rte p[style*="padding-top"]{position:relative !important;width:100% !important;max-width:800px !important;height:auto !important;min-height:0 !important;padding:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-block-start:0 !important;padding-block-end:0 !important;margin:16px auto !important;overflow:hidden !important;border-radius:12px !important}.rte .video-wrapper::before,.rte .video-wrapper::after,.rte .video-container::before,.rte .video-container::after{content:none !important;display:none !important;padding:0 !important;height:0 !important}.rte .click-blocker,.rte .video-container .click-blocker{display:none !important;pointer-events:none !important}.rte .video-wrapper{position:relative !important;width:100% !important;max-width:800px !important;aspect-ratio:16 / 9 !important;height:auto !important;background:#000000 !important;border-radius:12px !important;margin:16px auto !important;overflow:hidden !important;box-shadow:0 4px 16px rgba(0,0,0,0.08) !important}.rte .video-wrapper iframe,.rte .video-container iframe,.rte iframe[src*="youtube.com"],.rte iframe[src*="youtube-nocookie.com"],.rte iframe[src*="youtu.be"],.rte iframe[src*="vimeo.com"]{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;border:0 !important;border-radius:12px !important;margin:0 !important}.meddey-in-grid-card.meddey-in-grid-video{justify-content:flex-start !important;padding:8px !important;min-height:auto !important;height:100% !important;background:#ffffff !important;border:1px solid #e2e8f0 !important;border-radius:var(--meddey-card-radius,12px) !important;overflow:hidden !important;display:flex !important;flex-direction:column !important}.meddey-in-grid-video .meddey-in-grid-video__stage{position:relative !important;width:100% !important;flex:1 1 auto !important;min-height:220px !important;height:auto !important;aspect-ratio:16 / 9;border-radius:8px !important;overflow:hidden !important;background:#0f172a !important;margin-bottom:8px !important;display:flex !important;align-items:center !important;justify-content:center !important}.meddey-in-grid-video--vertical .meddey-in-grid-video__stage,.meddey-in-grid-video .meddey-in-grid-video__stage.is-portrait{aspect-ratio:9 / 16 !important}.meddey-in-grid-video .meddey-in-grid-card__content{padding:2px 4px 6px !important;flex-shrink:0 !important;background:#ffffff !important}.meddey-in-grid-video .meddey-in-grid-card__title{font-size:13.5px !important;line-height:1.35 !important;font-weight:600 !important;color:#0a2540 !important;margin:0 !important}@media (max-width:740px){.meddey-in-grid-card.meddey-in-grid-video{padding:6px !important;min-height:250px !important}.meddey-in-grid-video .meddey-in-grid-video__stage{min-height:185px !important;aspect-ratio:auto !important;height:100% !important;border-radius:6px !important;margin-bottom:6px !important}.meddey-in-grid-video .meddey-in-grid-card__title{font-size:12px !important;line-height:1.3 !important}}a.meddey-pdp-category-eyebrow{text-decoration:none !important;display:inline-block !important;transition:color 0.18s ease !important}a.meddey-pdp-category-eyebrow:hover{color:#004d99 !important;text-decoration:underline !important}@media (max-width:740px){.shopify-section--main-product .container{padding-left:14px !important;padding-right:14px !important}.shopify-section--main-product .product{padding:10px 8px !important;margin-top:8px !important;margin-bottom:20px !important}.shopify-section--main-product .product__thumbnail-list{margin-top:8px !important;margin-bottom:0 !important}.shopify-section--main-product .product-meta{margin-top:10px !important;margin-bottom:8px !important;padding-bottom:10px !important}.shopify-section--main-product .meddey-pdp-category-eyebrow{margin-bottom:4px !important;font-size:11px !important;letter-spacing:0.5px !important;display:inline-block !important}.shopify-section--main-product .product-meta__title{margin-bottom:6px !important;font-size:17px !important;line-height:1.3 !important}.shopify-section--main-product .meddey-pdp-rating-row:empty{display:none !important;margin:0 !important;padding:0 !important;height:0 !important}.shopify-section--main-product .product-meta__price-list-container{margin-top:0 !important;margin-bottom:4px !important}.shopify-section--main-product .meddey-pdp-stock-status{margin-top:4px !important;margin-bottom:4px !important}.shopify-section--main-product .product-form.product-form--compact-grid,.shopify-section--main-product .product-form{gap:10px !important;margin-bottom:12px !important}.shopify-section--main-product .product-form__option-info{margin-bottom:6px !important}.shopify-section--main-product .product-form__variants{margin-bottom:10px !important}}.header{background:rgb(var(--header-background,255,255,255))}.header>.container,.header .meddey-subnav-bar>.container{max-width:none}@media screen and (min-width:1700px){:root{--container-max-width:1760px}.meddey-container{max-width:1640px}}@media screen and (min-width:2100px){:root{--container-max-width:94vw}.meddey-container{max-width:92vw}}.meddey-badge-pill{white-space:nowrap;flex:none;width:fit-content;line-height:1.45}@media(max-width:740px){.meddey-badge-pill{font-size:10px;padding:3px 8px;letter-spacing:.01em}}product-lightbox.is-open{z-index:99999!important}body.meddey-lightbox-open .product-form__buy-buttons,body.meddey-lightbox-open .shopify-payment-button,body.meddey-lightbox-open .product-sticky-form,body.meddey-lightbox-open .meddey-sticky-mobile-summary,body.meddey-lightbox-open .meddey-whatsapp-concierge,body.meddey-lightbox-open mini-cart,body.meddey-lightbox-open [data-sticky-form]{display:none!important}body.meddey-lightbox-open product-media,body.meddey-lightbox-open .product__media,body.meddey-lightbox-open .shopify-section--main-product{z-index:99999!important;position:relative!important}body.meddey-lightbox-open .shopify-section--header,body.meddey-lightbox-open [id*="__header"],body.meddey-lightbox-open .meddey-subnav-bar{z-index:1!important}