/** Shopify CDN: Minification failed

Line 999:3 Unexpected ")"

**/
/* Frutiger Light Font */
@font-face {
  font-family: 'Frutiger';
  /* Kein local() mehr: sonst zieht der Browser eine evtl. abweichend/fehlerhaft
     installierte "Frutiger"-Schrift vom Rechner (z. B. mit kaputten Umlauten).
     So nutzen ALLE Besucher die mitgelieferte Datei mit vollstaendigen Umlauten. */
  src: url('Frutiger-Light.woff2') format('woff2'),
    url('Frutiger-Light.svg#Frutiger-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Fliesstext, Navigation, Buttons, Formulare, Produktinfos & Preise => Frutiger.
   Ueberschriften (h1-h6, .ff-heading) und Logo bleiben Garamond.
   Statt einzelne Tags (body,p,a,span,li) zu erzwingen, ueberschreiben wir die
   CSS-Variable --font-body selbst. Damit erben AUCH <button>, <input>, Select,
   Produkttitel, Preise usw. Frutiger - und <span> innerhalb von Ueberschriften
   bleiben korrekt Garamond.
   html:root hat hoehere Spezifitaet als das spaeter geladene :root aus
   theme-setting-vars.liquid und gewinnt deshalb trotz frueherer Ladereihenfolge.
   Der Sans-Serif-Fallback faengt evtl. fehlende Glyphen (z. B. Umlaute) sauber ab. */
html:root {
  --font-body: 'Frutiger', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header.is-sticky {
  padding-top: var(--spacing-15);
  transition: all var(--duration-normal) var(--easing);
}

@media screen and (max-width: 959px) {
  .header.is-sticky {
    padding-top: 0;
    transition: all var(--duration-normal) var(--easing);
  }
}

.header__row-segment--orbe {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: space-around;
  width: var(--size-icon-touch);
  height: var(--size-icon-touch);
  margin-right: 9px;
}

.breadcrumbs__list {
  text-align: center !important;
  width: 100%;
}

.product-item__image {
  background: rgba(241, 236, 231, 0.5);
}

.icon {
  display: block;
}

.multi-column__grid-item-image-figure+.multi-column__grid-item-text-container {
    margin-top: 10px;
}

.image__img {
  background-color: rgba(241, 236, 231, 0.5);
}

  /* The Modal (background) */
.modal-ithelps {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-ithelps {
  background-color: #fefefe;
  margin: 8% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: auto; /* Could be more or less, depending on screen size */
  max-width: fit-content;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* contact modal */


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup-ithelps {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-ithelps h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup-ithelps .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-ithelps .close:hover {
  color: #06D85F;
}
.popup-ithelps .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/* pflege */
.pflege-box-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pflege-icon {
    background-image: url(/cdn/shop/t/2/assets/waschsymbol-30-grad-buntwaesche-100x100.png?v=1627911579);
    background-size: contain;
    height: 45px;
    width: 45px;
    opacity: 0.4;
    transition: .3s;
}

.pflege-icon:hover {
    opacity: 1;
    transition: .3s;
	opacity: 60%;
}

.desc-text.panel, .material-text.panel, .care-text.panel {
    margin: 10px 0px;
}


/* Pflege Custom */
.pflege-box.custom {
    margin-top: 20px;
}

.rte-description h5, .rte-description h5 span {
    font-size: 20px;
    display: block;
    height: 40px;
    border-bottom: 1px solid #5a5451;
    color: #5b5351 !important;
    font-weight: 100;
	padding-top: 7px;
    line-height: 30px;
}

.rte-description h5.accordion:before {
    content: "";
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    bottom: 14px;
    color: #5a5451;
}

.rte-description h5.accordion.active::before {
    transform: rotate(225deg);
    bottom: 8px;
}

.rte-description {
    position: relative;
}

.pflege-text {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: auto;
    bottom: auto;
    transition: .3s;
    min-height: 30px;
    text-align: center;
}

.pflege-item:hover .pflege-text {
    opacity: 1 !important;
    left: auto;
    bottom: auto;
    text-transform: capitalize;
}

.rte-description {
    margin-bottom: 40px !important;
}

.mit-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

p.mit-icon-text, .pflege-text p {
  font-size: 10px;
}

img.mit-icon {
  max-height: 50px;
  max-width: 50px;
  padding-right: 5px;
}

.mit-singleicons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: 1 1 100px;
}

@media screen and (max-width:1106px) {
  .mit-singleicons {
    flex: 1 1 50px;
    text-align: center;
    justify-content: flex-start;
  }
}

/* Template collection - product prices over image and displayed on hover */

/*.template-collection .product-item__image-link .product-item__price {*/
.product-item__image-link .product-item__price {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  /*padding: 1rem 0;*/
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.template-collection .product-item__image-link:hover .product-item__price {*/
.product-item__image-link:hover .product-item__price {
  opacity: 1;
}

.product-item__image-link .product-item__price .displayed-discount {
  padding: 1.6rem 0;
}

/* Template collection - color swatches always visible and different styles */
.product-item__inner .product-item__variant-info {
  opacity: 1;
  position: relative;
}

.product-item__inner .product-item__variant-info .product-swatches-options__list {
  justify-content: flex-start;
  pointer-events: auto;
}

.product-swatches-options__item[data-visible="hidden"] {
  display: none;
}

/* "+X mehr"-Trigger ist jetzt ein <button> (kein href="#" mehr, kein Sprung
   nach oben). Optik wie der bisherige Text-Link. */
.mit-show-hidden-swatches {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
  text-decoration: underline;
}


/* Contact form in modal */
.modal-content-ithelps .close-contact {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
  cursor: pointer;
}

#contactFormWrapper input,
#contactFormWrapper textarea {
  margin-top: var(--spacing-2);
  height: var(--height-input);
  padding: var(--spacing-2) var(--spacing-3);
  width: 100%;
  border: 1px solid var(--color-border-input);
  color: var(--color-text-input);
  margin-bottom: var(--spacing-4);
}

#contactFormWrapper textarea {
  height: 200px;
}

#contactFormSubmit {
  font-size: var(--font-size-button);
  color: #fff !important;
  letter-spacing: 0.6px;
  border-radius: 0;
  background: linear-gradient(to right, var(--color-background-button-hover) 50%, var(--color-text-input)50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 200ms ease-out;
}

#contactFormSubmit:hover {
  background-position: left bottom;
}

.modal-content-ithelps .successForm.feedback {
  margin-top: 1rem;
}


.material-box,
.care-box {
    margin-top: 20px;
}

.material-title,
.care-title {
    margin-bottom: 20px;
}


/* Shop the look section - included in product-recommendations.liquid file */
#shopify-section-template--20702017618242__171880aa-a835-41d5-91bf-fb221d2b5mit {
  overflow: unset;
}

#shopify-section-template--22182470746438__171880aa-a835-41d5-91bf-fb221d2b5mit {
  overflow: visible !important;
}

#mit-stl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  /*overflow: clip;*/
  overflow: visible;
  padding-left: 10%;
  padding-right: 10%;
}

#mit-stl > div {
  width: 50%;
  padding-top: 3rem;
}

