:root{--page-bg: #ffffff;--container-bg: #f8f9fa;--border-color: #e9ecef;--text-primary: #222222;--text-secondary: #767676;--text-accent: #276f4b;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .16)}.content{max-width:1620px;margin:0 auto;padding:0 16px}.content-filters{flex-shrink:0}.content-general{flex:1;min-width:0}.font-xs{font-size:.75rem;line-height:1.4}.font-s{font-size:.875rem;line-height:1.5}.font-m{font-size:1rem;line-height:1.6}.font-l{font-size:1.25rem;line-height:1.4}.font-xl{font-size:1.5rem;line-height:1.3}.relative{position:relative}.d-none{display:none!important}@media (max-width: 991px){.desktop-none{display:none!important}}@media (min-width: 992px){.mobile-none{display:none!important}}.section-header{display:flex;align-items:center;justify-content:space-between}.section-header__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 992px){.section-header__title{font-size:1.5rem}}.section-header__link{font-size:.875rem;font-weight:500;color:var(--text-accent);text-decoration:none;white-space:nowrap}.section-header__link:hover{text-decoration:underline}.availability-badge{display:inline-block;font-size:.875rem;font-weight:500}.availability-badge--in-stock{color:#276f4b}.availability-badge--out-of-stock{color:#dc3545}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:0}.breadcrumb__item{font-size:.8rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.breadcrumb__item:hover{color:var(--text-accent)}.breadcrumb__separator{color:var(--text-secondary);margin:0 4px}.qty-control{--_size: 48px;display:flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;width:-moz-fit-content;width:fit-content}.qty-control__number{width:var(--_size);height:var(--_size);border:none;text-align:center;font-weight:600;background:transparent;-moz-appearance:textfield}.qty-control__number::-webkit-inner-spin-button,.qty-control__number::-webkit-outer-spin-button{display:none}.qty-control__reduce,.qty-control__increase{display:flex;align-items:center;justify-content:center;width:var(--_size);height:var(--_size);cursor:pointer;font-size:1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease}.qty-control__reduce:hover,.qty-control__increase:hover{background:var(--container-bg)}.product-card{--_bg: #ffffff;--_border: #e9ecef;position:relative;background:var(--_bg);border:1px solid var(--_border);border-radius:8px;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-card__image-wrapper{position:relative;aspect-ratio:258/313;overflow:hidden}.product-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__sale-badge{position:absolute;top:8px;left:8px;background:var(--text-accent);color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:24px}.product-card__body{padding:8px 16px 16px}.product-card__title{font-size:.875rem;font-weight:500;margin-bottom:4px}.product-card__title a{color:var(--text-primary);text-decoration:none}.product-card__title a:hover{color:var(--text-accent)}.product-card__price{display:flex;flex-direction:column;gap:2px}.product-card__price-old{font-size:.75rem;color:var(--text-secondary);text-decoration:line-through}.product-card__price-sale{font-size:.95rem;font-weight:600;color:#dc3545}.product-card__price-regular{font-size:.95rem;font-weight:600;color:var(--text-primary)}.product-card--sold-out{filter:grayscale(.6);opacity:.8}.product-price{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.product-price__old{font-size:.875rem;color:var(--text-secondary);text-decoration:line-through}.product-price__badge{font-size:.75rem;font-weight:600;color:#fff;background:#dc3545;padding:2px 8px;border-radius:24px}.product-price__sale{font-size:1.25rem;font-weight:700;color:#dc3545;width:100%}.product-price__regular{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.product-gallery,.product-gallery__main .swiper-container{position:relative}.product-gallery__thumbs{margin-top:8px}.product-gallery__thumbs img{cursor:pointer;opacity:.6;transition:opacity .2s ease}.product-gallery__thumbs img:hover{opacity:1}.product-single__addtocart{display:flex;align-items:center;gap:16px;margin-bottom:16px}.product-single__buynow{margin-bottom:16px}.product-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:16px 0}.product-actions__item{display:flex;align-items:center}.product-actions__btn{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;cursor:pointer;color:var(--text-secondary);transition:color .2s ease;padding:0}.product-actions__btn:hover{color:var(--text-accent)}.product-actions__btn svg{flex-shrink:0}.product-actions__success{display:none;font-size:.8rem;color:#276f4b;font-weight:500}.product-meta{display:flex;flex-direction:column;gap:8px}.product-meta__item{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:.875rem}.product-meta__label{color:var(--text-secondary);font-weight:400;min-width:80px}.product-meta__value{color:var(--text-primary);font-weight:500;text-decoration:none}.product-meta__value a.product-meta__value:hover{color:var(--text-accent)}.product-tabs{margin-top:40px}.product-tabs__nav{border-bottom:1px solid var(--border-color)}.product-tabs__pane{padding:24px 0}.product-tabs__description{line-height:1.7;color:var(--text-primary)}.product-tabs__description img{max-width:100%;height:auto}.product-tabs__params{display:flex;flex-direction:column;gap:8px}.product-tabs__param-item{display:flex;gap:16px;padding:8px 0;border-bottom:1px solid var(--border-color);font-size:.9rem}.product-tabs__param-item label{color:var(--text-secondary);min-width:140px}.product-tabs__param-item span{color:var(--text-primary);font-weight:500}.hero-carousel{position:relative}.hero-carousel .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px;background:linear-gradient(to right,rgba(0,0,0,.45) 0%,transparent 65%);z-index:10}.hero-carousel .hero-overlay__title{font-size:clamp(1.5rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero-carousel .hero-overlay__sub{font-size:clamp(.875rem,2vw,1.125rem);color:#ffffffe6;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.product-slider{position:relative}.product-slider__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.product-slider__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.product-slider__link{font-size:.875rem;color:var(--text-accent);text-decoration:none}.product-slider__link:hover{text-decoration:underline}.product-slider__prev,.product-slider__next{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--page-bg);border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;z-index:10;transition:box-shadow .2s ease}.product-slider__prev:hover,.product-slider__next:hover{box-shadow:var(--shadow-hover)}.product-slider__prev{left:-20px}.product-slider__next{right:-20px}.product-slider__pagination{display:flex;align-items:center;justify-content:center;margin-top:24px}.category-card{--_bg: #ffffff;--_radius: 16px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--_bg);border-radius:var(--_radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease;overflow:hidden;cursor:pointer}.category-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.category-card__link{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__image{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:8px;transition:transform .35s ease}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__name{font-size:.875rem;font-weight:500;text-align:center;color:var(--text-primary);padding:0 8px}.category-card__count{font-size:.75rem;color:var(--text-secondary);margin-top:2px}.category-slider__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.category-slider__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.category-slider__link{font-size:.875rem;color:var(--text-accent);text-decoration:none}.category-slider__link:hover{text-decoration:underline}.category-slider__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (min-width: 768px){.category-slider__grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 992px){.category-slider__grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 1200px){.category-slider__grid{grid-template-columns:repeat(8,1fr)}}
