.holiday-promo{display:flex;align-items:center;gap:16px;margin:20px 0 24px;padding:16px 20px;background:linear-gradient(135deg,#fff4e6,#ffe0c2);border:2px solid #FF6B00;border-radius:14px;box-shadow:0 4px 14px #ff6b002e}.holiday-promo__icon{font-size:32px;flex-shrink:0;line-height:1}.holiday-promo__body{flex:1;min-width:0}.holiday-promo__title{margin:0 0 4px;font-size:1rem;color:#1a1a1a;font-weight:600;line-height:1.4}.holiday-promo__title strong{color:#ff6b00;font-weight:800}.holiday-promo__sub{margin:0;font-size:.875rem;color:#6b6b6b;line-height:1.4}.holiday-promo__btn{flex-shrink:0;padding:10px 18px;background:#ff6b00;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.875rem;cursor:pointer;transition:background .15s,transform .15s;font-family:inherit}.holiday-promo__btn:hover{background:#e55f00;transform:translateY(-1px)}.holiday-promo__btn:active{transform:translateY(0)}@media(max-width:600px){.holiday-promo{flex-wrap:wrap;padding:14px 16px}.holiday-promo__btn{width:100%;margin-top:8px}}.holiday-trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 20px;padding:14px 18px;list-style:none;background:#fafafa;border-radius:12px;border:1px solid #ececec}.holiday-trust__item{display:flex;align-items:center;gap:8px;font-size:.9375rem;color:#2a2a2a}.holiday-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--color-accent-green, #22c55e);color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.holiday-trust__icon--star{background:#f59e0b;font-size:14px}.holiday-trust__count{color:#6b6b6b;font-weight:500;font-size:.875em}.holiday-trust__item strong{color:#1a1a1a;font-weight:700}@media(max-width:600px){.holiday-trust{flex-direction:column;gap:10px}}.holiday-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin:24px 0 32px}@media(max-width:600px){.holiday-products-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.article-page__lead{font-size:1.125rem;line-height:1.55;color:#2a2a2a;font-weight:500;margin:0 0 18px;padding:0}.holiday-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #FF6B00;box-shadow:0 -4px 20px #00000014;z-index:800;padding:12px 0;transform:translateY(100%);transition:transform .3s ease}.holiday-sticky-bar.is-visible{transform:translateY(0)}.holiday-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.holiday-sticky-bar__text{flex:1;min-width:0}.holiday-sticky-bar__text strong{display:block;font-size:1rem;color:#1a1a1a;font-weight:700;line-height:1.3}.holiday-sticky-bar__sub{display:block;font-size:.875rem;color:#6b6b6b;margin-top:2px}.holiday-sticky-bar__sub code{display:inline-block;padding:2px 6px;background:#fff4e6;border-radius:4px;color:#ff6b00;font-weight:700;font-size:.85em;font-family:monospace}.holiday-sticky-bar__cta{flex-shrink:0;padding:12px 20px;font-weight:700;white-space:nowrap}@media(max-width:600px){.holiday-sticky-bar{padding:10px 0}.holiday-sticky-bar__inner{gap:10px}.holiday-sticky-bar__sub{display:none}.holiday-sticky-bar__cta{padding:10px 14px;font-size:.875rem}}body{padding-bottom:0}body.has-holiday-sticky{padding-bottom:72px}.holiday-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:28px 0 32px;padding:0;list-style:none;counter-reset:holiday-step}.holiday-steps__item{position:relative;padding:24px 22px 22px;background:#fff;border:1px solid #f0e6dc;border-radius:18px;box-shadow:0 2px 10px #ff6b000a;counter-increment:holiday-step;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.holiday-steps__item:hover{border-color:#ff6b0059;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b001a}.holiday-steps__item:before{content:counter(holiday-step);position:absolute;top:-14px;left:18px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff6b00,#ff8c33);color:#fff;font-family:var(--font-heading, "Baloo 2", sans-serif);font-weight:800;font-size:1.05rem;box-shadow:0 4px 10px #ff6b004d}.holiday-steps__title{margin:6px 0 10px;font-size:1.05rem;font-weight:700;color:#1a1a1a;line-height:1.35;font-family:var(--font-heading, "Baloo 2", sans-serif)}.holiday-steps__body{margin:0;font-size:.95rem;line-height:1.55;color:#404040}@media(max-width:720px){.holiday-steps{grid-template-columns:1fr;gap:22px}.holiday-steps__item{padding:22px 18px 18px}.holiday-steps__item:before{width:32px;height:32px;font-size:.95rem}}.holiday-tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0 32px}.holiday-tips-grid__item{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:18px 20px;background:#fff8f0;border-left:3px solid #FF6B00;border-radius:0 12px 12px 0}.holiday-tips-grid__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ff6b0024;color:#ff6b00;font-size:18px;flex-shrink:0}.holiday-tips-grid__title{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#1a1a1a;line-height:1.35}.holiday-tips-grid__body{margin:0;font-size:.9rem;line-height:1.5;color:#404040}@media(max-width:720px){.holiday-tips-grid{grid-template-columns:1fr}}.holiday-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 28px;padding:22px 20px;background:linear-gradient(135deg,#fff8f0,#fff);border:1px solid #f5e8d8;border-radius:18px}.holiday-stats__item{text-align:center}.holiday-stats__value{display:block;font-family:var(--font-heading, "Baloo 2", sans-serif);font-size:1.7rem;font-weight:800;color:#ff6b00;line-height:1.1}.holiday-stats__label{display:block;margin-top:4px;font-size:.8125rem;color:#555;line-height:1.3}@media(max-width:720px){.holiday-stats{grid-template-columns:repeat(2,1fr);gap:18px;padding:18px 16px}.holiday-stats__value{font-size:1.4rem}}.holiday-print-table{display:grid;gap:10px;margin:22px 0 28px;padding:0;list-style:none}.holiday-print-table__row{display:grid;grid-template-columns:1.4fr .7fr .7fr 1.2fr;gap:14px;align-items:center;padding:14px 18px;background:#fff;border:1px solid #f0e6dc;border-radius:12px;transition:border-color .15s ease,transform .15s ease}.holiday-print-table__row:hover{border-color:#ff6b004d;transform:translate(3px)}.holiday-print-table__header{background:#fff8f0;border-color:#f5e8d8;font-weight:700;font-size:.85rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.04em}.holiday-print-table__name{font-weight:700;font-size:.95rem;color:#1a1a1a}.holiday-print-table__chip{display:inline-block;padding:4px 10px;background:#fff8f0;border-radius:999px;font-size:.8125rem;font-weight:600;color:#ff6b00;text-align:center}.holiday-print-table__note{font-size:.875rem;color:#555;line-height:1.4}@media(max-width:720px){.holiday-print-table__row{grid-template-columns:1fr;gap:8px}.holiday-print-table__header{display:none}.holiday-print-table__chip{justify-self:start}}.article-page__callout--lifehack{background:linear-gradient(135deg,#f0fdf4,#fff);border-left-color:#22c55e}.article-page__callout--lifehack h3:before{content:"💡 "}.article-page__callout--warning{background:linear-gradient(135deg,#fef3c7,#fff);border-left-color:#f59e0b}.article-page__callout--warning h3:before{content:"⚠️ "}.holiday-pull-quote{margin:28px 0;padding:22px 26px;background:#fff8f0;border-left:4px solid #FF6B00;border-radius:0 12px 12px 0;font-family:var(--font-heading, "Baloo 2", sans-serif);font-size:1.2rem;font-weight:600;line-height:1.45;color:#1a1a1a;font-style:normal}.holiday-pull-quote:before{content:"«";display:inline-block;font-size:1.5em;line-height:.8;color:#ff6b00;margin-right:4px;vertical-align:-.15em}.holiday-pull-quote:after{content:"»";color:#ff6b00}@media(max-width:720px){.holiday-pull-quote{margin:22px 0;padding:18px 20px;font-size:1.05rem}}.holiday-faq{display:grid;gap:10px;margin:22px 0 32px}.holiday-faq__item{background:#fff;border:1px solid #f0e6dc;border-radius:14px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.holiday-faq__item[open]{border-color:#ff6b0059;box-shadow:0 4px 12px #ff6b0014}.holiday-faq__summary{position:relative;display:flex;align-items:center;gap:12px;padding:16px 50px 16px 20px;cursor:pointer;font-weight:700;font-size:1rem;color:#1a1a1a;font-family:var(--font-heading, "Baloo 2", sans-serif);list-style:none;-webkit-user-select:none;user-select:none;transition:background .15s ease}.holiday-faq__summary::-webkit-details-marker{display:none}.holiday-faq__summary:hover{background:#fffbf6}.holiday-faq__summary:after{content:"";position:absolute;right:22px;top:50%;width:10px;height:10px;border-right:2px solid #FF6B00;border-bottom:2px solid #FF6B00;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.holiday-faq__item[open] .holiday-faq__summary:after{transform:translateY(-30%) rotate(-135deg)}.holiday-faq__body{padding:0 22px 18px;font-size:.95rem;line-height:1.55;color:#404040}.holiday-faq__body p:first-child{margin-top:0}.holiday-faq__body p:last-child{margin-bottom:0}@media(max-width:720px){.holiday-faq__summary{padding:14px 40px 14px 16px;font-size:.95rem}.holiday-faq__body{padding:0 16px 14px;font-size:.9rem}}.product-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000000a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);border-color:#ff6b0057;box-shadow:0 8px 24px #00000014}.product-card__image-wrap{position:relative;overflow:hidden;border-radius:28px 28px 0 0;background:#fff}.product-card__image{display:block;aspect-ratio:3 / 3.2;overflow:hidden}.product-card--bundle .product-card__image{aspect-ratio:4 / 3}.product-card--bundle .card-slider__slide img{object-fit:cover;padding:0}.card-slider{position:relative;width:100%;height:100%;overflow:hidden}.card-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .15s ease}.card-slider__slide:first-child{position:relative}.card-slider__slide--active{opacity:1;pointer-events:auto;z-index:1}.card-slider__slide img{width:100%;height:100%;object-fit:contain;object-position:center;padding:14px 12px 6px;color:transparent}.card-slider__dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:3}.card-slider__dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.8);padding:0;background:#00000040;cursor:pointer;transition:background .15s,transform .15s}.card-slider__dot--active{background:var(--color-primary, #FF6B00);transform:scale(1.25)}.card-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:30px;height:30px;border:none;border-radius:50%;background:#ff6b0026;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s}.card-slider__arrow svg{color:var(--color-primary, #FF6B00)}.product-card:hover .card-slider__arrow{opacity:1}.card-slider__arrow:hover{background:var(--color-primary, #FF6B00);box-shadow:0 2px 12px #00000029}.card-slider__arrow:hover svg{color:#fff}.card-slider__arrow--prev{left:8px}.card-slider__arrow--next{right:8px}.card-slider__arrow svg{color:#333}.product-card__body{display:flex;flex:1;flex-direction:column;gap:8px;padding:15px 18px 16px}.product-card__badges{display:flex;flex-wrap:wrap;gap:5px}.product-card__badge{position:static;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;font-family:var(--font-stable);font-size:.7rem;font-weight:700;line-height:1;white-space:nowrap}.product-card__badge--hit{background:#fff3e0;color:#e65100}.product-card__badge--new{background:#e3f2fd;color:#1565c0}.product-card__badge--discount{background:#e8f5e9;color:#2e7d32}.product-card__badge--sale{background:#fce4ec;color:#c62828}.product-card__badge--cheap{background:#f3e5f5;color:#7b1fa2}.product-card__rating{display:flex;align-items:center;gap:4px}.product-card__rating svg{flex-shrink:0}.product-card__rating-value{font-family:var(--font-heading);font-size:1rem;font-weight:800;color:#171311}.product-card__rating-count{font-family:var(--font-stable);font-size:.82rem;font-weight:600;color:#888}.product-card__title{margin:0;color:#171311;font-family:var(--font-heading);font-size:1.1rem;font-weight:800;line-height:1.12;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:#ba4d00}.product-card__footer{display:flex;align-items:stretch;gap:6px;margin-top:auto;padding-top:10px}.product-card__pricing{display:flex;align-items:center;gap:6px;flex:1;background:#f3f3f3;border-radius:10px;padding:0 12px;min-height:42px}.product-card__price{color:#1a1a1a;font-family:var(--font-heading);font-size:1.35rem;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.product-card__old-price{color:#999;font-family:var(--font-stable);font-size:.78rem;font-weight:600;text-decoration:line-through;line-height:1}.product-card__actions{display:flex;align-items:stretch;gap:6px;flex-shrink:0}.product-card__action-btn{width:42px;padding:0;border:none;border-radius:10px;background:#f3f3f3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .12s;flex-shrink:0}.product-card__action-btn svg{color:#aaa;transition:color .15s,fill .15s,stroke .15s}.product-card__action-btn:hover{background:#eaeaea}.product-card__fav-btn:hover svg{color:#ef4444}.product-card__fav-btn--active svg{fill:#ef4444;stroke:#ef4444;color:#ef4444}.product-card__fav-btn--active{background:#fee2e2}.product-card:hover .product-card__cart-btn{background:var(--color-primary, #FF6B00)}.product-card:hover .product-card__cart-btn svg{color:#fff;stroke:#fff}.product-card__cart-btn:hover{transform:translateY(-1px)}.product-card__action-btn:focus-visible{outline:3px solid rgba(255,107,0,.24);outline-offset:2px}.product-card__overlay-btn.product-card__zoom-btn,.product-card__overlay-btn.product-card__fav-btn,.product-card__cart-overlay,.product-card__badges-overlay,.product-card__pricing--mobile{display:none}@media(max-width:767px){.product-card__overlay-btn.product-card__zoom-btn,.product-card__overlay-btn.product-card__fav-btn{display:flex;position:absolute;background:none;border:none;padding:0;z-index:2;cursor:pointer}.product-card__overlay-btn img{width:28px;height:28px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45))}.product-card__overlay-btn.product-card__zoom-btn{top:6px;left:6px}.product-card__overlay-btn.product-card__fav-btn{top:6px;right:6px}.product-card__overlay-btn.product-card__fav-btn.product-card__fav-btn--active img{filter:brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(5000%) hue-rotate(350deg) brightness(95%) contrast(95%) drop-shadow(0 1px 3px rgba(0,0,0,.45))}.product-card__badges-overlay{display:flex;flex-wrap:wrap;gap:3px;position:absolute;bottom:8px;left:6px;z-index:2}.product-card__badges-overlay .product-card__badge{font-size:.6rem;height:18px;padding:0 5px;border-radius:4px}.product-card__cart-overlay{display:flex;position:absolute;bottom:-3px;right:6px;width:40px;height:40px;border-radius:10px;background:var(--color-primary, #FF6B00);border:none;align-items:center;justify-content:center;z-index:5;cursor:pointer;box-shadow:0 2px 8px #ff6b0059}.product-card__cart-overlay svg{color:#fff;stroke:#fff;width:20px;height:20px}.product-card__pricing--mobile{display:flex;align-items:center;gap:5px;padding:0 8px;background:#f3f3f3;border-radius:8px;height:32px}.product-card__wallet-icon{flex-shrink:0;color:#ff6b00;width:14px;height:14px}.product-card__pricing--desktop,.product-card__footer,.product-card__badges{display:none}.product-card{border-radius:14px;overflow:visible}.product-card__image-wrap{border-radius:14px 14px 0 0;overflow:visible}.product-card__image{aspect-ratio:3 / 3.6;overflow:hidden;border-radius:14px 14px 0 0}.card-slider__slide img{padding:0}.product-card__body{padding:6px 8px 10px;gap:3px}.product-card__title{font-size:.82rem;font-weight:700;-webkit-line-clamp:2}.product-card__pricing--mobile .product-card__price{font-size:1.05rem;font-weight:800}.product-card__pricing--mobile .product-card__old-price{font-size:.68rem}.product-card__rating{gap:3px}.product-card__rating svg{width:13px;height:13px}.product-card__rating-value{font-size:.78rem}.product-card__rating-count{font-size:.68rem}.card-slider__arrow{display:none}.product-card:hover{transform:none}}.product-card--skeleton{pointer-events:none}