#mit-stl h3 {
  font-size: var(--font-size-body-extra-small);
  line-height: var(--line-height-overline);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style);
}

#mit-stl .mit-productitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}

#mit-stl .mit-productitem-img {
  padding-right: 1.5rem;
  position: relative;
}

#mit-stl .mit-productitem-img img {
  width: 200px;
  transition: opacity 300ms ease-in;
}

#mit-stl .mit-productitem-img .mit-productitem-img-secondary {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

#mit-stl .mit-productitem-img .mit-productitem-img-secondary:hover {
  opacity: 1;
}

.mit-productitem-img img {
  background-color: rgba(241, 236, 231, 0.5);
}

#mit-stl .mit-productitem-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

#mit-stl .mit-productitem-details .mit-productitem-title {
  color: rgb(27, 27, 27);
  /*font-family: var(--font-body);*/
  line-height: var(--line-height-body);
  font-size: var(--font-size-heading-3-base);
  /*font-size: var(--font-size-body-base);*/
  font-style: var(--font-body-style);
  margin-top: -8px;
}

#mit-stl .mit-productitem-details .mit-productitem-price {
  margin: 0;
}

#mit-stl .mit-productitem-details .mit-productitem-saleprice {
  padding-right: 8px;
}

#mit-stl .mit-stl-featuredimg {
  position: sticky;
  top: 0;
  /*height: 90vh;*/
  height: 100%;
}

