:root{--font-body--family: var(--font-body-family);--font-subheading--family: var(--font-heading-family);--font-heading--family: var(--font-heading-family);--font-accent--family: var(--font-heading-family)}.tooto-section{display:grid;grid-template-columns:minmax(var(--section-gutter, 20px),1fr) minmax(0,var(--section-content-max, 1200px)) minmax(var(--section-gutter, 20px),1fr);position:relative;isolation:isolate;min-height:var(--tooto-section-min-height);overflow:hidden;color:rgb(var(--color-foreground));background:var(--tooto-surface-background);border:var(--tooto-border-width) var(--tooto-border-style) var(--tooto-border-color);border-radius:var(--tooto-border-radius)}.tooto-section>*{grid-column:2}.tooto-section>.tooto-background-media,.tooto-section>.tooto-background-overlay,.tooto-section--full-width>.tooto-section__inner{grid-column:1 / -1}.tooto-section__inner{position:relative;z-index:2;min-width:0;min-height:var(--tooto-section-min-height);padding-block-start:var(--tooto-padding-block-start);padding-block-end:var(--tooto-padding-block-end)}.tooto-layout{display:flex;flex-direction:var(--tooto-layout-direction);align-items:var(--tooto-layout-cross-alignment);justify-content:var(--tooto-layout-main-alignment);gap:var(--tooto-layout-gap)}.tooto-theme-group{position:relative;isolation:isolate;width:var(--tooto-group-width-mobile);max-width:100%;height:var(--tooto-group-height);min-width:0;overflow:hidden;color:rgb(var(--color-foreground));background:var(--tooto-surface-background);border:var(--tooto-border-width) var(--tooto-border-style) var(--tooto-border-color);border-radius:var(--tooto-border-radius)}.tooto-theme-group__content{position:relative;z-index:2;width:100%;min-width:0;height:100%;padding-block-start:var(--tooto-padding-block-start);padding-block-end:var(--tooto-padding-block-end);padding-inline-start:var(--tooto-padding-inline-start);padding-inline-end:var(--tooto-padding-inline-end)}.tooto-theme-group__link{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0}.tooto-theme-group--linked:not(.tooto-theme-group--design-mode)>.tooto-theme-group__content{pointer-events:none}.tooto-theme-group--linked:not(.tooto-theme-group--design-mode)>.tooto-theme-group__content :is(a,button,input,textarea,select){position:relative;z-index:4;pointer-events:auto}.tooto-theme-group--design-mode>.tooto-theme-group__link{pointer-events:none}.tooto-background-media,.tooto-background-media__picture,.tooto-background-media__image,.tooto-background-media__video,.tooto-background-media__placeholder,.tooto-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tooto-background-media{z-index:0;overflow:hidden;pointer-events:none}.tooto-background-media__picture{display:block}.tooto-background-media__image,.tooto-background-media__video,.tooto-background-media__placeholder{display:block;object-fit:var(--tooto-background-fit);object-position:center}.tooto-background-media__placeholder{background-color:rgba(var(--color-foreground),.04)}.tooto-background-overlay{z-index:1;pointer-events:none}.tooto-background-overlay--solid{background:var(--tooto-overlay-color)}.tooto-background-overlay--gradient{background:linear-gradient(var(--tooto-overlay-direction),transparent,var(--tooto-overlay-color))}.tooto-theme-heading,.tooto-theme-text{max-width:100%;margin:0;padding-block-start:var(--tooto-padding-block-start);padding-block-end:var(--tooto-padding-block-end);padding-inline-start:var(--tooto-padding-inline-start);padding-inline-end:var(--tooto-padding-inline-end);color:var(--tooto-text-color, rgb(var(--color-foreground)));text-align:var(--tooto-text-alignment)}.tooto-theme-heading{width:100%;text-wrap:balance}.tooto-theme-text{display:flex;flex-direction:column;width:var(--tooto-text-width);max-inline-size:min(100%,var(--tooto-text-max-width))}.tooto-theme-text>*{max-width:100%;text-align:inherit}.tooto-theme-text>:first-child{margin-block-start:0}.tooto-theme-text>:last-child{margin-block-end:0}.tooto-theme-text--background{background:var(--tooto-text-background);border-radius:var(--tooto-text-radius)}.tooto-custom-typography{font-family:var(--tooto-type-font-family);font-weight:var(--tooto-type-font-weight, 400);font-size:var(--tooto-type-font-size, inherit);line-height:var(--tooto-type-line-height);letter-spacing:var(--tooto-type-letter-spacing);text-transform:var(--tooto-type-case);text-wrap:var(--tooto-type-wrap)}.tooto-theme-button{width:var(--tooto-button-width-mobile);max-width:100%;text-align:center}.tooto-theme-button--link{display:inline-flex;align-items:center;min-height:4.4rem;color:var(--tooto-button-link-color, rgb(var(--color-link)));text-decoration:underline;text-underline-offset:.3rem}.tooto-theme-button--custom{color:var(--tooto-button-custom-text);background:var(--tooto-button-custom-background)}.tooto-theme-button--custom:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) var(--tooto-button-custom-border)}.tooto-theme-image{display:flex;justify-content:var(--tooto-layout-cross-alignment, flex-start);width:var(--tooto-image-width-mobile);max-width:100%;padding-block-start:var(--tooto-padding-block-start);padding-block-end:var(--tooto-padding-block-end);padding-inline-start:var(--tooto-padding-inline-start);padding-inline-end:var(--tooto-padding-inline-end)}.tooto-theme-image__image,.tooto-theme-image__placeholder{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:var(--tooto-image-ratio-mobile);object-fit:cover;overflow:hidden;border:var(--tooto-border-width) var(--tooto-border-style) var(--tooto-border-color);border-radius:var(--tooto-border-radius)}.tooto-theme-image__picture{display:block;width:100%;max-width:100%}.tooto-theme-image__placeholder{background-color:rgba(var(--color-foreground),.04)}.tooto-theme-image--height-fill,.tooto-theme-image--height-fill .tooto-theme-image__picture,.tooto-theme-image--height-fill .tooto-theme-image__image,.tooto-theme-image--height-fill .tooto-theme-image__placeholder{height:100%}.tooto-theme-spacer{flex:none;overflow:hidden;font-size:0;line-height:0}.tooto-layout--column>.tooto-theme-spacer{width:100%}.tooto-layout--row>.tooto-theme-spacer{height:100%}.tooto-layout--column>.tooto-theme-spacer--pixel{height:var(--tooto-spacer-size)}.tooto-layout--row>.tooto-theme-spacer--pixel{width:var(--tooto-spacer-size)}.tooto-layout>.tooto-theme-spacer--percent{flex-grow:var(--tooto-spacer-size);flex-basis:0}.tooto-theme-divider{display:flex;flex:none;align-self:stretch;align-items:center;justify-content:center;width:100%;min-width:0;padding-block-start:var(--tooto-padding-block-start);padding-block-end:var(--tooto-padding-block-end)}.tooto-theme-divider__line{flex:none;width:var(--tooto-divider-length);height:var(--tooto-divider-thickness);border-radius:var(--tooto-divider-radius);background:var(--tooto-divider-color)}.tooto-layout--row>.tooto-theme-divider{width:var(--tooto-divider-thickness)}.tooto-layout--row>.tooto-theme-divider>.tooto-theme-divider__line{width:var(--tooto-divider-thickness);height:var(--tooto-divider-length)}@media screen and (max-width:749px){.tooto-custom-typography{font-size:var(--tooto-type-font-size-mobile, var(--tooto-type-font-size, inherit))}.tooto-section__inner{padding-block-start:var(--tooto-padding-block-start-mobile);padding-block-end:var(--tooto-padding-block-end-mobile)}.tooto-theme-group__content{padding-block-start:var(--tooto-padding-block-start-mobile);padding-block-end:var(--tooto-padding-block-end-mobile);padding-inline-start:var(--tooto-padding-inline-start-mobile);padding-inline-end:var(--tooto-padding-inline-end-mobile)}.tooto-theme-group--custom-gap-mobile>.tooto-theme-group__content{gap:var(--tooto-layout-gap-mobile)}.tooto-section.tooto-layout--stack-mobile>.tooto-section__inner,.tooto-theme-group.tooto-layout--stack-mobile>.tooto-theme-group__content{flex-direction:column}.tooto-section.tooto-layout--stack-mobile>.tooto-section__inner>.tooto-theme-spacer,.tooto-theme-group.tooto-layout--stack-mobile>.tooto-theme-group__content>.tooto-theme-spacer{width:100%;height:auto}.tooto-section.tooto-layout--stack-mobile>.tooto-section__inner>.tooto-theme-divider,.tooto-theme-group.tooto-layout--stack-mobile>.tooto-theme-group__content>.tooto-theme-divider{width:100%}.tooto-section.tooto-layout--stack-mobile>.tooto-section__inner>.tooto-theme-divider>.tooto-theme-divider__line,.tooto-theme-group.tooto-layout--stack-mobile>.tooto-theme-group__content>.tooto-theme-divider>.tooto-theme-divider__line{width:var(--tooto-divider-length);height:var(--tooto-divider-thickness)}.tooto-layout>.tooto-theme-spacer--mobile-pixel{flex:none}.tooto-layout--column>.tooto-theme-spacer--mobile-pixel,.tooto-section.tooto-layout--stack-mobile>.tooto-section__inner>.tooto-theme-spacer--mobile-pixel,.tooto-theme-group.tooto-layout--stack-mobile>.tooto-theme-group__content>.tooto-theme-spacer--mobile-pixel{height:var(--tooto-spacer-size-mobile)}.tooto-layout--row>.tooto-theme-spacer--mobile-pixel{width:var(--tooto-spacer-size-mobile)}.tooto-layout>.tooto-theme-spacer--mobile-percent{flex-grow:var(--tooto-spacer-size-mobile);flex-basis:0}}@media screen and (min-width:750px){.tooto-theme-group{width:var(--tooto-group-width-desktop)}.tooto-theme-button{width:var(--tooto-button-width-desktop)}.tooto-theme-image{width:var(--tooto-image-width-desktop)}.tooto-theme-image__image,.tooto-theme-image__placeholder{aspect-ratio:var(--tooto-image-ratio-desktop)}}@media(prefers-reduced-motion:reduce){.tooto-background-media__video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/tooto-theme-blocks.css.map */
