.product{--product-accent: var(--sd-color-brand-primary);--product-accent-soft: rgba(152, 100, 45, .1);--product-feature-accent: #f1b560;overflow:hidden;border-radius:var(--sd-radius-lg) var(--sd-radius-lg) 0 0;background:var(--sd-color-surface-warm);color:var(--product-accent)}.product__inner{display:grid;gap:var(--sd-space-xl);width:min(100%,var(--sd-container-page-width));margin-inline:auto;padding:var(--sd-space-3xl) var(--sd-space-xs)}.product__media-panel{min-width:0}.product__mobile-gallery{display:flex;gap:var(--sd-space-lg);width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product__mobile-gallery::-webkit-scrollbar{display:none}.product__mobile-slide{position:relative;display:flex;width:100%;aspect-ratio:var(--sd-ratio-square);flex:0 0 100%;align-items:center;justify-content:center;overflow:hidden;border-radius:2.6rem;scroll-snap-align:start}.product__mobile-slide img,.product__mobile-slide svg{width:100%;height:100%;object-fit:contain}.product__thumbs,.product__main-image{display:none}.product__dots{display:flex;justify-content:center;gap:var(--sd-space-2xs);margin-top:var(--sd-space-sm)}.product__dot{width:.6rem;height:.6rem;border-radius:var(--sd-radius-pill);background:#98642d33}.product__dot--active{width:var(--sd-space-lg);background:var(--product-accent)}.product__content{display:flex;flex-direction:column;gap:0;min-width:0}.product__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--sd-space-xs)}.product__stock,.product__addon-badge,.product__bundle-offer-badge,.product__bundle-gift-badge{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;border-radius:var(--sd-radius-pill);background:var(--sd-color-brand-accent);color:var(--sd-color-text-inverse);font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-sm);font-weight:var(--sd-font-weight-bold);padding:var(--sd-space-2xs);text-transform:uppercase;z-index:2}.product__rating{display:inline-flex;align-items:center;gap:.4rem;color:var(--product-accent);font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-sm);font-weight:var(--sd-font-weight-bold)}.product__stars{color:var(--product-accent);letter-spacing:.2rem}.product__title{color:var(--product-accent);font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-5xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-xt);line-height:1}.product__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;color:var(--product-accent);font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-3xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t)}.product__price small{font-size:var(--sd-font-size-xl)}.product__price s{opacity:.55}.product__benefits,.product__bundle-progress{border-radius:var(--sd-radius-sm);background:var(--product-accent-soft)}.product__benefits{display:flex;flex-direction:column;gap:var(--sd-space-xs);margin-top:var(--sd-space-md);padding:var(--sd-space-sm);font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-medium)}.product__benefit{display:flex;align-items:center;gap:var(--sd-space-xs)}.product__benefit strong{font-weight:var(--sd-font-weight-bold)}.product__benefit-check{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:var(--product-accent);width:var(--sd-font-size-xl)}.product__summary{margin-top:var(--sd-space-md);color:var(--product-accent);font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-medium)}.product__summary strong{font-weight:var(--sd-font-weight-bold)}.product__era-selector,.product__bundle{display:flex;flex-direction:column;gap:var(--sd-space-xs)}.product__era-selector{margin-top:var(--sd-space-md)}.product__eyebrow{margin:0;font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n);text-transform:uppercase}.product__era-options{display:flex;flex-wrap:wrap;gap:var(--sd-space-xs)}.product__era-option{display:inline-flex;width:5rem;height:5rem;align-items:center;justify-content:center;overflow:hidden;border:var(--sd-border-width) solid var(--product-era-color, var(--product-accent));border-radius:var(--sd-radius-pill);background:var(--sd-color-surface);color:var(--product-era-color, var(--product-accent));text-decoration:none}.product__era-option--active{background:var(--product-era-color, var(--product-accent))}.product__era-option svg{display:block;width:2.5rem;height:auto;max-height:3rem}.product__vibe{display:flex;flex-wrap:wrap;gap:.35em;margin:var(--sd-space-xs) 0 0;font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t);text-transform:uppercase}.product__bundle-progress{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:var(--sd-space-xs) 0}.product__bundle{margin-top:var(--sd-space-md)}.product__bundle-track{position:absolute;top:50%;left:20%;right:20%;height:.8rem;border-radius:var(--sd-radius-pill);background:var(--sd-color-surface)}.product__bundle-track-fill{display:block;width:var(--product-bundle-progress, 0%);height:100%;border-radius:inherit;background:var(--product-accent);transition:width var(--sd-duration-fast) var(--sd-easing-standard)}.product__bundle-step{position:relative;z-index:1;display:grid;grid-template-rows:auto auto 5rem auto;justify-items:center;color:var(--product-accent);text-align:center;text-transform:uppercase}.product__bundle-step-title{font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n)}.product__bundle-step-subtitle,.product__bundle-step-caption{font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-sm);font-weight:var(--sd-font-weight-medium);letter-spacing:var(--sd-letter-spacing-n)}.product__bundle-step-icon{position:relative;display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;margin-top:.8rem;border:var(--sd-border-width) solid rgba(152,100,45,.35);border-radius:var(--sd-radius-pill);background:var(--sd-color-surface);font-size:var(--sd-font-size-xl)}.product__bundle-step-icon--sparkles{overflow:visible}.product__bundle-step-icon--sparkles:before,.product__bundle-step-icon--sparkles:after{position:absolute;z-index:1;color:var(--sd-color-brand-accent);content:"\2726  \2728";font-size:1.2rem;line-height:1;opacity:0;pointer-events:none;text-shadow:0 0 .35rem rgba(255,0,214,.7),0 0 .75rem rgba(241,181,96,.85);transform:scale(.4) rotate(0)}.product__bundle-step-icon--sparkles:before{top:-.75rem;right:-.8rem}.product__bundle-step-icon--sparkles:after{bottom:-.65rem;left:-.75rem;content:"\2726  \2726";font-size:1rem}.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles{animation:productBundleIconBling .82s var(--sd-easing-standard);box-shadow:0 0 0 .25rem #ff00d629,0 0 1.2rem #ff00d673,0 0 1.8rem #f1b56080}.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles:before{animation:productBundleSparkle .98s var(--sd-easing-standard)}.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles:after{animation:productBundleSparkle .98s .14s var(--sd-easing-standard)}@keyframes productBundleIconBling{0%{transform:scale(1);filter:brightness(1)}35%{transform:scale(1.14) rotate(-5deg);filter:brightness(1.35)}70%{transform:scale(1.06) rotate(4deg);filter:brightness(1.2)}to{transform:scale(1);filter:brightness(1)}}@keyframes productBundleSparkle{0%{opacity:0;transform:translate(0) scale(.35) rotate(0)}28%{opacity:1;transform:translate(.15rem,-.25rem) scale(1.35) rotate(18deg)}58%{opacity:1;transform:translate(-.2rem,.1rem) scale(1.05) rotate(34deg)}to{opacity:0;transform:translate(.35rem,-.45rem) scale(.55) rotate(62deg)}}@media(prefers-reduced-motion:reduce){.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles,.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles:before,.product__bundle-step--sparkle-active .product__bundle-step-icon--sparkles:after{animation:none}}.product__addons{display:flex;flex-direction:column;gap:var(--sd-space-xs)}.product__addon{display:grid;grid-template-columns:6rem minmax(0,1fr) auto;align-items:center;overflow:hidden;border:var(--sd-border-width) solid var(--product-accent);border-radius:var(--sd-radius-sm);background:var(--sd-color-surface)}.product__addon-image{display:flex;align-items:center;justify-content:center;background:var(--product-accent-soft);background:color-mix(in srgb,var(--product-addon-bg) 42%,transparent)}.product__addon-image img,.product__addon-image svg{width:auto;max-width:4rem;height:7rem;object-fit:contain}.product__addon-content{display:flex;min-width:0;flex-direction:column;gap:var(--sd-space-2xs);padding-inline:var(--sd-space-xs)}.product__addon-heading{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:var(--sd-space-2xs)}.product__addon-title{font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t);text-transform:uppercase}.product__addon-badge{background:var(--product-accent-soft);color:var(--product-accent);font-size:var(--sd-font-size-xs);padding:.2rem .4rem}.product__addon-text{font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-md);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n)}.product__addon-action{display:inline-flex;align-items:center;justify-content:center;min-width:6.5rem;min-height:2rem;margin-right:var(--sd-space-xs);border:var(--sd-border-width) solid var(--product-accent);border-radius:var(--sd-radius-pill);overflow:hidden;font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);line-height:1;text-transform:uppercase}.product__addon-action button{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:2rem;padding:0 .5rem;color:inherit;background:transparent;border:0;font:inherit;line-height:inherit;cursor:pointer}.product__addon-action button:focus-visible{outline:var(--sd-border-width-strong) solid var(--sd-color-focus);outline-offset:-.2rem}.product__addon-action button:disabled{cursor:not-allowed;opacity:.45}.product__addon-add,.product__addon-quantity{width:100%}.product__addon-add{gap:.2rem}.product__addon-add[hidden]{display:none}.product__addon-quantity{display:inline-flex;align-items:center;justify-content:space-evenly}.product__addon-quantity[hidden]{display:none}.product__addon-quantity-value{min-width:1.2em;text-align:center}.product__addon-action .text{font-size:var(--sd-font-size-lg)}.product__bundle-offer{display:flex;flex-direction:column;gap:var(--sd-space-md);margin-top:var(--sd-space-md);color:var(--product-accent)}.product__bundle-offer-summary,.product__bundle-gifts{border:var(--sd-border-width) solid var(--product-accent);border-radius:var(--sd-radius-xs);background:var(--sd-color-surface)}.product__bundle-offer-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--sd-space-xs);padding:var(--sd-space-sm)}.product__bundle-offer-main{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:.2rem}.product__bundle-offer-check{display:inline-flex;width:var(--sd-font-size-xl);height:var(--sd-font-size-xl);flex:0 0 auto;align-items:center;justify-content:center;border-radius:var(--sd-radius-pill);background:var(--product-accent)}.product__bundle-offer-check svg{width:.6rem;height:auto}.product__bundle-offer-title,.product__bundle-offer-price,.product__bundle-gift-title{font-family:var(--sd-font-family-heading);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t);text-transform:uppercase}.product__bundle-offer-title{font-size:var(--sd-font-size-xl)}.product__bundle-gifts-ribbon{background:var(--sd-color-brand-accent);color:var(--sd-color-text-inverse);font-family:var(--sd-font-family-body);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n);text-transform:uppercase}.product__bundle-offer-price{justify-self:end;font-size:var(--sd-font-size-xl);white-space:nowrap}.product__bundle-offer-subtitle{grid-column:1 / -1;margin:0;font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-bold)}.product__bundle-gifts{position:relative;padding:var(--sd-space-md) var(--sd-space-2xs) var(--sd-space-2xs)}.product__bundle-gifts-ribbon{position:absolute;top:0;left:50%;max-width:calc(100% - var(--sd-space-lg));transform:translate(-50%,-50%);border-radius:var(--sd-radius-pill);padding:var(--sd-space-2xs);background:var(--product-accent);font-size:var(--sd-font-size-md);text-align:center;white-space:nowrap}.product__bundle-gifts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sd-space-2xs)}.product__bundle-gift{display:flex;min-width:0;flex-direction:column;align-items:center;gap:0;text-align:center}.product__bundle-gift-media{position:relative;display:flex;width:100%;aspect-ratio:1 / .9;align-items:center;justify-content:center;overflow:visible;margin-top:-.8rem;border:var(--sd-border-width) dashed var(--sd-color-brand-accent);border-radius:var(--sd-radius-sm);background:var(--sd-color-surface-warm)}.product__bundle-gift-media img,.product__bundle-gift-placeholder{width:70%;object-fit:contain}.product__bundle-gift-badge s{font-weight:var(--sd-font-weight-medium);opacity:.9}.product__bundle-gift-title{margin-top:var(--sd-space-xs);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-medium)}.product__details{display:flex;flex-direction:column;gap:var(--sd-space-xs);margin-top:var(--sd-space-md);color:var(--product-details-text)}.product__details-group{min-width:0}.product__details-heading{color:inherit;font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-3xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-xt)}.product__details-grid{display:flex;gap:var(--sd-space-xs);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product__details-grid::-webkit-scrollbar{display:none}.product__details-card{flex:0 0 min(46vw,18rem);min-width:0;scroll-snap-align:start}.product__details-media{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--sd-radius-sm);background:color-mix(in srgb,var(--product-details-text) 8%,transparent)}.product__details-media img,.product__details-placeholder{display:block;width:100%;height:100%;object-fit:cover}.product__details-card-title{color:inherit;font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t);margin-top:var(--sd-space-xs)}.product__details-card-text{margin-top:var(--sd-space-2xs);color:inherit;font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-md);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n)}.product__details-card-text p{margin:0}.product__form{display:flex;flex-direction:column;gap:var(--sd-space-sm);margin-top:var(--sd-space-md)}.product__form-label{font-family:var(--sd-font-family-body);font-size:1.2rem;font-weight:var(--sd-font-weight-bold);text-transform:uppercase}.product__variant-select,.product__quantity{width:100%;min-height:var(--sd-form-input-height);border:var(--sd-form-input-border);border-radius:var(--sd-form-input-radius);padding-inline:var(--sd-form-input-padding-x);background:var(--sd-color-surface);color:var(--product-accent)}.product__submit{display:inline-flex;width:100%;min-height:4rem;align-items:center;justify-content:center;gap:.4rem;border:0;border-radius:var(--sd-radius-pill);background:var(--product-accent);color:var(--sd-color-text-inverse);font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-t);line-height:1;text-align:center;text-transform:uppercase;cursor:pointer;transition:filter var(--sd-duration-fast) var(--sd-easing-standard),opacity var(--sd-duration-fast) var(--sd-easing-standard)}.product__submit small{font-size:1.2rem}.product__submit:hover{filter:brightness(.94)}.product__submit:disabled{cursor:not-allowed;opacity:.55}.product__payment-button{margin-top:var(--sd-space-xs)}.product__points{margin:calc(var(--sd-space-sm) * -1) 0 0;color:var(--product-accent);font-family:var(--sd-font-family-body);font-size:1.4rem;font-weight:var(--sd-font-weight-medium);line-height:1.2;text-align:center}.product__points strong{font-weight:var(--sd-font-weight-bold)}.product__ugc-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:var(--sd-space-xs);margin-top:var(--sd-space-md)}.product__ugc{position:relative;display:inline-flex;width:6rem;height:6rem;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:var(--sd-border-width) solid var(--sd-color-brand-accent);border-radius:var(--sd-radius-pill);background:var(--sd-color-surface);text-decoration:none}button.product__ugc{padding:0;cursor:pointer}.product__ugc img,.product__ugc svg{width:100%;height:100%;object-fit:cover}.product__ugc-play{position:absolute;inset:50% auto auto 50%;width:2rem;height:2rem;background:var(--sd-color-text-inverse);clip-path:polygon(25% 12%,25% 88%,88% 50%);transform:translate(-42%,-50%)}.product__ugc-modal[hidden]{display:none}.product__ugc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:#000}.product__ugc-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:transparent;cursor:pointer}.product__ugc-modal-panel{position:relative;z-index:1;width:100vw;height:100dvh;overflow:hidden;background:#000}.product__ugc-modal-close{position:absolute;top:var(--sd-space-xs);right:var(--sd-space-xs);z-index:2;display:inline-flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;padding:0;border:0;border-radius:var(--sd-radius-pill);background:#ffffff29;color:var(--sd-color-text-inverse);cursor:pointer}.product__ugc-modal-close svg{width:1.4rem;height:1.4rem}.product__ugc-modal-player,.product__ugc-story-video{width:100%;height:100%}.product__ugc-story-video{display:block;object-fit:cover}html.product-ugc-story-open{overflow:hidden}.product__accordions{display:flex;flex-direction:column;gap:0}.product__accordion{border-bottom:var(--sd-border-width) solid rgba(152,100,45,.5)}.product__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--sd-space-md);padding:var(--sd-space-md) 0;color:var(--product-accent);font-family:var(--sd-font-family-heading);font-size:var(--sd-font-size-xl);font-weight:var(--sd-font-weight-bold);letter-spacing:var(--sd-letter-spacing-n);list-style:none;cursor:pointer}.product__accordion-summary::-webkit-details-marker{display:none}.product__accordion-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;color:var(--sd-color-brand-accent);line-height:0;transform:rotate(0);transition:transform var(--sd-duration-fast) var(--sd-easing-standard)}.product__accordion-icon svg{display:block;width:100%;height:auto}.product__accordion[open] .product__accordion-icon{transform:rotate(180deg)}.product__accordion-content{padding:0 0 var(--sd-space-lg);color:var(--product-accent);font-family:var(--sd-font-family-body);font-size:var(--sd-font-size-lg);font-weight:var(--sd-font-weight-bold)}.product__app-block,.product__custom-liquid{margin-top:var(--sd-space-md)}.product__thumb:focus-visible,.product__mobile-gallery:focus-visible,.product__era-option:focus-visible,.product__ugc:focus-visible,.product__variant-select:focus-visible,.product__quantity:focus-visible,.product__submit:focus-visible,.product__accordion-summary:focus-visible{outline:var(--sd-border-width) solid var(--sd-color-focus);outline-offset:var(--sd-space-2xs)}@media screen and (min-width:750px){.product{border-radius:var(--sd-radius-lg)}.product__inner{grid-template-columns:minmax(0,2.8fr) minmax(0,2.2fr);align-items:start;column-gap:var(--sd-space-lg);padding:var(--sd-space-5xl) var(--sd-space-4xl)}.product__media-panel{display:grid;grid-template-columns:6rem minmax(0,1fr);align-items:start;gap:var(--sd-space-sm)}.product__mobile-gallery,.product__dots{display:none}.product__thumbs{display:flex;flex-direction:column;gap:var(--sd-space-2xs)}.product__thumb{display:block;width:6rem;overflow:hidden;border:var(--sd-border-width) solid transparent;border-radius:var(--sd-radius-sm);transition:border-color var(--sd-duration-fast) var(--sd-easing-standard)}.product__thumb--active,.product__thumb[aria-current=true]{border-color:var(--product-accent)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__main-image{display:flex;align-items:center;justify-content:center}.product__main-image img,.product__main-image svg{width:100%;object-fit:contain;border-radius:var(--sd-radius-sm);aspect-ratio:var(--sd-ratio-square)}.product__stock,.product__addon-badge,.product__bundle-offer-badge,.product__bundle-gift-badge{font-size:var(--sd-font-size-xs);padding:.4rem .8rem}.product__price{font-size:var(--sd-font-size-2xl)}.product__price small{font-size:var(--sd-font-size-lg)}.product__bundle-offer-summary{grid-template-columns:minmax(0,1fr) auto}.product__bundle-gifts{padding:var(--sd-space-xl) var(--sd-space-2xs) var(--sd-space-sm)}.product__details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.product__details-card{flex-basis:auto}}@media screen and (max-width:749px){.product__content{width:100%}.product__era-option{width:4rem;height:4rem}.product__era-option svg{width:2rem;max-height:2.5rem}.product__addon{grid-template-columns:4rem minmax(0,1fr) auto}.product__addon-image img,.product__addon-image svg{height:5rem}.product__addon-content{padding-inline:var(--sd-space-2xs);gap:.2rem}.product__addon-action{justify-self:end;min-width:4.8rem;min-height:1.5rem;margin-right:var(--sd-space-2xs)}.product__addon-title{font-size:var(--sd-font-size-lg)}.product__bundle-offer-summary{padding:var(--sd-space-xs)}.product__ugc{width:4rem;height:4rem}}@media screen and (min-width:750px){.product__ugc-modal{background:#000000c7}.product__ugc-modal-panel{width:min(90vw,48.375vh);height:auto;max-height:86vh;aspect-ratio:9 / 16;border-radius:var(--sd-radius-md);box-shadow:0 2rem 6rem #0000006b}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product.css.map */
