/** Shopify CDN: Minification failed

Line 34:16 Unexpected "900"
Line 34:35 Unterminated string token
Line 43:14 Expected identifier but found whitespace
Line 43:16 Unexpected "{"
Line 43:25 Expected ":"
Line 43:51 Expected ":"
Line 44:17 Expected identifier but found whitespace
Line 44:19 Unexpected "{"
Line 44:28 Expected ":"
Line 44:57 Expected ":"
... and 2 more hidden warnings

**/
@scope (.sculptd-bra-replica) {
/** Shopify CDN: Minification failed

Line 27:14 Expected identifier but found whitespace
Line 27:16 Unexpected "{"
Line 27:25 Expected ":"
Line 27:51 Expected ":"
Line 28:17 Expected identifier but found whitespace
Line 28:19 Unexpected "{"
Line 28:28 Expected ":"
Line 28:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:customer-reviews-grid (INDEX:19) */
500;600;700;800;900&display=swap');

.customer-reviews-section {
  background-color: #FAF7F5;
  font-family: 'Poppins', sans-serif;
}

.customer-reviews-section .page-width {
  max-width: 1400px;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.customer-reviews-section .title-wrapper-with-link {
  text-align: center;
  margin-bottom: 40px;
}

.customer-reviews-section .title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1;
  margin: 0;
}

.reviews-wrapper {
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.reviews-masonry {
  column-count: 4;
  column-gap: 20px;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .reviews-masonry {
    column-count: 2;
    column-gap: 15px;
  }
  
  .customer-reviews-section .title {
    font-size: 36px;
  }
}

@media screen and (max-width: 749px) {
  .reviews-masonry {
    column-count: 2;
    column-gap: 10px;
  }
  
  .customer-reviews-section .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .customer-reviews-section .title {
    font-size: 28px;
  }
  
  .review-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.review-card {
  background: #FFFFFF;
  overflow: hidden;
  border: 2px solid #E8D5D0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  break-inside: avoid;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  transition: border-color 0.3s ease, transform 0.2s ease;
}

.review-card:hover {
  border-color: #D4A59A;
  transform: translateY(-2px);
}

.review-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
  background: #FBF9F7;
  border-radius: 10px 10px 0 0;
}

.review-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.review-card__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.review-card__video-link:hover .review-card__play-button svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.review-card__image-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(154, 78, 52, 0.9);
  color: white;
  padding: 6px 10px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-card__image-count svg {
  width: 16px;
  height: 16px;
}

.review-card__header {
  padding: 12px 15px 2px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}

.review-card__customer-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #000;
  line-height: 1.3;
}

.review-card__verified {
  display: flex;
  align-items: center;
  gap: 3px;
}

.review-card__verified-badge {
  color: #9A4E34;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.review-card__verified span {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: #9A4E34;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.review-card__rating {
  display: flex;
  gap: 2px;
  padding: 8px 15px;
}

.review-card__star {
  color: #E8D5D0;
  width: 18px;
  height: 18px;
}

.review-card__star--filled {
  color: #9A4E34;
}

.review-card__text {
  padding: 0 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 12px;
}

.review-card__item-type {
  padding: 0 15px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
}

.review-card__item-label {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
/* END_SECTION:customer-reviews-grid */
.grid,.list-unstyled,summary{list-style:none}.customer a,.link,.share-button__button:hover{text-decoration:underline;text-underline-offset:.3rem}.link-with-icon,.nowrap{white-space:nowrap}.js details[open]:not(.menu-opening)>.header__icon--menu .icon-close,.quantity__rules-cart .loading-overlay:not(.hidden)~*,.visibility-hidden,product-info .loading-overlay:not(.hidden)~*{visibility:hidden}details[open]>.header__submenu,details[open]>.search-modal,details[open]>.share-button__fallback{animation:animateMenuOpen var(--duration-default) ease}.header__menu-item:hover .header__active-menu-item,details[open]:hover>.header__menu-item{text-decoration-thickness:.2rem}.badge,.break,.header__heading-link{word-break:break-word}.color-accent-1,:root{--color-heading: var(--color-base-heading);--color-foreground: var(--color-base-accent-3);--color-background: var(--color-base-accent-1);--gradient-background: var(--gradient-base-accent-1);--color-link: var(--color-base-outline-button-labels);--alpha-link: .85;--color-button: var(--color-base-accent-1);--color-button-text: var(--color-base-solid-button-labels);--alpha-button-background: 1;--alpha-button-border: 1;--color-badge-background: var(--color-background);--color-badge-border: var(--color-foreground);--alpha-badge-border: .1}.color-inverse{--color-foreground: var(--color-base-accent-1);--color-background: var(--color-base-text);--gradient-background: rgb(var(--color-base-text))}.color-accent-1,.color-accent-2,.color-accent-3,.color-custom-color-1,.color-custom-color-2{--color-foreground: var(--color-base-solid-button-labels)}.color-accent-1{--color-background: var(--color-base-accent-1);--gradient-background: var(--gradient-base-accent-1)}.color-accent-2{--color-background: var(--color-base-accent-2);--gradient-background: var(--gradient-base-accent-2)}.color-accent-3{--color-background: var(--color-base-accent-3);--gradient-background: var(--gradient-base-accent-3)}.color-custom-color-1{--color-background: var(--color-custom-color-1)}.color-custom-color-2{--color-background: var(--color-custom-color-2)}.color-foreground-outline-button{--color-foreground: var(--color-base-outline-button-labels)}.color-foreground-accent-1{--color-foreground: var(--color-base-accent-1)}.color-foreground-accent-2{--color-foreground: var(--color-base-accent-2)}.color-accent-1,.color-accent-2,.color-accent-3,.color-background-2,.color-inverse{--color-link: var(--color-foreground);--alpha-link: .7;--color-button: var(--color-foreground);--color-button-text: var(--color-background);--color-badge-background: var(--color-background);--color-badge-border: var(--color-background);--alpha-badge-border: 1}.button--secondary,.button--tertiary{--color-button-text: var(--color-base-outline-button-labels)}.button--secondary{--color-button: var(--color-base-outline-button-labels);--color-button: var(--color-background);--alpha-button-background: 1}.color-accent-1 .button--secondary,.color-accent-2 .button--secondary,.color-accent-3 .button--secondary,.color-background-2 .button--secondary,.color-inverse .button--secondary{--color-button: var(--color-background);--color-button-text: var(--color-foreground)}.button--tertiary{--color-button: var(--color-base-outline-button-labels);--alpha-button-background: 0;--alpha-button-border: .2}.color-accent-1 .button--tertiary,.color-accent-2 .button--tertiary,.color-background-2 .button--tertiary,.color-inverse .button--tertiary{--color-button: var(--color-foreground);--color-button-text: var(--color-foreground)}:root{--color-card-hover: var(--color-base-text)}.color-inverse{--color-card-hover: var(--color-base-accent-1)}.color-accent-1,.color-accent-2,.color-accent-3{--color-card-hover: var(--color-base-solid-button-labels)}.color-icon-text,:root{--color-icon: rgb(var(--color-base-text))}.color-icon-accent-1{--color-icon: rgb(var(--color-base-accent-1))}.color-icon-accent-2{--color-icon: rgb(var(--color-base-accent-2))}.color-icon-outline-button{--color-icon: rgb(var(--color-base-outline-button-labels))}.contains-card--product,.product-card-wrapper .card{--border-radius: var(--product-card-corner-radius);--border-width: var(--product-card-border-width);--border-opacity: var(--product-card-border-opacity);--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);--shadow-blur-radius: var(--product-card-shadow-blur-radius);--shadow-opacity: var(--product-card-shadow-opacity);--shadow-visible: var(--product-card-shadow-visible);--image-padding: var(--product-card-image-padding);--text-alignment: var(--product-card-text-alignment)}.collection-card-wrapper .card,.contains-card--collection{--border-radius: var(--collection-card-corner-radius);--border-width: var(--collection-card-border-width);--border-opacity: var(--collection-card-border-opacity);--shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);--shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);--shadow-blur-radius: var(--collection-card-shadow-blur-radius);--shadow-opacity: var(--collection-card-shadow-opacity);--shadow-visible: var(--collection-card-shadow-visible);--image-padding: var(--collection-card-image-padding);--text-alignment: var(--collection-card-text-alignment)}.article-card-wrapper .card,.contains-card--article{--border-radius: var(--blog-card-corner-radius);--border-width: var(--blog-card-border-width);--border-opacity: var(--blog-card-border-opacity);--shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);--shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);--shadow-blur-radius: var(--blog-card-shadow-blur-radius);--shadow-opacity: var(--blog-card-shadow-opacity);--shadow-visible: var(--blog-card-shadow-visible);--image-padding: var(--blog-card-image-padding);--text-alignment: var(--blog-card-text-alignment)}.contains-content-container,.content-container{--border-radius: var(--text-boxes-radius);--border-width: var(--text-boxes-border-width);--border-opacity: var(--text-boxes-border-opacity);--shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);--shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);--shadow-blur-radius: var(--text-boxes-shadow-blur-radius);--shadow-opacity: var(--text-boxes-shadow-opacity);--shadow-visible: var(--text-boxes-shadow-visible)}.contains-media,.global-media-settings{--border-radius: var(--media-radius);--border-width: var(--media-border-width);--border-opacity: var(--media-border-opacity);--shadow-horizontal-offset: var(--media-shadow-horizontal-offset);--shadow-vertical-offset: var(--media-shadow-vertical-offset);--shadow-blur-radius: var(--media-shadow-blur-radius);--shadow-opacity: var(--media-shadow-opacity);--shadow-visible: var(--media-shadow-visible)}.hidden,.no-js-inline,.no-js:not(html),html.no-js .no-js-hidden{display:none!important}html.no-js .no-js:not(html){display:block!important}html.no-js .no-js-inline{display:inline-block!important}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.page-width-desktop{padding:0;margin:0 auto}.isolate{position:relative;z-index:0}.section+.section{margin-top:var(--spacing-sections-mobile)}.element-margin-top{margin-top:5rem}.color-accent-1,.color-accent-2,.color-accent-3,.color-inverse,.color-custom-color-1,.color-custom-color-2,body{color:rgba(var(--color-foreground),.9);background-color:rgb(var(--color-background))}.ks-html-content p,.ks-html-content p span{font-family:var(--font-body-family)!important;line-height:1.3!important}.background-secondary{background-color:rgba(var(--color-foreground),.04)}.grid-auto-flow{display:grid;grid-auto-flow:column}.page-margin,.shopify-challenge__container{margin:7rem auto}.rte-width{max-width:82rem;margin:0 auto 2rem}.list-unstyled{margin:0;padding:0}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.visually-hidden--inline{margin:0;height:1em}.overflow-hidden,.overflow-hidden-mobile,.overflow-hidden-tablet{overflow:hidden}.skip-to-content-link:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto}.icon-arrow,.title-wrapper-with-link .link-with-icon svg{width:1.5rem}.full-width-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.disclosure-has-popup,.media,summary{position:relative}::selection{background-color:rgba(var(--color-foreground),.2)}.text-body{font-size:1em;letter-spacing:0em;line-height:1.75em;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.h0,.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-scale) * .06rem);color:rgb(var(--color-heading));line-height:calc(1 + .2/max(1,var(--font-heading-scale)));word-break:break-word;text-transform:var(--heading-text-transform)}.h6,.link--text:hover,blockquote,h6{color:rgba(var(--color-foreground),.9)}.hxl{font-size:calc(var(--font-heading-mob-size) + 48px)}.h0{font-size:var(--font-heading-mob-size)}.h1,h1{font-size:calc(var(--font-heading-mob-size) - 4.25px)}.h2,h2{font-size:var(--font-heading-mob-size)}.h3,h3{font-size:calc(var(--font-heading-mob-size) - 11.2px)}.h5,h5{font-size:calc(var(--font-heading-mob-size) - 25.7px)}@media only screen and (min-width:750px){.hxl{font-size:calc(var(--font-heading-size) + 48px)}.h0{font-size:var(--font-heading-size)}.h1,h1{font-size:calc(var(--font-heading-size) - 4.25px)}.h2,h2{font-size:var(--font-heading-size)}.h3,h3{font-size:calc(var(--font-heading-size) - 11.2px)}.h5,h5{font-size:calc(var(--font-heading-size) - 25.7px)}}.h6,h6{margin-block-start:1.67em;margin-block-end:1.67em}blockquote{font-style:italic;border-left:.2rem solid rgba(var(--color-foreground),.2);padding-left:1rem}.caption{font-size:16px;letter-spacing:.07rem;line-height:calc(1 + .7 / var(--font-body-scale))}.caption-with-letter-spacing{font-size:1rem;letter-spacing:.13rem;line-height:calc(1 + .2 / var(--font-body-scale));text-transform:uppercase}.caption-with-letter-spacing--medium{font-size:1.2rem;letter-spacing:.16rem}.caption-with-letter-spacing--large{font-size:1.4rem;letter-spacing:.18rem}.caption-large,.customer .field input,.customer select,.field__input,.form__label,.select__select{font-size:.929em;line-height:1.47em;letter-spacing:.028em}.color-foreground,.link--text{color:rgb(var(--color-foreground))}table:not([class]){table-layout:fixed;border-collapse:collapse;font-size:1.4rem;border-style:hidden;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2)}table:not([class]) td,table:not([class]) th{padding:1em;border:.1rem solid rgba(var(--color-foreground),.2)}.left{text-align:left}.center{text-align:center}.right{text-align:right}.uppercase{text-transform:uppercase}.light{opacity:.7}.circle-divider:last-of-type:after,a:empty,article:empty,div:empty,dl:empty,h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty,p:empty,section:empty,ul:empty{display:none}.customer a,.link{cursor:pointer;display:inline-block;border:none;box-shadow:none;color:rgb(var(--color-link));background-color:transparent;font-size:1em;font-family:inherit;transition:all .2s ease}.customer a:active,.link:active,.button:active{transform:translateY(1px)}.link-with-icon{display:inline-flex;font-size:1.4rem;font-weight:600;letter-spacing:.1rem;text-decoration:none;margin-bottom:4.5rem}.link-with-icon .icon{width:1.5rem;margin-left:1rem}.circle-divider:after{content:"\2022";margin:0 1.3rem 0 1.5rem}hr{border:none;height:.1rem;background-color:rgba(var(--color-foreground),.2);display:block;margin:5rem 0}.full-unstyled-link{text-decoration:none;color:currentColor;display:block}.placeholder{background-color:rgba(var(--color-foreground),.04);color:rgba(var(--color-foreground),.55);fill:rgba(var(--color-foreground),.55)}details>*{box-sizing:border-box}:root{--duration-short: .1s;--duration-default: .2s;--duration-long: .5s}.customer a,.underlined-link{color:rgba(var(--color-link),var(--alpha-link));text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness .1s}.customer a:hover,.underlined-link:hover{color:rgb(var(--color-link));text-decoration-thickness:.2rem}.h3 .icon-arrow,h3 .icon-arrow{width:calc(var(--font-heading-scale) * 1.5rem)}.animate-arrow .icon-arrow path{transform:translate(-.25rem);transition:transform var(--duration-short) ease}.animate-arrow:hover .icon-arrow path{transform:translate(-.05rem)}.shopify-policy__container{padding-bottom:3rem}summary{cursor:pointer}summary .icon-caret{position:absolute;height:.6rem;right:1.5rem;top:calc(50% - .2rem)}summary::-webkit-details-marker{display:none}.disclosure-has-popup[open]>summary:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;display:block;cursor:default;content:" ";background:0 0}.disclosure-has-popup>summary:before{display:none}.disclosure-has-popup[open]>summary+*{z-index:100}.no-js .focus-inset:focus:not(:focus-visible),.no-js .focus-offset:focus:not(:focus-visible),.no-js :focus:not(:focus-visible),:focus{outline:0;box-shadow:none}:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.focused,.no-js :focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.focus-inset:focus-visible{outline:none;outline-offset:-.2rem;box-shadow:none}.focused.focus-inset,.no-js .focus-inset:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:-.2rem;box-shadow:0 0 .2rem rgba(var(--color-foreground),.3)}.focus-none{box-shadow:none!important;outline:0!important}.focus-offset:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:1rem;box-shadow:0 0 0 1rem rgb(var(--color-background)),0 0 .2rem 1.2rem rgba(var(--color-foreground),.3)}.focus-offset.focused,.no-js .focus-offset:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:1rem;box-shadow:0 0 0 1rem rgb(var(--color-background)),0 0 .2rem 1.2rem rgba(var(--color-foreground),.3)}.title,.title-wrapper-with-link{margin:3rem 0 2rem}.title-wrapper-with-link .title{margin:0}.title .link{font-size:inherit}.title-wrapper{margin-bottom:3rem}.title-wrapper-with-link{display:flex;justify-content:center;align-items:flex-end;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.title-wrapper-with-link--spacing{justify-content:space-between}.title--primary{margin:4rem 0}.title-wrapper--self-padded-mobile,.title-wrapper--self-padded-tablet-down{padding-left:1.5rem;padding-right:1.5rem}.title-wrapper-with-link .link-with-icon{margin:0;flex-shrink:0;display:flex;align-items:center}.title-wrapper-with-link a{color:rgb(var(--color-link));margin-top:0;flex-shrink:0}.title-wrapper--no-top-margin,.title-wrapper--no-top-margin>.title{margin-top:0}.subtitle{font-size:1.8rem;line-height:calc(1 + .8 / var(--font-body-scale));letter-spacing:.06rem;color:rgba(var(--color-foreground),.7)}.subtitle--small{font-size:1.4rem;letter-spacing:.1rem}.subtitle--medium{font-size:1.6rem;letter-spacing:.08rem}.collage-wrapper-title,.collection-hero__title,.collection__title,.main-page-title,.page-title,.title--primary,.title-wrapper,.title-wrapper--no-top-margin,.title-wrapper--self-padded-mobile,.title-wrapper--self-padded-tablet-down,.title-wrapper-with-link{text-align:center}.grid{display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:2rem;padding:0;column-gap:var(--grid-mobile-horizontal-spacing);row-gap:var(--grid-mobile-vertical-spacing)}.grid:last-child,.mb-0{margin-bottom:0}.grid__item{width:calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);max-width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2);flex-grow:1;flex-shrink:0}.grid--gapless.grid{column-gap:0;row-gap:0}.grid--1-col .grid__item{max-width:100%;width:100%}.grid--3-col .grid__item{width:calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3)}.image-placeholder{text-decoration:none;width:19px;position:relative;letter-spacing:0em;font-weight:500;color:inherit;display:inline-block;min-width:19px}.image-row{flex:1;border-radius:20px;background-color:#fff;overflow:hidden;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:9px 8px}.image-row-child{width:5px;height:12px;position:relative}.image-row1{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:14px 0 0}.a{text-decoration:none;width:19px;position:relative;letter-spacing:0em;font-weight:500;color:inherit;display:inline-block;min-width:19px}.image-row-item{width:5px;height:12px;position:relative}.a1{text-decoration:none;width:19px;position:relative;letter-spacing:0em;font-weight:500;color:inherit;display:inline-block;min-width:19px}.image-grid,.image-row4{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.image-row4{flex:1;border-radius:20px;background-color:#fff;overflow:hidden;padding:9px 8px}.image-grid{width:139px;gap:6px;font-size:18px;color:#000}.announcement-save-timer-header{align-items:center;justify-content:center;padding:5px}.product-page-header{max-width:100vw;padding-left:1.5rem;padding-right:1.5rem}.star-rating{display:flex;align-items:center}@media screen and (min-width:750px)and (max-width:850px){product-info .star-rating{flex-direction:column;align-items:flex-start!important}.star-rating .rating{margin-left:0!important}.star-rating .rating p{margin:0}}.stars-outer{position:relative;display:inline-block}.stars-inner{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;display:block!important}.stars-outer:before,.stars-inner:before{content:"\2605\2605\2605\2605\2605";font-family:Arial,sans-serif;font-size:1.45em;color:#d3d3d3}.stars-inner:before{color:rgb(var(--color-base-accent-3))}.rating{margin-left:10px;font-size:1.5rem;display:inline-block;min-width:15px}@media screen and (min-width:750px){.page-width{padding:0 5rem}.page-width--narrow{padding:0 9rem}.page-width-desktop{padding:0}.page-width-tablet{padding:0 5rem}.section+.section{margin-top:var(--spacing-sections-desktop)}.element-margin{margin-top:calc(5rem + var(--page-width-margin))}blockquote{padding-left:1.5rem}.caption{font-size:1em}hr{margin:7rem 0}.facets .disclosure-has-popup[open]>summary+*{z-index:2}.title-wrapper--self-padded-mobile{padding-left:0;padding-right:0}.grid{column-gap:var(--grid-desktop-horizontal-spacing);row-gap:var(--grid-desktop-vertical-spacing)}.grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.grid--3-col .grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}}.grid--2-col .grid__item{width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2)}@media screen and (min-width:750px){.grid--2-col .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.grid--4-col-tablet .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}.grid--3-col-tablet .grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.grid--2-col-tablet .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}@media screen and (max-width:989px){.grid--1-col-tablet-down .grid__item{width:100%;max-width:100%}.slider--tablet.grid--peek{margin:0;width:100%}.slider--tablet.grid--peek .grid__item{box-sizing:content-box;margin:0}}@media screen and (min-width:990px){.page-width--narrow{max-width:72.6rem;padding:0}.page-width-desktop{max-width:var(--page-width);padding:0 5rem}.large-up-hide{display:none!important}.title,.title-wrapper-with-link{margin:5rem 0 3rem}.title--primary{margin:2rem 0}.title-wrapper-with-link{align-items:center}.title-wrapper-with-link .title{margin-bottom:0}.title-wrapper--self-padded-tablet-down{padding-left:0;padding-right:0}.grid--6-col-desktop .grid__item{width:calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);max-width:calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6)}.grid--5-col-desktop .grid__item{width:calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);max-width:calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5)}.grid--4-col-desktop .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}.grid--3-col-desktop .grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);max-width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.grid--2-col-desktop .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.grid--1-col-desktop{flex:0 0 100%;max-width:100%}.grid--1-col-desktop .grid__item{width:100%;max-width:100%}}@media screen and (max-width:749px){.small-hide{display:none!important}.grid__item.slider__slide--full-width{width:100%;max-width:none}.grid--peek.slider--mobile{margin:0;width:100%}.grid--peek.slider--mobile .grid__item{box-sizing:content-box;margin:0}.grid--peek .grid__item{min-width:35%}.grid--peek.slider .grid__item:first-of-type{margin-left:2rem}.grid--peek.slider:after{margin-left:calc(-1 * var(--grid-mobile-horizontal-spacing))}.grid--2-col-tablet-down .grid__item{width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2)}.grid--peek .grid__item,.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item{width:calc(50% - var(--grid-mobile-horizontal-spacing) - 1rem)}.slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item{width:calc(100% - var(--grid-mobile-horizontal-spacing))}}@media screen and (min-width:750px)and (max-width:989px){.medium-hide{display:none!important}.slider--tablet.grid--peek .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem)}.slider--tablet.grid--peek.grid--3-col-tablet .grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem)}.slider--tablet.grid--peek.grid--2-col-tablet .grid__item,.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem)}.slider--tablet.grid--peek .grid__item:first-of-type{margin-left:1.5rem}.grid--2-col-tablet-down .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.grid--1-col-tablet-down.grid--peek .grid__item{width:calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem)}}.media{display:block;background-color:rgba(var(--color-foreground),.1);overflow:hidden}.media--transparent{background-color:transparent}.media model-viewer,.media>:not(.zoom):not(.deferred-media__poster-button){display:block;max-width:100%;position:absolute;top:0;left:0;height:100%;width:100%}@media screen and (max-width:770px){media-gallery .media model-viewer,media-gallery .media>:not(.zoom):not(.deferred-media__poster-button){width:var(--mobile-width);right:0;margin:auto}}.media>img{object-fit:cover;object-position:center center;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.media--square{padding-bottom:100%}.media--portrait{padding-bottom:125%}.media--landscape{padding-bottom:66.6%}.media--cropped{padding-bottom:56%}.media--16-9{padding-bottom:56.25%}.media--circle{padding-bottom:100%;border-radius:50%}.media.media--hover-effect>img+img{opacity:0}deferred-media,details[open] .modal-overlay{display:block}.button,.cart__dynamic-checkout-buttons [role=button],.cart__dynamic-checkout-buttons iframe,.customer button,.shopify-challenge__button,.shopify-payment-button [role=button],button.shopify-payment-button__button--unbranded{--shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);--shadow-vertical-offset: var(--buttons-shadow-vertical-offset);--shadow-blur-radius: var(--buttons-shadow-blur-radius);--shadow-opacity: var(--buttons-shadow-opacity);--shadow-visible: var(--buttons-shadow-visible);--border-offset: var(--buttons-border-offset);--border-opacity: calc(1 - var(--buttons-border-opacity));border-radius:var(--buttons-radius-outset);position:relative;font-weight:var(--font-button-weight);font-family:var(--font-button-family)}.button span,.button p{font-family:var(--font-button-family);font-weight:var(--font-button-weight)}.button,.customer button,.shopify-challenge__button,button.shopify-payment-button__button--unbranded{min-width:calc(12rem + var(--buttons-border-width) * 2);min-height:calc(4.5rem + var(--buttons-border-width) * 2);font-weight:500}.shopify-payment-button__button--branded{z-index:auto}.cart__dynamic-checkout-buttons iframe{box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text),var(--shadow-opacity))}.button,.customer button,.shopify-challenge__button{display:inline-flex;justify-content:center;align-items:center;border:0;padding:0 3rem;cursor:pointer;text-decoration:none;color:rgb(var(--color-button-text));transition:box-shadow var(--duration-short) ease;-webkit-appearance:none;appearance:none;font-family:var(--font-button-family);font-weight:var(--font-button-weight);background-color:rgba(var(--color-button),var(--alpha-button-background))}.buy-now-button{width:100%;border:none}.select__select,.text-area{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.button:before,.cart__dynamic-checkout-buttons [role=button]:before,.customer button:before,.shopify-challenge__button:before,.shopify-payment-button [role=button]:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:var(--buttons-radius-outset);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.button:after,.customer button:after,.shopify-challenge__button:after,.shopify-payment-button__button--unbranded:after{content:"";position:absolute;top:var(--buttons-border-width);right:var(--buttons-border-width);bottom:var(--buttons-border-width);left:var(--buttons-border-width);z-index:1;border-radius:var(--buttons-radius);transition:box-shadow var(--duration-short) ease}.button:not([disabled]):hover:after,.customer button:hover:after,.shopify-challenge__button:hover:after,.shopify-payment-button__button--unbranded:hover:after{--border-offset: 1.3px}.button--secondary:after{--border-opacity: var(--buttons-border-opacity)}.button.focused,.button:focus,.button:focus-visible,.shopify-payment-button [role=button]:focus,.shopify-payment-button [role=button]:focus-visible,.shopify-payment-button__button--unbranded:focus,.shopify-payment-button__button--unbranded:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.button:focus:not(:focus-visible):not(.focused),.shopify-payment-button [role=button]:focus:not(:focus-visible):not(.focused),.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused){box-shadow:inherit}.button::selection,.customer button::selection,.shopify-challenge__button::selection{background-color:rgba(var(--color-button-text),.3)}.button,.button-label,.customer button,.shopify-challenge__button{font-size:1.1428571429em;letter-spacing:.07142857143em;line-height:calc(1 + .2 / var(--font-body-scale))}.button--tertiary{font-size:1.2rem;padding:1rem 1.5rem;min-width:calc(9rem + var(--buttons-border-width) * 2);min-height:calc(3.5rem + var(--buttons-border-width) * 2)}.button--small{padding:1.2rem 2.6rem}.mb-1em{margin-bottom:1em}.btn--mt-center{margin:1em auto;width:fit-content;display:flex}.button.disabled,.button:disabled,.button[aria-disabled=true],.customer button.disabled,.customer button:disabled,.customer button[aria-disabled=true]{cursor:not-allowed;opacity:.5}.quantity__button.disabled{cursor:not-allowed}.button--full-width{display:flex;width:100%}.button.loading{color:transparent;position:relative}.button.loading>.loading-overlay__spinner{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;height:100%;display:flex;align-items:center}.header__icon:hover .icon,.modal__close-button:hover .icon,.share-button__fallback button:hover svg{transform:scale(1.07)}.button.loading>.loading-overlay__spinner .spinner,.share-button details{width:fit-content}.button.loading>.loading-overlay__spinner .path{stroke:rgb(var(--color-button-text))}@media(hover:hover){a.button:not([aria-disabled=true]){transition:.3s ease-in-out;overflow:hidden}a.button:not([aria-disabled=true]):before{top:50%;right:3rem;left:auto;bottom:auto;z-index:1;box-shadow:none;border-radius:0;background:rgb(var(--color-button-text));transform:translate(calc(3rem + 100%),-50%);height:.65em;width:2em;clip-path:polygon(0% 32%,70% 32%,70% 0%,100% 50%,70% 100%,70% 68%,0% 68%);transition:.3s ease-in-out;content:var(--animatioin-button-text-with-arrow-content)}a.button:not([aria-disabled=true]):hover{padding-right:var(--animatioin-button-text-with-arrow-padding);white-space:nowrap}a.button:not([aria-disabled=true]):hover:before{transform:translate(50%,-50%)}}.share-button{display:block;position:relative}.share-button__button{font-size:1.4rem;display:flex;align-items:center;color:rgb(var(--color-link));margin-left:0;padding-left:0;min-height:4.4rem}.share-button__button,.share-button__fallback button{cursor:pointer;background-color:transparent;border:none}.share-button__button .icon-share{height:1.2rem;margin-right:1rem;min-width:1.3rem}.share-button__fallback{display:flex;align-items:center;position:absolute;top:3rem;left:.1rem;z-index:3;width:100%;min-width:max-content;border-radius:var(--inputs-radius);border:0}.customer .field:after,.customer select:after,.field:after,.localization-form__select:after,.select:after,.share-button__fallback:after{pointer-events:none;content:"";position:absolute;top:var(--inputs-border-width);right:var(--inputs-border-width);bottom:var(--inputs-border-width);left:var(--inputs-border-width);border:.1rem solid transparent;border-radius:var(--inputs-radius);box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));transition:box-shadow var(--duration-short) ease;z-index:1}.field,.select,.text-area{position:relative;width:100%}.quantity:before,.share-button__fallback:before{background:rgb(var(--color-background));pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--inputs-radius-outset);box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text),var(--inputs-shadow-opacity));z-index:-1}.share-button__fallback button{width:4.4rem;height:4.4rem;padding:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;position:relative;right:var(--inputs-border-width)}.share-button__fallback button:hover{color:rgba(var(--color-foreground),.9)}.share-button__close,.share-button__copy{background-color:transparent;color:rgb(var(--color-foreground))}.share-button__close:focus-visible,.share-button__copy:focus-visible{background-color:rgb(var(--color-background));z-index:2}.share-button__close:focus,.share-button__copy:focus{background-color:rgb(var(--color-background));z-index:2}.field:not(:focus-visible):not(.focused)+.share-button__close:not(:focus-visible):not(.focused),.field:not(:focus-visible):not(.focused)+.share-button__copy:not(:focus-visible):not(.focused){background-color:inherit}.share-button__fallback .field:after,.share-button__fallback .field:before{content:none}.share-button__fallback .field{border-radius:0;min-width:auto;min-height:auto;transition:none}.share-button__fallback .field__input:-webkit-autofill,.share-button__fallback .field__input:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem;box-shadow:0 0 0 .1rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.share-button__fallback .field__input{box-shadow:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;filter:none;min-width:auto;min-height:auto}.share-button__fallback .field__input:hover{box-shadow:none}.share-button__fallback .icon{width:1.5rem;height:1.5rem}.share-button__message:not(:empty){display:flex;align-items:center;width:100%;height:100%;margin-top:0;padding:.8rem 0 .8rem 1.5rem;margin:var(--inputs-border-width)}.share-button__message:not(:empty):not(.hidden)~*{display:none}.customer .field input,.customer select,.field__input,.select__select{-webkit-appearance:none;appearance:none;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.1428571429em;width:100%;box-sizing:border-box;transition:box-shadow var(--duration-short) ease;border-radius:var(--inputs-radius);height:4.5rem;min-height:calc(var(--inputs-border-width) * 2);min-width:calc(7rem + (var(--inputs-border-width) * 2));position:relative;border:0}.customer .field:before,.customer select:before,.field:before,.localization-form__select:before,.select:before{pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--inputs-radius-outset);box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text),var(--inputs-shadow-opacity));z-index:-1}.select__select{font-size:1.2rem;color:rgba(var(--color-foreground),.9)}.customer .field:hover.field:after,.customer select:hover.select:after,.field:hover.field:after,.localization-form__select:hover.localization-form__select:after,.select:hover.select:after,.select__select:hover.select__select:after{box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));outline:0;border-radius:var(--inputs-radius)}.customer .field input:focus-visible,.customer select:focus-visible,.field__input:focus-visible,.localization-form__select:focus-visible.localization-form__select:after,.select__select:focus-visible{box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));outline:0;border-radius:var(--inputs-radius)}.customer .field input:focus,.customer select:focus,.field__input:focus,.localization-form__select:focus.localization-form__select:after,.select__select:focus{box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));outline:0;border-radius:var(--inputs-radius)}.select--small .select__select,.select--small:after,.select--small:before{border-radius:calc((var(--inputs-radius-outset)) / 2)}.localization-form__select:focus{outline:0;box-shadow:none}.select,.text-area{display:flex}.customer select+svg,.select .icon-caret{height:.6rem;pointer-events:none;position:absolute;top:calc(50% - .2rem);right:calc(var(--inputs-border-width) + 1.5rem)}.customer select,.select__select{cursor:pointer;line-height:calc(1 + .6 / var(--font-body-scale));padding:0 calc(var(--inputs-border-width) + 3rem) 0 2rem;margin:var(--inputs-border-width);min-height:calc(var(--inputs-border-width) * 2)}.variant-selects--small{display:flex;gap:1rem;flex-wrap:wrap}.variant-selects--small .product-form__input--dropdown{flex:0 0 auto;margin:0}.variant-selects--small .form__label{text-align:left;margin-bottom:0}.select--small .select__select{font-size:1.2rem;height:2.25em;padding:0 2.5rem 0 1rem}.field{display:flex;transition:box-shadow var(--duration-short) ease}.customer .field{display:flex}.field--with-error{flex-wrap:wrap}.customer .field input,.field__input{flex-grow:1;text-align:left;padding:1.5rem;margin:var(--inputs-border-width);transition:box-shadow var(--duration-short) ease}.customer .field label,.field__label{font-size:1.6rem;left:calc(var(--inputs-border-width) + 2rem);top:calc(1rem + var(--inputs-border-width));margin-bottom:0;pointer-events:none;position:absolute;transition:top var(--duration-short) ease,font-size var(--duration-short) ease;color:rgba(var(--color-foreground),.9);letter-spacing:.1rem;line-height:1.5}.customer .field input:-webkit-autofill~label,.customer .field input:focus~label,.customer .field input:not(:placeholder-shown)~label,.field__input:-webkit-autofill~.field__label,.field__input:focus~.field__label,.field__input:not(:placeholder-shown)~.field__label{font-size:1rem;top:calc(var(--inputs-border-width) + .5rem);left:calc(var(--inputs-border-width) + 2rem);letter-spacing:.04rem}.customer .field input:-webkit-autofill,.customer .field input:focus,.customer .field input:not(:placeholder-shown),.field__input:-webkit-autofill,.field__input:focus,.field__input:not(:placeholder-shown){padding:2.2rem 1.5rem .8rem 2rem;margin:var(--inputs-border-width)}.customer .field input::-webkit-search-cancel-button,.field__input::-webkit-search-cancel-button{display:none}.customer .field input::placeholder,.field__input::placeholder{opacity:0}.field__button{align-items:center;background-color:transparent;border:0;color:currentColor;cursor:pointer;display:flex;height:4.4rem;justify-content:center;overflow:hidden;padding:0;position:absolute;right:0;top:0;width:4.4rem}.quantity,.quantity__rules,.quantity__rules-cart,details-disclosure>details,header-menu>details{position:relative}.field__button>svg{height:2.5rem;width:2.5rem}.customer .field input:-webkit-autofill~label,.field__input:-webkit-autofill~.field__button,.field__input:-webkit-autofill~.field__label{color:#000}.text-area{min-height:10rem;resize:none}input[type=checkbox]{display:inline-block;width:auto;margin-right:.5rem}.form__label{display:block;margin-bottom:.6rem}.form__message{align-items:center;display:flex;font-size:1.4rem;line-height:1;margin-top:1rem}.form-status,.form__message--large{font-size:1.6rem}.customer .field .form__message{font-size:1.4rem;text-align:left}.customer .form__message svg,.form__message .icon{flex-shrink:0;height:1.3rem;margin-right:.5rem;width:1.3rem}.customer .form__message svg,.form__message--large .icon{height:1.5rem;width:1.5rem;margin-right:1rem}.customer .field .form__message svg{align-self:start}.form-status{margin:0}.form-status-list{padding:0;margin:2rem 0 4rem}.form-status-list li{list-style-position:inside}.form-status-list .link:first-letter{text-transform:capitalize}.quantity-buttons{display:flex;align-items:flex-start;justify-content:flex-start;width:fit-content;flex-direction:column;gap:24.8px;max-width:100%}.quantity-icons-parent{width:150px;border:1px solid rgb(212,212,212);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:20px;min-height:40px;border-radius:10px!important}.quantity-icon{width:100%;height:100%;overflow:hidden;padding:0;border:0;background:transparent;cursor:pointer}.quantity-icons{width:41px;position:relative;z-index:1;box-sizing:border-box;cursor:pointer}.quantity-animated .quantity-icon svg{transition:scale .1s ease}.quantity-animated .quantity-icon:hover svg{scale:1.1}.quantity-animated .quantity-icon:active svg{scale:.9}quantity-input-v2 .quantity-animated:has(.quantity-minus-icon:active) .quantity-number,quantity-input-v2 .quantity-animated:has(.quantity-plus-icon:active) .quantity-number,cart-drawer .quantity-animated:has(.quantity-minus-icon:active) .quantity-number span,cart-drawer .quantity-animated:has(.quantity-plus-icon:active) .quantity-number span{transform:translateY(2px)}.quantity-icon.disabled{cursor:not-allowed}.quantity-value{display:flex;align-items:center;justify-content:center;min-width:32px}.quantity-number{position:relative;font-size:2rem;line-height:1;font-weight:500;color:#7b7a89;text-align:left;display:flex;align-items:center}.product-buy-buttons-container{display:flex;align-self:stretch!important;flex-direction:column;gap:10px!important;padding:0!important}.product-form-button{cursor:pointer!important;border:0!important;padding:18px 40px!important;flex:1!important;box-shadow:0 5px 20px #3276471a!important;border-radius:3px!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:center!important;box-sizing:border-box!important;max-width:100%;white-space:nowrap!important;min-height:55px!important}.product-form-button:before,.product-form-button:after,.shopify-payment-button__button--unbranded:after{border-radius:1px!important}.product-form-button-text{flex:1!important;position:relative!important;font-size:18px!important;letter-spacing:0px!important;line-height:18px!important;color:#fff;text-align:center!important;display:flex;align-items:center;justify-content:center;gap:8px}.quantity__label{color:#757575}.product-variants-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 0 20px;box-sizing:border-box;gap:12px;max-width:100%;border-bottom:1px solid #bfbbe4;margin-top:10px}.shop-bts{padding:5px 0}.shop-bts .product-variants-container{width:360px}.product-variants-title{position:relative;font-size:16px;letter-spacing:0em;line-height:18px;color:#757575;text-align:left;display:inline-block;min-width:44px;font-weight:700}.product-variants-labels-container{display:flex;flex-direction:row;align-items:flex-start;width:203.6px;justify-content:space-between;padding:0 0 3.2px;box-sizing:border-box;gap:20px}.product-variants-button-container{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:11px}.product-variants-button-input{cursor:pointer;margin:0;height:19px;width:19px;position:relative;border-radius:9.5px;border:1px solid #383838;box-sizing:border-box}.product-variants-label-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1.5px 0 0}.product-variants-label{position:relative;font-size:16px;letter-spacing:0em;line-height:16px;font-weight:600;color:#383838;text-align:left;display:inline-block;min-width:45.1px;flex-shrink:0}@media screen and (max-width:450px){.product-form__buttons.product-form__buttons--uppercase{padding:0!important;max-width:100%}.product-buy-buttons-container{display:flex}.product-form-button{max-width:100%!important}}.footer-contact-item{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.footer-contact-description{margin:0}details[open]{padding-bottom:1px!important}.quantity{color:rgba(var(--color-foreground));display:flex;border-radius:var(--inputs-radius);min-height:calc((var(--inputs-border-width) * 2) + 4.5rem)}.quantity__button,.quantity__input{border:0;background-color:transparent}.quantity__input{color:currentColor;font-size:1.4rem;font-weight:500;opacity:.85;text-align:center;padding:0 .5rem;width:100%;flex-grow:1;-webkit-appearance:none;appearance:none}.quantity__button{width:calc(4.5rem / var(--font-body-scale));flex-shrink:0;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));padding:0}.announcement-bar,.header-wrapper--border-bottom,.search-modal{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.quantity__button:first-child{margin-left:calc(var(--inputs-border-width))}.quantity__button:last-child{margin-right:calc(var(--inputs-border-width))}.quantity__button svg{width:1.5rem;pointer-events:none}.quantity__button:focus-visible,.quantity__input:focus-visible{background-color:rgb(var(--color-background));z-index:2}.quantity__button:focus,.quantity__input:focus{background-color:rgb(var(--color-background));z-index:2}.quantity__button:not(:focus-visible):not(.focused),.quantity__input:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.quantity__input:-webkit-autofill,.quantity__input:-webkit-autofill:active,.quantity__input:-webkit-autofill:hover{box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important;-webkit-box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important}.quantity__input::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity__input[type=number]{-moz-appearance:textfield}.quantity__rules{margin-top:1.2rem;font-size:1.2rem}.quantity__rules .caption{display:inline-block;margin-top:0;margin-bottom:0}.cart-count-bubble:empty,.header:not(.header--has-menu) *>.header__search,.modal__toggle-close,.no-js .modal__close-button.link,.no-js details[open] .modal__toggle-open,menu-drawer+.header__search{display:none}.quantity__rules .divider+.divider:before{content:"\2022";margin:0 .5rem}.modal__toggle{list-style-type:none}.no-js details[open] .modal__toggle{position:absolute;z-index:5}.no-js details[open] svg.modal__toggle-close{display:flex;z-index:1;height:1.7rem;width:1.7rem}.modal__toggle-open{display:flex}.modal__close-button.link{display:flex;justify-content:center;align-items:center;padding:0;height:4.4rem;width:4.4rem;background-color:transparent}.modal__close-button .icon{width:1.7rem;height:1.7rem}.modal__content{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(var(--color-background));z-index:4;display:flex;justify-content:center;align-items:center}.media-modal{cursor:zoom-out}.media-modal .deferred-media{cursor:initial}.cart-count-bubble{position:absolute;background-color:rgb(var(--color-navigation-links),.85);color:rgb(var(--color-button-text));height:1.4rem;width:1.4rem;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:.8rem;bottom:.8rem;left:2.2rem}.announcement-bar,.announcement-bar__link:hover,.header__heading-link:hover .h2,.header__icon{color:rgb(var(--color-foreground))}.cart-count-bubble span{line-height:1.4rem}.announcement-bar__link{display:block;width:100%;padding:1rem 0;text-decoration:none}.announcement-bar__link:hover{background-color:rgba(var(--color-card-hover),.06)}.announcement-bar__link .icon-arrow{display:inline-block;pointer-events:none;margin-left:.8rem;vertical-align:middle;margin-bottom:.2rem}.announcement-bar__link .announcement-bar__message{padding:0}.announcement-bar__message{margin:0;letter-spacing:.1rem}.section-header.shopify-section-group-header-group{z-index:5}.shopify-section-header-sticky{position:sticky;top:0}.shopify-section-header-hidden{top:calc(-1 * var(--header-height))}.shopify-section-header-hidden.menu-open{top:0}.section-header.animate{transition:top .15s ease-out}.shopify-section-group-header-group{z-index:4}.section-header~.shopify-section-group-header-group{z-index:initial}.header-wrapper{display:block;position:relative;background-color:rgb(var(--color-background))}.header{display:grid;grid-template-areas:"left-icon heading icons";grid-template-columns:1fr 2fr 1fr;align-items:center}@media screen and (min-width:990px){.media--cropped{padding-bottom:63%}.header--middle-left:not(.header--has-menu),.header--top-left{grid-template-areas:"heading icons" "navigation navigation";grid-template-columns:1fr auto}.header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:auto auto 1fr;column-gap:2rem}.header--middle-center{grid-template-areas:"navigation heading icons";grid-template-columns:1fr auto 1fr;column-gap:2rem}.header--middle-center a.header__heading-link{text-align:center}.header--top-center{grid-template-areas:"left-icon heading icons" "navigation navigation navigation"}.header:not(.header--middle-left,.header--middle-center) .header__inline-menu{margin-top:1.05rem}}.header [tabindex="-1"]:focus{outline:0}.header__heading{margin:0;line-height:0}.header>.header__heading-link{line-height:0}.header__heading,.header__heading-link{grid-area:heading;justify-self:center}.header__heading-link{display:inline-block!important;padding:.75rem!important;text-decoration:none!important}.header__heading-link .h2{line-height:1;color:rgba(var(--color-foreground),.9)}.header__heading-logo{height:auto;width:100%;transition:width .3s cubic-bezier(.52,0,.61,.99)}.header__icons{display:flex;grid-area:icons;justify-self:end}.header__icon span,.header__icon:not(.header__icon--summary){display:flex;align-items:center;justify-content:center}.header__icon span{height:100%}.header__icon:after{content:none}.header__icon .icon{height:2rem;width:2rem;fill:none;vertical-align:middle}.header__icon,.header__icon--cart .icon{height:4.4rem;width:4.4rem;padding:0;color:rgb(var(--color-navigation-links),.85)}.header__icon--cart{position:relative;margin-right:-1.2rem}.header__icon--cart .icon-cart{width:2.4rem;height:2.4rem}.header__icon--cart svg circle,.header__icon--cart svg polyline{color:rgb(var(--color-navigation-links),.85)}@media screen and (max-width:989px){.header__heading,.header__heading-link{text-align:center}.header--mobile-left .header__heading,.header--mobile-left .header__heading-link{text-align:left;justify-self:start}.header--mobile-left{grid-template-columns:auto 2fr 1fr}menu-drawer~.header__icons .header__icon--account{display:none}}.header__icon--menu[aria-expanded=true]:before{content:"";top:100%;left:0;height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));width:100vw;display:block;position:absolute;background-color:#0000007f}.header>.header__search{grid-area:left-icon;justify-self:start}.header__search{display:inline-flex;line-height:0}.header--top-center>.header__search,.no-js .predictive-search{display:none}.header--top-center *>.header__search{display:inline-flex}details[open]>.search-modal{opacity:1}details[open] .modal-overlay:after{position:absolute;content:"";background-color:#0000007f;top:100%;left:0;right:0;height:100vh}.no-js details[open]>.header__icon--search{top:1rem;right:.5rem}.search-modal{opacity:0;min-height:calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));height:100%}.search-modal__content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 5rem 0 1rem;line-height:calc(1 + .8 / var(--font-body-scale));position:relative}.search-modal__content-bottom{bottom:calc((var(--inputs-margin-offset) / 2))}.search-modal__content-top{top:calc((var(--inputs-margin-offset) / 2))}.search-modal__form{width:100%}.search-modal__close-button{position:absolute;right:.3rem}.header__icon--menu .icon{display:block;position:absolute;opacity:1;transform:scale(1);transition:transform .15s,opacity .15s}details:not([open])>.header__icon--menu .icon-close,details[open]>.header__icon--menu .icon-hamburger{visibility:hidden;opacity:0;transform:scale(.8)}.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger{visibility:visible;opacity:1;transform:scale(1.07)}.js details>.header__submenu{opacity:0;transform:translateY(-1.5rem)}details[open]>.header__submenu{animation-fill-mode:forwards;z-index:1}@media(prefers-reduced-motion){.motion-reduce{transition:none!important;animation:none!important}details[open]>.header__submenu{opacity:1;transform:translateY(0)}}.header__inline-menu{margin-left:-1.2rem;grid-area:navigation;display:none}.header--top-center .header__heading-link,.header--top-center .header__inline-menu{margin-left:0}.header__menu{padding:0 1rem}.header__menu-item{font-size:1.4rem;padding:1.2rem!important;text-decoration:none!important;color:rgba(var(--color-foreground),.9)}.header__active-menu-item,details[open]>.header__menu-item{text-decoration:underline}.badge,.color-accent-1 .header__menu-item:hover,.color-accent-2 .header__menu-item:hover,.color-accent-3 .header__menu-item:hover,.header__active-menu-item{color:rgb(var(--color-foreground))}.header__menu-item:hover{transition:color var(--duration-short) ease;color:rgb(var(--color-base-accent-1))}details[open]>.header__menu-item .icon-caret{transform:rotate(180deg)}.header__active-menu-item{transition:text-decoration-thickness var(--duration-short) ease}.header__submenu{transition:opacity var(--duration-default) ease,transform var(--duration-default) ease}.global-settings-popup,.header__submenu.global-settings-popup{border-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));z-index:-1}.header__submenu.list-menu{padding:2.4rem 0}.header__submenu .header__submenu{background-color:rgba(var(--color-foreground),.03);padding:.5rem 0;margin:.5rem 0}.header__submenu .header__menu-item:after{right:2rem}.header__submenu .header__menu-item{justify-content:space-between;padding:.8rem 2.4rem}.header__submenu .header__submenu .header__menu-item{padding-left:3.4rem}.header__menu-item .icon-caret{right:.8rem}.header__submenu .icon-caret{flex-shrink:0;margin-left:1rem;position:static}@keyframes animateMenuOpen{0%{opacity:0;transform:translateY(-1.5rem)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:750px){.search-modal__close-button{right:1rem}.search-modal__content{padding:0 6rem}.overflow-hidden-mobile{overflow:auto}}@media screen and (min-width:990px){.header__heading-link{margin-left:-.75rem}.header__heading,.header__heading-link{justify-self:start}.header--top-center .header__heading,.header--top-center .header__heading-link{justify-self:center;text-align:center}.header--top-center>.header__search,.header:not(.header--top-center) *>.header__search{display:inline-flex}.header--top-center *>.header__search,.header:not(.header--top-center)>.header__search{display:none}.search-modal__form{max-width:74.2rem}.search-modal__close-button{position:initial;margin-left:.5rem}.header__inline-menu{display:block}.header--top-center .header__inline-menu{justify-self:center}.header--top-center .header__inline-menu>.list-menu--inline{justify-content:center}.header--middle-left .header__inline-menu{margin-left:0}.overflow-hidden-tablet{overflow:auto}}.badge{border:1px solid transparent;border-radius:var(--badge-corner-radius);font-size:1.2rem;letter-spacing:.1rem;text-align:center;color:#fff;background:var(--sale-badge-background);border-color:rgba(var(--color-badge-border),var(--alpha-badge-border));font-weight:700;line-height:1.75em;padding:0 .5em;display:inline-flex;align-items:center;column-gap:.4em}.badge svg{height:1em}.gradient{background:rgb(var(--color-background));background-attachment:fixed}.image-with-text__media-item{border-radius:0}.image-with-text__media,.image-with-text__media img,.image-block{border-radius:0!important}@media screen and (forced-colors:active){.button.loading{color:rgb(var(--color-foreground))}.icon{color:CanvasText;fill:CanvasText!important}.icon-close-small path{stroke:CanvasText}}.ratio{display:flex;position:relative;align-items:stretch}.ratio:before{content:"";width:0;height:0;padding-bottom:var(--ratio-percent)}.content-container{border-radius:var(--text-boxes-radius);border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),var(--text-boxes-border-opacity));position:relative}.content-container:after{content:"";position:absolute;top:calc(var(--text-boxes-border-width) * -1);right:calc(var(--text-boxes-border-width) * -1);bottom:calc(var(--text-boxes-border-width) * -1);left:calc(var(--text-boxes-border-width) * -1);border-radius:var(--text-boxes-radius);box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity));z-index:-1}.content-container--full-width:after{left:0;right:0;border-radius:0}@media screen and (max-width:749px){.content-container--full-width-mobile{border-left:none;border-right:none;border-radius:0}.content-container--full-width-mobile:after{display:none}}.global-media-settings{position:relative;border:var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));border-radius:var(--media-radius);overflow:visible!important;background-color:rgb(var(--color-background))}.global-media-settings:after{position:absolute;top:calc(var(--media-border-width) * -1);right:calc(var(--media-border-width) * -1);bottom:calc(var(--media-border-width) * -1);left:calc(var(--media-border-width) * -1);border-radius:var(--media-radius);box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity));z-index:-1;pointer-events:none}.global-media-settings--no-shadow{overflow:hidden!important}.global-media-settings--no-shadow:after{content:none}.global-media-settings iframe,.global-media-settings model-viewer,.global-media-settings video{border-radius:calc(var(--media-radius) - var(--media-border-width))}.content-container--full-width,.global-media-settings--full-width,.global-media-settings--full-width img{border-radius:0;border-left:none;border-right:none}@supports not (inset: 10px){.grid{margin-left:calc(-1 * var(--grid-mobile-horizontal-spacing))}.grid__item{padding-left:var(--grid-mobile-horizontal-spacing);padding-bottom:var(--grid-mobile-vertical-spacing)}.grid--gapless .grid__item{padding-left:0;padding-bottom:0}@media screen and (min-width:749px){.grid--peek .grid__item{padding-left:var(--grid-mobile-horizontal-spacing)}}.product-grid .grid__item{padding-bottom:var(--grid-mobile-vertical-spacing)}@media screen and (min-width:750px){.grid{margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.grid__item{padding-left:var(--grid-desktop-horizontal-spacing);padding-bottom:var(--grid-desktop-vertical-spacing)}.product-grid .grid__item{padding-bottom:var(--grid-desktop-vertical-spacing)}}}.font-body-bold{font-weight:var(--font-body-weight-bold)}@media(forced-colors:active){.button,.customer button,.shopify-challenge__button{border:1px solid transparent}.button.focused,.button:focus,.button:focus-visible,.shopify-payment-button [role=button]:focus,.shopify-payment-button [role=button]:focus-visible,.shopify-payment-button__button--unbranded:focus,.shopify-payment-button__button--unbranded:focus-visible{outline:transparent solid 1px}.customer .field input:focus,.customer select:focus,.field__input:focus,.localization-form__select:focus.localization-form__select:after,.select__select:focus{outline:transparent solid 1px}.localization-form__select:focus{outline:transparent solid 1px}}body{overflow-x:hidden!important;padding:0!important}.price--on-sale span.price__compare-price{display:block}.shopify-policy__title h1{text-transform:lowercase}.shopify-policy__title h1:first-letter{text-transform:capitalize}h1.cart__empty-text,h2.cart__empty-text{text-transform:lowercase}h1.cart__empty-text:first-letter,h2.cart__empty-text:first-letter{text-transform:capitalize}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map?v=50648110250825183371784559147 */

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.main-product-banner{width:100%;margin:0 auto}.banner-main button span:after{position:absolute!important;left:0;right:0;margin:0 auto;font-size:18px;text-transform:capitalize;top:17px}.main-product-banner section{border-radius:20px;max-width:1310px;margin:0 auto}.list-social__link{color:rgb(var(--color-background))!important}.content-blocks{display:flex;flex-direction:column;.testimonial-card .multicolumn-card__info align-items: flex-start;justify-content:center;padding:0 50px;width:50%}.content-blocks h2{font-weight:400!important;font-family:Harmonia Sans;color:#7ea68c;margin:20px 0;text-align:start}.newsletter__subheading.rte{width:100%!important;max-width:100%!important;padding:0 0 20px}.newsletter__subheading.rte p{text-align:start;margin:0 0 20px}.newsletter-form__field-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-start;max-width:100%!important}form#contact_form{width:100%;max-width:100%!important}.newsletter__subheading.rte~div{width:100%;max-width:100%}.main-conacts .contact.page-width{width:60%;max-width:100%;padding:0 30px 0 0}.newsletter-form__field-wrapper button#Subscribe{padding:0;margin:0 0 0 10px;height:58px}input#NewsletterForm--template--15593995567202__newsletter_VFPABL{height:58px}variant-radios label{background:unset!important;color:#000!important}variant-radios input{position:relative!important;clip:unset!important;width:20px!important;height:20px!important;-webkit-appearance:none;appearance:none;opacity:1!important;overflow:unset!important}variant-radios input:before{content:"";position:absolute;background:#fff0!important;top:30%;width:100%;height:100%;z-index:99;opacity:1;border-radius:10px;border:1px solid}variant-radios input:after{content:"";position:absolute;background:rgb(var(--color-foreground));top:9px;width:70%;height:70%;z-index:99;opacity:0;border-radius:10px;right:3px}variant-radios input:checked:after{opacity:1}button#ProductSubmitButton-template--15593995567202__featured_product_NKHGXF{background:#7ea68c;border:0;max-width:max-content;border-radius:0}button#ProductSubmitButton-template--15593995567202__featured_product_NKHGXF:before{border:0;box-shadow:none}button#ProductSubmitButton-template--15593995567202__featured_product_NKHGXF:after{border:none;box-shadow:none}a.link.product__view-details.animate-arrow{display:none}section#shopify-section-template--15593995567202__featured_product_NKHGXF .featured-product.product.product--small.grid.grid--1-col.gradient.color-background-2.product--right.isolate.grid--2-col-tablet{display:flex;justify-items:start;align-items:center;justify-content:flex-start}.image-with-text__text.rte.body ul li{list-style:disc}#shopify-section-template--15593995567202__featured_product_NKHGXF p.product__text{color:#7ea68c}#shopify-section-template--15593995567202__featured_product_NKHGXF p.product__text:nth-child(3){margin:0 0 70px}variant-radios#variant-radios-template--15593995567202__featured_product_NKHGXF legend.form__label{color:#757575}variant-radios label{padding:0 15px!important}div#shopify-section-template--15593995567202__image_with_text_4Rz3eE p{line-height:25px}div#ImageWithText--template--15593995567202__image_with_text_8UMQMP ul li{list-style:none;margin:40px 0;position:relative}div#ImageWithText--template--15593995567202__image_with_text_8UMQMP ul li:before{content:"";width:20px;height:20px;background:#7ea68c;position:absolute;left:-35px;top:45px;border-radius:60px}div#ImageWithText--template--15593995567202__image_with_text_Nxt8jY{padding:0 80px 0 0}div#ImageWithText--template--15593995567202__image_with_text_Nxt8jY h2.image-with-text__heading.h1{color:#7ea68c;font-weight:400}div#ImageWithText--template--15593995567202__image_with_text_Nxt8jY p{line-height:22px}a.button.button--primary{border-radius:0}section#shopify-section-template--15593995567202__newsletter_VFPABL .newsletter__subheading.rte P{color:#757575}input#NewsletterForm--template--15593995567202__newsletter_VFPABL{border:1px solid #e2e2e2}form#contact_form .field:before,form#contact_form .field:after{border:0;box-shadow:none}.newsletter-form__field-wrapper:not(.section-newsletter-field-wrapper) .field label.field__label{top:12px;left:0;right:0;margin:0 auto;max-width:max-content;display:none}product-form.product-form form .product-form__buttons.product-form__buttons--uppercase{gap:10px;padding:0 30px 0 0}span.price-item.price-item--regular{color:rgb(var(--color-foreground))}#Quantity-Form-template--15593995796578__main quantity-input.quantity{width:60%;background:#e4f1e8;border-radius:0!important}#Quantity-Form-template--15593995796578__main quantity-input.quantity button{border-radius:0!important;border:1px solid #d9d9d9}#Quantity-Form-template--15593995796578__main quantity-input.quantity:before,#Quantity-Form-template--15593995796578__main quantity-input.quantity:after{border:0;box-shadow:none}#Quantity-Form-template--15593995796578__main quantity-input.quantity input{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase{display:flex;align-items:flex-start;justify-content:flex-start}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase button#ProductSubmitButton-template--15593995796578__main{width:50%;color:#fff;font-weight:500;height:60px}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase .shopify-payment-button{width:50%}button.shopify-payment-button__button{height:60px;padding:0!important;font-weight:var(--font-button-weight);background-color:rgba(var(--color-button),var(--alpha-button-background))}div#ImageWithText--template--15593995796578__image_with_text_4DaPCb{padding:0 20px}div#shopify-section-template--15593995796578__image_with_text_ceCk8f div#ImageWithText--template--15593995796578__image_with_text_ceCk8f{padding:0 80px 0 0}div#shopify-section-template--15593995796578__image_with_text_ceCk8f .color-accent-2 h2.image-with-text__heading.h1{color:#000}div#shopify-section-template--15593995796578__image_with_text_ceCk8f .color-accent-2 .image-with-text__text.rte.body p{line-height:24px;color:#757575}div#ImageWithText--template--15593995796578__image_with_text_reTq6M{padding:0 30px}.newsletter__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.image-block{width:50%}.image-block img{width:100%}.newsletter-form__field-wrapper input{width:100%;height:53px;outline:none;flex-grow:1;border-radius:12px;height:55px;padding:20px;background:transparent;border:2px solid rgb(var(--color-base-accent-3))}.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{display:none}.newsletter-form__field-wrapper input::placeholder{text-align:left}.color-accent-1,.color-accent-2{--color-foreground: var(--color-base-accent-3)}.newsletter.center{max-width:1366px;margin:0 auto;width:100%;padding:100px 0}.newsletter__wrapper{padding:0!important}.testimonial-card__author-container{justify-content:start}.testimonial-card .multicolumn-card__info{border-radius:20px}section#shopify-section-template--15593995796578__testimonials_kLmmEp ul{gap:2%}.testimonial-card .multicolumn-card__info{border-radius:20px;padding:0 0 10px!important}.testimonial-card .multicolumn-card__info .testimonial-card__author-container{justify-content:start;border-color:#fff;padding:10px 10px 2px}.testimonial-card .multicolumn-card__info .rte{padding:20px}.av-div{width:50%;display:flex;align-items:center;justify-content:flex-start}.av-div~p{width:50%}.testimonial-card__quotes.testimonial-card__quotes--image-blank{width:80%;height:141px;background:unset;justify-content:end;position:unset;margin:-20px 0 -100px 50px!important}.testimonial-card .multicolumn-card__info .rte p{line-height:26px;z-index:2;position:relative}.testimonial-card__quotes.testimonial-card__quotes--image-blank img{opacity:.4}.main-conacts{display:flex;max-width:var(--page-width);margin:0 auto;border-radius:30px;align-items:center}.about-mains,.main-contatcs{padding:100px 3%}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding{width:60%;max-width:100%}.main-conacts h2{text-align:left}.contact__button{justify-content:start!important}.contactus-image{width:40%;display:flex;align-items:flex-end}.contactus-image img{width:100%}div#shopify-section-template--15593995796578__image_with_text_reTq6M div#ImageWithText--template--15593995796578__image_with_text_reTq6M{padding:0 0 0 40px!important}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding h2{text-align:start}div#shopify-section-template--15593995567202__image_with_text_8UMQMP div#ImageWithText--template--15593995567202__image_with_text_8UMQMP{padding:0 0 0 60px!important}div#ImageWithText--template--15593995796578__image_with_text_4DaPCb{padding:0 0 0 40px!important}.banner-main .featured-product{display:flex;align-items:center;justify-content:flex-start}.main-key-heading{width:100%}.main-row .text-col ul{padding:0;display:flex;flex-direction:column;gap:30px}.main-key-heading h2{text-align:center}.main-row{width:100%;display:flex;align-items:center;margin:50px 0;gap:50px}.main-row .text-col{width:30%}.center-image{width:40%}.center-image img{width:100%}.main-row .text-col ul li{display:flex;align-items:center;justify-content:center;gap:10px;padding:30px 20px;border-radius:15px}.main-row .text-col ul li .list-image{width:fit-content;display:flex;align-items:center;justify-content:center}.main-row .text-col ul li .list-image img{width:100%}.about-main .image-with-text__content.image-with-text__content--desktop-left{padding:23px 4%!important}.about-main .image-with-text__grid{gap:1rem}.about-main .image-with-text__text-item .image-with-text__content{border-radius:10px}.count-area{background:#f2f8f4;padding:60px 3%}.count-area ul#counter{padding:0;list-style:none;margin:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:row;flex-wrap:wrap}.count-area ul#counter li{flex-basis:22%;display:flex;flex-direction:column;align-items:center}.cont-row{width:100%;max-width:1000px;margin:0 auto}.count-area ul#counter li span{font-size:3.5rem;color:#7ea68c}.count-area ul#counter li h4{font-size:1.5rem;text-align:center;font-weight:600}.testi-main .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin{justify-content:flex-start!important}.ltr-main .image-with-text__grid{flex-direction:row}.ltr-main .image-with-text__grid--reverse{flex-direction:row-reverse}.text-col.point-text,.center-image.point-image{width:50%}.partner-row{display:flex;flex-direction:column;max-width:1300px;margin:0 auto}.partner-row ul{width:100%;display:flex;align-items:center;justify-content:center;list-style:none;flex-wrap:wrap;flex-direction:row;padding:0 20px;gap:15px}.partner-row ul li{flex-basis:24%}.partner-row ul li img,.list-image,.list-image img{width:100%}h2.product__title.h1{font-weight:700}p.product__text.subtitle{font-weight:600}p.product__text{font-weight:400}h2.image-with-text__heading.h1{text-transform:uppercase}.newsletter.center h2.h1{font-weight:500!important}li.list-social__item{background:rgb(var(--color-base-accent-3));border-radius:50px;margin:3px}details summary h3.accordion__title.h4{font-size:1.2857142857em!important}.collapsible-content details{padding:0 17px}.collapsible-content__wrapper summary:hover{background:transparent}.accordion{margin:10px 0}.accordion summary:hover{background:transparent!important}.accordion{margin:10px 0!important}details svg{display:none}details[open] summary h3:after{content:"-"}details summary h3:after{content:"+";position:absolute;right:5px;top:30px;font-size:29px;color:rgb(var(--color-base-text));font-weight:400;line-height:0}p.product__text.subtitle{margin:40px 0 0;color:#7ea68c}variant-radios{border-bottom:1px solid #c2ccc5}.product__title h1.h1{font-weight:800}p.testimonial-card__author{text-align:start;font-size:14px;margin:0 0 0 -15px}.image-with-text__media-item{border-radius:20px;overflow:hidden}.image-block{border:1px solid #7ea68c;border-radius:10px;overflow:hidden}.main-key-heading h2.h1{color:#7ea68c;text-align:center;font-size:56px;font-style:normal;font-weight:500;line-height:56px;letter-spacing:-2.8px;text-transform:uppercase}@media screen and (max-width:768px){.newsletter__wrapper{flex-direction:column}.image-block{width:100%}.newsletter.center{padding:30px}.content-blocks{width:100%;padding:0}.main-row{flex-wrap:wrap;gap:0px;margin:0;display:flex;align-items:center;justify-content:center}.about-main .image-with-text__grid{flex-wrap:wrap;gap:30px;max-width:700px;margin:0 auto}.about-main .image-with-text__grid .image-with-text__media-item{flex-basis:100%}.main-row .text-col{flex-basis:70%;order:3}.center-image{flex-basis:50%;order:1;margin:0 0 20px}.main-row .text-col:first-child{order:2}.main-row .text-col ul li{padding:15px 10px;gap:10px}.main-row .text-col ul{margin:10px;gap:20px}}@media screen and (max-width:600px){#shopify-section-template--15593995567202__newsletter_VFPABL .newsletter__wrapper{display:flex;flex-direction:column}.image-block{width:100%}.content-blocks{width:100%;padding:0}.image-with-text .image-with-text__content{padding:20px 10px!important}details summary h3:after{top:30px}div#shopify-section-template--15593995567202__image_with_text_8UMQMP div#ImageWithText--template--15593995567202__image_with_text_8UMQMP{padding:0 0 0 30px!important}.newsletter__wrapper{display:flex;flex-direction:column}.newsletter.center{padding:40px 20px}.count-area ul#counter li{flex-basis:47%}.partner-row ul li{flex-basis:48%}}.h0,.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:var(--font-heading-family)!important}p,body,span{font-family:var(--font-body-family)}.grid-stretch{align-items:stretch!important}.product__accordion.accordion{border-radius:3px;overflow:hidden}.product__accordion .accordion__content{padding-top:1.5rem}.product-subtitle-caption,p.product__text--without-width.product-subtitle-caption{font-weight:700;font-size:1.1428571429em}.shopify-payment-button{flex:1}.shopify-payment-button__button{max-width:100%!important}.sw-base-text-color{color:rgb(var(--color-base-text))}.featured-product .product-media-container .media>img{border-radius:20px}button.quantity-icon{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.main-products section media-gallery{width:auto;margin-left:-2rem;margin-right:-2rem}.main-products>section:first-child{padding-top:0!important}.main-products section media-gallery .product__media{border-radius:0!important}}.blog-placeholder__content{font-style:normal;font-weight:500;line-height:28px;letter-spacing:0em}.footer__payment img{max-width:250px}.section-divider__svg{--max-height: 150px;background:none;position:relative;overflow:hidden;transform:translateY(1px)}.section-divider__svg svg{color:rgb(var(--color-background));display:block;width:100%;height:auto;overflow:hidden;max-height:var(--max-height)}.footer__newsletter .newsletter-form__field-wrapper input{font-family:var(--font-body-family)}.collection-card-wrapper .card__heading,input{font-size:1em}@media(min-width:750px){.product__title h1.title{letter-spacing:0px!important}}h2.drawer__heading,cart-items h1.title{text-transform:lowercase}h2.drawer__heading:first-letter,cart-items h1.title:first-letter{text-transform:capitalize}.quantity.cart-quantity{padding:6px 6px 6px 0}@media screen and (max-width:770px){.mobile_center{text-align:center}.mobile_align_center{justify-content:center}.mobile_left{text-align:left}}.collection__description p{word-wrap:break-word}@media screen and (max-width:750px){.footer-block__brand-info .footer__list-social{margin-top:20px!important}}slideshow-component .review-item .review-item__text{color:rgba(var(--color-base-text),.9)}.slider-button-container{display:flex}.slider-button-container a{padding:0 2rem}.slider-button-container a:hover{font-size:17.5px}.banner__heading span strong,.title strong,.vertical-ticker__item strong,.horizontal-ticker__item strong,.results-container .results h3 strong,li .bullet-point-text strong,.main-row ul li p strong,.benefit-text-h3 strong,.collapsible_title_span strong,.collapsible-body-text strong,.results__caption p strong,.announcement-bar__message strong,.slide_review_heading strong,.slide_review_body strong,.banner__text.rte.body span strong,.multicolumn-card__info h3 strong,.rte p strong,.feature-icon-card__text p strong,.feature-icons-text strong,.reasons-to-buy__subheading p strong,.stats-title strong,.stats-body-text strong{color:var(--color-highlighted-color)}.button.split-slide-button{position:relative;overflow:hidden;transition:color .3s cubic-bezier(.4,0,.2,1),box-shadow .2s ease}.button.split-slide-button:hover{box-shadow:var(--animation-glow)!important}.split-slide-button .split-slide-right{position:absolute;display:var(--animation-slide-background);top:0;right:0;width:0;height:100%;background-color:var(--animation-button-hover-color);transition:width .3s cubic-bezier(.4,0,.2,1);z-index:0}.split-slide-button .button-text{position:relative;z-index:1;transition:color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.split-slide-button:hover .split-slide-right{width:100%}.split-slide-button:hover .button-text{transform:scale(var(--animation-scale));color:#fff}span.product-added-success{z-index:1;font-size:18px;line-height:18px}.rich-text.content-container{position:unset}.rich-main{padding:5px 0}.header__icon--search:has(.icon-search):hover{transform:scale(1.1) rotate(-15deg)}.header__icon--search{transition:all .2s ease}.header__icon--cart:hover{stroke:#000;animation:cartBounce .6s ease}@keyframes cartBounce{0%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1.5px)}}.newsletter-form__field-wrapper input{transition:all .2s ease}.newsletter-form__field-wrapper input:hover{box-shadow:0 2px 8px #0000000d;transform:translateY(-2px)}cart-remove-button .button:active{transform:none}cart-remove-button:active svg,.drawer__close:active svg{scale:.9}cart-remove-button svg,.drawer__close svg{transition:all .1s ease}cart-remove-button:hover svg path,.drawer__close:hover svg{fill:red!important}.animation-section{opacity:0;transition:opacity .4s ease-out,transform .4s ease-out;will-change:opacity,transform}.animation-section.main-product{will-change:unset}.animation-section:not(:has(.fade-in-child)){transform:translateY(20px)}.animation-section.visible{opacity:1}.animation-section.visible:not(:has(.fade-in-child)){transform:translateY(0)}.animation-section .fade-in-child>*{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out;will-change:auto}.animation-section.visible .fade-in-child>*{opacity:1;transform:translateY(0)}.main-product.animation-section.visible .fade-in-child>*:nth-child(1){transition-delay:.1s}.main-product.animation-section.visible .fade-in-child>*:nth-child(2){transition-delay:.2s}.main-product.animation-section.visible .fade-in-child>*:nth-child(3){transition-delay:.3s}.main-product.animation-section.visible .fade-in-child>*:nth-child(4){transition-delay:.4s}.main-product.animation-section.visible .fade-in-child>*:nth-child(5){transition-delay:.5s}.main-product.animation-section.visible .fade-in-child>*:nth-child(6){transition-delay:.6s}.main-product.animation-section.visible .fade-in-child>*:nth-child(7){transition-delay:.7s}.main-product.animation-section.visible .fade-in-child>*:nth-child(8){transition-delay:.8s}.main-product.animation-section.visible .fade-in-child>*:nth-child(9){transition-delay:.9s}.main-product.animation-section.visible .fade-in-child>*:nth-child(10){transition-delay:1s}.main-product.animation-section.visible .fade-in-child>*:nth-child(11){transition-delay:1.1s}.main-product.animation-section.visible .fade-in-child>*:nth-child(12){transition-delay:1.2s}.main-product.animation-section.visible .fade-in-child>*:nth-child(13){transition-delay:1.3s}.main-product.animation-section.visible .fade-in-child>*:nth-child(14){transition-delay:1.4s}.main-product.animation-section.visible .fade-in-child>*:nth-child(15){transition-delay:1.5s}.main-product.animation-section.visible .fade-in-child>*:nth-child(16){transition-delay:1.6s}.main-product.animation-section.visible .fade-in-child>*:nth-child(1){transition-delay:.05s}.main-product.animation-section.visible .fade-in-child>*:nth-child(2){transition-delay:.1s}.main-product.animation-section.visible .fade-in-child>*:nth-child(3){transition-delay:.15s}.main-product.animation-section.visible .fade-in-child>*:nth-child(4){transition-delay:.2s}.main-product.animation-section.visible .fade-in-child>*:nth-child(5){transition-delay:.25s}.main-product.animation-section.visible .fade-in-child>*:nth-child(6){transition-delay:.3s}.main-product.animation-section.visible .fade-in-child>*:nth-child(7){transition-delay:.35s}.main-product.animation-section.visible .fade-in-child>*:nth-child(8){transition-delay:.4s}.main-product.animation-section.visible .fade-in-child>*:nth-child(9){transition-delay:.45s}.main-product.animation-section.visible .fade-in-child>*:nth-child(10){transition-delay:.5s}.main-product.animation-section.visible .fade-in-child>*:nth-child(11){transition-delay:.55s}.main-product.animation-section.visible .fade-in-child>*:nth-child(12){transition-delay:.6s}.main-product.animation-section.visible .fade-in-child>*:nth-child(13){transition-delay:.65s}.main-product.animation-section.visible .fade-in-child>*:nth-child(14){transition-delay:.7s}.main-product.animation-section.visible .fade-in-child>*:nth-child(15){transition-delay:.75s}.main-product.animation-section.visible .fade-in-child>*:nth-child(16){transition-delay:.8s}.fade-in__left_container,.fade-in__right_container{position:absolute;top:0;height:100%;width:100px;z-index:1}.fade-in__left_container:empty,.fade-in__right_container:empty{display:block}.fade-in__left_container{left:0;background:linear-gradient(to left,transparent,rgb(var(--color-background)))}.fade-in__right_container{right:0;background:linear-gradient(to right,transparent,rgb(var(--color-background)))}span strong{font-weight:700}.title strong{font-weight:900}*{-webkit-tap-highlight-color:transparent}.slider--tablet.grid--peek.grid--1-col-tablet-down .collection-list__item.grid__item{width:calc(100% - var(--grid-mobile-horizontal-spacing) * 1.5)}@media(min-width:768px){.half{width:50%}}.flex-align-center{display:flex;align-items:center;flex:auto}shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 55px !important}.image-compare .image-wrapper{z-index:1!important}.shopify-app-block:has(kaching-bundle){transform:none!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom.css.map?v=4784769245816535911784559147 */

h2.product__title.banner-title{font-weight:700;letter-spacing:-1.68px}.rich-text{max-width:1310px;margin:0 auto;border-radius:30px}.color-accent-1{--color-button-text: var(--color-base-accent-1);--color-button: var(--color-base-solid-button-labels)}.product__accordion-top-line{background-color:rgba(var(--color-foreground),.9)!important;height:1px;margin:0 auto!important;width:calc(100% - 8px);display:none!important}.product__accordion.first{padding-top:5px}.product__accordion details{height:42px;transition:1s;overflow:hidden;border-radius:10px}.product__accordion details:after{width:11px;height:11px;background:transparent;content:"";position:absolute;top:13px;right:13px;transform:rotate(45deg);border:3px solid;border-left:0;border-top:0;transition:.4s}.product__accordion details{position:relative;z-index:1}.product__accordion details[open]:after{transform:rotate(226deg);top:20px}.track-order-main h2{margin:0 0 20px}table.comparison-table tbody{box-shadow:.5rem .5rem 1rem rgba(var(--color-foreground),.2),0 0 0 .2rem rgba(var(--color-foreground),.07);border-radius:2rem!important}table.comparison-table tr th{padding:1rem}table.comparison-table tr th:nth-child(1){width:52%}table.comparison-table tr th:nth-child(2),table.comparison-table tr th:nth-child(3){width:24%;font-size:15px}table.comparison-table tr td:first-child{box-shadow:unset;color:#fff;border-bottom:.5px solid #a3a3a3}table.comparison-table tr td:first-child h3{color:#fff;font-weight:700}table.comparison-table tr td{box-shadow:unset;border-bottom:.5px solid #a3a3a3}table.comparison-table tr:last-child td{border:0!important}.bundle-deals__checkbox-label svg{color:rgba(var(--color-foreground),.9)}.bundle-deals .bundle-deals__prices span{font-size:15px!important;font-weight:500}.bundle-deals p.bundle-deals__total-price-container{font-size:15px;font-weight:600}button.shopify-payment-button__button{cursor:pointer!important;border:0!important;padding:20px 13px!important;background-color:var(--color-shopify-pay-button)!important;color:#fff!important;flex:1!important;box-shadow:0 5px 20px #3276471a!important;border-radius:3px!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:center!important;box-sizing:border-box!important;max-width:100%!important;white-space:nowrap!important;height:58px!important}.image-with-text__heading{font-weight:500}p.product__text.subtitle{color:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity));font-style:normal;font-weight:600;line-height:20px;line-height:1.4em;letter-spacing:0em}.testimonial-card .multicolumn-card__info .rte p{font-size:1em;line-height:1.4em;letter-spacing:0em}p.product__text{color:#757575;font-size:16px;font-style:normal;font-weight:500;line-height:28.8px;letter-spacing:0em;max-width:70%}p.product__text--without-width{font-size:1em;font-style:normal;font-weight:500;line-height:1.4em;letter-spacing:0em}.about-main h2.image-with-text__heading.h1{color:#7ea68c;font-size:40px;font-style:normal;font-weight:600;line-height:56px;letter-spacing:-2.8px;text-transform:uppercase}.image-with-text__text.rte.body p{font-size:1.2857142857em;font-style:normal;font-weight:500;line-height:1.4em;letter-spacing:0em}.about-main{max-width:var(--page-width);margin:0 auto;border-radius:20px}.partner-main{padding:100px}.main-review-image{width:100%}.main-review-image img{width:100%;border-radius:0}a.button{border-radius:var(--buttons-radius)!important}.point-main .image-with-text__text P{font-size:16px;font-style:normal;font-weight:500;line-height:28.8px;letter-spacing:0em;position:relative}.multicolumn-list p{word-wrap:break-word}.point-main .image-with-text__text:not(.without-point) p:first-child{display:flex;align-items:center}.point-main .image-with-text__text:not(.without-point) p:first-child:before{content:"";width:15px;height:15px;position:absolute;left:-25px;border-radius:10px}.newsletter__wrapper h2.h1{color:#7ea68c;font-size:46px;font-style:normal;font-weight:500;line-height:46px;letter-spacing:-1.84px}.newsletter__subheading p{color:#757575;font-size:18px;font-style:normal;font-weight:500;line-height:28.8px;letter-spacing:0em}.newsletter.center{padding:100px 3%}.emoji-benefits-container ul li{display:flex;align-items:center;justify-content:flex-start;gap:2px;width:100%}.emoji-benefits-container ul{padding:1em 0;margin:0;align-items:flex-start;justify-content:flex-start;gap:14px}.emoji-list:first-child{width:5%}.emoji-list{width:95%}.list-image img{object-fit:contain;max-width:400px}.emoji-list:first-child img{width:100%}.product__column-sticky{top:12rem!important}.price .price-item{font-size:1.15em!important}span.price-item.price-item--sale.price-item--last{color:rgb(var(--color-base-text))}quantity-input.quantity:after{box-shadow:unset}quantity-input.quantity button{border:1px solid;border-radius:10px 0 0 10px!important;border-right:0}quantity-input.quantity input,quantity-input .quantity-number{border:1px solid;border-radius:0;border-right:none;border-left:none}quantity-input .quantity-number{color:currentColor;padding:0 1rem}quantity-input.quantity button:last-child{border-radius:0 10px 10px 0!important;border:1px solid;border-left:0}.product__accordion.accordion{margin:5px 0!important}.product__accordion .accordion__title{font-weight:700;font-size:1em}.product__accordion.accordion.quick-add-hidden{border:0}.product__accordion.accordion.quick-add-hidden details[open]{background:transparent;box-shadow:none;border:0}.product__accordion.accordion.quick-add-hidden details summary{border-bottom:1px solid rgba(18,18,18,.08);padding:1rem 0}.price__regular span.price-item.price-item--regular{font-size:40px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:0em}.product__description p span{color:#757575;font-size:18px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:0em}.rtl h2.image-with-text__heading.h1,.ltr-main h2.image-with-text__heading.h1{color:#000;text-align:center;font-size:40px;font-style:normal;font-weight:600;line-height:56px;letter-spacing:-2.8px;text-transform:uppercase}.rtl .image-with-text__text.rte.body p,.ltr-main .image-with-text__text.rte.body p,.rte-without-important.body p{font-size:1em;font-style:normal;font-weight:500;line-height:1.4em;letter-spacing:0em}.rtl .image-with-text__content{padding:0 0 0 50px!important}@media screen and (min-width:768px){.rtl .image-with-text__grid--reverse .image-with-text__content{padding:0 50px 0 0!important}}.ltr-main .image-with-text__grid .image-with-text__content{padding:0 0 0 50px}.ltr-main .image-with-text__grid--reverse .image-with-text__content{padding:0 50px 0 0}h2.title,.title{font-weight:700!important;letter-spacing:0px!important}.collapsible-content__header h2{font-style:normal;font-weight:700;letter-spacing:-1.68px}.isolate .rich-text__text.rte p{color:#757575;font-size:16px;font-style:normal;font-weight:500;line-height:28.8px;letter-spacing:0em}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding h2{color:#383838;font-size:55px;font-style:normal;font-weight:700;line-height:68px;letter-spacing:-1.68px}.list-image{max-width:100%;display:flex;justify-content:center}.multicolumn-text p{text-align:center;word-wrap:break-word}.multicolumn-card__info h3{color:#383838;font-size:24px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:0em}.content-and-results__image{max-width:400px}.results__row{padding:30px 0;border:0!important}.results__rows-container{border:0!important}.rte p,.product__info-container p.product__text,.product__description p span,.emoji-list{font-size:1em!important;font-weight:500}.rte-without-important p{font-size:18px;line-height:28px;font-weight:500}.button[aria-disabled=true]{opacity:1}span.rating,label.quantity__label.form__label{color:rgb(var(--color-base-accent-3))}.button{background-color:rgb(var(--color-base-accent-3));color:rgb(var(--color-base-solid-button-labels))}.button[class*=color-]{background-color:rgb(var(--color-background))}.footer-contact-icon svg path{fill:rgb(var(--color-base-accent-3))!important}.header__heading-link .h2{color:rgba(var(--color-base-text),.9);font-size:calc(var(--font-heading-size) - 13.6px)}.header__menu-item{color:rgba(var(--color-navigation-links),.9)}.header__menu-item:hover,.header__active-menu-item{color:rgba(var(--color-navigation-links))!important;text-underline-offset:.3rem}.header__menu-item:hover{text-decoration:underline!important}.footer-contact-icon{display:flex;align-items:flex-start}.footer-contact-icon svg{width:20px;height:20px}.footer-contact-item{display:flex;align-items:center;margin:0 0 10px;gap:7px}.accordion details{transition:.4s;height:80px;overflow:hidden}@media screen and (max-width:1440px){.testi-main .rte p{font-size:1em!important}.about-mains,.main-contatcs{padding:50px 3%}.page-width{max-width:1170px!important}h2.product__title.banner-title.h1{font-size:50px;line-height:56px}p.product__text{font-size:14px;line-height:24px}.image-with-text__text.rte.body p{font-size:14px!important;line-height:1.7142857143em}h2.image-with-text__heading.h1,.newsletter.center h2.h1{font-size:35px!important;line-height:40px!important}p.testimonial-card__author{font-size:12px;line-height:15px}.testimonial-card .multicolumn-card__info .rte p{font-size:1em;line-height:1.2857142857em}.partner-main{padding:100px 3%}}@media screen and (max-width:1366px){h2.product__title.banner-title.h1{line-height:90px}.product__title h1.h1{font-size:55px;line-height:90px}.main-conacts{display:flex;align-items:center;gap:20px}.contactus-image{height:max-content}.rte p,.product__info-container p.product__text,.product__description p span,.emoji-list{font-size:1em!important;line-height:1.375em!important;font-weight:500!important}}@media screen and (max-width:1024px){h2.product__title.banner-title.h1{line-height:70px;font-size:50px;margin:0}p.product__text.subtitle{margin:40px 0 0}.newsletter__wrapper h2.h1{font-size:36px}.product__description p span{max-width:70%;width:100%;display:block}.content-container.center{padding:0 0 30px}.image-with-text__heading{font-weight:500}.testi-main slider-component.slider-mobile-gutter ul li{width:calc(50% - var(--grid-desktop-horizontal-spacing) *);max-width:calc(53% - var(--grid-desktop-horizontal-spacing) * 4 / 4)}.testi-main slider-component.slider-mobile-gutter ul{gap:20px!important;justify-content:center}.isolate h2.rich-text__heading.rte.h1{font-size:38px;line-height:78px}.main-conacts{padding:30px 5%}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding h2{font-size:42px}.list-image{max-width:400px}.partner-row ul li{flex-basis:23%}}@media screen and (max-width:989px){table.comparison-table tr th{font-size:1.53rem;padding:.5rem 0rem}table.comparison-table tr th:nth-child(1){width:46%}table.comparison-table tr th:nth-child(2){width:27%;word-wrap:break-word}table.comparison-table tr th:nth-child(3){width:27%}.image-with-text__content{padding:0 40px 0 60px!important}.image-with-text__text:nth-child(2){margin-top:0}.point-main .image-with-text__text P:before{top:41%;width:15px;height:15px;left:-30px}h2.product__title.banner-title:not(.homepage-product-banner-title){font-size:50px!important}.banner-main .product__info-wrapper.grid__item p.product__text{width:100%;max-width:100%}.footer-contact-item p.footer-contact-description{font-size:14px}ul.list.list-social.list-unstyled{display:none}}@media screen and (max-width:768px){.banner-main .featured-product{flex-direction:column-reverse}.banner-main .product__info-wrapper.grid__item{width:100%}.banner-main .grid__item.product__media-wrapper.small-hide{width:100%;max-width:500px}media-gallery{flex-direction:column}h2.product__title.banner-title.h1{font-size:40px}p.product__text.subtitle{margin:0}.content-and-comparison-table .comparison-table-container{width:78%}p.product__text{margin:11px auto}.product-form__buttons{max-width:max-content}.point-main .image-with-text__grid{flex-direction:column!important}.point-main .image-with-text__grid .image-with-text__media-item{width:100%;max-width:500px}.point-main .image-with-text__grid .image-with-text__text-item.grid__item{width:100%}.point-main .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__content{padding:40px 0 0 80px!important}.product__title h1.h1{font-size:45px;line-height:54px}.price__regular span.price-item.price-item--regular{font-size:30px}.product__description p span{font-size:14px;max-width:100%;line-height:18px}.product{flex-direction:column-reverse}.product .grid__item.product__media-wrapper.small-hide{width:100%;max-width:500px;margin:0 auto}.product .product__info-wrapper.grid__item.product__column-sticky{width:100%;padding:10px 0 0!important}.testi-main h2.title.h1{font-size:35px!important}.testi-main .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin{justify-content:center!important}.product-form__buttons.product-form__buttons--uppercase{padding:0!important;max-width:90%}.rtl .image-with-text__grid,.ltr-main .image-with-text__grid{flex-direction:column!important}.rtl .image-with-text__grid.image-with-text__grid--reverse,.ltr-main .image-with-text__grid.image-with-text__grid--reverse{flex-direction:column-reverse!important}.rtl .image-with-text__grid .image-with-text__media-item,.ltr-main .image-with-text__grid .image-with-text__media-item{max-width:500px;width:100%}.rtl .image-with-text__text-item.grid__item,.ltr-main .image-with-text__text-item.grid__item{width:100%;padding:30px 0 0}.rtl .image-with-text__text-item.grid__item h2.image-with-text__heading.h1,.ltr-main .image-with-text__text-item.grid__item h2.image-with-text__heading.h1{margin:0 auto}.rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body p,.ltr-main .image-with-text__text-item.grid__item .image-with-text__text.rte.body:not(.without-point) p{max-width:500px}.rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body,.image-with-text__text-item.grid__item .image-with-text__text.rte.body{margin:0 auto}.newsletter.center{max-width:700px}.collapsible-content .collapsible-content__grid{gap:20px;flex-direction:column;max-width:500px;margin:0 auto}.collapsible-content .collapsible-content__grid .grid__item.collapsible-content__grid-item,.collapsible-content .collapsible-content__grid .grid__item{width:100%}.main-conacts{padding:50px 5%}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding h2{font-size:35px}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding{padding:0}.content-and-comparison-table .content-container.center h2.title.h1{font-size:30px}.list-image{max-width:400px}.image-with-text__media-item{max-width:500px!important;margin:0 auto}.image-block{max-width:500px;margin:0 auto}.product-form__buttons{width:50%;max-width:50%}.banner-main .featured-product button{max-width:100%;height:1px}.image-with-text__heading{margin:0 auto;width:100%;max-width:500px}p.product__text{max-width:100%}.banner-main variant-radios{margin:30px 0 0!important}.image-with-text__text.rte.body:not(.without-point){margin-top:15px;margin-bottom:20px}.content-blocks h2{font-size:30px!important;line-height:31px}.content-blocks{max-width:500px}.product-form__buttons{max-width:100%;width:100%}.product__column-sticky{position:unset!important}.product slider-component.slider-mobile-gutter{width:100%;max-width:100%}media-gallery{gap:0px!important;display:flex;align-items:center;justify-content:center}media-gallery{width:100%}.grid--1-col .grid__item{max-width:100%;width:100%!important}.product{flex-direction:column}}@media screen and (max-width:749px){.header__heading-link .h2{font-size:calc(var(--font-heading-mob-size) - 13.6px)}.banner-main .featured-product{flex-direction:column}p.product__text{margin:20px auto 0;width:100%!important;max-width:100%!important;line-height:20px}h2.title,.title{letter-spacing:0px!important}variant-radios{width:100%!important;max-width:100%}.about-main h2.image-with-text__heading.h1{margin:0 0 15px}.about-main .image-with-text__content.image-with-text__content--desktop-left{padding:0!important}.image-with-text__text.rte.body{margin:0}.point-main .image-with-text__grid{flex-direction:column;display:flex;align-items:center;justify-content:flex-start}.point-main .image-with-text__grid--reverse{flex-direction:column-reverse!important}.about-main .image-with-text__grid .image-with-text__media-item{max-width:600px;border-radius:0!important}.about-main .image-with-text__grid{display:flex;align-items:center;justify-content:center}.point-main .image-with-text__grid .image-with-text__media-item{width:100%;max-width:500px}.point-main .image-with-text__grid .image-with-text__text-item.grid__item{width:100%}.point-main .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__content{padding:40px 0 0 38px!important}.point-main .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text p{text-align:start}.point-main .image-with-text__text P:before{width:15px;height:15px;left:-28px}.newsletter__wrapper h2.h1{font-size:35px;line-height:39px}.product{flex-direction:column}.testi-main slider-component.slider-mobile-gutter ul{gap:10px!important;justify-content:space-around}.testi-main slider-component.slider-mobile-gutter ul li{max-width:100%!important}.collapsible-content__header h2{font-size:30px!important}.newsletter.center{padding:40px 5%}.rtl .image-with-text__text-item.grid__item h2.image-with-text__heading.h1,.ltr-main .image-with-text__text-item.grid__item h2.image-with-text__heading.h1{font-size:30px}.rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body p,.ltr-main .image-with-text__text-item.grid__item .image-with-text__text.rte.body p{font-size:14px;line-height:20px}.rtl .image-with-text__text-item.grid__item,.ltr-main .image-with-text__text-item.grid__item{padding:0 0 40px}.testi-main .page-width.section-template--15593995796578__testimonials_kLmmEp-padding.isolate{padding:0 5%}details summary h3.accordion__title.h4{font-size:16px}.accordion__content p{font-size:14px;line-height:22px}.testi-main h2.title.h1{font-size:25px!important}.newsletter__wrapper h2.h1{margin:0 auto}.content-blocks h2{max-width:100%;width:100%;text-align:start}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase{flex-direction:column}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase button,product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase input{width:100%!important;max-width:100%!important;min-width:100%!important}product-form.product-form form#product-form-template--15593995796578__main .product-form__buttons.product-form__buttons--uppercase .shopify-payment-button{width:100%}.isolate h2.rich-text__heading.rte.h1{line-height:40px;font-size:30px}.main-conacts{flex-direction:column}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding h2{font-size:30px;text-align:center}.main-conacts .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding{padding:0;width:100%}.contact__button button.button.button--full-width{margin:0 auto}.contactus-image{width:100%}.content-and-comparison-table .content-container.center h2.title.h1{font-size:30px;margin:0 auto;text-align:center}.list-image{max-width:250px;margin:0 auto}.content-and-comparison-table .content-container.center,.content-and-comparison-table .comparison-table-container{width:100%}.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin h2.title.h1,h2.title.h1{font-size:35px}.partner-row ul li{flex-basis:95%}.main-key-heading h2.h1{font-size:35px!important}.main-row ul li p{width:90%}.image-with-text__text.rte.body p{line-height:20px}h2.image-with-text__heading.h1,.newsletter.center h2.h1{font-size:28px!important;line-height:36px!important;margin:0 0 10px!important}section#shopify-section-template--15593995567202__newsletter_VFPABL .newsletter__subheading.rte P{font-size:14px}h2.product__title.banner-title.h1{font-size:30px;line-height:50px}.product-form__buttons{width:100%;max-width:100%}.product__info-wrapper.grid__item{padding:0!important}.product-form__buttons.product-form__buttons--uppercase{padding:0!important;max-width:100%}.product-form__input.product-form__quantity{display:flex;align-items:flex-start}.product__title h1.h1{font-size:30px;line-height:40px}.center-image{flex-basis:100%}.partner-main{padding:30px 5%}.main-row .text-col{flex-basis:100%}.product-form__input.product-form__quantity{flex-direction:column}.about-mains,.main-contatcs,.track-order-main{padding:50px 5%}.banner-main .page-width{padding:20px}media-gallery ul li{margin:0!important}.main-products.color-accent-2 section{padding:5%}.main-conacts .contact.page-width{width:100%;padding:0}ul.list.list-social.list-unstyled{display:none}.rtl .image-with-text__text-item.grid__item,.ltr-main .image-with-text__text-item.grid__item{padding:0}.section-template--23548198584665__ltr_iXr34c-padding>.image-with-text__grid{padding:0}.main-conacts .contact.page-width h2{font-size:24px!important}}.h0,.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:var(--font-heading-family)!important}p,body,span{font-family:var(--font-body-family)}@media(min-width:760px){.product__accordion .accordion__title{font-size:1em}.product__accordion .accordion__content.rte{font-size:1.142em!important}}@media(max-width:750px){.image-with-text__media-item{border-radius:0!important}}.product-page-price .price--on-sale span.price__compare-price{display:flex}.testimonial-card__author{display:flex;align-items:center;gap:2px}.footer-block .product-card-wrapper .card__heading{min-height:40px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/components.css.map?v=22017170107644099531784559147 */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:flex;align-items:center;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/7/assets/slick.css.map?v=165157404732130018951784559147 */

@charset "UTF-8";.slider-arrow{outline:none;width:4rem;height:4rem;border:none;border-radius:50%;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.slider-arrow:hover{opacity:1}.slider-arrow svg{width:55%;height:55%}.slider-arrow-prev{left:0}.slider-arrow-prev svg{transform:rotate(-90deg)}.slider-arrow-next{right:0}.slider-arrow-next svg{transform:rotate(90deg)}@media screen and (max-width:750px){.slider-arrow{width:3rem;height:3rem}.slider-arrow-prev{left:.5rem}.slider-arrow-next{right:.5rem}}.slick-dotted.slick-slider{margin-bottom:35px}.slick-dots{position:absolute;bottom:-30px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:2rem;height:2rem;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:2rem;height:2rem;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.6rem;height:.6rem;display:block;border-radius:50%;content:"";text-align:center;opacity:.25;background:rgb(var(--color-foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;width:.9rem;height:.9rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/slick-theme.css.map?v=1680025990462014321784559147 */

.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

.search__input.field__input{padding-right:9.8rem}.search__button{right:var(--inputs-border-width);top:var(--inputs-border-width)}.reset__button{right:calc(var(--inputs-border-width) + 4.4rem);top:var(--inputs-border-width)}.reset__button:not(:focus-visible):after{border-right:.1rem solid rgba(var(--color-foreground),.08);display:block;height:calc(100% - 1.6rem);content:"";position:absolute;right:0}.reset__button:not(:focus):after{border-right:.1rem solid rgba(var(--color-foreground),.08);display:block;height:calc(100% - 1.8rem);content:"";position:absolute;right:0}.search__button:focus-visible,.reset__button:focus-visible{background-color:rgb(var(--color-background));z-index:4}.search__button:focus,.reset__button:focus{background-color:rgb(var(--color-background));z-index:4}.search__button:not(:focus-visible):not(.focused),.reset__button:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.search__button:hover .icon,.reset__button:hover .icon{transform:scale(1.07)}.search__button .icon{height:1.8rem;width:1.8rem}.reset__button .icon.icon-close{height:1.8rem;width:1.8rem;stroke-width:.1rem}input::-webkit-search-decoration{-webkit-appearance:none}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-search.css.map?v=184225813856820874251784559147 */

.header__icon--menu{position:initial}.js menu-drawer>details>summary:before,.js menu-drawer>details[open]:not(.menu-opening)>summary:before{content:"";position:absolute;cursor:default;width:100%;height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));left:0;background:rgba(var(--color-foreground),.5);opacity:0;visibility:hidden;z-index:2;transition:opacity 0s,visibility 0s;top:0}menu-drawer>details[open]>summary:before{visibility:visible;opacity:1;transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease}.menu-drawer{position:absolute;transform:translate(-100%);visibility:hidden;z-index:3;left:0;width:calc(100vw - 4rem);padding:0;border-width:0 var(--drawer-border-width) 0 0;background-color:rgb(var(--color-background));overflow-x:hidden;border-style:solid;border-color:rgba(var(--color-foreground),var(--drawer-border-opacity));filter:drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow),var(--drawer-shadow-opacity)));top:0;position:fixed}.js .menu-drawer{height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));height:100vh}.js details[open]>.menu-drawer,.js details[open]>.menu-drawer__submenu{transition:transform var(--duration-default) ease,visibility var(--duration-default) ease}.no-js details[open]>.menu-drawer,.js details[open].menu-opening>.menu-drawer,details[open].menu-opening>.menu-drawer__submenu{transform:translate(0);visibility:visible}.js .menu-drawer__navigation .submenu-open{visibility:hidden}.menu-drawer__title-and-close-btn{display:flex;align-items:center;justify-content:space-between;padding:1rem .5rem 1rem 2rem;border-bottom:solid 1px rgba(var(--color-foreground),.1)}.menu-drawer__title{margin:0}.menu-drawer__close-btn{display:flex;align-items:center;justify-content:center}@media screen and (min-width:750px){.menu-drawer{width:40rem}.no-js .menu-drawer{height:auto}.menu-drawer__mobile-content{display:none}.menu-drawer__secondary-nav{display:none!important}}.menu-drawer__inner-container{position:relative;height:100%}.menu-drawer__navigation-container{display:grid;grid-template-rows:1fr auto;align-content:space-between;overflow-y:auto;height:100%}.menu-drawer__navigation{padding:5.6rem 0}.menu-drawer__inner-submenu{height:100%;overflow-x:hidden;overflow-y:auto}.no-js .menu-drawer__navigation{padding:0}.no-js .menu-drawer__navigation>ul>li{border-bottom:.1rem solid rgba(var(--color-foreground),.04)}.no-js .menu-drawer__submenu ul>li{border-top:.1rem solid rgba(var(--color-foreground),.04)}.js .menu-drawer__menu li{margin-bottom:.2rem}.menu-drawer__menu-item{padding:1.1rem 3.2rem!important;text-decoration:none!important;font-size:1.8rem!important}.no-js .menu-drawer__menu-item{font-size:1.6rem}.no-js .menu-drawer__submenu .menu-drawer__menu-item{padding:1.2rem 5.2rem 1.2rem 6rem}.no-js .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item{padding-left:9rem}.menu-drawer summary.menu-drawer__menu-item{padding-right:5.2rem}.no-js .menu-drawer__menu-item .icon-caret{right:3rem}.menu-drawer__menu-item--active,.menu-drawer__menu-item:focus,.menu-drawer__close-button:focus,.menu-drawer__menu-item:hover,.menu-drawer__close-button:hover{color:rgb(var(--color-foreground))!important;background-color:rgba(var(--color-foreground),.04)!important}.menu-drawer__menu-item--active:hover{background-color:rgba(var(--color-foreground),.08)}.js .menu-drawer__menu-item .icon-caret,.no-js .menu-drawer .icon-arrow{display:none}.menu-drawer__menu-item>.icon-arrow{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%)}.js .menu-drawer__submenu{position:absolute;top:0;width:100%;bottom:0;left:0;background-color:rgb(var(--color-background));border-left:.1rem solid rgba(var(--color-foreground),.2);z-index:1;transform:translate(100%);visibility:hidden}.js .menu-drawer__submenu .menu-drawer__submenu{overflow-y:auto}.menu-drawer__close-button{margin-top:1.5rem;padding:1.2rem 2.6rem;text-decoration:none;display:flex;align-items:center;font-size:1.4rem;width:100%;background-color:transparent;font-family:var(--font-body-family);font-style:var(--font-body-style);text-align:left}.no-js .menu-drawer__close-button{display:none}.menu-drawer__close-button .icon-arrow{transform:rotate(180deg);margin-right:1rem}.menu-drawer__utility-links{padding:2rem;background-color:rgba(var(--color-foreground),.03)}.menu-drawer__account{display:inline-flex;align-items:center;text-decoration:none;padding:1.2rem;margin-left:-1.2rem;font-size:1.4rem;color:rgb(var(--color-foreground))}.menu-drawer__account .icon-account{height:2rem;width:2rem;margin-right:1rem}.menu-drawer__account:hover .icon-account{transform:scale(1.07)}.menu-drawer .list-social{justify-content:flex-start;margin-left:-1.25rem;margin-top:2rem}.menu-drawer .list-social:empty{display:none}.menu-drawer .list-social__link{padding:1.3rem 1.25rem}@media screen and (max-width:750px){.menu-drawer__menu-item{padding:.9rem 2rem}.menu-drawer__inner-container{height:auto}.menu-drawer__navigation{padding:1rem 0;border-bottom:solid 1px rgba(var(--color-foreground),.1)}.menu-drawer__utility-links{background:transparent;padding:1rem 2rem}.menu-drawer .list-social{justify-content:center;margin:0}.header__icon--menu[aria-expanded=true]:before{z-index:1;position:fixed;height:100vh;top:0}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-menu-drawer.css.map?v=154112501868206752761784559147 */

.cart-notification-wrapper{position:relative}.cart-notification-wrapper .cart-notification{display:block}.cart-notification{border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:0 0 var(--popup-border-width);padding:2.5rem 3.5rem;position:absolute;right:0;transform:translateY(-100%);visibility:hidden;width:100%;box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));z-index:-1}.cart-notification.focused{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.cart-notification:focus-visible{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width:750px){.header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification{border-top-width:var(--popup-border-width)}.cart-notification{border-width:0 var(--popup-border-width) var(--popup-border-width);max-width:36.8rem;right:4rem}}.cart-notification.animate{transition:transform var(--duration-short) ease,visibility 0s var(--duration-short) ease}.cart-notification.active{transform:translateY(0);transition:transform var(--duration-default) ease,visibility 0s;visibility:visible}.cart-notification__header{align-items:flex-start;display:flex}.cart-notification__heading{align-items:center;display:flex;flex-grow:1;margin-bottom:0;margin-top:0}.cart-notification__heading .icon-checkmark{color:rgb(var(--color-foreground));margin-right:1rem;width:1.3rem}.cart-notification__close{margin-top:-2rem;margin-right:-3rem}.cart-notification__links{text-align:center}.cart-notification__links>*{margin-top:1rem}.cart-notification-product{align-items:flex-start;display:flex;padding-bottom:3rem;padding-top:2rem}.cart-notification-product dl{margin-bottom:0;margin-top:0}.cart-notification-product__image{display:inline-flex;margin-right:1.5rem;margin-top:.5rem}.cart-notification-product__image:after{content:none}.cart-notification-product__name{margin-bottom:.5rem;margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-cart-notification.css.map?v=137625604348931474661784559147 */

.cart-items td,.cart-items th{padding:0;border:none}.cart-items th{text-align:left;padding-bottom:1.8rem;opacity:.85;font-weight:400}.cart-item__quantity-wrapper{display:flex}.cart-item__totals{position:relative}.cart-items *.right{text-align:right}.cart-item__image-container{display:inline-flex;align-items:flex-start}.cart-item__image-container:after{content:none}.cart-item__image{height:auto;max-width:calc(10rem / var(--font-body-scale))}@media screen and (min-width:750px){.cart-item__image{max-width:100%}}.cart-item__details{font-size:1em;line-height:calc(1 + .4 / var(--font-body-scale))}.cart-item__details>*{margin:0;max-width:30rem}.cart-item__details>*+*{margin-top:.6rem}.cart-item__media{position:relative}.cart-item__link{display:block;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%}.cart-item__name{text-decoration:none;display:block;font-size:1em;font-family:var(--font-body-family)!important}.cart-item__name:hover{text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.2rem}.cart-item__price-wrapper>*{display:block;margin:0;padding:0}.cart-item__discounted-prices dd{margin:0}.cart-item__discounted-prices .cart-item__old-price{font-size:1.4rem}.cart-item__old-price{opacity:.7}.cart-item__final-price{font-weight:400}.product-option{font-size:1.4rem;word-break:break-all;line-height:calc(1 + .5 / var(--font-body-scale))}.cart-item cart-remove-button{display:flex}@media screen and (min-width:750px)and (max-width:989px){.cart-item cart-remove-button{width:4.5rem;height:4.5rem}}cart-remove-button .button{min-width:calc(4.5rem / var(--font-body-scale));min-height:4.5rem;padding:0;margin:0 .1rem .1rem 0;background:none!important;color:#000!important}cart-remove-button .button:before,cart-remove-button .button:after{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){cart-remove-button .button{min-width:3.5rem;min-height:3.5rem}}cart-remove-button .icon-remove{height:2rem;width:2rem}.cart-item .loading-overlay{top:0;left:auto;right:auto;bottom:0;padding:0}@media screen and (min-width:750px){.cart-item .loading-overlay{right:0;padding-top:4.5rem;bottom:auto}}.cart-item .loading-overlay:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:flex-start;margin-top:1rem}.cart-item__error-text{font-size:1.2rem;order:1}.cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem}.cart-item__error-text:empty+svg{display:none}.product-option+.product-option{margin-top:.4rem}.product-option *{display:inline;margin:0}.cart-items thead th{text-transform:uppercase}@media screen and (max-width:749px){.cart-items,.cart-items thead,.cart-items tbody{display:block;width:100%}.cart-items thead tr{display:flex;justify-content:space-between;border-bottom:.1rem solid rgba(var(--color-foreground),.2);margin-bottom:4rem}.cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem;margin-bottom:3.5rem}.cart-item:last-child{margin-bottom:0}.cart-item__media{grid-row:1 / 3}.cart-item__details{grid-column:2 / 4}.cart-item__quantity{grid-column:2 / 5}.cart-item__quantity-wrapper{flex-wrap:wrap}.cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end}}.cart-item__error-text+svg{margin-top:.4rem}@media screen and (min-width:750px){.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-items thead th:first-child{width:50%}.cart-items th+th{padding-left:4rem}.cart-items td{vertical-align:top;padding-top:4rem}.cart-item{display:table-row}.cart-item>td+td{padding-left:4rem}.cart-item__details{width:35rem}.cart-item__media{width:10rem}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:1rem}}@media screen and (min-width:990px){.cart-item .cart-item__quantity,.cart-items .cart-items__heading--wide{padding-left:6rem}.cart-item__details{width:50rem}.cart-items thead th:first-child{width:60%}}@media screen and (max-width:500px){.title-wrapper-with-link{flex-direction:column;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-cart-items.css.map?v=173838275362850800121784559147 */

.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#00000080;transition:visibility 0s ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:none;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;outline:none}@media screen and (max-width:750px){.drawer{background-color:transparent}.drawer__inner{max-width:unset;width:100vw}}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{font-size:20px;margin:0}.drawer__close{display:inline-block;padding:0;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{position:absolute;top:10px;right:10px}.drawer__close svg{height:1.7rem;width:1.7rem}@media screen and (max-width:750px){.drawer__close svg{height:1.4rem;width:1.4rem}}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.2);padding:0 0 1.5rem}cart-drawer.is-empty .drawer__footer{display:none}.drawer__footer>details{border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>.cart-drawer__footer{padding-top:1.5rem;padding-bottom:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-accent-1))}.cart-drawer-items-and-upsell{overflow:auto;flex:1}@media screen and (max-height:650px){.cart-drawer-items-and-upsell{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1rem 1.5rem;margin-bottom:0;border-bottom:1px solid rgb(192,186,186)}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%;box-shadow:.3rem .3rem 1rem #0000000d}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:1.5rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width:749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}.cart-drawer-items-and-upsell::-webkit-scrollbar{width:3px}.cart-drawer-items-and-upsell::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}.cart-drawer-items-and-upsell::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer thead{display:none}.cart-drawer tbody{border-top:.1rem solid rgba(var(--color-foreground),.08)}.cart__badges{margin-top:1.5rem}.payment-badges{padding:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0}.cart__badges img{max-width:100%;width:100%}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-cart-drawer.css.map?v=42634648875087362761784559147 */

.cart{position:relative;display:block}.cart__empty-text,.is-empty .cart__contents,cart-items.is-empty .title-wrapper-with-link,.is-empty .cart__footer{display:none;font-family:var(--font-body-family)!important}.is-empty .cart__empty-text,.is-empty .cart__warnings{display:block}.cart__warnings{display:none;text-align:center;padding:3rem 0 1rem}.cart__empty-text{margin:4.5rem 0 2rem}.cart__contents>*+*{margin-top:2.5rem}.cart__login-title{margin:5.5rem 0 .5rem;font-family:var(--font-body-family)!important}.cart__login-paragraph{margin-top:.8rem}.cart__login-paragraph a{font-size:inherit}@media screen and (min-width:990px){.cart__warnings{padding:7rem 0 1rem}.cart__empty-text{margin:0 0 3rem}}cart-items{display:block}.cart__items{position:relative;padding-bottom:3rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart__items--disabled{pointer-events:none}.cart__footer{padding:4rem 0 0}.cart__footer-wrapper:last-child .cart__footer{padding-bottom:5rem}.cart__footer>div:only-child{margin-left:auto}.cart__footer>*+*{margin-top:4rem}.cart__footer .discounts{margin-top:1rem}.cart__note{height:fit-content}.cart__note label{display:flex;align-items:flex-end;position:absolute;line-height:1;height:1.8rem;top:-3rem;color:rgba(var(--color-foreground),.9)}.cart__note .field__input{height:100%;position:relative;border-radius:var(--inputs-radius);padding:1rem 2rem}.cart__note .text-area{resize:vertical}.cart__note:after,.cart__note:hover.cart__note:after,.cart__note:before,.cart__note:hover.cart__note:before,.cart__note .field__input:focus,.cart__note .field__input{border-bottom-right-radius:0}@media screen and (min-width:750px){.cart__items{grid-column-start:1;grid-column-end:3;padding-bottom:4rem}.cart__contents>*+*{margin-top:0}.cart__items+.cart__footer{grid-column:2}.cart__footer{display:flex;justify-content:space-between;border:0}.cart__footer-wrapper:last-child{padding-top:0}.cart__footer>*{width:35rem}.cart__footer>*+*{margin-left:4rem;margin-top:0}}.cart__ctas button{width:100%}.cart__ctas>*:not(noscript:first-child)+*{margin-top:1rem}.cart__update-button{margin-bottom:1rem}.cart__dynamic-checkout-buttons{max-width:36rem;margin:0 auto;max-width:none}.cart__blocks>*+*{margin-top:1.25rem}.cart__dynamic-checkout-buttons div[role=button]{border-radius:var(--buttons-radius-outset)!important}.cart-note__label{display:inline-block;margin-bottom:1rem;line-height:calc(1 + 1 / var(--font-body-scale))}.tax-note{margin:2.2rem 0 1.6rem auto;text-align:center;display:block}.cart__checkout-button{max-width:36rem;max-width:none}.cart__ctas{text-align:center}@media screen and (min-width:750px){.cart-note{max-width:36rem}.cart__update-button{margin-bottom:0;margin-right:.8rem}.tax-note{margin-bottom:2.2rem;text-align:right}[data-shopify-buttoncontainer]{justify-content:flex-end}.cart__ctas{display:flex;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-cart.css.map?v=115294562579612356751784559147 */

.totals{display:flex;justify-content:space-between;align-items:flex-end}.totals>*{font-size:1.6rem;margin:0}.totals>h2{font-size:calc(var(--font-heading-scale) * 1.6rem)}.totals *{line-height:1}.totals>*+*{margin-left:2rem}.totals__subtotal-value{font-size:1.8rem;font-weight:var(--font-heading-weight)}.cart__ctas+.totals{margin-top:2rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-totals.css.map?v=54425048278126878361784559147 */

.price{font-size:1.1428571429em;letter-spacing:.1rem;line-height:calc(1 + .5 / var(--font-body-scale));color:rgb(var(--color-foreground));display:flex;align-items:center;flex-wrap:wrap;column-gap:1rem}.price>*{display:inline-block;vertical-align:top}.price.price--unavailable{visibility:hidden}.price--end{text-align:right}.price .price-item{display:inline-block;margin:0;color:rgb(var(--color-base-accent-1));font-weight:700}.price__regular .price-item--regular{margin-right:0}.price:not(.price--show-badge) .price-item--last:last-of-type{margin:0}@media screen and (min-width:750px){.price{margin-bottom:0}}.price--sold-out .price__availability,.price__regular{display:block}.price__sale,.price__availability,.price .price__badge-sale,.price .price__badge-sold-out,.price--on-sale .price__regular,.price--on-sale .price__availability{display:none}.price--sold-out .price__badge-sold-out,.price--on-sale .price__badge-sale{display:inline-flex}.price--on-sale .price__sale{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:5px}.price--center{display:initial;justify-content:center}.price--on-sale .price-item--regular{text-decoration:line-through;color:rgba(var(--color-foreground),.9);font-size:1.3rem}.unit-price{display:block;font-size:1.1rem;letter-spacing:.04rem;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.product-page-price .price--on-sale .price__sale--price-second{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.product-page-price .price--on-sale .price__sale--price-second .compare-price-label{order:1}.product-page-price .price--on-sale .price__sale--price-second .price__compare-price{order:2;margin-right:.55rem}.product-page-price .price--on-sale .price__sale--price-second .price__compare-price .price-item--regular{font-size:2rem}.product-page-price .price--on-sale .price__sale--price-second .regular-price-label{order:3}.product-page-price .price--on-sale .price__sale--price-second .price-item--sale{order:4}.product-page-price .price--on-sale .price__sale--price-second .price-item--sale span.money{font-size:1.7rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-price.css.map?v=158901654658381133611784559147 */

.discounts {
  font-size: 1.2rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  color: rgb(var(--color-foreground));
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.loading-overlay{position:absolute;z-index:1;width:1.8rem}@media screen and (max-width:749px){.loading-overlay{top:0;right:0}}@media screen and (min-width:750px){.loading-overlay{left:0}}.loading-overlay__spinner{width:1.8rem;height:1.8rem;display:inline-block}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:#000;animation:dash 1.4s ease-in-out infinite}@media screen and (forced-colors:active){.path{stroke:CanvasText}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.loading-overlay:not(.hidden)+.cart-item__price-wrapper,.loading-overlay:not(.hidden)~cart-remove-button{opacity:50%}.loading-overlay:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-loading-overlay.css.map?v=76326190787031507591784559147 */

}