*,
*::before,
*::after {
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.6rem;
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(var(--color-foreground), 0.6); 
  border-radius: 1rem;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
}
.gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
}
body {
  margin: 0;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8);
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  overflow-x: hidden;
  overscroll-behavior: none;
}
:root {
    --alpha-link: 0.85;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
}
.button--secondary {
    --alpha-button-background: 1;
}
input::-webkit-input-placeholder {
    transform: translate(0);
    opacity: 1;
    transition: all 0.35s;
}  
input:-ms-input-placeholder {
    transform: translate(0);
    opacity: 1;
    transition: all 0.35s;
}
input::placeholder {
    transform: translate(0);
    opacity: 1;
    transition: all 0.35s;
}
input:focus::-webkit-input-placeholder {
    transform: translate(1rem);
    opacity: 0 !important;
}
input:focus:-ms-input-placeholder {
    transform: translate(1rem);
    opacity: 0 !important;
}
input:focus::placeholder {
    transform: translate(1rem);
    opacity: 0 !important;
}
.contains-media, .global-media-settings {
  --border-radius: var(--media-radius);
}
/* base */
select {
    outline: none !important;
}
a {
    color: rgba(var(--color-link));
    text-underline-offset: 0.3rem;
}
.no-js:not(html) {
    display: none !important;
}
html.no-js .no-js:not(html) {
    display: block !important;
}
html.no-js .no-js-hidden {
    display: none !important;
}
.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section+.section {
    margin-top: var(--spacing-sections-mobile);
}
body {
    background-color: rgba(var(--color-background));
    font-size: var(--font-body-font-size);
    color: rgb(var(--color-foreground));
}
.lms-challenge__container {
    margin: 7rem auto;
}
.rte p{
    font-size: var(--font-body-font-size);
    letter-spacing: 0.1rem;
}
.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
}
.rte {
    margin-bottom: 2.5rem;
}
.rte>p:first-child {
    margin-top: 0;
}
.rte>p:last-child {
    margin-bottom: 0;
    line-height: 1.6;
}
.rte table {
    table-layout: fixed;
}
@media screen and (min-width: 750px) {
    .rte table td {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}
.rte img {
    height: auto;
    max-width: 100%;
    border-radius: var(--media-radius);
}
.rte ul {
    padding-left: 2rem;
}
.rte li {
    list-style: inherit;
}
.rte li:last-child {
    margin-bottom: 0;
}
.rte a {
    color: rgb(var(--color-foreground), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-weight: 500;
    text-transform: uppercase;
}
.rte a:hover {
    color: rgb(var(--color-foreground));
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hidden {
    display: none !important;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    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;
}
.search-overflow-hidden {
    overflow: hidden;
}
.search-overflow-hidden:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    background-color: #12121299;
    cursor: var(--cursor-close-svg-url) 28 28, auto;
    transition: .35s .1s;
    z-index: 9;
}
.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}
::selection {
    background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}
h1, h2, h3, h4, h5, .h0, .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: 0.06rem;
    color: rgb(var(--color-foreground));
    line-height: calc(1 + 0.3);
    word-break: break-word;
}
.hxl {
  font-size: 5rem;
  line-height: calc(1 + 0.3);
}
.h0 {
    font-size: 4rem;
}
h1, .h1 {
    font-size: 3rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.7rem;
}
h4, .h4 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.2rem;
}
h6, .h6 {
    color: rgba(var(--color-foreground), 0.75);
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
.caption {
    font-size: 1rem;
    letter-spacing: 0.07rem;
    line-height: calc(1 + 0.7);
}
.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: 0.13rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    margin-top: 1rem;
}
blockquote {
    display: block;
    background: rgb(var(--color-background));
    border-left: 0.3rem solid rgba(var(--color-foreground));
    text-align: left;
    padding: 1.5rem 2rem;
    font-style: italic;
}
.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select, .spr-form-input {
    font-size: var(--font-body-font-size);
    line-height: calc(1 + 0.5);
    letter-spacing: 0.04rem;
    color: rgb(var(--color-foreground));
    font-weight: var(--font-body-weight);
    border-radius: 0;
}
.field__input {
    padding: 1rem 1.5rem;
    border: 0.2rem solid rgba(var(--color-foreground), 0.3);
}
table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}
table:not([class]) td, table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.hidden {
    display: none !important;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
        display: none !important;
    }
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
.left{
    text-align: left !important;
}
.uppercase {
    text-transform: uppercase;
}
.light {
    opacity: 0.7;
}
a:empty, ul:empty, dl:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
    display: none;
}
.link, .customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: rgb(var(--color-foreground));
    background-color: transparent;
}
.link--text {
    color: rgb(var(--color-foreground));
}
.link[role="link"]:not([href]) {
    cursor: not-allowed;
}
hr {
    border: none;
    height: 0.1rem;
    background-color: rgba(var(--color-foreground), 0.2);
    display: block;
    margin: 5rem 0;
}
.full-unstyled-link {
    text-decoration: none !important;
    color: currentColor;
    display: block;
}
.placeholder {
    background-color: rgba(var(--color-foreground), 0.04);
    color: rgba(var(--color-foreground), 0.55);
    fill: rgba(var(--color-foreground), 0.55);
}
details>* {
    box-sizing: border-box;
}
.break {
    word-break: break-word;
}
.visibility-hidden {
    visibility: hidden;
}
:root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
    --duration-extra-long: 1s;
    --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
    --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-slide-in-left : slideInleft var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-slide-in-up : slideInup var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-slide-in-right : slideInRight var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}
