:root{--oh-primary: #2557A7;--oh-primary-light: #4B7CC8;--oh-primary-dark: #1B3A6B;--oh-primary-pale: #E8F0FB;--oh-primary-muted: #D0E4F7;--oh-navy: #0D2144;--oh-navy-mid: #132952;--oh-green: #4CAF50;--oh-green-dark: #2E7D32;--oh-green-light: #E8F5E9;--oh-blue-accent: #1565C0;--oh-blue-mid: #1E88E5;--oh-red: #D32F2F;--oh-red-light: #FFEBEE;--oh-white: #FFFFFF;--oh-bg: #F4F7FB;--oh-bg-alt: #EEF3FA;--oh-text: #0D1B2A;--oh-text-muted: #4A5568;--oh-text-light: #A0AEC0;--oh-border: #D6E4F7;--oh-border-light: #EBF2FF;--oh-shadow: 0 2px 8px rgba(37,87,167,.1);--oh-shadow-md: 0 4px 20px rgba(37,87,167,.14);--oh-shadow-lg: 0 8px 40px rgba(37,87,167,.16);--oh-radius: 12px;--oh-radius-sm: 8px;--oh-radius-lg: 20px;--oh-radius-pill: 100px;--font-heading: "Poppins", sans-serif;--font-body: "Nunito", sans-serif;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:15px;color:var(--oh-text);background:var(--oh-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--oh-text)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container--wide{max-width:1400px}.container--narrow{max-width:900px}.section{padding:60px 0}.section--sm{padding:40px 0}.section--lg{padding:80px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--oh-radius-pill);font-family:var(--font-body);font-weight:700;font-size:14px;transition:all .2s ease;white-space:nowrap;line-height:1}.btn-primary{background:var(--oh-primary);color:#fff;box-shadow:0 4px 12px #2557a74d}.btn-primary:hover{background:var(--oh-primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #2557a766}.btn-outline{background:transparent;color:var(--oh-primary);border:2px solid var(--oh-primary)}.btn-outline:hover{background:var(--oh-primary-pale)}.btn-white{background:#fff;color:var(--oh-primary);font-weight:700}.btn-white:hover{background:var(--oh-primary-pale)}.btn-ghost{background:transparent;color:var(--oh-text-muted)}.btn-ghost:hover{background:var(--oh-bg);color:var(--oh-text)}.btn-sm{padding:8px 18px;font-size:13px}.btn-lg{padding:16px 32px;font-size:16px}.btn-full{width:100%}.btn-green{background:var(--oh-green);color:#fff}.btn-green:hover{background:#2e7d32}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--oh-radius-pill);font-size:11px;font-weight:700;line-height:1.4;letter-spacing:.03em}.badge-orange{background:var(--oh-primary);color:#fff}.badge-orange-light{background:var(--oh-primary-muted);color:var(--oh-primary-dark)}.badge-green{background:var(--oh-green);color:#fff}.badge-green-light{background:var(--oh-green-light);color:var(--oh-green)}.badge-blue{background:var(--oh-blue-light);color:var(--oh-blue)}.badge-red{background:var(--oh-red-light);color:var(--oh-red)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px}.section-header__label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--oh-primary);margin-bottom:8px}.section-header__label:before{content:"";display:block;width:20px;height:2px;background:var(--oh-primary);border-radius:2px}.section-header__title{margin-bottom:8px}.section-header__desc{color:var(--oh-text-muted);font-size:15px;max-width:560px}.section-header__action{flex-shrink:0}.card{background:#fff;border-radius:var(--oh-radius);border:1px solid var(--oh-border);overflow:hidden;transition:all .25s ease}.card:hover{box-shadow:var(--oh-shadow-md);transform:translateY(-3px)}.product-card{background:#fff;border-radius:var(--oh-radius);border:1px solid var(--oh-border);padding:16px;transition:all .25s ease;position:relative}.product-card:hover{box-shadow:var(--oh-shadow-md);transform:translateY(-3px);border-color:var(--oh-primary-muted)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:1}.product-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--oh-radius-sm);margin-bottom:12px;background:var(--oh-bg)}.product-card__image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--oh-primary-pale),var(--oh-primary-muted));border-radius:var(--oh-radius-sm);margin-bottom:12px;display:flex;align-items:center;justify-content:center}.product-card__image-placeholder svg{color:var(--oh-primary);opacity:.5}.product-card__type{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--oh-primary);margin-bottom:4px}.product-card__title{font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--oh-text);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__meta{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}.product-card__meta-item{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--oh-text-muted)}.product-card__meta-item svg{color:var(--oh-primary);flex-shrink:0}.product-card__price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-card__price-current{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--oh-text)}.product-card__price-original{font-size:13px;color:var(--oh-text-light);text-decoration:line-through}.product-card__price-discount{font-size:12px;font-weight:700;color:var(--oh-green);background:var(--oh-green-light);padding:2px 8px;border-radius:var(--oh-radius-pill)}.product-card__actions{display:flex;gap:8px}.product-card__actions .btn{flex:1;font-size:13px;padding:10px 16px}.grid{display:grid;gap:20px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}@media(max-width:1024px){.grid--5,.grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid--5,.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}.section{padding:40px 0}.section-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.grid--5,.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}}.announcement-bar{background:var(--oh-primary);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:600}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--oh-border);box-shadow:0 2px 12px #0000000f}.header__top{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:var(--header-height);max-width:1200px;margin:0 auto;gap:24px}.header__logo a{display:flex;align-items:center;gap:8px;text-decoration:none}.header__logo img{height:42px;width:auto}.header__logo-text{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--oh-primary)}.header__search{flex:1;max-width:500px}.header__search-bar{display:flex;align-items:center;gap:10px;background:var(--oh-bg);border:1.5px solid var(--oh-border);border-radius:var(--oh-radius-pill);padding:10px 16px;cursor:text;transition:all .2s}.header__search-bar:hover{border-color:var(--oh-primary-light);background:#fff}.header__search-bar svg{color:var(--oh-text-muted);flex-shrink:0}.header__search-bar span{font-size:14px;color:var(--oh-text-muted)}.header__actions{display:flex;align-items:center;gap:8px}.header__action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--oh-radius-pill);font-size:13px;font-weight:600;color:var(--oh-text);transition:all .2s;white-space:nowrap}.header__action-btn:hover{background:var(--oh-bg);color:var(--oh-primary)}.header__action-btn svg{flex-shrink:0}.header__cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--oh-primary-pale);color:var(--oh-primary);transition:all .2s}.header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--oh-primary);color:#fff;font-size:10px;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.header__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--oh-radius-sm);color:var(--oh-text);transition:all .2s}.header__hamburger:hover{background:var(--oh-bg)}.header__nav{background:var(--oh-white);border-top:1px solid var(--oh-border-light)}.header__nav-inner{display:flex;align-items:center;gap:4px;max-width:1200px;margin:0 auto;padding:0 20px}.nav-item__link{display:flex;align-items:center;gap:4px;padding:14px;font-size:14px;font-weight:600;color:var(--oh-text);white-space:nowrap;transition:color .2s;border-bottom:2px solid transparent}.nav-item__link svg{transition:transform .2s}.nav-item:hover .nav-item__link svg{transform:rotate(180deg)}.nav-item__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:0 0 var(--oh-radius) var(--oh-radius);border:1px solid var(--oh-border);border-top:none;box-shadow:var(--oh-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:50}.nav-item__dropdown a{display:block;padding:10px 18px;font-size:13.5px;font-weight:500;color:var(--oh-text);transition:all .15s;border-bottom:1px solid var(--oh-border-light)}.nav-item__dropdown a:last-child{border-bottom:none}.nav-item__dropdown a:hover{background:var(--oh-primary-pale);color:var(--oh-primary);padding-left:22px}@media(max-width:1024px){.header__search,.header__nav{display:none}.header__hamburger{display:flex}.header__action-btn span{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden}.mobile-nav.is-open{visibility:visible}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__content{position:absolute;left:0;top:0;bottom:0;width:300px;background:#fff;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-nav.is-open .mobile-nav__content{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--oh-border)}.mobile-nav__logo-text{font-family:var(--font-heading);font-size:20px;font-weight:800;color:var(--oh-primary)}.mobile-nav__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--oh-bg);color:var(--oh-text)}.mobile-nav__links{flex:1;padding:8px 0}.mobile-nav__item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-size:15px;font-weight:600;color:var(--oh-text);border-bottom:1px solid var(--oh-border-light);transition:all .2s}.mobile-nav__item:hover{background:var(--oh-primary-pale);color:var(--oh-primary)}.mobile-nav__item--has-children summary{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;border-bottom:1px solid var(--oh-border-light)}.mobile-nav__submenu{background:var(--oh-bg)}.mobile-nav__submenu li a{display:block;padding:10px 30px;font-size:14px;color:var(--oh-text-muted);border-bottom:1px solid var(--oh-border-light)}.mobile-nav__submenu li a:hover{color:var(--oh-primary)}.mobile-nav__footer{border-top:1px solid var(--oh-border);padding:16px;display:flex;flex-direction:column;gap:8px}.mobile-nav__action{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--oh-radius-sm);font-size:14px;font-weight:600;color:var(--oh-text);background:var(--oh-bg);transition:all .2s}.mobile-nav__action:hover{background:var(--oh-primary-pale);color:var(--oh-primary)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;right:0;top:0;bottom:0;width:380px;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__content{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--oh-border)}.cart-drawer__header h3{font-size:18px}.cart-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--oh-bg);color:var(--oh-text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 0;color:var(--oh-text-muted)}.cart-empty p{font-size:16px;font-weight:600}.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--oh-border-light)}.cart-item__image{width:70px;flex-shrink:0}.cart-item__image img{border-radius:var(--oh-radius-sm);width:70px;height:70px;object-fit:cover}.cart-item__details{flex:1}.cart-item__title{font-size:13px;font-weight:600;margin-bottom:3px}.cart-item__variant{font-size:12px;color:var(--oh-text-muted);margin-bottom:4px}.cart-item__price{font-size:14px;font-weight:700;color:var(--oh-primary)}.cart-item__remove{font-size:20px;color:var(--oh-text-light);flex-shrink:0;line-height:1;padding:4px;cursor:pointer}.cart-item__remove:hover{color:var(--oh-red)}.cart-drawer__footer{padding:16px 24px;border-top:1px solid var(--oh-border);background:var(--oh-bg)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600}.cart-total__price{font-size:20px;font-weight:800;color:var(--oh-primary)}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden}.search-modal.is-open{visibility:visible}.search-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .2s}.search-modal.is-open .search-modal__overlay{opacity:1}.search-modal__content{position:absolute;top:0;left:0;right:0;background:#fff;padding:20px;transform:translateY(-100%);transition:transform .3s ease;box-shadow:var(--oh-shadow-lg)}.search-modal.is-open .search-modal__content{transform:translateY(0)}.search-modal__form{max-width:700px;margin:0 auto 16px}.search-modal__input-wrap{display:flex;align-items:center;gap:12px;background:var(--oh-bg);border:2px solid var(--oh-primary);border-radius:var(--oh-radius-pill);padding:12px 20px}.search-icon{color:var(--oh-primary);flex-shrink:0}.search-modal__input{flex:1;background:none;border:none;outline:none;font-size:16px;color:var(--oh-text)}.search-modal__close{color:var(--oh-text-muted)}.search-modal__close:hover{color:var(--oh-primary)}.search-modal__suggestions{max-width:700px;margin:0 auto}.search-suggestions__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--oh-text-muted);margin-bottom:10px}.search-tags{display:flex;flex-wrap:wrap;gap:8px}.search-tag{padding:6px 14px;background:var(--oh-bg);border:1px solid var(--oh-border);border-radius:var(--oh-radius-pill);font-size:13px;font-weight:500;color:var(--oh-text);transition:all .2s}.search-tag:hover{background:var(--oh-primary-pale);border-color:var(--oh-primary);color:var(--oh-primary)}.hero-slider{position:relative;overflow:hidden;border-radius:0}.hero-slide{display:none;position:relative}.hero-slide.is-active{display:block}.hero-slide__image{width:100%;height:480px;object-fit:cover}.hero-slide__image-placeholder{width:100%;height:480px;background:linear-gradient(135deg,#2557a7,#4b7cc8,#6b9fd4);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-slide__image-placeholder:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff0d;border-radius:50%}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}.hero-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 40px}.hero-slide__text{max-width:550px}.hero-slide__eyebrow{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:var(--oh-radius-pill);margin-bottom:16px}.hero-slide__title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.hero-slide__desc{font-size:16px;color:#ffffffe6;margin-bottom:24px;line-height:1.6}.hero-slide__actions{display:flex;gap:12px;flex-wrap:wrap}.hero-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .2s}.hero-dot.is-active{background:#fff;width:24px;border-radius:4px}.hero-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 16px;pointer-events:none}.hero-arrow{pointer-events:all;width:44px;height:44px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;color:var(--oh-text);box-shadow:var(--oh-shadow-md);transition:all .2s}.hero-arrow:hover{background:var(--oh-primary);color:#fff}@media(max-width:768px){.hero-slide__image,.hero-slide__image-placeholder{height:320px}.hero-slide__content{padding:0 20px}.hero-slide__title{font-size:1.6rem}}.stats-bar{background:#fff;border-bottom:1px solid var(--oh-border);padding:20px 0}.stats-bar__inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:12px}.stat-item__icon{width:44px;height:44px;border-radius:12px;background:var(--oh-primary-pale);display:flex;align-items:center;justify-content:center;color:var(--oh-primary);flex-shrink:0}.stat-item__value{font-family:var(--font-heading);font-size:18px;font-weight:800;color:var(--oh-text);line-height:1.2}.stat-item__label{font-size:12px;color:var(--oh-text-muted)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.category-grid{grid-template-columns:repeat(2,1fr)}}.category-card{background:#fff;border-radius:var(--oh-radius);border:1.5px solid var(--oh-border);padding:20px 16px;text-align:center;transition:all .25s ease;cursor:pointer;display:block}.category-card:hover{border-color:var(--oh-primary);background:var(--oh-primary-pale);transform:translateY(-4px);box-shadow:var(--oh-shadow-md)}.category-card__icon{width:56px;height:56px;border-radius:16px;background:var(--oh-primary-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--oh-primary);font-size:28px;transition:all .25s}.category-card:hover .category-card__icon{background:var(--oh-primary);color:#fff}.category-card__name{font-size:13px;font-weight:700;color:var(--oh-text);line-height:1.3}.category-card:hover .category-card__name{color:var(--oh-primary-dark)}.marquee-section{background:var(--oh-primary);padding:12px 0;overflow:hidden}.marquee-track{display:flex;animation:marquee 30s linear infinite;white-space:nowrap}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:flex;align-items:center;gap:8px;padding:0 24px;font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.marquee-item:after{content:"\2022";margin-left:24px;opacity:.6}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.how-it-works{background:var(--oh-bg)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.steps-grid:after{content:"";position:absolute;top:36px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:2px;background:repeating-linear-gradient(90deg,var(--oh-primary) 0,var(--oh-primary) 6px,transparent 6px,transparent 14px);z-index:0}.step-card{text-align:center;position:relative;z-index:1}.step-card__number{width:72px;height:72px;border-radius:50%;background:var(--oh-primary);color:#fff;font-family:var(--font-heading);font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 16px #2557a74d;position:relative}.step-card__title{font-size:15px;font-weight:700;margin-bottom:8px}.step-card__desc{font-size:13px;color:var(--oh-text-muted);line-height:1.6}@media(max-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:after{display:none}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}}.testimonials{background:var(--oh-bg)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#fff;border-radius:var(--oh-radius);padding:24px;border:1px solid var(--oh-border);transition:all .25s}.testimonial-card:hover{box-shadow:var(--oh-shadow-md);transform:translateY(-3px)}.testimonial-stars{display:flex;gap:3px;margin-bottom:12px}.testimonial-star{color:#ffb800;font-size:16px}.testimonial-text{font-size:14px;color:var(--oh-text-muted);line-height:1.7;margin-bottom:16px;font-style:italic}.testimonial-text:before{content:'"';font-size:28px;color:var(--oh-primary);line-height:0;vertical-align:-10px;margin-right:4px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--oh-primary-pale);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:16px;color:var(--oh-primary);flex-shrink:0}.testimonial-name{font-size:14px;font-weight:700}.testimonial-city{font-size:12px;color:var(--oh-text-muted)}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.trust-section{background:linear-gradient(135deg,#0d2144,#132952);color:#fff}.trust-section .section-header__label{color:var(--oh-primary-light)}.trust-section .section-header__title{color:#fff}.trust-section .section-header__desc{color:#ffffffb3}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{text-align:center;padding:32px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--oh-radius);transition:all .25s}.trust-item:hover{background:#2557a726;border-color:var(--oh-primary);transform:translateY(-3px)}.trust-item__icon{width:64px;height:64px;border-radius:50%;background:#2557a726;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--oh-primary-light);font-size:28px}.trust-item__value{font-family:var(--font-heading);font-size:32px;font-weight:800;color:var(--oh-primary-light);margin-bottom:6px}.trust-item__label{font-size:14px;color:#ffffffb3;font-weight:500}@media(max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}.promo-banner{background:linear-gradient(135deg,var(--oh-primary) 0%,var(--oh-primary-dark) 100%);border-radius:var(--oh-radius-lg);padding:48px 40px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;overflow:hidden;position:relative}.promo-banner:before{content:"";position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:#ffffff14}.promo-banner:after{content:"";position:absolute;right:40px;bottom:-80px;width:200px;height:200px;border-radius:50%;background:#ffffff0d}.promo-banner__text{position:relative;z-index:1}.promo-banner__eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fffc;margin-bottom:8px}.promo-banner__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#fff;margin-bottom:8px}.promo-banner__desc{font-size:15px;color:#ffffffd9;margin-bottom:20px}.promo-banner__code{display:inline-flex;align-items:center;gap:10px;background:#ffffff26;border:1.5px dashed rgba(255,255,255,.5);border-radius:var(--oh-radius-sm);padding:10px 16px;font-family:monospace;font-size:16px;font-weight:700;color:#fff;letter-spacing:.08em;cursor:pointer}.promo-banner__cta{position:relative;z-index:1;flex-shrink:0}@media(max-width:768px){.promo-banner{grid-template-columns:1fr;padding:32px 24px}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:#fff;border-radius:var(--oh-radius);border:1px solid var(--oh-border);overflow:hidden;transition:all .25s}.blog-card:hover{box-shadow:var(--oh-shadow-md);transform:translateY(-3px)}.blog-card__image{width:100%;height:200px;object-fit:cover}.blog-card__image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,var(--oh-primary-pale),var(--oh-primary-muted));display:flex;align-items:center;justify-content:center;color:var(--oh-primary)}.blog-card__body{padding:20px}.blog-card__cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--oh-primary);margin-bottom:8px}.blog-card__title{font-size:16px;font-weight:700;margin-bottom:8px;line-height:1.4;color:var(--oh-text)}.blog-card__title:hover{color:var(--oh-primary)}.blog-card__excerpt{font-size:13px;color:var(--oh-text-muted);line-height:1.6;margin-bottom:14px}.blog-card__date{font-size:12px;color:var(--oh-text-light)}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.site-footer{background:#0d2144;color:#ffffffbf;padding:60px 0 0}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo{display:inline-block;margin-bottom:16px}.footer__logo img{height:40px}.footer__logo-text{font-family:var(--font-heading);font-size:26px;font-weight:800;color:var(--oh-primary)}.footer__tagline{font-size:14px;line-height:1.6;margin-bottom:20px}.footer__social{display:flex;gap:10px}.footer__social-link{width:38px;height:38px;border-radius:10px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s}.footer__social-link:hover{background:var(--oh-primary);color:#fff}.footer__col-title{font-family:var(--font-heading);font-size:14px;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:.04em;text-transform:uppercase}.footer__col-links{display:flex;flex-direction:column;gap:10px}.footer__col-links a{font-size:14px;color:#fff9;transition:all .2s}.footer__col-links a:hover{color:var(--oh-primary);padding-left:4px}.footer__app-section{margin-top:16px}.footer__app-label{font-size:13px;font-weight:600;color:#fff;margin-bottom:10px}.footer__app-buttons{display:flex;flex-direction:column;gap:8px}.footer__app-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--oh-radius-sm);transition:all .2s}.footer__app-btn:hover{background:#2557a733;border-color:var(--oh-primary)}.footer__app-btn-icon{font-size:22px}.footer__app-btn-text{display:flex;flex-direction:column}.footer__app-btn-label{font-size:10px;color:#ffffff80}.footer__app-btn-name{font-size:13px;font-weight:700;color:#fff}.footer__bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer__copyright{font-size:13px;color:#fff6}.footer__bottom-links{display:flex;gap:20px}.footer__bottom-links a{font-size:12px;color:#fff6;transition:color .2s}.footer__bottom-links a:hover{color:var(--oh-primary)}@media(max-width:768px){.footer__top{grid-template-columns:1fr;gap:32px}.footer__bottom{flex-direction:column;text-align:center}}.collection-header{background:linear-gradient(135deg,var(--oh-primary-pale) 0%,var(--oh-bg) 100%);padding:40px 0;border-bottom:1px solid var(--oh-border)}.collection-header__title{font-size:2rem;margin-bottom:8px}.collection-header__desc{color:var(--oh-text-muted);font-size:15px}.collection-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.collection-filter-btn{padding:8px 18px;border-radius:var(--oh-radius-pill);font-size:13px;font-weight:600;background:#fff;border:1.5px solid var(--oh-border);color:var(--oh-text);transition:all .2s;cursor:pointer}.collection-filter-btn.is-active,.collection-filter-btn:hover{background:var(--oh-primary);border-color:var(--oh-primary);color:#fff}.product-page{padding:40px 0}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:start}.product-gallery__thumbs{display:flex;flex-direction:column;gap:8px}.product-gallery__thumb{width:80px;height:80px;object-fit:cover;border-radius:var(--oh-radius-sm);border:2px solid var(--oh-border);cursor:pointer;transition:all .2s}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--oh-primary)}.product-gallery__main{border-radius:var(--oh-radius);overflow:hidden}.product-gallery__main img{width:100%;height:460px;object-fit:cover}.product-info{padding-left:40px}.product-info__type{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--oh-primary);margin-bottom:8px}.product-info__title{font-size:2rem;font-weight:800;margin-bottom:12px;line-height:1.2}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-info__stars{color:#ffb800;font-size:16px;display:flex;gap:2px}.product-info__rating-count{font-size:13px;color:var(--oh-text-muted)}.product-info__price-block{margin-bottom:20px;padding:16px;background:var(--oh-bg);border-radius:var(--oh-radius)}.product-info__price{font-size:2.2rem;font-weight:800;color:var(--oh-primary)}.product-info__price-original{font-size:18px;color:var(--oh-text-light);text-decoration:line-through;margin-left:8px}.product-info__discount{display:inline-block;margin-left:8px;font-size:13px;font-weight:700;color:var(--oh-green);background:var(--oh-green-light);padding:3px 10px;border-radius:var(--oh-radius-pill)}.product-info__parameters{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.parameter-item{padding:12px;background:#fff;border:1px solid var(--oh-border);border-radius:var(--oh-radius-sm);text-align:center}.parameter-item__icon{font-size:22px;margin-bottom:4px}.parameter-item__value{font-size:16px;font-weight:800;color:var(--oh-text)}.parameter-item__label{font-size:11px;color:var(--oh-text-muted)}.product-info__add-to-cart{margin-bottom:24px}.product-info__add-to-cart .btn{width:100%;font-size:16px;padding:16px 24px}.product-info__included{margin-bottom:20px}.product-info__included-title{font-size:14px;font-weight:700;margin-bottom:10px}.product-info__included-list{display:flex;flex-direction:column;gap:6px}.product-info__included-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--oh-text-muted)}.product-info__included-item svg{color:var(--oh-green);flex-shrink:0}.cart-page{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}@media(max-width:1024px){.cart-page{grid-template-columns:1fr}}.cart-table{background:#fff;border-radius:var(--oh-radius);border:1px solid var(--oh-border);overflow:hidden}.cart-table-head{display:grid;grid-template-columns:1fr 120px 100px 80px;gap:16px;padding:16px 20px;background:var(--oh-bg);font-size:12px;font-weight:700;text-transform:uppercase;color:var(--oh-text-muted);letter-spacing:.06em}.cart-row{display:grid;grid-template-columns:1fr 120px 100px 80px;gap:16px;padding:16px 20px;border-bottom:1px solid var(--oh-border);align-items:center}.cart-row:last-child{border-bottom:none}.cart-row__product{display:flex;align-items:center;gap:12px}.cart-row__product img{width:60px;height:60px;object-fit:cover;border-radius:var(--oh-radius-sm);flex-shrink:0}.cart-row__product-title{font-size:14px;font-weight:600;margin-bottom:3px}.cart-row__product-variant{font-size:12px;color:var(--oh-text-muted)}.cart-row__remove{color:var(--oh-text-light);font-size:12px;cursor:pointer;margin-top:4px}.cart-row__remove:hover{color:var(--oh-red)}.quantity-selector{display:flex;align-items:center;gap:0;border:1px solid var(--oh-border);border-radius:var(--oh-radius-sm);overflow:hidden;width:fit-content}.quantity-selector__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--oh-bg);font-size:16px;cursor:pointer;transition:all .15s;color:var(--oh-text)}.quantity-selector__btn:hover{background:var(--oh-primary);color:#fff}.quantity-selector__input{width:40px;height:32px;text-align:center;border:none;outline:none;font-size:14px;font-weight:700;background:#fff}.cart-summary-box{background:#fff;border-radius:var(--oh-radius);border:1px solid var(--oh-border);padding:24px}.cart-summary-box h3{font-size:18px;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px}.cart-summary-row--total{font-weight:700;font-size:18px;padding-top:12px;border-top:2px solid var(--oh-border);margin-top:12px}.cart-coupon{display:flex;gap:8px;margin-bottom:20px}.cart-coupon input{flex:1;padding:10px 14px;border:1.5px solid var(--oh-border);border-radius:var(--oh-radius-sm);font-size:14px;outline:none}.cart-coupon input:focus{border-color:var(--oh-primary)}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:32px 0}.page-link{width:40px;height:40px;border-radius:var(--oh-radius-sm);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;border:1.5px solid var(--oh-border);color:var(--oh-text);transition:all .2s}.page-link.is-active,.page-link:hover{background:var(--oh-primary);border-color:var(--oh-primary);color:#fff}.page-link--prev,.page-link--next{width:auto;padding:0 16px;gap:6px;display:flex;align-items:center}.text-orange{color:var(--oh-primary)}.text-muted{color:var(--oh-text-muted)}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.w-full{width:100%}.divider{height:1px;background:var(--oh-border);margin:24px 0}.rounded{border-radius:var(--oh-radius)}.shadow{box-shadow:var(--oh-shadow)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.hide-mobile{display:block}@media(max-width:768px){.hide-mobile{display:none}}.show-mobile{display:none}@media(max-width:768px){.show-mobile{display:block}}.scroll-top{position:fixed;bottom:24px;right:24px;width:46px;height:46px;border-radius:50%;background:var(--oh-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--oh-shadow-md);cursor:pointer;opacity:0;transform:translateY(20px);transition:all .3s ease;z-index:99}.scroll-top.is-visible{opacity:1;transform:translateY(0)}.scroll-top:hover{background:var(--oh-primary-dark);transform:translateY(-3px)}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(37,87,167,.3);border-top-color:var(--oh-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.price-sale{color:var(--oh-text);font-weight:700}.price-compare{text-decoration:line-through;color:var(--oh-text-light);margin-left:6px;font-size:.9em}.price-discount{background:var(--oh-green-light);color:var(--oh-green);font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--oh-radius-pill);margin-left:8px}.header__top{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important;height:68px!important;max-width:1200px!important;margin:0 auto!important;gap:16px!important;width:100%!important}.header__logo{flex-shrink:0}.header__logo a{display:flex;align-items:center}.header__logo-text{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--oh-primary);white-space:nowrap}.header__search{flex:1;min-width:0;max-width:480px}.header__search-bar{width:100%;display:flex;align-items:center;gap:10px;background:#f7f8fa;border:1.5px solid #E5E7EB;border-radius:100px;padding:9px 16px;cursor:pointer;transition:all .2s;text-align:left}.header__search-bar:hover{border-color:var(--oh-primary);background:#fff}.header__search-bar span{font-size:13px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.header__action-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:100px;font-size:13px;font-weight:600;color:#374151;background:none;border:none;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:var(--font-body);text-decoration:none}.header__action-btn:hover{background:#f7f8fa;color:var(--oh-primary)}.header__location-btn{display:flex}.header__cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#e8f0fb;color:var(--oh-primary);border:none;cursor:pointer;transition:all .2s;flex-shrink:0}.header__cart-btn:hover{background:var(--oh-primary);color:#fff}.header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--oh-primary);color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid #fff}.header__cart-btn:hover .header__cart-count{background:#fff;color:var(--oh-primary)}.header__hamburger{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:none;background:none;color:#374151;cursor:pointer;flex-shrink:0}.header__hamburger:hover{background:#f7f8fa}.header__nav{border-top:1px solid #F3F4F6}.header__nav-inner{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;gap:0;overflow-x:auto;scrollbar-width:none}.header__nav-inner::-webkit-scrollbar{display:none}.nav-item{position:relative}.nav-item__link{display:flex;align-items:center;gap:4px;padding:13px 16px;font-size:14px;font-weight:600;color:#374151;white-space:nowrap;border-bottom:2px solid transparent;transition:all .15s;text-decoration:none}.nav-item__link:hover,.nav-item__link.active{color:var(--oh-primary);border-bottom-color:var(--oh-primary)}.nav-item__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid #E5E7EB;border-radius:0 0 12px 12px;box-shadow:0 8px 30px #0000001a;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .18s ease;z-index:200}.nav-item:hover .nav-item__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-item__dropdown a{display:block;padding:10px 18px;font-size:13.5px;font-weight:500;color:#374151;border-bottom:1px solid #F9FAFB;transition:all .12s;text-decoration:none}.nav-item__dropdown a:last-child{border-bottom:none;border-radius:0 0 12px 12px}.nav-item__dropdown a:hover{background:#e8f0fb;color:var(--oh-primary);padding-left:22px}@media(max-width:1024px){.header__search{display:none}.header__hamburger{display:flex}.header__nav,.header__action-btn span{display:none}.header__location-btn span{display:block}}@media(max-width:640px){.header__top{padding:0 14px!important;gap:10px!important}.header__location-btn{display:none}}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:1024px){.footer__top{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer__top{grid-template-columns:1fr;gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
