.ProductGallery-module__xys5fa__container{gap:var(--space-4);height:clamp(450px,60vh,650px);display:flex}.ProductGallery-module__xys5fa__thumbnails{gap:var(--space-2);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;width:80px;height:100%;display:flex;overflow-y:auto}.ProductGallery-module__xys5fa__thumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__xys5fa__thumbnails::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:var(--radius-full)}.ProductGallery-module__xys5fa__thumbnailBtn{aspect-ratio:1;border:1px solid var(--color-border-light);background-color:var(--color-bg-light);cursor:pointer;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);position:relative;overflow:hidden}.ProductGallery-module__xys5fa__thumbnailBtn:hover{border-color:var(--color-brand-light)}.ProductGallery-module__xys5fa__thumbnailActive{border-color:var(--color-brand-medium)}.ProductGallery-module__xys5fa__thumbnailImg{object-fit:contain}.ProductGallery-module__xys5fa__mainImageContainer{border-radius:var(--radius-md);cursor:crosshair;touch-action:pan-y;background-color:#fafafa;flex-grow:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductGallery-module__xys5fa__mainImageContainer.ProductGallery-module__xys5fa__zoomingTouch{touch-action:none}.ProductGallery-module__xys5fa__mainImage{object-fit:cover;object-position:center;pointer-events:none;transition:opacity .2s}.ProductGallery-module__xys5fa__mainImage.ProductGallery-module__xys5fa__hidden{opacity:0}.ProductGallery-module__xys5fa__zoomLayer{pointer-events:none;z-index:10;opacity:0;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.ProductGallery-module__xys5fa__zoomLayer.ProductGallery-module__xys5fa__active{opacity:1}.ProductGallery-module__xys5fa__arrowBtn{border:1px solid var(--color-border);cursor:pointer;z-index:20;width:40px;height:40px;color:var(--color-brand-dark);box-shadow:var(--shadow-sm);opacity:0;background:#fffc;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductGallery-module__xys5fa__mainImageContainer:hover .ProductGallery-module__xys5fa__arrowBtn{opacity:1}.ProductGallery-module__xys5fa__arrowBtn:hover{background:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-50%)scale(1.05)}.ProductGallery-module__xys5fa__arrowLeft{left:var(--space-4)}.ProductGallery-module__xys5fa__arrowRight{right:var(--space-4)}@media (max-width:768px){.ProductGallery-module__xys5fa__container{flex-direction:column-reverse;height:auto}.ProductGallery-module__xys5fa__thumbnails{flex-direction:row;width:100%;height:80px;overflow:auto hidden}.ProductGallery-module__xys5fa__thumbnailBtn{flex-shrink:0;width:80px;height:80px}.ProductGallery-module__xys5fa__mainImageContainer{aspect-ratio:1;width:100%}.ProductGallery-module__xys5fa__arrowBtn{opacity:1;width:auto;height:auto;box-shadow:none;color:var(--color-text-primary);background:0 0;border:none;border-radius:0;padding:0}.ProductGallery-module__xys5fa__arrowBtn:hover{box-shadow:none;background:0 0;transform:translateY(-50%)}.ProductGallery-module__xys5fa__arrowLeft{left:var(--space-2)}.ProductGallery-module__xys5fa__arrowRight{right:var(--space-2)}}
.ProductForm-module__QMjhxq__container{gap:var(--space-6);color:var(--color-text-primary);flex-direction:column;display:flex}.ProductForm-module__QMjhxq__header{gap:var(--space-2);flex-direction:column;display:flex}.ProductForm-module__QMjhxq__titleRow{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.ProductForm-module__QMjhxq__title{font-family:var(--font-body);font-size:var(--text-xl);color:var(--color-brand-dark);font-weight:600;line-height:1.3}.ProductForm-module__QMjhxq__actions{gap:var(--space-2);display:flex;position:relative}.ProductForm-module__QMjhxq__iconBtn{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);width:40px;height:40px;color:var(--color-brand-medium);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.ProductForm-module__QMjhxq__iconBtn:hover{border-color:var(--color-brand-medium);background:var(--color-bg-hover)}.ProductForm-module__QMjhxq__shareMenuWrap{position:relative}.ProductForm-module__QMjhxq__sharePopover{right:0;top:calc(100% + var(--space-2));align-items:flex-start;gap:var(--space-5);background:var(--color-white);border-radius:var(--radius-sm);padding:var(--space-4) var(--space-5);z-index:30;border:1px solid #ececec;display:flex;position:absolute;box-shadow:0 10px 24px #00000014}.ProductForm-module__QMjhxq__sharePopover:before{content:"";background:var(--color-white);border-top:1px solid #ececec;border-left:1px solid #ececec;width:14px;height:14px;position:absolute;top:-8px;right:16px;transform:rotate(45deg)}.ProductForm-module__QMjhxq__shareOption{align-items:center;gap:var(--space-2);cursor:pointer;color:var(--color-text-primary);background:0 0;border:none;flex-direction:column;min-width:68px;padding:0;display:flex}.ProductForm-module__QMjhxq__shareIconCircle{border:1px solid var(--color-border);background:var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.ProductForm-module__QMjhxq__shareLabel{font-size:var(--text-xs);color:var(--color-text-primary)}.ProductForm-module__QMjhxq__whatsappIcon{background:#25d366;border-color:#25d366}.ProductForm-module__QMjhxq__whatsappIcon svg{display:block}.ProductForm-module__QMjhxq__emailIcon{color:#ea4335}.ProductForm-module__QMjhxq__reviews{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-secondary);display:flex}.ProductForm-module__QMjhxq__stars{color:var(--color-border);display:flex}.ProductForm-module__QMjhxq__optionGroup{gap:var(--space-3);flex-direction:column;display:flex}.ProductForm-module__QMjhxq__optionLabel{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-brand-medium);font-weight:500}.ProductForm-module__QMjhxq__swatchesGrid{gap:var(--space-3);flex-wrap:wrap;display:flex}.ProductForm-module__QMjhxq__colorSwatchBtn{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);width:120px;padding-bottom:var(--space-2);background:0 0;border:1px solid #0000;flex-direction:column;display:flex}.ProductForm-module__QMjhxq__colorImgContainer{aspect-ratio:1;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;transition:border var(--transition-fast);background-color:#fafafa;position:relative;overflow:hidden}.ProductForm-module__QMjhxq__colorSwatchBtn:hover .ProductForm-module__QMjhxq__colorImgContainer{border-color:var(--color-brand-light)}.ProductForm-module__QMjhxq__colorSwatchBtn.ProductForm-module__QMjhxq__active .ProductForm-module__QMjhxq__colorImgContainer{border-color:var(--color-gold);border-width:2px}.ProductForm-module__QMjhxq__colorSwatchBtn img{object-fit:cover}.ProductForm-module__QMjhxq__colorName{color:var(--color-brand-medium);text-align:center;font-size:14px}.ProductForm-module__QMjhxq__sizeRow{align-items:center;gap:var(--space-4);justify-content:space-between;display:flex}.ProductForm-module__QMjhxq__selectWrapper{flex-grow:1;max-width:300px;position:relative}.ProductForm-module__QMjhxq__sizeSelect{appearance:none;width:100%;padding:var(--space-3) var(--space-4);background-color:var(--color-white);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);cursor:pointer;border:1px solid #333;border-radius:0}.ProductForm-module__QMjhxq__selectIcon{right:var(--space-4);pointer-events:none;color:var(--color-text-secondary);position:absolute;top:50%;transform:translateY(-50%)}.ProductForm-module__QMjhxq__sizingHelp{align-items:center;gap:var(--space-2);font-size:var(--text-base);color:var(--color-brand-medium);text-decoration:none;display:flex}.ProductForm-module__QMjhxq__priceSection{gap:var(--space-2);flex-direction:column;display:flex}.ProductForm-module__QMjhxq__priceRow{align-items:center;gap:var(--space-3);display:flex}.ProductForm-module__QMjhxq__price{font-family:var(--font-body);font-size:var(--text-2xl);color:var(--color-brand-medium);font-weight:500}.ProductForm-module__QMjhxq__compareAt{font-size:var(--text-lg);color:var(--color-text-light);text-decoration:line-through}.ProductForm-module__QMjhxq__bnpl{font-size:var(--text-base);color:var(--color-brand-medium);line-height:1.6}.ProductForm-module__QMjhxq__affirmLogo{color:#000;letter-spacing:-.5px;padding-top:4px;font-weight:700;display:inline-block;position:relative}.ProductForm-module__QMjhxq__affirmLogo:after{content:"";border:2px solid #4a4af4;border-bottom:none;border-radius:20px 20px 0 0;width:63%;height:55%;position:absolute;top:0;left:52%;transform:rotate(25deg)}.ProductForm-module__QMjhxq__afterpayLogo{vertical-align:middle;align-items:center;margin-left:4px;display:inline-flex;transform:translateY(-1px)}.ProductForm-module__QMjhxq__cartSection{gap:var(--space-4);flex-direction:column;display:flex}.ProductForm-module__QMjhxq__stockStatus{margin-bottom:-10px;font-size:16px;font-weight:500}.ProductForm-module__QMjhxq__inStock{color:green;letter-spacing:.5px;align-items:center;gap:var(--space-2);font-weight:700;display:flex}.ProductForm-module__QMjhxq__outOfStock{color:var(--color-error);align-items:center;gap:var(--space-2);display:flex}.ProductForm-module__QMjhxq__statusDot{background-color:currentColor;border-radius:50%;width:8px;height:8px;display:inline-block}.ProductForm-module__QMjhxq__addToCartBtn{width:100%;padding:var(--space-4);background-color:var(--color-brand-dark);color:var(--color-white);font-family:var(--font-body);font-size:var(--text-lg);justify-content:center;align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);transition:background var(--transition-fast);display:flex}.ProductForm-module__QMjhxq__addToCartBtn:hover:not(:disabled){background-color:#3a2a1e}.ProductForm-module__QMjhxq__addToCartBtn:disabled{background-color:var(--color-border);color:var(--color-text-light);cursor:not-allowed}.ProductForm-module__QMjhxq__notifyForm{gap:var(--space-2);display:flex}.ProductForm-module__QMjhxq__notifyInput{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);flex-grow:1}.ProductForm-module__QMjhxq__notifyBtn{padding:0 var(--space-6);background-color:var(--color-brand-dark);color:var(--color-white);border-radius:var(--radius-sm);font-size:var(--text-sm)}.ProductForm-module__QMjhxq__accordion{margin-top:var(--space-8);border-top:1px solid var(--color-border-light)}.ProductForm-module__QMjhxq__accordionItem{border-bottom:1px solid var(--color-border-light)}.ProductForm-module__QMjhxq__accordionHeader{width:100%;padding:var(--space-4) 0;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);justify-content:space-between;align-items:center;display:flex}.ProductForm-module__QMjhxq__accordionContent{padding-bottom:var(--space-4);font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}.ProductForm-module__QMjhxq__accordionContent p{margin-bottom:var(--space-3)}.ProductForm-module__QMjhxq__accordionContent p:last-child{margin-bottom:0}.ProductForm-module__QMjhxq__accordionContent ul,.ProductForm-module__QMjhxq__accordionContent ol{margin-bottom:var(--space-4);padding-left:var(--space-5);list-style:outside}.ProductForm-module__QMjhxq__accordionContent ol{list-style:decimal}.ProductForm-module__QMjhxq__accordionContent li{margin-bottom:var(--space-2)}.ProductForm-module__QMjhxq__accordionContent strong{color:var(--color-text-primary);font-weight:600}.ProductForm-module__QMjhxq__shippingGrid{gap:var(--space-4);padding:var(--space-6) var(--space-4);border-radius:var(--radius-sm);text-align:center;margin-bottom:var(--space-4);color:var(--color-brand-medium);background-color:#f9f5f0;grid-template-columns:repeat(3,1fr);display:grid}.ProductForm-module__QMjhxq__shippingItem{align-items:center;gap:var(--space-3);font-size:var(--text-sm);flex-direction:column;line-height:1.4;display:flex}.ProductForm-module__QMjhxq__specsTable{width:100%;font-size:var(--text-sm)}.ProductForm-module__QMjhxq__specsTable tr{border-bottom:1px solid #f5f5f5}.ProductForm-module__QMjhxq__specsTable td{padding:var(--space-2) 0}.ProductForm-module__QMjhxq__specsTable td:last-child{text-align:right;color:var(--color-black);font-weight:500}@media (max-width:768px){.ProductForm-module__QMjhxq__titleRow{align-items:stretch;gap:var(--space-3);flex-direction:column-reverse}.ProductForm-module__QMjhxq__actions{justify-content:flex-end;width:100%}.ProductForm-module__QMjhxq__sharePopover{gap:var(--space-4);padding:var(--space-3) var(--space-4);right:0}}
.SizeGuideModal-module__GbHwIW__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SizeGuideModal-module__GbHwIW__modal{background-color:#fff;border-radius:4px;flex-direction:column;width:95%;max-width:550px;max-height:90vh;animation:.3s ease-out SizeGuideModal-module__GbHwIW__modalAppear;display:flex;position:relative;box-shadow:0 10px 40px #0003}@media (min-width:1024px){.SizeGuideModal-module__GbHwIW__modal{max-width:650px}}.SizeGuideModal-module__GbHwIW__footer{color:#333;margin-top:24px;font-size:1rem}.SizeGuideModal-module__GbHwIW__sizerLink{color:#8c6d51;font-weight:600;text-decoration:underline;transition:opacity .2s}.SizeGuideModal-module__GbHwIW__sizerLink:hover{opacity:.8}@keyframes SizeGuideModal-module__GbHwIW__modalAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SizeGuideModal-module__GbHwIW__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px;display:flex}.SizeGuideModal-module__GbHwIW__title{font-family:var(--font-serif,serif);color:#333;margin:0;font-size:1.5rem;font-weight:400}.SizeGuideModal-module__GbHwIW__closeBtn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.SizeGuideModal-module__GbHwIW__closeBtn:hover{opacity:.6}.SizeGuideModal-module__GbHwIW__content{padding:24px;overflow-y:auto}.SizeGuideModal-module__GbHwIW__table{border-collapse:collapse;text-align:center;width:100%;font-size:.9375rem}.SizeGuideModal-module__GbHwIW__table thead tr{background-color:#fdf6ee}.SizeGuideModal-module__GbHwIW__table th{color:#8c6d51;text-transform:uppercase;letter-spacing:.05em;border:1px solid #eee;padding:16px 8px;font-size:.75rem;font-weight:500;line-height:1.4}.SizeGuideModal-module__GbHwIW__table td{color:#333;border:1px solid #eee;padding:14px 8px}.SizeGuideModal-module__GbHwIW__table tbody tr:nth-child(2n){background-color:#fff}.SizeGuideModal-module__GbHwIW__content::-webkit-scrollbar{width:6px}.SizeGuideModal-module__GbHwIW__content::-webkit-scrollbar-track{background:#f1f1f1}.SizeGuideModal-module__GbHwIW__content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.SizeGuideModal-module__GbHwIW__content::-webkit-scrollbar-thumb:hover{background:#999}