.underlined-link, .customer a {
    color: rgba(var(--color-foreground), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover, .customer a:hover {
    color: rgb(var(--color-foreground));
}
.icon-arrow {
    width: 1.5rem;
}
h3 .icon-arrow, .h3 .icon-arrow {
    width: 1.5rem;
}

/* Product card */
.product-card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: var(--card-corner-radius);
}
.card-wrapper {
    position: relative;
}
.card__media {
    margin: var(--card-image-padding);
    width: calc(100% - 2 * var(--card-image-padding));
}
.card__inner {
    width: 100%;
}
.card__media, .card .media {
    bottom: 0;
    position: absolute;
    top: 0;
}
.price--show-badge {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
}
.grid-product__price--savings {
    font-weight: 500;
    color: #e22120;
    font-size: 1.3rem;
    letter-spacing: normal;
    margin-left: 1rem;
    text-transform: uppercase;
}
.price {
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.5);
    color: rgb(var(--color-foreground));
}
.price .price-item--sale {
    margin-right: 0.4rem;
    font-weight: 600;
}
.card__content .text_left .price {
    text-align: left;
}
.price>* {
    display: inline-block;
    vertical-align: top;
}
.price.price--unavailable {
    visibility: hidden;
}
.price--end {
    text-align: right;
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-weight: 600;
}
.price--large {
    font-size: 1.6rem;
    line-height: calc(1 + 0.5);
    letter-spacing: 0.13rem;
}
.price--sold-out .price__availability, .price__regular {
    display: block;
    font-size: var(--font-body-font-size);
}
.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-block;
}
.price--on-sale .price__sale {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), 0.7) !important;
}
.unit-price {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    line-height: calc(1 + 0.2);
    margin-top: 0.2rem;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.7);
}
placeholder-image {
    display: block;
    height: 100%;
    aspect-ratio: var(--ratio-percent);
}
placeholder-image[data-type='product'] {
    background-color: rgba(var(--color-foreground), 15%);
    width: 100%;
}
placeholder-image[data-type='product'] > img {
    mix-blend-mode: luminosity;
}
/** Placeholder background for the placeholder image, the dimensions are the same as the product images */
placeholder-image[data-type='product']:not(:has(> img)) {
    aspect-ratio: var(--ratio-percent);
    height: 35rem;
}
placeholder-image > img {
    object-fit: cover;
    aspect-ratio: var(--ratio-percent);
    height: 100%;
    width: 100%;
}

/* base-details-summary */

summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
summary .icon-caret, .header__submenu .icon-caret {
    transform: rotate(0deg);
    transition: all 0.5s;
}
summary::-webkit-details-marker {
    display: none;
}
details[open]>.header__menu-item .icon-caret, .megamenu_title.link_active .site-nav__link .icon-caret{
    transform: rotate(180deg);
}
.focused, .no-js *:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
}
.no-js *:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focused.focus-inset, .no-js .focus-inset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.no-js .focus-inset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}
.focus-offset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgba(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.focus-offset.focused, .no-js .focus-offset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgba(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.no-js .focus-offset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* component-title */

.title, .title-wrapper-with-link {
    margin: 0 0 2rem;
}
.title .link {
    font-size: inherit;
}
.title-wrapper {
    margin-bottom: 3rem;
}
.title-wrapper--self-padded-tablet-down {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.title-wrapper--no-top-margin {
    margin-top: 0;
}
.subtitle {
    font-size: 1.3rem;
    line-height: calc(1 + 0.8);
    letter-spacing: .2rem;
    color: rgba(var(--color-foreground), 0.7);
    margin: 1.4rem 0;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: var(--font-heading-weight);
}
.title, .lms-policy__title h1 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(var(--color-foreground));
}

/* component-grid */

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}
.grid:last-child {
    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;
}
@media screen and (min-width: 750px) {
    .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
.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);
}
@media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--4-col-tablet .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .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;
    }
}
.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);
    }
}
@media screen and (min-width: 990px) {
    .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) {
    .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:last-of-type {
        margin-right: 1.5rem;
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
    .grid--1-col-tablet-down .grid__item{
        width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
        max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
    }
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .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;
    }
    .slider--tablet.grid--peek .grid__item:last-of-type {
        margin-right: 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);
    }
}

