/** Shopify CDN: Minification failed

Line 626:0 Unexpected "/"

**/
/* SC Start */

:root {
  --default-font: "Space Grotesk", sans-serif;
  --font-color: #2e2c27;

  --section-max-width: 1896px;
  /* Header Menu Varibles */
  --sidebar-height: 101px;
  --nav-padding: 100px;
  --sidebar-color: #2e2c27;

  /* Footer Menu Variables */
  --footer-title-color: #ffffff;
  --footer-color: #eee8dd;

  /* Mobile Variables */
  --mobile-default-text: 20px;
  --mobile-heading: 32px;
}

/* Header Menu (Sidebar / Overlay) */
.sc-call-menu {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.sc-menu-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 100px);
  gap: 20px;
  overflow-y: auto;
}

.sc-menu-logo {
  background-image: var(--sc-menu-logo);
  max-width: 559px;
  width: var(--sc-width-logo);
  height: auto;
  background-size: var(--sc-logo-size);
  position: relative;
  margin-top: auto;
  aspect-ratio: var(--sc-logo-aspect);
}

.sc-header-menu {
  height: calc(100vh + 1px);
  position: fixed;
  width: 100%;
  max-width: 636px;
  background-color: #fff;
  top: 0;
  z-index: 99;
  box-shadow: 0px 3px 46px #00000029;
  transform: translateX(-120%);
  transition: transform 0.3s ease;
  color: var(--sidebar-color);
  /*
    box-shadow: 0px 2px 0px 1px #fff;
    */
}

.sc-menu-wrapper.is-open .sc-header-menu {
  transform: translateX(0);
}

.nav-pd {
  padding-left: var(--nav-padding);
}

.sc-none-markers {
  list-style-type: none;
}

.sc-menu-link {
  font-size: 32px;
  font-weight: bold;
  margin: 14px 0;
}

.sc-menu-sublinks .sc-menu-link {
  font-size: 28px;
  font-weight: 400;
  margin: 6px 0;
}
.sc-menu-sublinks {
  padding-left: 12px;
  height: 0px;
  overflow: hidden;
  display: none;
  transition: 0.3s ease-out;
}
.menu-sublinks-open {
  display: block;
}

.sc-sidebar-header {
  height: 101px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #eee8dd;
}
.sc-menu-block {
  margin-top: 35px;
  z-index: 4;
  position: relative;
}

.sc-icon-s {
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
}
.sc-icon-s.close {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/icon-x.svg?v=106184234584526855971782834631);
}
.sc-icon-s.burger {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/Burger.svg?v=89252507823033034071782834626);
  width: 40px;
  height: 11px;
  background-size: contain;
}

div[sc-toggle-menu] {
  cursor: pointer;
}

.sc-sidebar-close {
  display: inline-block;
}

.sc-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #2e2c27 0%, #ffffff00 100%) 0%
    0% no-repeat padding-box;
  transition: 0.3s;
  z-index: 9;
  opacity: 0;
}
.sc-menu-wrapper.is-open .sc-menu-overlay {
  opacity: 0.2;
}

.sc-menu-wrapper {
  position: fixed;
  inset: 0;
  display: flex;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.3s;
  opacity: 1;
}

.sc-menu-wrapper.is-open {
  pointer-events: auto;
  opacity: 1;
}

.sc-nav-menu {
}
sc-header-menu {
  max-height: 100px;
}
:where(.drawer, .drawer-popover, .modal, .popover)::part(overlay) {
  background: transparent linear-gradient(270deg, #2e2c27 0%, #ffffff00 100%) 0%
    0% no-repeat padding-box;
}

/* Header */
.sc-section-menu {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 100px;
  padding: 16px 6%;
}
.sc-navigation {
  display: flex;
  justify-content: end;
}
.sc-header-section {
  border-bottom: 2px solid #eee8dd;
  overflow: hidden;
}
.sc-nav-buttons {
  display: flex;
  gap: 19px;
}
.sc-cart-link {
  position: relative;
}
.sc-cart-count {
  pointer-events: none;
  position: absolute;
  inset-block-start: -6px;
  inset-inline-end: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #2e2c27;
  color: #eee8dd;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:where(.drawer, .drawer-popover, .modal, .popover)::part(close-button):before {
  content: none;
}
.drawer::part(header) {
  height: 101px;
  background: #fff;
}
.drawer::part(content) {
  background: #fff;
}
.h6 {
  font-size: 20px;
}
.product-card__image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Footer Styles */
.sc-footer-logo {
  fill: #d54242;
}
.sc-footer {
  width: auto;
  max-width: 100%;
  position: relative;
  height: 380px;
  background-color: var(--footer-color);
  overflow: hidden;
}
.sc-footer-container {
  position: relative;
}
.sc-footer-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.sc-footer-content {
  display: flex;
  justify-content: space-between;
}
.sc-footer-social_circle {
  width: 40px;
  height: 40px;
  background-color: #746559;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-footer-padding {
  padding: 60px calc(25vw / 3);
}
.sc-footer-link {
  font-size: 22px;
  text-transform: uppercase;
}
.sc-footer-content_center {
  display: flex;
  flex-direction: row;
  gap: 25%;
  flex-basis: 45%;
  justify-content: center;
}
.sc-footer-content_group {
  flex-direction: column;
  display: flex;
}
.sc-footer-bottom-title {
  font-size: calc(11.5vw / 2);
  margin-top: auto;
  font-weight: bold;
  line-height: 0.7;
  color: var(--footer-color);
  text-shadow:
    0px 2px 0px var(--footer-title-color),
    0px -2px 0px var(--footer-title-color),
    -1px 0px 0px var(--footer-title-color);
  -webkit-text-stroke: 1px var(--footer-title-color);
}
.sc-footer-fluid {
  display: flex;
  width: 100%;
  height: 100%;
}
.sc-footer-social_circle .sc-icon {
  background-size: cover;
  width: 20px;
  height: 20px;
}
.sc-icon.ig {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/ig.svg?v=84678544229747248311782834632);
}
.sc-icon.tt {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/tt.svg?v=151969674360581551791782834634);
  width: 16px;
  height: 18px;
}
.sc-footer-links {
  gap: 20px;
}
.sc-footer-relay {
  font-size: 14px;
}
.sc-footer-relay_top {
  margin-top: -25px;
}

/* Temporary Global Styles for old section Header */
.shopify-section--header {
  z-index: 3 !important;
}

