.product-gallery-section{background:var(--pg-section-bg, #ffffff)}.product-gallery-section__inner{padding:40px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:18px;align-items:stretch}.product-gallery-section__content{background:var(--pg-content-bg, #f3eddf);border-radius:0 8px 8px 0;padding-top:40px;padding-bottom:36px;padding-right:40px;padding-left:max(20px,calc((100vw - 1440px)/2 + 40px));display:flex;flex-direction:column;justify-content:center}.product-gallery-section__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-gallery-section__pill{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:999px;font-size:16px;font-weight:400;letter-spacing:.04em}.product-gallery-section__pill--dark{background:#1f2a23;color:#fff}.product-gallery-section__pill--dark:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pg-accent-color, #f5a623)}.product-gallery-section__pill--accent{background:var(--pg-accent-color, #f5a623);color:#1f2a23}.product-gallery-section__pill--accent:before{content:"\2605";font-size:16px;line-height:1}.product-gallery-section__title{margin:0 0 20px;font-size:clamp(28px,3.6vw,76px);font-weight:800;text-transform:uppercase;letter-spacing:.01em;line-height:1.05;color:var(--pg-title-color, #111111)!important}.product-gallery-section__subtitle{margin:0 0 25px;font-size:clamp(18px,1.8vw,32px);font-weight:800;color:var(--pg-title-color, #111111);line-height:1.2}.product-gallery-section__subtitle p,.product-gallery-section__description p{margin:0}.product-gallery-section__subtitle strong{color:var(--pg-subtitle-accent-color, #2d4a3a);font-weight:inherit;display:block}.product-gallery-section__description{margin:0 0 30px;font-size:18px;line-height:1.55;color:#000;max-width:460px}.product-gallery-section__cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.product-gallery-section__cta{display:inline-flex;align-items:center;gap:8px;background:var(--pg-cta-bg, #2d4a3a);color:var(--pg-cta-color, #ffffff);padding:14px 16px;font-size:20px;font-weight:700;text-decoration:none;border-radius:4px;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.product-gallery-section__cta:hover{opacity:.92;transform:translateY(-1px)}.product-gallery-section__cta-compare{text-decoration:line-through;opacity:.6;font-weight:500;font-size:13px;margin-left:6px}.product-gallery-section__cta-text+.product-gallery-section__cta-price{margin-left:6px}.product-gallery-section__stock{display:flex;flex-direction:column;gap:2px;font-size:13px;color:#0b1620}.product-gallery-section__stock-status{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--pg-title-color, #111111)}.product-gallery-section__stock-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#298b5b;display:inline-block}.product-gallery-section__stock-note{font-size:12px;opacity:.75}.product-gallery-section__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.product-gallery-section__stat-value{font-size:clamp(18px,1.8vw,26px);font-weight:800;color:var(--pg-subtitle-accent-color, #2d4a3a);letter-spacing:.02em;margin-bottom:2px;line-height:1.1}.product-gallery-section__stat-label{font-size:11px;color:var(--pg-text-color, #4a5a52);line-height:1.2}.product-gallery-section__media{display:flex;flex-direction:column;gap:12px;min-width:0;padding-right:10px}.product-gallery-section__main{position:relative;border-radius:8px;overflow:hidden;background:#eee}.product-gallery-section__main .swiper{width:100%;aspect-ratio:4 / 3}.product-gallery-section__main .swiper-slide{display:flex;align-items:center;justify-content:center;background:#fff}.product-gallery-section__main .swiper-slide img,.product-gallery-section__main .swiper-slide svg{width:100%;height:100%;object-fit:fill;display:block}.product-gallery-section__nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;color:#1f2a23;transition:background .2s ease,transform .2s ease}.product-gallery-section__nav-btn:hover{background:#f8f8f8;transform:translateY(-50%) scale(1.05)}.product-gallery-section__nav-btn--prev{left:14px}.product-gallery-section__nav-btn--next{right:14px}.product-gallery-section__nav-btn svg{width:16px;height:16px}.product-gallery-section__nav-btn.swiper-button-disabled{opacity:.4;cursor:not-allowed}.product-gallery-section__thumbs{position:relative}.product-gallery-section__thumbs .swiper{width:100%}.product-gallery-section__thumbs .swiper-slide{cursor:pointer;border-radius:6px;overflow:hidden;aspect-ratio:4 / 3;background:#eee;opacity:.5;transition:opacity .2s ease,outline .2s ease}.product-gallery-section__thumbs .swiper-slide-thumb-active{opacity:1}.product-gallery-section__thumbs .swiper-slide img,.product-gallery-section__thumbs .swiper-slide svg{width:100%;height:100%;object-fit:fill;display:block}@media(max-width:989px){.product-gallery-section__inner{grid-template-columns:1fr;gap:15px;padding:40px 0}.product-gallery-section__media{order:-1;padding:0 20px}.product-gallery-section__content{padding:28px 24px;border-radius:0}}@media(max-width:600px){.product-gallery-section__inner{padding:20px 0}.product-gallery-section__media{padding:0 12px}.product-gallery-section__content{padding:22px 18px}.product-gallery-section__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-gallery-section__nav-btn{width:36px;height:36px}.product-gallery-section__nav-btn--prev{left:8px}.product-gallery-section__nav-btn--next{right:8px}.product-gallery-section__cta{padding:10px 20px;font-size:15px}}custom-add-to-cart{display:inline-block}.product-gallery-section__cta{cursor:pointer;border:0;font:inherit;position:relative;overflow:hidden}.product-gallery-section__cta[aria-disabled=true]{cursor:not-allowed;opacity:.7}.product-gallery-section__cta.is-loading{cursor:progress;pointer-events:none}.product-gallery-section__cta .custom-atc__loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--pg-cta-bg, #2d4a3a);color:var(--pg-cta-color, #ffffff);border-radius:inherit;z-index:2}.product-gallery-section__cta .custom-atc__spinner{display:inline-block;width:18px;height:18px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:cta-spin .7s linear infinite}.custom-atc__error{margin-top:10px;font-size:13px;color:#c0392b;background:#c0392b14;padding:8px 12px;border-radius:3px}@keyframes cta-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/main-product-gallery.css.map */
