.jg-offers{padding-top:var(--jgo-pt, 24px);padding-bottom:var(--jgo-pb, 24px);width:100%}.jg-offers__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:var(--jgo-head-gap, 14px)}.jg-offers__heading{margin:0;font-family:var(--jgo-heading-font);font-size:var(--jgo-heading-size, 14px);font-weight:var(--jgo-heading-weight, 600);letter-spacing:var(--jgo-heading-tracking, .3em);line-height:1.2;color:var(--jgo-heading-color, #121212);text-transform:var(--jgo-heading-transform, uppercase)}.jg-offers__arrows{display:flex;gap:8px;flex:0 0 auto}.jg-offers__arrow{width:var(--jgo-arrow-size, 28px);height:var(--jgo-arrow-size, 28px);padding:0;border:1px solid var(--jgo-arrow-color, #121212);border-radius:0;background:transparent;color:var(--jgo-arrow-color, #121212);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,color .25s ease,opacity .2s ease}.jg-offers__arrow svg{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.jg-offers__arrow:hover{background:var(--jgo-arrow-color, #121212);color:var(--jgo-card-bg, #f3f3f3)}.jg-offers__arrow[disabled]{opacity:.28;cursor:default}.jg-offers__arrow[disabled]:hover{background:transparent;color:var(--jgo-arrow-color, #121212)}.jg-offers__track{display:flex;gap:var(--jgo-gap, 16px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1px}.jg-offers__track::-webkit-scrollbar{display:none}.jg-offers--single .jg-offers__track{overflow:visible}.jg-offer{flex:0 0 var(--jgo-card-w, 268px);scroll-snap-align:start;display:flex;flex-direction:column;justify-content:space-between;min-height:var(--jgo-card-h, 150px);background:var(--jgo-card-bg, transparent);border-radius:var(--jgo-card-radius, 0px);overflow:hidden;border:1px solid}.jg-offers--single .jg-offer{flex:1 1 100%}.jg-offer__body{display:flex;align-items:center;gap:var(--jgo-icon-gap, 12px);padding:var(--jgo-card-pad-y, 20px) var(--jgo-card-pad-x, 18px);flex:1 1 auto}.jg-offer__badge{width:var(--jgo-badge-size, 36px);height:var(--jgo-badge-size, 36px);flex:0 0 var(--jgo-badge-size, 36px);border-radius:50%;background:var(--jgo-badge-bg, #fff8ed);display:flex;align-items:center;justify-content:center;overflow:hidden}.jg-offer__badge svg{width:48%;height:48%;fill:none;stroke:var(--jgo-icon-color, #000);stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.jg-offer__badge svg .is-solid{fill:var(--jgo-icon-color, #121212);stroke:none}.jg-offer__badge--bare{background:none;border-radius:0;width:var(--jgo-badge-size, 36px);height:var(--jgo-badge-size, 36px);flex:0 0 var(--jgo-badge-size, 36px)}.jg-offer__badge--bare svg{width:100%;height:100%}.jg-offer__body--top{align-items:flex-start}.jg-offer__body--top .jg-offer__badge{margin-top:var(--jgo-icon-offset, 0px);align-self:flex-start}.jg-offer__body--top .jg-offer__badge--bare{width:var(--jgo-badge-size, 14px);height:var(--jgo-badge-size, 14px);flex:0 0 var(--jgo-badge-size, 14px);align-items:center;margin-top:calc((var(--jgo-title-size, 16px) * 1.25 - var(--jgo-badge-size, 14px)) / 2 + var(--jgo-icon-offset, 0px))}.jg-offer__body--top .jg-offer__badge--bare svg{width:100%;height:100%;max-height:none}.jg-offer__badge img{width:52%;height:52%;object-fit:contain}.jg-offer__text{min-width:0}.jg-offer__title{margin:0 0 var(--jgo-title-gap, 5px);font-family:var(--jgo-title-font);font-size:var(--jgo-title-size, 13px);font-weight:var(--jgo-title-weight, 500);letter-spacing:var(--jgo-title-tracking, .13em);text-transform:var(--jgo-title-transform, uppercase);line-height:1.25;color:var(--jgo-title-color, #121212)}.jg-offer__desc{margin:0;font-family:var(--jgo-desc-font);font-size:var(--jgo-desc-size, 12.5px);font-weight:400;line-height:1.6;letter-spacing:.03rem;color:var(--jgo-desc-color, #121212);opacity:var(--jgo-desc-opacity, .65)}.jg-offer__strip{height:var(--jgo-strip-h, 44px);flex:0 0 var(--jgo-strip-h, 44px);width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 12px;margin:0;border:0;border-radius:0;font-family:var(--jgo-strip-font);font-size:var(--jgo-strip-size, 11px);font-weight:var(--jgo-strip-weight, 500);letter-spacing:var(--jgo-strip-tracking, .16em);text-transform:var(--jgo-strip-transform, uppercase);text-align:center;background:var(--jgo-strip-bg, #9e9488);color:var(--jgo-strip-color, #fff8ed);-webkit-user-select:none;user-select:none;transition:background-color .25s ease,color .25s ease}.jg-offer__strip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.jg-offer__strip{cursor:pointer;font-family:var(--jgo-strip-font)}.jg-offer__strip svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.jg-offer:hover .jg-offer__strip--copy,.jg-offer__strip--copy:focus-visible{background:var(--jgo-strip-hover-bg, #121212);color:var(--jgo-strip-hover-color, #fff8ed)}.jg-offer__strip.is-copied{background:var(--jgo-strip-hover-bg, #121212);color:var(--jgo-strip-hover-color, #fff8ed)}.jg-offer__strip.is-copied svg{display:none}.jg-offers__dots{display:flex;gap:6px;justify-content:center;margin-top:var(--jgo-dots-gap, 14px)}.jg-offers__dot{width:6px;height:6px;padding:0;border:0;border-radius:var(--jgo-dot-radius, 0px);background:var(--jgo-dot-color, #9e9488);opacity:.3;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.jg-offers__dot.is-active{background:var(--jgo-dot-active-color, #121212);opacity:1}@media screen and (max-width:749px){.jg-offers{padding-top:var(--jgo-pt-mobile, 20px);padding-bottom:var(--jgo-pb-mobile, 20px)}.jg-offers__heading{font-size:var(--jgo-heading-size-mobile, 12px)}.jg-offers__arrows{display:none}.jg-offer{flex:0 0 var(--jgo-card-w-mobile, 84%);min-height:var(--jgo-card-h-mobile, 144px)}.jg-offer__title{font-size:var(--jgo-title-size-mobile, 12px)}.jg-offer__body--top .jg-offer__badge--bare{margin-top:calc((var(--jgo-title-size-mobile, 14px) * 1.25 - var(--jgo-badge-size, 14px)) / 2 + var(--jgo-icon-offset, 0px))}.jg-offer__desc{font-size:var(--jgo-desc-size-mobile, 12px)}.jg-offer__strip{font-size:var(--jgo-strip-size-mobile, 10.5px)}}@media(prefers-reduced-motion:reduce){.jg-offers__track{scroll-behavior:auto}.jg-offer__strip,.jg-offers__arrow,.jg-offers__dot{transition:none}}.product__title+.product__text{text-align:left;max-width:42ch;margin-top:-.5rem!important;margin-bottom:.75rem!important}@media screen and (max-width:749px){.product__title+.product__text{max-width:34ch}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/jg-offers-carousel.css.map */