#mit-stl .mit-stl-featuredimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.mit-shopthelook-badge {
  margin-top: 0;
  top: 8px;
  padding: 4px;
  z-index: 2;
}


@media screen and (max-width: 1024px) {
  #mit-stl {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column-reverse;
  }

  #mit-stl > div {
    width: 100%;
  }

  #mit-stl .mit-productitem-img img {
    width: 150px;
  }

  #mit-stl .mit-stl-featuredimg {
    position: relative;
  }

  #mit-stl h3 {
    margin-top: 1.2rem;
  }
}

/* wishlist button on Product */

#wishlisthero-product-page-button-container > button.btn.product__form--add-to-cart.btn.btn--secondary-accent.button.button--full-width.product-form__buttons {
  padding-left: 0 !important;
}

.icon.icon-heart {
  width: 16px !important;
  margin-top: -9px;
  margin-left: -9px;
}

span.product-item__price {
  padding: 1rem 0 ;
}

div.header__row-segment.header__row-segment-desktop.right svg {
  font-size: 8px !important;
  width: 20px;
  height: 20px;
}

[data-js-cart-count] {
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
}

.product-swatches-options__list li {
  cursor: pointer;
}

.breadcrumbs__icon {
  bottom: 0.4em;
}

#shopify-section-sections--20702017847618__header > header > div.header__inner > div.header__row.header__row-desktop.lower.three-segment > div.header__row-segment.header__row-segment-desktop.right > a.header__icon-touch.header__icon-touch--account > span > span > span > svg {
  width:30px;
}

#myBtn-ithelps-contact {
  background: rgb(192, 173, 152);
  border-radius: 0px;
  border-style: none;
  border-color: rgb(33, 29, 28);
  border-width: 3px;
  color: rgb(33, 29, 28);
  font-style: normal;
  white-space: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
  height: 40px;
  width: 100%;
  font-family: Frutiger !important;
  font-size: var(--font-size-button);
  text-transform: var(--font-button-text-transform);
  line-height: var(--line-height-button);
  letter-spacing: var(--button-letter-spacing);
  font-weight: 300;
}

#mit-size-div .product__color-chips {
  margin-bottom: 0.5rem;
}

#shopify-section-sections--20702017847618__header > header > div.header__inner > div.header__row.header__row-desktop.lower.three-segment > div.header__row-segment.header__row-segment-desktop.right > a.header__icon-touch.header__icon-touch--search.no-transition {
  margin-right:2px;
}
#shopify-section-sections--20702017847618__header > header > div.header__inner > div.header__row.header__row-desktop.lower.three-segment > div.header__row-segment.header__row-segment-desktop.right > a.site-header__icon.site-header__link.wishlist-hero-header-icon.wishlist-hero-header-show-count-only {
  margin-right: -6px;
}
#shopify-section-sections--20702017847618__header > header > div.header__inner > div.header__row.header__row-desktop.lower.three-segment > div.header__row-segment.header__row-segment-desktop.right > a.header__icon-touch.header__icon-touch--account {
  margin-right: -10px;
}
.icon-button__icon {
  height: unset;
  width: unset;
}

@media screen and (max-width: 480px) {
  #dummy-chat-button-iframe #dummy-chat-button {
    height: 40px !important;
    width: 40 px !important;
  }
}

/* Collection Page Wishlist */
.wishlisthero-floating button {
  padding: 0 !important;
}




