.tpe-v3{background-color:var(--tpe-bg, #ffffff);padding-top:var(--tpe-pt-mb, 24px);padding-bottom:var(--tpe-pb-mb, 24px);font-family:Gotham,sans-serif}.tpe-v3 *,.tpe-v3 *:before,.tpe-v3 *:after{box-sizing:border-box}@media screen and (min-width:990px){.tpe-v3{padding-top:var(--tpe-pt-dt, 40px);padding-bottom:var(--tpe-pb-dt, 40px)}}.tpe-v3__container{width:100%;max-width:var(--tpe-content-width, 1040px);margin:0 auto;padding:0 15px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:990px){.tpe-v3__container{padding:0 50px}}.tpe-v3--full-width .tpe-v3__container{max-width:none}.tpe-v3__heading{color:var(--tpe-heading-color, #543b5b);font-size:var(--tpe-heading-fs-mb, 20px);font-weight:var(--tpe-heading-fw, 400);letter-spacing:var(--tpe-heading-ls, 2px);line-height:1.5;text-align:center;margin:0 0 var(--tpe-heading-gap-mb, 24px);max-width:900px}.tpe-v3__heading>*{margin:0;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}@media screen and (min-width:990px){.tpe-v3__heading{font-size:var(--tpe-heading-fs-dt, 32px);line-height:1.2;margin-bottom:var(--tpe-heading-gap-dt, 40px)}}.tpe-v3__grid{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:var(--tpe-gap-mb, 24px)}.tpe-v3--mobile-row .tpe-v3__grid{flex-direction:row;align-items:stretch}@media screen and (min-width:990px){.tpe-v3__grid{flex-direction:row;align-items:stretch;gap:var(--tpe-gap-dt, 40px)}}.tpe-v3__item{display:flex;flex-direction:column;width:100%;max-width:var(--tpe-card-max-width, 520px)}.tpe-v3--mobile-row .tpe-v3__item,.tpe-v3--full-width .tpe-v3__item{flex:1 1 0;min-width:0}@media screen and (min-width:990px){.tpe-v3__item{flex:1 1 0;min-width:0}}.tpe-v3__arrow{display:none}@media screen and (min-width:990px){.tpe-v3__arrow{display:block;flex:0 0 auto;align-self:center;width:var(--tpe-arrow-width, 60px);color:var(--tpe-arrow-color, #543b5b)}}.tpe-v3__arrow img,.tpe-v3__arrow svg{display:block;width:100%;height:auto}.tpe-v3__item-heading{color:var(--tpe-item-heading-color, #543b5b);font-family:Gotham,sans-serif;font-size:var(--tpe-item-heading-fs-mb, 28px);font-weight:var(--tpe-item-heading-fw, 400);letter-spacing:var(--tpe-item-heading-ls, 3px);line-height:1.2;text-align:center;margin:0 0 var(--tpe-item-heading-gap-mb, 10px)}.tpe-v3__item-heading--marker{font-family:Permanent Marker,cursive}@media screen and (min-width:990px){.tpe-v3__item-heading{font-size:var(--tpe-item-heading-fs-dt, 34px);margin-bottom:var(--tpe-item-heading-gap-dt, 30px)}}.tpe-v3__card{position:relative;display:flex;flex-direction:column;width:100%;margin-top:auto}.tpe-v3__media-wrapper{position:relative;width:100%}.tpe-v3__media{position:relative;display:block;width:100%;overflow:hidden;background-color:var(--tpe-media-bg, #f7f7f7)}.tpe-v3--ratio-square .tpe-v3__media{aspect-ratio:1 / 1}.tpe-v3--ratio-portrait .tpe-v3__media{aspect-ratio:3 / 4}.tpe-v3--image-padding .tpe-v3__media{padding:var(--tpe-image-padding, 20px)}.tpe-v3__image{display:block;width:100%;height:100%;object-fit:contain}.tpe-v3--ratio-adapt .tpe-v3__image{height:auto}.tpe-v3__badge--pill{position:absolute;top:8px;right:8px;z-index:2;padding:4px 12px;border-radius:160px;background-color:var(--tpe-badge-bg, #543b5b);color:var(--tpe-badge-text, #ffffff);font-size:var(--tpe-badge-fs-mb, 12px);font-weight:var(--tpe-badge-fw, 400);line-height:1.33}.tpe-v3__badge--polygon{position:absolute;top:0;right:0;z-index:2;width:var(--tpe-polygon-size-mb, 68px);height:var(--tpe-polygon-size-mb, 68px);color:var(--tpe-badge-bg, #8a6592)}.tpe-v3__badge--polygon svg{display:block;width:100%;height:100%}.tpe-v3__badge-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0 8px;color:var(--tpe-badge-text, #ffffff);font-size:var(--tpe-badge-fs-mb, 12px);font-weight:var(--tpe-badge-fw, 700);letter-spacing:2px;line-height:1.2;text-align:center}@media screen and (min-width:990px){.tpe-v3__badge--pill,.tpe-v3__badge-text{font-size:var(--tpe-badge-fs-dt, 14px)}.tpe-v3__badge--polygon{width:var(--tpe-polygon-size-dt, 88px);height:var(--tpe-polygon-size-dt, 88px)}}.tpe-v3 .tpe-v3__product-badge.card__badge.card__badge-top{position:absolute;top:10px;right:auto;bottom:auto;left:10px;z-index:2}.tpe-v3__mobile-btn{position:absolute;right:10px;bottom:10px;z-index:3;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:none;color:var(--tpe-btn-accent, #543b5b);cursor:pointer;transition:transform .3s ease}.tpe-v3__mobile-btn img,.tpe-v3__mobile-btn svg{display:block;width:100%;height:100%;object-fit:contain}.tpe-v3__card--actions-open .tpe-v3__mobile-btn{transform:rotate(45deg)}@media(hover:hover)and (min-width:990px){.tpe-v3__mobile-btn{display:none}}.tpe-v3__info{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:16px;text-align:center;transition:transform .3s ease,margin-top .3s ease}.tpe-v3__info-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.tpe-v3__title{width:100%;margin:0;color:var(--tpe-title-color, #543b5b);font-size:var(--tpe-title-fs-mb, 16px);font-weight:var(--tpe-title-fw, 400);letter-spacing:.5px;line-height:1.2;text-transform:uppercase}.tpe-v3__title a{color:inherit;text-decoration:none}.tpe-v3--mobile-row .tpe-v3__title{min-height:2.4em}@media screen and (min-width:990px){.tpe-v3__title{min-height:2.4em;font-size:var(--tpe-title-fs-dt, 18px)}}.tpe-v3__reviews{display:flex;align-items:center;justify-content:center;gap:6px;min-height:15px}.tpe-v3__stars{width:auto;height:13px;object-fit:contain}.tpe-v3__reviews-text{color:var(--tpe-reviews-color, #543b5b);font-size:var(--tpe-reviews-fs-mb, 14px);font-weight:var(--tpe-reviews-fw, 300)}@media screen and (min-width:990px){.tpe-v3__stars{height:15px}.tpe-v3__reviews-text{font-size:var(--tpe-reviews-fs-dt, 14px)}}.tpe-v3__price{display:flex;align-items:center;justify-content:center;gap:8px}.tpe-v3__price-compare{color:var(--tpe-compare-color, #543b5b);font-size:var(--tpe-compare-fs-mb, 14px);font-weight:var(--tpe-compare-fw, 300);text-decoration:line-through}.tpe-v3__price-actual{color:var(--tpe-actual-color, #543b5b);font-size:var(--tpe-actual-fs-mb, 16px);font-weight:var(--tpe-actual-fw, 400)}@media screen and (min-width:990px){.tpe-v3__price-compare{font-size:var(--tpe-compare-fs-dt, 14px)}.tpe-v3__price-actual{font-size:var(--tpe-actual-fs-dt, 16px)}}.tpe-v3__actions{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:0;max-height:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease,margin-top .3s ease}.tpe-v3__card--actions-open .tpe-v3__actions{max-height:240px;margin-top:8px;opacity:1;visibility:visible;pointer-events:auto}@media(hover:hover)and (min-width:990px){.tpe-v3__actions{max-height:none;margin-top:8px;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.tpe-v3__card:hover .tpe-v3__info,.tpe-v3__card:focus-within .tpe-v3__info{transform:translateY(-23px);margin-top:-20px;padding-top:16px;background:#fffc}.tpe-v3__card:hover .tpe-v3__actions,.tpe-v3__card:focus-within .tpe-v3__actions{opacity:1;visibility:visible;pointer-events:auto}}.tpe-v3--static-cta .tpe-v3__actions{max-height:none;margin-top:8px;overflow:visible;opacity:1;visibility:visible;pointer-events:auto}.tpe-v3--static-cta .tpe-v3__mobile-btn{display:none}@media(hover:hover)and (min-width:990px){.tpe-v3--static-cta .tpe-v3__card:hover .tpe-v3__info,.tpe-v3--static-cta .tpe-v3__card:focus-within .tpe-v3__info{transform:none;margin-top:0;padding-top:16px;background:transparent}}.tpe-v3__btn{display:block;width:100%;padding:10px 16px;border:1px solid var(--tpe-btn-accent, #543b5b);border-radius:4px;font-family:Gotham,sans-serif;font-size:var(--tpe-btn-fs-mb, 14px);font-weight:var(--tpe-btn-fw, 500);line-height:1.4;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}@media screen and (min-width:990px){.tpe-v3__btn{font-size:var(--tpe-btn-fs-dt, 14px)}}.tpe-v3__btn--secondary{background-color:transparent;color:var(--tpe-btn-accent, #543b5b)}.tpe-v3__btn--primary{position:relative;background-color:var(--tpe-btn-accent, #543b5b);color:var(--tpe-btn-primary-text, #ffffff)}.tpe-v3__btn:hover{opacity:.8}.tpe-v3__btn[disabled],.tpe-v3__btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.tpe-v3__btn-spinner{display:none;width:16px;height:16px;margin-left:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:middle;animation:tpe-v3-spin .6s linear infinite}.tpe-v3__btn.is-loading{opacity:.85;cursor:progress}.tpe-v3__btn.is-loading .tpe-v3__btn-spinner{display:inline-block}.tpe-v3__btn-error{display:block;margin-top:8px;color:#c0392b;font-size:12px;line-height:1.4;text-align:center}.tpe-v3__btn-error[hidden]{display:none}@keyframes tpe-v3-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/101/assets/two-product-expose-section-v3.css.map */
