floating-video #floating-video-preview{width:90px;height:90px;position:fixed;z-index:99;bottom:var(--pos-y);left:var(--pos-x);cursor:pointer;opacity:0;transition:all .3s ease;pointer-events:none}floating-video #floating-video-preview.done,floating-video #floating-video-preview.done>button{opacity:1;pointer-events:all}floating-video #floating-video-preview>button,floating-video #floating-video-preview video{border-radius:100%;width:90px;height:90px;object-fit:cover;pointer-events:none;border:none;padding:0}floating-video #floating-video-preview .close{position:absolute;top:.8rem;right:.1rem;width:2rem;height:2rem;background:#333;border-radius:100%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:none}floating-video #floating-video-preview .close>svg path{fill:#fff}floating-video #floating-player{position:fixed;z-index:102;bottom:var(--pos-y);left:var(--pos-x);max-width:300px;overflow:hidden;opacity:0;pointer-events:none;transition:all .3s ease}floating-video #floating-player ul.glide__slides{list-style:none;align-items:stretch}floating-video #floating-player .floating-video__item video{border-radius:1.5rem;height:100%;pointer-events:none}floating-video #floating-player .floating-player__close{position:absolute;top:1rem;right:1rem;background-color:#00000050;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border:none;width:3.2rem;height:3.2rem;border-radius:2rem}floating-video #floating-player .floating-player__close>svg path{fill:#fff}floating-video #floating-player .glide__arrows{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:100%;display:flex;align-items:center;justify-content:space-between}floating-video #floating-player .glide__arrows>button{padding:1rem;background-color:#00000050;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:100%;width:4rem;margin:.5rem;height:4rem;color:#fff}floating-video.open #floating-player{opacity:1;pointer-events:all}floating-video .floating-video__backdrop{position:fixed;width:100vw;height:100dvh;background-color:#00000050;display:block!important;top:0;left:0;z-index:101;opacity:0;transform:opacity .3s ease;pointer-events:none}floating-video.open .floating-video__backdrop{opacity:1;pointer-events:all;cursor:pointer}@media(max-width:767px){floating-video #floating-video-preview{left:var(--pos-x-mobile);bottom:var(--pos-y-mobile)}floating-video #floating-player{top:50%;left:50%;transform:translate(-50%,-50%);max-width:calc(100vw - 2rem);height:90dvh}floating-video #floating-player .glide,floating-video #floating-player .glide__slides,floating-video #floating-player .floating-video__item{height:100%}floating-video #floating-player .glide__slide{height:auto}floating-video #floating-player .floating-video__item video{width:100%;height:100%;object-fit:cover;border-radius:1.2rem}}.footer-custom{background-color:var(--footer-bg);color:var(--footer-text);font-size:14px}.footer-custom__inner--page{margin:0 auto}.footer-custom__inner--full{width:100%}.footer-custom__columns{display:grid;grid-template-columns:2fr 1fr;align-items:flex-start}.footer-custom__heading{margin:0 0 12px;font-size:2.1rem;font-weight:400;text-transform:none;color:var(--footer-heading)}.footer-custom__columns--blocks{border-right:1px solid #e5e5e5}.footer-custom__columns--menus{display:flex}.footer-custom__columns--menus>*{flex:1}.footer-custom__columns--blocks svg{stroke:none;fill:none;width:100px;height:auto}.footer-custom__column--logo svg{fill:#000;width:13rem;height:auto}.footer-custom__selos-item{filter:grayscale(1)}.footer-custom__selos-item:hover{filter:grayscale(0)}.footer-custom__columns--blocks #fixed-seal svg{width:50px}.footer-custom__columns--blocks svg._star-vertical-medium_2zqfr_14{max-width:12px}#fixed-seal>a{padding:0 1rem;display:block;border:1px solid #6a6a6a;border-radius:4px;-webkit-user-select:none;user-select:none}.footer-custom__menu{list-style:none;margin:0;padding:0}.footer-custom .list-social__item svg{fill:#6a6a6a;max-width:2.4rem}.footer-custom__menu-item+.footer-custom__menu-item{margin-top:6px}.footer-custom__link{text-decoration:none;color:var(--footer-link);font-weight:400}.footer-custom__link:hover{color:var(--footer-link-hover)}.footer-custom__newsletter{background-color:var(--footer-newsletter-bg);color:var(--footer-newsletter-text);border-radius:4px;padding:40px;height:100%}.footer-custom__heading--newsletter{color:var(--footer-newsletter-text)}.footer-custom__newsletter-text{margin:0 0 12px;font-size:13px;line-height:1.5}.footer-custom__form{margin:0}.footer-custom__form-row{display:flex;gap:8px}.footer-custom__input{flex:1 1 auto;padding:10px 12px;border-radius:3px;border:1px solid var(--footer-border);font-size:13px;background-color:#fff;color:#333}.footer-custom__input:focus{outline:none;border-color:var(--footer-link)}.footer-custom__button{flex:0 0 auto;padding:0 18px;border:none;border-radius:3px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;background-color:var(--footer-link);color:#fff}.footer-custom__button:hover{background-color:var(--footer-link-hover)}.footer-custom__message{margin:0 0 10px;font-size:13px}.footer-custom__message--success{color:#0a7d3a}.footer-custom__message--error{color:#c62828}.footer-custom__bottom{border-top:1px solid var(--footer-border);padding-top:12px;padding-bottom:12px;text-align:center}.footer-custom__bottom-text{margin:0;font-size:12px}.footer-custom__newsletter small{display:block;line-height:1.3;color:#646464;font-weight:400;margin-top:2rem}.footer-custom__customer-service-list svg{width:1.8rem;height:1.8rem;margin-right:.5rem}@media(max-width:1024px){.footer-custom__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-custom__bottom{padding-bottom:60px}}@media(max-width:749px){.footer-custom__inner{padding:32px 16px 16px}.footer-custom__columns{grid-template-columns:1fr;gap:24px}.footer-custom__newsletter{order:-1}.footer-custom__form-row{flex-direction:column}.footer-custom__button{width:100%;text-align:center;padding:10px 16px}.footer-custom__columns--blocks{text-align:center;border-right:none;padding-bottom:24px;border-bottom:1px solid #e5e5e5}.footer-custom__columns--blocks .footer-custom__column--logo{display:flex;justify-content:center;margin-right:30px}.footer-custom__columns--blocks .footer-custom__columns--menus{flex-direction:column;gap:24px}.footer-custom__columns--blocks .footer-custom__menu{text-align:left}.footer-custom__columns--blocks .footer-custom__selos{justify-content:start;align-items:center}.footer-custom__columns--blocks .footer-custom__heading{text-align:left}}.footer-brand{width:80px;height:auto;margin-top:1.2rem;margin-bottom:1rem;opacity:.6;transition:all .3s ease}.footer-brand:hover{opacity:1}.subcollections .container-full{padding-left:1rem;padding-right:1rem}.subcollections .subcollections-wrapper:not(.is-active){display:flex;width:100%;overflow:hidden;visibility:visible}.subcollections .subcollections-wrapper:not(.is-active) .splide__slide{max-width:20%}.subcollections .subcollections-wrapper .subcollection{padding-right:.5rem}.subcollections .subcollections-wrapper .subcollection h2{margin-top:1rem}.subcollections .subcollections-wrapper:not(.is-active) .splide__slide:nth-child(n+6){display:none}.subcollections .subcollections-wrapper .subcollection img{height:auto}@media(max-width:1400px){.subcollections .subcollections-wrapper:not(.is-active) .splide__slide:nth-child(n+5){display:none}}@media(max-width:1200px){.subcollections .subcollections-wrapper:not(.is-active) .splide__slide:nth-child(n+4){display:none}}@media(max-width:640px){.subcollections .subcollections-wrapper:not(.is-active) .splide__slide:nth-child(n+3){display:none}}#textdiv .container{width:100%;max-width:80vw;height:100%;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0 20px}#textdiv .wrapper p{font-size:5rem;line-height:1.2}#textdiv .wrapper p div{transition:all .3s ease;color:#e7e7e7}#textdiv .wrapper p .text{display:block;margin-bottom:6rem;text-align:center}.button.button--style{color:var(--color-button-style);background:var(--bg-button-style);border:1px solid var(--border-button-style);max-width:var(--width-button-style)}@media(min-width:1025px){.button.button--style:hover{color:var(--color-button-hover-style);background:var(--bg-button-hover-style);border-color:var(--border-button-hover-style)}}@media screen and (min-width:1025px){.media-block.container-full{padding-left:var(--padding-left-full-width);padding-right:var(--padding-right-full-width)}}.media-block{min-height:var(--section-min-height, "auto")}.media-block.container{margin:0}[style*="--horizontal-alignment: center"] .special-heading-block{--text-align-default: center}[style*="--horizontal-alignment: flex-end"] .special-heading-block{--text-align-default: right}[style*="--horizontal-alignment: flex-start"]>.special-heading-block{--text-align-default: left}[style*="--horizontal-alignment: center"]>.special-heading-block{--text-align-default: center}[style*="--horizontal-alignment: flex-end"]>.special-heading-block{--text-align-default: right}.special-heading-block{background-color:var(--background-color, transparent);border-radius:var(--corner-radius, 0rem)}.special-heading-block.h2>*{font-size:var(--heading-size);color:var(--color-heading);line-height:var(--heading-line-height);text-align:var(--text-align, var(--text-align-default));overflow-wrap:anywhere}@media(max-width:767px){.special-heading-block.h2>*{font-size:var(--heading-size-mb)}}.special-heading-block.h2 p{margin:unset}.special-heading-block.h2 .special_text--color{color:var(--special_heading_color)}.special-heading-block.h2 .special_text--background{color:transparent;background-image:var(--special_heading_image);background-clip:text;-webkit-background-clip:text;background-position:center;background-size:cover}.background-image-container img{object-fit:cover;width:100%;height:100%}.background-image-fit img{object-fit:contain}.video-background,.video-background *{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.video-background--cover *{object-fit:cover}.video-background--contain *{object-fit:contain}@media(prefers-reduced-motion:reduce){video-background-component video{display:none}}.collection-custom-images-selection{--radius: 8px;--height: 48px;--speed: .25s;--border: 4px}.collection-custom-images-selection.container-full{padding-left:10px!important;padding-right:10px!important;margin-top:.6rem}.collection-custom-images-selection collection-custom-images-selection{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.collection-custom-images-selection .tabs{--count: 3;height:var(--height);display:grid;grid-auto-flow:column;border-radius:var(--radius);grid-auto-columns:fit-content;position:relative;max-width:fit-content;margin:0 auto 2rem;background-color:#e8e8e8;padding:.2rem;border:var(--border) 1px solid #f7f7f7;border-radius:999px;height:50px;--ease: linear( 0, .1641 3.52%, .311 7.18%, .4413 10.99%, .5553 14.96%, .6539 19.12%, .738 23.5%, .8086 28.15%, .8662 33.12%, .9078 37.92%, .9405 43.12%, .965 48.84%, .9821 55.28%, .992 61.97%, .9976 70.09%, 1 )}.collection-custom-images-selection .tabs>.input,.collection-custom-images-selection .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collection-custom-images-selection .tabs:has(#grid-all:checked){--active: 0}.collection-custom-images-selection .tabs:has(#grid-silver:checked){--active: 1}.collection-custom-images-selection .tabs:has(#grid-gold:checked){--active: 2}.collection-custom-images-selection .tabs :checked+.label{--highlight: 1;z-index:1;color:#fff}.collection-custom-images-selection .tabs .label{padding:0 clamp(10px,10px + 10px,20px);cursor:pointer;text-align:center;height:100%;display:grid;place-items:center;color:#333;transition:background,color;transition-duration:.25s;transition-timing-function:var(--ease, ease);-webkit-user-select:none;user-select:none}.collection-custom-images-selection .input:not(:checked)+.label:hover{--highlight: .35}.collection-custom-images-selection .tabs:after{pointer-events:none;content:"";width:calc(100% / var(--count));height:100%;background:#333;position:absolute;border-radius:999px;translate:calc(var(--active, 0) * 100%) 0;transition:translate,outline-color;transition-duration:var(--speed);transition-timing-function:var(--ease, ease);outline:2px solid transparent}.collection-custom-images-selection .tabs:has(:focus-visible):after{outline-color:red}.collection-custom-images-selection .tabs{display:grid;grid-template-columns:repeat(var(--count),1fr);grid-auto-flow:unset;grid-auto-columns:unset}.collection-custom-images-selection .tabs .label{width:100%;padding:0 18px;line-height:1;display:grid;place-items:center}.collection-custom-images-selection .tabs{margin:0!important}.collection-images-selection{--radius: 8px;--height: 48px;--speed: .25s;--border: 4px}.collection-images-selection.container-full{padding-left:10px!important;padding-right:10px!important;margin-top:.6rem}.collection-images-selection image-grid-selection{display:flex;gap:1rem}.collection-images-selection .tabs{height:var(--height);display:grid;grid-auto-flow:column;border-radius:var(--radius);grid-auto-columns:fit-content;position:relative;max-width:fit-content;margin:0 auto 2rem;background-color:#e8e8e8;padding:.2rem;border:var(--border) 1px solid #f7f7f7;border-radius:999px;height:50px;--ease: linear( 0, .1641 3.52%, .311 7.18%, .4413 10.99%, .5553 14.96%, .6539 19.12%, .738 23.5%, .8086 28.15%, .8662 33.12%, .9078 37.92%, .9405 43.12%, .965 48.84%, .9821 55.28%, .992 61.97%, .9976 70.09%, 1 )}.collection-images-selection .tabs>.input,.collection-images-selection .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collection-images-selection .tabs:has(:checked:nth-of-type(1)){--active: 0}.collection-images-selection .tabs:has(:checked:nth-of-type(2)){--active: 1}.collection-images-selection .tabs :checked+.label{--highlight: 1;z-index:1;color:#fff}.collection-images-selection .tabs:has(.input:nth-of-type(2)){--count: 2}.collection-images-selection .tabs .label{padding:0 clamp(10px,10px + 10px,20px);cursor:pointer;text-align:center;height:100%;display:grid;place-items:center;color:#333;transition:background,color;transition-duration:.25s;transition-timing-function:var(--ease, ease)}.collection-images-selection .input:not(:checked)+.label:hover{--highlight: .35}.collection-images-selection .tabs:after{pointer-events:none;content:"";width:calc(100% / var(--count));height:100%;background:#333;position:absolute;border-radius:999px;translate:calc(var(--active, 0) * 100%) 0;transition:translate,outline-color;transition-duration:var(--speed);transition-timing-function:var(--ease, ease);outline:2px solid transparent}.collection-images-selection .tabs:has(:focus-visible):after{outline-color:red}.collection-images-selection .tabs{display:grid;grid-template-columns:repeat(var(--count),1fr);grid-auto-flow:unset;grid-auto-columns:unset}.collection-images-selection .tabs .label{width:100%;padding:0 18px;line-height:1;display:grid;place-items:center}.floating-video__item{position:relative}.floating-video__product{position:absolute;bottom:.5rem;left:0;background-color:#00000050;width:calc(100% - 2rem);padding:1rem;margin:1rem;border-radius:1.2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-simple{display:flex;gap:1.2rem}.product-card-simple img{border-radius:1rem}.product-card-simple h3,.product-card-simple p,.product-card-simple s{margin:0;color:#fff}.product-card-simple p,.product-card-simple s{display:inline-block}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--overlay-layer);pointer-events:none;border-radius:var(--overlay-border-radius, 0px)}.overlay--solid{background:var(--overlay-color)}.overlay--gradient{background:linear-gradient(var(--overlay-direction),var(--overlay-color),var(--overlay-color--end))}.product-personalization__field{max-width:calc(100% / var(--count))}.product-personalization__field label{margin-bottom:.4rem;display:block}.product-personalization__field input{border:1px solid #e8e8e8;background-color:#f7f7f7;padding:1.2rem;max-width:100%}.product-kit__soldout{text-transform:uppercase;font-size:1.2rem;background:#333;padding:.1rem .8rem;border-radius:.4rem;color:#fff}product-kit-item{display:block;pointer-events:all;cursor:pointer;position:relative;background-color:#f9f9f9;border-radius:1rem;margin-bottom:.8rem;padding:.4rem 1rem}product-kit-item .kit-item__info{gap:1rem;display:inline-flex;opacity:.4}product-kit-item .product-kit__item{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}product-kit-item input:checked+.product-kit__item>.kit-item__info{opacity:1}product-kit-item .product-kit__image img{border-radius:100%;-webkit-user-select:none;user-select:none;pointer-events:none}product-kit-item .product-kit__quantity{padding:0 .8rem;background-color:#eee;border-radius:.2rem;margin-left:.5rem;display:inline-block}product-kit-item .arrow{position:absolute;top:30px;right:1rem;display:block;width:16px;height:16px;object-fit:cover;transform:translateY(-50%);opacity:0;transition:all .3s ease;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:pointer}product-kit-item .product-kit__label{display:inline-block;width:2.4rem;height:2.4rem;margin:1rem;border:1px solid #333;background-color:#333;border-radius:50%;cursor:pointer}product-kit-item .product-kit__label>label{display:flex;justify-content:center;align-items:center;height:100%;width:100%;cursor:pointer}product-kit-item .product-kit__label>label .icon-minus{display:none}product-kit-item .product-kit__label>label .icon-plus{display:block}product-kit-item .product-kit__label>label .icon-plus path{fill:#fff}product-kit-item:has(>input:checked) .product-kit__label{background-color:#dadada;border-color:#dadada}product-kit-item:has(>input:checked) .product-kit__label>label .icon-plus{display:none}product-kit-item:has(>input:checked) .product-kit__label>label .icon-minus{display:block}product-kit-item .kit-item__options{display:none}product-kit-item .kit-item__options fieldset{display:block;border:none}product-kit-item .kit-item__options .kit-option__value{display:inline-block;max-width:fit-content;padding:.8rem 2rem;border:1px solid #a5a5a5;color:#a5a5a5;transition:all .3s ease;cursor:pointer;margin-right:.5rem}product-kit-item .kit-item__options .kit-option__value:has(>input:checked){border-color:#333;background-color:#333;color:#fff}product-kit-item .kit-item__description{margin:2rem}product-kit-item .kit-item__description>a{text-decoration:underline;margin:1.2rem 0 1.6rem}product-kit-item[ready] .arrow{opacity:1}product-kit-item[ready][open] .arrow{transform:translateY(-50%) rotate(180deg)}product-kit-item[ready][open] .kit-item__options{display:block;min-width:100%}product-kit-item[ready][needs-selection] .kit-option__label:after{content:" *";color:#e74c3c;font-weight:700}.kit-box{margin:2rem 0;padding:1.5rem;border:1px solid #e0e0e0;border-radius:4px}.kit-box h3{margin-top:0;margin-bottom:1rem;font-size:1.5rem}.kit-cupom{margin-bottom:1.5rem;padding:1rem;background-color:#f9f9f9;border-left:3px solid #333;display:flex;justify-content:space-between;align-items:center;gap:1rem}.kit-cupom p{margin:0}.kit-cupom code{background-color:#fff;padding:.25rem .5rem;border-radius:3px;font-family:monospace;font-weight:600}.btn-cupom{display:inline-block;padding:.5rem 1rem;background-color:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap;transition:background-color .3s}.btn-cupom:hover{background-color:#888}.btn-cupom.copied{background-color:#28a745}.kit-items{list-style:none;padding:0;margin:1.5rem 0}.kit-item{padding:1rem 0;border-bottom:1px solid #f0f0f0}.kit-item:last-child{border-bottom:none}.kit-item div{display:flex;flex-direction:column;gap:.5rem}.kit-item strong{font-weight:600}.kit-item small{color:#666;font-size:.85rem}.kit-item s{color:#999;text-decoration:line-through}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.btn:hover{background-color:#555}.btn:disabled{background-color:#ccc;cursor:not-allowed}#kit-status{font-size:.9rem;color:#666}product-kit{display:block}product-kit .product-kit__price{margin-bottom:3.2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;font-weight:400}product-kit .product-kit__price span.price-kit{font-size:2.4rem;display:flex;align-items:center;justify-content:center;gap:.6rem}product-kit .product-kit__price .discount-tag{font-size:1.2rem;background:#333;padding:.1rem .8rem;border-radius:.4rem;color:#fff}product-kit .product-kit__price s{color:#5a5a5a}product-kit .product-kit__wrapper .title{font-size:2rem;margin:0 0 1.2rem}product-kit .button{margin-top:1.6rem}product-kit .button[disabled],product-kit .button.is-unavailable{opacity:.6;cursor:not-allowed;background-color:#ccc;color:#666}product-kit .button[disabled]:hover,product-kit .button.is-unavailable:hover{background-color:#ccc;color:#666}product-kit .kit-cupom{margin-bottom:1.5rem;padding:1rem;background-color:#f9f9f9;border-left:3px solid #333;display:flex;justify-content:space-between;align-items:center;gap:1rem}product-kit .kit-cupom p{margin:0}product-kit .kit-cupom code{background-color:#fff;padding:.25rem .5rem;border-radius:3px;font-family:monospace;font-weight:600}product-kit .btn-cupom{display:inline-block;padding:.5rem 1rem;background-color:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap;transition:background-color .3s}product-kit .btn-cupom:hover{background-color:#888}product-kit .btn-cupom.copied{background-color:#28a745}product-personalization{display:block}product-personalization #product-personalization{gap:1rem}.section-content-wrapper.section-content-wrapper{min-height:calc(var(--section-min-height, "auto") - var(--section-height-offset, 0px));position:relative;width:100%;height:100%}.section-wrapper .section{min-height:var(--section-min-height, "auto")}.section[data-shopify-visual-preview]{min-height:var(--section-preview-height);padding-top:0}.section[data-shopify-visual-preview] .custom-section-background{display:none}body:has(>#header-group>.header-section>#header-component[transparent]):not(:has(>#header-group>.header-section+.shopify-section))>main>.section-wrapper:first-child{--section-height-offset: var(--header-group-height, 0)}.section-wrapper .custom-section-background{grid-column:1 / -1}.custom-section-content{z-index:var(--layer-flat)}@media screen and (min-width:1025px){.custom-section .container-full{padding-left:var(--padding-left-full-width);padding-right:var(--padding-right-full-width)}}.layout-panel-flex{display:flex!important;gap:var(--gap);height:100%}.layout-panel-flex--row{flex-flow:row var(--flex-wrap);justify-content:var(--horizontal-alignment);align-items:var(--vertical-alignment)}.layout-panel-flex--column{flex-flow:column var(--flex-wrap);align-items:var(--horizontal-alignment);justify-content:var(--vertical-alignment)}@media screen and not (min-width:750px){.mobile-column{flex-flow:column nowrap;align-items:var(--horizontal-alignment);justify-content:var(--vertical-alignment-mobile)}.layout-panel-flex--row:not(.mobile-column) .text-block{flex:1 1 var(--max-width--display-tight)}.layout-panel-flex--row:not(.mobile-column) .image-block{flex:1 1 var(--size-style-width-mobile-min)}.layout-panel-flex--row:not(.mobile-column) .button{flex:0 0 fit-content}}@media(min-width:750px){.layout-panel-flex{flex-direction:var(--flex-direction)}}.collection-heading__wrapper .list-unstyled{display:flex;gap:.8rem;flex-wrap:wrap}.collection-heading__wrapper .list-unstyled li a{padding:.8rem 1.2rem;background-color:#f7f7f7;display:inline-block;margin:1.2rem 0 .5rem;color:#333;border:1px solid #e8e8e8;min-width:8rem;text-align:center}:root{--text-align-default: left}[style*="--horizontal-alignment: center"] .text-block{--text-align-default: center}[style*="--horizontal-alignment: flex-end"] .text-block{--text-align-default: right}[style*="--horizontal-alignment: flex-start"]>.text-block{--text-align-default: left}[style*="--horizontal-alignment: center"]>.text-block{--text-align-default: center}[style*="--horizontal-alignment: flex-end"]>.text-block{--text-align-default: right}.text-block{max-width:100%;display:flex;flex-direction:column;align-items:var(--horizontal-alignment)}.text-block,.text-block>*{width:var(--width);text-align:var(--text-align, var(--text-align-default));text-wrap:var(--text-wrap)}.text-block:not(.text-block--full-width).rte,.text-block:not(.text-block--full-width).paragraph{text-wrap:balance;text-wrap:pretty}.text-block:not(.text-block--full-width):is(.h1,.h2,.h3,.h4,.h5,.h6){text-wrap:balance}.text-block:is(.h1,.h2,.h3,.h4,.h5,.h6) a{text-decoration-color:transparent}.text-block,.text-block>:is(h1,h2,h3,h4,h5,h6,p,*){color:var(--color-text);font-size:var(--font-size-text);line-height:var(--text-line-height);font-weight:var(--font-weight-text);max-width:var(--cus-width-text);overflow-wrap:break-word;margin-top:0;margin-bottom:0}@media(max-width:1024px){.text-block,.text-block>:is(h1,h2,h3,h4,h5,h6,p,*){font-size:var(--font-size-text-mb)}}.text-block>*:first-child{margin-block-start:0}.text-block>*:last-child{margin-block-end:0}.text-block>*+*{margin-top:2rem}.text-block--align-center,.text-block--align-center>*{margin-inline:auto}.text-block--align-right,.text-block--align-right>*{margin-inline-start:auto}.text-block--background{background-color:var(--text-background-color);border-radius:var(--text-corner-radius)}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
