/** Shopify CDN: Minification failed

Line 1043:0 Expected "}" to go with "{"

**/
* {
  box-sizing: border-box;
  margin: 0;
  word-break: break-word;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 5rem;
}

@media screen and (max-width: 1441px) {
    .container {
        padding-inline: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .container {
        padding-inline: 1.5rem;
    }
}

html:has(dialog[scroll-lock][open], details[scroll-lock][open]) {
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
}

select {
  background-color: var(--color-background);
  color: currentcolor;
}

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  line-height: normal;
}

p:empty {
  display: none;
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  margin-block-end: 0;
}

/** Theme styles below */
body {
  font-family: var(--font-body-family);
  color: var(--color-text);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  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) * 0rem);
  line-height: 1.2;
}

@media only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 6rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
}
@media only screen and (max-width: 640px) { 
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
}
/* H2 */
@media only screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 5rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 3.5rem);
}
}
@media only screen and (max-width: 640px) { 
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
}

/* H3 */

@media only screen and (min-width: 1400px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 4.5rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
}
@media only screen and (max-width: 640px) { 
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
}
/* H4  */

@media only screen and (min-width: 1400px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
}
@media only screen and (max-width: 640px) { 
h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
}
 
/* h5  */
@media only screen and (min-width: 1400px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
}
@media only screen and (max-width: 640px) { 
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
}

/* h6  */
@media only screen and (min-width: 1400px) {
  h6,
  .h6 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
h6,
.h6 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
}
@media only screen and (max-width: 640px) { 
h6,
.h6 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
}

/* XXXL  */
@media only screen and (min-width: 1400px) {
  .XXXL {
    font-size: calc(var(--font-heading-scale) * 7.5rem);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 640px){
.XXXL {
  font-size: calc(var(--font-heading-scale) * 5rem);
}
}
@media only screen and (max-width: 640px) { 
.XXXL {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
}

.body_style {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}
.shopify-section {
  position: relative;
  width: 100%;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  color: var(--color-heading);
  margin: 0 0 1rem;
}

.rte p, .rte ul li, .rte ol li {
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.6);
    color: var(--color-text);
}

.rte > :last-child {
    margin-bottom: 0;
}

.main_product_content_inner > *:only-child {
    margin-bottom: 0;
}

.rte a {
    color: var(--color-primary);
    text-underline-offset: 0.2rem;
}

.rte ul, .rte ol {
  list-style-position: inside;
}

.rte img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

.icon_wrapper svg {
    width: 2.4rem;
    height: 2.4rem;
}

.color_scheme {
  color: var(--color-text);
  background-color: var(--color-background);
}

.color_scheme a:not(.btn) {
  color: var(--color-link);
  transition: color 0.3s ease;
}

.color_scheme a:not(.btn):hover {
  color: var(--color-link-hov);
}

li.social__item svg {
    transition: transform 0.3s ease;
}

li.social__item:hover svg {
    scale: 1.1;
}

.border-bottom {
  border-bottom: 1px solid var(--border);
}

.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;
}

.inner_section {
  background-color: var(--color-secondary-bg);
  border-radius: var(--border-radius);
}

.placeholder-svg {
  fill: var(--placeholder-svg);
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  padding: 30px 0;
  padding: 0;
}

.placeholder--svg {
  fill: var(--placeholder-svg);
  background-color: #f4f4f4;
}

summary::-webkit-details-marker {
  display: none;
}

.btn {
  padding: 1.4rem 2.5rem;
  font-size: 1.4rem;
  line-height: calc(1.4rem * 1.2);
  letter-spacing: 0;
  color: var(--color-primary-button-text);
  border: 0.1rem solid var(--color-primary-button-border);
  background: var(--color-primary-button-bg);
  border-radius: var(--btn-border-radius);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: var(--button-border-radius);
}

.btn:hover {
  background: var(--color-primary-button-hover-bg);
  color: var(--color-primary-button-hover-text);
  border-color: var(--color-primary-button-hover-border);
}

.btn-secondary {
  color: var(--color-secondary-button-text);
  border: 0.1rem solid var(--color-secondary-button-border);
  background: var(--color-secondary-button-bg);  
}

.btn-secondary:hover {
  background: var(--color-secondary-button-hover-bg);
  color: var(--color-secondary-button-hover-text);
  border-color: var(--color-secondary-button-hover-border);
}

.btn_disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.btn_disabled:hover {
   opacity: 0.9;
}

.btn.btn-link {
    padding: 0;
    color: var(--color-link-btn);
    background: transparent;
    border: none;
    text-decoration: underline;
    font-weight: bold;
}

.btn.btn-link:hover {
    color: var(--color-link-hover);
}

.full_btn {
    width: 100%;
}

@media screen and (min-width: 1400px) {
  .button__wide .btn {
    min-width: 35rem;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 750px) {
  .button__wide .btn {
    min-width: 25rem;
    width: 100%;
  }
}

/* SCROLL TO TOP */
scroll-to-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: 5rem;
    height: 5rem;
    background: var(--color-background);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100rem);
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, background 0.3s ease-in-out;
}

scroll-to-top.show {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
}

