.shop{--shop-gutter:16px;--shop-rail:0px;--shop-tab:64px;min-height:100vh;max-width:100%;overflow-x:clip;overflow-y:visible;background:var(--wg-color-canvas);color:var(--wg-color-text)}.shop-rail{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:35;width:100%;height:calc(var(--shop-tab) + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:row;align-items:center;padding:0 8px env(safe-area-inset-bottom,0);background:var(--wg-color-white);border-radius:18px 18px 0 0;box-shadow:0 -6px 24px rgba(0,0,0,.08)}.shop-rail__logo{display:none;width:36px;height:36px;overflow:hidden;border-radius:50%;flex-shrink:0}.shop-rail__logo img{width:100%;height:100%;object-fit:cover}.shop-rail__links{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:0;width:100%;height:var(--shop-tab);margin:0}.shop-rail__item{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:var(--wg-color-text-subtle);text-decoration:none;flex:0 0 auto}.shop-rail__item img{width:22px;height:22px;object-fit:contain}.shop-rail__item:not(.is-active) img{opacity:.42}.shop-rail__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.shop-main{min-width:0;width:100%;max-width:100%;margin-left:0;overflow-x:clip;overflow-y:visible}.shop-store.shop-home,.shop:has(.shop-store) .shop-main{overflow:visible}.shop-home{max-width:100%;overflow-x:clip;overflow-y:visible;padding-bottom:calc(var(--shop-tab) + 96px)}.shop-mobile-brand{display:block;padding:14px var(--shop-gutter) 4px;text-align:center;text-decoration:none;font-family:var(--wg-font-display);font-size:1.35rem;letter-spacing:.02em}.shop-hero-block{position:relative;padding-bottom:36px}.shop-hero{position:relative;height:180px;overflow:hidden;background:var(--wg-color-canvas);contain:layout paint style;content-visibility:visible}.shop-hero__card{--hero-rotate:0deg;--hero-ratio:1;position:absolute;display:flex;align-items:stretch;aspect-ratio:var(--hero-ratio);height:auto;max-width:48vw;padding:8px;overflow:hidden;background:var(--wg-color-white);border-radius:var(--wg-radius-xl);box-shadow:var(--wg-shadow-float);transform:rotate(var(--hero-rotate)) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;animation:shop-float 5.5s ease-in-out infinite alternate}.shop-hero.is-offscreen .shop-hero__card{animation-play-state:paused}.shop-hero__card img{display:block;width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:calc(var(--wg-radius-xl) - 8px)}.shop-hero__card:nth-child(n+6){display:none}.shop-search-inline{position:absolute;left:0;right:0;bottom:8px;z-index:2;padding:0 var(--shop-gutter);overflow:visible;pointer-events:none}.shop-search-inline.is-visible{pointer-events:auto}.shop-search-inline .shop-search-trigger{opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(0);transition:opacity .28s ease,visibility .28s ease}.shop-search-inline.is-visible .shop-search-trigger{opacity:1;visibility:visible;pointer-events:auto}.shop-search-dock .wg-search,.shop-search-inline .wg-search{width:min(100%,36rem);margin:0 auto}.shop-search-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.shop-search-trigger__text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.shop-search-trigger__text.is-placeholder{color:var(--wg-color-text-placeholder)}.shop-search-dock{position:fixed;z-index:40;left:50%;bottom:calc(var(--shop-tab) + 12px + env(safe-area-inset-bottom, 0px));transform:translateX(-50%);width:min(calc(100% - 32px),36rem);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.shop-search-dock.is-visible{opacity:1;visibility:visible;pointer-events:auto}.shop-search-dock .wg-search{padding-right:12px}.shop-search__arrow{width:7px;height:7px;border-right:2px solid var(--wg-color-white);border-top:2px solid var(--wg-color-white);transform:rotate(45deg);margin-left:-1px}.shop-search-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center}.shop-search-overlay__backdrop{position:absolute;inset:0;border:0;background:rgba(20,20,20,.18);animation:shop-search-fade .22s ease}.shop-search-overlay__sheet{position:relative;z-index:1;display:flex;flex-direction:column;width:min(calc(100% - 16px),36rem);max-height:min(78vh,640px);margin:0 8px calc(var(--shop-tab) + 10px + env(safe-area-inset-bottom, 0px));padding:18px 16px 14px;overflow:hidden;background:rgba(255,255,255,.92);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:32px;box-shadow:0 18px 60px rgba(0,0,0,.16);animation:shop-search-sheet .28s ease}.shop-search-overlay__body{display:flex;flex-direction:column;min-height:0;overflow:auto;padding-bottom:8px}.shop-search-overlay__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.shop-search-overlay__label{margin:0;font-size:13px;font-weight:500;color:var(--wg-color-text-subtle)}.shop-search-overlay__history{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--wg-color-line-search);border-radius:50%;background:var(--wg-color-white);color:var(--wg-color-icon-muted);box-shadow:0 6px 16px rgba(0,0,0,.08);cursor:pointer}.shop-search-overlay__history svg{width:18px;height:18px}.shop-search-overlay__history.is-active{background:var(--wg-color-surface-muted);color:var(--wg-color-text)}.shop-search-overlay__disclaimer{margin:16px 2px 8px;font-size:12px;line-height:1.45;color:var(--wg-color-text-placeholder)}.shop-search-composer{display:flex;align-items:center;width:100%;min-height:52px;padding:4px 8px 4px 16px;margin-top:4px}.shop-search-composer .wg-search__submit{margin-right:4px}.shop-suggest__pills{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:4px 0 8px}.shop-suggest__pill{max-width:100%;padding:10px 16px;border:0;border-radius:var(--wg-radius-pill);background:var(--wg-color-surface-muted);color:var(--wg-color-text);font-size:14px;line-height:1.35;text-align:left;cursor:pointer}.shop-suggest__row{display:flex;align-items:center;width:100%;min-height:52px;padding:8px 4px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.shop-suggest__avatar,.shop-suggest__history-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;margin-right:14px;border-radius:50%;background:var(--wg-color-surface-muted);color:var(--wg-color-text-secondary);font-size:13px;font-weight:600;text-transform:uppercase}.shop-suggest__history-mark svg{width:16px;height:16px}.shop-suggest__name,.shop-suggest__text{flex:1 1;min-width:0;font-size:16px;color:var(--wg-color-text)}.shop-suggest__text b{font-weight:700}.shop-suggest__verified{flex:0 0 auto;width:16px;height:16px;margin-left:6px}.shop-suggest__verified,.shop-verified{display:inline-block;object-fit:contain}.shop-verified{flex-shrink:0;width:14px;height:14px;vertical-align:middle}.shop-suggest__empty{margin:8px 4px 16px;font-size:14px;color:var(--wg-color-text-secondary)}.shop-suggest__magnify{position:relative;flex:0 0 18px;width:18px;height:18px;margin-right:14px}.shop-suggest__magnify span,.shop-suggest__magnify:after{display:block}.shop-suggest__magnify span{width:13px;height:13px;border:1.6px solid var(--wg-color-icon-muted);border-radius:50%}.shop-suggest__magnify:after{content:"";position:absolute;right:0;bottom:1px;width:6px;height:1.6px;background:var(--wg-color-icon-muted);transform:rotate(45deg);transform-origin:left center}@keyframes shop-search-fade{0%{opacity:0}to{opacity:1}}@keyframes shop-search-sheet{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.shop-chips{padding:8px var(--shop-gutter) 8px}.shop-chips__row,.shop-recent{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;padding:0 0 8px;max-width:100%;min-width:0;scrollbar-width:none}.shop-chips__row{justify-content:flex-start}.shop-boards::-webkit-scrollbar,.shop-chips__row::-webkit-scrollbar,.shop-recent::-webkit-scrollbar{display:none}.shop-section{margin-top:18px;padding:0 var(--shop-gutter)}.shop-section--recent-slot{margin-top:0;min-height:0}.shop-home.has-recently-viewed .shop-section--recent-slot{margin-top:18px;min-height:161px}.shop-section__title{display:inline-flex;align-items:center;gap:6px;margin:0 0 12px;font-size:17px;font-weight:600;text-decoration:none;color:var(--wg-color-text)}.shop-chevron{width:7px;height:7px;border-right:1.6px solid var(--wg-color-chevron);border-top:1.6px solid var(--wg-color-chevron);transform:rotate(45deg);flex-shrink:0}.shop-boards,.shop-chips,.shop-section{max-width:100%;min-width:0}.shop-recent__card{position:relative;flex:0 0 120px;width:120px;height:120px;overflow:hidden;border-radius:12px;background:var(--wg-color-surface);box-shadow:var(--wg-shadow-recent)}.shop-recent__card>a{display:block;width:100%;height:100%}.shop-recent__card img{width:100%;height:100%;object-fit:cover}.shop-recent__price{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:12px;background:var(--wg-color-price-pill);color:var(--wg-color-white);font-size:11px}.shop-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--wg-color-text);cursor:pointer}.shop-wishlist-btn img,.shop-wishlist-btn svg{width:18px;height:16px;object-fit:contain}.shop-wishlist-btn.is-active{color:var(--wg-color-text)}.shop-product-card__heart,.shop-recent__heart{position:absolute;top:8px;right:8px;z-index:2;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 1px 4px rgba(0,0,0,.12)}.shop-product-card__heart img,.shop-product-card__heart svg,.shop-recent__heart img,.shop-recent__heart svg{width:14px;height:14px}.shop-boards{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--shop-gutter);scrollbar-width:none;padding:20px 0 12px;max-width:100%;min-width:0}.shop-board{flex:0 0 calc(100% - var(--shop-gutter) - 36px);min-width:0;max-width:360px;scroll-snap-align:start}.shop-board:first-child{margin-left:var(--shop-gutter)}.shop-board:last-child{margin-right:var(--shop-gutter)}.shop-board__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px}.shop-board__tile{position:relative;aspect-ratio:1;overflow:hidden;background:var(--wg-color-surface-muted);color:var(--wg-color-white);text-decoration:none}.shop-board__tile:first-child{border-top-left-radius:10px}.shop-board__tile:nth-child(2){border-top-right-radius:10px}.shop-board__tile:nth-child(3){border-bottom-left-radius:10px}.shop-board__tile:nth-child(4){border-bottom-right-radius:10px}.shop-board__tile img{width:100%;height:100%;object-fit:cover}.shop-board__tile span{position:absolute;left:10px;bottom:10px;font-size:13px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.45)}.shop-page{padding:20px var(--shop-gutter) 0}.shop-store-list{display:grid;grid-gap:12px;gap:12px}.shop-store-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border:1px solid var(--wg-color-line);border-radius:12px;text-decoration:none;color:inherit;background:var(--wg-color-white)}.shop-store-card span{color:var(--wg-color-text-secondary);font-size:13px}.shop-store{--store-grid-width:100%;padding-bottom:calc(var(--shop-tab) + 96px);overflow:visible}.shop-store__hero{display:flex;flex-direction:column;gap:16px;padding:0 0 12px}.shop-store__cover-wrap{position:relative;overflow:visible}.shop-store__cover,.shop-store__cover-wrap{width:100%;background:var(--wg-color-surface-muted)}.shop-store__cover{display:block;height:220px;object-fit:cover}.shop-store__cover--empty{height:176px}.shop-store__identity{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:min(100%,calc(var(--store-grid-width) + var(--shop-gutter) * 2));padding:51px var(--shop-gutter) 0;box-sizing:border-box}.shop-store__logo{position:absolute;left:var(--shop-gutter);bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;width:86px;height:86px;padding:8px;overflow:hidden;border:1px solid var(--wg-color-text);border-radius:50%;background:var(--wg-color-white);transform:translateY(50%)}.shop-store__logo img{width:100%;height:100%;object-fit:contain;object-position:center}.shop-store__logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:26px;font-weight:600}.shop-store__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.shop-store__title-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.shop-store__title{display:inline-flex;align-items:center;gap:6px;min-width:0;margin:0;padding:0;color:var(--wg-color-text);font-size:22px;font-weight:600;line-height:1.2}.shop-store__title span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.shop-store__title{font-size:20px}.shop-store__share span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.shop-store__share{position:relative;width:40px;padding:0}}.shop-store__title .shop-verified{filter:none;box-shadow:none}.shop-store__search-trigger,.shop-store__share{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;margin:0;padding:4px 14px;border:1px solid var(--wg-color-line-search);border-radius:var(--wg-radius-pill);background:var(--wg-color-white);box-shadow:var(--wg-shadow-search);color:inherit;font:inherit;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer}.shop-store__share img{width:14px;height:14px;object-fit:contain}.shop-store__search-icon{position:relative;flex:0 0 18px;width:18px;height:18px}.shop-store__search-icon span{display:block;width:13px;height:13px;border:1.6px solid;border-radius:50%}.shop-store__search-icon:after{content:"";position:absolute;right:0;bottom:1px;width:6px;height:1.6px;background:currentColor;transform:rotate(45deg);transform-origin:left center}.shop-store__copy,.shop-store__slogan{margin:0;max-width:100%;font-size:13px;font-weight:500;line-height:1.45;color:var(--wg-color-text-secondary)}.shop-store__actions{display:flex;flex-wrap:nowrap;gap:8px;width:100%;margin:2px 0 0;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shop-store__actions::-webkit-scrollbar{display:none}.shop-store__chip{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:8px 14px;border:1px solid var(--wg-color-line);border-radius:var(--wg-radius-pill);background:var(--wg-color-white);text-decoration:none;color:inherit;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.shop-store__chip-mark{min-width:16px;font-size:10px;font-weight:700;line-height:1}.shop-store__chip-mark,.shop-store__glyph{display:inline-flex;align-items:center;justify-content:center}.shop-store__glyph{position:relative;flex:0 0 auto;color:currentColor}.shop-store__glyph--globe{width:14px;height:14px;overflow:hidden;border:1.5px solid;border-radius:50%}.shop-store__glyph-equator{position:absolute;left:0;right:0;top:50%;height:1.5px;background:currentColor;transform:translateY(-50%)}.shop-store__glyph-meridian{width:8px;height:14px;border:1.5px solid;border-radius:7px}.shop-store__glyph--ig{width:16px;height:16px;border:1.5px solid;border-radius:5px}.shop-store__glyph-lens{width:7px;height:7px;border:1.5px solid;border-radius:4px}.shop-store__glyph-dot{position:absolute;top:2px;right:2px;width:2px;height:2px;border-radius:50%;background:currentColor}.shop-store__glyph--tt{width:14px;height:16px}.shop-store__glyph-stem{position:absolute;top:1px;right:4px;width:1.5px;height:11px;border-radius:1px;background:currentColor}.shop-store__glyph-note{position:absolute;bottom:1px;left:1px;width:8px;height:6px;border:1.5px solid;border-radius:4px;transform:rotate(-20deg)}.shop-store .shop-plp-results{justify-content:start}.shop-store__section{margin-top:20px;overflow:visible}.shop-store__section .shop-section__title{position:-webkit-sticky;position:sticky;top:0;z-index:6;display:flex;align-items:center;width:100%;box-sizing:border-box;margin:0;padding:16px var(--shop-gutter) 12px;background:var(--wg-color-canvas);line-height:1;text-transform:uppercase}.shop-store__section .shop-chevron{margin-top:0}.shop-results--flush{padding-left:var(--shop-gutter);padding-right:var(--shop-gutter);padding-bottom:8px}.shop-store__all{margin:24px var(--shop-gutter) 0}.shop-store__more-wrap,.shop-store__view-all-wrap{display:flex;justify-content:center;margin:16px var(--shop-gutter) 0}.shop-store__more,.shop-store__view-all{display:flex;width:auto;max-width:none;margin:0;padding:0 20px}.shop-store__collections-more{min-height:1px}.shop-store-search{position:fixed;inset:0;z-index:75;display:flex;flex-direction:column;overflow:auto;background:var(--wg-color-canvas);opacity:0;pointer-events:none;transition:opacity .28s ease}.shop-store-search.is-open{opacity:1;pointer-events:auto}.shop-store-search__header{display:flex;align-items:center;gap:12px;padding:16px var(--shop-gutter) 8px}.shop-store-search__close{padding:0;border:0;background:transparent;color:var(--wg-color-text-secondary);font:inherit;font-size:13px;cursor:pointer}.shop-store-search__name{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600}.shop-store-search .shop-store__search{display:flex;align-items:center;gap:8px;width:min(calc(100% - 32px),36rem);margin:8px auto 16px}.shop-store-search .shop-store__search-icon{flex:0 0 16px}.shop-store__policies{display:flex;flex-direction:column;gap:10px;padding:0 var(--shop-gutter)}.shop-store__policies a{color:inherit;font-size:13px}.shop-store__back{display:inline-block;margin:16px var(--shop-gutter) 8px;color:var(--wg-color-text-secondary);text-decoration:none;font-size:13px}.shop-store__search{width:min(calc(100% - 32px),36rem);margin:0 auto 16px}.guest-dialog{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px}.guest-dialog__backdrop{position:absolute;inset:0;background:var(--wg-color-overlay)}.guest-dialog__card{position:relative;width:min(100%,28rem);padding:32px 24px 24px;background:var(--wg-color-white);display:flex;flex-direction:column;align-items:center;gap:28px}.guest-dialog__logo{width:min(100%,18rem);height:auto;object-fit:contain}.guest-dialog__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;width:100%}.guest-dialog__google{width:18px;height:18px;flex-shrink:0}.shop-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:8px var(--shop-gutter) 48px}.shop-results__card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}.shop-results__media{position:relative}.shop-results__card img{width:100%;aspect-ratio:300/480;object-fit:cover;background:var(--wg-color-surface);border-radius:var(--wg-radius-lg)}.shop-results__heart{position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;border-radius:50%;background:var(--wg-color-white);box-shadow:0 1px 4px rgba(0,0,0,.12)}.shop-results__heart svg{width:16px;height:16px}.shop-results__copy{display:flex;flex-direction:column;gap:4px;text-decoration:none;color:inherit}.shop-results__card h3{margin:0;font-size:13px;font-weight:500}.shop-results__card p{margin:0;font-size:13px;color:var(--wg-color-text-secondary)}.shop-plp{padding-bottom:calc(var(--shop-tab) + 96px)}.shop-plp__filters{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;padding:12px var(--shop-gutter) 8px;scrollbar-width:none}.shop-plp__filters::-webkit-scrollbar{display:none}.shop-plp__chip,.shop-plp__filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;border:1px solid var(--wg-color-line);background:var(--wg-color-white);color:var(--wg-color-text);font:inherit;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.shop-plp__filter-btn{width:36px;height:36px;border-radius:50%}.shop-plp__filter-btn svg{width:16px;height:16px}.shop-plp__chip{min-height:36px;padding:0 14px;border-radius:999px}.shop-plp__chip.is-active,.shop-plp__filter-btn.is-active{background:var(--wg-color-text);border-color:var(--wg-color-text);color:var(--wg-color-white)}.shop-plp__chevron{width:6px;height:6px;margin-top:-2px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg)}.shop-plp__panel{display:flex;flex-direction:column;gap:4px;margin:0 var(--shop-gutter) 12px;padding:12px 14px;border:1px solid var(--wg-color-line);border-radius:16px;background:var(--wg-color-white)}.shop-plp__check{display:flex;align-items:center;gap:8px;font-size:14px}.shop-plp__panel-label{margin:10px 0 4px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wg-color-text-secondary)}.shop-plp__option{padding:10px 0;border:0;background:transparent;text-align:left;font:inherit;font-size:14px;cursor:pointer}.shop-plp__option.is-active{font-weight:600}.shop-plp-stores{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;padding:4px var(--shop-gutter) 12px;scrollbar-width:none;min-height:152px}.shop-plp-stores::-webkit-scrollbar{display:none}.shop-plp-store{position:relative;flex:0 0 148px;width:148px;height:148px;overflow:hidden;border-radius:18px;background:var(--wg-color-surface-muted);text-decoration:none;color:var(--wg-color-white)}.shop-plp-store__cover{width:100%;height:100%;object-fit:cover}.shop-plp-store__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:28px;font-weight:600;color:var(--wg-color-text)}.shop-plp-store__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 20%,rgba(0,0,0,.55))}.shop-plp-store__logo{position:absolute;top:10px;left:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:5px;overflow:hidden;border-radius:10px;background:var(--wg-color-white);box-shadow:0 1px 6px rgba(0,0,0,.18)}.shop-plp-store__logo img{width:100%;height:100%;object-fit:contain;object-position:center}.shop-plp-store__name{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600}.shop-plp__heading{margin:4px var(--shop-gutter) 10px;font-size:16px;font-weight:600}.shop-plp__heading--popular{margin-top:20px;padding-top:8px}.shop-plp-results{display:grid;grid-template-columns:repeat(2,minmax(0,300px));justify-content:center;grid-gap:16px 10px;gap:16px 10px;padding:0 var(--shop-gutter) 16px}.shop-plp-results--flush{padding-bottom:8px}.shop-product-card{--card-w:300px;--card-h:480px;min-width:0;max-width:var(--card-w);width:100%;overflow:hidden;position:relative}.shop-product-card--defer{content-visibility:auto;contain-intrinsic-size:auto 540px}.shop-product-card--skeleton .shop-plp-card__skel-line,.shop-product-card--skeleton .shop-product-card__placeholder{background:var(--wg-color-surface-muted);animation:shop-plp-pulse 1.2s ease-in-out infinite}.shop-product-card__media{position:relative;display:block;overflow:hidden;max-width:var(--card-w);max-height:var(--card-h);border-radius:var(--wg-radius-lg);background:var(--wg-color-surface)}.shop-product-card__media>a{display:block;color:inherit}.shop-product-card__media>a img,.shop-product-card__placeholder{width:100%;max-width:var(--card-w);max-height:var(--card-h);aspect-ratio:300/480;height:auto;object-fit:cover;background:var(--wg-color-surface)}.shop-product-card__heart.shop-wishlist-btn,.shop-recent__heart.shop-wishlist-btn{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 1px 4px rgba(0,0,0,.12)}.shop-product-card__heart.shop-wishlist-btn img,.shop-product-card__heart.shop-wishlist-btn svg,.shop-recent__heart.shop-wishlist-btn img,.shop-recent__heart.shop-wishlist-btn svg{width:14px;height:14px;max-width:14px;max-height:14px;aspect-ratio:auto}.shop-product-card__copy{display:flex;flex-direction:column;gap:2px;padding-top:8px;text-decoration:none;color:inherit}.shop-product-card__store{font-weight:400;color:var(--wg-color-text-secondary)}.shop-product-card__copy h3,.shop-product-card__store{margin:0;font-size:10px;letter-spacing:.02em;line-height:1.3;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-product-card__copy h3{font-weight:600}.shop-product-card__copy p{display:flex;gap:4px;align-items:center;margin:0;font-size:10px;font-weight:400;color:#000}.shop-product-card__copy s{color:#888}.shop-plp-card{min-width:0}.shop-plp-card--defer{content-visibility:auto;contain-intrinsic-size:auto 540px}.shop-plp-card--skeleton .shop-plp-card__media>div{width:100%;aspect-ratio:300/480}.shop-plp-card--skeleton .shop-plp-card__media>div,.shop-plp-card--skeleton .shop-plp-card__skel-line{background:var(--wg-color-surface-muted);animation:shop-plp-pulse 1.2s ease-in-out infinite}.shop-plp-card__skel-line{display:block;height:12px;margin-top:8px;border-radius:6px}.shop-plp-card__skel-line--short{width:40%}.shop-plp__chip--skel{width:88px;pointer-events:none;background:var(--wg-color-surface-muted)}.shop-plp.is-pending .shop-plp-results{opacity:.72;transition:opacity .16s ease}@keyframes shop-plp-pulse{50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.shop-plp-card--skeleton .shop-plp-card__media>div,.shop-plp-card--skeleton .shop-plp-card__skel-line,.shop-product-card--skeleton .shop-plp-card__skel-line,.shop-product-card--skeleton .shop-product-card__placeholder{animation:none}}.shop-plp-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--wg-radius-lg);background:var(--wg-color-surface)}.shop-plp-card__media>a{display:block;color:inherit}.shop-plp-card__media img,.shop-plp-card__media>a>div{width:100%;aspect-ratio:300/480;height:auto;object-fit:cover;background:var(--wg-color-surface)}.shop-plp-card__sale{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:var(--wg-color-text);color:var(--wg-color-white);font-size:11px;font-weight:600}.shop-plp-card__heart{position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;border-radius:50%;background:var(--wg-color-white);box-shadow:0 1px 4px rgba(0,0,0,.12)}.shop-plp-card__heart svg{width:16px;height:16px}.shop-plp-card__copy{display:flex;flex-direction:column;gap:2px;padding-top:8px;text-decoration:none;color:inherit}.shop-plp-card__store{font-size:12px;color:var(--wg-color-text-secondary)}.shop-plp-card__copy h3{margin:0;font-size:13px;font-weight:600;line-height:1.3}.shop-plp-card__copy p{display:flex;gap:6px;align-items:center;margin:2px 0 0;font-size:13px}.shop-plp-card__copy s{color:var(--wg-color-text-secondary);font-size:12px}.shop-empty,.shop-status{padding:32px var(--shop-gutter);color:var(--wg-color-text-secondary)}.shop-feed-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:20px;gap:20px;padding:12px 0 48px}.shop-feed-shortcuts{display:none}.shop-feed{gap:28px;width:100%;margin:0}.shop-feed,.shop-feed-card{display:flex;flex-direction:column}.shop-feed-card{min-width:0}.shop-feed-card__store{display:flex;align-items:center;gap:10px;padding:0 var(--shop-gutter) 12px;text-decoration:none;color:inherit}.shop-feed-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:4px;overflow:hidden;border-radius:50%;background:var(--wg-color-white);box-shadow:0 0 0 1px var(--wg-color-line);font-size:13px;font-weight:600;flex:0 0 auto}.shop-feed-card__avatar img{width:100%;height:100%;object-fit:contain;object-position:center}.shop-feed-card__store-name{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:500}.shop-feed-card__date{display:block;margin-top:2px;font-size:10px;color:var(--wg-color-text-secondary)}.shop-feed-card__media{display:block;width:100%;overflow:hidden;background:transparent}.shop-feed-card__media img{display:block;width:100%;height:auto}.shop-feed-card__placeholder{width:100%;aspect-ratio:3/4;background:var(--wg-color-surface)}.shop-feed-card__meta{display:flex;flex-direction:column;gap:6px;padding:12px var(--shop-gutter) 0}.shop-feed-card__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-feed-card__row a{min-width:0;flex:1 1;text-decoration:none;color:inherit}.shop-feed-card__meta h3{margin:0;font-size:14px;font-weight:500;line-height:1.3}.shop-feed-card__meta p{display:flex;align-items:center;gap:8px;margin:0;font-size:13px}.shop-feed-card__meta s{color:var(--wg-color-text-secondary);font-size:12px}.shop-feed-social{display:flex;align-items:center;gap:14px;flex:0 0 auto}.shop-feed-social__action{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:var(--wg-color-text);cursor:pointer}.shop-feed-social__action svg{width:18px;height:18px}.shop-feed-social__action.is-liked{color:var(--wg-color-text)}.shop-feed-social__action span{font-size:12px;font-weight:500}.shop-feed-social__bubble{position:relative;width:16px;height:13px;border:1.5px solid;border-radius:4px}.shop-feed-social__bubble:after{content:"";position:absolute;left:3px;bottom:-4px;width:5px;height:5px;border-left:1.5px solid;border-bottom:1.5px solid;background:var(--wg-color-white);transform:rotate(-45deg)}.shop-feed__sentinel{height:1px;pointer-events:none}.shop-feed__more{margin:0;padding:8px var(--shop-gutter) 0;color:var(--wg-color-text-secondary);text-align:center}.shop-bestsellers{width:100%;margin:0;padding:8px 0 12px;order:-1}.shop-bestsellers h2{margin:0 0 12px;padding:0 var(--shop-gutter);font-size:17px;font-weight:600}.shop-bestsellers ul{display:flex;flex-direction:row;gap:8px;margin:0;padding:0 var(--shop-gutter) 8px;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;opacity:1;transition:opacity .42s ease}.shop-bestsellers ul.is-fading{opacity:0}@media (prefers-reduced-motion:reduce){.shop-bestsellers ul{transition:none}}.shop-bestsellers ul::-webkit-scrollbar{display:none}.shop-bestsellers li{flex:0 0 112px;width:112px}.shop-bestsellers__card{display:flex;flex-direction:column;gap:8px;min-width:0;text-decoration:none;color:inherit}.shop-bestsellers__media{position:relative;display:block;width:112px;height:140px;flex:0 0 auto;overflow:hidden;border-radius:12px;box-shadow:var(--wg-shadow-recent)}.shop-bestsellers img,.shop-bestsellers__ph{width:100%;height:100%;object-fit:cover;background:var(--wg-color-surface)}.shop-bestsellers__price{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:12px;background:var(--wg-color-price-pill);color:var(--wg-color-white);font-size:11px}.shop-bestsellers__copy{display:flex;flex-direction:column;gap:2px;min-width:0}.shop-bestsellers strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;font-weight:500;line-height:1.3}.shop-bestsellers em{display:none;font-style:normal;font-size:11px;color:var(--wg-color-text-secondary)}.shop-bestsellers__copy-price{display:none}.shop-comments{position:fixed;inset:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .22s ease}.shop-comments.is-visible{opacity:1;pointer-events:auto}.shop-comments__backdrop{position:absolute;inset:0;border:0;background:rgba(20,20,20,.4)}.shop-comments__sheet{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,36rem);max-height:75vh;background:var(--wg-color-white);border-radius:20px 20px 0 0;box-shadow:0 -12px 40px rgba(0,0,0,.16);margin-bottom:calc(var(--shop-tab) + env(safe-area-inset-bottom, 0px));transform:translateY(12px);transition:transform .22s ease}.shop-comments.is-visible .shop-comments__sheet{transform:translateY(0)}.shop-comments__header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;min-height:52px;padding:8px 12px;border-bottom:1px solid var(--wg-color-line)}.shop-comments__header h2{margin:0;grid-column:2;font-size:14px;font-weight:500;text-align:center}.shop-comments__header button{grid-column:3;justify-self:end;width:32px;height:32px;border:0;border-radius:50%;background:var(--wg-color-surface-muted);line-height:1;cursor:pointer}.shop-comments__list{margin:0;padding:8px 20px 28px;overflow:auto;list-style:none}.shop-comments__row{display:flex;align-items:flex-start;gap:12px;padding:12px 0}.shop-comments__avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--wg-color-text);color:var(--wg-color-white);font-size:12px;font-weight:500;flex:0 0 auto}.shop-comments__body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1;font-size:12px;line-height:1.35}.shop-comments__like{display:inline-flex;flex-direction:column;align-items:center;gap:4px;min-width:28px;padding:2px 0 0;border:0;background:transparent;color:var(--wg-color-text);cursor:pointer}.shop-comments__like img,.shop-comments__like svg{width:14px;height:12px;object-fit:contain}.shop-comments__like span{font-size:10px}.shop-comments__like.is-liked{color:var(--wg-color-text)}@media (min-width:960px){.shop-feed-layout{grid-template-columns:minmax(240px,1fr) minmax(0,32rem) minmax(240px,1fr);align-items:start;padding:12px var(--shop-gutter) 48px}.shop-feed-shortcuts{display:flex;flex-direction:column;gap:2px;grid-column:1;width:100%;max-width:280px;max-height:calc(100vh - 48px);height:-moz-fit-content;height:fit-content;margin:0;padding:8px 4px;overflow-x:hidden;overflow-y:auto;position:-webkit-sticky;position:sticky;top:24px;align-self:start;justify-self:end;scrollbar-width:thin;z-index:2}.shop-feed-shortcuts__item{display:flex;align-items:center;gap:12px;min-height:44px;padding:8px 10px;border-radius:12px;text-decoration:none;color:inherit;font-size:15px;font-weight:600}.shop-feed-shortcuts__item.is-active,.shop-feed-shortcuts__item:hover{background:var(--wg-color-surface-muted)}.shop-feed-shortcuts__avatar,.shop-feed-shortcuts__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex:0 0 auto}.shop-feed-shortcuts__icon svg{width:18px;height:18px}.shop-feed-shortcuts__icon--wishlist{background:#f4dce0;color:var(--wg-color-sale)}.shop-feed-shortcuts__icon--cart{background:#ece6d8;color:#5c4a2a}.shop-feed-shortcuts__icon--stores{background:#dce8e2;color:var(--wg-color-accent)}.shop-feed-shortcuts__icon--account{background:var(--wg-color-surface-muted);color:var(--wg-color-text)}.shop-feed-shortcuts__avatar{background:var(--wg-color-text);color:var(--wg-color-white);font-size:14px;font-weight:600}.shop-feed-shortcuts__mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--wg-color-surface-muted);color:var(--wg-color-text);font-size:14px;font-weight:600;flex:0 0 auto}.shop-feed-shortcuts__divider{height:1px;margin:10px 10px 8px;background:var(--wg-color-line)}.shop-feed-shortcuts__heading{margin:0 10px 6px;font-size:13px;font-weight:600;color:var(--wg-color-text-secondary)}.shop-feed{grid-column:2;width:100%;margin:0;gap:16px}.shop-feed-card{overflow:hidden;background:var(--wg-color-white);border:1px solid rgba(0,0,0,.04);border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.06),0 10px 28px rgba(0,0,0,.08)}.shop-feed-card__store{padding:12px 14px}.shop-feed-card__meta{padding:14px 16px}.shop-feed-card__meta h3{font-size:15px;font-weight:600;line-height:1.35}.shop-feed-card__meta p{margin-top:6px;font-size:14px}.shop-feed-card__row{display:contents}.shop-feed-card__row a{order:1;flex:none}.shop-feed-card__meta>p{order:2}.shop-feed-card__row .shop-feed-social{order:3;width:100%;margin-top:12px;padding-top:10px;border-top:1px solid var(--wg-color-line);gap:18px}.shop-feed-social__action{padding:6px 10px;border-radius:8px}.shop-feed-social__action:hover{background:var(--wg-color-surface-muted)}.shop-feed__more{padding-left:0;padding-right:0}.shop-bestsellers{grid-column:3;width:100%;max-width:320px;height:-moz-fit-content;height:fit-content;margin:0;padding:18px 16px;border-radius:24px;background:var(--wg-color-white);box-shadow:0 8px 28px rgba(0,0,0,.08);order:0;position:-webkit-sticky;position:sticky;top:24px;align-self:start;justify-self:start;z-index:2}.shop-bestsellers h2{margin:0 0 14px;padding:0;font-size:14px}.shop-bestsellers ul{flex-direction:column;gap:12px;padding:0;overflow:visible}.shop-bestsellers li{flex:none;width:auto}.shop-bestsellers__card{flex-direction:row;gap:12px}.shop-bestsellers img,.shop-bestsellers__ph{width:100%;height:100%;border-radius:10px;box-shadow:none}.shop-bestsellers__media{width:56px;height:72px;border-radius:10px;box-shadow:none}.shop-bestsellers__price{display:none}.shop-bestsellers__copy{gap:4px}.shop-bestsellers strong{display:block;-webkit-line-clamp:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.shop-bestsellers em{display:block}.shop-bestsellers__copy-price{display:block;font-size:12px}}.shop-icon{display:block;object-fit:contain}.shop-icon--heart{width:18px;height:16px}.shop-icon--share{width:16px;height:16px}.shop-icon--star{width:11px;height:11px}.shop-icon--verified{width:14px;height:14px}.shop-pdp{padding:36px var(--shop-gutter) 96px;max-width:72rem;margin:0 auto}.shop-pdp__top{display:grid;grid-gap:28px;gap:28px}.shop-pdp__gallery{display:flex;flex-direction:column;gap:12px;min-width:0}.shop-pdp__stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px;border-radius:28px;background:var(--wg-color-off-white);overflow:hidden}.shop-pdp__placeholder,.shop-pdp__stage img{width:100%;max-height:72vh;object-fit:contain}.shop-pdp__placeholder{min-height:420px;background:var(--wg-color-surface)}.shop-pdp__nav{position:absolute;top:50%;z-index:2;width:36px;height:36px;border:0;border-radius:50%;background:var(--wg-color-white);box-shadow:0 2px 10px rgba(0,0,0,.12);font-size:22px;line-height:1;cursor:pointer}.shop-pdp__nav--prev{left:12px}.shop-pdp__nav--next{right:12px}.shop-pdp__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.shop-pdp__thumbs button{flex:0 0 56px;width:56px;height:72px;padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden;background:var(--wg-color-off-white);cursor:pointer}.shop-pdp__thumbs button.is-active{border-color:var(--wg-color-text)}.shop-pdp__thumbs img{width:100%;height:100%;object-fit:cover}.shop-pdp__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.shop-pdp__buy h1{flex:1 1;min-width:0;margin:0;font-size:22px;font-weight:600}.shop-pdp__price{display:flex;align-items:baseline;gap:10px;margin:10px 0 20px;font-size:20px;font-weight:600}.shop-pdp__price s{color:var(--wg-color-text-secondary);font-size:15px;font-weight:400}.shop-pdp__option{margin-bottom:18px}.shop-pdp__option-head>p,.shop-pdp__option>p{margin:0 0 8px;font-size:13px}.shop-pdp__option-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.shop-pdp__option-head>p{margin:0}.shop-pdp__swatches{display:flex;flex-wrap:wrap;gap:8px}.shop-pdp__swatches button{width:28px;height:28px;padding:2px;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer}.shop-pdp__swatches button.is-selected{border-color:var(--wg-color-text)}.shop-pdp__swatches button img,.shop-pdp__swatches button span{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.shop-pdp__sizes{display:flex;flex-wrap:wrap;gap:8px}.shop-pdp__sizes button{min-width:44px;height:32px;padding:0 12px;border:1px solid var(--wg-color-line);border-radius:999px;background:var(--wg-color-white);font-size:12px;cursor:pointer}.shop-pdp__sizes button.is-selected{border-color:var(--wg-color-text);font-weight:600}.shop-pdp__sizes button:disabled{color:var(--wg-color-text-placeholder);text-decoration:line-through;cursor:not-allowed}.shop-pdp__qty{display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;height:36px;min-width:132px;padding:0 10px;border:1px solid var(--wg-color-line);border-radius:18px;background:var(--wg-color-white)}.shop-pdp__qty button,.shop-pdp__qty span{display:inline-flex;align-items:center;justify-content:center;height:100%;margin:0;padding:0;line-height:1;vertical-align:middle}.shop-pdp__qty button{width:28px;border:0;background:transparent;font-size:18px;cursor:pointer}.shop-pdp__qty button:disabled{opacity:.35;cursor:not-allowed}.shop-pdp__qty span{min-width:28px;font-size:14px}.shop-pdp__cart{width:100%;height:50px;margin:4px 0 14px;border:0;border-radius:999px;background:var(--wg-color-black);color:var(--wg-color-white);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.shop-pdp__cart:disabled{opacity:.55;cursor:not-allowed}.shop-pdp__actions{display:flex;align-items:center;flex-shrink:0;gap:2px;margin:2px 0 0}.shop-pdp__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:0;background:transparent;cursor:pointer}.shop-pdp__status{margin:0 0 16px;font-size:13px}.shop-pdp__status--error{color:var(--wg-color-error)}.shop-pdp__copy-block{padding-top:20px;border-top:1px solid var(--wg-color-line)}.shop-pdp__copy-block h2{margin:0 0 10px;font-size:15px;font-weight:600}.shop-pdp__copy-block p{margin:0 0 10px;font-size:14px;line-height:1.55;white-space:pre-wrap}.shop-pdp__details{white-space:pre-wrap}.shop-pdp__sku{font-weight:500}.shop-pdp-store{display:block;margin-top:16px;margin-bottom:28px;overflow:hidden;border-radius:22px;background:#1a1a1a;text-decoration:none;color:#fff}.shop-pdp-store__cover{position:relative;display:flex;align-items:center;justify-content:center;height:128px;background:#111}.shop-pdp-store__cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shop-pdp-store__dim{position:absolute;inset:0;background:rgba(0,0,0,.28)}.shop-pdp-store__fade{position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(180deg,transparent,#1a1a1a)}.shop-pdp-store__cover-title{position:relative;z-index:1;padding:0 20px;font-size:20px;font-weight:700;letter-spacing:1.4px;text-align:center;text-transform:uppercase}.shop-pdp-store__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.shop-pdp-store__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.shop-pdp-store__copy em{font-style:normal;font-size:15px;font-weight:700}.shop-pdp-store__rating{display:flex;align-items:center;gap:5px;color:#e8e8e8;font-size:12px}.shop-pdp-store__rating img,.shop-pdp-store__rating svg{width:11px;height:11px}.shop-pdp-store__badge{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#2c2c2c;flex-shrink:0}.shop-pdp-store__badge .shop-verified{width:18px;height:18px}.shop-pdp__chart-link{padding:0;border:0;background:transparent;font-size:11px;letter-spacing:.06em;text-decoration:underline;text-transform:uppercase;cursor:pointer}.shop-pdp__review-summary{display:flex;align-items:center;gap:6px;font-size:14px}.shop-pdp__review-summary .shop-icon--star,.shop-pdp__stars .shop-icon--star{width:12px;height:12px}.shop-pdp__reviews{display:grid;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.shop-pdp__review-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.shop-pdp__review-head strong{display:inline-flex;align-items:center;gap:6px;font-size:13px}.shop-pdp__review-head em{margin-left:auto;font-size:12px;font-style:normal;color:var(--wg-color-text-secondary)}.shop-pdp__stars{display:inline-flex;gap:2px}.shop-pdp__review-title{font-weight:600}.shop-pdp__reply{padding:10px 12px;border-radius:10px;background:var(--wg-color-surface)}.shop-pdp__reply strong{display:block;margin-bottom:4px;font-size:12px}.shop-pdp__more-btn{display:block;width:100%;max-width:220px;height:40px;margin:16px auto 0;border:1px solid var(--wg-color-line);border-radius:999px;background:var(--wg-color-white);font-size:13px;cursor:pointer}.shop-pdp__seller{margin-top:40px}.shop-pdp__seller h2{margin:0 0 16px;font-size:18px}.shop-pdp__seller-grid{padding:0}.shop-pdp__sentinel{width:100%;height:1px}.shop-pdp__loading{margin:16px 0 0;text-align:center;font-size:13px;color:var(--wg-color-text-secondary)}.shop-pdp-chart{z-index:80}.shop-pdp-chart__sheet{width:min(100%,40rem);overflow:hidden}.shop-pdp-chart__body{display:flex;flex-direction:column;gap:16px;padding:16px 20px 28px;overflow:auto;font-family:var(--wg-font-body);font-size:13px;line-height:1.45;color:var(--wg-color-text)}.shop-pdp-chart__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-pdp-chart__toolbar label{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:500}.shop-pdp-chart__toolbar select{padding:0 10px;font-family:inherit;font-size:13px;color:inherit}.shop-pdp-chart__toggle,.shop-pdp-chart__toolbar select{height:32px;border:1px solid var(--wg-color-line);border-radius:999px;background:var(--wg-color-white)}.shop-pdp-chart__toggle{display:inline-flex;align-items:center;padding:2px}.shop-pdp-chart__toggle button{height:28px;min-width:40px;padding:0 12px;border:0;border-radius:999px;background:transparent;font-family:inherit;font-size:13px;font-weight:500;line-height:1;cursor:pointer}.shop-pdp-chart__toggle button.is-active{background:var(--wg-color-black);color:var(--wg-color-white)}.shop-pdp-chart__table-wrap{overflow-x:auto}.shop-pdp-chart table{width:100%;border-collapse:collapse;font-family:inherit;font-size:13px}.shop-pdp-chart td,.shop-pdp-chart th{padding:10px 8px;border-bottom:1px solid var(--wg-color-line);text-align:left;font-size:13px;font-weight:400;white-space:nowrap}.shop-pdp-chart th{font-weight:500;color:var(--wg-color-text-secondary)}.shop-pdp-chart td:first-child,.shop-pdp-chart th:first-child{padding-left:0}.shop-pdp-chart td:last-child,.shop-pdp-chart th:last-child{padding-right:0}.shop-pdp-chart__guide{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.shop-pdp-chart__guide li{display:grid;grid-gap:2px;gap:2px;margin:0}.shop-pdp-chart__guide span,.shop-pdp-chart__guide strong{font-size:13px}.shop-pdp-chart__guide strong{font-weight:500}.shop-pdp-chart__guide span{color:var(--wg-color-text-secondary)}@keyframes shop-float{0%{transform:rotate(var(--hero-rotate)) translateZ(0)}to{transform:rotate(var(--hero-rotate)) translate3d(0,-10px,0)}}@media (prefers-reduced-motion:reduce){.shop-hero__card{animation:none}}@media (min-width:768px){.shop{--shop-gutter:32px;--shop-rail:72px;--shop-tab:0px}.shop-rail{inset:0 auto 0 0;width:var(--shop-rail);height:100%;flex-direction:column;align-items:center;padding:20px 0 16px;border-radius:0;border-right:1px solid var(--wg-color-line);box-shadow:none}.shop-rail__logo{display:block;width:42px;height:42px}.shop-rail__links{flex:1 1;flex-direction:column;justify-content:center;gap:10px;width:auto;height:auto}.shop-main{width:calc(100% - var(--shop-rail));max-width:calc(100% - var(--shop-rail));margin-left:var(--shop-rail)}.shop-home{padding-bottom:120px}.shop-mobile-brand{display:none}.shop-hero{height:285px}.shop-hero__card{max-width:none}.shop-hero__card:nth-child(n+6){display:block}.shop-search-dock{left:calc(var(--shop-rail) + (100vw - var(--shop-rail)) / 2);bottom:28px;width:min(36rem,calc(100vw - var(--shop-rail) - 48px))}.shop-search-overlay{padding-left:var(--shop-rail)}.shop-search-overlay__sheet{margin:0 0 28px}.shop-chips__row{justify-content:center}.shop-store{--store-grid-width:calc((225px * 5) + (20px * 4))}.shop-store__cover{height:360px}.shop-store__search-trigger,.shop-store__share{min-height:48px;padding:4px 16px;font-size:15px}.shop-plp-results,.shop-results{grid-template-columns:repeat(5,minmax(0,225px));justify-content:center;gap:24px 20px}.shop-product-card{--card-w:225px;--card-h:360px}.shop-plp-card--defer,.shop-product-card--defer{contain-intrinsic-size:auto 410px}.shop-pdp__top{grid-template-columns:1.15fr .85fr;align-items:start;gap:48px}.shop-pdp{padding-top:48px}.shop-pdp__buy{position:-webkit-sticky;position:sticky;top:24px}.shop-pdp-chart{align-items:center}.shop-pdp-chart__sheet{border-radius:20px;max-height:80vh}.shop-comments{align-items:center;padding-left:var(--shop-rail)}.shop-comments__sheet{border-radius:20px;max-height:min(75vh,640px)}}