.product-gallery{padding-top:var(--pg-pt,var(--container-vertical-space));padding-bottom:var(--pg-pb,var(--container-vertical-space))}.product-gallery__inner{display:flex;flex-direction:column;gap:24px}.product-gallery__info-bar{border-radius:var(--pg-card-radius,var(--border-radius-cards,12px));padding:14px 24px;background:var(--pg-card-bg,#f7f7f7);text-align:center;font-size:calc(13px / 16 * var(--base-body-primary-size));line-height:1.55;color:var(--color-text-main)}.product-gallery__info-bar p{margin:0}.product-gallery__info-bar a{text-decoration:underline;text-underline-offset:2px}.product-gallery__info-bar strong,.product-gallery__info-bar b{font-weight:700}.product-gallery__finder{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--pg-finder-bg,transparent);background-size:cover;background-position:center;border:var(--pg-finder-border-width,1.5px) solid var(--pg-finder-border,rgba(0,0,0,.12));border-radius:var(--pg-finder-radius,var(--border-radius-cards,12px));padding:20px 28px;margin-top:var(--pg-finder-gap,0px);min-height:var(--pg-finder-height,auto);position:relative;overflow:hidden}.product-gallery__finder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--pg-finder-overlay,transparent);pointer-events:none}.product-gallery__finder-content{display:flex;flex-direction:column;gap:6px;position:relative;z-index:1}.product-gallery__finder>.button{position:relative;z-index:1;flex-shrink:0}.product-gallery__finder-heading{margin:0;padding:0;font-size:calc(28px / 60 * var(--base-headings-primary-size));letter-spacing:.01em;color:var(--color-text-main);line-height:1.1}.product-gallery__finder-body{margin:0;font-size:calc(14px / 16 * var(--base-body-primary-size));line-height:1.45;opacity:.65;color:var(--color-text-main)}.product-gallery__grid{display:grid;grid-template-columns:repeat(var(--pg-cols,3),1fr);gap:16px}.product-gallery__card{background:var(--pg-card-bg,#ffffff);border-radius:var(--pg-card-radius,var(--border-radius-cards,12px));display:flex;flex-direction:column;position:relative;transform:translateZ(0);backface-visibility:hidden}.product-gallery__card-img{overflow:hidden;padding:16px 16px 0;aspect-ratio:3/2;position:relative;border-radius:var(--pg-card-radius,var(--border-radius-cards,12px)) var(--pg-card-radius,var(--border-radius-cards,12px)) 0 0}.product-gallery__card-img img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__card-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-gallery__card:hover .product-gallery__card-img-hover{opacity:1}.product-gallery__card-body{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:16px 24px 24px;flex:1}.product-gallery__logo-wrap{min-height:44px;display:flex;align-items:center}.product-gallery__logo{max-height:52px;width:auto;max-width:200px;object-fit:contain;display:block}.product-gallery__name{color:var(--color-text-main);margin:0}.product-gallery__tagline{color:var(--color-text-main);opacity:.65;margin:0;line-height:1.45;font-size:calc(15px / 16 * var(--base-body-primary-size))}.product-gallery__swatch-img-wrap{position:absolute;top:16px;right:16px;bottom:0;left:16px;opacity:0;transition:opacity .4s ease}.product-gallery__swatch-img-wrap.is-active{opacity:1}.product-gallery__swatch-img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__swatches{display:flex;gap:7px;align-items:center}.product-gallery__swatch{width:22px;height:22px;border-radius:50%;background-color:var(--swatch-bg,#ccc);border:1.5px solid rgba(0,0,0,.18);outline:2px solid transparent;outline-offset:2px;cursor:pointer;padding:0;flex-shrink:0;transition:outline-color .2s ease,transform .15s ease}.product-gallery__swatch:hover{transform:scale(1.15)}.product-gallery__swatch.is-active{outline-color:var(--color-text-main,#333)}.product-gallery__pricing{display:flex;align-items:flex-end;gap:0;margin-top:4px}.product-gallery__price-block{display:flex;flex-direction:column;gap:3px;padding-right:20px}.product-gallery__price-block+.product-gallery__price-block{padding-left:20px;padding-right:0;border-left:1px solid rgba(0,0,0,.18)}.product-gallery__price-label{font-size:calc(13px / 16 * var(--base-body-primary-size));opacity:.6;line-height:1}.product-gallery__price-value{font-size:calc(22px / 16 * var(--base-body-primary-size));font-weight:700;line-height:1.1;color:var(--color-text-main)}.product-gallery__badge-pill{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;align-items:center;font-size:calc(11px / 16 * var(--base-body-primary-size));font-weight:700;padding:5px 14px;border-radius:50px;white-space:nowrap;letter-spacing:.04em;line-height:1}.product-gallery__price-was{display:block;font-size:calc(15px / 16 * var(--base-body-primary-size));opacity:.55;text-decoration:line-through;line-height:1;margin-bottom:1px}.product-gallery__card-img-link{display:block}.product-gallery__learn-btn{display:contents}.product-gallery__card .product-gallery__learn-btn .button--solid,.product-gallery__mobile-slide .product-gallery__learn-btn .button--solid{background-color:var(--pg-lm-bg,var(--color-text-main));border-color:var(--pg-lm-bg,var(--color-text-main))}.product-gallery__card .product-gallery__learn-btn .button--solid .button__text,.product-gallery__mobile-slide .product-gallery__learn-btn .button--solid .button__text{color:var(--pg-lm-text,var(--color-foreground-main))}.product-gallery__card .product-gallery__learn-btn .button--outline,.product-gallery__mobile-slide .product-gallery__learn-btn .button--outline{border-color:var(--pg-lm-bg,var(--color-text-main))}.product-gallery__card .product-gallery__learn-btn .button--outline .button__text,.product-gallery__mobile-slide .product-gallery__learn-btn .button--outline .button__text{color:var(--pg-lm-text,var(--color-text-main))}.product-gallery__finder .button{margin:0;align-self:center;flex-shrink:0}.product-gallery__finder .button--solid{background-color:var(--pg-finder-btn-bg,var(--color-text-main));border-color:var(--pg-finder-btn-bg,var(--color-text-main))}.product-gallery__finder .button--solid .button__text,.product-gallery__finder .button--solid .button__icon{color:var(--pg-finder-btn-text,var(--color-foreground-main))}.product-gallery__finder .button--solid .button__icon svg path{fill:var(--pg-finder-btn-text,var(--color-foreground-main))!important}.product-gallery__finder .button--outline{border-color:var(--pg-finder-btn-bg,currentColor)}.product-gallery__finder .button--outline .button__text{color:var(--pg-finder-btn-text,currentColor)}.product-gallery__card .button--solid,.product-gallery__mobile-slide .button--solid{background-color:var(--pg-btn-bg,var(--color-text-main));border-color:var(--pg-btn-bg,var(--color-text-main))}.product-gallery__card .button--solid .button__text,.product-gallery__mobile-slide .button--solid .button__text{color:var(--pg-btn-text,var(--color-foreground-main))}.product-gallery__card .button--solid .button__icon svg path,.product-gallery__card .button--solid:hover .button__icon svg path,.product-gallery__mobile-slide .button--solid .button__icon svg path,.product-gallery__mobile-slide .button--solid:hover .button__icon svg path{fill:var(--pg-btn-text,var(--color-foreground-main))!important}.product-gallery__btn-wrap{width:100%;margin-top:auto;display:flex;flex-direction:row;gap:8px;flex-wrap:nowrap}.product-gallery__btn-wrap .button{flex:1;min-width:0;justify-content:center;box-sizing:border-box;padding-left:10px;padding-right:10px;transform:translateZ(0);backface-visibility:hidden;overflow:hidden}.product-gallery__btn-wrap .button__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.product-gallery__btn-wrap .button__icon{display:none}@media(min-width:1280px){.product-gallery__btn-wrap .button__icon{display:flex}}@media(max-width:1279px){.product-gallery__btn-wrap .button{transition:background-color .2s,border-color .2s,color .2s!important}.product-gallery__btn-wrap .button:hover{transform:translateZ(0)!important;padding-inline-start:10px!important;padding-inline-end:10px!important}}.product-gallery__learn-link{display:block;font-size:calc(12px / 16 * var(--base-body-primary-size));color:var(--pg-lm-text,var(--color-text-main));text-decoration:underline;text-underline-offset:2px;text-align:center;opacity:.6;transition:opacity .2s;align-self:center}.product-gallery__learn-link:hover{opacity:1}.product-gallery__who{position:relative;width:100%;text-align:center}.product-gallery__who-trigger{background:none;border:none;padding:0;font-size:calc(12px / 16 * var(--base-body-primary-size));color:var(--color-text-main);opacity:.45;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:opacity .2s;font-family:inherit}.product-gallery__who-trigger:hover{opacity:.7}.product-gallery__who-bubble{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-6px);width:220px;background:var(--who-bg,#fff);color:var(--who-text,var(--color-text-main));border-radius:10px;padding:12px 14px;box-shadow:0 4px 24px #00000021,0 1px 4px #00000012;font-size:calc(13px / 16 * var(--base-body-primary-size));line-height:1.45;text-align:left;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:200}.product-gallery__who-bubble.is-open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.product-gallery__who-bubble:after{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:var(--who-bg,#fff);border-top-left-radius:2px}.product-gallery__card:has(.product-gallery__who-bubble.is-open){z-index:10}.product-gallery__mobile-slide:has(.product-gallery__who-bubble.is-open){z-index:10}.product-gallery__mobile{display:none}@media(max-width:1024px){.product-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product-gallery__inner>.product-gallery__info-bar{display:none}.product-gallery__grid{display:none}.product-gallery__mobile{display:flex;flex-direction:column;gap:16px}.product-gallery__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.product-gallery__tabs::-webkit-scrollbar{display:none}.product-gallery__tab{flex-shrink:0;padding:9px 18px;border-radius:100px;border:1.5px solid var(--color-text-main,#111);background:transparent;color:var(--color-text-main,#111);font-size:calc(14px / 16 * var(--base-body-primary-size));font-weight:500;cursor:pointer;transition:background .18s,color .18s;white-space:nowrap;text-align:center}.product-gallery__tab.is-active{background:var(--color-text-main,#111);color:var(--color-foreground-main,#fff)}.product-gallery__mobile-slides{display:flex;flex-direction:column;gap:16px}.product-gallery__mobile-slide{display:flex;flex-direction:column;background:var(--pg-card-bg,#ffffff);border-radius:var(--pg-card-radius,var(--border-radius-cards,12px));scroll-margin-top:100px;position:relative;transform:translateZ(0);backface-visibility:hidden}.product-gallery__mobile-slide .product-gallery__card-img{padding:16px 16px 0}.product-gallery__mobile-slide .product-gallery__card-body{align-items:center;text-align:center;padding:20px 20px 28px}.product-gallery__mobile-slide .product-gallery__price-block+.product-gallery__price-block{border-left-color:#0000002e}.product-gallery__mobile-slide .product-gallery__logo{max-width:180px}.product-gallery__mobile-slide .product-gallery__who{width:100%;text-align:center}.product-gallery__mobile-slide .product-gallery__who-trigger{display:block;width:100%;text-align:center}.product-gallery__finder{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 20px}.product-gallery__finder-heading{font-size:calc(22px / 60 * var(--base-headings-primary-size))}.product-gallery__finder-body{font-size:calc(13px / 16 * var(--base-body-primary-size))}}
/*# sourceMappingURL=/cdn/shop/t/203/assets/section-product-gallery.css.map */