/* component-media */

.media {
    display: block;
    position: relative;
    overflow: hidden;
}
.media--transparent {
    background-color: transparent;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.media>img {
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.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;
}
img {
  max-width: 100%;
  display: block;
}
deferred-media {
    display: block;
}

/* component-button */

/* Button - default */

.button,
.lms-challenge__button,
.customer button,
button.lms-payment-button__button--unbranded,
.lms-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
    border-radius: var(--buttons-radius);
    position: relative;
    font-family: var(--font-body-family);
}
.button,
.lms-challenge__button,
.customer button,
button.lms-payment-button__button--unbranded {
    min-width: calc(12rem + 0.1rem * 2);
    min-height: calc(3.8rem + 0.1rem);
}
.lms-payment-button__button--branded {
    z-index: auto;
}
.button:focus-visible,
.button:focus,
.button.focused,
.lms-payment-button__button--unbranded:focus-visible,
.lms-payment-button [role="button"]:focus-visible,
.lms-payment-button__button--unbranded:focus,
.lms-payment-button [role="button"]:focus {
  outline: -webkit-focus-ring-color auto 0.1rem;
}
.button:focus:not(:focus-visible):not(.focused),
.lms-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.lms-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}
.lms-challenge__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 4.5rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.2rem;
    border-radius: var(--buttons-radius);
    text-decoration: none;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
}
.lms-challenge__button:before,
.lms-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 0.35s;
}
.lms-challenge__button:hover:before,
.customer button:hover:before,
.lms-payment-button__button--unbranded:hover:before,
.lms-payment-button [role="button"]:hover:before,
.cart__dynamic-checkout-buttons [role='button']:hover:before {
    width: 0;
}
.button {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: var(--buttons-radius);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-weight: 500;
}
.button.button--primary-solid {
    color: rgba(var(--color-button-text));
    background-color: rgba(var(--color-button));
    font-weight: 500;
    line-height: 3rem !important;
    word-break: break-word;
    transition: all 0.4s;
}
.button.button--primary-solid:hover {
    color: rgba(var(--color-button-text-hover));
    background-color: rgba(var(--color-button-hover));
}
.button.button--primary-outline {
    color: rgba(var(--color-secondary-button-text));
    font-weight: 500;
    line-height: 3rem !important;
    background-color: transparent;
    word-break: break-word;
}
.button.button--primary-outline.button--primary-outline:after,
.button.button--primary-outline.button--primary-outline:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.1rem solid;
    transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.button.button--primary-outline.button--primary-outline:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: rgba(var(--color-secondary-button-text));
    border-right-color: rgba(var(--color-secondary-button-text));
}
.button.button--primary-outline.button--primary-outline:before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(var(--color-secondary-button-text));
    border-left-color: rgba(var(--color-secondary-button-text));
}
.button.button--primary-outline.button--primary-outline:hover:after,
.button.button--primary-outline.button--primary-outline:hover:before {
    width: 60%;
    height: 40%;
}

/*   end product css */

.lms-challenge__container .lms-challenge__button {
    margin: 1.2rem auto;
}
.button, .button-label, .lms-challenge__button, .customer button {
    position: relative;
    padding: 1rem 4rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
    cursor: not-allowed;
}
.button--full-width {
    width: 100%;
}
.button.loading {
    color: transparent;
    position: relative;
}
@media screen and (forced-colors: active) {
    .button.loading {
        color: rgb(var(--color-foreground));
    }
}
.product__info-container hr {
    opacity: 0.1;
    border: 0.1rem solid rgb(var(--color-foreground));
    margin: 0.9rem 0;
}

/* slider button */
.slide-arrow {
    display: grid;
    border-radius: 10rem;
    place-items: center;
    height: 5.6rem;
    width: 5.6rem;
    position: absolute;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    border: 0.1rem solid rgb(var(--color-foreground), .12);
}
.animated-arrow {
    pointer-events: none;
    place-items: center;
    display: grid;
}
.animated-arrow--reverse {
    transform: rotate(180deg);
}
.animated-arrow:before {
    border-block-start-width: 0.2rem;
    border-inline-end-width: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    transform: rotate(calc(1 * 45deg));
    position: relative;
    border-top-width: 0.2rem;
    border-left-width: 0;
    border-right-width: 0.2rem;
    border-bottom-width: 0;
    border-style: solid;
    border-color: rgb(var(--color-foreground));
}
.animated-arrow:after {
    width: 1rem;
    height: 0.2rem;
    transform-origin: center;
    opacity: 0;
    background: rgb(var(--color-foreground));
    transform: scaleX(.5);
}
.animated-arrow:before, .animated-arrow:after {
    content: "";
    grid-area: 1 / -1;
    transition: all .2s ease-in-out;
}
.animated-arrow:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before {
    left: -1px;
}