/* Home Page */
.sc-section {
  position: relative;
  display: flex;
  justify-content: center;
}
.sc-section_content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sc-heading-container {
  position: relative;
  display: flex;
  line-height: normal;
}
.sc-heading-content ._heading {
  font-size: 212px;
  font-weight: 500;
}
.sc__between {
  justify-content: space-between;
}
.sc-heading-content ._textcontext {
  font-size: 20px;
  flex-basis: 30%;
}
.sc-heading-content.ph {
  display: flex;
  justify-content: center;
}
.sc-heading-content.ph.end {
  justify-content: start;
  flex-basis: 17%;
}
.sc-heading-content.custom {
  flex-basis: var(--sc-heading-content-basis);
}
.ph.sc-crop_basis {
  flex-basis: 30%;
  justify-content: start;
}
.sc-section-container {
  width: 100%;
  max-width: var(--section-max-width);
}
.sc-herobanner {
  display: flex;
}
.sc-button-flat {
  padding: 16px 50px;
  background: #d54242;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sc-button-flat:hover {
}
.sc-button-flat:active {
  opacity: 0.6;
}
.text_group {
  padding: 100px 130px;
  font-size: 20px;
}
.-img {
  background-size: cover;
  width: 100%;
  height: 544px;
  background-image: var(--image-select);
  position: relative;
  overflow: hidden;
  background-position: center;
}
.-img img {
  position: absolute;
  right: -70px;
  bottom: 30px;
}
.sc-button-flat.button__top {
  margin-top: 35px;
}
.sc__basis {
  flex-basis: 50%;
}
.img_group {
  display: flex;
  position: relative;
}
.sc-herobanner-section .content_title {
  font-size: 46px;
  font-weight: 700;
}
.sc-herobanner-section .content_text {
  font-size: 20px;
  font-weight: 400;
  max-width: 80%;
  margin-top: 30px;
}
.outline_text {
  font-size: 112px;
}
.special_chars {
  position: absolute;
  font-weight: 700;
  -webkit-text-stroke: #d54242 2px;
  color: transparent;
  right: -12.35%;
  bottom: -74%;
  text-align: end;
  line-height: 1.25;
}
.img_save._st {
  margin-top: -50px;
  margin-left: 25px;
  z-index: 1;
}
.sc-hero-cta_uni {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

/* Safari: background-attachment: fixed causes rendering bugs */
@supports (-webkit-touch-callout: none) {
  .sc-hero-cta_uni {
    background-attachment: scroll;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .sc-hero-cta_uni {
      background-attachment: scroll;
    }
  }
}

.sc-hero-cta__content_uni {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 1700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.sc-hero-cta__toptext_uni {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

.sc-hero-cta__toptext_uni--small {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
}

.sc-hero-cta__heading_uni {
  font-size: 112px;
  font-weight: bold;
}

.sc-hero-cta__subheading_uni {
  font-size: 25px;
  line-height: 1.5;
  max-width: 1200px;
}

.sc-hero-cta__subheading_uni--small {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}

.sc-hero-cta__button_uni {
  margin-top: 20px;
}

.sc-split-image-text_uni {
  display: flex;
  flex-wrap: wrap;
  min-height: 650px;
  width: 100%;
}

.sc-split-image-text__left_uni {
  flex: 1 1 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  padding: 40px;
  overflow: hidden;
}
.sc-section {
  position: relative;
}

.sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
  font-size: 112px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  left: -6px;
  max-width: 95%;
}
.cta_uni-resize {
  min-height: 470px;
}

.sc-split-image-text__right_uni {
  flex: 1 1 50%;
  background-color: #2f2924;
  color: white;
  display: flex;
  align-items: center;
  padding: 50px 7%;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
}

.sc-benefits-3col {
  background-color: #746559;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: white;
  gap: 30px;
}

.sc-benefits-3col__left {
  display: flex;
  flex-direction: column;
  flex-basis: 35%;
}
.sc-benefit-card {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}

.sc-benefits-3col__title span {
  background: #d54242;
  padding: 0px 17px;
}
.sc-benefits-3col__title {
  font-size: 112px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 0.99;
}

.sc-benefits-3col__left_img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.sc-benefits-3col__right {
  flex: 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 70px;
  flex-basis: 50%;
  justify-content: flex-start;
}

/.sc-benefit-card {
  flex: 1 1 250px;
  min-width: 250px;
}

.sc-benefit-card .sc-benefit-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sc-benefit-card p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.sc-herobanner.banner_step {
  padding: 150px 100px;
}

/* SC About Us */
section.sc-about_us {
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
.sc-big-cover {
  height: 579px;
  width: auto;
  background-image: var(--big-cover);
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}
.sc-flow-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sc-heading_h-center {
  display: flex;
  font-size: 112px;
  font-weight: 700;
  max-width: 1100px;
  letter-spacing: 0px;
  line-height: 1;
}
.sc-heading-flex {
  padding-left: 6%;
}
._about_special {
  right: -39.5%;
  bottom: -141px;
  line-height: 1;
  letter-spacing: 1.12px;
  z-index: 1;
  min-width: 150%;
}
.sc-hero-section {
  display: flex;
  align-items: center;
}
._based {
  flex: 1 1 50%;
}
.sc-flex\:center {
  display: flex;
  align-items: center;
}
.hero-padding {
  padding: 125px 100px !important;
}
.sc-herobanner-section .content_text.font-size\:25 {
  font-size: 25px;
}
.cta_alternate {
  font-size: 42px;
  font-weight: 500;
  max-width: 65%;
}
.color\:reddy {
  color: #d54242;
}
.font\:bold {
  font-weight: 700;
}
.sc-care-section {
  padding: 110px 110px;
}
.sc-care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  align-items: center;
}
.sc-care-left ._h2 {
  font-size: 62px;
  margin-bottom: 20px;
  font-weight: 700;
}
.sc-care-values .__care_flow {
  display: flex;
  align-items: baseline;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.sc-care-values strong {
  color: #222;
  font-size: 112px;
  width: 30px;
  display: inline-block;
  flex-basis: 100px;
  color: #2e2c27;
}
.sc-care-values span {
  color: #eee8dd;
  padding-left: 10px;
  font-size: 112px;
}
.sc-care-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #333;
  font-size: 25px;
}
.sc-care-right {
  max-width: 80%;
}
.sc-section_overflow {
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1398px) {
  .sc-benefits-3col {
    flex-direction: column;
  }
  .sc-hero-cta__heading_uni {
    font-size: 61px;
  }
}

/* FAQ */
.sc-section-faq {
  max-width: 1364px;
  width: 100%;
}
.faq-group {
  flex-direction: column;
  padding: 80px 0;
}
.faq-block {
  border-bottom: 1px solid #eee8dd;
  padding: 30px 0;
}
.faq-block:last-child {
  border-bottom: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-question-title {
  font-size: 32px;
  font-weight: 700;
  color: #2e2c27;
  flex: 1;
  cursor: pointer;
  padding: 8px 0;
}
.faq-answer {
  font-size: 25px;
  color: #2e2c27;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-30px);
  opacity: 0;
  transition: 0.4s ease;
}
.faq-block.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0px);
}

.sc-icon {
  background-size: cover;
  display: flex;
}
.sc-icon.plus,
.sc-icon.minus {
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  transition:
    transform 0.5s ease,
    opacity 0.7s ease;
}
.sc-icon.plus {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/plus.svg?v=57858581962218321971782834625);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.sc-icon.minus {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/minus.svg?v=89627061072784291871782834633);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

question-toggle {
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #faf6ef;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

question-toggle .sc-icon {
  width: 22px;
  height: 22px;
  background-size: cover;
  display: flex;
  transition: opacity 0.1s ease;
}

question-toggle.open .sc-icon.plus {
  transform: rotate(90deg);
  opacity: 0;
}

question-toggle.open .sc-icon.minus {
  opacity: 1;
}
.sc-section-container.absolute {
  position: absolute;
  height: 100%;
}
.data-text-caption {
  display: flex;
  position: absolute;
  right: 13vw;
  font-size: 25px;
  max-width: 420px;
  top: 20vw;
}

/* SC Contact Page */

:root {
  --contact-gap: 18px;
}

.sc-form_area {
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.sc-form_fields input,
textarea {
  padding: 13px 16px;
  font-size: 17px;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
  resize: none;
  cursor: default;
}
.sc-form_fields input::placeholder,
textarea::placeholder {
  color: #2e2c2766;
}
.sc-form_fields input:focus,
textarea:focus {
  box-shadow: 0px 0px 0px 1px #d1d1d1;
}
.sc-form_fields textarea {
  min-height: 150px;
}
.sc-form_fields {
  display: flex;
  gap: var(--contact-gap);
}
.sc-form_fields-typed {
  flex: 1 1 50%;
}
.sc-contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--contact-gap);
}
.sc-form_button {
  padding: 13px 50px;
}
.sc-form__button-top {
  margin-top: 20px;
}
.sc-herobanner-section .content_title.big {
  font-size: 62px;
  max-width: 85%;
  line-height: 1.3;
}
.sc-herobanner-section .content_text.big {
  font-size: 25px;
}
.sc-herobanner.banner_step.contact_form {
  padding: 130px 110px;
}
.sc-contact_cover {
  width: 100%;
  display: block;
}

.sc-contact_cover img,
.sc-contact_cover-image,
.sc-contact_cover-placeholder {
  width: 100%;
  max-width: 100%;
  height: 448px;
  object-fit: cover;
  display: block;
}

.sc-contact_cover-placeholder {
  background: #000;
}
.sc-contact-block {
  width: 100%;
  max-width: 1640px;
  background: #746559;
  padding: 100px 120px;
  position: relative;
}
.sc-contact-form.b2b input,
.sc-contact-form.b2b textarea {
  background-color: rgb(238 232 221 / 20%);
}
.sc-contact-form.b2b input::placeholder,
.sc-contact-form.b2b textarea::placeholder {
  color: #eee8dd;
}
.sc-contact-form.b2b,
.contact-block-heading {
  color: #fff;
  max-width: 60%;
}
.sc-contact-block {
  margin-top: -290px;
}
.sc-section.contact-react {
  padding: 120px;
}
.contact-block-title {
  font-size: 62px;
  font-weight: bold;
}
.contact-block-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 45px;
}
.contact-block-description,
.sc-form_fields > p {
  font-size: 25px;
  font-weight: 300;
}
.sc-form_fields > p > strong {
  font-weight: bold;
}
.contact_branding {
  position: absolute;
  bottom: -2px;
  right: 45px;
}
.contact_branding img {
  max-height: 525px;
  object-fit: contain;
}
.sc-contact-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.sc-container-resize {
  max-width: 1920px;
  width: 100%;
}
.contact-block-title.title__mobile {
  display: none;
}
.sc-herobanner.banner_step.contact_form {
  gap: 20px;
}

