:root{--white: #ffffff;--bg: #f8f9fa;--border: #e8eaed;--border2: #f1f3f4;--text: #202124;--text2: #5f6368;--text3: #9aa0a6;--blue: #1a73e8;--blue-hover: #1557b0;--blue-light: #e8f0fe;--green: #34a853;--red: #ea4335;--yellow: #fbbc04;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--radius: 12px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.announcement-bar{background:var(--blue-light);border-bottom:1px solid #aecbfa;padding:9px 20px;text-align:center;font-size:13px;color:#174ea6;font-weight:500}.announcement-bar a{color:var(--blue);font-weight:600}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;height:56px;display:flex;align-items:center;padding:0 40px;gap:24px}.site-header__logo a{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.5px}.site-header__logo span{color:var(--blue)}.site-header__nav{flex:1;display:flex;justify-content:center}.nav__list{display:flex;gap:4px;align-items:center}.nav__item a{font-size:13px;font-weight:500;color:var(--text2);padding:6px 14px;border-radius:20px;transition:all .15s;display:block}.nav__item a:hover,.nav__item--active a{background:var(--bg);color:var(--text)}.nav__item--sale a{color:var(--red)}.site-header__icons{display:flex;align-items:center;gap:4px}.icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:none;display:flex;align-items:center;justify-content:center;color:var(--text2);font-size:18px;cursor:pointer;transition:background .15s;position:relative;text-decoration:none}.icon-btn:hover{background:var(--bg)}.cart-count{position:absolute;top:4px;right:4px;width:17px;height:17px;background:var(--blue);color:#fff;font-size:9px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.page-width{max-width:1280px;margin:0 auto;padding:0 40px}.search-section{padding:32px 40px 24px;display:flex;justify-content:center}.search-form{width:100%;max-width:640px}.search-box{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:28px;padding:0 8px 0 24px;height:52px;background:var(--white);box-shadow:var(--shadow-sm);transition:all .2s}.search-box:hover{box-shadow:0 2px 8px #0000001f}.search-box:focus-within{border-color:#aecbfa;box-shadow:0 0 0 3px #1a73e81f}.search-box svg,.search-icon{color:var(--text3);flex-shrink:0;font-size:18px}.search-box input[type=search],.search-box input[type=text]{flex:1;border:none;outline:none;font-family:DM Sans,sans-serif;font-size:15px;color:var(--text);background:none;min-width:0}.search-box input::placeholder{color:var(--text3)}.search-submit{background:var(--blue);color:#fff;border:none;border-radius:22px;padding:9px 22px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s;white-space:nowrap;flex-shrink:0}.search-submit:hover{background:var(--blue-hover)}.filter-chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:0 40px 32px}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13px;font-weight:500;color:var(--text2);cursor:pointer;transition:all .15s;background:var(--white);text-decoration:none}.chip:hover,.chip--active{background:var(--blue-light);border-color:#aecbfa;color:var(--blue)}.section-divider{height:1px;background:var(--border2);margin:8px 40px 28px}.section-header{display:flex;align-items:center;justify-content:space-between;padding:0 40px;margin-bottom:20px}.section-header__title{font-size:17px;font-weight:700;color:var(--text);letter-spacing:-.2px}.section-header__link{font-size:13px;color:var(--blue);font-weight:500;padding:5px 10px;border-radius:6px;transition:background .15s}.section-header__link:hover{background:var(--blue-light)}.category-scroll-wrapper{padding:0 40px 32px}.category-scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.category-scroll::-webkit-scrollbar{display:none}.cat-pill{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;cursor:pointer;text-decoration:none}.cat-icon{width:64px;height:64px;border-radius:16px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:28px;transition:all .2s}.cat-pill:hover .cat-icon{background:var(--blue-light);border-color:#aecbfa;transform:translateY(-3px);box-shadow:var(--shadow-md)}.cat-pill span{font-size:11px;font-weight:500;color:var(--text2);white-space:nowrap}.trust-strip{margin:0 40px 32px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:12px;padding:18px 20px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-ico{width:40px;height:40px;border-radius:10px;background:var(--white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.trust-info strong{display:block;font-size:13px;font-weight:600;color:var(--text)}.trust-info span{font-size:11px;color:var(--text3)}.product-grid-section{padding:0 40px 40px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .2s;position:relative}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:#d2e3fc}.product-card__img{position:relative;aspect-ratio:1 / 1;background:var(--bg);overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.3px;z-index:1}.badge--sale{background:#fce8e6;color:var(--red)}.badge--new{background:#e6f4ea;color:var(--green)}.badge--hot{background:#fef3e2;color:#e37400}.product-card__wishlist{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;opacity:0;transition:opacity .2s;box-shadow:var(--shadow-sm);z-index:1}.product-card:hover .product-card__wishlist{opacity:1}.product-card__info{padding:14px 16px 16px}.product-card__title{font-size:13px;font-weight:500;color:var(--text);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:5px;margin-bottom:10px;font-size:11px;color:var(--text3)}.stars{color:var(--yellow);letter-spacing:-1px;font-size:12px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between}.price__current{font-size:16px;font-weight:700;color:var(--text)}.price__compare{font-size:11px;color:var(--text3);text-decoration:line-through;margin-left:4px}.price__discount{font-size:11px;font-weight:600;color:var(--green);margin-left:4px}.btn-add-cart{width:34px;height:34px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0;font-family:inherit;line-height:1}.btn-add-cart:hover{background:var(--blue-hover);transform:scale(1.05)}.btn-add-cart.added{background:var(--green);font-size:14px}.promo-banners{padding:0 40px 40px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.promo-card{border-radius:var(--radius);padding:32px 36px;position:relative;overflow:hidden;cursor:pointer;transition:all .2s}.promo-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.promo-card--blue{background:var(--blue-light);border:1px solid #aecbfa}.promo-card--green{background:#e6f4ea;border:1px solid #a8d5b5}.promo-card__label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px}.promo-card--blue .promo-card__label{color:#1557b0}.promo-card--green .promo-card__label{color:#137333}.promo-card__title{font-size:22px;font-weight:700;line-height:1.2;margin-bottom:8px;letter-spacing:-.3px}.promo-card--blue .promo-card__title{color:#174ea6}.promo-card--green .promo-card__title{color:#0d652d}.promo-card__sub{font-size:13px;margin-bottom:20px}.promo-card--blue .promo-card__sub{color:#4285f4}.promo-card--green .promo-card__sub{color:#34a853}.promo-card__btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:20px;font-size:13px;font-weight:600;border:none;font-family:inherit;cursor:pointer;transition:all .15s}.promo-card--blue .promo-card__btn{background:var(--blue);color:#fff}.promo-card--blue .promo-card__btn:hover{background:var(--blue-hover)}.promo-card--green .promo-card__btn{background:var(--green);color:#fff}.promo-card--green .promo-card__btn:hover{background:#137333}.promo-card__emoji{position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:80px;opacity:.15;pointer-events:none}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:44px 40px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer__brand-logo{font-size:20px;font-weight:700;color:var(--text);margin-bottom:10px}.footer__brand-logo span{color:var(--blue)}.footer__brand-desc{font-size:13px;color:var(--text2);line-height:1.6;margin-bottom:20px;max-width:240px}.footer__social{display:flex;gap:8px}.social-btn{width:34px;height:34px;border-radius:8px;background:var(--white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .15s;text-decoration:none}.social-btn:hover{background:var(--blue-light);border-color:#aecbfa}.footer__col-title{font-size:12px;font-weight:700;color:var(--text);letter-spacing:.5px;text-transform:uppercase;margin-bottom:14px}.footer__col-links li{margin-bottom:10px}.footer__col-links a{font-size:13px;color:var(--text2);transition:color .15s}.footer__col-links a:hover{color:var(--blue)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid var(--border);font-size:12px;color:var(--text3);flex-wrap:wrap;gap:12px}.footer__payments{display:flex;gap:6px;align-items:center}.pay-badge{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:3px 9px;font-size:11px;font-weight:600;color:var(--text2)}.collection-header{padding:32px 40px 24px;border-bottom:1px solid var(--border2)}.collection-header h1{font-size:24px;font-weight:700;letter-spacing:-.3px}.collection-header p{font-size:14px;color:var(--text2);margin-top:6px}.collection-layout{display:flex;gap:32px;padding:28px 40px 48px}.collection-sidebar{width:220px;flex-shrink:0}.filter-group{margin-bottom:24px}.filter-group__title{font-size:13px;font-weight:700;margin-bottom:12px;color:var(--text)}.filter-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;font-size:13px;color:var(--text2)}.filter-option input{accent-color:var(--blue)}.collection-products{flex:1}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:32px 40px 48px;max-width:1100px;margin:0 auto}.product-gallery__main{background:var(--bg);border-radius:var(--radius);aspect-ratio:1/1;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px}.thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:border-color .15s}.thumb:hover,.thumb--active{border-color:var(--blue)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:12px;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.product-info__title{font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.3px;margin-bottom:14px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;color:var(--text2)}.product-info__price{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;flex-wrap:wrap}.product-info__price .price{font-size:28px;font-weight:700}.product-info__price .compare{font-size:16px;color:var(--text3);text-decoration:line-through}.product-info__price .save{font-size:14px;font-weight:600;color:var(--green)}.product-info__desc{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:24px}.product-info__atc{display:flex;gap:12px;margin-bottom:24px}.btn-atc{flex:1;background:var(--blue);color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.btn-atc:hover{background:var(--blue-hover)}.btn-wishlist-lg{width:52px;border:1px solid var(--border);border-radius:8px;background:var(--white);font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.btn-wishlist-lg:hover{background:var(--bg);border-color:#aecbfa}.product-trust{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:16px 20px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-trust-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text2);font-weight:500}.cart-page{padding:32px 40px 48px;max-width:960px;margin:0 auto}.cart-page h1{font-size:24px;font-weight:700;margin-bottom:28px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:32px}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item__img{width:80px;height:80px;border-radius:10px;background:var(--bg);overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:14px;font-weight:600;margin-bottom:6px}.cart-item__price{font-size:15px;font-weight:700}.quantity-wrap{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:10px}.qty-btn{width:32px;height:32px;border:none;background:var(--bg);font-size:16px;cursor:pointer;transition:background .15s}.qty-btn:hover{background:var(--border)}.qty-input{width:40px;text-align:center;border:none;outline:none;font-size:14px;background:#fff}.cart-summary{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px;height:fit-content;position:sticky;top:80px}.cart-summary h2{font-size:16px;font-weight:700;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:var(--text2)}.summary-row.total{font-size:16px;font-weight:700;color:var(--text);border-top:1px solid var(--border);padding-top:14px;margin-top:14px}.btn-checkout{width:100%;background:var(--blue);color:#fff;border:none;border-radius:8px;padding:14px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;margin-top:16px;transition:background .15s}.btn-checkout:hover{background:var(--blue-hover)}.page-content{padding:40px;max-width:760px;margin:0 auto}.page-content h1{font-size:28px;font-weight:700;margin-bottom:24px;letter-spacing:-.3px}.page-content p{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:16px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeUp .3s ease both}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:768px){.site-header{padding:0 16px}.site-header__nav{display:none}.search-section,.filter-chips,.section-header,.category-scroll-wrapper,.product-grid-section,.trust-strip,.promo-banners,.site-footer{padding-left:16px;padding-right:16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-strip{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:none}.trust-item:nth-child(3){border-right:none}.promo-banners,.product-page,.cart-layout,.footer__grid{grid-template-columns:1fr}.section-divider{margin:8px 16px 24px}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card__info{padding:10px 12px 12px}.promo-card{padding:24px 20px}.promo-card__emoji{display:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/apnexa.css.map */