@media screen and (pointer: fine) {
    .slide-arrow:hover .animated-arrow:before {
        transform: translate(calc(1 * 0.125rem)) rotate(calc(1 * 45deg));
    }
    .slide-arrow:hover .animated-arrow:after {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* component-form */

.field__input, .select__select, .customer .field input, .spr-form-input, .customer select {
    font-family: var(--font-body-family);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: var(--inputs-radius);
    color: rgb(var(--color-foreground));
    width: 100%;
    box-sizing: border-box;
    min-height: 2rem;
    min-width: 7rem;
    position: relative;
    transition: all 0.35s;
}
.field__input:focus, .customer .field input:focus, .spr-form-input:focus {
    border: 0.2rem solid rgba(var(--color-foreground));
}
.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.select:after{
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    border: 0.1rem solid transparent;
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.6);
}
.form-success {
    color: #2D7A2F;
}
.form-error {
    color: #E22120;
}
.select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.75);
    padding: 0.4rem 0.6rem;
}
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
    outline: 0;
}
.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
    outline: 0;
}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    outline: 0;
}
.localization-form__select:focus {
    outline: 0;
    box-shadow: none;
}
.text-area, .select {
    display: flex;
    position: relative;
    width: 100%;
}

/* Select */

.select .icon-caret, .customer select+svg {
    height: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: 1.5rem;
}
.select__select, .customer select {
    cursor: pointer;
    line-height: calc(1 + 0.6);
    margin: 0;
    min-height: calc(0 * 2);
    border: none;
}

/* Field */

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
}
.customer .field {
    display: flex;
}
.field--with-error {
    flex-wrap: wrap;
}
.field__input, .customer .field input {
    flex-grow: 1;
    text-align: left;
    min-height: 5rem;
    padding: 1rem 1.5rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.6);
}
.field__label, .customer .field label {
    left: 0;
    top: calc(1rem + 0); 
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    color: rgba(var(--color-foreground), 0.75);
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
    font-size: 0;
    top: calc(0 + 0.5rem);
    left: calc(0 + 2rem);
    letter-spacing: 0.04rem;
}
.field__input:focus::placeholder {
    color: transparent;
}
.mobile-sidebar__inner .mobile-sidebar__submenu .sidebar__price .field__input:not(:placeholder-shown) {
    padding: 0 !important;
}
.field__input::-webkit-search-cancel-button, .customer .field input::-webkit-search-cancel-button {
    display: none;
}
.field__input::placeholder, .customer .field input::placeholder {
    opacity: 1;
    font-size: var(--font-body-font-size);
    line-height: 3rem;
    letter-spacing: 0.03em;
    color: rgba(var(--color-foreground), .9);
}
.field__button {
    font-family: var(--font-body-family);
    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: 1rem;
    top: 0;
}
.field__input:-webkit-autofill~.field__button, .field__input:-webkit-autofill~.field__label, .customer .field input:-webkit-autofill~label {
    color: rgb(var(--color-foreground));
}
.search-modal__form .field .field__label {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.6);
}

/* Text area */

.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 10rem;
    resize: none;
}
input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}

/* Form global */

.form__label {
    display: block;
    margin-bottom: 0.6rem;
}
.form__message {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.5rem;
    font-weight: 500;
}
.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
}
.customer .form__message svg {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: 0.5rem;
    width: 1.3rem;
}
.form-status {
    margin: 0;
    font-size: 1.6rem;
}
.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;
}

/* component-quantity */
.quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    display: flex;
    min-height: 5rem;
    justify-content: center;
    border-radius: var(--inputs-radius);
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.quantity:after {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}
.quantity:before {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 4.5rem;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    max-width: 5.5rem;
}
.quantity__button {
    width: calc(4.5rem);
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
}
.quantity__button:first-child {
    margin-left: calc(0);
}
.quantity__button:last-child {
    margin-right: calc(0);
}
.quantity__button svg {
    width: 1.2rem;
    pointer-events: none;
}
.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:hover, .quantity__input:-webkit-autofill:active {
    box-shadow: 0 0 0 10rem rgba(var(--color-background)) inset !important;
    -webkit-box-shadow: 0 0 0 10rem rgba(var(--color-background)) inset !important;
}
.quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity__input[type='number'] {
    -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
    list-style-type: none;
}
.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
}
.modal__toggle-close {
    display: none;
}
.no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
}
.modal__toggle-open {
    display: flex;
}
.no-js details[open] .modal__toggle-open {
    display: none;
}
.no-js .modal__close-button.link {
    display: none;
}
.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    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 */
.cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    top: 0.1rem;
    right: 0.4rem;
    line-height: calc(1 + 0.1);
}
.custom-Formcheckbox {
    display: none !important;
}
.custom-Formcheckbox + label {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
}
.custom-Formcheckbox + label::before{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    border: 0.1rem solid rgba(var(--color-foreground),.7);
    top: 0;
}
.custom-Formcheckbox + label::after{
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0.3rem;
    background: rgba(var(--color-foreground),.7);
    top: 0.3rem;
    transform: scale(.7);
    opacity: 0;
    transition: all .35s;
}
.custom-Formcheckbox[checked="checked"]+label:after{
    transform: scale(1);
    opacity: 1;
}

