.SizeGuideModal-module__t9Z9UG__overlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:SizeGuideModal-module__t9Z9UG__fadeIn .25s var(--ease-out) forwards;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SizeGuideModal-module__t9Z9UG__modal{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--r-xl);width:min(500px,100%);max-height:90vh;box-shadow:var(--sh-4);animation:SizeGuideModal-module__t9Z9UG__scaleIn .3s var(--ease-spring) forwards;flex-direction:column;display:flex}.SizeGuideModal-module__t9Z9UG__head{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.SizeGuideModal-module__t9Z9UG__title{color:var(--text-1);font-size:1.15rem;font-weight:700}.SizeGuideModal-module__t9Z9UG__closeBtn{color:var(--text-3);cursor:pointer;border-radius:var(--r-sm);transition:all var(--t-fast);background:0 0;border:none;margin:-.5rem;padding:.5rem;font-size:1rem}.SizeGuideModal-module__t9Z9UG__closeBtn:hover{background:var(--surface-hover);color:var(--text-1)}.SizeGuideModal-module__t9Z9UG__body{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.SizeGuideModal-module__t9Z9UG__desc{color:var(--text-2);font-size:.85rem;line-height:1.5}.SizeGuideModal-module__t9Z9UG__tableWrap{border:1px solid var(--border-1);border-radius:var(--r-md);overflow:hidden}.SizeGuideModal-module__t9Z9UG__table{border-collapse:collapse;text-align:center;width:100%;font-size:.85rem}.SizeGuideModal-module__t9Z9UG__table th{background:var(--surface);color:var(--text-1);border-bottom:1px solid var(--border-1);padding:.75rem;font-weight:600}.SizeGuideModal-module__t9Z9UG__table td{color:var(--text-2);border-bottom:1px solid var(--border-1);padding:.75rem}.SizeGuideModal-module__t9Z9UG__table td strong{color:var(--text-1)}.SizeGuideModal-module__t9Z9UG__table tr:last-child td{border-bottom:none}.SizeGuideModal-module__t9Z9UG__table tbody tr:hover{background:var(--surface-hover)}.SizeGuideModal-module__t9Z9UG__tips{background:var(--surface);border-radius:var(--r-md);border:1px dashed var(--border-2);padding:1.25rem}.SizeGuideModal-module__t9Z9UG__tipTitle{color:var(--text-1);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.SizeGuideModal-module__t9Z9UG__tipList{color:var(--text-3);flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:.8rem;line-height:1.5;list-style:none;display:flex}.SizeGuideModal-module__t9Z9UG__tipList li:before{content:"👉";margin-right:.5rem}.SizeGuideModal-module__t9Z9UG__tipList strong{color:var(--text-1)}
.NotifyForm-module__Z2p_Na__wrapper{border-radius:var(--r-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:NotifyForm-module__Z2p_Na__fadeUp .4s var(--ease-spring);background:linear-gradient(135deg,#1c093499,#290a2466);border:1px solid #5c1fad4d;padding:1.25rem 1.5rem}@keyframes NotifyForm-module__Z2p_Na__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.NotifyForm-module__Z2p_Na__header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.NotifyForm-module__Z2p_Na__bellIcon{flex-shrink:0;font-size:1.4rem;animation:2s ease-in-out infinite NotifyForm-module__Z2p_Na__ring}@keyframes NotifyForm-module__Z2p_Na__ring{0%,90%,to{transform:rotate(0)}92%{transform:rotate(-12deg)}96%{transform:rotate(12deg)}}.NotifyForm-module__Z2p_Na__title{color:var(--text-1);font-size:.9rem;font-weight:700}.NotifyForm-module__Z2p_Na__desc{color:var(--text-3);margin-top:.2rem;font-size:.78rem;line-height:1.4}.NotifyForm-module__Z2p_Na__form{gap:.5rem;display:flex}.NotifyForm-module__Z2p_Na__input{flex:1;min-width:0}.NotifyForm-module__Z2p_Na__btn{white-space:nowrap;flex-shrink:0}.NotifyForm-module__Z2p_Na__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite NotifyForm-module__Z2p_Na__spin;display:inline-block}@keyframes NotifyForm-module__Z2p_Na__spin{to{transform:rotate(360deg)}}.NotifyForm-module__Z2p_Na__errorMsg{color:var(--danger);margin-top:.5rem;font-size:.8rem}.NotifyForm-module__Z2p_Na__successBox{border-radius:var(--r-lg);animation:NotifyForm-module__Z2p_Na__fadeUp .4s var(--ease-spring);background:linear-gradient(135deg,#0a331999,#0a291f66);border:1px solid #21ab5459;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.NotifyForm-module__Z2p_Na__successIcon{flex-shrink:0;font-size:1.4rem}.NotifyForm-module__Z2p_Na__successTitle{color:var(--success);font-size:.9rem;font-weight:700}.NotifyForm-module__Z2p_Na__successDesc{color:var(--text-3);margin-top:.2rem;font-size:.8rem;line-height:1.4}
.ReviewSection-module__rJ_DDG__section{border-top:1px solid var(--border-1);padding:3rem 0}.ReviewSection-module__rJ_DDG__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ReviewSection-module__rJ_DDG__sectionTitle{font-family:var(--font-serif);color:var(--text-1);font-size:1.4rem;font-weight:700}.ReviewSection-module__rJ_DDG__statsSummary{background:var(--surface);border:1px solid var(--border-1);border-radius:var(--r-xl);flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.ReviewSection-module__rJ_DDG__avgBlock{flex-direction:column;align-items:center;gap:.35rem;min-width:100px;display:flex}.ReviewSection-module__rJ_DDG__avgScore{color:var(--text-1);font-size:3rem;font-weight:900;line-height:1}.ReviewSection-module__rJ_DDG__avgCount{color:var(--text-3);text-align:center;font-size:.78rem}.ReviewSection-module__rJ_DDG__barsBlock{flex-direction:column;flex:1;gap:.4rem;min-width:200px;display:flex}.ReviewSection-module__rJ_DDG__ratingBarRow{align-items:center;gap:.5rem;display:flex}.ReviewSection-module__rJ_DDG__ratingBarLabel{color:var(--text-3);text-align:right;flex-shrink:0;width:20px;font-size:.78rem}.ReviewSection-module__rJ_DDG__ratingBarTrack{background:var(--surface-hover);border-radius:var(--r-full);flex:1;height:8px;overflow:hidden}.ReviewSection-module__rJ_DDG__ratingBarFill{border-radius:var(--r-full);height:100%;transition:width .6s var(--ease-out);background:linear-gradient(90deg,#fbbd23,#f90)}.ReviewSection-module__rJ_DDG__ratingBarCount{color:var(--text-4);text-align:left;flex-shrink:0;width:20px;font-size:.75rem}.ReviewSection-module__rJ_DDG__stars{gap:1px;line-height:1;display:flex}.ReviewSection-module__rJ_DDG__stars-sm .ReviewSection-module__rJ_DDG__star{font-size:.85rem}.ReviewSection-module__rJ_DDG__stars-md .ReviewSection-module__rJ_DDG__star{font-size:1.1rem}.ReviewSection-module__rJ_DDG__stars-lg .ReviewSection-module__rJ_DDG__star{font-size:1.7rem}.ReviewSection-module__rJ_DDG__starFilled{color:#fbbd23}.ReviewSection-module__rJ_DDG__starEmpty{color:var(--border-2)}.ReviewSection-module__rJ_DDG__form{background:var(--surface);border:1px solid var(--border-1);border-radius:var(--r-xl);animation:ReviewSection-module__rJ_DDG__fadeUp .3s var(--ease-spring);flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}@keyframes ReviewSection-module__rJ_DDG__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ReviewSection-module__rJ_DDG__formTitle{color:var(--text-1);font-size:1rem;font-weight:700}.ReviewSection-module__rJ_DDG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.ReviewSection-module__rJ_DDG__formGrid{grid-template-columns:1fr}}.ReviewSection-module__rJ_DDG__formField{flex-direction:column;gap:.4rem;display:flex}.ReviewSection-module__rJ_DDG__formLabel{color:var(--text-2);font-size:.8rem;font-weight:600}.ReviewSection-module__rJ_DDG__textarea{resize:vertical;min-height:100px;font-family:inherit}.ReviewSection-module__rJ_DDG__formSuccess{border-radius:var(--r-xl);animation:ReviewSection-module__rJ_DDG__fadeUp .3s var(--ease-spring);background:#0a331966;border:1px solid #21ab5459;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1.25rem 1.5rem;font-size:1.3rem;display:flex}.ReviewSection-module__rJ_DDG__formSuccessTitle{color:var(--success);font-size:.9rem;font-weight:700}.ReviewSection-module__rJ_DDG__formSuccessDesc{color:var(--text-3);margin-top:.2rem;font-size:.8rem}.ReviewSection-module__rJ_DDG__reviewList{flex-direction:column;gap:1rem;display:flex}.ReviewSection-module__rJ_DDG__reviewCard{background:var(--surface);border:1px solid var(--border-1);border-radius:var(--r-lg);transition:border-color var(--t-fast);padding:1.25rem}.ReviewSection-module__rJ_DDG__reviewCard:hover{border-color:var(--border-2)}.ReviewSection-module__rJ_DDG__reviewHead{align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.ReviewSection-module__rJ_DDG__reviewAvatar{background:linear-gradient(135deg, var(--primary-light), var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:700;display:flex}.ReviewSection-module__rJ_DDG__reviewerName{color:var(--text-1);font-size:.85rem;font-weight:700}.ReviewSection-module__rJ_DDG__reviewDate{color:var(--text-4);font-size:.72rem}.ReviewSection-module__rJ_DDG__reviewTitle{color:var(--text-1);margin-bottom:.35rem;font-size:.9rem;font-weight:700}.ReviewSection-module__rJ_DDG__reviewBody{color:var(--text-2);font-size:.85rem;line-height:1.6}.ReviewSection-module__rJ_DDG__empty{text-align:center;color:var(--text-3);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;font-size:.9rem;display:flex}.ReviewSection-module__rJ_DDG__emptyIcon{font-size:2.5rem}.ReviewSection-module__rJ_DDG__loading{text-align:center;color:var(--text-4);padding:2rem;font-size:.85rem}.ReviewSection-module__rJ_DDG__fileInput{color:var(--text-2);background:var(--surface);border:1px dashed var(--border-2);border-radius:var(--r-md);cursor:pointer;padding:.5rem;font-size:.8rem}.ReviewSection-module__rJ_DDG__fileHint{color:var(--text-4);margin-top:.2rem;font-size:.7rem}.ReviewSection-module__rJ_DDG__reviewImageWrap{border-radius:var(--r-md);border:1px solid var(--border-2);width:80px;height:80px;transition:transform var(--t-fast);margin-top:.75rem;display:block;overflow:hidden}.ReviewSection-module__rJ_DDG__reviewImageWrap:hover{transform:scale(1.05)}.ReviewSection-module__rJ_DDG__reviewImage{object-fit:cover;width:100%;height:100%}
.ProductCard-module__40ZmhG__card{transition:transform var(--t-base);cursor:pointer;color:inherit;background:0 0;border:none;border-radius:0;flex-direction:column;text-decoration:none;display:flex;position:relative}.ProductCard-module__40ZmhG__card:hover{transform:translateY(-4px)}.ProductCard-module__40ZmhG__card:active{transform:scale(.985)}.ProductCard-module__40ZmhG__imgWrap{aspect-ratio:3/4;background:var(--bg-2);position:relative;overflow:hidden}.ProductCard-module__40ZmhG__imgWrapSwipeable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.ProductCard-module__40ZmhG__imgWrapSwipeable:active{cursor:grabbing}.ProductCard-module__40ZmhG__imgTrack{height:100%;transition:transform .3s cubic-bezier(.25,1,.5,1);display:flex}.ProductCard-module__40ZmhG__slide{flex:0 0 100%;height:100%;position:relative;overflow:hidden}.ProductCard-module__40ZmhG__dots{z-index:2;pointer-events:none;gap:5px;display:flex;position:absolute;bottom:.65rem;left:.65rem}.ProductCard-module__40ZmhG__dot{width:7px;height:7px;transition:background var(--t-fast);background:0 0;border:1.5px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000073}.ProductCard-module__40ZmhG__dotActive{background:#fff}.ProductCard-module__40ZmhG__img{object-fit:cover;width:100%;height:100%;transition:transform .55s var(--ease-out);display:block}.ProductCard-module__40ZmhG__card:hover .ProductCard-module__40ZmhG__img{transform:scale(1.07)}.ProductCard-module__40ZmhG__imgPlaceholder{background:var(--bg-2);width:100%;height:100%;color:var(--text-4);justify-content:center;align-items:center;font-size:3.5rem;display:flex}.ProductCard-module__40ZmhG__outOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__40ZmhG__outOverlay span{color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-full);border:1.5px solid #ffffff80;padding:.4rem 1rem;font-size:.85rem;font-weight:700}.ProductCard-module__40ZmhG__badge{border-radius:var(--r-full);letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;font-size:.75rem;font-weight:800;position:absolute;top:.65rem;left:.65rem}.ProductCard-module__40ZmhG__badgeNew{background:var(--primary);color:#fff}.ProductCard-module__40ZmhG__badgeSale{background:var(--danger);color:#fff}.ProductCard-module__40ZmhG__badgeLimited{background:var(--warning);color:#1a1000}.ProductCard-module__40ZmhG__badgeFeatured{background:var(--accent);color:#1a1000}[data-theme=light] .ProductCard-module__40ZmhG__badgeLimited{color:#fff}.ProductCard-module__40ZmhG__discountBadge{color:#fff;border-radius:var(--r-sm);background:#c22e2e;padding:.2rem .5rem;font-size:.75rem;font-weight:800;position:absolute;top:.65rem;right:.65rem}.ProductCard-module__40ZmhG__hoverActions{transition:transform var(--t-base);background:linear-gradient(#0000 0%,#000000b3 100%);gap:.4rem;padding:.75rem;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__40ZmhG__card:hover .ProductCard-module__40ZmhG__hoverActions{transform:translateY(0)}.ProductCard-module__40ZmhG__quickAddBtn,.ProductCard-module__40ZmhG__viewBtn{border-radius:var(--r-md);text-align:center;cursor:pointer;transition:all var(--t-fast);border:none;flex:1;padding:.55rem .75rem;font-size:.78rem;font-weight:600;text-decoration:none}.ProductCard-module__40ZmhG__quickAddBtn{color:#111;background:#fff}.ProductCard-module__40ZmhG__quickAddBtn:hover{background:var(--primary);color:#fff}.ProductCard-module__40ZmhG__viewBtn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff4d}.ProductCard-module__40ZmhG__viewBtn:hover{background:#ffffff40}.ProductCard-module__40ZmhG__info{flex-direction:column;gap:.25rem;min-width:0;padding:.7rem .1rem .4rem;display:flex}.ProductCard-module__40ZmhG__category{letter-spacing:.06em;text-transform:uppercase;color:var(--primary-light);font-size:.7rem;font-weight:600}.ProductCard-module__40ZmhG__name{color:var(--text-1);-webkit-line-clamp:2;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;min-height:2.6em;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__40ZmhG__priceRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.ProductCard-module__40ZmhG__price{color:var(--text-1);font-size:1rem;font-weight:700}.ProductCard-module__40ZmhG__originalPrice{color:var(--text-3);font-size:.82rem;text-decoration:line-through}.ProductCard-module__40ZmhG__lowStock{z-index:2;letter-spacing:.02em;color:#1a1000;background:var(--warning);border-radius:var(--r-full);padding:.15rem .5rem;font-size:.68rem;font-weight:700;position:absolute;bottom:.65rem;right:.65rem}@media (max-width:480px){.ProductCard-module__40ZmhG__info{padding:.55rem .1rem .4rem}.ProductCard-module__40ZmhG__name{font-size:.82rem}.ProductCard-module__40ZmhG__price{font-size:.9rem}.ProductCard-module__40ZmhG__originalPrice{font-size:.75rem}.ProductCard-module__40ZmhG__quickAddBtn,.ProductCard-module__40ZmhG__viewBtn{padding:.4rem .5rem;font-size:.75rem}}
.urun-module__VQc-vW__page{padding-block:2rem clamp(3rem,6vw,5rem)}.urun-module__VQc-vW__page .container{max-width:1240px}.urun-module__VQc-vW__breadcrumb{color:var(--text-4);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.78rem;display:flex}.urun-module__VQc-vW__breadcrumb a{color:var(--text-3);transition:color var(--t-fast)}.urun-module__VQc-vW__breadcrumb a:hover{color:var(--primary-light)}.urun-module__VQc-vW__breadcrumb span:last-child{color:var(--text-2);font-weight:500}.urun-module__VQc-vW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (max-width:768px){.urun-module__VQc-vW__grid{grid-template-columns:1fr}}.urun-module__VQc-vW__gallery{top:calc(var(--header-h) + 1rem);flex-direction:column;gap:.75rem;display:flex;position:sticky}@media (max-width:768px){.urun-module__VQc-vW__gallery{position:static}}.urun-module__VQc-vW__mainImg{aspect-ratio:3/4;background:var(--bg-2);border:1px solid var(--border-1);border-radius:0;position:relative;overflow:hidden}@media (max-width:768px){.urun-module__VQc-vW__page{padding-block:0 3rem}.urun-module__VQc-vW__breadcrumb{display:none}.urun-module__VQc-vW__mainImg{width:calc(100% + 2 * var(--container-pad));margin-inline:calc(-1 * var(--container-pad));aspect-ratio:auto;height:calc(100svh - var(--header-h));border:none}}.urun-module__VQc-vW__slideWrap{flex:0 0 100%;height:100%;position:relative}.urun-module__VQc-vW__mainImgEl{object-fit:cover}.urun-module__VQc-vW__imgTrack{height:100%;transition:transform .3s cubic-bezier(.25,1,.5,1);display:flex}.urun-module__VQc-vW__mainImg{touch-action:pan-y}.urun-module__VQc-vW__mainImgSwipeable{cursor:grab;-webkit-user-select:none;user-select:none}.urun-module__VQc-vW__mainImgSwipeable:active{cursor:grabbing}.urun-module__VQc-vW__galleryDots{z-index:3;border-radius:var(--r-full);-webkit-backdrop-filter:blur(6px);background:#ffffffb3;gap:7px;padding:6px 10px;display:flex;position:absolute;bottom:.9rem;left:50%;transform:translate(-50%)}.urun-module__VQc-vW__galleryDot{cursor:pointer;width:8px;height:8px;transition:background var(--t-fast), transform var(--t-fast);background:0 0;border:1.5px solid #0000008c;border-radius:50%;padding:0}.urun-module__VQc-vW__galleryDotActive{background:#000;border-color:#000;transform:scale(1.15)}.urun-module__VQc-vW__galleryDot:after{content:"";width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.urun-module__VQc-vW__galleryDot{position:relative}.urun-module__VQc-vW__noImg{width:100%;height:100%;color:var(--text-4);justify-content:center;align-items:center;font-size:5rem;display:flex}.urun-module__VQc-vW__discountBadge{background:var(--danger);color:#fff;border-radius:var(--r-full);padding:.3rem .8rem;font-size:.75rem;font-weight:800;position:absolute;top:1rem;left:1rem}.urun-module__VQc-vW__typeBadge{position:absolute;top:1rem;right:1rem}.urun-module__VQc-vW__info{flex-direction:column;gap:1rem;display:flex}.urun-module__VQc-vW__category{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-light);transition:opacity var(--t-fast);font-size:.72rem;font-weight:700;text-decoration:none}.urun-module__VQc-vW__category:hover{opacity:.8}.urun-module__VQc-vW__name{font-family:var(--font-serif);color:var(--text-1);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2}.urun-module__VQc-vW__priceRow{align-items:center;gap:.75rem;display:flex}.urun-module__VQc-vW__price{color:var(--text-1);font-size:1.6rem;font-weight:800}.urun-module__VQc-vW__originalPrice{color:var(--text-4);font-size:1rem;text-decoration:line-through}.urun-module__VQc-vW__description{color:var(--text-3);font-size:.95rem;line-height:1.7}.urun-module__VQc-vW__divider{background:var(--border-1);height:1px}.urun-module__VQc-vW__sizeSection{flex-direction:column;gap:.6rem;display:flex}.urun-module__VQc-vW__sizeHeader{justify-content:space-between;align-items:center;display:flex}.urun-module__VQc-vW__sizeLabel{color:var(--text-2);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:700}.urun-module__VQc-vW__stockNote{color:var(--text-3);font-size:.75rem;font-weight:600}.urun-module__VQc-vW__sizes{flex-wrap:wrap;gap:.5rem;display:flex}.urun-module__VQc-vW__sizeBtn{border-radius:var(--r-md);border:1.5px solid var(--border-2);background:var(--surface);color:var(--text-2);cursor:pointer;transition:all var(--t-fast);text-align:center;justify-content:center;align-items:center;min-width:46px;min-height:44px;padding:.45rem .9rem;font-size:.875rem;font-weight:600;display:inline-flex}.urun-module__VQc-vW__sizeBtn:hover:not(:disabled){border-color:var(--primary);color:var(--primary-light)}.urun-module__VQc-vW__sizeBtn:active:not(:disabled){transform:scale(.96)}.urun-module__VQc-vW__qtyBtn:active{transform:scale(.94)}.urun-module__VQc-vW__sizeBtnActive{box-shadow:0 4px 12px var(--primary-glow);border-color:var(--primary)!important;background:var(--primary)!important;color:#fff!important}.urun-module__VQc-vW__sizeBtnOut{opacity:.35;cursor:not-allowed;text-decoration:line-through}.urun-module__VQc-vW__qtySection{align-items:center;gap:1rem;display:flex}.urun-module__VQc-vW__qtyRow{align-items:center;gap:.5rem;display:flex}.urun-module__VQc-vW__qtyBtn{border-radius:var(--r-md);border:1.5px solid var(--border-2);background:var(--surface);width:44px;height:44px;color:var(--text-1);cursor:pointer;transition:all var(--t-fast);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.urun-module__VQc-vW__qtyBtn:hover{border-color:var(--primary);background:var(--primary-ghost)}.urun-module__VQc-vW__qtyVal{text-align:center;min-width:28px;font-size:1rem;font-weight:700}.urun-module__VQc-vW__actions{gap:.75rem;display:flex}.urun-module__VQc-vW__addBtn{flex:1;padding:.9rem 1.5rem;font-size:1rem;border-radius:var(--r-lg)!important;transition:all var(--t-fast), transform .15s!important}.urun-module__VQc-vW__addedAnim{transform:scale(.96)!important}.urun-module__VQc-vW__favBtn{border-radius:var(--r-lg);border:1.5px solid var(--border-2);background:var(--surface);width:52px;height:52px;color:var(--text-3);cursor:pointer;transition:all var(--t-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.urun-module__VQc-vW__favBtn:hover{color:#eb477e;border-color:#eb477e}.urun-module__VQc-vW__favBtnActive{color:#eb477e;background:#eb477e1a;border-color:#eb477e}.urun-module__VQc-vW__shippingInfo{background:var(--surface);border:1px solid var(--border-1);border-radius:0;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.urun-module__VQc-vW__shippingItem{color:var(--text-3);align-items:center;gap:.6rem;font-size:.82rem;display:flex}.urun-module__VQc-vW__related{margin-top:clamp(3rem,6vw,5rem)}.urun-module__VQc-vW__relatedTitle{font-family:var(--font-serif);color:var(--text-1);margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}.urun-module__VQc-vW__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}@media (max-width:640px){.urun-module__VQc-vW__relatedGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.urun-module__VQc-vW__sizeGuideBtn{color:var(--text-3);cursor:pointer;transition:color var(--t-fast);background:0 0;border:none;min-height:44px;padding:0;font-size:.75rem;font-weight:500;text-decoration:underline}.urun-module__VQc-vW__sizeGuideBtn:hover{color:var(--text-1)}.urun-module__VQc-vW__colorSection{flex-direction:column;gap:.75rem;display:flex}.urun-module__VQc-vW__colors{flex-wrap:wrap;gap:.75rem;display:flex}.urun-module__VQc-vW__colorSwatch{cursor:pointer;width:32px;height:32px;transition:all var(--t-fast);border:2px solid #0000;border-radius:50%;position:relative;box-shadow:inset 0 0 0 1px #0000001a}.urun-module__VQc-vW__colorSwatch:after{content:"";border-radius:50%;width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.urun-module__VQc-vW__colorSwatch:hover{transform:scale(1.1)}.urun-module__VQc-vW__colorSwatchActive{border-color:var(--primary);box-shadow:0 0 0 2px var(--bg-1), 0 0 0 4px var(--primary);transform:scale(1.1)}
