.shopify-section--text-with-media .prose>*+*{margin-block-start:.75em}.shopify-section--text-with-media .prose h1+*,.shopify-section--text-with-media .prose h2+*,.shopify-section--text-with-media .prose h3+*,.shopify-section--text-with-media .prose h4+*{margin-block-start:.5em}.shopify-section--rich-text .prose>*+*{margin-block-start:.75em}.shopify-section--rich-text .prose h1+*,.shopify-section--rich-text .prose h2+*,.shopify-section--rich-text .prose h3+*,.shopify-section--rich-text .prose h4+*{margin-block-start:.5em}.shopify-section--text-with-media .subheading+*{margin-block-start:.5em}.shopify-section--rich-text .subheading+*{margin-block-start:.5em}.mustu-press-list{display:flex;flex-direction:column;gap:0}.mustu-press-list__item{padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.mustu-press-list__item:first-child{border-top:1px solid var(--color-border)}.mustu-press-list__content{display:flex;flex-direction:column;gap:.5rem}.mustu-press-list__meta{display:flex;align-items:center;gap:1rem;font-size:var(--text-sm);color:var(--color-text-secondary)}.mustu-press-list__publisher{font-weight:var(--text-font-medium-weight)}.mustu-press-list__date{opacity:.7}.mustu-press-list__title{margin:0}.mustu-press-list__link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s ease}.mustu-press-list__link:hover{opacity:.7}.mustu-press-list__link svg{flex-shrink:0;transition:transform .2s ease}.mustu-press-list__link:hover svg{transform:translate(4px)}.mustu-media-grid{display:grid;grid-template-columns:repeat(var(--items-per-row, 3),1fr);gap:2rem}@media screen and (max-width:699px){.mustu-media-grid{grid-template-columns:repeat(var(--items-per-row-mobile, 1),1fr)}}.mustu-media-card{display:flex;flex-direction:column;overflow:hidden}.mustu-media-card__image{aspect-ratio:16 / 9;overflow:hidden;background-color:var(--color-background-secondary)}.mustu-media-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mustu-media-card:hover .mustu-media-card__image img{transform:scale(1.02)}.mustu-media-card__image--placeholder{display:flex;align-items:center;justify-content:center}.mustu-media-card__image--placeholder svg{width:50%;height:auto;opacity:.3}.mustu-media-card__content{padding:1.25rem 0;display:flex;flex-direction:column;gap:.75rem}.mustu-media-card__title{margin:0}.mustu-media-card__text{font-size:var(--text-base);color:var(--color-text-secondary)}.mustu-media-card__text p{margin:0}.mustu-video-grid{display:grid;grid-template-columns:repeat(var(--items-per-row, 2),1fr);gap:2rem;width:100%;margin:0 auto}.mustu-video-grid--single{grid-template-columns:1fr}@media screen and (max-width:699px){.mustu-video-grid{grid-template-columns:repeat(var(--items-per-row-mobile, 1),1fr);max-width:100%!important}}.mustu-video-embed{width:100%}.mustu-video-embed__wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:var(--color-background-secondary)}.mustu-video-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.mustu-video-embed__placeholder{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-secondary)}.mustu-video-embed__placeholder svg{width:30%;height:auto;opacity:.3}.mustu-brand-showcase{display:grid;grid-template-columns:var(--brand-showcase-left-width, 60%) var(--brand-showcase-right-width, 40%);min-height:var(--brand-showcase-min-height, 500px);position:relative;z-index:0}.mustu-brand-showcase--full-width{width:100%}@media screen and (max-width:999px){.mustu-brand-showcase{grid-template-columns:1fr;min-height:auto}}.mustu-brand-showcase__slider{position:relative;overflow:hidden;min-height:var(--brand-showcase-min-height, 500px)}@media screen and (max-width:999px){.mustu-brand-showcase__slider{min-height:300px}}.mustu-brand-showcase__slides{position:relative;width:100%;height:100%}.mustu-brand-showcase__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.mustu-brand-showcase__slide.is-active{opacity:1;pointer-events:auto;position:relative}.mustu-brand-showcase__slide-image{position:relative;width:100%;height:100%;min-height:var(--brand-showcase-min-height, 500px)}@media screen and (max-width:999px){.mustu-brand-showcase__slide-image{min-height:300px}}.mustu-brand-showcase__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.mustu-brand-showcase__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-secondary)}.mustu-brand-showcase__placeholder svg{width:40%;max-width:200px;height:auto;opacity:.3}.mustu-brand-showcase__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,var(--overlay-opacity, .3));display:flex;align-items:flex-end;padding:2rem}.mustu-brand-showcase__slide-content{color:#fff}.mustu-brand-showcase__subtitle{margin:0 0 .5rem;color:#ffffffe6}.mustu-brand-showcase__title{margin:0;color:#fff}.mustu-brand-showcase__controls{position:absolute;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;z-index:10}.mustu-brand-showcase__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease,transform .2s ease}.mustu-brand-showcase__arrow:hover{background:#fff;transform:scale(1.1)}.mustu-brand-showcase__arrow svg{color:#000}.mustu-brand-showcase__dots{display:flex;align-items:center;gap:.5rem}.mustu-brand-showcase__dot{width:8px;height:8px;background:#ffffff80;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease,transform .2s ease}.mustu-brand-showcase__dot:hover,.mustu-brand-showcase__dot.is-active{background:#fff;transform:scale(1.2)}.mustu-brand-showcase__info{display:flex;align-items:center;justify-content:flex-end;padding:2rem 3rem;background-color:var(--color-background)}@media screen and (max-width:999px){.mustu-brand-showcase__info{justify-content:center;padding:2rem 1.5rem}}.mustu-brand-showcase__info-inner{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1rem;max-width:400px}@media screen and (max-width:999px){.mustu-brand-showcase__info-inner{align-items:center;text-align:center}}.mustu-brand-showcase__icon{width:var(--brand-showcase-icon-size, 80px);height:auto}@media screen and (max-width:699px){.mustu-brand-showcase__icon{width:var(--brand-showcase-icon-size-mobile, 60px)}}.mustu-brand-showcase__icon-img{width:100%;height:auto;object-fit:contain}.mustu-brand-showcase__brand-name{margin:0}.mustu-brand-showcase__brand-text{color:var(--color-text-secondary)}.mustu-brand-showcase__brand-text p{margin:0}.mustu-brand-showcase__cta{margin-top:.5rem}.mustu-depth-nav{padding:1rem 0;border-bottom:1px solid var(--color-border)}.mustu-depth-nav--full-width{padding-left:1.5rem;padding-right:1.5rem}.mustu-depth-nav__inner{width:100%}.mustu-depth-nav__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:var(--depth-nav-alignment, center);gap:var(--depth-nav-spacing, 1.5rem);list-style:none;margin:0;padding:0}.mustu-depth-nav__item{margin:0}.mustu-depth-nav__link{position:relative;display:inline-flex;align-items:center;padding:.625rem 1.25rem;font-size:var(--text-sm);font-weight:var(--text-font-medium-weight);text-decoration:none;color:var(--color-text);background-color:transparent;border:1px solid var(--color-border);border-radius:4px;transition:all .2s ease}.mustu-depth-nav__link:hover{color:var(--color-background);background-color:var(--color-text);border-color:var(--color-text)}.mustu-depth-nav__link.is-active{color:var(--color-background);background-color:var(--color-text);border-color:var(--color-text);font-weight:var(--text-font-bold-weight)}.mustu-depth-nav__text{white-space:nowrap}.shopify-section--mustu-depth-nav[data-style=pill] .mustu-depth-nav__link{padding:.5rem 1rem;border-radius:9999px;background-color:transparent;border:1px solid transparent}.shopify-section--mustu-depth-nav[data-style=pill] .mustu-depth-nav__link:after{display:none}.shopify-section--mustu-depth-nav[data-style=pill] .mustu-depth-nav__link:hover{background-color:var(--color-background-secondary)}.shopify-section--mustu-depth-nav[data-style=pill] .mustu-depth-nav__link.is-active{background-color:var(--color-text);color:var(--color-background)}.shopify-section--mustu-depth-nav[data-style=minimal] .mustu-depth-nav__link:after{display:none}.shopify-section--mustu-depth-nav[data-style=minimal] .mustu-depth-nav__link.is-active{text-decoration:underline;text-underline-offset:4px}@media screen and (max-width:699px){.mustu-depth-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.mustu-depth-nav__list{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem}.mustu-depth-nav__link{font-size:var(--text-sm)}}.header__cart-link,.product-card__quick-buy{display:none!important}.sonatural01{padding-block:var(--section-spacing, 4rem)}.sonatural01__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);display:grid;grid-template-columns:minmax(0,var(--sonatural01-content-width, 1fr)) minmax(0,var(--sonatural01-image-width, 1fr));gap:3rem;align-items:center;min-height:var(--sonatural01-min-height, 600px)}.sonatural01--full-width .sonatural01__wrapper{margin-inline:var(--container-gutter, 1.5rem)}@media screen and (max-width:999px){.sonatural01__wrapper{grid-template-columns:1fr;min-height:var(--sonatural01-min-height-mobile, 500px);gap:2rem}}.sonatural01__content{display:flex;justify-content:flex-end;padding:2rem;order:1}.sonatural01__content--right{justify-content:flex-start;order:2}@media screen and (max-width:999px){.sonatural01__content{order:2;padding:1.5rem;text-align:center}.sonatural01__content--right{order:2}}.sonatural01__content-inner{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}@media screen and (max-width:999px){.sonatural01__content-inner{align-items:center;max-width:100%}}.sonatural01__tag{display:inline-block;padding:.5rem 1rem;font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:var(--sonatural01-badge-text, rgb(var(--color-scheme-primary-button-background)));background-color:var(--sonatural01-badge-bg, rgb(var(--color-scheme-primary-button-background) / .1));border-radius:9999px}.sonatural01__description{font-size:var(--text-base);line-height:1.7;color:rgb(var(--color-scheme-text) / .7);max-width:480px}.sonatural01__description p{margin:0}.sonatural01__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}@media screen and (max-width:699px){.sonatural01__buttons{flex-direction:column;width:100%}.sonatural01__buttons .button{width:100%;justify-content:center}}.sonatural01__media{position:relative;order:2;display:flex;justify-content:flex-start;padding:2rem}.sonatural01__media--left{justify-content:flex-end;order:1}@media screen and (max-width:999px){.sonatural01__media{order:1;padding:1.5rem}.sonatural01__media--left{order:1}}.sonatural01__image-wrapper{position:relative;width:100%;max-width:500px}.sonatural01__image{width:100%;height:auto;border-radius:var(--sonatural01-image-radius, 16px);box-shadow:0 25px 50px -12px #00000026;transform:rotate(2deg);transition:transform .5s ease}.sonatural01__image-wrapper:hover .sonatural01__image{transform:rotate(0)}.sonatural01__placeholder{aspect-ratio:4 / 5;background-color:var(--color-background-secondary, #f5f5f5);border-radius:var(--sonatural01-image-radius, 16px);display:flex;align-items:center;justify-content:center}.sonatural01__placeholder svg{width:50%;height:auto;opacity:.3}.sonatural01__badge{position:absolute;bottom:0;left:-1rem;z-index:10;transform:translateY(20%)}@media screen and (max-width:699px){.sonatural01__badge{left:0;bottom:-.5rem}}.sonatural01__badge-inner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:rgb(var(--color-scheme-background) / .85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgb(var(--color-scheme-text) / .1);box-shadow:0 10px 40px #0000001a}.sonatural01__badge-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.sonatural01__badge-icon--default{background-color:var(--sonatural01-badge-bg, rgb(var(--color-scheme-primary-button-background) / .15));color:var(--sonatural01-badge-text, rgb(var(--color-scheme-primary-button-background)));border-radius:8px;padding:4px}.sonatural01__badge-icon img{width:100%;height:100%;object-fit:contain}.sonatural01__badge-text{display:flex;flex-direction:column;gap:.125rem}.sonatural01__badge-subtitle{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-scheme-text) / .5)}.sonatural01__badge-title{font-size:var(--text-sm);font-weight:var(--text-font-bold-weight);color:rgb(var(--color-scheme-text))}.sonatural01__scroll-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid rgb(var(--color-scheme-text) / .2);border-radius:9999px;color:rgb(var(--color-scheme-text));font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:var(--text-font-medium-weight);cursor:pointer;transition:all .3s ease}.sonatural01__scroll-btn:hover{border-color:rgb(var(--color-scheme-text) / .5);background:rgb(var(--color-scheme-text) / .05)}.sonatural01__scroll-text{letter-spacing:.02em}.sonatural01__scroll-arrow{display:inline-flex;align-items:center;justify-content:center;animation:sonatural01-bounce 3s ease-in-out infinite}.sonatural01__scroll-arrow svg{width:16px;height:16px}@keyframes sonatural01-bounce{0%,to{transform:translateY(0)}10%,30%{transform:translateY(4px)}20%{transform:translateY(0)}40%,to{transform:translateY(0)}}.sonatural02{padding-block:var(--section-spacing, 4rem)}.sonatural02__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);display:grid;grid-template-columns:minmax(0,var(--sonatural02-image-width, 1fr)) minmax(0,var(--sonatural02-content-width, 1fr));gap:4rem;align-items:center}.sonatural02--full-width .sonatural02__wrapper{margin-inline:var(--container-gutter, 1.5rem)}.sonatural02__wrapper--reverse .sonatural02__media{order:2}.sonatural02__wrapper--reverse .sonatural02__content{order:1}@media screen and (max-width:999px){.sonatural02__wrapper,.sonatural02__wrapper--reverse{grid-template-columns:1fr;gap:2.5rem}.sonatural02__wrapper--reverse .sonatural02__media{order:1}.sonatural02__wrapper--reverse .sonatural02__content{order:2}}.sonatural02__media{position:relative;display:flex;justify-content:flex-end}.sonatural02__wrapper--reverse .sonatural02__media{justify-content:flex-start}.sonatural02__image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:1 / 1}.sonatural02__image-glow{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background-color:var(--sonatural02-glow-color, rgb(var(--color-scheme-primary-button-background) / .1));border-radius:calc(var(--sonatural02-image-radius, 12px) + .5rem);transform:scale(.95);transition:transform .4s ease;z-index:0}.sonatural02__image-wrapper:hover .sonatural02__image-glow{transform:scale(1)}.sonatural02__image{position:relative;width:100%;height:100%;object-fit:cover;border-radius:var(--sonatural02-image-radius, 12px);box-shadow:0 10px 40px #0000001a;z-index:1}.sonatural02__placeholder{position:relative;width:100%;height:100%;background-color:rgb(var(--color-scheme-secondary-background));border-radius:var(--sonatural02-image-radius, 12px);display:flex;align-items:center;justify-content:center;z-index:1}.sonatural02__placeholder svg{width:40%;height:auto;opacity:.3}.sonatural02__content{display:flex;align-items:center;justify-content:flex-start}.sonatural02__wrapper--reverse .sonatural02__content{justify-content:flex-end}.sonatural02__content-inner{display:flex;flex-direction:column;gap:1.25rem;max-width:560px}@media screen and (max-width:999px){.sonatural02__content-inner{max-width:100%}}.sonatural02__subheading{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-scheme-primary-button-background))}.sonatural02__text{font-size:var(--text-lg);line-height:1.75;color:rgb(var(--color-scheme-text) / .7)}.sonatural02__text p{margin:0}.sonatural02__text+.sonatural02__text{margin-top:.5rem}.sonatural03{padding-block:var(--section-spacing, 4rem)}.sonatural03__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);display:grid;grid-template-columns:minmax(0,var(--sonatural03-content-width, 1fr)) minmax(0,var(--sonatural03-image-width, 1fr));gap:4rem;align-items:center}.sonatural03--full-width .sonatural03__wrapper{margin-inline:var(--container-gutter, 1.5rem)}.sonatural03__wrapper--reverse .sonatural03__media{order:2}.sonatural03__wrapper--reverse .sonatural03__content{order:1}@media screen and (max-width:999px){.sonatural03__wrapper,.sonatural03__wrapper--reverse{grid-template-columns:1fr;gap:2.5rem}.sonatural03__wrapper--reverse .sonatural03__media{order:1}.sonatural03__wrapper--reverse .sonatural03__content{order:2}}.sonatural03__media{position:relative;display:flex;justify-content:flex-end}.sonatural03__wrapper--reverse .sonatural03__media{justify-content:flex-start}.sonatural03__image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:16 / 9;border-radius:var(--sonatural03-image-radius, 16px);overflow:hidden;box-shadow:0 25px 50px -12px #0003}.sonatural03__image{width:100%;height:100%;object-fit:cover}.sonatural03__placeholder{width:100%;height:100%;background-color:rgb(var(--color-scheme-secondary-background));display:flex;align-items:center;justify-content:center}.sonatural03__placeholder svg{width:40%;height:auto;opacity:.3}.sonatural03__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / var(--sonatural03-overlay-opacity, .4)),transparent);pointer-events:none}.sonatural03__caption{position:absolute;bottom:1.25rem;left:1.25rem;z-index:2}.sonatural03__caption-text{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:#fff}.sonatural03__content{display:flex;align-items:center;justify-content:flex-start}.sonatural03__wrapper--reverse .sonatural03__content{justify-content:flex-end}.sonatural03__content-inner{display:flex;flex-direction:column;gap:1.25rem;max-width:560px}@media screen and (max-width:999px){.sonatural03__content-inner{max-width:100%}}.sonatural03__subheading{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-scheme-primary-button-background))}.sonatural03__text{font-size:var(--text-lg);line-height:1.75;color:rgb(var(--color-scheme-text) / .7)}.sonatural03__text p{margin:0}.sonatural03__text+.sonatural03__text{margin-top:.5rem}.sonatural04{padding-block:var(--section-spacing, 4rem)}.sonatural04__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);text-align:center}.sonatural04--full-width .sonatural04__wrapper{margin-inline:var(--container-gutter, 1.5rem)}.sonatural04__header{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.sonatural04__subheading{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-scheme-primary-button-background))}.sonatural04__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1060px;margin-inline:auto}@media screen and (max-width:699px){.sonatural04__grid{grid-template-columns:1fr;gap:2.5rem}}.sonatural04__card{display:flex;flex-direction:column;align-items:center;text-align:center}.sonatural04__card-image-wrapper{width:var(--sonatural04-card-image-size, 192px);height:var(--sonatural04-card-image-size, 192px);border-radius:50%;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 10px 40px #0000001a;border:var(--sonatural04-card-border-width, 4px) solid rgb(var(--color-scheme-background));transition:transform .3s ease}.sonatural04__card:hover .sonatural04__card-image-wrapper{transform:scale(1.05)}.sonatural04__card-image{width:100%;height:100%;object-fit:cover}.sonatural04__card-placeholder{width:100%;height:100%;background-color:rgb(var(--color-scheme-secondary-background));display:flex;align-items:center;justify-content:center}.sonatural04__card-placeholder svg{width:40%;height:auto;opacity:.3}.sonatural04__card-title{font-size:1.25rem;font-weight:var(--text-font-bold-weight);margin:0 0 .5rem;color:rgb(var(--color-scheme-text))}.sonatural04__card-description{font-size:var(--text-base);line-height:1.6;color:rgb(var(--color-scheme-text) / .6);max-width:280px;margin:0}.sonatural05{padding-block:var(--section-spacing, 4rem)}.sonatural05__card{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);position:relative;padding:3rem;background-color:rgb(var(--color-scheme-background));border-radius:var(--sonatural05-card-radius, 24px);overflow:hidden}.sonatural05--full-width .sonatural05__card{margin-inline:var(--container-gutter, 1.5rem)}@media screen and (min-width:1000px){.sonatural05__card{padding:4rem 5rem}}.sonatural05__glow{position:absolute;top:0;right:0;width:50%;height:100%;background-color:rgb(var(--color-scheme-primary-button-background) / .2);filter:blur(120px);pointer-events:none}.sonatural05__wrapper{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:3rem}@media screen and (min-width:1000px){.sonatural05__wrapper{flex-direction:row;justify-content:center;gap:4rem}}.sonatural05__content{flex:1;display:flex;flex-direction:column;gap:1.5rem;max-width:560px}@media screen and (max-width:999px){.sonatural05__content{text-align:center;align-items:center}}.sonatural05__description{font-size:var(--text-lg);line-height:1.75;color:rgb(var(--color-scheme-text) / .7);max-width:480px}.sonatural05__description p{margin:0}.sonatural05__progress{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin-top:1rem}.sonatural05__progress-track{width:100%;height:8px;background-color:rgb(var(--color-scheme-text) / .1);border-radius:9999px;overflow:hidden}.sonatural05__progress-bar{width:var(--sonatural05-progress-value, 98%);height:100%;background-color:rgb(var(--color-scheme-primary-button-background));border-radius:9999px}.sonatural05__progress-label{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-scheme-text) / .5)}.sonatural05__gauge-area{display:flex;align-items:center;justify-content:center;width:100%;max-width:500px}.sonatural05__gauge{position:relative;width:100%;max-width:320px;aspect-ratio:1 / 1}.sonatural05__gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.sonatural05__gauge-track{color:rgb(var(--color-scheme-text) / .1)}.sonatural05__gauge-bar{color:rgb(var(--color-scheme-primary-button-background))}.sonatural05__gauge-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.sonatural05__gauge-number{font-size:3.5rem;font-weight:900;line-height:1;color:rgb(var(--color-scheme-text))}@media screen and (min-width:1000px){.sonatural05__gauge-number{font-size:4.5rem}}.sonatural05__gauge-label{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.2em;color:rgb(var(--color-scheme-text) / .5)}.sonatural06{position:relative;overflow:hidden}.sonatural06__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);position:relative;display:grid;grid-template-columns:minmax(0,var(--sonatural06-content-width, 1fr)) minmax(0,var(--sonatural06-image-width, 1fr));gap:3rem;align-items:center;min-height:var(--sonatural06-min-height, 700px)}@media screen and (max-width:999px){.sonatural06__wrapper{grid-template-columns:1fr;min-height:var(--sonatural06-min-height-mobile, 600px);gap:2rem}}.sonatural06__content{position:relative;z-index:2;display:flex;justify-content:flex-end;padding:2rem}@media screen and (max-width:999px){.sonatural06__content{order:2;padding:1.5rem;text-align:center;justify-content:center}}.sonatural06__content-inner{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}@media screen and (max-width:999px){.sonatural06__content-inner{align-items:center;max-width:100%}}.sonatural06__tag{display:inline-block;width:fit-content;padding:.5rem 1rem;font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-scheme-primary-button-background));background-color:rgb(var(--color-scheme-primary-button-background) / .15);border-radius:4px}.sonatural06__heading-group{display:flex;flex-direction:column;gap:.5rem}.sonatural06__outline-text{font-size:clamp(2rem,6vw,4rem);font-weight:900;line-height:1;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:1px rgb(var(--color-scheme-text));padding-block:.5rem;border-top:2px solid rgb(var(--color-scheme-text));border-bottom:2px solid rgb(var(--color-scheme-text))}.sonatural06__description{font-size:var(--text-lg);line-height:1.75;color:rgb(var(--color-scheme-text) / .7);max-width:480px}.sonatural06__description p{margin:0}.sonatural06__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1rem}@media screen and (max-width:999px){.sonatural06__buttons{justify-content:center}}.sonatural06__scroll-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid rgb(var(--color-scheme-text) / .2);border-radius:9999px;color:rgb(var(--color-scheme-text));font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:var(--text-font-medium-weight);cursor:pointer;transition:all .3s ease}.sonatural06__scroll-btn:hover{border-color:rgb(var(--color-scheme-text) / .5);background:rgb(var(--color-scheme-text) / .05)}.sonatural06__scroll-text{letter-spacing:.02em}.sonatural06__scroll-arrow{display:inline-flex;align-items:center;justify-content:center;animation:sonatural06-bounce 3s ease-in-out infinite}.sonatural06__scroll-arrow svg{width:16px;height:16px}@keyframes sonatural06-bounce{0%,to{transform:translateY(0)}10%,30%{transform:translateY(4px)}20%{transform:translateY(0)}40%,to{transform:translateY(0)}}.sonatural06__media{position:relative;display:flex;justify-content:flex-start;padding:2rem}@media screen and (max-width:999px){.sonatural06__media{order:1;padding:1.5rem;justify-content:center}}.sonatural06__image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:4 / 5;border-radius:var(--sonatural06-image-radius, 16px);overflow:hidden}.sonatural06__image-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.sonatural06__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-scheme-secondary-background));display:flex;align-items:center;justify-content:center}.sonatural06__placeholder svg{width:30%;height:auto;opacity:.3}.sonatural06__blur-edge{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,.95) 0%,rgba(255,255,255,.6) 30%,transparent 100%);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);mask-image:linear-gradient(to right,black 0%,black 20%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 20%,transparent 100%);pointer-events:none;border-radius:var(--sonatural06-image-radius, 16px) 0 0 var(--sonatural06-image-radius, 16px)}.sonatural06__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.3) 25%,transparent 50%);border-radius:var(--sonatural06-image-radius, 16px);pointer-events:none}@media screen and (max-width:999px){.sonatural06__blur-edge{width:100%;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.95) 0%,rgba(255,255,255,.5) 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 30%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 30%,transparent 100%);border-radius:var(--sonatural06-image-radius, 16px) var(--sonatural06-image-radius, 16px) 0 0}.sonatural06__gradient{background:linear-gradient(to bottom,rgba(255,255,255,.6) 0%,transparent 40%)}}.sonatural07{padding-block:var(--section-spacing, 4rem)}.sonatural07__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);display:grid;grid-template-columns:minmax(0,var(--sonatural07-image-width, 1fr)) minmax(0,var(--sonatural07-content-width, 1fr));gap:4rem;align-items:center}@media screen and (max-width:999px){.sonatural07__wrapper{grid-template-columns:1fr;gap:3rem}}.sonatural07__media{position:relative;display:flex;justify-content:flex-end;padding:2rem}@media screen and (max-width:999px){.sonatural07__media{justify-content:center;padding:1.5rem}}.sonatural07__image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:1 / 1;border-radius:var(--sonatural07-image-radius, 16px);overflow:hidden;border:1px solid rgb(var(--color-scheme-text) / .1)}.sonatural07__image{width:100%;height:100%;object-fit:cover}.sonatural07__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-scheme-secondary-background));display:flex;align-items:center;justify-content:center}.sonatural07__placeholder svg{width:30%;height:auto;opacity:.3}.sonatural07__pulse-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.sonatural07__pulse-circle{width:65%;height:65%;border:1px solid rgb(var(--color-scheme-primary-button-background) / .4);border-radius:50%;animation:sonatural07-pulse 3s ease-in-out infinite}.sonatural07__pulse-circle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;border:1px solid rgb(var(--color-scheme-primary-button-background) / .2);border-radius:50%}@keyframes sonatural07-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}.sonatural07__badge{position:absolute;top:0;right:0;transform:translate(10%,-10%);background-color:#fffc;color:#000;padding:1.25rem 1.5rem;border-radius:12px;max-width:200px;box-shadow:0 10px 40px #00000026;z-index:2;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}a.sonatural07__badge{text-decoration:none;cursor:pointer}a.sonatural07__badge:hover{transform:translate(10%,-10%) scale(1.05);background-color:#fffffff2;box-shadow:0 15px 50px #00000040}a.sonatural07__badge:active{transform:translate(10%,-10%) scale(.98)}@media screen and (max-width:999px){.sonatural07__badge{transform:translate(5%,-5%);padding:1rem 1.25rem;max-width:160px}a.sonatural07__badge:hover{transform:translate(5%,-5%) scale(1.05)}a.sonatural07__badge:active{transform:translate(5%,-5%) scale(.98)}}.sonatural07__badge-subtitle{display:block;font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;opacity:.6}.sonatural07__badge-title{display:block;font-size:var(--text-lg);font-weight:var(--text-font-bold-weight);line-height:1.3}@media screen and (max-width:999px){.sonatural07__badge-title{font-size:var(--text-base)}}.sonatural07__content{display:flex;justify-content:flex-start;padding:2rem}@media screen and (max-width:999px){.sonatural07__content{justify-content:center;padding:1.5rem;text-align:center}}.sonatural07__content-inner{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}@media screen and (max-width:999px){.sonatural07__content-inner{align-items:center;max-width:100%}}.sonatural07__heading-group{display:flex;flex-direction:column;gap:.25rem}.sonatural07__accent-text{font-size:1.5rem;font-weight:var(--text-font-bold-weight);color:rgb(var(--color-scheme-primary-button-background));letter-spacing:.1em}@media screen and (max-width:699px){.sonatural07__accent-text{font-size:1.25rem}}.sonatural07__description{font-size:var(--text-lg);line-height:1.8;color:rgb(var(--color-scheme-text) / .6)}.sonatural07__description p{margin:0}.sonatural07__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1rem}@media screen and (max-width:699px){.sonatural07__stats{grid-template-columns:1fr;gap:1.5rem}}.sonatural07__stat-card{display:flex;flex-direction:column;gap:.25rem;padding-left:1rem;border-left:3px solid rgb(var(--color-scheme-primary-button-background) / .4)}@media screen and (max-width:999px){.sonatural07__stat-card{text-align:left}}.sonatural07__stat-title{font-size:var(--text-base);font-weight:var(--text-font-bold-weight);color:rgb(var(--color-scheme-primary-button-background))}.sonatural07__stat-subtitle{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-scheme-text) / .4)}.sonatural08{padding-block:var(--section-spacing, 4rem)}.sonatural08__wrapper{margin-inline:max(var(--container-gutter, 1.5rem),50% - var(--container-max-width, 1200px) / 2);display:flex;flex-direction:column;align-items:center;gap:3rem}.sonatural08__media{position:relative;width:100%;max-width:var(--sonatural08-image-max-width, 500px);padding:2rem;padding-bottom:0}.sonatural08__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:var(--sonatural08-image-radius, 16px);overflow:hidden;border:1px solid rgb(var(--color-scheme-text) / .1)}.sonatural08__image{width:100%;height:100%;object-fit:cover}.sonatural08__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-scheme-secondary-background));display:flex;align-items:center;justify-content:center}.sonatural08__placeholder svg{width:30%;height:auto;opacity:.3}.sonatural08__pulse-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.sonatural08__pulse-circle{width:65%;height:65%;border:1px solid rgb(var(--color-scheme-primary-button-background) / .4);border-radius:50%;animation:sonatural08-pulse 3s ease-in-out infinite}.sonatural08__pulse-circle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;border:1px solid rgb(var(--color-scheme-primary-button-background) / .2);border-radius:50%}@keyframes sonatural08-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}.sonatural08__badge{position:absolute;top:0;right:0;transform:translate(10%,-10%);background-color:#fffc;color:#000;padding:1.25rem 1.5rem;border-radius:12px;max-width:200px;box-shadow:0 10px 40px #00000026;z-index:2;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}a.sonatural08__badge{text-decoration:none;cursor:pointer}a.sonatural08__badge:hover{transform:translate(10%,-10%) scale(1.05);background-color:#fffffff2;box-shadow:0 15px 50px #00000040}a.sonatural08__badge:active{transform:translate(10%,-10%) scale(.98)}@media screen and (max-width:699px){.sonatural08__media{padding:1.5rem;padding-bottom:0}.sonatural08__badge{transform:translate(5%,-5%);padding:1rem 1.25rem;max-width:160px}a.sonatural08__badge:hover{transform:translate(5%,-5%) scale(1.05)}a.sonatural08__badge:active{transform:translate(5%,-5%) scale(.98)}}.sonatural08__badge-subtitle{display:block;font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;opacity:.6}.sonatural08__badge-title{display:block;font-size:var(--text-lg);font-weight:var(--text-font-bold-weight);line-height:1.3}@media screen and (max-width:699px){.sonatural08__badge-title{font-size:var(--text-base)}}.sonatural08__content{text-align:center;max-width:700px}.sonatural08__content-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.sonatural08__heading-group{display:flex;flex-direction:column;align-items:center;gap:.25rem}.sonatural08__accent-text{font-size:1.5rem;font-weight:var(--text-font-bold-weight);color:rgb(var(--color-scheme-primary-button-background));letter-spacing:.1em}@media screen and (max-width:699px){.sonatural08__accent-text{font-size:1.25rem}}.sonatural08__description{font-size:var(--text-lg);line-height:1.8;color:rgb(var(--color-scheme-text) / .6)}.sonatural08__description p{margin:0}.sonatural08__stats{display:grid;grid-template-columns:repeat(var(--sonatural08-stats-columns, 3),1fr);gap:2rem;width:100%;max-width:900px;margin-top:1rem}@media screen and (max-width:699px){.sonatural08__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width:479px){.sonatural08__stats{grid-template-columns:1fr}}.sonatural08__stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.5rem;background-color:rgb(var(--color-scheme-secondary-background) / .5);border-radius:12px;border:1px solid rgb(var(--color-scheme-text) / .08)}.sonatural08__stat-title{font-size:1.25rem;font-weight:var(--text-font-bold-weight);color:rgb(var(--color-scheme-primary-button-background))}.sonatural08__stat-subtitle{font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-scheme-text) / .5)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-page-styles.css.map */