scroll-to-top:hover {
  background: var(--color-secondary-bg);
}

scroll-to-top button {
  all: unset; 
  display: flex; 
  width: 100%;
  height: 100%;
  gap: 0.5rem;
  border-radius: 50%;
  transition: width 0.4s ease, border-radius 0.4s ease, padding 0.4s ease;
  overflow: hidden;  
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

scroll-to-top button:focus-visible {
    outline-offset: 2px;
}

button.scroll_to_top svg {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    pointer-events: none;
}

button.scroll_to_top svg path {
    fill: var(--color-secondary-bg);
    transition: fill 0.3s;
}

scroll-to-top:hover svg path {
  fill: var(--color-background);
}

.input_wrapper {
    position: relative;
    overflow:hidden;
    border-radius: var(--input-border-radius);
}

.input_wrapper input {
    border: none;
    width: 100%;
    height: 4rem;
    padding: 1rem;
    border-radius: var(--input-border-radius);
    background: var(--color-input-bg);
    color: var(--color-input-text);
    border-bottom: 1px solid var(--border);
}

.input_wrapper textarea {
  width: 100%;
  border: none;
  padding: 1rem;
  border-radius: var(--input-border-radius);
  background: var(--color-input-bg);
  color: var(--color-input-text);
  resize: vertical;
  border-bottom: 1px solid var(--border);
}

.input_wrapper input::placeholder, .input_wrapper textarea::placeholder {
  opacity: 0;
}

.input_wrapper label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: var(--color-input-text);
    opacity: 0.8;
    pointer-events: none;
    transition: transform 0.3s;
}

.input_wrapper.textarea label {
  top: 1rem;
  transform: none;
}

.input_wrapper input:focus + label,
.input_wrapper input:focus-visible + label,
.input_wrapper input:not(:placeholder-shown) + label
 {
    transform: translateY(150%);
}

.input_wrapper textarea:focus + label,
.input_wrapper textarea:focus-visible + label,
.input_wrapper textarea:not(:placeholder-shown) + label {
  transform: translateY(-150%);
}

.form_error_msg svg {
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 1.6rem;
}

.form_error_msg .form__message {
    display: flex;
    gap: 0.5rem;
    color: #f00;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.6;
}

.form_errors {
    margin: 0 0 2rem;
}

.form_errors ul li {
    color: #f00;
    font-size: 1.3rem;
    line-height: 1.6;
}

p.form_success_msg {
    color: #1daf1b;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

p.form_success_msg svg {
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 1.6rem;
}

p.form_success_msg svg path {
  fill: #1daf1b;
}

.color_scheme .section_heading {
  color: var(--color-heading);
}

.section_content_gap {
    display: grid;
    grid-gap: 1rem;
}

.subheading {
    color: var(--color-highlight);
}

.featured_text {
    color: var(--color);
    width: 100%;
}

.section-block-content .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6px;
  height: 4px;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 40px;           
  height: 3px;              
  background-color: #ccc;  
  border-radius: 2px;       
  opacity: 1;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #000;   
}

.section-block-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-heading);
}

.plain_link {
  text-decoration: none;
}

.text--center {
  text-align: center;
}

.section_header {
    padding-bottom: 5rem;
}

.position_relative {
  position: relative;
}

.navigation-left .shift_left {
  padding-left: 7rem;
}

.color_scheme .slider_button {
    background: var(--arrows-bg);
    width: 5rem;
    height: 5rem;
    border-radius: var(--arrows-border-radius);
    border: 1px solid var(--arrows-text);
    transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
}

.color_scheme .slider_button svg path {
  fill: var(--arrows-text);
  transition: fill 0.3s ease-in-out;
}

.color_scheme .slider_button:hover {
  background: var(--arrows-hover-bg);
  border: 1px solid var(--arrows-hover-bg);
}

.color_scheme .slider_button:hover svg path {
  fill: var(--arrows-hover-text);
}

.navigation_slider_left {
    display: grid;
    gap: 4rem;
}

.navigation_slider_left .slider_button {
    position: unset;
}

.navigation_slider_left {
    display: grid;
    gap: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-56px);
}

.color_scheme .slider_button svg {
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
}

.slider_button:after {
  display: none;
}

.ratio {
    position: relative;
    display: flex;
    align-items: stretch;
}

.ratio:before {
    content: "";
    top: 0;
    left: 0;
    padding-bottom: var(--aspect-ratio);
}

.default_slider .slider_button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.default_slider .swiper-button-next {
    transform: translateX(10px);
}

.default_slider .swiper-button-prev {
    transform: translateX(-10px);
}

.default_slider:hover .slider_button {
  opacity: 1;
}

.default_slider:hover .swiper-button-next {
    transform: translateX(-6rem);
}

.default_slider:hover .swiper-button-prev {
    transform: translateX(6rem);
}

.default_slider .slider_button.swiper-button-disabled  { 
  opacity: 0;
}

.default_slider:hover .slider_button.swiper-button-disabled  {
 opacity: 0.35;
 pointer-events: all;
}

