:root{--ecc-dark: #000000;--ecc-green: #4a7c59;--ecc-green-light: #5a9469;--ecc-green-pale: #e8f5e9;--ecc-cream: #f8f6f0;--ecc-gold: #c9a227;--ecc-text: #333333;--ecc-text-light: #6b7280;--ecc-red: #dc2626;--section-radius: 24px;--section-padding: 40px 30px;--section-gap: 24px;--container-max-width: 1200px}.product-page{font-family:inherit;color:var(--ecc-text);background:var(--ecc-cream);padding:var(--section-gap);display:flex;flex-direction:column;gap:var(--section-gap)}.product-page *{box-sizing:border-box}.product-section{border-radius:var(--section-radius);padding:var(--section-padding);max-width:var(--container-max-width);margin:0 auto;width:100%}.product-section--white{background:#fff}.product-section--cream{background:var(--ecc-cream);border:1px solid rgba(0,0,0,.06)}.product-section--dark{background:linear-gradient(135deg,#000,#111);position:relative;overflow:hidden}.product-section--dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-gallery{position:sticky;top:20px}.product-gallery__main{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:16px}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:70px;height:70px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease;background:#fff}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--ecc-green)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:16px;left:16px;background:var(--ecc-red);color:#fff;padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:700}.product-info{padding:20px 0}.product-info__breadcrumb{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--ecc-text-light);margin-bottom:16px}.product-info__breadcrumb a{color:var(--ecc-green);text-decoration:none}.product-info__breadcrumb a:hover{text-decoration:underline}.product-info__category{display:inline-block;background:var(--ecc-green-pale);color:var(--ecc-green);padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:12px}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--ecc-dark);margin:0 0 12px;line-height:1.3}.product-info__rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.product-info__stars{display:flex;gap:2px;color:var(--ecc-gold)}.product-info__reviews{font-size:.9rem;color:var(--ecc-text-light)}.product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.product-price__current{font-size:2rem;font-weight:800;color:var(--ecc-green)}.product-price__compare{font-size:1.2rem;color:var(--ecc-text-light);text-decoration:line-through}.product-price__discount{background:var(--ecc-red);color:#fff;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:700}.product-options{margin-bottom:24px}.product-option{margin-bottom:20px}.product-option__label{display:block;font-size:.9rem;font-weight:700;color:var(--ecc-dark);margin-bottom:10px}.product-option__values{display:flex;flex-wrap:wrap;gap:10px}.product-option__value{padding:10px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;cursor:pointer;transition:all .3s ease;background:#fff}.product-option__value:hover{border-color:var(--ecc-green)}.product-option__value.selected{border-color:var(--ecc-green);background:var(--ecc-green-pale);color:var(--ecc-green);font-weight:600}.product-quantity{display:flex;align-items:center;gap:16px;margin-bottom:24px}.product-quantity__label{font-size:.9rem;font-weight:700;color:var(--ecc-dark)}.product-quantity__controls{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:10px;overflow:hidden}.product-quantity__btn{width:44px;height:44px;border:none;background:#f9fafb;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.product-quantity__btn:hover{background:var(--ecc-green-pale);color:var(--ecc-green)}.product-quantity__input{width:60px;height:44px;text-align:center;border:none;font-size:1rem;font-weight:600}.product-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.product-btn{padding:16px 32px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;border:none}.product-btn--primary{background:var(--ecc-green);color:#fff}.product-btn--primary:hover{background:var(--ecc-green-light);transform:translateY(-2px)}.product-btn--secondary{background:#000;color:#fff}.product-btn--secondary:hover{background:#1a1a1a}.product-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;background:var(--ecc-cream);border-radius:16px;margin-bottom:24px}.product-benefit{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--ecc-text)}.product-benefit__icon{font-size:1.3rem}.product-tabs{margin-top:30px}.product-tabs__header{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:24px;overflow-x:auto}.product-tabs__tab{padding:14px 24px;font-size:.95rem;font-weight:600;color:var(--ecc-text-light);border:none;background:none;cursor:pointer;position:relative;white-space:nowrap;transition:color .3s ease}.product-tabs__tab:hover{color:var(--ecc-dark)}.product-tabs__tab.active{color:var(--ecc-green)}.product-tabs__tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--ecc-green)}.product-tabs__content{display:none;animation:fadeIn .3s ease}.product-tabs__content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.related-products__title{font-size:1.8rem;font-weight:800;color:var(--ecc-dark);text-align:center;margin:0 0 30px}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.related-product{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.related-product:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.related-product__image{aspect-ratio:1;overflow:hidden}.related-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-product:hover .related-product__image img{transform:scale(1.05)}.related-product__info{padding:16px}.related-product__category{font-size:.75rem;color:var(--ecc-green);font-weight:600;text-transform:uppercase;margin-bottom:6px}.related-product__name{font-size:.95rem;font-weight:600;color:var(--ecc-dark);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-product__price{font-size:1.1rem;font-weight:700;color:var(--ecc-green)}.related-product__link{text-decoration:none;color:inherit;display:block}.product-faq__title{font-size:1.8rem;font-weight:800;color:#fff;text-align:center;margin:0 0 30px;position:relative;z-index:1}.product-faq__list{max-width:800px;margin:0 auto;position:relative;z-index:1}.product-faq__item{margin-bottom:12px;border-radius:12px;overflow:hidden}.product-faq__question{width:100%;padding:18px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.product-faq__question:hover{background:#ffffff26}.product-faq__icon{font-size:1.5rem;transition:transform .3s ease}.product-faq__item.open .product-faq__icon{transform:rotate(45deg)}.product-faq__answer{padding:0 24px;max-height:0;overflow:hidden;background:#ffffff0d;color:#ffffffd9;transition:max-height .3s ease,padding .3s ease}.product-faq__item.open .product-faq__answer{padding:18px 24px;max-height:300px}@media(max-width:900px){:root{--section-padding: 30px 20px;--section-gap: 20px}.product-main{grid-template-columns:1fr;gap:30px}.product-gallery{position:static}.related-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-benefits{grid-template-columns:1fr}}@media(max-width:600px){:root{--section-padding: 24px 16px;--section-gap: 16px;--section-radius: 16px}.product-page{padding:16px}.product-info__title{font-size:1.4rem}.product-price__current{font-size:1.6rem}.product-tabs__header{gap:0}.product-tabs__tab{padding:12px 16px;font-size:.85rem}.related-products__title,.product-faq__title{font-size:1.4rem}.product-gallery__thumbs{justify-content:center}.product-gallery__thumb{width:60px;height:60px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/product-premium.css.map */
