.product-module__fVZ-uG__productWrapper{background:0 0;justify-content:center;min-height:100vh;padding:80px 0 40px;display:flex}.product-module__fVZ-uG__productContainer{box-sizing:border-box;flex-direction:column;width:100%;max-width:1450px;margin:0 auto;padding:0 20px;display:flex}.product-module__fVZ-uG__productHeader{margin-bottom:20px}.product-module__fVZ-uG__breadcrumbs{color:#666;text-transform:uppercase;letter-spacing:1px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px;font-size:.75rem;display:flex}.product-module__fVZ-uG__bIcon{opacity:.4;font-size:.6rem}.product-module__fVZ-uG__bLink{cursor:pointer;transition:color .2s}.product-module__fVZ-uG__bLink:hover{color:var(--highlight-text)}.product-module__fVZ-uG__current{color:var(--highlight-text);font-weight:800}.product-module__fVZ-uG__title{font-size:clamp(2rem,3.5vw,2.8rem);font-family:var(--font-titles);color:#fff;letter-spacing:-1px;margin-bottom:10px;line-height:1.1}.product-module__fVZ-uG__brandRow{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.product-module__fVZ-uG__stars{color:#ffb800;font-size:1rem}.product-module__fVZ-uG__stars span{color:#555;margin-left:5px;font-size:.8rem}.product-module__fVZ-uG__brandTag{color:#888;background:#ffffff0d;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:900}.product-module__fVZ-uG__heroSection{flex-direction:column;justify-content:flex-start;min-height:80vh;padding-top:20px;padding-bottom:20px;display:flex}.product-module__fVZ-uG__mainGrid{grid-template-columns:1fr 500px;align-items:flex-start;gap:40px;display:grid}.product-module__fVZ-uG__descriptionSection{border-top:1px solid #ffffff0f;margin-top:20px;padding-top:40px;animation:.8s ease-out product-module__fVZ-uG__fadeIn}@keyframes product-module__fVZ-uG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-module__fVZ-uG__visualCol{flex-direction:column;gap:30px;display:flex}.product-module__fVZ-uG__imageBox{aspect-ratio:1.2;background:#080808;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:750px;max-height:60vh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 40px 100px #000000e6}.product-module__fVZ-uG__mainImage{object-fit:cover}.product-module__fVZ-uG__imageActions{z-index:10;flex-direction:column;gap:10px;display:flex;position:absolute;top:20px;right:20px}.product-module__fVZ-uG__imageActionBtn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:45px;height:45px;color:var(--white);cursor:pointer;background:#0009;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex}.product-module__fVZ-uG__imageActionBtn:hover{background:var(--white);color:var(--black);transform:scale(1.1)}.product-module__fVZ-uG__productDescription{border-top:1px solid #ffffff0d;margin-top:10px;padding-top:15px}.product-module__fVZ-uG__productDescription h3{color:#fff;font-size:1.2rem;font-family:var(--font-titles);letter-spacing:1px;margin-bottom:15px}.product-module__fVZ-uG__productDescription p{color:#888;margin-bottom:20px;font-size:1rem;line-height:1.7}.product-module__fVZ-uG__productDescription ul{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.product-module__fVZ-uG__productDescription li{color:#666;align-items:center;gap:10px;font-size:.95rem;display:flex}.product-module__fVZ-uG__productDescription li:before{content:"";background:var(--highlight-text);border-radius:50%;width:6px;height:6px}.product-module__fVZ-uG__purchaseCol{position:sticky;top:100px}.product-module__fVZ-uG__purchaseCard{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:20px;max-height:75vh;padding:25px;display:flex;box-shadow:0 20px 60px #000c}.product-module__fVZ-uG__priceSection{flex-direction:column;display:flex}.product-module__fVZ-uG__priceContainer{align-items:baseline;gap:12px;display:flex}.product-module__fVZ-uG__currentPrice{color:#fff;font-size:2.5rem;font-weight:900}.product-module__fVZ-uG__priceLabel{color:#fff3;letter-spacing:1px;margin-top:5px;font-size:.75rem;font-weight:800}.product-module__fVZ-uG__stockStatus{color:#0f8;text-transform:uppercase;letter-spacing:1px;margin-top:15px;font-size:.85rem;font-weight:900;display:inline-block}.product-module__fVZ-uG__sizeSelectorWrapper{flex-direction:column;gap:15px;padding-right:5px;display:flex;overflow-y:auto}.product-module__fVZ-uG__sizeSelectorWrapper::-webkit-scrollbar{width:4px}.product-module__fVZ-uG__sizeSelectorWrapper::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.product-module__fVZ-uG__sizeSelectorHeader{justify-content:space-between;align-items:center;display:flex}.product-module__fVZ-uG__sizeSelectorLabel{color:#fff6;text-transform:uppercase;letter-spacing:2px;font-size:.72rem;font-weight:900}.product-module__fVZ-uG__sizeSelectorSelected{color:var(--white);background:#ffffff14;border-radius:8px;padding:4px 10px;font-size:.85rem;font-weight:800}.product-module__fVZ-uG__sizeGroupBlock{flex-direction:column;gap:12px;display:flex}.product-module__fVZ-uG__sizeGroupTitle{color:#ffffff4d;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:.65rem;font-weight:900}.product-module__fVZ-uG__sizePillContainer{grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:12px;display:grid}.product-module__fVZ-uG__sizePill{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:12px 14px;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}.product-module__fVZ-uG__sizePill:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0d 0%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.product-module__fVZ-uG__sizePill:hover{background:#ffffff0d;border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 12px 30px #00000080}.product-module__fVZ-uG__sizePill:hover:before{opacity:1}.product-module__fVZ-uG__sizePillActive{transform:translateY(-2px);border-color:var(--highlight-text)!important;background:#ff005514!important;box-shadow:0 8px 25px #f053,inset 0 0 15px #ff00551a!important}.product-module__fVZ-uG__sizePillActive:after{content:"";background:var(--highlight-text);clip-path:polygon(0 0,100% 0,100% 100%);border-bottom-left-radius:12px;width:20px;height:20px;position:absolute;top:-1px;right:-1px}.product-module__fVZ-uG__pillLabel{font-size:.9rem;font-family:var(--font-titles);color:var(--white);letter-spacing:1px;z-index:2;white-space:nowrap;text-overflow:ellipsis;width:100%;font-weight:500;line-height:1;transition:all .3s;position:relative;overflow:hidden}.product-module__fVZ-uG__sizePillActive .product-module__fVZ-uG__pillLabel{text-shadow:0 0 10px #ffffff4d}.product-module__fVZ-uG__pillPrice{font-size:.85rem;font-family:var(--font-titles);color:#ffffff80;letter-spacing:1px;z-index:2;font-weight:500;transition:all .3s;position:relative}.product-module__fVZ-uG__sizePillActive .product-module__fVZ-uG__pillPrice{color:var(--highlight-text);opacity:1;text-shadow:0 0 8px #f056;font-weight:600}.product-module__fVZ-uG__sizePillCustom{text-align:center;background:0 0;border-style:dashed;border-color:#ffffff26;align-items:center}.product-module__fVZ-uG__sizePillCustom:hover{border-style:solid;border-color:var(--white);background:#ffffff05}.product-module__fVZ-uG__customInputPanel{flex-direction:column;gap:8px;margin-top:4px;display:flex;overflow:hidden}.product-module__fVZ-uG__customInputRow{gap:8px;display:flex}.product-module__fVZ-uG__customMeasureInput{color:#fff;letter-spacing:1px;background:#ffffff0d;border:1.5px solid #fff3;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-family:monospace;font-size:.9rem;font-weight:700;transition:border-color .2s}.product-module__fVZ-uG__customMeasureInput::placeholder{color:#fff3;letter-spacing:0;font-weight:400}.product-module__fVZ-uG__customMeasureInput:focus{border-color:var(--highlight-text)}.product-module__fVZ-uG__customMeasureInputError{border-color:#f44!important}.product-module__fVZ-uG__customMeasureConfirm{background:var(--highlight-text);color:#fff;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:10px 20px;font-size:.82rem;font-weight:900;transition:opacity .15s,transform .15s;box-shadow:3px 3px #000c}.product-module__fVZ-uG__customMeasureConfirm:hover{opacity:.85;transform:translate(-1px,-1px)}.product-module__fVZ-uG__customMeasureError{color:#f44;margin:0;padding-left:2px;font-size:.72rem;font-weight:700}.product-module__fVZ-uG__customMeasureHint{color:#fff3;margin:0;padding-left:2px;font-size:.68rem}.product-module__fVZ-uG__selectionGroup{flex-direction:column;gap:10px;display:flex}.product-module__fVZ-uG__label{color:#ffffff4d;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:900}.product-module__fVZ-uG__sizeName{color:var(--white);font-size:.9rem;font-weight:800}.product-module__fVZ-uG__sizePrice{color:var(--hover-text);font-size:.9rem;font-weight:900}.product-module__fVZ-uG__buyActions{gap:15px;margin-top:10px;display:flex}.product-module__fVZ-uG__quantityWrapper{width:80px}.product-module__fVZ-uG__quantityInput{background:var(--primary-bg);border:2px solid var(--white);color:#fff;text-align:center;border-radius:8px;width:100%;height:100%;font-size:1.1rem;font-weight:900;transition:all .2s;box-shadow:3px 3px #000}.product-module__fVZ-uG__quantityInput:focus{border-color:var(--highlight-text);outline:none;transform:translate(-1px,-1px);box-shadow:4px 4px #000}.product-module__fVZ-uG__buttonWrapper{flex:1;display:flex}.product-module__fVZ-uG__buttonWrapper>*{width:100%}@media (max-width:1024px){.product-module__fVZ-uG__mainGrid{grid-template-columns:1fr;gap:40px}.product-module__fVZ-uG__purchaseCol{position:static}}@media (max-width:768px){.product-module__fVZ-uG__productWrapper{padding:80px 0 40px}.product-module__fVZ-uG__productContainer{padding:0 20px}.product-module__fVZ-uG__mainGrid{gap:30px}.product-module__fVZ-uG__title{word-break:break-word;font-size:clamp(2rem,8vw,2.5rem);line-height:1.2}.product-module__fVZ-uG__brandRow{gap:10px}.product-module__fVZ-uG__purchaseCard{padding:25px 20px}.product-module__fVZ-uG__buyActions{flex-direction:column;gap:10px}.product-module__fVZ-uG__quantityWrapper{width:100%;height:55px}}@media (max-width:480px){.product-module__fVZ-uG__productContainer{padding:0 15px}.product-module__fVZ-uG__breadcrumbs{font-size:.65rem}.product-module__fVZ-uG__purchaseCard{padding:20px 15px}.product-module__fVZ-uG__currentPrice{font-size:2.5rem}}.product-module__fVZ-uG__reviewsSection{max-width:1200px;margin:20px auto;padding:20px 0}.product-module__fVZ-uG__reviewsHeaderMinimal{border-bottom:2px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;display:flex}.product-module__fVZ-uG__headerTitleGroup{flex-direction:column;gap:8px;display:flex}.product-module__fVZ-uG__miniBadge{color:var(--highlight-text);letter-spacing:3px;font-size:.65rem;font-weight:900}.product-module__fVZ-uG__minimalTitle{font-family:var(--font-titles);color:var(--white);text-shadow:2px 2px #00000080;margin:0;font-size:2.2rem}.product-module__fVZ-uG__ratingSummaryMini{background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:15px;padding:10px 20px;display:flex}.product-module__fVZ-uG__ratingScore{color:var(--white);font-size:1.4rem;font-weight:900;font-family:var(--font-titles)}.product-module__fVZ-uG__ratingStarsMini{color:var(--grey-700);gap:3px;display:flex}.product-module__fVZ-uG__totalReviews{color:var(--grey-500);font-size:.8rem;font-weight:700}.product-module__fVZ-uG__reviewsGridMinimal{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.product-module__fVZ-uG__reviewCardMinimal{background:0 0;border-left:2px solid #ffffff0d;flex-direction:column;gap:8px;padding:10px 20px;transition:all .3s;display:flex}.product-module__fVZ-uG__reviewCardMinimal:hover{border-left-color:var(--highlight-text);background:#ffffff03}.product-module__fVZ-uG__reviewTopMinimal{justify-content:space-between;align-items:flex-start;display:flex}.product-module__fVZ-uG__userMinimal{align-items:center;gap:12px;display:flex}.product-module__fVZ-uG__avatarMini{background:var(--highlight-text);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex;overflow:hidden}.product-module__fVZ-uG__avatarMini img{object-fit:cover;width:100%;height:100%}.product-module__fVZ-uG__userMetaMini{flex-direction:column;display:flex}.product-module__fVZ-uG__nameMini{color:var(--white);font-size:.85rem;font-weight:800}.product-module__fVZ-uG__dateMini{color:var(--grey-600);font-size:.7rem}.product-module__fVZ-uG__starsMini{gap:2px;display:flex}.product-module__fVZ-uG__commentMinimal{color:var(--grey-400);letter-spacing:.2px;margin:0;font-size:.9rem;font-weight:300;line-height:1.5}.product-module__fVZ-uG__starActive{color:var(--hover-text)}.product-module__fVZ-uG__starEmpty{color:#ffffff0d}@media (max-width:768px){.product-module__fVZ-uG__reviewsHeaderMinimal{flex-direction:column;align-items:flex-start;gap:20px}.product-module__fVZ-uG__minimalTitle{font-size:1.8rem}.product-module__fVZ-uG__reviewsGridMinimal{grid-template-columns:1fr}}.product-module__fVZ-uG__pagination{justify-content:center;align-items:center;gap:15px;margin-top:40px;display:flex}.product-module__fVZ-uG__pageBtn{color:var(--white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.product-module__fVZ-uG__pageBtn:hover:not(:disabled){background:var(--highlight-text);border-color:var(--highlight-text);color:#000}.product-module__fVZ-uG__pageBtn:disabled{opacity:.2;cursor:not-allowed}.product-module__fVZ-uG__pageNumbers{gap:8px;display:flex}.product-module__fVZ-uG__pageNumber{color:var(--grey-500);cursor:pointer;background:0 0;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.product-module__fVZ-uG__pageNumber:hover{color:var(--white);border-color:#fff3}.product-module__fVZ-uG__pageActive{border-color:var(--highlight-text);color:var(--highlight-text);background:#ffffff0d}