.no_arrows .slider_button {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section_header .section_rte {
    max-width: 50rem;
    margin: 0 auto;
}

/* COLUMNS */
.columns_2 {
    width: 100%;
    flex: 0 0 calc((100% - var(--horizontal-spacing)) / 2);
}

.columns_3 {
    width: 100%;
    flex: 0 0 calc((100% - 2 * var(--horizontal-spacing)) / 3);
}

.columns_4 {
    width: 100%;
    flex: 0 0 calc((100% - 3 * var(--horizontal-spacing)) / 4);
}

.columns_5 {
    width: 100%;
    flex: 0 0 calc((100% - 4 * var(--horizontal-spacing)) / 5);
}

.columns_6 {
    width: 100%;
    flex: 0 0 calc((100% - 5 * var(--horizontal-spacing)) / 6);
}


/* DRAWER CSS  */
.drawer-wrapper.active {
  opacity: 1;
  backdrop-filter: blur(2px);
  pointer-events: all;
}

.quick_drawer.active {
  opacity: 1;
  backdrop-filter: blur(2px);
  pointer-events: all;
}

.drawer-wrapper__close {
  width: 3.4rem;
  height: 3.4rem;
  background: transparent;
  border: unset;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.drawer-wrapper_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button#mobile_drawer_close_btn svg path {
  fill: var(--text-color);
}

.drawer-wrapper__close:focus-visible {
  outline: 0.1rem solid var(--color-text);
  outline-offset: 0.3rem;
}

.drawer-wrapper__close svg { 
  width: 1.6rem;
  height: 1.6rem;
  z-index: 1;
  transition: transform 0.3s ease;
}

.drawer-wrapper__close:hover svg {
  transform: scale(1.1);
}

.drawer-wrapper__close svg path {
  fill: var(--color-heading);
}

.mobile_menu_drawer_login_localization_wrapper a.header_account svg path {
  stroke: var(--color-text);
}

.drawer-wrapper_inner.mobile_drawer_inner {
    margin: 0;
    transform: translateX(-10rem);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    justify-content: space-between;
}

.drawer-wrapper_inner {
  max-width: 45rem;
  background: var(--color-background);
  width: 100%;
  margin: auto 0 auto auto;
  height: 100%;
  opacity: 0; 
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
  transform: translate(10rem);
  border-radius: 1.5rem;
}

.drawer-wrapper {
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 999;
    background: #000000d6;
    width: 100%;
    height: 100dvh;
    backdrop-filter: blur(0px);
    --webkit-backdrop-filter: blur(0);
    opacity: 0;
    pointer-events: none;
    padding: 1rem;
    transition: opacity 0.3s, backdrop-filter 0.3s;
}

.drawer-wrapper.active .drawer-wrapper_inner {
    opacity: 1;
    transform: translate(0);
}

.drawer-wrapper_inner.mobile_drawer_inner {
  scrollbar-width: thin;               /* Firefox */
  scrollbar-color: var(--border) transparent;
}

/* Chrome, Edge, Safari */
.drawer-wrapper_inner.mobile_drawer_inner::-webkit-scrollbar {
  width: 4px;
}

.drawer-wrapper_inner.mobile_drawer_inner::-webkit-scrollbar-track {
  background: transparent;
}

.drawer-wrapper_inner.mobile_drawer_inner::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    background: transparent !important;
    position: relative;
}

span.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    background: #000;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: var(--color-highlight) !important;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1299px) { 
  .columns_6, .columns_5, .columns_4 {
    flex: 0 0 calc((100% - 2 * var(--horizontal-spacing)) / 3);
  }
}

 @media screen and (max-width: 989px) { 
  /* .columns_6, .columns_5, .columns_4, .columns_3 {
    flex: 0 0 calc((100% - 1 * var(--horizontal-spacing)) / 2);
  } */

  .main_collection_vertical_filters_wrapper {
    display: none;
  }
} 

@media screen and (max-width: 640px) {
  .section_header {
    padding-bottom: 3rem;
  }

  .mob_columns--1 .columns_2,
  .mob_columns--1 .columns_3,
  .mob_columns--1 .columns_4,
  .mob_columns--1 .columns_5,
  .mob_columns--1 .columns_6 {
    width: 100%;
    flex: 0 0 100%;
  }

  .mob_columns--2 .columns_2,
  .mob_columns--2 .columns_3,
  .mob_columns--2 .columns_4,
  .mob_columns--2 .columns_5,
  .mob_columns--2 .columns_6 {
    width: 100%;
    flex: 0 0 calc((100% - 1 * 15px) / 2);
  }

  .mob--two .columns_6,
  .mob--two .columns_5,
  .mob--two .columns_4,
  .mob--two .columns_3,
  .mob--two .columns_2 {
    flex: 0 0 calc((100% - 1 * 15px) / 2);
  }

  .mob--one .columns_6,
  .mob--one .columns_5,
  .mob--one .columns_4,
  .mob--one .columns_3,
  .mob--one .columns_2 {
    flex: 1 1 100%;
  }  

  .rte ul, .rte ol {
    padding-left: 2rem;
  }

  scroll-to-top {
    width: 4rem;
    height: 4rem;
  }