/* section-header */

header.lms-section-group-header-group {
    z-index: 999;
    transition: 0.5s !important;
    position: relative;
}
.lms-section-group-header-group.lms-section-header-sticky {
    position: sticky;
    top: 0;
    transition: 0.5s !important;
}

/* Main Header Layout */
.header-wrapper {
    display: block;
    position: relative;
}
.header-wrapper--border-bottom {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header {
    display: grid;
    grid-template-areas: 'left-icon heading icons';
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 1rem;
    background: transparent;
    transition: all .35s;
}
.blog .title-wrapper-with-link {
    justify-content: center;
}
.header *[tabindex='-1']:focus {
    outline: none;
}
.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: grid;
    text-decoration: none;
    word-break: break-word;
}
.header__heading-link .h2 {
    line-height: 1;
    color: rgb(var(--color-foreground));
    font-weight: 400;
}
.header__heading-logo {
    height: auto; 
    width: 100%;
}
@media screen and (max-width: 989px) {
    .header__heading,
    .header__heading-link {
        text-align: center;
    }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  align-items: center;
  gap: 1rem;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header--top-center .header__inline-menu {
    display: block;
    left: 0 !important;
}
.header--top-center {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr 0.5fr 1fr;
    column-gap: 2rem;
}
.header__icon {
    color: rgb(var(--color-foreground));
}
.header__icon span {
    height: 100%;
}
.header__icon::after {
    content: none;
}
.header__icon .icon {
    height: 2.4rem;
    width: 3rem;
    vertical-align: middle;
    color: rgb(var(--color-foreground));
    margin-top: -0.2rem;
}
.header__icon, .header__icon--cart .icon {
    height: 4.4rem;
    width: 4.4rem;
}
.header__icon--cart {
    position: relative;
}
@media screen and (max-width: 989px) {
    menu-drawer~.header__icons .header__icon--account {
        display: none;
    }
    .header__heading-link .h2{
        font-size: 1.2rem;
    }
}

/* Search */
menu-drawer+.header__search {
    display: none;
}
.header>.header__search {
    grid-area: left-icon;
    justify-self: start;
}
.header:not(.header--has-menu) *>.header__search {
    display: none;
}
.header__search {
    display: inline-flex;
    line-height: 0;
}
.no-js .predictive-search {
    display: none;
}
details[open]>.search-modal {
    transform: translateY(0);
    opacity: 1;
}
details[open] .modal-overlay {
    display: block;
}
details[open] .modal-overlay::after {
    position: absolute;
    content: '';
    background-color: rgb(var(--color-foreground), 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}
.no-js details[open]>.header__icon--search {
    top: 1rem;
    right: 0.5rem;
}
.search-modal {
    position: fixed;
    top: 0;
    opacity: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    height: max-content;
    transform: translateY(-100%);
    opacity: 0;
    transition: all cubic-bezier(.42,0,.36,1.03) .5s;
}
.search-modal__content {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all cubic-bezier(.42,0,.36,1.03) .5s;
}
details[open]>.search-modal .search-modal__content {
    opacity: 1;
    visibility: visible;
    transition-delay: .45s;
}
.search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__form {
    width: 100%;
    margin-top: 2rem;
}
@media screen and (min-width: 750px) {
    .loading-overlay {
        left: 0;
    }
    .card__information {
        padding-bottom: 1.7rem;
        padding-top: 1.7rem;
    }
    .page-width {
        padding: 0 5rem;
    }
    .page-width-tablet {
        padding: 0 2rem;
    }
    .section+.section {
        margin-top: var(--spacing-sections-desktop);
    }
    .hxl {
        font-size: 6rem;
    }
    .h0 {
        font-size: 5.2rem;
    }
    h1, .h1 {
        font-size: var(--font-heading-font-size);
    }
    h2, .h2 {
        font-size: 2.4rem;
    }
    h3, .h3 {
        font-size: 1.8rem;
    }
    h5, .h5 {
        font-size: 1.3rem;
    }
    .caption {
        font-size: 1.2rem;
    }
    hr {
        margin: 3rem 0;
    }
    .price {
        margin-bottom: 0;
    }
    .price--large {
        font-size: 1.8rem;
    }
    .sidebar .disclosure-has-popup[open]>summary+* {
        z-index: 2;
    }
    .search-modal__content {
        padding: 0 6rem 2rem;
    }
}

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 10rem;
    top: 0;
}
.icon{
    width: 1.6rem;
    height: 1.6rem;
}

/* Header menu drawer */
.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
}
details[open]>.header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07);
}
.header__submenu.list-menu {
    padding: 0.8rem 0;
    width: auto;
    transform: translatey(-1rem);
    min-width: 23rem;
}
.site-nav > li .header-dropdown {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgb(var(--color-foreground),.2) 0 1rem 3rem -1rem;
}
.site-nav > li .header-dropdown.mega_active {
    opacity: 1;
    visibility: visible;
}
.site-nav > li .header-dropdown .header-dropdown {
    top: 0;
    left: 100%;
}
.site-nav > li .header-dropdown > ul > li:hover .header-dropdown {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.header__inline-menu details[open]>.header__submenu {
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
    border: none;
    visibility: visible;
    position: absolute;
    top: 100%;
}

/* Header menu */
.header__inline-menu {
    align-self: center;
    justify-self: center;
}
.header--top-center .header__inline-menu, .header--top-center .header__heading-link {
    margin-left: 0;
}
.header__menu {
    padding: 0 1rem;
}
.header__menu-item {
    text-decoration: none;
    font-size: 1.2rem;
    gap: 0.4rem;
    letter-spacing: .07em;
}
details[open]:hover>.header__menu-item {
    text-decoration-thickness: 0.2rem;
}
.grandchild__submenu{
    top: 10% !important;
    left: 100%;
}
.header__active-menu-item {
    transition: text-decoration-thickness var(--duration-short) ease;
    text-underline-offset: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item {
    text-decoration-thickness: 0.2rem;
}
.header__submenu {
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
details summary .icon-minus, details summary .icon-plus {
    width: 1.2rem !important;
    height: 1.2rem !important;
}
details summary .icon-plus{
    display: block;
}
details[open]>summary .icon-plus{
    display: none;
}
details summary .icon-minus{
    display: none;
}
details[open]>summary .icon-minus{
    display: block;
}
header-menu details .list-menu__item{
    padding: 1.29rem 0.6rem;
}
.header__inline-menu .disclosure-has-popup{
    position: unset !important;
}
.header__submenu .header__menu-item:after {
    right: 2rem;
}
.header__submenu .header__menu-item {
  padding: .95rem 2rem;
  justify-content: space-between;
}
.header__submenu .header__submenu .header__menu-item {
    padding-left: 3rem;
}
.header__submenu .header__submenu .header__menu-item:hover{
    color: rgba(var(--color-foreground));
}
.header__submenu .icon-caret {
    right: 2rem;
    transform: rotate(-90deg);
    transition: all 0.35s;
}
.full-unstyled-link:hover .icon-caret {
    right: 1.7rem;
}
details-disclosure>details {
    position: relative;
}
@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.overflow-hidden-mobile, .overflow-hidden-tablet {
    overflow: hidden;
    -ms-touch-action: none;
}
.badge {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.1rem;
  padding: 0.6rem 1.3rem;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
}
@media screen and (forced-colors: active) {
    .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 {
    position: relative;
}
.content-container:after {
    content: '';
    position: absolute;
    z-index: -1;
}
.content-container--full-width:after {
    left: 0;
    right: 0;
    border-radius: 0;
}
@media screen and (max-width: 991px) {
    .header__inline-menu {
        display: none !important;
    }
}
@media screen and (max-width: 749px) {
    .loading-overlay {
        top: 0;
        right: 0;
    }
    .small-hide {
        display: none !important;
    }
    .button, .button-label, .lms-challenge__button, .customer button{
        padding: 1rem 3.5rem;
        min-height: calc(4.8rem + 0.1rem);
    }
    .content-container--full-width-mobile {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .content-container--full-width-mobile:after {
        display: none;
    }
    .header__inline-menu {
        display: none !important;
    }
}
.global-media-settings {
  position: relative;
  border-radius: var(--media-radius);
  background-color: rgb(var(--color-background));
  overflow: hidden;
}
.global-media-settings:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--media-radius);
  z-index: -1;
  pointer-events: none;
}
.global-media-settings--no-shadow {
    overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
    content: none;
}
.content-container--full-width, .global-media-settings--full-width, .global-media-settings--full-width img {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

/* check for flexbox gap in older Safari versions */
@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);
    }
    @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);
        }
    }
    .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) {
        .product-grid .grid__item {
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}
#upsell_form{
    display: none;
}
.header__icons #currency_form + svg path{
  fill: rgb(var(--color-foreground));
}
.discount .color_red {
    color: #E22120;
}
.header--transparent:not(.header--sticky):not(.header--stuck) select {
    color: #f1f1f1;
    border: none;
}
nav.breadcrumb span {
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: rgba(var(--color-foreground), 0.7);
    line-break: anywhere;
}
nav.breadcrumb a {
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-decoration: none;
    color: rgb(var(--color-foreground));
}
.quick-view-button .button, .addcart-button .cardadd_btn {
    background-color: rgba(var(--color-button));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    text-decoration: none;
    color: rgba(var(--color-button-text));
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    border-radius: 5rem;
    min-height: calc(4rem + 0.1rem);
    padding: 1rem 3rem;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 10%);
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-weight: 500;
}
.is-adding .Addtocart_text{
    display: none;
}
.is-adding .loading__spinner{
    display: block !important;
}
.quick-view-button, .addcart-button {
    position: absolute;
    width: 94%;
    text-align: center;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    bottom: 0;
    transition: all .35s ease;
}

