:root{--font-size-base: 16px;--font-weight-base: 500;--line-height-base: 1.6;--text-xs: 16px;--text-sm: 16px;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 36px;--text-hero: clamp(36px, 4.5vw, 56px);--navy: #0A2540;--blue: #1DA0D0;--orange: #F5A623;--hero-bg: #D9EDF7;--hero-img-bg: #C8DEEC;--muted: #3A6080;--subtle: #7BBFD4;--orange-dark: #412402;--orange-text: #633806;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e8e8e8;--gray-500: #888888;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px;--transition: .2s ease;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--container: 1440px;--section-py: 72px;--section-py-sm: 48px}.has-header-offset{padding-top:64px}.container-34hd{width:100%;max-width:var(--container);margin:0 auto;padding:0 64px}@media(max-width:1280px){.container-34hd{padding:0 48px}}@media(max-width:1024px){.container-34hd{padding:0 32px}}@media(max-width:768px){.container-34hd{padding:0 20px}}.section-py{padding:var(--section-py) 0}.section-py-sm{padding:var(--section-py-sm) 0}@media(max-width:768px){.section-py{padding:48px 0}.section-py-sm{padding:32px 0}}.sec-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.sec-title{font-size:var(--text-xl);font-weight:var(--font-heading-weight);color:var(--navy);letter-spacing:-.02em}.sec-link{font-size:var(--text-sm);font-weight:600;color:var(--blue)}.sec-link:hover{text-decoration:underline}.eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--navy);color:var(--white);font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;padding:5px 14px;border-radius:var(--radius-full);text-transform:uppercase;margin-bottom:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Montserrat,sans-serif;font-size:var(--text-sm);font-weight:600;padding:11px 26px;border-radius:var(--radius-full);border:1.5px solid transparent;cursor:pointer;transition:all var(--transition);letter-spacing:.01em;white-space:nowrap;line-height:1}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--blue);border-color:var(--blue)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-orange{background:var(--orange);color:var(--orange-dark);border-color:var(--orange)}.btn-orange:hover{opacity:.9}.btn-white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-white:hover{background:var(--hero-bg)}.btn-ghost{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:11px 0;font-family:Montserrat,sans-serif;font-size:var(--text-sm);font-weight:600;color:var(--navy);cursor:pointer}.btn-ghost:hover{color:var(--blue)}.btn-sm{padding:8px 16px;font-size:var(--text-xs)}.btn-lg{padding:14px 32px;font-size:var(--text-base)}.btn-full{width:100%}.trust-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:6px;font-size:var(--text-xs);color:var(--muted);font-weight:500}.trust-item svg{color:var(--blue);flex-shrink:0}.badge{display:inline-block;font-size:var(--text-xs);font-weight:700;padding:3px 10px;border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase}.badge-new{background:var(--navy);color:var(--white)}.badge-hot{background:var(--orange);color:var(--orange-dark)}.badge-gift{background:#d4537e;color:var(--white)}.badge-ltd{background:var(--blue);color:var(--white)}.card-base{background:var(--white);border:.5px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.card-hover{transition:transform var(--transition),box-shadow var(--transition)}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stars{color:var(--orange);letter-spacing:1px}.verified{display:flex;align-items:center;gap:4px;font-size:var(--text-xs);color:#0f6e56;margin-top:3px}.rating-bar-row{display:flex;align-items:center;gap:10px;font-size:var(--text-xs);color:var(--muted);margin-bottom:6px}.rating-bar-label{width:54px}.rating-bar-track{flex:1;height:4px;background:var(--gray-200);border-radius:2px}.rating-bar-fill{height:100%;background:var(--orange);border-radius:2px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.pc{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.pc:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0a25401a}.pc__img-link{display:block}.pc__img-wrap{aspect-ratio:1;overflow:hidden;background:var(--gray-100);position:relative}.pc__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .4s ease}.pc__img--ph{opacity:.3}.pc__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.pc:hover .pc__img:not(.pc__img--hover){transform:scale(1.04)}.pc:hover .pc__img--hover{opacity:1}.pc__body{padding:12px 14px 16px;flex:1;display:flex;flex-direction:column;gap:7px}.pc__swatches{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:24px}.pc__swatch{display:inline-block;width:20px;height:20px;border-radius:50%;background-color:var(--sw-bg, #ccc);border:1.5px solid rgba(0,0,0,.14);flex-shrink:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pc__swatch.is-light{border-color:#c8c8c8}.pc__swatch.is-active,.pc__swatch:hover{transform:scale(1.18);box-shadow:0 0 0 2px var(--white),0 0 0 3.5px #00000073}.pc__swatch-more{font-size:11px;font-weight:600;color:var(--blue);line-height:1;text-decoration:none;white-space:nowrap}.pc__swatch-more:hover{text-decoration:underline}.pc__labels{display:flex;flex-wrap:wrap;gap:5px;min-height:26px;align-items:flex-start}.pc__label{display:inline-block;background-color:var(--lb-bg, var(--navy));color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;line-height:1.6;white-space:nowrap}.pc__title{font-size:13px;font-weight:600;color:var(--navy);line-height:1.45;min-height:calc(13px * 1.45 * 2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc__title:hover{color:var(--blue)}.pc__price-row{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.pc__price{font-size:15px;font-weight:700;color:var(--navy)}.pc__price--sale{color:var(--blue)}.pc__compare{font-size:13px;font-weight:400;color:var(--gray-500);text-decoration:line-through}.pc__reviews{min-height:20px;font-size:13px}.pc__reviews:empty{visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/3/assets/34hd-brand.css.map */