/* For other browsers */
[aria-label="Add to Wishlist"] svg path,
[aria-label="Zur Wunschliste hinzufügen"] svg path {
  d: path("M 258.844 127.79 L 145 241.635 L 31.1558 127.79 c -26.9462 -26.9462 -26.9462 -70.6346 0 -97.5807 c 26.9462 -26.9462 70.6346 -26.9462 97.5807 0 L 145 46.4731 l 16.2635 -16.2635 c 26.9462 -26.9462 70.6346 -26.9462 97.5807 0 c 26.9462 26.9462 26.9462 70.6346 0 97.5807 Z") !important;
  stroke-width: 20 !important;
  transform: scale(1.5) !important;
  fill: none !important;
  stroke: black !important;
}

[aria-label="Add to Wishlist"] .svg-inline--fa,
[aria-label="Zur Wunschliste hinzufügen"] .svg-inline--fa {
  vertical-align: 0 !important
}

/* For Safari */
@supports (-webkit-hyphens:none) {
  [aria-label="Add to Wishlist"] svg path,
  [aria-label="Zur Wunschliste hinzufügen"] svg path {
    fill: black !important;
    stroke-width: 0 !important
  }

  [aria-label="Add to Wishlist"] .svg-inline--fa.fa-w-16,
  [aria-label="Zur Wunschliste hinzufügen"] .svg-inline--fa.fa-w-16 { 
    width: 0.7rem !important
  }
}

.mit-wishlist-btn .wishlist-hero-custom-button {
  display: none !important
}

.wishlisthero-floating:hover {
  background-color: white !important
}

.wishlisthero-product-page-button-container button {
  color: black !important
}

.wishlisthero-product-in-wishlist svg path {
  fill: #D2CCC7 !important;
  stroke: #D2CCC7 !important;  
}

.wishlisthero-product-in-wishlist svg {
  width: 20px !important;
}

.wishlisthero-product-page-button-container span {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 5px !important
}

.wishlisthero-product-page-button-container svg {
  font-size: 20px !important;
}

@media screen and (min-width: 992px) {
  [aria-label="Add to Wishlist"] svg,
  [aria-label="Zur Wunschliste hinzufügen"] svg {
    margin-top: 5px !important  
  }
}

@media screen and (max-width: 992px) {
  [aria-label="Add to Wishlist"] svg path,
  [aria-label="Zur Wunschliste hinzufügen"] svg path {
    d: path("M 258.844 127.79 L 145 241.635 L 31.1558 127.79 c -26.9462 -26.9462 -26.9462 -70.6346 0 -97.5807 c 26.9462 -26.9462 70.6346 -26.9462 97.5807 0 L 145 46.4731 l 16.2635 -16.2635 c 26.9462 -26.9462 70.6346 -26.9462 97.5807 0 c 26.9462 26.9462 26.9462 70.6346 0 97.5807 Z") !important;
    stroke-width: 0.1 !important;
    fill: black !important;
    stroke: black !important;
  }

  [aria-label="Add to Wishlist"] svg,
  [aria-label="Zur Wunschliste hinzufügen"] svg {
    margin-top: -5px !important  
  }

  .mit-wishlist-btn .wishlist-hero-custom-button {
    display: block !important
  }
  .mit-wishlist-btn .wishlist-hero-custom-button {
    position: absolute; 
    right: 0;
    z-index: 100 !important
  }
  .mit-wishlist-btn-desktop {
    display: none !important
  }
}

#mit-termin-buchen .rte__iframe {
  padding-bottom: 100% !important
}

/* christa - image-hero-split section */
  .mit-hero-split-video {
    position: relative; 
    width: 100%; 
    height: 100%
  }

  .mit-hero-split-video video {
    width: 100%; 
    height: 100%; 
    object-fit: cover
  }

  .mit-hero-split-video-mobile {
    display: none
  }

  @media screen and (max-width: 719px) {
    .mit-hero-split-video-mobile {
      display: block
    }

    .mit-hero-split-video-desktop {
      display: none
    }
  }


.product-item__size-availability {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.85);
  padding: 10px;
  display: none;
  justify-content: center;
  align-items:center;
  flex-wrap: nowrap;
  z-index: 2;
}

.size-availability__color {
  display: none;
}

.size-availability__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

