:root {

    --component-duration-short: 100ms;
    --component-duration-long: 500ms;
    --component-duration-default: 250ms;
  
    --component-title-font: "Montserrat";
    --component-title-font-weight: 500;
    --component-title-font-style: normal;
    --component-title-letter-spacing: 0em;
    --component-title-font-size: 30px;
    --component-title-line-height: 1.2;
    --component-title-text-transform: unset;
  
  
    --component-body-font: "Poppins";
    --component-body-font-weight: 300;
    --component-body-bold-font-weight: 600;
    --component-body-font-style: normal;
    --component-body-letter-spacing: 0em;
    --component-body-font-size: 14px;
    --component-body-line-height: 1.6;
  
  
    --component-color-page-background: 255, 255, 255;
    --component-color-text: 41, 37, 44;
    --component-color-light-text: 148, 148, 148;
    --component-color-sale: 41, 37, 44;
    --component-color-discount: 227, 38, 25;
    --component-color-entry-line: 221, 221, 221;
    --component-color-button-background: 41, 37, 44;
    --component-color-button-text: 255, 255, 255;
    --component-color-button-secondary-background: 255, 255, 255;
    --component-color-button-secondary-text: 0, 0, 0;
    --component-color-button-secondary-border: 221, 221, 221;
    --component-color-discount-tag-background: 227, 38, 25;
    --component-color-discount-tag-text: 255, 255, 255;
    --component-color-cart-dot: 230, 0, 18;
    --component-color-cart-dot-text: 255, 255, 255;
    --component-color-image-background: 244, 247, 251;
    --component-color-image-loading-background: 244, 247, 251;
    --component-color-mask: 23, 23, 23;
    --component-color-scheme-1-bg: 255, 248, 238;
    --component-color-scheme-1-text: 44, 41, 36;
    --component-color-scheme-2-bg: 44, 41, 36;
    --component-color-scheme-2-text: 255, 255, 255;
    --component-color-scheme-3-bg: 244, 247, 251;
    --component-color-scheme-3-text: 0, 0, 0;
    --component-btn-border-thickness: 1px;
    --component-btn-border-opacity: 100%;
    --component-btn-border-radius: 26px;
    --component-btn-border-radius-outset: 27px;
    --component-btn-shadow-opacity: 0%;
    --component-btn-shadow-offset-x: 0px;
    --component-btn-shadow-offset-y: 0px;
    --component-btn-shadow-blur: 0px;
    --component-btn-border-background-color:23, 23, 23;
    --component-content-border-opacity:0;
    --component-content-border-radius:12px;
    --component-content-border-thickness: 0;
    --component-content-shadow-offset-x: 0px;
    --component-content-shadow-offset-y: 0px;
    --component-content-shadow-blur: 0px;
    --component-alpha-button-background:1;
    --duration-short: 100ms;
  --duration-long: 500ms;
  --duration-default: 250ms;
  --page-padding: 30px;
  --color-mask: 23, 23, 23;
  }
  @media (max-width: 959px) {
    :root {
      --page-padding: 20px;
    }
  }
  /* *,
  *::before,
  *::after {
    box-sizing: border-box;
  } */
  
  @media (max-width: 959px) {
    * {
      -webkit-tap-highlight-color: transparent;
    }
  }
  
  /* html {
    height: 100%;
  }
  
  body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-size: calc(var(--component-body-font-size) * 0.75);
    letter-spacing: calc(var(--component-body-letter-spacing) / 1000);
    line-height: var(--component-body-line-height);
    font-family: var(--component-body-font);
    font-style: var(--component-body-font-style);
    font-weight: var(--component-body-font-weight);
  } */
  
  /* body,
  html {
    background-color: rgba(var(--component-color-page-background));
    color: rgba(var(--component-color-text));
  } */
  
  /* 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;
  }
  
  a:not([href]) {
    cursor: not-allowed;
  }
  
  a:not(.button),
  a:not(.button):hover {
    color: rgba(var(--component-color-text));
    text-decoration: none;
  } */
  
  svg.icon circle,
  svg.icon path {
    vector-effect: non-scaling-stroke;
  }
  
  /* base-details-summary */
  
  /* summary {
    cursor: pointer;
    list-style: none;
    position: relative;
  }
  
  summary::-webkit-details-marker {
    display: none;
  } */
  
  deferred-media {
    display: block;
  }
  
  *:focus {
    outline: 0;
  }
  
  .display-block {
    display: block !important;
  }
  
  .display-none {
    display: none !important;
  }
  
  .display-flex {
    display: flex !important;
  }
  
  .display-inline-block {
    display: inline-block !important;
  }
  
  .display-inline-flex {
    display: inline-flex !important;
  }
  
  @media screen and (max-width: 959px) {
    .display-block-tablet {
      display: block !important;
    }
  
    .display-none-tablet {
      display: none !important;
    }
  
    .display-flex-tablet {
      display: flex !important;
    }
  
    .display-inline-block-tablet {
      display: inline-block !important;
    }
  }
  
  @media screen and (min-width: 960px) {
    .display-block-desktop {
      display: block !important;
    }
  
    .display-none-desktop {
      display: none !important;
    }
  
    .display-flex-desktop {
      display: flex !important;
    }
  
    .display-inline-block-desktop {
      display: inline-block !important;
    }
    .display-inline-flex-desktop {
      display: inline-flex !important;
    }
  }
  
  .title1,
  .title2,
  .title3,
  .title4,
  .title5,
  .title6 {
    font-family: var(--component-title-font);
    font-style: var(--component-title-font-style);
    font-weight: var(--component-title-font-weight, 700);
    letter-spacing: var(--component-title-letter-spacing);
    line-height: var(--component-title-line-height);
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    text-transform: var(--component-title-text-transform);
  }
  
  .title1 {
    font-size: calc(var(--component-title-font-size) * 1);
  }
  
  @media (min-width: 960px) {
    .title1 {
      font-size: calc(var(--component-title-font-size) * 2.333333);
    }
  }
  
  .title2 {
    font-size: calc(var(--component-title-font-size) * 0.833333);
  }
  
  @media (min-width: 960px) {
    .title2 {
      font-size: calc(var(--component-title-font-size) * 1.666667);
    }
  }
  
  .title3 {
    font-size: calc(var(--component-title-font-size) * 0.733333);
  }
  
  @media (min-width: 960px) {
    .title3 {
      font-size: calc(var(--component-title-font-size) * 1.2);
    }
  }
  
  .title4 {
    font-size: calc(var(--component-title-font-size) * 0.666667);
  }
  
  @media (min-width: 960px) {
    .title4 {
      font-size: calc(var(--component-title-font-size) * 1);
    }
  }
  
  .title5 {
    font-size: calc(var(--component-title-font-size) * 0.6);
  }
  
  @media (min-width: 960px) {
    .title5 {
      font-size: calc(var(--component-title-font-size) * 0.833333);
    }
  }
  
  .title6 {
    font-size: calc(var(--component-title-font-size) * 0.6);
  }
  
  @media (min-width: 960px) {
    .title6 {
      font-size: calc(var(--component-title-font-size) * 0.666667);
    }
  }
  
  .component-text-uppercase {
    text-transform: uppercase;
  }
  
  
  /** button **/
  .button {
    display: inline-flex;
    font-family: var(--component-body-font);
    font-weight: var(--component-body-bold-font-weight);
    line-height: var(--component-body-line-height);
    letter-spacing: var(--component-body-letter-spacing);
    color: rgb(var(--component-color-button-text));
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgb(var(--component-color-button-background));
    transition: opacity 0.15s ease-in-out;
    padding: calc(var(--component-btn-border-thickness) + 9px)
      calc(var(--component-btn-border-thickness) + 18px);
    position: relative;
    border-radius: var(--component-btn-border-radius-outset);
    font-size: 14px;
    border: none;
    --border-opacity: calc(100% - var(--component-btn-border-opacity));
    --component-alpha-button-background: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }
  
  .button:not(.button--link){
    box-shadow: var(--component-btn-shadow-offset-x) var(--component-btn-shadow-offset-y)
      var(--component-btn-shadow-blur) rgba(var(--component-color-text), var(--component-btn-shadow-opacity));
  }
  
  .button:not(.button--link)::before{
    content: "";
    background-color: #fff;
    opacity: 0.2;
    width: 0;
    position: absolute;
    bottom: var(--component-btn-border-thickness);
    left: var(--component-btn-border-thickness);
    right: var(--component-btn-border-thickness);
    top: var(--component-btn-border-thickness);
    z-index: 1;
    transition: width var(--component-duration-long) ease-in-out;
    border-radius: var(--component-btn-border-radius);
  }
  
  .button:not(.button--link):hover::before{
    width: calc(100% - var(--component-btn-border-thickness) - var(--component-btn-border-thickness));
  }
  
  .button:not(.button--link)::after{
    content: "";
    position: absolute;
    bottom: var(--component-btn-border-thickness);
    left: var(--component-btn-border-thickness);
    right: var(--component-btn-border-thickness);
    top: var(--component-btn-border-thickness);
    box-shadow: 0 0 0 var(--component-btn-border-thickness)
        rgba(var(--component-color-button-text), var(--component-border-opacity)),
      0 0 0 var(--component-btn-border-thickness)
        rgba(var(--component-color-button-background), var(--component-alpha-button-background));
    border-radius: var(--component-btn-border-radius);
    transition: box-shadow var(--component-duration-short) ease;
    z-index: 1;
  }
  
  .button:not([disabled]):hover::after{
    box-shadow: 0 0 0 calc(var(--component-btn-border-thickness) + 1px)
        rgba(var(--component-color-button-text), var(--component-border-opacity)),
      0 0 0 calc(var(--component-btn-border-thickness) + 1px)
        rgba(var(--component-color-button-background), var(--component-alpha-button-background));
  }
  
  .button--secondary {
    --component-color-button-background: var(--component-color-button-secondary-background);
    --component-color-button-text: var(--component-color-button-secondary-text);
    --component-border-opacity: var(--component-btn-border-opacity);
  }
  
  .button--link {
    --component-color-button-background: transparent;
    --component-color-button-text: rgb(var(--component-color-text));
    padding: 0 1px;
    position: relative;
    text-underline-offset: 6px;
    transition: width var(--component-duration-long) ease-in-out;
    padding-bottom: 7px;
  }
  
  .button--link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width var(--component-duration-long) ease-in-out;
  }
  
  .button--link:hover::after {
    width: 35%;
  }
  
  .button.loading {
    color: transparent;
  }
  
  .loading-overlay__spinner {
    display: none;
  }
  
  .loading > .loading-overlay__spinner {
    display: inline-flex;
  }
  
  .button.loading .loading-overlay__spinner {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    color: rgb(var(--component-color-button-text));
    display: flex;
  }
  
  /* button animation */
  
  .loading .loading-overlay__spinner {
    animation: button-loading linear 1.5s infinite;
  }
  
  @keyframes button-loading {
    0% {
      transform: rotate(0);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  
  .button:active::before {
    animation: button-press linear 0.6s 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes button-press {
    from {
      background: rgba(var(--component-color-button-text), 0.08)
        radial-gradient(
          circle,
          rgba(var(--component-color-button-text), 0.08) 1%,
          transparent 1%
        )
        50%/100%;
    }
  
    100% {
      background-position: 50%;
      background-size: 25000%;
    }
  }
  
  .button:disabled,
  .button.disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }
  
  .button--full-width {
    width: 100%;
    display: flex;
  }
  
  .icon-button {
    position: relative;
    display: inline-flex;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    padding: 0;
    transition: transform 0.3s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  
  .body-font,
  .body1,
  .body2,
  .body3,
  .body4,
  .body5,
  .body6 {
    font-family: var(--component-body-font);
    font-style: var(--component-body-font-style);
    font-weight: var(--component-body-font-weight, 400);
    letter-spacing: var(--component-body-letter-spacing);
    line-height: var(--body-line-height);
    word-break: break-word;
  }
  
  .body1 {
    font-size: calc(var(--component-body-font-size) * 1.142857);
  }
  
  @media (min-width: 960px) {
    .body1 {
      font-size: calc(var(--component-body-font-size) * 1.571429);
    }
  }
  
  .body2 {
    font-size: calc(var(--component-body-font-size) * 1.071429);
  }
  
  @media (min-width: 960px) {
    .body2 {
      font-size: calc(var(--component-body-font-size) * 1.285714);
    }
  }
  
  .body3 {
    font-size: calc(var(--component-body-font-size) * 1);
  }
  
  @media (min-width: 960px) {
    .body3 {
      font-size: calc(var(--component-body-font-size) * 1.142857);
    }
  }
  
  .body4 {
    font-size: calc(var(--component-body-font-size) * 0.928571);
  }
  
  @media (min-width: 960px) {
    .body4 {
      font-size: calc(var(--component-body-font-size) * 1);
    }
  }
  
  .body5 {
    font-size: calc(var(--component-body-font-size) * 0.857143);
  }
  
  @media (min-width: 960px) {
    .body5 {
      font-size: calc(var(--component-body-font-size) * 0.928571);
    }
  }
  
  .body6 {
    font-size: calc(var(--component-body-font-size) * 0.857143);
  }
  
  @media (min-width: 960px) {
    .body6 {
      font-size: calc(var(--component-body-font-size) * 0.857143);
    }
  }
  
  .fw-bold {
    font-weight: var(--component-body-bold-font-weight) !important;
  }
  
  
  .rte:after {
    clear: both;
    content: "";
    display: block;
  }
  
  .rte > p:first-child {
    margin-top: 0;
  }
  
  .rte > p:last-child {
    margin-bottom: 0;
  }
  
  .rte a:hover,
  .rte a {
    padding: 0 1px;
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
  }
  
  .rte a:hover:hover,
  .rte a:hover {
    opacity: 1;
  }
  
  .rte img {
    height: auto;
    max-width: 100%;
    border: var(--media-border-thickness) solid
      rgba(var(--component-color-text), var(--media-border-opacity));
    border-radius: var(--media-border-radius);
    box-shadow: var(--media-shadow-offset-x) var(--media-shadow-offset-y)
      var(--media-shadow-blur)
      rgba(var(--component-color-text), var(--media-shadow-opacity));
    margin-bottom: var(--media-shadow-offset-y);
  }
  
  .rte table {
    table-layout: fixed;
  }
  


.slider {
    scrollbar-color: rgb(var(--component-color-image-background)) rgba(var(--component-color-image-background), 0.04);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.slider__slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    list-style: none;
}

.slider {
    scrollbar-color: rgb(var(--component-color-image-background)) rgba(var(--component-color-image-background), 0.04);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

h1,
.title1 {
  font-size: calc(var(--component-title-font-size) * 1);
}

@media (min-width: 960px) {
  h1,
  .title1 {
    font-size: calc(var(--component-title-font-size) * 2.333333);
  }
}

h2,
.title2 {
  font-size: calc(var(--component-title-font-size) * 0.833333);
}

@media (min-width: 960px) {
  h2,
  .title2 {
    font-size: calc(var(--component-title-font-size) * 1.666667);
  }
}

h3,
.title3 {
  font-size: calc(var(--component-title-font-size) * 0.733333);
}

@media (min-width: 960px) {
  h3,
  .title3 {
    font-size: calc(var(--component-title-font-size) * 1.2);
  }
}

h4,
.title4 {
  font-size: calc(var(--component-title-font-size) * 0.666667);
}

@media (min-width: 960px) {
  h4,
  .title4 {
    font-size: calc(var(--component-title-font-size) * 1);
  }
}

h5,
.title5 {
  font-size: calc(var(--component-title-font-size) * 0.6);
}

@media (min-width: 960px) {
  h5,
  .title5 {
    font-size: calc(var(--component-title-font-size) * 0.833333);
  }
}

h6,
.title6 {
  font-size: calc(var(--component-title-font-size) * 0.6);
}

@media (min-width: 960px) {
  h6,
  .title6 {
    font-size: calc(var(--component-title-font-size) * 0.666667);
  }
}


.global-content-border-shadow {
  border-color: rgba(var(--component-color-text), var(--component-content-border-opacity));
  border-radius: var(--component-content-border-radius);
  border-style: solid;
  border-width: var(--component-content-border-thickness) !important;
  box-shadow: var(--component-content-shadow-offset-x) var(--component-content-shadow-offset-y)
    var(--component-content-shadow-blur)
    rgba(var(--component-color-text), var(--component-content-shadow-opacity));
  box-sizing: border-box;
}


.color-scheme-1,
.color-scheme-2,
.color-scheme-3 {
  background-color: rgb(var(--component-color-page-background));
  color: rgb(var(--component-color-text));
}

.color-scheme-1,
.color-scheme-1 .button::before {
  --component-color-page-background: var(--component-color-scheme-1-bg);
  --component-color-text: var(--component-color-scheme-1-text);
  --component-color-button-background: var(--component-color-scheme-1-text);
  --component-color-button-text: var(--component-color-scheme-1-bg);
}

.color-scheme-1 .price {
  --component-color-sale: var(--component-color-scheme-1-text);
}

.color-scheme-2,
.color-scheme-2 .button::before {
  --component-color-page-background: var(--component-color-scheme-2-bg);
  --component-color-text: var(--component-color-scheme-2-text);
  --component-color-button-background: var(--component-color-scheme-2-text);
  --component-color-button-text: var(--component-color-scheme-2-bg);
}

.color-scheme-2 .price {
  --component-color-sale: var(--component-color-scheme-2-text);
}

.color-scheme-3,
.color-scheme-3 .button::before {
  --component-color-page-background: var(--component-color-scheme-3-bg);
  --component-color-text: var(--component-color-scheme-3-text);
  --component-color-button-background: var(--component-color-scheme-3-text);
  --component-color-button-text: var(--component-color-scheme-3-bg);
}

.color-scheme-3 .price {
  --component-color-sale: var(--component-color-scheme-3-text);
}

.color-scheme-1 .button--secondary,
.color-scheme-1 .button--secondary::before {
  --component-color-button-background: var(--component-color-scheme-1-bg);
  --component-color-button-text: var(--component-color-scheme-1-text);
}

.color-scheme-2 .button--secondary,
.color-scheme-2 .button--secondary::before {
  --component-color-button-background: var(--component-color-scheme-2-bg);
  --component-color-button-text: var(--component-color-scheme-2-text);
}

.color-scheme-3 .button--secondary,
.color-scheme-3 .button--secondary::before {
  --component-color-button-background: var(--component-color-scheme-3-bg);
  --component-color-button-text: var(--component-color-scheme-3-text);
}