.collection-circles-section{background-color:var(--section-bg-color);padding:var(--section-padding) 0;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);position:relative}.collection-circles-container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.collection-circles-header{text-align:center;margin-bottom:3rem}.collection-circles-heading{font-size:clamp(1.5rem,4vw,var(--heading-size));color:var(--heading-color);margin-bottom:1rem;line-height:1.2}.collection-circles-description{color:var(--text-color);max-width:600px;margin:0 auto}.collection-circles-wrapper{position:relative}.collection-circles-grid{display:grid;grid-template-columns:repeat(auto-fit,var(--circle-size-desktop));gap:var(--circles-gap);justify-content:center;align-items:start;max-width:100%}.collection-circle-item{opacity:0;transform:translate(100px);animation:slideInFromRight .8s ease-out forwards}@keyframes slideInFromRight{to{opacity:1;transform:translate(0)}}.collection-circle-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .3s ease}.collection-circle-link:hover{transform:translateY(-5px)}.collection-circle{width:var(--circle-size-desktop);height:var(--circle-size-desktop);border-radius:50%;border:var(--circle-border-width) solid var(--circle-border-color);overflow:hidden;margin-bottom:1rem;position:relative;background:#fff;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.collection-circle:hover{box-shadow:0 8px 30px #00000026;transform:scale(1.05)}.collection-circle-image{width:100%;height:100%;position:relative}.collection-circle-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-circle:hover .collection-circle-img{transform:scale(1.1)}.collection-circle-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f8f8}.collection-circle-title{font-size:clamp(.875rem,2vw,1rem);font-weight:var(--title-font-weight);color:var(--text-color);text-align:center;line-height:1.3;max-width:var(--circle-size-desktop)}.collection-circles-empty{grid-column:1 / -1;text-align:center;padding:2rem;color:var(--text-color);font-style:italic}@media (max-width: 768px){.collection-circles-wrapper{overflow:hidden;margin:0 -1rem}.collection-circles-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:var(--circles-gap);padding:0 1rem 1.5rem;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;margin-left:1rem}.collection-circles-grid::-webkit-scrollbar{display:none}.collection-circles-wrapper:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:2px;background:#0000001a;opacity:.3;pointer-events:none;border-radius:1px}.collection-circles-grid:after{content:"";flex:0 0 1rem}.collection-circle{width:var(--circle-size-mobile);height:var(--circle-size-mobile)}.collection-circle-title{max-width:var(--circle-size-mobile);font-size:.875rem}.collection-circles-header{margin-bottom:2rem}.collection-circle-item{flex:0 0 var(--circle-size-mobile);scroll-snap-align:start;opacity:0;transform:translate(30px);animation:slideInFromRightMobile .5s ease-out forwards;margin-right:var(--circles-gap)}.collection-circle-item:first-child{margin-left:0}.collection-circle-item:nth-child(1){animation-delay:.1s}.collection-circle-item:nth-child(2){animation-delay:.15s}.collection-circle-item:nth-child(3){animation-delay:.2s}.collection-circle-item:nth-child(4){animation-delay:.25s}.collection-circle-item:nth-child(5){animation-delay:.3s}.collection-circle-item:nth-child(6){animation-delay:.35s}}@keyframes slideInFromRightMobile{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (min-width: 769px) and (max-width: 1024px){.collection-circles-grid{grid-template-columns:repeat(auto-fit,minmax(calc((var(--circle-size-desktop) * .8) + (var(--circles-gap) * .8)),1fr));gap:calc(var(--circles-gap) * .8)}.collection-circle{width:calc(var(--circle-size-desktop) * .8);height:calc(var(--circle-size-desktop) * .8)}}@media (min-width: 1200px){.collection-circles-grid{grid-template-columns:repeat(auto-fit,var(--circle-size-desktop));max-width:1200px;margin:0 auto;gap:calc(var(--circles-gap) * .8)}}.lookbook-section{background:var(--lookbook-bg-color, #f8f8f8);color:var(--lookbook-text-color, #333333);padding:var(--lookbook-padding, 60px) 0;font-family:var(--lookbook-body-font-family, inherit);width:100vw;margin-left:calc(-50vw + 50%);min-height:100vh;display:flex;align-items:center;overflow-x:hidden;position:relative}.lookbook__container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.lookbook__layout{display:grid;grid-template-columns:1.2fr 280px;gap:80px;align-items:flex-start;min-height:700px}@media screen and (min-width: 1025px){.lookbook__layout{grid-template-columns:1.1fr 400px;gap:100px}}.lookbook__content-section{display:flex;flex-direction:column;gap:12px;height:100%;justify-content:flex-start;max-width:100%;align-items:center;margin-left:0;width:100%;align-self:center;padding-top:0;position:relative;z-index:1}.lookbook__image-section{position:relative;width:100%;z-index:1}.lookbook__image-wrapper{position:relative;border:var(--lookbook-image-border-width, 2px) solid var(--lookbook-image-border-color, #e5e5e5);border-radius:var(--lookbook-image-border-radius, 12px);overflow:hidden;background-color:#fff;box-shadow:var(--lookbook-image-shadow, 0 8px 32px rgba(0, 0, 0, .1));transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.lookbook__lifestyle-image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/3;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}.lookbook__placeholder{aspect-ratio:4/3;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center;border-radius:var(--lookbook-border-radius, 12px)}.lookbook__placeholder-content{text-align:center;color:#999}.lookbook__hotspots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.lookbook__hotspot{position:absolute;width:var(--lookbook-hotspot-size, 24px);height:var(--lookbook-hotspot-size, 24px);background-color:#fff;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:all .3s ease;transform:translate(-50%,-50%);z-index:10;-webkit-user-select:none;user-select:none;animation:hotspot-pulse 2s infinite}@keyframes hotspot-pulse{0%{box-shadow:0 0 #ffffffb3;transform:translate(-50%,-50%) scale(1)}50%{box-shadow:0 0 0 8px #ffffff4d;transform:translate(-50%,-50%) scale(1.1)}to{box-shadow:0 0 #fff0;transform:translate(-50%,-50%) scale(1)}}.lookbook__hotspot[data-draggable=true]{cursor:grab}.lookbook__hotspot[data-draggable=true]:active{cursor:grabbing}.lookbook__hotspot:hover{transform:translate(-50%,-50%) scale(1.2);animation-play-state:paused;box-shadow:0 0 0 12px #fff6}.lookbook__hotspot:focus{outline:2px solid var(--lookbook-accent-color, #333333);outline-offset:2px}.lookbook__hotspot-label{position:absolute;background-color:#000c;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-50%,-100%);transition:all .3s ease;z-index:20;pointer-events:none;max-width:200px;overflow:hidden;text-overflow:ellipsis}.lookbook__hotspot-label:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000c}.lookbook__hotspot:hover+.lookbook__hotspot-label,.lookbook__hotspot-label:hover{opacity:1;visibility:visible}.lookbook__hotspot-content{text-align:center}.lookbook__hotspot-title{font-weight:600;margin:0 0 4px;font-size:14px}.lookbook__hotspot-variant{margin:0 0 4px;font-size:12px;opacity:.8}.lookbook__hotspot-price{margin:0;font-weight:600;font-size:14px}.lookbook__header{text-align:var(--lookbook-header-alignment, center);margin-bottom:20px;width:100%;align-self:center;margin-top:0;flex-shrink:0}.lookbook__title{font-family:var(--lookbook-title-font-family, inherit);font-size:var(--lookbook-title-font-size, 32px);font-weight:var(--lookbook-title-font-weight, 700);margin:0 0 8px;color:var(--lookbook-text-color, #333333);line-height:1.2;text-align:var(--lookbook-title-alignment, left);word-wrap:break-word;overflow-wrap:break-word}.lookbook__subtitle{font-size:var(--lookbook-subtitle-font-size, 16px);margin:0 0 8px;color:var(--lookbook-muted-color, rgba(0,0,0,.7));opacity:.8;line-height:1.6;text-align:var(--lookbook-subtitle-alignment, left);word-wrap:break-word;overflow-wrap:break-word}.lookbook__product-card{position:relative;background-color:transparent;border:none;border-radius:var(--lookbook-card-border-radius, 12px);box-shadow:none;overflow:hidden;min-height:400px;max-width:240px;touch-action:manipulation;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;align-self:center;width:100%;margin-top:0;text-align:center;display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.lookbook__product-card:hover{transform:translateY(-4px)}.lookbook__product-card:focus-within{outline:none}@media screen and (min-width: 1025px){.lookbook__product-card{max-width:380px;min-height:480px}}.lookbook__product-card:active{cursor:grabbing}.lookbook__product-card[data-carousel]{touch-action:pan-x;position:relative;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.lookbook__product-item{display:none;opacity:0;transition:opacity .4s ease,transform .3s ease;width:100%;transform:translateY(10px);height:100%;flex-direction:column;justify-content:flex-start}.lookbook__product-item[data-active=true]{display:flex!important;opacity:1;transform:translateY(0)}.lookbook__product-image-wrapper{position:relative;background-color:#f8f8f8;border:var(--lookbook-card-border-width, 2px) solid var(--lookbook-card-border-color, #e5e5e5);border-radius:var(--lookbook-card-border-radius, 12px);width:100%;height:0;padding-bottom:75%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:1;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.lookbook__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:0;transition:transform .3s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}.lookbook__product-image:hover{transform:scale(1.05)}.lookbook__product-image.loading{opacity:.7;filter:blur(1px)}.lookbook__product-image,.lookbook__lifestyle-image{-webkit-image-smoothing:auto;-moz-image-smoothing:auto;image-smoothing:auto;image-rendering:auto}.lookbook__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.lookbook__wishlist-btn{position:absolute;bottom:8px;right:8px;width:28px;height:28px;background-color:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000001a}.lookbook__wishlist-btn:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.lookbook__wishlist-btn:focus{outline:2px solid var(--lookbook-accent-color, #333333);outline-offset:2px}.lookbook__wishlist-icon{width:14px;height:14px;color:#666;transition:color .3s ease}.lookbook__wishlist-btn:hover .lookbook__wishlist-icon{color:#ff4757}.lookbook__product-info{padding:6px 10px;text-align:center;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-end;min-height:45px;gap:8px}.lookbook__product-title{font-size:11px;font-weight:var(--lookbook-body-font-weight, 600);margin:0;line-height:1.1;color:var(--lookbook-product-title-color, var(--lookbook-text-color, #333333));text-align:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.lookbook__product-variant{font-size:9px;color:var(--lookbook-muted-color, #666666);margin:0;line-height:1.1;text-align:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.lookbook__product-price{font-size:13px;font-weight:700;margin:0;color:var(--lookbook-product-price-color, var(--lookbook-accent-color, #333333));line-height:1.1;text-align:center;flex-shrink:0}.lookbook__variant-btn,.lookbook__view-product-btn{width:100%;padding:6px 12px;background-color:var(--lookbook-variant-btn-bg, var(--lookbook-accent-color, #333333));color:var(--lookbook-variant-btn-text, #ffffff);border:1px solid transparent;border-radius:var(--lookbook-card-border-radius, 6px);font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;line-height:1.1;flex-shrink:0;margin-top:auto}.lookbook__variant-btn:hover,.lookbook__view-product-btn:hover{background-color:var(--lookbook-variant-btn-bg, var(--lookbook-accent-color, #333333));transform:translateY(-2px);box-shadow:0 4px 12px #0003}.lookbook__variant-btn:focus,.lookbook__view-product-btn:focus{outline:2px solid var(--lookbook-accent-color, #333333);outline-offset:2px}.lookbook__variant-icon{width:16px;height:16px;transition:transform .3s ease}.lookbook__variant-btn:hover .lookbook__variant-icon{transform:translateY(2px)}.lookbook__variant-selector{position:relative;width:100%;flex-shrink:0;margin-top:auto}.lookbook__variant-dropdown{position:absolute;bottom:100%;left:0;right:0;background-color:#fff;border:1px solid var(--lookbook-border-color, #e5e5e5);border-radius:var(--lookbook-card-border-radius, 6px);box-shadow:0 4px 12px #00000026;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;max-height:200px;overflow-y:auto;margin-bottom:4px}.lookbook__variant-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.lookbook__variant-options{padding:8px 0}.lookbook__variant-option{width:100%;padding:10px 14px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;flex-direction:column;align-items:flex-start;gap:3px;border-bottom:1px solid #f0f0f0}.lookbook__variant-option:last-child{border-bottom:none}.lookbook__variant-option:hover:not(:disabled){background-color:#f8f8f8}.lookbook__variant-option:focus:not(:disabled){background-color:#f0f0f0;outline:2px solid var(--lookbook-accent-color, #333333);outline-offset:-2px}.lookbook__variant-option:disabled{opacity:.5;cursor:not-allowed}.lookbook__variant-option.selected{background-color:var(--lookbook-accent-color, #333333);color:#fff}.lookbook__variant-option-title{font-size:13px;font-weight:500;color:#333;line-height:1.2}.lookbook__variant-option.selected .lookbook__variant-option-title{color:#fff}.lookbook__variant-option-price{font-size:13px;font-weight:600;color:var(--lookbook-accent-color, #333333);line-height:1.2}.lookbook__variant-option.selected .lookbook__variant-option-price{color:#fff}.lookbook__variant-option-sold-out{font-size:11px;color:#ff6b35;font-weight:500;line-height:1.2}.lookbook__variant-option.selected .lookbook__variant-option-sold-out{color:#fcc}@media screen and (max-width: 768px){.lookbook__variant-dropdown{max-height:150px}.lookbook__variant-option{padding:8px 10px}.lookbook__variant-option-title,.lookbook__variant-option-price{font-size:10px}}.lookbook__navigation{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:20px;align-self:center;width:100%;flex-shrink:0}.lookbook__nav-btn{width:44px;height:44px;background-color:#fff;border:2px solid var(--lookbook-border-color, #e5e5e5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.lookbook__nav-btn:hover{background-color:var(--lookbook-accent-color, #333333);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.lookbook__nav-btn:focus{outline:2px solid var(--lookbook-accent-color, #333333);outline-offset:2px}.lookbook__nav-btn svg{width:20px;height:20px}.lookbook__progress-bar{flex:1;max-width:200px;height:4px;background-color:#0000001a;border-radius:2px;overflow:hidden;position:relative;margin:0 12px}.lookbook__progress-fill{height:100%;background-color:var(--lookbook-accent-color, #333333);border-radius:2px;transition:width .4s ease;width:0%;position:relative;overflow:hidden}.lookbook__progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progress-shine 2s infinite}@keyframes progress-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cart-update-trigger{animation:cart-update-pulse .2s ease-in-out}@keyframes cart-update-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media screen and (max-width: 1200px){.lookbook__layout{grid-template-columns:1fr 260px;gap:60px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.lookbook__layout{grid-template-columns:1.1fr 380px;gap:70px}}@media screen and (max-width: 1024px){.lookbook__layout{grid-template-columns:1fr;gap:60px;min-height:auto}.lookbook__content-section{max-width:100%}.lookbook__container{padding:0 30px}.lookbook__product-card{max-width:380px;margin:0 auto;touch-action:pan-x;align-self:center;min-height:400px;width:100%}}@media screen and (max-width: 768px){.lookbook-section{padding:40px 0;min-height:auto;width:100vw;margin-left:calc(-50vw + 50%);overflow-x:hidden}.lookbook__container{padding:0 20px;max-width:100%;overflow-x:hidden}.lookbook__layout{gap:30px;grid-template-columns:1fr;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;min-height:auto}.lookbook__image-section{order:1}.lookbook__content-section{order:2;max-width:100%;overflow-x:hidden;gap:16px;align-items:center}.lookbook__header{max-width:100%;overflow-x:hidden;text-align:center;margin-bottom:20px;align-self:center}.lookbook__title{font-size:28px;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.lookbook__subtitle{max-width:100%;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.lookbook__product-card{max-width:100%;overflow-x:hidden;margin:0 auto;order:3;align-self:center;text-align:center;min-height:320px}.lookbook__product-info{padding:4px 8px;gap:6px;min-height:40px}.lookbook__variant-btn,.lookbook__view-product-btn{margin-top:8px}.lookbook__product-image-wrapper{padding-bottom:75%}.lookbook__product-item{justify-content:flex-start;height:auto}.lookbook__hotspot{width:20px;height:20px}.lookbook__navigation{gap:20px;max-width:100%;justify-content:center;margin-top:20px;width:100%}.lookbook__nav-btn{width:40px;height:40px}.lookbook__progress-bar{max-width:150px}.lookbook__hotspot-label{max-width:150px;font-size:12px;padding:8px 12px}}@media screen and (max-width: 480px){.lookbook-section{padding:30px 0}.lookbook__container{padding:0 15px}.lookbook__layout{gap:30px}.lookbook__content-section{gap:10px}.lookbook__title{font-size:24px}.lookbook__subtitle{font-size:14px}.lookbook__product-card{max-width:340px;min-height:320px;width:100%}.lookbook__product-info{padding:3px 6px;gap:4px;min-height:35px}.lookbook__variant-btn,.lookbook__view-product-btn{margin-top:6px}.lookbook__product-image-wrapper{padding-bottom:75%}.lookbook__product-item{justify-content:flex-start;height:auto}.lookbook__navigation{gap:15px}.lookbook__nav-btn{width:36px;height:36px}.lookbook__progress-bar{max-width:120px}}.wishlist-page{padding:var(--padding-2xl) var(--padding-md);min-height:60vh}.wishlist-container{max-width:1200px;margin:0 auto}.wishlist-header{text-align:center;margin-bottom:var(--margin-2xl)}.wishlist-heading{font-size:var(--font-size--3xl);font-weight:600;margin-bottom:var(--margin-xs);color:var(--color-foreground)}.wishlist-subheading{font-size:var(--font-size--md);color:var(--color-foreground);opacity:.7}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--padding-3xl) var(--padding-md);text-align:center}.wishlist-empty-icon{width:80px;height:80px;stroke:var(--color-foreground);opacity:.3;margin-bottom:var(--margin-lg)}.wishlist-empty h2{font-size:var(--font-size--xl);margin-bottom:var(--margin-sm);color:var(--color-foreground)}.wishlist-empty p{font-size:var(--font-size--md);color:var(--color-foreground);opacity:.7;margin-bottom:var(--margin-lg)}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap-xl);padding:var(--padding-md) 0}@media screen and (max-width: 749px){.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--gap-md)}}.wishlist-item{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-background);transition:transform .2s ease,box-shadow .2s ease}.wishlist-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.wishlist-item__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:var(--color-background)}.wishlist-item__image-wrapper a{position:absolute;top:0;left:0;width:100%;height:100%}.wishlist-item__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-item:hover .wishlist-item__image{transform:scale(1.05)}.wishlist-item__remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:2}.wishlist-item__remove:hover{background:#fff;transform:scale(1.1)}.wishlist-item__remove svg{width:16px;height:16px;stroke:#000}.wishlist-item__details{padding:var(--padding-md);display:flex;flex-direction:column;gap:var(--gap-sm);flex-grow:1}.wishlist-item__title{font-size:var(--font-size--md);font-weight:500;color:var(--color-foreground);text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item__title:hover{text-decoration:underline}.wishlist-item__price{font-size:var(--font-size--md);font-weight:600;color:var(--color-foreground);margin:0}.wishlist-item__button{margin-top:auto;width:100%;text-align:center;padding:var(--padding-xs) var(--padding-sm);font-size:var(--font-size--sm)}.wishlist-section .button{display:inline-block;padding:var(--padding-sm) var(--padding-lg);text-decoration:none;border-radius:4px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.wishlist-section .button--primary{background:var(--color-foreground);color:var(--color-background)}.wishlist-section .button--primary:hover{opacity:.9}.wishlist-section .button--secondary{background:transparent;color:var(--color-foreground);border:1px solid var(--color-foreground)}.wishlist-section .button--secondary:hover{background:var(--color-foreground);color:var(--color-background)}.buy-more-save-more-block{width:100%}.bundle-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;width:100%}.bundle-option{display:flex;align-items:flex-start;cursor:pointer;transition:all .2s ease;position:relative;width:100%;-webkit-user-select:none;user-select:none}.bundle-option:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.bundle-radio{width:20px;height:20px;margin:0 12px 0 0;cursor:pointer;accent-color:#000;flex-shrink:0}.bundle-option-content{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.bundle-main-info{flex:1;display:flex;flex-direction:column;gap:8px}.bundle-quantity-price{color:#000;margin:0;line-height:1.2}.bundle-total{color:#666;margin:0;line-height:1.2}.bundle-save-badge{padding:4px 8px;border-radius:4px;flex-shrink:0;text-transform:uppercase;font-size:.75em}.bundle-option:has(.bundle-radio:checked){border-color:#000!important;box-shadow:0 2px 8px #0000001a}@media screen and (max-width: 749px){.bundle-options{grid-template-columns:1fr!important;gap:12px!important}.bundle-option{padding:12px!important;min-height:60px!important}.bundle-save-badge{font-size:.7em!important;padding:3px 6px!important}}:root{--font-size-xs: 12px;--font-size-small: 14px;--font-size-medium: 16px;--font-size-large: 20px;--font-size-xl: 22px;--font-size-xlarge: 24px;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}@media screen and (min-width: 750px){:root{--font-size-xs: 14px;--font-size-small: 16px;--font-size-medium: 18px;--font-size-large: 24px;--font-size-xl: 26px;--font-size-xlarge: 32px}}@media screen and (max-width: 749px){:root{--font-size-xs: 10px;--font-size-small: 12px;--font-size-medium: 14px;--font-size-large: 16px;--font-size-xl: 18px;--font-size-xlarge: 18px}}.fbt-heading--small{font-size:var(--font-size-small)!important}.fbt-heading--medium{font-size:var(--font-size-medium)!important}.fbt-heading--large{font-size:var(--font-size-large)!important}.fbt-heading--xl{font-size:var(--font-size-xl)!important}.fbt-heading--xlarge{font-size:var(--font-size-xlarge)!important}.fbt-heading--light{font-weight:var(--font-weight-light)!important}.fbt-heading--regular{font-weight:var(--font-weight-regular)!important}.fbt-heading--medium{font-weight:var(--font-weight-medium)!important}.fbt-heading--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-heading--bold{font-weight:var(--font-weight-bold)!important}.fbt-subtitle--xs{font-size:var(--font-size-xs)!important}.fbt-subtitle--small{font-size:var(--font-size-small)!important}.fbt-subtitle--medium{font-size:var(--font-size-medium)!important}.fbt-subtitle--large{font-size:var(--font-size-large)!important}.fbt-subtitle--light{font-weight:var(--font-weight-light)!important}.fbt-subtitle--regular{font-weight:var(--font-weight-regular)!important}.fbt-subtitle--medium{font-weight:var(--font-weight-medium)!important}.fbt-subtitle--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-product-title--small{font-size:var(--font-size-small)!important}.fbt-product-title--medium{font-size:var(--font-size-medium)!important}.fbt-product-title--large{font-size:var(--font-size-large)!important}.fbt-product-title--light{font-weight:var(--font-weight-light)!important}.fbt-product-title--regular{font-weight:var(--font-weight-regular)!important}.fbt-product-title--medium{font-weight:var(--font-weight-medium)!important}.fbt-product-title--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-product-title--bold{font-weight:var(--font-weight-bold)!important}.fbt-variant-dropdown--small{font-size:var(--font-size-small)!important}.fbt-variant-dropdown--medium{font-size:var(--font-size-medium)!important}.fbt-variant-dropdown--large{font-size:var(--font-size-large)!important}.fbt-variant-dropdown--light{font-weight:var(--font-weight-light)!important}.fbt-variant-dropdown--regular{font-weight:var(--font-weight-regular)!important}.fbt-variant-dropdown--medium{font-weight:var(--font-weight-medium)!important}.fbt-variant-dropdown--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-checkbox-label--small{font-size:var(--font-size-small)!important}.fbt-checkbox-label--medium{font-size:var(--font-size-medium)!important}.fbt-checkbox-label--large{font-size:var(--font-size-large)!important}.fbt-checkbox-label--light{font-weight:var(--font-weight-light)!important}.fbt-checkbox-label--regular{font-weight:var(--font-weight-regular)!important}.fbt-checkbox-label--medium{font-weight:var(--font-weight-medium)!important}.fbt-checkbox-label--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-total--small{font-size:var(--font-size-small)!important}.fbt-total--medium{font-size:var(--font-size-medium)!important}.fbt-total--large{font-size:var(--font-size-large)!important}.fbt-total--regular{font-weight:var(--font-weight-regular)!important}.fbt-total--medium{font-weight:var(--font-weight-medium)!important}.fbt-total--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-total--bold{font-weight:var(--font-weight-bold)!important}.fbt-add-to-cart-btn--small{font-size:var(--font-size-small)!important}.fbt-add-to-cart-btn--medium{font-size:var(--font-size-medium)!important}.fbt-add-to-cart-btn--large{font-size:var(--font-size-large)!important}.fbt-add-to-cart-btn--regular{font-weight:var(--font-weight-regular)!important}.fbt-add-to-cart-btn--medium{font-weight:var(--font-weight-medium)!important}.fbt-add-to-cart-btn--semibold{font-weight:var(--font-weight-semibold)!important}.fbt-add-to-cart-btn--bold{font-weight:var(--font-weight-bold)!important}.frequently-bought-together-block{width:100%;margin:20px 0}.fbt-header{margin-bottom:20px}.fbt-heading{color:#111827;margin:0 0 8px;text-align:center}.fbt-subtitle{color:#6b7280;margin:0 0 20px;text-align:center}.fbt-products{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.fbt-product-item{display:flex;align-items:flex-start;gap:16px;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.fbt-product-image{flex-shrink:0}.fbt-product-details{flex:1;min-width:0}.fbt-product-title{color:#111827;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fbt-variant-selector{margin-bottom:12px}.fbt-variant-dropdown{color:#111827;background-color:transparent!important;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;width:100%;cursor:pointer;transition:border-color .2s ease}.fbt-variant-dropdown:focus{outline:none;border-color:#111827}.fbt-product-checkbox{display:flex;align-items:center}.fbt-checkbox-label{color:#111827;cursor:pointer;display:flex;align-items:center;gap:8px;margin:0}.fbt-checkbox{width:16px;height:16px;accent-color:#111827;cursor:pointer}.fbt-checkbox:disabled{cursor:not-allowed;opacity:.6}.fbt-summary{display:flex;flex-direction:column;align-items:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.fbt-total{color:#111827;margin-bottom:12px;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;width:100%!important}.fbt-add-to-cart-btn{color:#fff;border:1px solid #111827;border-radius:8px;padding:12px 24px;cursor:pointer;transition:all .2s ease;width:100%;max-width:300px}.fbt-add-to-cart-btn:hover{background-color:#374151;border-color:#374151}.frequently-bought-together-block{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 750px){.frequently-bought-together-block{width:100%;max-width:100%}}@media screen and (max-width: 749px){.frequently-bought-together-block{width:100%;margin-left:0;margin-right:0}.fbt-product-item{flex-direction:row;gap:12px;padding:12px}.fbt-product-image{flex-shrink:0}.fbt-product-details{flex:1;min-width:0}.fbt-checkbox-label{justify-content:center}}.product-gallery-block{width:100%;isolation:isolate}.gallery-container{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.gallery-container::-webkit-scrollbar{display:none}.product-gallery-block .products-grid{display:grid;grid-template-columns:repeat(var(--max-products),1fr);gap:var(--gallery-gap);width:100%;min-width:max-content}.product-gallery-block .product-card{border:var(--card-border-width) solid var(--card-border-color);border-radius:var(--card-border-radius);padding:8px;background:var(--card-background);transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-width:0;max-width:160px;grid-column:unset!important;grid-row:unset!important;position:relative}.product-gallery-block .product-image-container{position:relative;overflow:hidden;border-radius:var(--image-border-radius);border:var(--image-border-width) solid var(--image-border-color);aspect-ratio:1/1;margin-bottom:6px;width:100%}.product-gallery-block .product-image{width:100%;height:100%;object-fit:var(--image-fit);object-position:center;transition:transform .3s ease}.product-gallery-block .product-image-placeholder{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:10px}.product-gallery-block .product-badge{position:absolute;top:4px;right:4px;background:var(--sale-badge-color);color:var(--sale-badge-text-color);padding:2px 4px;border-radius:var(--badge-radius);font-size:8px;font-weight:600;z-index:1}.product-gallery-block .product-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:0}.product-gallery-block .product-title{font-size:11px;font-weight:var(--title-weight);color:var(--title-color);margin:0 0 4px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-gallery-block .product-title a{color:inherit;text-decoration:none}.product-gallery-block .product-price{font-size:12px;font-weight:600;color:var(--price-color);margin:0}.product-gallery-block .price-sale{color:var(--sale-badge-color)}.product-gallery-block .price-compare{text-decoration:line-through;color:#9ca3af;margin-left:4px;font-size:10px}.product-gallery-block .product-variants{margin-top:2px}.product-gallery-block .variant-options{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.product-gallery-block .variant-label{font-size:8px;color:#666;margin-right:4px}.product-gallery-block .variant-value{font-size:8px;color:#333;margin-right:2px}.product-gallery-block .product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.product-gallery-block .product-card:hover .product-image{transform:scale(1.05)}.product-gallery-block .product-title a:hover{text-decoration:underline}@media screen and (max-width: 1024px){.product-gallery-block .products-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.product-gallery-block .gallery-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.product-gallery-block .products-grid{grid-template-columns:repeat(var(--max-products),1fr);gap:var(--gallery-gap)}.product-gallery-block .product-card{scroll-snap-align:start;min-width:calc(35vw - var(--mobile-gap) - 12px);max-width:calc(35vw - var(--mobile-gap) - 12px);padding:4px}.product-gallery-block .gallery-title{font-size:calc(var(--heading-size) * .8)!important}.product-gallery-block .gallery-subtitle{font-size:calc(var(--subheading-size) * .9)!important}.product-gallery-block .product-title{font-size:9px!important;margin:0 0 2px!important}.product-gallery-block .product-price{font-size:10px!important}.product-gallery-block .product-image-container{margin-bottom:4px!important}}@media screen and (max-width: 480px){.product-gallery-block .products-grid{grid-template-columns:repeat(var(--max-products),1fr);gap:calc(var(--mobile-gap) * .6)}.product-gallery-block .product-card{padding:3px!important;min-width:calc(38vw - var(--mobile-gap) - 6px);max-width:calc(38vw - var(--mobile-gap) - 6px)}.product-gallery-block .gallery-title{font-size:calc(var(--heading-size) * .7)!important}.product-gallery-block .gallery-subtitle{font-size:calc(var(--subheading-size) * .8)!important}.product-gallery-block .product-title{font-size:8px!important;margin:0 0 1px!important}.product-gallery-block .product-price{font-size:9px!important}.product-gallery-block .product-image-container{margin-bottom:3px!important}.product-gallery-block .product-badge{top:2px!important;right:2px!important;padding:1px 3px!important;font-size:6px!important}}@media screen and (max-width: 360px){.product-gallery-block .products-grid{grid-template-columns:repeat(var(--max-products),1fr);gap:calc(var(--mobile-gap) * .4)}.product-gallery-block .product-card{min-width:calc(80vw - var(--mobile-gap) - 6px);max-width:calc(80vw - var(--mobile-gap) - 6px)}}.product-gallery-block .product-card *{box-sizing:border-box}.product-gallery-block .products-grid{display:grid!important;grid-template-columns:repeat(var(--max-products),1fr)!important}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
