.rk-product-hero{position:relative;width:100%;background:var(--rk-ph-bg)}.rk-product-hero__container{max-width:1400px;margin:0 auto;padding:0 24px}.rk-product-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.rk-product-hero__gallery{position:relative}.rk-product-hero__main-image{position:relative;width:100%;aspect-ratio:3/4;background:#ffffff05;border-radius:16px;overflow:hidden;margin-bottom:16px}.rk-product-hero__main-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rk-product-hero__main-image:hover img{transform:scale(1.05)}.rk-product-hero__zoom-btn{position:absolute;bottom:16px;right:16px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,0,255,.5);border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;z-index:2}.rk-product-hero__zoom-btn:hover{background:var(--rk-ph-accent);transform:scale(1.1)}.rk-product-hero__zoom-btn svg{width:24px;height:24px}.rk-product-hero__badges{position:absolute;top:16px;left:16px;z-index:2;display:flex;flex-direction:column;gap:8px}.rk-product-hero__badge{display:inline-block;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rk-product-hero__badge--sale{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 16px #ef444480}.rk-product-hero__badge--new{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b98180}.rk-product-hero__badge--soldout{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 16px #6b728080}.rk-product-hero__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.rk-product-hero__thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s ease;background:#ffffff05}.rk-product-hero__thumb img{width:100%;height:100%;object-fit:cover}.rk-product-hero__thumb:hover{border-color:#ff00ff80;transform:translateY(-2px)}.rk-product-hero__thumb--active{border-color:var(--rk-ph-accent);box-shadow:0 0 20px #f0f6}.rk-product-hero__info{position:relative}.rk-product-hero__info--sticky{position:sticky;top:100px}.rk-product-hero__vendor{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--rk-ph-accent);margin:0 0 12px}.rk-product-hero__title{font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--rk-ph-heading);margin:0 0 16px;line-height:1.2}.rk-product-hero__rating{display:flex;align-items:center;gap:12px;margin-bottom:20px}.rk-product-hero__stars{font-size:20px;color:#fbbf24;position:relative;display:inline-block}.rk-product-hero__stars:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,#fbbf24 calc(var(--rating) * 20%),#374151 calc(var(--rating) * 20%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rk-product-hero__rating span{font-size:14px;color:var(--rk-ph-text)}.rk-product-hero__price-wrapper{padding:24px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:32px}.rk-product-hero__price{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rk-product-hero__price--regular{font-size:32px;font-weight:800;color:var(--rk-ph-price)}.rk-product-hero__price--sale{font-size:32px;font-weight:800;color:var(--rk-ph-price-sale)}.rk-product-hero__price--compare{font-size:24px;font-weight:600;color:#ffffff4d;text-decoration:line-through}.rk-product-hero__tax-info,.rk-product-hero__sku{font-size:13px;color:var(--rk-ph-text);margin:4px 0 0}.rk-product-hero__delivery{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#10b98114;border:1px solid rgba(16,185,129,.25);border-radius:10px;margin-bottom:24px}.rk-product-hero__delivery svg{width:24px;height:24px;flex-shrink:0;color:#10b981;margin-top:2px}.rk-product-hero__delivery>div{flex:1}.rk-product-hero__delivery strong{display:block;font-size:14px;font-weight:700;color:var(--rk-ph-heading);margin-bottom:4px}.rk-product-hero__delivery span{display:block;font-size:13px;color:var(--rk-ph-text);line-height:1.5}.rk-product-hero__variants{margin-bottom:24px}.rk-product-hero__option{margin-bottom:20px}.rk-product-hero__option-label{display:block;font-size:14px;font-weight:600;color:var(--rk-ph-text);margin-bottom:12px}.rk-product-hero__option-label strong{color:var(--rk-ph-heading)}.rk-product-hero__option-buttons{display:flex;flex-wrap:wrap;gap:8px}.rk-product-hero__option-btn{padding:12px 24px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:var(--rk-ph-text);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.rk-product-hero__option-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--rk-ph-accent) 0%,#8a2be2 100%);opacity:0;transition:opacity .3s ease;z-index:-1}.rk-product-hero__option-btn:hover{border-color:var(--rk-ph-accent);background:#ff00ff1a;transform:translateY(-2px)}.rk-product-hero__option-btn--active{background:linear-gradient(135deg,var(--rk-ph-accent) 0%,#8a2be2 100%);border-color:var(--rk-ph-accent);color:#fff;box-shadow:0 4px 16px #f0f6;transform:translateY(-2px)}.rk-product-hero__option-btn--active:before{opacity:1}.rk-product-hero__option-select{width:100%;padding:14px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:var(--rk-ph-text);font-size:15px;cursor:pointer;transition:all .3s ease}.rk-product-hero__option-select:focus{outline:none;border-color:var(--rk-ph-accent);box-shadow:0 0 20px #f0f3}.rk-product-hero__quantity-wrapper{display:flex;align-items:center;gap:20px;margin-bottom:24px}.rk-product-hero__quantity{display:flex;align-items:center;gap:12px}.rk-product-hero__quantity label{font-size:14px;font-weight:600;color:var(--rk-ph-text)}.rk-product-hero__qty-controls{display:flex;align-items:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.rk-product-hero__qty-btn{width:40px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--rk-ph-text);font-size:20px;cursor:pointer;transition:all .3s ease}.rk-product-hero__qty-btn:hover{background:#f0f3;color:var(--rk-ph-accent)}.rk-product-hero__qty-input{width:60px;height:44px;text-align:center;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);color:var(--rk-ph-heading);font-size:16px;font-weight:700}.rk-product-hero__qty-input:focus{outline:none}.rk-product-hero__stock{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:8px;color:#10b981;font-size:13px;font-weight:600}.rk-product-hero__stock svg{width:18px;height:18px}.rk-product-hero__add-to-cart{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:linear-gradient(135deg,var(--rk-ph-accent) 0%,#8a2be2 100%);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #f0f6;margin-bottom:16px}.rk-product-hero__add-to-cart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #f0f9}.rk-product-hero__add-to-cart:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;box-shadow:none}.rk-product-hero__add-to-cart svg{width:22px;height:22px}.rk-product-hero__actions{display:flex;gap:12px;margin-bottom:32px}.rk-product-hero__action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:10px;color:var(--rk-ph-text);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.rk-product-hero__action-btn:hover{border-color:var(--rk-ph-accent);background:#ff00ff1a;color:var(--rk-ph-accent)}.rk-product-hero__action-btn svg{width:20px;height:20px}.rk-product-hero__wishlist--active{background:#f0f3;border-color:var(--rk-ph-accent);color:var(--rk-ph-accent)}.rk-product-hero__wishlist--active svg{fill:var(--rk-ph-accent)}.rk-product-hero__trust{display:grid;gap:12px;padding:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;margin-bottom:32px}.rk-product-hero__trust-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--rk-ph-text)}.rk-product-hero__trust-icon{width:32px;height:32px;flex-shrink:0;object-fit:contain}.rk-product-hero__trust-icon--fallback{display:flex;align-items:center;justify-content:center;border-radius:8px}.rk-product-hero__trust-icon--fallback svg{width:20px;height:20px;color:#fff}.rk-product-hero__metafields{padding:24px;background:#ff00ff0d;border:1px solid rgba(255,0,255,.2);border-radius:12px}.rk-product-hero__metafields h3{font-size:16px;font-weight:700;color:var(--rk-ph-heading);margin:0 0 16px}.rk-product-hero__metafields table{width:100%;border-collapse:collapse}.rk-product-hero__metafields td{padding:10px 0;font-size:14px;color:var(--rk-ph-text);border-bottom:1px solid rgba(255,255,255,.05)}.rk-product-hero__metafields td:first-child{width:40%;font-weight:600}.rk-product-hero__metafields tr:last-child td{border-bottom:none}.rk-product-hero__lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.rk-product-hero__lightbox--active{opacity:1;pointer-events:all}.rk-product-hero__lightbox img{max-width:90%;max-height:90vh;object-fit:contain}.rk-product-hero__lightbox-close{position:absolute;top:24px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f0f3;border:2px solid var(--rk-ph-accent);border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.rk-product-hero__lightbox-close:hover{background:var(--rk-ph-accent);transform:rotate(90deg)}.rk-product-hero__lightbox-close svg{width:28px;height:28px}@media(max-width:1024px){.rk-product-hero__grid{gap:40px}.rk-product-hero__info--sticky{position:relative;top:auto}}@media(max-width:768px){.rk-product-hero__container{padding:0 16px}.rk-product-hero__grid{grid-template-columns:1fr;gap:32px}.rk-product-hero__title{font-size:24px}.rk-product-hero__price--regular,.rk-product-hero__price--sale{font-size:28px}.rk-product-hero__price--compare{font-size:20px}.rk-product-hero__quantity-wrapper{flex-direction:column;align-items:stretch}.rk-product-hero__stock{justify-content:center}.rk-product-hero__actions{flex-direction:column}.rk-product-hero__thumbnails{grid-template-columns:repeat(4,1fr)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/rk-product-hero.css.map */