/* SC Lookbook */
:root {
  --lookbook-color: #2e2c27;
}
.sc-lookbook {
  height: 589px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sc-prop-container {
  width: 100%;
  max-width: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-sm {
  text-align: center;
  line-height: 1.13;
  color: var(--lookbook-color);
  z-index: 2;
}
.sm-heading {
  font-size: 212px;
  font-weight: 500;
}
.sm-subheading {
  font-weight: bold;
  font-size: 62px;
}
.text-group {
  color: var(--lookbook-color);
}
.prop-images {
  position: absolute;
  width: 100%;
  height: 100%;
}
.prop-images > .prop-pos {
  position: absolute;
}
.prop-pos.top_left {
  left: 0;
  top: 49px;
}
.prop-pos.bottom_left {
  left: 155px;
  bottom: 0px;
}
.prop-pos.top_right {
  top: 49px;
  right: -85px;
}
.prop-pos.bottom_right {
  bottom: 0;
  right: 50px;
}
.prop-pos.top_center {
  left: 51%;
  top: -130px;
}
.function-fashion .sc-row-column {
  gap: 108px;
}
.img-group.gap {
  gap: 16px;
}
.function-fashion {
  padding: 80px 110px;
}
.text-group .heading-base {
  font-size: 62px;
  font-weight: bold;
}
.text-group .text-base {
  font-size: 25px;
}
.img-base.big img {
  width: auto;
  max-width: 582px;
}
.flat-shape {
  display: flex;
  justify-content: space-between;
}
.flat-shape.column {
  flex-direction: column;
}
.img-base.top_1 {
  margin-top: 65px;
}
.text-group.width_80 {
  width: 88%;
}
.sc-justify-center {
  display: flex;
  justify-content: center;
}
.flex_column_gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.designed-for-motion {
  padding: 120px 140px;
}
.sc-row-column.gap-1 {
  gap: 154px;
}
.img-base.top_3 {
  margin-top: 120px;
}
.img-base.top_2 {
  margin-top: 40px;
}
.special_chars.bottom-left {
  bottom: 0;
  text-align: left;
  width: 178%;
  left: -5px;
  line-height: 1;
  z-index: 1;
}
.special_chars.bottom-left .outline_text {
  letter-spacing: 1.12px;
}
.img-group.column {
  flex-direction: column;
}
.sc-row-column.gap-2 {
  gap: 77px;
}
.image-grid {
  display: flex;
  justify-content: center;
}
.shrink-out {
  flex-shrink: 0;
}
.img-base.sp-1 img {
  margin-left: 44px;
}
.special_chars.relative-path {
  position: relative;
  right: 0;
  bottom: 0;
  line-height: 1;
}
.img-base.flex_end {
  display: flex;
  justify-content: end;
}
.img-base.pad-1 {
  padding-right: 16px;
  margin-bottom: 90px;
}
.img-base.abs-1 {
  position: absolute;
  width: 950px;
  top: 150px;
  left: -80px;
  z-index: 1;
}
.care-is {
  padding: 48px 0;
  max-width: 82%;
}
.flat-shape.gap-2 {
  gap: 23px;
}
.flat-shape.reshape {
  min-width: 600px;
  justify-content: end;
}
.sc-section-center {
  justify-content: center;
  display: flex;
}
.marker {
  transition: 0.3s ease;
  padding: 16px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 9px hsl(0deg 0% 100% / 41%);
}
.marker:hover {
  scale: 1.4;
  box-shadow: 0px 0px 0px 11px hsl(0deg 0% 100% / 41%);
}
.sc-flat-button {
  background: #00000012;
  padding: 7px 16px;
  font-size: 26px;
  color: #fff;
  transition: 0.1s ease;
}
.sc-flat-button:hover {
  background: #d54242;
}
.button-group {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 20px;
  gap: 9px;
  opacity: 0;
  transition: 0.2s ease;
  z-index: 5;
}
.button-group.right {
  align-items: end;
}
.img-base:hover .button-group {
  opacity: 1;
}
.button-group a:first-child {
  transform: translateY(100%);
  transition: 0.3s ease;
}
.img-base:hover .button-group a {
  transform: translateY(0%);
}
.marker-popup {
  top: -50px !important;
  position: absolute;
  min-width: 120px;
  text-align: center;
  background: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease;
}
.marker:hover .marker-popup {
  opacity: 1;
}
.img-base {
  max-height: fit-content;
}
.special_chars.relative-path {
  z-index: 2;
}
.flex-shapes {
  display: flex;
}
.shape-image {
  position: relative;
  flex-shrink: 0;
}
.logo-shape {
  position: absolute;
  bottom: 0;
  left: -78px;
}
.shape-data {
  display: flex;
  justify-content: center;
  padding: 100px 120px;
  flex-direction: column;
  color: #fff;
  gap: 30px;
}
.shape-heading {
  font-size: 62px;
  font-weight: bold;
}
.shape-subheading {
  font-size: 25px;
  max-width: 94%;
}
.marker-plus {
  background-image: url(//carewear.ch/cdn/shop/t/10/assets/plus.svg?v=57858581962218321971782834625);
  width: 13px;
  height: 13px;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease;
  opacity: 0;
}
.marker:hover .marker-plus {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
.sc-flat-button span {
  position: relative;
  top: 0px;
  transition: 0.3s ease;
}
.sc-flat-button:hover span {
  top: 2px;
}
.sc-button-flat span {
  position: relative;
  top: 0px;
  transition: 0.3s ease;
}
.sc-button-flat:hover span {
  top: 2px;
}
.sc-button-flat a {
  position: relative;
  top: -2px;
  transition: 0.3s ease;
}
.sc-button-flat:hover a {
  top: 0px;
}
.logo-shape img {
  width: 33vw;
}

/* SC Product Page */

.inline-sections {
  position: relative;
  display: flex;
}
.product-image img {
  aspect-ratio: 780 / 980;
}
.sc-product-info {
  position: relative;
  display: flex;
  padding: 100px;
  flex: 1;
  flex-direction: column;
  color: var(--font-color);
}
.inline-sections .basis {
  flex: 0 1 50%;
}
.sc-product-title {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--font-color);
}
.sc-product-price_price {
  font-size: 28px;
}
.heat-selector {
  min-width: 64px;
  width: auto;
  text-align: center;
  padding: 9px 24px;
  font-size: 20px;
  line-height: 1.2;
  background: #faf6ef;
  background: var(--sc-button-color);
  color: #2e2c27;
  user-select: none;
  cursor: pointer;
  border: none;
  appearance: none;
  white-space: nowrap;
}
.heat-selector.active {
  background: var(--sc-button-active-color);
  color: #fff;
}
.sc-product-option + .sc-product-option {
  margin-top: 28px;
}
.sc-product-sizes_selector {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.sc-product-popup-item {
  margin-top: 14px;
}
.sc-product-mash {
  display: flex;
  flex-direction: column;
}
.sc-product-mash.gap {
  gap: 99px;
}
/* .sc-product-price:after {
    content: '';
    width: 100%;
    position: relative;
    height: 2px;
    background: #2E2C2726;
    display: flex;
    top: 100%;
} */
.sc-product-sizes .actual-size .this_size-title,
.this_size {
  font-size: 20px;
}
.actual-size {
  margin-bottom: 10px;
}
.sc-p-price {
  margin-top: 34px;
}
.sc-product-reline {
  width: 100%;
  position: relative;
  height: 2px;
  background: #2e2c2726;
  display: flex;
}
.max-s {
  width: 100%;
}
.spatch {
  padding: 40px;
}
.block-load {
  background: rgb(236 236 236);
  border-radius: 21px;
  height: 320px;
  width: 100%;
  overflow: hidden;
}
.block-load:before {
  content: "";
  display: block;
  width: 40%;
  height: 115%;
  background: #fff;
  filter: blur(100px);
  opacity: 0.8;
  position: relative;
  animation: BlockLoader 4s ease-out infinite;
}
@keyframes BlockLoader {
  0% {
    left: -14%;
  }
  100% {
    left: 120%;
  }
}
.sc-button-flat[disable] {
  background: var(--sc-button-color);
  color: #959595;
  cursor: not-allowed;
}
/* .sc-button-flat[disable]:before {
    content: '';
    display: flex;
    width: 100%;
    height: 1px;
    background: #959595;
    position: absolute;
    transform: rotate(341deg) translate(7px, -1em);
    left: 0;
    bottom: 0;
} */

.image-brand {
  position: relative;
  flex: none;
}

.special_chars.product-special {
  bottom: -16px;
  left: -6px;
  text-align: left;
  display: inline-table;
}
.special_chars.product-special .outline_text {
  font-size: 112px;
  letter-spacing: 1.12px;
  line-height: 1;
}
.quantity-input {
  background-color: #faf6ef;
  height: 41px;
  width: 52px;
  font-size: 20px;
  font-family: var(--default-font);
  appearance: none;
  text-align: center;
}
.sc-product-mash.inline {
  flex-direction: row;
}
.uni_top-up {
  bottom: auto;
  top: -14px;
  left: -7px;
}
.uni_smallest-text {
  font-size: 62px;
}
.sc-flatblock-product {
  display: flex;
  position: relative;
}
.sc-flatblock {
  flex: 1;
  padding: 119px 140px;
  background-color: #faf6ef;
  display: flex;
  flex-direction: column;
  color: var(--font-color);
  gap: 40px;
}
.flatblock-heading {
  font-size: 42px;
  font-weight: bold;
}
.flatblock-subheading {
  font-size: 20px;
}
.sc-product-category {
  text-transform: uppercase;
  font-size: 14px;
}
.sc-product-reline {
  margin: 50px 0;
}
.sc-product-mash.top {
  margin-top: 34px;
}
.passform_block {
  position: relative;
  box-shadow: inset 0px 0px 0px 1px #000;
  max-width: 548px;
}
.passform_intent {
  display: flex;
  flex-direction: column;
  height: 663px;
  padding: 50px 50px 44px 50px;
}
.sc-passform-product {
  display: flex;
  justify-content: center;
  max-width: 91%;
}
.passform-foot {
  margin-top: auto;
  position: relative;
  z-index: 2;
  transition: all 0.05s ease;
}
.passform-head {
  z-index: 2;
}
.overhead_image {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.overhead_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overhead_gradient {
  background: linear-gradient(1deg, black, transparent);
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}
.overhead_screen {
  opacity: 0;
  transition: 0.05s ease;
}
.passform_block:hover .overhead_screen {
  opacity: 1;
}
.passform_block:hover {
  color: #fff !important;
  box-shadow: 0px 0px 0px 0px #000;
}
.passform_block:hover > .passform_intent .passform-foot .passform-title {
  color: #fff !important;
}
.passform_block:hover > .passform_intent .passform-foot .passform-subtitle {
  color: #fff !important;
}
.passform_block:hover > a > .passform_intent .passform-foot .passform-subtitle {
  color: #fff !important;
}
.passform_block:hover > a > .passform_intent .passform-foot .passform-title {
  color: #fff !important;
}
.passform-title {
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
}
.passform-subtitle {
  font-size: 17px;
}
.sc-passform {
  padding: 50px 100px;
  display: flex;
  justify-content: center;
}
.passform_block:nth-child(2) {
  box-shadow:
    inset 0px -1px 0px 0px #000,
    inset 0px 1px 0px 0px #000;
}
.passform_block:nth-child(2):hover {
  box-shadow: none;
}
.passform-head svg {
  fill: #2e2c27;
  transition: 0.05s ease;
}
.passform_block:hover .passform_intent .passform-head svg {
  fill: #fff;
}
button-add-cart.sc-button-flat {
  background: var(--sc-button-active-color);
  padding: 16px 60px;
}
.sc-product-mash.top2 {
  margin-top: 55px;
}
.sc-vertical-line {
  display: flex;
  height: 100%;
  width: 1px;
  background: #2e2c2726;
  margin: 0 80px;
}
.product-quantity-text {
  margin-bottom: 10px;
  font-size: 20px;
}
.top-up-text {
  margin-top: 10px;
  font-size: 20px;
}
button-quantity {
  font-size: 20px;
  margin: 0 2px;
  cursor: pointer;
  user-select: none;
}
.sc-product-price_details {
  font-size: 17px;
}
.sc-load {
  opacity: 0.6;
}

.product-image.basis {
  height: 980px;
  position: relative;
}
.swiper-container {
  width: 100%;
  max-width: 940px;
}
.swiper-container.slider {
  height: 80vh;
}
.swiper-container.slider-thumbnail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 122px;
  overflow: hidden;
  z-index: 2;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 122px;
  height: 122px;
  border: 1px solid #fff;
  flex-shrink: 0;
  box-sizing: border-box;
}
.swiper-container.slider-thumbnail
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-container.slider {
  height: 980px;
  overflow: hidden;
}
.swiper-container.slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-slide-thumb-active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2e2c27;
  display: block;
  bottom: -10px;
  position: absolute;
}
.sc-accords-container {
  display: flex;
  flex: 0 1 70%;
}
faq-toggle {
  background: #fff;
  cursor: pointer;
}
.sc-accordion .faq-block .faq-question .sc-question-title {
  color: #fff;
}
.sc-accordion .faq-block .faq-answer {
  color: #fff;
  font-size: 17px;
}
.sc-accordion {
  padding: 35px 120px;
}
.sc-accordion .faq-block.active .faq-answer {
  max-height: 310px;
  max-width: 78%;
}
faq-toggle svg {
  transform: rotate(180deg);
}
faq-toggle.open svg {
  transform: rotate(360deg);
}
.sc-hero-cta__heading_uni span {
  background: #d54242;
  padding: 0px 20px;
  margin-left: 4px;
}
.sc-product-popup-item {
  margin-top: 29px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.sc-product-recommendations {
  padding: 120px 140px;
}
.product-cards-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}
.swiper-slide:hover {
  box-shadow: 0px 0px 0px 1px #000;
}
.product-recs-cards {
  display: flex;
  gap: 16px;
  flex-flow: wrap;
  min-width: 100%;
}
.product-recs-card_main {
  position: relative;
}
.recs-card_text-content {
  position: absolute;
  bottom: 0;
  padding: 12px 23px;
  color: var(--color_t);
  z-index: 2;
}
.card-title {
  font-size: 28px;
}
.card-price {
  font-size: 20px;
}
.product-recs-card_sub {
}
.quantity-block {
  color: var(--font-color);
}
.thread_logo {
  position: absolute;
  bottom: -160px;
  right: -75px;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.product-container {
  overflow: hidden;
}
.product-quantity-quantity {
  display: flex;
  align-items: center;
}
.product-recs-card {
  position: relative;
  overflow: hidden;
}
.product-recs-card_sub {
  position: absolute;
  bottom: 0;
  height: 100%;
}
.sc-hero-logo {
  position: absolute;
  left: -30px;
  bottom: -60px;
  z-index: 1;
}
.product-recs-card_sub .bottom-bar {
  width: 100%;
  height: 0px;
  background: #2e2c27;
  background: var(--box-color);
  position: absolute;
  bottom: -1px;
  transition: 0.2s ease-out;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
}
.scale-125 {
  scale: 1.25;
}
.sc-product-wishlist {
  background: #eee8dd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 63px;
  height: 62px;
  cursor: pointer;
  margin-left: 20px;
}
.sc-product-wishlist svg {
  height: 25px;
}
.only-mobile {
  display: none;
}
.product-recs-card:hover > a > .product-recs-card_main .recs-card_text-content {
  color: var(--color_h);
}
.product-recs-card:hover > .product-recs-card_sub .bottom-bar {
  height: 93px;
  bottom: 0px;
}
.recs-pos-photo {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: 0.2s ease-out;
}
.product-recs-card:hover > .product-recs-card_sub .recs-pos-photo {
  opacity: 1;
  transform: translateY(-40px);
}
.recs-card_photo {
  transition: 0.2s ease-out;
}
.product-recs-card:hover .product-recs-card_main .recs-card_photo {
  transform: translateY(-40px);
}

.product-recs-card:hover > .product-recs-card_sub .grid-size-buttons {
  opacity: 1;
  transform: translateY(-60px);
}
.grid-size-buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 10%;
  opacity: 0;
  transition: 0.2s ease-out;
  gap: 7px;
}
.btn-fs {
  text-align: center;
  padding: 5px 29px;
  font-size: 20px;
  background: #15151514;
  color: #ffffff;
  user-select: none;
}
.btn-fs:hover {
  background: #d54242;
}
.flat-compensation {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  bottom: 0;
}
.sc-flatblock {
  position: relative;
}
.flatblock-heading {
  z-index: 2;
}
.flatblock-subheading {
  z-index: 2;
}
.card-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
}
button.sc-button-flat span {
  top: 1px;
}
button.sc-button-flat:hover span {
  top: 3px;
}

/* SC Adaptation Hacks */

@media (min-width: 1701px) and (max-width: 1919px) {
  ._about_special .outline_text {
    font-size: calc(calc(1vw) * 5.5);
  }
  .special_chars._about_special {
    bottom: -59%;
    right: calc(calc(1vw) * -13.6);
    min-width: 200%;
  }
  .img_group {
    width: calc(calc(1vw) * 36.5);
  }
  .special_chars.bottom-left .outline_text {
    font-size: 5.8vw;
  }
  .prop-pos img {
    width: 11vw;
  }
}

@media (min-width: 1025px) and (max-width: 1700px) {
  /* SC Product */
  button-add-cart.sc-button-flat {
    padding: 16px 30px;
    min-width: 280px;
    max-width: 360px;
    width: 100%;
    font-size: 20px;
  }

  /* SC Lookbook */
  .sc-section:has(.care-is) {
    zoom: 0.7;
  }
  .sc-hero-logo {
    zoom: 0.6;
  }
  .special_chars.product-special .outline_text {
    font-size: 5.1vw;
  }
  .passform_intent {
    height: 500px;
    padding: 35px 50px 25px 50px;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    top: -15px;
  }
  .passform-title {
    font-size: 28px;
  }
  .swiper-container {
    width: 100%;
    max-width: 720px;
  }
  .sc-product-info {
    padding: 70px;
    padding-bottom: 100px;
  }
  .shape-data {
    padding: 100px 75px;
  }
  .prop-pos img {
    width: 11vw;
  }
  .function-fashion {
    padding: 80px 75px;
  }
  .shape-image {
    position: relative;
    flex-shrink: 0;
    flex-basis: 45%;
    display: flex;
  }
  .shape-heading {
    font-size: 41px;
    font-weight: bold;
  }
  .shape-subheading {
    font-size: 21px;
  }
  .special_chars.bottom-left .outline_text {
    font-size: 5.7vw;
  }
  .text-group.width_80 {
    width: 100%;
  }
  .care-is {
    max-width: 100%;
  }
  .sm-heading {
    font-size: 138px;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 42px;
  }

  /* SC Contact */
  .sc-herobanner.banner_step.contact_form {
    gap: 50px;
  }
  .sc-contact_cover img,
  .sc-contact_cover-image,
  .sc-contact_cover-placeholder {
    height: 320px;
  }
  .sc-section.contact-react {
    padding: 80px;
  }
  .sc-contact-block {
    margin-top: -130px;
  }
  .sc-contact-block {
    padding: 70px 60px;
  }
  .sc-contact-form.b2b,
  .contact-block-heading {
    color: #fff;
    max-width: 65%;
  }
  .contact_branding img {
    max-height: 325px;
    object-fit: contain;
    object-position: right;
  }

  .sc-hero-cta__heading_uni {
    font-size: 96px;
  }
  .faq-group {
    padding: 80px 80px;
  }
  ._about_special .outline_text {
    font-size: calc(calc(1vw) * 5.5);
  }
  .special_chars._about_special {
    bottom: -59%;
    right: calc(calc(1vw) * -14.2);
    min-width: 200%;
  }
  .sc-heading-content ._heading {
    font-size: 148px;
  }
  .sc-heading-content ._textcontext {
    font-size: 16px;
  }
  .sc-heading-content img {
    aspect-ratio: 207 / 236;
    zoom: 0.75;
  }
  .special_chars {
    right: calc(calc(1vw) * -6.5);
    bottom: -110%;
  }
  .img_save img {
    zoom: 0.7;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni
    .uni_top-up {
    top: -10px;
  }
  .sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
    font-size: 81px;
    bottom: -1.5vw;
    max-width: 615px;
  }
  .text_group {
    padding: 0px 130px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .uni_smallest-text {
    font-size: 62px;
  }
  .outline_text {
    font-size: 7.5vw;
  }
  .sc-benefits-3col__title {
    font-size: 84px;
  }
  .sc-benefits-3col__title {
    font-size: 5vw;
  }
  .sc-hero-cta__content_uni {
    padding: 2vw;
  }
  .sc-split-image-text_uni {
    min-height: 480px;
  }
  .img_group {
    width: calc(calc(1vw) * 35.5);
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    font-size: 81px;
    top: -0.5vw;
    max-width: 615px;
  }
}

@media (min-width: 767px) and (max-width: 790px) {
  .swiper-container.slider {
    height: 787px;
  }
}

@media (min-width: 2000px) {
  .sc-accords-container {
    display: flex;
    flex: 0 1 55%;
  }
  .data-text-caption {
    top: 65%;
  }
  .sc-split-image-text__right_uni div {
    max-width: 600px;
  }
  .sc-accordion {
    padding: 35px 6.5vw;
  }
  .sc-split-image-text__right_uni {
    padding: 50px 7%;
  }
}

@media (min-width: 1560px) and (max-width: 1700px) {
  .image-brand {
    flex: 1 0 40%;
  }
}

@media (min-width: 2500px) {
  .sc-split-image-text__right_uni {
    padding: 50px 5%;
  }
}

@media (min-width: 3200px) {
  .sc-accordion {
    padding: 35px 9.5vw;
  }
  .sc-split-image-text__right_uni {
    padding: 50px 4%;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .sm-heading {
    font-size: 86px;
  }
  .faq-block {
    padding: 20px 0;
  }
  .sc-accordion {
    padding: 10px 60px;
  }
  .swiper-container.slider-thumbnail {
    zoom: 0.8;
  }
  .sc-product-title {
    font-size: 42px;
  }
  button-add-cart.sc-button-flat {
    padding: 12px 20px;
  }
  .thread_logo {
    zoom: 0.6;
  }
  .swiper-container.slider-thumbnail {
    zoom: 0.8;
  }
  .sc-accordion .faq-block .faq-question .sc-question-title {
    font-size: 21px;
  }
  .image-brand {
    position: relative;
    flex: 1 1 55vw;
  }
  .sc-accordion .faq-block .faq-answer {
    font-size: 14px;
  }
  .product-container .inline-sections {
    zoom: 0.9;
  }
  .passform_intent {
    height: 450px;
    padding: 35px 25px 25px 25px;
  }
  .swiper-container {
    max-width: 50vw;
  }
  .prop-pos img {
    width: 15vw;
  }
  .img-base {
    max-height: fit-content;
    max-width: fit-content;
  }
  .shape-data {
    padding: 25px;
    gap: 20px;
  }
  .logo-shape {
    left: 0;
  }
  .shape-heading {
    font-size: 36px;
    font-weight: bold;
  }
  .shape-subheading {
    font-size: 21px;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 32px;
  }
  .function-fashion .sc-row-column {
    gap: 40px;
    flex-direction: column;
  }
  .flat-shape {
    gap: 50px;
  }
  .special_chars.bottom-left {
    width: 100%;
  }
  .special_chars.bottom-left .outline_text {
    font-size: 4.5vw;
  }
  .sc-row-column {
    flex-direction: column;
  }
  .sc-row-column.gap-1 {
    gap: 50px;
  }
  .img-base.flex_end.pad-1 img {
    z-index: 1;
  }
  .img-base.abs-1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1086px) {
  .image-brand {
    flex: 1 1 55vw;
  }
}

/* Mobile Adapt */
@media (max-width: 886px) {
  /* SC Product  */
  .sc-product-wishlist {
    display: none;
    width: 50px;
    height: 49px;
  }
  .grid-size-buttons {
    opacity: 1;
    top: 2%;
    bottom: none;
  }
  .product-recs-card:hover > .product-recs-card_sub .grid-size-buttons {
    transform: translateY(0px);
  }
  .image-brand img {
    width: 100%;
  }
  .recs-card_photo {
    max-height: 310px;
  }
  .card-title {
    font-size: 20px;
    max-width: 290px;
  }
  .card-price {
    font-size: 16px;
  }
  .product-recs-cards {
    flex-direction: column;
    gap: 10px;
  }
  .product-cards-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .sc-product-price_details,
  .top-up-text {
    font-size: 14px;
  }
  .sc-button-flat span {
    font-size: 20px;
  }
  .sc-product-wishlist svg {
    height: 20px;
  }
  .only-mobile {
    display: flex;
  }
  .heat-selector {
    padding: 9px 30px;
  }
  .sc-product-option + .sc-product-option {
    margin-top: 22px;
  }
  .sc-hero-logo {
    zoom: 0.3;
  }
  .special_chars.product-special .outline_text {
    font-size: 11.1vw;
  }
  .sc-accordion {
    padding: 20px 28px;
  }
  .thread_logo {
    display: none;
  }
  .sc-product-recommendations {
    padding: 40px 15px;
  }
  .cta_uni-resize {
    min-height: inherit;
  }
  .special_chars.product-special {
    bottom: 0px;
    left: 0px;
    text-align: left;
    display: inline-table;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 80px;
    height: 80px;
  }
  .swiper-container.slider {
    height: 460px;
  }
  .product-image.basis {
    height: auto;
    min-height: 460px;
    padding-bottom: 90px;
  }
  .swiper-container.slider-thumbnail {
    height: 80px;
  }
  .sc-product-mash.top2 {
    margin-top: 20px;
  }
  .sc-product-reline {
    margin: 15px 0;
  }
  .sc-product-mash.top {
    margin-top: 5px;
  }
  .sc-passform-product {
    flex-direction: column;
    max-width: 100%;
  }
  .passform_block {
    width: 100%;
    color: #fff !important;
    max-width: 100%;
  }
  .passform-head svg {
    fill: #fff;
  }
  .sc-passform {
    padding: 0px 0px;
  }
  .passform_intent {
    height: 585px;
    padding: 40px;
  }
  .passform-title {
    font-size: 25px;
    padding-bottom: 10px;
    color: #fff !important;
  }
  .passform-subtitle {
    font-size: 20px;
    color: #fff !important;
  }
  .overhead_screen {
    opacity: 1;
  }
  .sc-hero-cta__heading_uni span {
    line-height: 2;
  }
  .sc-flatblock-product {
    flex-direction: column;
  }
  .sc-flatblock {
    padding: 40px;
    gap: 20px;
  }
  .uni_smallest-text {
    font-size: 25px !important;
  }
  .sc-product-sizes_selector a {
    flex: 2;
  }
  .flatblock-heading {
    font-size: 25px;
  }
  .inline-sections {
    flex-direction: column;
  }
  .sc-product-info {
    padding: 30px;
    gap: 10px;
  }
  .sc-product-title {
    font-size: 32px;
  }
  .sc-product-mash.gap {
    gap: 40px;
  }
  .sc-product-price:after {
    height: 1px;
    background: #2e2c2726;
    top: 15px;
  }
  .sc-product-price_price {
    font-size: 20px;
  }
  .sc-product-sizes_selector {
    gap: 8px;
    flex-wrap: wrap;
  }
  .sc-product-option + .sc-product-option {
    margin-top: 24px;
  }
  .sc-product-sizes .actual-size .this_size-title,
  .this_size {
    font-size: 16px;
  }
  .sc-product-mash.inline {
    flex-flow: column;
    gap: 20px;
  }
  .product-quantity-quantity {
    display: flex;
    gap: 10px;
  }
  .quantity-input {
    width: auto;
    max-width: 100px;
  }
  button-add-cart.sc-button-flat {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  button-quantity {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .heat-selector {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 14px;
  }
  .quantity-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  /* SC Lookbook */
  .img-base.pad-1 {
    margin-bottom: 23px;
    margin-right: 0px;
  }
  .special_chars {
    -webkit-text-stroke: #d54242 1px;
  }
  .sc-row-column.gap-2 {
    gap: 20px;
  }
  .cover_big_image .img-base img {
    height: 200px;
  }
  .img-group.gap {
    gap: 20px;
  }
  .img-base.top_2 {
    margin-top: 20px;
    width: 160%;
  }
  .flex-shapes {
    flex-direction: column;
  }
  .button-group {
    opacity: 1;
    padding: 10px;
  }
  .button-group a:first-child {
    transform: translateY(0%);
  }
  .sc-flat-button {
    font-size: var(--mobile-default-text);
    padding: 5px 10px;
  }
  .shape-data {
    padding: 25px;
    gap: 20px;
  }
  .logo-shape {
    left: 0;
  }
  .shape-heading {
    font-size: 32px;
    font-weight: bold;
  }
  .shape-subheading {
    font-size: 20px;
  }
  .text-group .text-base {
    font-size: 20px;
  }
  .marker {
    left: var(--mobile-x) !important;
    top: var(--mobile-y) !important;
    padding: 8px;
    box-shadow: 0px 0px 0px 6px hsl(0deg 0% 100% / 41%);
  }
  .marker-popup {
    font-size: 16px;
  }
  .prop-images > .prop-pos {
    max-width: 100px;
  }
  .sm-heading {
    font-size: 41px;
    font-weight: 500;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 21px;
  }
  .sc-lookbook {
    height: 400px;
  }
  .prop-pos.top_left {
    left: -15px;
    top: 20px;
  }
  .prop-pos.bottom_left {
    left: 0px;
    bottom: 0px;
  }
  .prop-pos.top_right {
    top: 30px;
    right: 0px;
  }
  .prop-pos.bottom_right {
    bottom: 0;
    right: 10px;
  }
  .function-fashion {
    padding: 20px 10px;
  }
  .function-fashion .sc-row-column {
    gap: 25px;
    flex-direction: column;
  }
  .text-group .heading-base {
    font-size: 32px;
  }
  .text-group {
    width: 100%;
    padding: 35px 0;
  }
  .flat-shape {
    flex-shrink: initial;
  }
  .sc-row-column {
    flex-direction: column;
  }
  .text-group.width_80 {
    width: 100%;
  }
  .designed-for-motion {
    padding: 20px;
  }
  .sc-row-column.gap-1 {
    gap: 0px;
  }
  .img-base.abs-1 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .flat-shape.reshape {
    max-width: 100%;
    justify-content: end;
    min-width: auto;
  }
  .img-base.big img {
    width: auto;
    max-width: 100%;
  }
  .img-base.sp-1 img {
    margin-left: 0;
  }
  .sc-row-column {
    flex-direction: column;
  }
  .special_chars.bottom-left {
    width: 80%;
  }

  /* SC Contact */
  .sc-form_area {
    padding-top: 0px;
  }
  .sc-form_fields {
    flex-direction: column;
  }
  .contact-block-title {
    display: none;
  }
  .contact-block-title.title__mobile {
    display: block;
  }
  .contact-block-heading {
    padding-bottom: 40px;
  }
  .sc-herobanner.banner_step.contact_form {
    padding: 40px 30px;
    gap: 40px;
  }
  .sc-contact_cover img,
  .sc-contact_cover-image,
  .sc-contact_cover-placeholder {
    height: 220px;
  }
  .sc-section.contact-react {
    padding: 10px;
  }
  .sc-contact-block {
    padding: 40px 30px;
  }
  .sc-contact-form.b2b,
  .contact-block-heading {
    color: #fff;
    max-width: 100%;
  }
  .contact-block-title {
    font-size: 32px;
    font-weight: bold;
  }
  .contact-block-description,
  .sc-form_fields > p {
    font-size: 20px;
    font-weight: 300;
  }
  .sc-contact-block {
    margin-top: -40px;
  }
  .contact_branding {
    position: relative;
    bottom: -42px;
    right: -85px;
    margin-top: 30px;
  }
  .contact_branding img {
    max-height: 225px;
  }
  .sc-herobanner-section .content_title.big {
    font-size: 32px;
  }
  .sc-herobanner-section .content_text.big {
    font-size: 20px;
  }

  /* SC FAQ */
  .sc-question-title {
    font-size: 25px;
  }
  .faq-answer {
    font-size: 20px;
  }
  .faq-group {
    padding: 30px 15px;
  }
  .data-text-caption {
    font-size: 14px;
    bottom: 11px;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
    right: 0;
  }

  /* SC About Us */
  .cta_alternate {
    max-width: 88%;
  }
  .sc-care-left ._h2 {
    font-size: 52px;
    line-height: 1;
  }
  .sc-herobanner-section .content_title {
    max-width: 80%;
  }
  .sc-heading-content ._heading {
    font-size: 6vw;
  }
  .sc-heading-content ._textcontext {
    font-size: 14px;
    padding: 25px 0;
  }
  .sc-heading-content img {
    aspect-ratio: 207 / 236;
    zoom: 0.4;
  }
  .sc__items\:mobile {
    align-items: end;
    flex-direction: column-reverse;
  }
  .sc-heading-content.custom {
    flex-basis: 80%;
  }
  .text_group {
    padding: 35px 35px;
    font-size: 20px;
  }
  .sc-herobanner {
    flex-direction: column;
  }
  .sc-button-flat {
    font-size: 16px;
  }
  .-img {
    height: 330px;
  }
  .-img img {
    zoom: 0.6;
  }
  .outline_text {
    font-size: 26px;
  }
  .sc-hero-cta__heading_uni {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
  }
  .sc-hero-cta__toptext_uni--small {
    font-size: 16px;
  }
  .sc-hero-cta__subheading_uni {
    font-size: 20px;
  }
  .sc-hero-cta__subheading_uni--small {
    font-size: 16px;
  }
  .sc-benefits-3col__title {
    font-size: 52px;
  }
  .sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
    font-size: 25px;
    position: relative;
    left: -25px;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    top: -65px;
    left: -25px;
  }
  .sc-product-wishlist {
    margin-left: 10px;
  }
  .sc-split-image-text__right_uni {
    font-size: 20px;
  }
  .sc-herobanner.banner_step {
    padding: 60px 30px;
    gap: 40px;
  }
  .sc-benefit-card .sc-benefit-title {
    font-size: 32px;
  }
  .sc-benefits-3col__right {
    margin-top: 30px;
  }
  .sc-hero-cta__content_uni {
    padding: 30px 20px;
  }
  .sc-benefits-3col {
    background-color: #746559;
    padding: 30px 13px;
  }
  .sc-benefits-3col__right {
    flex-basis: 90%;
  }
  .sc-benefits-3col__left {
    flex-basis: 90%;
  }
  .sc-benefit-card {
    flex-basis: content;
  }
  .sc-split-image-text_uni {
    flex-direction: column;
  }
  .special_chars {
    right: 0%;
    bottom: -50px;
    z-index: 1;
  }
  .img_save._st {
    margin-top: 0;
  }
  .sc-heading-flex {
    padding-left: 40px;
  }
  .sc-heading_h-center {
    font-size: 46px;
  }
  .sc-big-cover {
    height: 320px;
    background-position: center;
  }
  .hero-padding {
    padding: 50px 40px !important;
  }
  .sc-care-section {
    padding: 35px 35px;
  }
  ._care-section {
    flex-direction: column;
  }
  .sc-care-grid {
    grid-template-columns: none;
  }
  .sc-care-values strong {
    font-size: 52px;
    flex-basis: 40px;
  }
  .sc-care-values span {
    font-size: 52px;
  }
  .sc-care-right p {
    font-size: 20px;
  }
  .sc-care-right {
    max-width: 100%;
  }

  .sc-care-left h2 {
    font-size: 38px;
  }
  .sc-herobanner-section .content_text.font-size\:25 {
    margin-top: 0;
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1060px) {
  .special_chars.product-special {
    bottom: 0px;
    left: 0px;
    text-align: left;
  }
}

/* Tablet Adapt */
@media (min-width: 600px) and (max-width: 1024px) {
  /* SC Product  */
  .sc-passform {
    padding: 0px 0px;
  }
  .product-recs-card {
    position: relative;
    overflow: hidden;
    max-width: 49%;
  }
  .product-recs-cards {
    flex-direction: row;
    gap: 10px;
  }
  .thread_logo {
    zoom: 0.5;
  }
  .special_chars.product-special {
    bottom: 0px;
    left: -3px;
    text-align: left;
  }
  .product-image.basis {
    display: flex;
    justify-content: center;
  }
  .swiper-container.slider-thumbnail {
    height: 80px;
  }
  .product-container .inline-sections {
    flex-direction: column;
  }
  .sc-passform-product {
    max-width: 100%;
    flex-direction: column;
  }
  .sc-flatblock {
    flex: 1;
    padding: 105px 65px;
  }
  .product-image img {
    aspect-ratio: 780 / 980;
    width: 100%;
  }

  /* SC Lookbook */
  .img-group.gap {
    align-items: center;
  }
  .designed-for-motion {
    padding: 65px 65px;
  }
  .img-base {
    max-height: fit-content;
    max-width: max-content;
  }
  .cover_big_image .img-base img {
    height: auto;
  }
  .sm-heading {
    font-size: 72px;
    font-weight: 500;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 28px;
  }
  .prop-images > .prop-pos {
    max-width: 175px;
  }

  /* SC Contact */
  .tablet-width_max {
    width: 100%;
  }
  .contact_branding img {
    max-height: 190px;
  }
  .sc-herobanner-section .content_text.big {
    max-width: 100%;
  }
  .sc-herobanner-section .content_title.big {
    max-width: 100%;
  }
  .contact_branding {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
  .sc-section.contact-react {
    padding: 80px;
  }
  .sc-contact-block {
    margin-top: -130px;
  }
  .sc-contact-block {
    padding: 70px 60px;
  }
  .sc-contact-form.b2b,
  .contact-block-heading {
    color: #fff;
    max-width: 100%;
  }
  .contact_branding img {
    max-height: 225px;
    object-fit: contain;
    object-position: right;
  }

  .faq-group {
    padding: 30px 45px;
  }
  .sc-heading_h-center {
    font-size: 87px;
  }
  .sc-herobanner {
    flex-direction: column;
  }
  .sc-heading-content ._heading {
    font-size: 94px;
  }
  .sc-herobanner.banner_step {
    padding: 80px 80px;
    gap: 50px;
  }
  .img_save._st {
    margin-top: 0;
  }
  .outline_text {
    font-size: 64px;
  }
  .special_chars {
    bottom: -90px;
    z-index: 1;
    font-size: 25px;
    right: -80px;
  }
  .sc-hero-cta__content_uni {
    padding: 85px 85px;
  }
  .sc-benefits-3col {
    flex-direction: column;
    flex-flow: column;
    gap: 50px;
  }
  .sc-split-image-text__left_uni {
    flex-direction: column;
    min-height: 450px;
    justify-content: end;
  }
  .sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
    font-size: 8vw;
    bottom: 0.5vw;
  }
  .sc-heading-content.custom {
    flex-basis: 50%;
    padding-top: 35px;
  }
  .sc-split-image-text_uni {
    flex-direction: column;
  }
  .sc-split-image-text__right_uni {
    padding: 95px 7%;
  }
  .sc-heading-content img {
    zoom: 0.8;
  }
  .sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
    font-size: 6vw;
    position: relative;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .sc-heading_h-center {
    max-width: 65%;
  }
  .sc-hero-cta__heading_uni {
    font-size: 59px;
  }
}

/* Mobile Adaptation */

@media (max-width: 886px) {
  /* Header */
  .sc-header-menu {
    max-width: 100%;
  }
  .sc-menu-logo {
    width: 259px;
    height: 85px;
  }
  .sc-menu-link {
    font-size: 24px;
  }
  .sc-menu-sublinks .sc-menu-link {
    font-size: 18px;
  }
  .nav-pd {
    padding-left: var(--nav-padding);
  }
  .sc-header__menu-title {
    display: none;
  }
  .sc-nav-buttons {
    gap: 12px;
  }
  .sc-cart-count {
    inset-block-start: -4px;
    inset-inline-end: -8px;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .sc-section-menu {
    padding: 16px 4%;
  }
  .sc-header-logo {
  }
  .header-nav-button a svg {
    zoom: 0.7;
  }
  .drawer::part(content) {
    max-width: 100vw;
  }

  /* Footer */
  .sc-footer {
    height: auto;
  }
  .sc-footer-content {
    flex-direction: column;
  }
  .sc-footer-padding {
    gap: 30px;
  }
  .sc-footer-content_center {
    justify-content: space-between;
  }
  .sc-footer-link {
    font-size: 20px;
  }
  .sc-footer-relay_top {
    margin-top: 0px;
  }
  .sc-footer-bottom-title {
    -webkit-text-stroke: 0px var(--footer-title-color);
  }
  .sc-micro-gap {
    flex-direction: row;
  }
  .sc-row._gap {
    justify-content: center;
  }

  /* Mobile Global */
  .sc-order\:1 {
    order: 1;
  }
  .sc-order\:2 {
    order: 2;
  }
  .sc-footer-bottom-title {
    font-size: 5.95vw;
  }
  .sc-footer-logo {
    zoom: 0.5;
  }
}

@media (min-width: 1300px) and (max-width: 1560px) {
  .shrink-out {
    flex-shrink: 1;
  }
  .image-brand {
    position: relative;
    flex: 1 1 52%;
  }
  .sc-accordion .faq-block .faq-question .sc-question-title {
    font-size: 20px;
  }
  .sc-accordion .faq-block .faq-answer {
    font-size: 14px;
  }
  .img-base.abs-1 {
    position: absolute;
    width: 55vw;
  }
  .prop-pos img {
    width: 13vw;
  }
  .swiper-container {
    max-width: 45vw;
  }
}

/* iPad Adaptation */
@media (min-width: 600px) and (max-width: 1025px) {
  /* SC Product  */
  .passform-title {
    font-size: 32px;
  }
  .passform_intent {
    height: 520px;
  }
  .image-brand img {
    width: 100%;
  }
  .passform_block {
    max-width: 100%;
  }

  /* SC Lookbook */
  .sm-heading {
    font-size: 86px;
  }
  .prop-pos img {
    width: 16vw;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 32px;
  }
  .function-fashion .sc-row-column {
    gap: 40px;
    flex-direction: column;
  }
  .designed-for-motion .sc-row-column .flat-shape {
    align-items: center;
  }
  .img-base.top_3 {
    margin-top: 16px;
  }
  .cover_big_image .img-base img {
    height: auto;
  }
  .flat-shape {
    gap: 10px;
  }
  .special_chars.bottom-left {
    width: 100%;
  }
  .special_chars.bottom-left .outline_text {
    font-size: 4.5vw;
  }
  .sc-row-column {
    flex-direction: column;
  }
  .sc-row-column.gap-1 {
    gap: 10px;
  }
  .img-base.flex_end.pad-1 img {
    z-index: 1;
  }
  .img-base.abs-1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .img-base.pad-1 {
    padding-right: 0;
    margin-bottom: 0;
  }
  .flat-shape.reshape {
    flex-direction: row;
  }
  .care-is .sc-row-column {
    gap: 24px;
  }

  /* SC Contact */
  .contact_branding img {
    max-height: 190px;
  }
  .sc-form_fields {
    flex-direction: unset;
  }
  .contact_branding {
    position: absolute;
    bottom: 0;
    right: 17px;
    margin-top: 30px;
  }
  .contact-block-title {
    display: block;
  }
  .contact-block-title.title__mobile {
    display: none;
  }
}

/* Adaptation for S-size tablets */
@media (min-width: 886px) and (max-width: 1110px) {
  .sc-footer-logo {
    zoom: 0.7;
  }
  .sc-hero-logo {
    zoom: 0.6;
  }
  .sc-split-image-text__left_uni .sc-split-image-text__overlaytext_uni {
    font-size: 6vw;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    display: flex;
    flex-direction: column;
  }
  .sc-split-image-text__left_uni
    .sc-split-image-text__overlaytext_uni.uni_top-up {
    bottom: none;
    top: 0;
    position: absolute;
    max-width: 45%;
  }
  .sc-footer-link {
    font-size: 20px;
  }
  .sc-footer-bottom-title {
    font-size: 5.15vw;
  }
}

/* SC Global */
.sc-micro-gap {
  gap: 16px;
}
.sc-justify-normal {
  justify-content: normal;
  gap: 3vw;
}
.sc-row {
  flex-direction: row;
}
.sc-row._gap {
  gap: 10%;
}
.sc__items\:center {
  align-items: center;
}
.container-no-max {
  max-width: none;
}

/* Super Mobile Adaptation */
@media (max-width: 400px) {
  .cover-section img {
    min-height: 135px;
  }
  .heat-selector {
    font-size: 13px;
    padding: 9px 12px;
  }
  .swiper-container.slider-thumbnail {
    height: 80px;
    zoom: 0.8;
  }
}

/* Hot Adaptation */

@media (min-width: 990px) and (max-width: 1024px) {
  .swiper-container {
    max-width: 70vw;
  }
  .swiper-container.slider-thumbnail {
    height: 100px;
  }
  .swiper-container.slider {
    height: 830px;
  }
  .swiper-container.slider-thumbnail {
    right: auto;
  }
}

@media (min-width: 880px) and (max-width: 1024px) {
  .flex-shapes {
    flex-direction: column;
  }
  .button-group {
    opacity: 1;
    padding: 10px;
  }
  .button-group a:first-child {
    transform: translateY(0%);
  }
  .logo-shape {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .shape-image {
    position: relative;
    justify-content: center;
    display: flex;
  }
  .shape-data {
    padding: 80px 90px;
  }
  .img-base {
    max-height: fit-content;
    max-width: fit-content;
  }
  .ipad_max img {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1268px) {
  .sc-herobanner.banner_step.contact_form {
    padding: 130px 85px;
    gap: 30px;
  }
  .sc-herobanner-section .content_title.big {
    font-size: 52px;
  }
  .sc-hero-cta__heading_uni {
    font-size: 76px;
  }
  .sm-heading {
    font-size: 86px;
  }
  .sm-subheading {
    font-weight: bold;
    font-size: 32px;
  }
  .function-fashion .sc-row-column {
    gap: 40px;
    flex-direction: column;
  }
  .flat-shape {
    gap: 50px;
  }
  .special_chars.bottom-left {
    width: 100%;
  }
  .uni_smallest-text {
    font-size: 48px;
  }
  .special_chars.bottom-left .outline_text {
    font-size: 4.5vw;
  }
  .sc-row-column {
    flex-direction: column;
  }
  .sc-row-column.gap-1 {
    gap: 50px;
  }
  .img-base.flex_end.pad-1 img {
    z-index: 1;
  }
  .img-base.abs-1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .flex-shapes {
  }
  .shape-data {
    padding: 25px;
    gap: 20px;
  }
  .logo-shape {
    left: 0;
  }
  .shape-heading {
    font-size: 36px;
    font-weight: bold;
  }
  .shape-subheading {
    font-size: 21px;
  }
}

html,
body {
  overflow-x: hidden;
}

.sc-product-wishlist.is-active {
  background: #2e2c27;
}
.sc-product-wishlist.is-active svg path {
  fill: #eee8dd;
}

.sc-wishlist-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.sc-wishlist-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #2e2c27;
}
.sc-wishlist-count {
  margin: 0;
  color: #2e2c27;
  opacity: 0.7;
}
.sc-wishlist-loading,
.sc-wishlist-empty {
  padding: 60px 0;
  text-align: center;
  color: #2e2c27;
}
.sc-wishlist-empty .sc-button-flat {
  display: inline-flex;
  margin-top: 24px;
}
.sc-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.sc-wishlist-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sc-wishlist-card__media {
  display: block;
  overflow: hidden;
  background: #eee8dd;
  aspect-ratio: 398 / 505;
}
.sc-wishlist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-wishlist-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sc-wishlist-card__title {
  color: #2e2c27;
  text-decoration: none;
  font-weight: 600;
}
.sc-wishlist-card__price {
  color: #2e2c27;
}
.sc-wishlist-card__remove {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #2e2c27;
  font: inherit;
  opacity: 0.7;
}
.sc-wishlist-card__remove:hover {
  opacity: 1;
}

@media (max-width: 989px) {
  .sc-wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sc-wishlist-title {
    font-size: 28px;
  }
}

@media (max-width: 549px) {
  .sc-wishlist-grid {
    grid-template-columns: 1fr;
  }
}

/* SC End */
