.LookbookClient-module__2KuVOG__pageContainer{max-width:var(--site-container-max,1280px);padding:clamp(40px, 5vw, 64px) var(--site-gutter,1.5rem);background:var(--color-bg);box-sizing:border-box;margin:0 auto}.LookbookClient-module__2KuVOG__breadcrumbs{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);color:var(--color-text-secondary);margin-bottom:var(--space-xl);display:flex}.LookbookClient-module__2KuVOG__backLink{color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.LookbookClient-module__2KuVOG__backLink:hover{color:var(--color-primary)}.LookbookClient-module__2KuVOG__divider{color:var(--color-text-light)}.LookbookClient-module__2KuVOG__currentCrumb{color:var(--color-text-primary);font-weight:600}.LookbookClient-module__2KuVOG__layout{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.LookbookClient-module__2KuVOG__layout{grid-template-columns:1fr 1fr}}.LookbookClient-module__2KuVOG__leftCol{flex-direction:column;display:flex;position:relative}.LookbookClient-module__2KuVOG__coverCard{background:var(--color-bg);border-radius:var(--radius-xl);border:1px solid var(--color-border-light);box-shadow:var(--shadow-md);flex-direction:column;display:flex;overflow:hidden}.LookbookClient-module__2KuVOG__imageWrap{aspect-ratio:4/5;background:var(--color-bg-secondary);position:relative;overflow:hidden}.LookbookClient-module__2KuVOG__coverImg{object-fit:cover;width:100%;height:100%}.LookbookClient-module__2KuVOG__overlay{pointer-events:none;background:linear-gradient(#0000 30%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.LookbookClient-module__2KuVOG__tag{top:var(--space-md);left:var(--space-md);letter-spacing:.08em;text-transform:uppercase;color:var(--color-bg);background:var(--color-primary);border-radius:var(--radius-sm);padding:4px 10px;font-size:9px;font-weight:700;position:absolute}.LookbookClient-module__2KuVOG__hotspot{cursor:pointer;touch-action:manipulation;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;display:flex;position:absolute;transform:translate(-50%,-50%)}.LookbookClient-module__2KuVOG__hotspot:before{content:"";aspect-ratio:1;box-sizing:border-box;background-color:var(--color-gold);border-radius:50%;flex-shrink:0;width:16px;min-width:16px;height:16px;min-height:16px;transition:transform .3s;position:absolute;box-shadow:0 0 10px #b8973d80}.LookbookClient-module__2KuVOG__hotspot:after{content:"";aspect-ratio:1;box-sizing:border-box;background-color:var(--color-gold);border-radius:50%;flex-shrink:0;width:16px;min-width:16px;height:16px;min-height:16px;animation:2s cubic-bezier(.4,0,.2,1) infinite LookbookClient-module__2KuVOG__pulse;position:absolute}.LookbookClient-module__2KuVOG__hotspot:hover:before,.LookbookClient-module__2KuVOG__hotspot[aria-expanded=true]:before{transform:scale(1.2)}@keyframes LookbookClient-module__2KuVOG__pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.LookbookClient-module__2KuVOG__popover{background:var(--glass-card,#ffffffd9);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);padding:var(--space-md);z-index:20;width:200px;box-shadow:var(--shadow-lg);gap:var(--space-xs);opacity:0;visibility:hidden;border:1px solid #ffffff4d;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;transform:translateY(10px)}.LookbookClient-module__2KuVOG__popover.LookbookClient-module__2KuVOG__active{opacity:1;visibility:visible;transform:translateY(0)}.LookbookClient-module__2KuVOG__popoverImg{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-bg-secondary);width:100%}.LookbookClient-module__2KuVOG__popoverName{font-size:var(--text-sm);color:var(--color-text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;display:-webkit-box;overflow:hidden}.LookbookClient-module__2KuVOG__popoverPrice{font-size:var(--text-sm);color:var(--color-gold);font-weight:600}.LookbookClient-module__2KuVOG__coverDetails{padding:var(--space-xl);text-align:center}.LookbookClient-module__2KuVOG__title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-text-primary);margin-bottom:var(--space-sm);font-weight:500}.LookbookClient-module__2KuVOG__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}.LookbookClient-module__2KuVOG__rightCol{gap:var(--space-lg);flex-direction:column;display:flex}.LookbookClient-module__2KuVOG__sidebarTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-text-primary);margin-bottom:var(--space-xs);font-weight:500}.LookbookClient-module__2KuVOG__tabList{gap:var(--space-md);margin-bottom:var(--space-md);border-bottom:1px solid var(--color-border-light);padding-bottom:2px;display:flex;overflow-x:auto}.LookbookClient-module__2KuVOG__tab{font-size:var(--text-sm);color:var(--color-text-secondary);padding:var(--space-xs) 0;cursor:pointer;text-transform:capitalize;background:0 0;border:none;position:relative}.LookbookClient-module__2KuVOG__tab[aria-selected=true]{color:var(--color-text-primary);font-weight:600}.LookbookClient-module__2KuVOG__tab[aria-selected=true]:after{content:"";background:var(--color-gold);height:2px;position:absolute;bottom:-3px;left:0;right:0}.LookbookClient-module__2KuVOG__empty{text-align:center;padding:var(--space-2xl) 0;color:var(--color-text-light);background:var(--color-bg-secondary);border-radius:var(--radius-xl);border:1px dashed var(--color-border-light)}.LookbookClient-module__2KuVOG__productList{gap:var(--space-md);flex-direction:column;display:flex}.LookbookClient-module__2KuVOG__productCard{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);grid-template-columns:auto 80px 1fr auto;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid}.LookbookClient-module__2KuVOG__productSelected{border-color:var(--color-gold);box-shadow:0 4px 15px #c9a84c14}.LookbookClient-module__2KuVOG__checkboxCol{justify-content:center;align-items:center;display:flex}.LookbookClient-module__2KuVOG__checkbox{border:1px solid var(--color-border-dark);width:18px;height:18px;accent-color:var(--color-gold);cursor:pointer;border-radius:4px}.LookbookClient-module__2KuVOG__productThumb{border-radius:var(--radius-md);background:var(--color-bg-secondary);border:1px solid var(--color-border-light);width:80px;height:80px;overflow:hidden}.LookbookClient-module__2KuVOG__productThumb img{object-fit:cover;width:100%;height:100%}.LookbookClient-module__2KuVOG__productMeta{flex-direction:column;gap:4px;display:flex}.LookbookClient-module__2KuVOG__prodName{font-family:var(--font-heading);font-size:var(--text-md);color:var(--color-text-primary);font-weight:500;text-decoration:none;transition:color .2s}.LookbookClient-module__2KuVOG__prodName:hover{color:var(--color-gold)}.LookbookClient-module__2KuVOG__prodMaterial{font-size:var(--text-xs);color:var(--color-text-secondary)}.LookbookClient-module__2KuVOG__sizeSelectorRow{align-items:center;gap:var(--space-xs);margin-top:4px;display:flex}.LookbookClient-module__2KuVOG__sizeLabel{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:500}.LookbookClient-module__2KuVOG__sizeSelect{font-size:var(--text-xs);border:1px solid var(--color-border-dark);border-radius:var(--radius-sm);background:var(--color-bg);cursor:pointer;outline:none;padding:4px 8px}.LookbookClient-module__2KuVOG__priceCol{text-align:right;flex-direction:column;gap:4px;display:flex}.LookbookClient-module__2KuVOG__prodPrice{font-size:var(--text-sm);color:var(--color-gold);font-weight:600}.LookbookClient-module__2KuVOG__prodPriceOriginal{font-size:var(--text-xs);color:var(--color-text-light);text-decoration:line-through}.LookbookClient-module__2KuVOG__summaryCard{margin-top:var(--space-lg);padding:var(--space-xl)}.LookbookClient-module__2KuVOG__summaryRow{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-sm);justify-content:space-between;display:flex}.LookbookClient-module__2KuVOG__discountRow{color:var(--color-gold);font-weight:500}.LookbookClient-module__2KuVOG__summaryDivider{border:0;border-top:1px solid var(--color-border-light);margin:var(--space-md) 0}.LookbookClient-module__2KuVOG__summaryTotalRow{font-size:var(--text-md);color:var(--color-text-primary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.LookbookClient-module__2KuVOG__finalTotal{color:var(--color-gold);font-size:var(--text-xl);font-family:var(--font-heading)}.LookbookClient-module__2KuVOG__bundleAlert{background:var(--color-bg-secondary);border:1px solid var(--color-gold);color:var(--color-text-primary);border-radius:var(--radius-md);padding:var(--space-sm);font-size:var(--text-xs);text-align:center;margin-top:var(--space-md);font-weight:500}.LookbookClient-module__2KuVOG__actionBtn{margin-top:var(--space-md);width:100%}.LookbookClient-module__2KuVOG__viewCartLink{font-size:var(--text-sm);color:var(--color-text-secondary);text-align:center;margin-top:var(--space-md);font-weight:500;text-decoration:none;transition:color .2s;display:block}.LookbookClient-module__2KuVOG__viewCartLink:hover{color:var(--color-gold)}
