:root{--max-width: 100%;--gap-xs: 4px;--gap-sm: 8px;--gap-md: 12px;--gap-lg: 16px;--radius: 8px}.kische-product-page *{box-sizing:border-box;margin:0;padding:0}.kische-product-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100%;margin:0 auto;padding:var(--gap-sm);background:#fff;overflow-x:hidden}.kische-breadcrumb{display:flex;align-items:center;gap:var(--gap-xs);margin-bottom:var(--gap-sm);font-size:11px;color:#666;flex-wrap:wrap}.kische-breadcrumb a{color:#666;text-decoration:none}.kische-breadcrumb span{color:#999}.kische-product-grid{display:flex;flex-direction:column;gap:var(--gap-md)}.kische-mobile-slider-wrapper{width:100%;position:relative}.kische-mobile-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--gap-sm);width:100%}.kische-mobile-slider::-webkit-scrollbar{display:none}.kische-mobile-slide{flex:0 0 100%;scroll-snap-align:start;width:100%;aspect-ratio:3/4;background:#f5f5f5;border-radius:var(--radius);overflow:hidden}.kische-mobile-slide img{width:100%;height:100%;object-fit:cover;display:block}.kische-slider-dots{display:flex;justify-content:center;gap:6px;margin-top:var(--gap-sm)}.kische-slider-dots .dot{width:6px;height:6px;border-radius:50%;background:#ddd;transition:all .3s}.kische-slider-dots .dot.active{background:#000;width:16px;border-radius:3px}.kische-desktop-gallery{display:none}.kische-product-info{width:100%}.kische-brand{font-size:10px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--gap-xs)}.kische-title{font-size:16px;font-weight:600;color:#000;line-height:1.3;margin-bottom:var(--gap-sm)}.kische-price-row{display:flex;align-items:center;gap:var(--gap-sm);flex-wrap:wrap;margin-bottom:var(--gap-xs)}.kische-price{font-size:20px;font-weight:700;color:#000}.kische-compare-price{font-size:14px;color:#999;text-decoration:line-through}.kische-badge{background:#e74c3c;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:var(--radius-xs)}.kische-tax{font-size:11px;color:#999;margin-bottom:var(--gap-md)}.kische-variants,.kische-variant-row{margin-bottom:var(--gap-md)}.kische-variant-label{font-size:12px;color:#666;margin-bottom:var(--gap-sm)}.kische-variant-label span{color:#000;font-weight:600}.kische-color-list{display:flex;gap:var(--gap-sm);flex-wrap:wrap}.kische-color-item{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:2px;transition:all .2s}.kische-color-item.active{border-color:#000}.kische-color-item img{width:100%;height:100%;object-fit:cover;border-radius:50%}.kische-size-list{display:flex;gap:var(--gap-sm);flex-wrap:wrap}.kische-size-item{min-width:44px;height:36px;padding:0 12px;border:1px solid #ddd;background:#fff;border-radius:var(--radius);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.kische-size-item.active{background:#000;color:#fff;border-color:#000}.kische-qty-row{display:flex;align-items:center;gap:var(--gap-md);margin-bottom:var(--gap-md)}.kische-qty-label{font-size:12px;color:#666}.kische-qty-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:var(--radius);overflow:hidden}.kische-qty-control button{width:36px;height:36px;background:#fff;border:none;font-size:16px;color:#333;cursor:pointer}.kische-qty-control input{width:40px;height:36px;border:none;text-align:center;font-size:14px;font-weight:600}.kische-add-btn{width:100%;padding:14px;background:#000;color:#fff;border:none;border-radius:var(--radius);font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;margin-bottom:var(--gap-sm)}.kische-add-btn:disabled{background:#ccc}.kische-stock{display:flex;align-items:center;gap:var(--gap-xs);font-size:12px;color:#666;margin-bottom:var(--gap-md)}.kische-stock-dot{width:6px;height:6px;border-radius:50%;background:#27ae60}.kische-badges{display:flex;gap:var(--gap-md);margin-bottom:var(--gap-md);padding:var(--gap-md);background:#f9f9f9;border-radius:var(--radius)}.kische-badge-item{display:flex;align-items:center;gap:var(--gap-xs);font-size:11px;color:#666}.kische-badge-item svg{color:#27ae60}.kische-accordions{border-top:1px solid #eee}.kische-acc-item{border-bottom:1px solid #eee}.kische-acc-header{width:100%;padding:var(--gap-md) 0;background:none;border:none;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.kische-acc-header svg{transition:transform .3s}.kische-acc-item.active .kische-acc-header svg{transform:rotate(180deg)}.kische-acc-body{max-height:0;overflow:hidden;transition:max-height .3s;font-size:13px;color:#666;line-height:1.5}.kische-acc-item.active .kische-acc-body{max-height:300px;padding-bottom:var(--gap-md)}.kische-cross-sell{margin-top:var(--gap-lg);padding:var(--gap-md);background:#f9f9f9;border-radius:var(--radius);width:100%}.kische-cross-title{font-size:14px;font-weight:600;margin-bottom:var(--gap-md)}.kische-cross-list{display:flex;flex-direction:column;gap:var(--gap-sm)}.kische-cross-card{display:flex;align-items:center;gap:var(--gap-sm);padding:var(--gap-sm);background:#fff;border-radius:var(--radius);cursor:pointer}.kische-cross-card img{width:60px;height:60px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.kische-cross-info{flex:1;min-width:0}.kische-cross-name{font-size:12px;font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kische-cross-price{font-size:13px;font-weight:600}.kische-reviews{margin-top:var(--gap-lg);padding-top:var(--gap-lg);border-top:1px solid #eee}.kische-reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--gap-md)}.kische-reviews-title{font-size:14px;font-weight:600}.kische-reviews-count{font-size:12px;color:#666}.kische-reviews-list{display:flex;flex-direction:column;gap:var(--gap-sm)}.kische-review-item{padding:var(--gap-md);background:#f9f9f9;border-radius:var(--radius)}.kische-review-header{display:flex;justify-content:space-between;font-size:11px;margin-bottom:var(--gap-xs)}.kische-review-header strong{color:#000}.kische-review-header span{color:#999}.kische-review-text{font-size:12px;color:#666;line-height:1.4}.kische-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:var(--gap-sm) var(--gap-md);box-shadow:0 -2px 10px #0000001a;display:flex;align-items:center;justify-content:space-between;z-index:100;transform:translateY(100%);transition:transform .3s}.kische-sticky-bar.visible{transform:translateY(0)}.kische-sticky-price{font-size:16px;font-weight:700}.kische-sticky-btn{padding:10px 20px;background:#000;color:#fff;border:none;border-radius:var(--radius);font-size:12px;font-weight:600}.kische-zoom{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;align-items:center;justify-content:center;z-index:9999;padding:var(--gap-md)}.kische-zoom-close{position:absolute;top:var(--gap-md);right:var(--gap-md);width:40px;height:40px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer}.kische-zoom img{max-width:100%;max-height:80vh;object-fit:contain}.desktop-only{display:none}@media(min-width:768px){.kische-product-page{max-width:1200px;padding:24px}.kische-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.kische-mobile-slider-wrapper{display:none}.kische-desktop-gallery{display:block}.kische-main-image{aspect-ratio:3/4;background:#f5f5f5;border-radius:12px;overflow:hidden;cursor:zoom-in}.kische-main-image img{width:100%;height:100%;object-fit:cover}.kische-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.kische-thumb{aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.7;border:2px solid transparent}.kische-thumb.active{opacity:1;border-color:#000}.kische-thumb img{width:100%;height:100%;object-fit:cover}.kische-title{font-size:22px}.kische-price{font-size:24px}.kische-cross-list{flex-direction:row}.kische-sticky-bar{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/kische-product.css.map */