.quick-view-button .loading__spinner,
.cardadd_btn .loading__spinner {
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background-color: rgba(var(--color-button));
}
.quick-view-button .loading__spinner circle,
.cardadd_btn .loading__spinner circle {
    fill: rgba(var(--color-button-text));
}
@media only screen and (min-width: 767px) {
    .card-wrapper:hover .quick-view-button,
    .card-wrapper:hover .addcart-button {
        bottom: 2.5rem;
        opacity: 1;
    }
}
.lms-section-header-hidden {
    top: -100%;
}
.note_text .text-area {
    display: none;
}
.social-sharing__link {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1.2rem;
}
.social-sharing {
    display: flex;
    align-items: center;
    grid-gap: 2rem;
}
.social-sharing .form__label{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
}
.card__content .button--primary-outline {
    min-width: 8rem;
    padding: 1rem 2.2rem;
}
.product-card ~ .card {
    text-align: var(--card-text-alignment);
    text-decoration: none;
}
.card__content h3 {
    margin: 1rem 0 0.7rem 0;
    font-size: var(--font-body-font-size);
}
.card .media {
    width: 100%;
}
.card--media .card__inner .card__content {
    padding: calc(var(--card-image-padding) + 1rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.card__content--auto-margins {
    grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}
.card__content .card-information {
    position: relative;
}
.card__content .card-information .price {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0 !important;
    transition: all 0.3s;
    opacity: 1;
}
.card__information {
    grid-row-start: 2;
    padding: 1.3rem 1rem;
}
.card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-start;
    position: absolute;
    right: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    overflow: hidden;
}
.card__badge.sold-out {
    right: auto;
    width: auto;
}
.card__badge.top {
    top: 1rem;
}
.card__badge.bottom {
    bottom: 1rem;
}
.card__badge.default_position{
    top: 1rem;
    right: 1rem;
}
.card__badge .badge {
    white-space: nowrap;
}
.card__badge .badge > span {
    display: inline-flex;
    -webkit-animation: marquee 2s linear infinite;
    animation: marquee 2s linear infinite;
}
.card__badge_badge {
    width: 6rem;
}
.card__inner .circle-divider {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(var(--color-background));
    border-radius: 1.2rem;
    padding: .6rem 1rem;
    font-size: 1.1rem;
    line-height: normal;
}
.article-card__info:empty {
    display: none;
}
.article-card__info .blog_comment:after {
    content: '\2022';
    margin: 0 1.3rem 0 1.5rem;
    font-size: 1.6rem;
}
.article-card__info .blog_comment:last-of-type::after {
    display: none;
}
@-webkit-keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.card__heading:last-child {
    margin-bottom: 0;
}
.card__heading a:focus {
    box-shadow: none;
    outline: 0;
}
.card--extend-height {
    height: 100%;
}
.card--extend-height.card--standard.card--text, .card--extend-height.card--media {
    display: flex;
    flex-direction: column;
}
.card--extend-height.card--standard.card--text .card__inner, .card--extend-height.card--media .card__inner {
    flex-grow: 1;
}
.quick_card .card__heading .full-unstyled-link {
    font-size: var(--font-body-font-size);
}
.card__heading .full-unstyled-link {
    font-weight: 500;
    font-size: var(--font-body-font-size);
    line-height: 2rem;
    letter-spacing: 0.03em;
    opacity: 0.7;
    text-transform: uppercase;
}
.ColorSwatch {
    position: relative;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: top;
    cursor: pointer;
    background-size: cover;
    outline-offset: 0.2rem;
}
.ColorSwatch.rounded {
    border-radius: 100%;
}
.ColorSwatch.square {
    border-radius: 0.4rem;
}
.ColorSwatch:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.1rem solid currentColor;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.35s;
}
.ColorSwatch.rounded:after {
    border-radius: 100%;
}
.ColorSwatch.square:after {
    border-radius: 0.4rem;
}
.ColorSwatch:hover:after,
.color-swatch.active .ColorSwatch:after {
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.8rem);
    opacity: 1;
}
.color-swatch {
    line-height: 0;
}
.ProductItem__ColorSwatchList {
    padding-bottom: 0.8rem;
    text-align: var(--card-text-alignment);
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-left: 0.6rem;
    margin-top: 1rem;
}
#back-top__content--desk {
    text-decoration: none;
    transition: .2s;
    position: fixed;
    right: 3rem;
    z-index: 8;
    background: #FFFFFF;
    border-radius: 3.2rem;
}
#back-top__content--desk .icon{
    transform: rotate(-90deg) translateX(-50%);
    position: absolute;
    top: 40%;
    left: 50%;
    transform-origin: left;
}
.textcircle textPath {
    font-size: 7rem;
    text-transform: uppercase;
    fill: rgb(var(--color-foreground));
    font-weight: 500;
}  
.textcircle {
    display: block;
    width: 6rem;
    animation: rotateIt 7s linear infinite;
}
@keyframes rotateIt {
    to {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 767px) {
    .badge {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }
    .card__badge{
        left: 0.5rem;
        right: 0.5rem;
        width: calc(100% - 1rem);
    }
    .card__badge.top {
        top: 0.5rem;
    }
    .card__badge.bottom {
        bottom: 0.5rem;
    }
    .addcart-button{
        display: none;
    }
    .breadcrumb a, .breadcrumb span {
        font-size: 1.2rem !important;
        line-height: 1;
    }
    .quick-view-button{
        display: none;
    }
    .header--top-center {
        column-gap: 0rem;
    }
    .quick-view-button .button {
        padding: 0 1.5rem;
    }
    .modal__close-button.link{
        position: absolute;
        right: 0;
        top: -5rem;
    }
    .header--top-left, .header--top-center{
        grid-template-columns: 1fr 2fr 1fr;
        column-gap: 1rem;
    }
    .search-modal__content{
        padding: 0 1rem 0 1rem;
    }
     .card__content .card-information .price {
        width: auto;
    }
    .blog .card__heading {
        font-size: 2rem;
        line-height: 3.4rem;
    }
    .text_left .card__heading a {
        font-size: 1.2rem;
    }
    .card__content .button--primary-outline {
        font-size: 1.2rem;
        padding: 0.8rem 1.4rem;
    }
    .card__content .text_left {
        width: 100%;
        text-align: center;
    }
    .card__content .text_left .price {
        text-align: center !important;
    }
    .card__content .price--on-sale .price-item--regular, .card__content .price .price-item {
        font-size: 1.2rem;
    }
    .card__content .price--on-sale .price__sale>span:nth-child(2) {
        display: contents;
    }
    .quick_card {
        padding: 0.4rem 0 0.2rem;
    }
    .small_hide {
        display: none;
    }
    .title {
        font-size: 1.8rem !important;
        line-height: 2.8rem !important;
    }
    .drawer__title {
        font-size: 1.6rem !important;
    }
    .currency_convert{
        display: none !important;
    }
    .textcircle {
        width: 6.4rem;
    }
    .social-sharing__link{
        padding: 1.25rem;
    }
    .social-sharing{
        grid-gap: 0.6rem;
    }
    .list-social__item .list-social__link{
        line-height: 0;
        padding: 1.1rem;
    }
    .list-social__item{
        margin: 0 !important;
    }  
    .ProductItem__ColorSwatchItem{
        margin: 0;
    }
    .color-swatch{
        padding: .9rem;
        width: 3.4rem;
        height: 3.4rem;
    }
    .TableWrapper table {
        display: block;
        max-width: fit-content;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .card__content .card-information .price {
        width: 23.2rem;
    }
}

@media screen and (min-width: 990px) {
    .card .media.media--hover-effect>img:only-child,
    .card-wrapper .media.media--hover-effect>img:only-child {
        transition: transform var(--duration-long) ease;
    }
    .card:hover .media.media--hover-effect>img:first-child:only-child,
    .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
        transform: scale(1.03);
    }
    .card-wrapper:hover .media.media--hover-effect>img+img {
        transform: scale(1);
        transition: transform 8s cubic-bezier(.25, .46, .45, .94);
    }
    .card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
        opacity: 0;
    }
    .card-wrapper:hover .media.media--hover-effect>img+img {
        opacity: 1;
        transition: transform 0.5s ease;
        transform: scale(1.03);
    }
    .large-up-hide {
        display: none !important;
    }
    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0;
    }
    .media--cropped {
        padding-bottom: 63%;
    }
    .header--top-left,
    .header--middle-left:not(.header--has-menu) {
        grid-template-areas: 'heading left-icon icons';
        grid-template-columns: 0.5fr 3fr 0.5fr;
    }
    .header--middle-left {
        grid-template-areas: 'heading navigation icons';
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem;
    }
    .header--top-center {
        grid-template-areas: 'left-icon heading icons' 'navigation navigation navigation';
    }
    .header__heading, .header__heading-link {
        justify-self: start;
    }
    .header--top-center .header__heading-link,
    .header--top-center .header__heading {
        justify-self: center;
        text-align: center;
        line-height: 1.4;
        font-size: 2.4rem;
    }
    .header .header__heading .h2 {
        font-size: 1.7rem;
    }
    .header--top-center .header__inline-menu {
        justify-self: left;
    }
    .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;
    }
}

/* Loading overlay */
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}
.loading__spinner {
    width: 100%;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(var(--color-background));
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  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);
  }
  100% {
    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;
}