.tabs-guarantee,.tabs-guarantee *,.tabs-guarantee *:before,.tabs-guarantee *:after{box-sizing:border-box}.tabs-guarantee{position:relative;overflow:hidden;background-color:var(--background-color);font-family:Poppins,sans-serif}.tabs-guarantee__background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.tabs-guarantee__background picture,.tabs-guarantee__banner-media picture{display:block;height:100%}.tabs-guarantee__background-image{width:100%;height:100%;object-fit:cover;object-position:center}.tabs-guarantee__container{position:relative;display:flex;flex-direction:column;align-items:center;gap:30px;padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}.tabs-guarantee__heading{font-family:Poppins;margin:0;color:var(--heading-color);font-weight:600;font-size:28px;line-height:1.2;letter-spacing:-1px;text-align:center}.tabs-guarantee__accordion{--panel-column: 1;--titles-column: 2;display:flex;width:100%;flex-direction:column;gap:10px}.tabs-guarantee__accordion--content-right{--panel-column: 2;--titles-column: 1}.tabs-guarantee__item{border-radius:10px;background:rgb(var(--card-background-rgb) / .8);box-shadow:3px 4px 10px rgb(var(--card-shadow-color-rgb) / .25)}.tabs-guarantee__title{display:flex;width:100%;align-items:flex-start;justify-content:space-between;gap:10px;padding:20px;border:0;background:none;color:var(--title-color);font-family:inherit;font-weight:600;font-size:20px;line-height:1.2;letter-spacing:-1px;text-align:left;cursor:pointer}.tabs-guarantee__title-text{min-width:0;flex:1 1 auto}.tabs-guarantee__title-icon{position:relative;width:30px;height:30px;flex:none;color:var(--accent-color)}.tabs-guarantee__title-icon-shape{display:block;width:100%;height:100%}.tabs-guarantee__title-icon-shape svg{display:block;width:100%;height:100%}.tabs-guarantee__title-icon-shape svg path{fill:currentColor}.tabs-guarantee__title-icon-shape--minus,.tabs-guarantee__item[data-active] .tabs-guarantee__title-icon-shape--plus{display:none}.tabs-guarantee__item[data-active] .tabs-guarantee__title-icon-shape--minus{display:block}.tabs-guarantee__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.tabs-guarantee__item[data-active] .tabs-guarantee__panel{grid-template-rows:1fr}.tabs-guarantee__panel-inner{min-height:0;overflow:hidden}.tabs-guarantee__panel-content{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:0 20px 20px}.tabs-guarantee__panel-icon{display:block;width:100px;height:100px;flex:none}.tabs-guarantee__panel-icon img{display:block;width:100%;height:100%;object-fit:contain}.tabs-guarantee__panel-text{color:var(--text-color);font-size:16px;line-height:1.7;letter-spacing:-.5px}.tabs-guarantee__panel-text strong{color:var(--accent-color);font-weight:600}.tabs-guarantee__banner{--banner-content-offset: 99px;--banner-bleed: 20px;position:relative;display:flex;width:auto;align-self:stretch;flex-direction:column;margin:0 calc(var(--banner-bleed) * -1);overflow:hidden;background:var(--banner-background-color);box-shadow:3px 4px 25px rgb(var(--card-shadow-color-rgb) / .25)}@media screen and (min-width:750px){.tabs-guarantee__banner{--banner-bleed: 50px}}.tabs-guarantee__banner-media{width:100%;flex:none;pointer-events:none}.tabs-guarantee__banner-image{width:100%;height:100%;object-fit:cover;object-position:top;aspect-ratio:375 / 433}.tabs-guarantee__banner-content{position:relative;display:flex;width:100%;flex-direction:column;gap:40px;padding:0 37px 40px;text-align:left}.tabs-guarantee__banner-label,.tabs-guarantee__banner-heading{text-align:center}.tabs-guarantee__banner-text{display:flex;flex-direction:column;gap:10px}.tabs-guarantee__banner-label,.tabs-guarantee__banner-heading{margin:0;font-weight:600;line-height:1.2;letter-spacing:-1px}.tabs-guarantee__banner-heading>p{margin:0}.tabs-guarantee__banner-label{color:var(--banner-label-color);font-size:18px}.tabs-guarantee__banner-heading{color:var(--banner-heading-color);font-size:24px}.tabs-guarantee__banner-description{color:var(--banner-text-color);font-size:16px;line-height:1.7;letter-spacing:-.5px}.tabs-guarantee__banner-description>*:first-child{margin-top:0}.tabs-guarantee__banner-description>*:last-child{margin-bottom:0}.tabs-guarantee__banner-actions{display:flex;flex-direction:column;align-items:center;gap:15px}.tabs-guarantee__banner-button{display:flex;width:100%;min-height:55px;align-items:center;justify-content:center;gap:12px;padding:10px 26px;border-radius:60px;background:var(--banner-button-background);color:var(--banner-button-text-color);font-weight:600;font-size:18px;letter-spacing:-.18px;text-align:center;text-decoration:none;transition:background .25s ease,color .25s ease}.tabs-guarantee__banner-button:hover{background:var(--banner-button-background-hover);color:var(--banner-button-text-color-hover)}.tabs-guarantee__banner-button-icon{display:flex;width:14px;height:13px;flex:none}.tabs-guarantee__banner-button-icon svg{display:block;width:100%;height:100%}.tabs-guarantee__banner-button-icon svg path{stroke:currentColor}.tabs-guarantee__banner-guarantee{display:flex;align-items:center;gap:8px}.tabs-guarantee__banner-guarantee-icon{display:block;width:28px;height:28px;flex:none}.tabs-guarantee__banner-guarantee-icon img{display:block;width:100%;height:100%;object-fit:contain}.tabs-guarantee__banner-guarantee-text{color:var(--banner-guarantee-text-color);font-family:DM Sans,Poppins,sans-serif;font-weight:600;font-size:16px;line-height:1.3;letter-spacing:-.5px}@media screen and (max-width:998px){.tabs-guarantee--desktop,.tabs-guarantee__background>picture:has(.tabs-guarantee--desktop){display:none}.tabs-guarantee__banner-content{margin-top:-140px}}@media screen and (min-width:990px){.tabs-guarantee--mobile,.tabs-guarantee__background>picture:has(.tabs-guarantee--mobile){display:none}.tabs-guarantee__container{gap:40px;padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}.tabs-guarantee__heading{font-size:40px}.tabs-guarantee__accordion{display:grid;grid-template-columns:minmax(0,var(--content-fr)) minmax(0,var(--accordion-fr));grid-template-rows:repeat(var(--items-count),auto);align-items:start;column-gap:var(--content-gap);row-gap:15px}.tabs-guarantee__accordion--content-right{grid-template-columns:minmax(0,var(--accordion-fr)) minmax(0,var(--content-fr))}.tabs-guarantee__item{display:contents}.tabs-guarantee__title{grid-column:var(--titles-column);align-items:center;gap:20px;padding:15px 40px;border-radius:10px;background:rgb(var(--card-background-rgb) / .8);box-shadow:3px 4px 24px rgb(var(--card-shadow-color-rgb) / .25);font-size:24px}.tabs-guarantee__panel{display:none}.tabs-guarantee__item[data-active] .tabs-guarantee__panel{display:block;grid-row:1 / -1;grid-column:var(--panel-column);align-self:start;padding:20px 40px;border-radius:10px;background:rgb(var(--card-background-rgb) / .8);box-shadow:3px 4px 24px rgb(var(--card-shadow-color-rgb) / .25);animation:tabs-guarantee-panel-in .3s ease}.tabs-guarantee__panel-content{gap:10px;padding:0}.tabs-guarantee__banner{width:100%;align-self:auto;margin:0;border-radius:20px}.tabs-guarantee__banner-media{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto}.tabs-guarantee__banner-label,.tabs-guarantee__banner-heading{text-align:left}.tabs-guarantee__banner-content{width:var(--banner-content-width);max-width:calc(100% - var(--banner-content-offset));margin-left:var(--banner-content-offset);gap:40px;padding:52px 0}.tabs-guarantee__banner--content-right .tabs-guarantee__banner-content{margin-right:var(--banner-content-offset);margin-left:auto}.tabs-guarantee__banner-label{font-size:24px}.tabs-guarantee__banner-heading{font-size:40px}.tabs-guarantee__banner-guarantee-text{font-size:20px}.tabs-guarantee__banner-actions{max-width:360px;width:100%}}@keyframes tabs-guarantee-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.tabs-guarantee__panel,.tabs-guarantee__item[data-active] .tabs-guarantee__panel{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/section-tabs-guarantee.css.map */
