.goom-myths{background:var(--goom-myths-bg, var(--goom-white));color:var(--goom-myths-fg, var(--goom-blue));font-family:var(--goom-font-text);padding-block:var(--goom-section-y)}.goom-myths *,.goom-myths *:before,.goom-myths *:after{box-sizing:border-box}@media(min-width:750px){.goom-myths{padding-block:var(--goom-section-y-lg)}}.goom-myths__container{max-width:var(--goom-container-max);margin-inline:auto}.goom-myths__head{margin-bottom:var(--goom-space-8);padding-inline:var(--goom-gutter);text-align:center}@media(min-width:750px){.goom-myths__head{padding-inline:var(--goom-gutter-lg)}}.goom-myths__heading{margin:0;font-family:var(--goom-font-display);font-size:var(--goom-fs-h2);font-weight:var(--goom-fw-bold);line-height:var(--goom-lh-tight);letter-spacing:var(--goom-ls-tight);color:inherit}.goom-myths__subheading{max-width:var(--goom-measure-wide);margin:var(--goom-space-3) auto 0;font-size:var(--goom-fs-lg);line-height:var(--goom-lh-relaxed);color:var(--goom-text-muted)}.goom-myths__track{display:flex;gap:var(--goom-space-4);overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:var(--goom-gutter);padding-bottom:var(--goom-space-4);scrollbar-width:none;-webkit-overflow-scrolling:touch}.goom-myths__track::-webkit-scrollbar{display:none}@media(min-width:750px){.goom-myths__track{padding-inline:var(--goom-gutter-lg)}}.goom-myths__card{flex:0 0 70%;scroll-snap-align:start}@media(min-width:750px){.goom-myths__card{flex:0 0 300px}}.goom-myths__flipper{position:relative;display:block;width:100%;aspect-ratio:3 / 4;padding:0;border:none;background:none;cursor:pointer;transform-style:preserve-3d;transition:transform var(--goom-duration-slow) var(--goom-ease);-webkit-tap-highlight-color:transparent}.goom-myths__card.is-flipped .goom-myths__flipper{transform:rotateY(180deg)}.goom-myths__flipper:focus-visible{outline:2px solid var(--goom-cyan);outline-offset:var(--goom-space-1)}.goom-myths__face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:var(--goom-radius-lg);backface-visibility:hidden;-webkit-backface-visibility:hidden}.goom-myths__face--back{display:flex;align-items:center;transform:rotateY(180deg);background:var(--goom-myths-back-bg, var(--goom-blue));color:var(--goom-myths-back-fg, var(--goom-white))}.goom-myths__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.goom-myths__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.goom-myths__front-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--goom-space-2);padding:var(--goom-space-5);text-align:left;color:var(--goom-white)}.goom-myths__label{align-self:flex-start;padding:.25em .7em;border-radius:var(--goom-radius-pill);background:var(--goom-cyan);color:var(--goom-blue);font-size:var(--goom-fs-xs);font-weight:var(--goom-fw-bold);letter-spacing:var(--goom-ls-wide);text-transform:uppercase}.goom-myths__myth{margin:0;font-family:var(--goom-font-display);font-size:var(--goom-fs-xl);font-weight:var(--goom-fw-bold);line-height:var(--goom-lh-tight);letter-spacing:var(--goom-ls-tight)}.goom-myths__hint{font-size:var(--goom-fs-xs);opacity:.8}.goom-myths__back-content{padding:var(--goom-space-6);text-align:left}.goom-myths__verdict{display:block;margin-bottom:var(--goom-space-3);font-family:var(--goom-font-display);font-size:var(--goom-fs-2xl);font-weight:var(--goom-fw-bold);line-height:var(--goom-lh-tight);color:var(--goom-cyan)}.goom-myths__answer{margin:0;font-size:var(--goom-fs-sm);line-height:var(--goom-lh-relaxed)}@media(min-width:750px){.goom-myths__answer{font-size:var(--goom-fs-base)}}.goom-myths__dots{display:flex;justify-content:center;gap:var(--goom-space-2);margin-top:var(--goom-space-5)}@media(min-width:1100px){.goom-myths__dots{display:none}}.goom-myths__dot{position:relative;width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--goom-border-strong);cursor:pointer;transition:background var(--goom-duration-fast) var(--goom-ease-soft);-webkit-tap-highlight-color:transparent}.goom-myths__dot:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%)}.goom-myths__dot.is-active{background:var(--goom-myths-fg, var(--goom-blue))}.goom-myths__dot:focus-visible{outline:2px solid var(--goom-cyan);outline-offset:var(--goom-space-1)}.goom-myths__footer{display:flex;justify-content:center;margin-top:var(--goom-space-10);padding-inline:var(--goom-gutter)}@media(min-width:750px){.goom-myths__footer{padding-inline:var(--goom-gutter-lg)}}.goom-myths__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:var(--goom-space-4) var(--goom-space-8);background:var(--goom-white);color:var(--goom-myths-fg, var(--goom-blue));border:1px solid currentColor;border-radius:var(--goom-radius-sm);text-decoration:none;text-align:center;font-family:var(--goom-font-text);font-size:var(--goom-fs-lg);font-weight:var(--goom-fw-bold);line-height:var(--goom-lh-snug);transition:transform var(--goom-duration-fast) var(--goom-ease),box-shadow var(--goom-duration-fast) var(--goom-ease-soft),background var(--goom-duration-fast) var(--goom-ease-soft),border-color var(--goom-duration-fast) var(--goom-ease-soft),color var(--goom-duration-fast) var(--goom-ease-soft);-webkit-tap-highlight-color:transparent}@media(min-width:750px){.goom-myths__cta{width:auto;min-width:260px}}.goom-myths__cta:hover,.goom-myths__cta:active{background:var(--goom-hover-solid);border-color:var(--goom-hover-solid);color:var(--goom-white)}.goom-myths__cta:hover{transform:var(--goom-hover-lift);box-shadow:var(--goom-shadow-cta)}.goom-myths__cta:active{transform:var(--goom-active-scale)}.goom-myths__cta:focus-visible{outline:2px solid var(--goom-cyan);outline-offset:var(--goom-space-1)}
/*# sourceMappingURL=/cdn/shop/t/19/assets/goom-myths.css.map */