/* Gewaehlter Farbname unter den Swatches – Garamond (Klasse ff-heading),
   etwas kleiner. Links ausgerichtet wie der uebrige Kachel-Text. */
.product-item__selected-color {
  margin-top: 6px;
  font-size: 15px;
  color: #111;
}
.product-item__selected-color:empty {
  margin-top: 0;
}

/* Positions-Wiederherstellung ("Mehr laden"): waehrend des Wiederherstellens einen
   weissen Vorhang mit Logo zeigen, danach sanft ausblenden – kein sichtbares Springen. */
.fs-pos-curtain {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
html.fs-pos-restoring .fs-pos-curtain {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fs-pos-curtain__logo {
  height: 36px;
  width: auto;
}
.fs-pos-curtain__text {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* dezentes Pulsieren nur waehrend der Vorhang sichtbar ist */
html.fs-pos-restoring .fs-pos-curtain__logo,
html.fs-pos-restoring .fs-pos-curtain__text {
  animation: fs-pos-pulse 1.2s ease-in-out infinite;
}
@keyframes fs-pos-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

.size-availability__item {
  padding: 0 6px;
  border: 1px solid #ddd;
  font-size: 12px;
  min-width: 30px;
  text-align: center;
  margin-bottom: 4px;
  cursor: default;
  transition: all 0.2s ease;
}

.size-availability__item.available {
  background-color: #f8f8f8;
}

.size-availability__item.unavailable {
  position: relative;
  color: #aaa;
  background-color: #f1f1f1;
}

/* Cross-out line for unavailable items */
.size-availability__item.unavailable:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  transform: rotate(-10deg);
}

.size-availability__error {
  color: #d04040;
  font-size: 12px;
}

/* Make the active swatch stand out */
.product-swatches-options__item--swatch.active-swatch {
  box-shadow: 0 0 0 2px #333;
  transform: scale(1.1);
}


/* product page changes */
.template-product .product__price-and-ratings span[data-price] {
  color: #666;
}

.mit-wishlist-icon-pp {
  opacity: 0;
}

.product__color-chips[data-layout="3col"] {
  grid-template-columns: repeat(7,1fr) !important;
}

.product__chip {
  padding: 6px 0 !important;
}

/* Cart page */
#mit-cart-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#mit-cart-boxes .mit-cart-boxes__card {
  background-color: #f6f5f1;
  padding: 30px 20px;
}

#mit-cart-boxes .mit-cart-boxes__card h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

#mit-cart-boxes .mit-cart-boxes__card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

#mit-cart-boxes .mit-cart-boxes__card img {
  max-height: 50px;
  max-width: 50px;
  justify-self: flex-end;
}

@media screen and (max-width: 767px) {
  
  
  .needsclick .needsclick.klaviyo-form {
    max-width: 600px !important;
    flex-direction: column !important;
  }

  .needsclick.klaviyo-close-form {
    background-color: #fff !important;
  }

  .needsclick.klaviyo-form > .needsclick:nth-child(1) {
    min-width: 600px !important;
    height: 200px !important;
  }

  .needsclick.klaviyo-form > .needsclick:nth-child(1) img {
    object-position: 0% 30% !important;
  }

  .needsclick.klaviyo-form > .needsclick:nth-child(2),
  .needsclick.klaviyo-form > .kl-private-reset-css-Xuajs1{
    padding: 0px 0px 0px 0px !important;
  }) 
}

@media screen and (max-width: 1024px) {
  .size-availability__list {
    flex-wrap: wrap;
  }

  .size-availability__item {
    padding: 0px 6px;
    font-size: 10px;
  }

  .product-item__inner .product-item__variant-info .product-swatches-options__list {
    flex-wrap: wrap;
  }

  #mit-cart-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .product__media.carousel__wrapper.swiper-wrapper,
  .product__media.carousel__wrapper.swiper-wrapper img {
    height: 470px !important;
  }

  .product__media.carousel__wrapper.swiper-wrapper img {
    object-fit: cover;
  }
}

button#myBtn-ithelps-2 {
    text-decoration: underline;
}
