* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Jost", serif;
}
:root {
  --koef: 1;
}
body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
html:where(.wp-block) {
  margin: 0;
}
a {
  color: inherit;
}
a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.big-container {
  max-width: 1440px;
}
.container-header {
  max-width: 100%;
}
.full-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.menu-items {
  display: flex;
  align-items: center;
  gap: 31px;
  justify-content: center;
  background: #fff;
}
.menu-items > div {
  height: 40px;
}
.menu-items > div > a {
  color: #333336;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.menu-items > div > a svg {
  transition: 0.3s;
}

/*.menu-items > div:not(.btn-type) > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  height: 1px;
  background: #212121;
  right: 100%;
}*/
.menu-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  backdrop-filter: blur(4px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  background: #00000055;
}
.menu-bg.active {
  opacity: 1;
  visibility: visible;
}

.menu-block {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 99;
}
.childs {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 150px);
  overflow: auto;
  display: none;
  background: #fff;
}
.childs-outer {
  overflow: hidden;
}
.top-links > * {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
}
.top-links a {
  text-decoration: none;
}
.top-header {
  background: #eeeae7;
  padding: 4px 0;
  position: relative;
  z-index: 100;
}

.brands-menu-items > a {
  width: 94px;
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.brands-menu-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.brands-menu-items > a img {
  max-height: 100%;
}
.child-menu-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.brands-menu {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  width: 100%;
  position: relative;
  align-items: center;
}
.brands-menu .child-menu-title,
.brands-menu-items {
  position: relative;
  z-index: 2;
}
.brands-menu:before {
  content: "";
  border-bottom: 1px solid var(--Greyscale-Border-Default, #aeaeae);
  position: absolute;
  bottom: 0;
  top: 0;
  left: -50%;
  right: -50%;
}
.childs-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 19px;
}
.card-menu i {
  overflow: hidden;
}
.list-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc((100% - 940px) / 2);
}
.list-menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-menu-items > a {
  color: #5d5d5d;
  font-size: 16px;
  text-decoration: none;
}

header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.header {
  padding: 10px 0;
  gap: 26px;
}
.header-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-btn {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  cursor: pointer;
}

.header-btn > span:not(.amount) {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #e196a8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  top: -5px;
  left: 15px;
}
.header-btns .woocommerce-Price-amount.amount {
  color: #bbb;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.85px;
  transition: 0.3s;
}

.header-btn svg path {
  transition: 0.3s;
}

.search-container {
  display: flex;
  justify-content: flex-end;
  width: 593px;
  padding-left: 24px;
  padding-right: 56px;
  flex-grow: 1;
}
#searchform {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0 10px;
  width: 252px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--Greyscale-Text-Title, #212121);
}
.search-input {
  flex-grow: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  background: none;
}
.btn-clean {
  background: none;
  border: none;
  padding: 9px;
}
#searchform select {
  border-left: 1px solid #9e9e9e;
  background: transparent;
  padding: 0 7px;
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  width: 140px;
}
.menu-header {
  gap: 34px;
}
.menu-header a {
  text-decoration: none;
  color: #212121;
  font-size: 16px;

  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.56px;
}

.childs-content > div:not(.brands-menu) {
  margin-top: 28px;
}
.grid-menu-items {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
  grid-auto-rows: max-content;
}
.grid-menu-items > .swiper-slide {
  min-width: 132px;
  width: 132px;
  display: flex;
  text-align: center;
  transition: 0.3s;
}
.product-item.product-menu-item {
  box-shadow: none !important;
  padding: 0;
  width: 100%;
  padding-bottom: 6px;
}
.product-item.product-menu-item .product-price {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0;
}
.product-menu-item .thb_color-swatch {
  gap: 0;
  margin-top: 3px;
}
.swatch-more span {
  border-width: 1px !important;
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding-top: 4px;
  transition: 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product-item.product-menu-item .swatch-more span {
  font-size: 14px;
}

.product-menu-item .thb_color-swatch > * {
  min-width: 26px;
  flex: 0 0 26px;
  height: 26px;
}
.product-menu-item .product-name {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 1px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-menu {
  text-decoration: none;
  width: 214px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.card-menu b {
  margin-top: 4px;
}
.card-menu span {
  color: #212121;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  transition: 0.3s;
}
.header-btn:not(.active) svg + svg,
.header-btn.active svg:nth-child(1) {
  display: none;
}
.fix,
.menu-opened,
.menu-opened body,
.fix body {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
.show-all-content {
  margin-top: 20px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-block {
  display: flex;
  gap: 60px;
  position: relative;
  align-items: flex-start;
}
.product-right {
  min-width: calc(48% - 30px);
  flex: 0 0 calc(48% - 30px);
  padding-bottom: 30px;
}
.product-left {
  flex-grow: 1;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  min-width: calc(52% - 30px);
  flex: 0 0 calc(52% - 30px);
}
.gallery {
  flex-grow: 1;
  position: relative;
}
.gallery-images {
  display: flex;
  flex-direction: column;
}
.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gallery-slide {
  width: 87px;
  overflow: hidden;
  background: #f8f7f5;
  cursor: pointer;
  height: 87px;
  position: relative;
}
.gallery-item img {
  width: 100%;
}
span.gallery-slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-frame {
  padding-top: 100%;
  position: relative;
}
.gallery-frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.gallery-frame iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery-slide.active {
  border: 1px solid #000;
}
.product-info-brand {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.brand-icon-info {
  max-width: 90px;
}
.card-menu img {
  transition: 0.3s;
}
.yoast-breadcrumbs {
  padding: 9px 0;
  color: #212121;
  font-size: 12px;
  line-height: normal;
}
.yoast-breadcrumbs > span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.yoast-breadcrumbs > span > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.yoast-breadcrumbs > span > span + span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 16L15 12L11 8' stroke='%23BEBEBE' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}
.yoast-breadcrumbs > span > span {
  text-decoration: underline;
}
.yoast-breadcrumbs > span > span a {
  text-decoration: none;
}
.rating-count {
  color: var(--neutral-variant-40, #303334);
  font-size: 14px;
}
.rating-block {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.rating {
  display: flex;
  position: relative;
  width: calc(18px * 5);
}
.rating i {
  min-width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M9 2L10.7199 6.63282L15.6574 6.83688L11.7828 9.90418L13.1145 14.6631L9 11.926L4.8855 14.6631L6.21721 9.90418L2.3426 6.83688L7.28014 6.63282L9 2Z' fill='%23DFE3E4'/%3E%3C/svg%3E");
}
.rating span {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.rating span i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M9 2L10.7199 6.63282L15.6574 6.83688L11.7828 9.90418L13.1145 14.6631L9 11.926L4.8855 14.6631L6.21721 9.90418L2.3426 6.83688L7.28014 6.63282L9 2Z' fill='%23FFDC0D'/%3E%3C/svg%3E");
}
.product_title {
  color: #212121;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
}
.model {
  color: #212121;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}
.price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-price {
  color: #212121;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.old-price-block {
  display: flex;
  gap: 10px;
  align-items: center;
}
.price-sale {
  background: #ff4d00;
  padding: 7px 8px;
  color: var(--White, #fff);
  font-size: 13px;
  line-height: 13px;
}
.old-price {
  color: var(--Black, #212121);
  font-size: 13px;
  text-decoration: line-through;
}
.product-item .old-price {
  font-size: 12px;
}
.product-item .new-price {
  color: var(--Red, #ff4d00);
  font-size: 14px;
}
.product-right,
.gallery-thumbs {
  position: sticky;
  top: 0;
  padding-top: 10px;
}
.common-btn {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  box-shadow: 0px 2px 2.5px rgba(0, 0, 0, 0.25);
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d4d4d4;
  z-index: 2;
}
.labels {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}
.product-item .labels {
  top: 17px;
  left: 10px;
}
.base-labels {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.item-label {
  font-size: 14px;
  line-height: 16px;
  height: 27px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-label img {
  width: 64px;
  height: auto;
}
.label-new {
  color: #fff;
  background: #212121;
}
.label-sale {
  background: #ff4d00;
  color: #fff;
}
.product-desc-cards {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 15px 0;
}
.product-desc-item {
  padding: 8px 0;
  gap: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--Greyscale-Border-Darker, #212121);
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  margin-bottom: -1px;
}
.product-desc-item-icon img {
  height: 32px;
  display: block;
  min-width: 32px;
}
.product-desc-item-caption {
  color: var(--Greyscale-Text-Title, #212121);
  font-size: 16px;
  text-align: left;
}
.product-desc-item-caption > span:first-child {
  white-space: nowrap;
}
.product-desc-item-caption > span:first-child:after {
  content: "/";
  margin: 0 3px;
}
.product-usps {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4px;
  margin: 19px 0 27px 0;
}
.product-usp {
  display: flex;
  align-items: center;
  gap: 4px;
}
.usp-icon {
  min-width: 24px;
  flex: 0 0 24px;
}
.usp-caption {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0;
}
.tags a {
  padding: 7px;
  color: #212121;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: var(--Greyscale-Text-Negative, #fff);
}

.accordions {
  display: flex;
  flex-direction: column;
}
.accordion {
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.accordion-title svg {
  transition: 0.3s;
}
.accordion-title.active svg {
  transform: rotate(180deg);
}
.accordion-content.description {
  padding: 0 16px 16px 16px;
}
.description {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 125% */
  letter-spacing: 0.16px;
}
.description > * + *,
#iub-pp-container * + * {
  margin-top: 20px;
}
.description table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  border: 1px solid #212121;
  background: #fff;
}
.description table td,
.description table th {
  color: #212121;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.13px;
  border: 1px solid #212121;
  padding: 6px 12px;
  min-width: 60px;
}
.description table tr:first-child * {
  font-weight: 600 !important;
}
.description img {
  display: inline-block;
  overflow: hidden;
}
#trustedshops-productreviews-sticker-wrapper {
  border: none !important;
  background: #f8f7f5 !important;
  margin-top: 15px;
}
.ts-rating-light.productreviews .ts-wrapper {
  padding: 50px 15px !important;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.ts-footer {
  display: none !important;
}
section.products {
  padding: 24px 0 48px 0;
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin: 24px 0;
}
.section-title-block .section-title {
  gap: 4px;
}
.section-title-block .section-link {
  margin-top: 9px;
}
.section-title-block .section-link::after {
  content: none;
}
.section-title-block .section-link svg path {
  transition: 0.3s;
}
.section-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.section-main-title {
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols-desktop, 4), 1fr);
  gap: 18px;
}
.product-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.product-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.product-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.product-category {
  color: #ed98aa;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.product-item {
  transition: 0.3s;
  background: #fff;
  padding: 0 0 6px 0;
  position: relative;
  overflow: hidden;
}
.product-item .add-to-wishlist-container {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-item .add-to-wishlist-container > * {
  line-height: 0;
  background: none;
  border: none;
  cursor: pointer;
  background: var(--Black-900, #1b1b1b);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.product-item > a {
  position: relative;
  padding-top: 100%;
  display: block;
}
.product-menu-item > a {
  padding: 0;
}
.product-bundle-item > a,
.product-single-item > a {
  padding-top: 133%;
  background: #fff;
}
.product-item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-menu-item > a > img {
  position: static;
  height: auto;
}
.product-single-item > a > img {
  object-fit: contain;
}
.product-item > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.product-single-item > a > img ~ img {
  /*object-fit: cover;*/
}
.product-item > a > img + img {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 3;
}
.product-item > a > img.changed {
  z-index: 4;
}
.product-with-bg.product-item > a > img {
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.product-item.img-hover > a > img + img,
.product-item.img-hover.has-images > a:after {
  opacity: 1;
  visibility: visible;
}
.product-item > a:before {
  content: "";
  transition: right 3s linear;
  background: var(--Pink-100, #ed98aa);
  height: 2px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 0;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}
.product-item.has-images.img-hover > a:before {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.product-item .product-price {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.product-item.product-menu-item .product-price {
  gap: 0;
}
.woocommerce-Price-amount
  ~ .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  display: none;
}
.product-item .caption {
  text-align: center;
  margin-top: 4px;
}
.product-name {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
  display: block;
  text-decoration: none;
}
.product-price {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
section.related ~ section.related,
.category-slider-section ~ section.related,
.blog-section + section.related {
  background: var(--Light-grey, #f8f7f5);
}
section.related ~ section.related .product-item,
.category-slider-section ~ section.related .product-item,
.blog-section + section.related .product-item {
  background: var(--Light-grey, #f8f7f5);
}
section.related ~ section.related .product-item .thb_color-swatch > * > span,
.category-slider-section
  ~ section.related
  .product-item
  .thb_color-swatch
  > *
  > span,
.blog-section + section.related .product-item .thb_color-swatch > * > span {
  border-color: #f8f7f5;
}
.product-usps2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.usp2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.product-usp2 {
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.ups2-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.usp2-caption {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.usp2-caption {
  color: var(--White, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.usp2-caption a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-decoration: underline;
  text-transform: uppercase;
}
.common-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}
.common-single {
  gap: 6px;
}
.single_add_to_cart_button {
  flex-grow: 1;
}
.common-btns > div > a,
.common-btns > div > button {
  border: none;
  display: flex;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: var(--Black-900, #1b1b1b);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.qty-group {
  display: flex;
  align-items: center;
  width: 118px;
  height: 40px;
  min-width: 118px;
  flex: 0 0 118px;
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: #fff;
  overflow: hidden;
}
.qty-group button {
  height: 100%;
  min-width: 43px;
  flex: 0 0 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
.qty-group input {
  width: 100%;
  flex-grow: 1;
  height: 100%;
  text-align: center;
  color: #212121;
  font-size: 16px;
  background: transparent;
}
.thb_color-swatch {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.nice-select.js-sort {
  border-color: transparent;
}
.thb_color-swatch > * {
  min-width: 29px;
  flex: 0 0 29px;
  height: 29px;
  border-radius: 50%;
  text-decoration: none;
}
.thb_color-swatch > * > span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.thb_color-swatch > * > b {
  display: none;
}
.hide,
.hidden {
  display: none !important;
}
table.variations > tbody > tr {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
table.variations > tbody > tr > th > label {
  display: flex;
  gap: 5px;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}
table.variations > tbody > tr > th > label div {
  font-weight: 400;
}
table.variations .thb_color-swatch {
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  gap: 15px 13px;
}
table.variations,
table.variations tbody {
  width: 100%;
  display: block;
}
table.variations .thb_color-swatch > * {
  height: auto;
  border-radius: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  position: relative;
}
table.variations .thb_color-swatch > * > span {
  min-width: 78px;
  height: 78px;
  flex: 0 0 78px;
  background-size: cover;
  background-position: center;
  width: auto;
  border: 4px solid #fff;
  transition: 0.3s;
}
table.variations .thb_color-swatch > * > b {
  color: #212121;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  display: block;
  flex-grow: 1;
  min-height: 60px;
  width: 100%;
  hyphens: auto;
  white-space: normal;
  word-wrap: break-word;
}
table.variations .thb_color-swatch > * > i {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #dcdcdc;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  padding: 2px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 60px;
  margin: auto;
}
table.variations .thb_color-swatch > *.selected > span {
  box-shadow: 0px 0px 0px 3px #ed98aa;
  transform: scale(0.9);
}
.product-item .thb_color-swatch > * > span {
  border: 2px solid #fff;
  transition: 0.3s;
}
button.reset_variations {
  display: none !important;
}
.add-to-wishlist-container:not(.exists) .yith-wcwl-wishlistexistsbrowse {
  display: none;
}
.js-add-wishlist.active {
  background: #fb88a6;
}
.stock-info {
  margin-bottom: 11px;
}
/*.stock {
  display: flex;
  gap: 9px;
  align-items: center;
}*/
.stock b {
  font-weight: 600;
}
.stock:not(.clear-style) {
  color: #212121;
  font-size: 16px;
  line-height: normal;
}
.stock::before {
  /*content: "";*/
  min-width: 8px;
  flex: 0 0 8px;
  height: 8px;
  border-radius: 50%;
}
.instock::before {
  background: #079460;
}
.lowstock::before {
  background: #ff9138;
}
.outstock::before {
  background: #941a07;
}
.stock.instock {
  color: var(--Green-600, #1a8b39);
}
.stock.lowstock {
  color: #ff9138;
}
.stock.outstock {
  color: #941a07;
}
.share-block {
  position: relative;
}
.share-icons {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.share-icons svg {
  width: 20px;
  height: 20px;
}
.share-inner {
  padding: 10px;
  display: flex;
  gap: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.stikerset-block .js-products-slider-navi > div.js-products-prev {
  left: 15px;
  top: 100px;
}
.stikerset-block .js-products-slider-navi > div.js-products-next {
  right: 15px;
  top: 100px;
}
.stikerset-block {
  margin-top: 16px;
}
.stikerset-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.stikerset-title > span {
  font-weight: 600;
}

.swiper-navi {
  display: flex;
  gap: 8px;
}
.swiper-navi > div {
  height: 30px;
  min-width: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 0.7px solid var(--Black, #212121);
  justify-content: center;
  cursor: pointer;
}
.swiper-navi .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.stikerset-item .product-item {
  padding: 0;
  box-shadow: none !important;
}
.bst-slider-pagination {
  position: absolute;
  z-index: 2;
  bottom: 25px !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.bst-slider-pagination > span {
  margin: 0 !important;
  min-width: 10px;
  flex: 0 0 10px;
  height: 10px;
  background: #212121;
  border: 1px solid #212121;
  opacity: 1;
}
.bst-slider-pagination > span.swiper-pagination-bullet-active {
  background: #fff;
}
.woocommerce-cart .section-breadcrumb,
.woocommerce-checkout .section-breadcrumb {
  display: none;
}
.cart-empty-title {
  padding: 24px 0;
  text-align: center;
}
.cart-empty-note {
  font-weight: 400;
}
.cart-empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 335px;
  margin: 67px auto 55px;
}
.cart-empty-content img {
  margin-bottom: 4px;
}
tr.atribute-type-select > .label {
  display: none;
}
.atribute-type-select .value {
  padding: 10px 0 100px 0;
}
.atribute-type-select .value select,
.atribute-type-select .value .nice-select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.sprachen-block {
  margin: 11px 0;
  display: flex;
  gap: 4px;
  align-items: center;
}
.sprachen-title {
  color: #665b6d;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
}
.sprachen-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sprachen-item {
  background: var(--Pink-50, #fdced8);
  padding: 2px 4px;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.schwierigkeitsgrad {
  display: flex;
  gap: 10px;
}
.schwierigkeitsgrad span {
  height: 10px;
  min-width: 10px;
  flex: 0 0 10px;
  background: #f4d8df;
  border-radius: 50%;
}
.schwierigkeitsgrad-block {
  gap: 8px;
}
.schwierigkeitsgrad span.active {
  background: #ed98aa;
}
.reset_bundled_variations_fixed {
  display: none;
}
.bundled_product_title.product_title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin: 0;
}
.bundled_product_summary .cart .variations {
  padding: 12px 0 52px 0;
}
div.bundled_product_summary,
.woocommerce div.product.bundled_product_summary {
  padding-bottom: 11px;
}
.bundled_item_cart_content {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.bundled_item_wrap .woocommerce-variation-add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
}
.single_variation_wrap.bundled_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single_variation_wrap.bundled_item_wrap:before,
.single_variation_wrap.bundled_item_wrap:after {
  display: none;
}
.bundled_item_wrap .woocommerce-variation-add-to-cart .qty-group {
  background: #fafafa;
}
.bundled_product_summary {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.bundled_product_images {
  min-width: 138px;
  flex: 0 0 138px;
}
.bundled_product_images figure {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  /*background: rgba(209, 209, 209, 0.1);*/
}
.bundled_product_images figure div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bundled_product_summary .details {
  flex-grow: 1;
}
.bundled_product_summary .atribute-type-select .value {
  padding: 0;
}
.bundle_error ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 11px 0;
  list-style: none;
  color: #ef634b;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.sizes-block {
  margin: 11px 0;
  position: relative;
}
.sizes-block .nice-select {
  height: 56px;
  line-height: 70px;
}
.size-block-title {
  color: var(--Neutral-70, #837a88);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 6px;
  z-index: 2;
  left: 18px;
}
.size-info {
  margin: 8px 0;
  display: flex;
  gap: 6px;
  color: var(--Text-Grey, #726f75);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  align-items: center;
}
.size-info button {
  color: var(--Pink-100, #ed98aa);
  font-size: 14px;
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}
.cart.bundle_form {
  margin: 15px 0 11px 0;
}
.bundle-block-title {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.has-sale .bundled_product_image:before {
  content: "%";
  position: absolute;
  top: 7px;
  left: 7px;
  box-shadow: 0px 0px 0px 3px #ff4d00;
  border: 1px solid #fff;
  background: #ff4d00;
  color: #fff;
  font-size: 16.696px;
  line-height: 11.13px; /* 66.667% */
  letter-spacing: 0.334px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  z-index: 2;
  border-radius: 50%;
}
.is-download .bundled_product_image:before,
.is-download-cart-img:before {
  content: "PDF";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #212121;
  color: #fff;
  font-size: 16px;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  z-index: 2;
  border-radius: 50%;
}
figure.is-download-cart-img {
  padding-top: 128%;
  position: relative;
  overflow: hidden;
  background: rgba(209, 209, 209, 0.1);
}
.is-download-cart-img:before {
  width: 28.574px;
  height: 28.574px;
  font-size: 9px;
  top: 10px;
  left: 13px;
}
.download_product .bundled_product_images figure img,
.is-download-cart-img img {
  width: 65px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-10deg);
}
.is-download-cart-img img {
  width: 50px;
  left: 21px;
  top: 7px;
}
.bundled_product_summary.download_product {
  align-items: stretch;
}
.download_product .bundled_item_cart_content {
  height: 100%;
  justify-content: space-between;
}
.bundle-description {
  color: var(--Text-_-grey, #6f6f6f);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin: 8px 0;
}
.bundled_product_summary .price-tax {
  display: none;
}
.bundled_product_summary .new-price {
  font-size: 14px;
  font-weight: 600;
}
.bundled_product_summary .old-price {
  font-size: 12px;
}
.bundled_product_summary .price,
.bundled_product_summary .old-price-block {
  gap: 6px;
}
.bundled_product_summary .price-sale {
  padding: 2px 4px;
  font-size: 12px;
}
.bundled_product_summary .woocommerce-variation-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.price-item {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  display: flex;
}
.price-item * {
    font-weight: 400;
}
.added_to_cart.wc-forward {
  display: none;
}

#msg {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 1000;
  max-width: 737px;
}
.js-msg-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.22701 16.8365L7.16351 15.773L10.9365 12L7.16351 8.25198L8.22701 7.18848L12 10.9615L15.748 7.18848L16.8115 8.25198L13.0385 12L16.8115 15.773L15.748 16.8365L12 13.0635L8.22701 16.8365Z' fill='%230D461C'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: calc(50% - 14px);
}
.msg-error .js-msg-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.22701 16.8365L7.16351 15.773L10.9365 12L7.16351 8.25201L8.22701 7.18851L12 10.9615L15.748 7.18851L16.8115 8.25201L13.0385 12L16.8115 15.773L15.748 16.8365L12 13.0635L8.22701 16.8365Z' fill='%23661F00'/%3E%3C/svg%3E");
}
.msg-info .js-msg-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.22701 16.8365L7.16351 15.773L10.9365 12L7.16351 8.25198L8.22701 7.18848L12 10.9615L15.748 7.18848L16.8115 8.25198L13.0385 12L16.8115 15.773L15.748 16.8365L12 13.0635L8.22701 16.8365Z' fill='white'/%3E%3C/svg%3E");
}
.msg-undo .js-msg-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.22701 16.8365L7.16351 15.773L10.9365 12L7.16351 8.25198L8.22701 7.18848L12 10.9615L15.748 7.18848L16.8115 8.25198L13.0385 12L16.8115 15.773L15.748 16.8365L12 13.0635L8.22701 16.8365Z' fill='%23A1104C'/%3E%3C/svg%3E");
}
#msg > div,
.msg-info,
.woocommerce-error,
.woocommerce-info,
.ybv-bundle-notice,
.woocommerce-message {
  list-style: none;
  font-size: 16px;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  padding: 16px 58px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 16px center;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}
ul.woocommerce-error {
  display: grid;
  gap: 5px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.msg-success,
.woocommerce-message {
  text-align: left;
  border: 1px solid var(--Border-Darker, #0d461c);
  background-color: var(--Border-Subtle, #ceeed6);
  box-shadow: 0 4px 7.4px 0 rgba(0, 0, 0, 0.04);
  color: var(--Border-Darker, #0d461c);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.25 16.75H12.75V11H11.25V16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%230D461C'/%3E%3C/svg%3E");
}
.msg-error,
.ybv-bundle-notice.partial,
.woocommerce-error {
  text-align: left;
  border: 1px solid var(--Border-Darker, #661f00);
  background-color: var(--Border-Subtle, #ffdbcc);
  box-shadow: 0 4px 7.4px 0 rgba(0, 0, 0, 0.04);
  color: var(--Border-Darker, #661f00);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.25 16.75H12.75V11H11.25V16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%23661F00'/%3E%3C/svg%3E");
}
.ybv-bundle-notice.partial * {
  color: inherit !important;
  font-weight: 400;
}
.ybv-bundle-notice.partial {
  margin-bottom: 20px;
}

.msg-info {
  text-align: left;
  color: var(--sundimmer-black, #fff);
  border: 1px solid var(--Border-Darker, #1b1b1b);
  background-color: var(--Black-900, #1b1b1b);
  background-repeat: no-repeat;
  padding: 16px 16px 16px 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M11.25 17.25H12.75V11.5H11.25V17.25ZM12 9.7885C12.2288 9.7885 12.4207 9.71108 12.5755 9.55625C12.7303 9.40142 12.8077 9.20958 12.8077 8.98075C12.8077 8.75192 12.7303 8.56008 12.5755 8.40525C12.4207 8.25058 12.2288 8.17325 12 8.17325C11.7712 8.17325 11.5793 8.25058 11.4245 8.40525C11.2697 8.56008 11.1923 8.75192 11.1923 8.98075C11.1923 9.20958 11.2697 9.40142 11.4245 9.55625C11.5793 9.71108 11.7712 9.7885 12 9.7885ZM12.0017 22C10.6877 22 9.45267 21.7507 8.2965 21.252C7.14033 20.7533 6.13467 20.0766 5.2795 19.2218C4.42433 18.3669 3.74725 17.3617 3.24825 16.206C2.74942 15.0503 2.5 13.8156 2.5 12.5017C2.5 11.1877 2.74933 9.95267 3.248 8.7965C3.74667 7.64033 4.42342 6.63467 5.27825 5.7795C6.13308 4.92433 7.13833 4.24725 8.294 3.74825C9.44967 3.24942 10.6844 3 11.9983 3C13.3123 3 14.5473 3.24933 15.7035 3.748C16.8597 4.24667 17.8653 4.92342 18.7205 5.77825C19.5757 6.63308 20.2528 7.63833 20.7518 8.794C21.2506 9.94967 21.5 11.1844 21.5 12.4983C21.5 13.8123 21.2507 15.0473 20.752 16.2035C20.2533 17.3597 19.5766 18.3653 18.7218 19.2205C17.8669 20.0757 16.8617 20.7528 15.706 21.2518C14.5503 21.7506 13.3156 22 12.0017 22ZM12 20.5C14.2333 20.5 16.125 19.725 17.675 18.175C19.225 16.625 20 14.7333 20 12.5C20 10.2667 19.225 8.375 17.675 6.825C16.125 5.275 14.2333 4.5 12 4.5C9.76667 4.5 7.875 5.275 6.325 6.825C4.775 8.375 4 10.2667 4 12.5C4 14.7333 4.775 16.625 6.325 18.175C7.875 19.725 9.76667 20.5 12 20.5Z' fill='white'/%3E%3C/svg%3E");
}
.woocommerce-info,
.msg-undo {
  text-align: left;
  border: 1px solid var(--Greyscale-Border-Default, #aeaeae);
  background-color: var(--Greyscale-Surface-Subtle, #f3f3f3);
  box-shadow: 0 4px 7.4px 0 rgba(0, 0, 0, 0.04);
  color: var(--Greyscale-Border-Darker, #212121);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M11.25 17.25H12.75V11.5H11.25V17.25ZM12 9.7885C12.2288 9.7885 12.4207 9.71108 12.5755 9.55625C12.7303 9.40142 12.8077 9.20958 12.8077 8.98075C12.8077 8.75192 12.7303 8.56008 12.5755 8.40525C12.4207 8.25058 12.2288 8.17325 12 8.17325C11.7712 8.17325 11.5793 8.25058 11.4245 8.40525C11.2697 8.56008 11.1923 8.75192 11.1923 8.98075C11.1923 9.20958 11.2697 9.40142 11.4245 9.55625C11.5793 9.71108 11.7712 9.7885 12 9.7885ZM12.0017 22C10.6877 22 9.45267 21.7507 8.2965 21.252C7.14033 20.7533 6.13467 20.0766 5.2795 19.2218C4.42433 18.3669 3.74725 17.3617 3.24825 16.206C2.74942 15.0503 2.5 13.8156 2.5 12.5017C2.5 11.1877 2.74933 9.95267 3.248 8.7965C3.74667 7.64033 4.42342 6.63467 5.27825 5.7795C6.13308 4.92433 7.13833 4.24725 8.294 3.74825C9.44967 3.24942 10.6844 3 11.9983 3C13.3123 3 14.5473 3.24933 15.7035 3.748C16.8597 4.24667 17.8653 4.92342 18.7205 5.77825C19.5757 6.63308 20.2528 7.63833 20.7518 8.794C21.2506 9.94967 21.5 11.1844 21.5 12.4983C21.5 13.8123 21.2507 15.0473 20.752 16.2035C20.2533 17.3597 19.5766 18.3653 18.7218 19.2205C17.8669 20.0757 16.8617 20.7528 15.706 21.2518C14.5503 21.7506 13.3156 22 12.0017 22ZM12 20.5C14.2333 20.5 16.125 19.725 17.675 18.175C19.225 16.625 20 14.7333 20 12.5C20 10.2667 19.225 8.375 17.675 6.825C16.125 5.275 14.2333 4.5 12 4.5C9.76667 4.5 7.875 5.275 6.325 6.825C4.775 8.375 4 10.2667 4 12.5C4 14.7333 4.775 16.625 6.325 18.175C7.875 19.725 9.76667 20.5 12 20.5Z' fill='%23212121'/%3E%3C/svg%3E");
}
.success-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.success-add-to-cart img {
  width: 55px;
  height: auto;
}
.success-add-to-cart a {
  white-space: nowrap;
  color: var(--Border-Darker, #0d461c);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
}
.msg-undo .success-add-to-cart a {
  color: var(--Greyscale-Border-Darker, #212121);
}
.js-download-add-to-cart.btn {
  text-transform: none;
}
.section-cart {
  padding: 24px 0 35px 0;
  background: #f9f9f9;
}
.cart-title {
  margin-bottom: 26px;
  text-align: center;
}
.cart-left .cart-title {
  text-align: left;
}
.cart-box {
  background: #fff;
  padding: 24px;
}
.cart-box + .cart-box,
.cart-box + .main-cart-box {
  margin-top: 20px;
}
.cart-grid {
  display: grid;
  grid-template-columns: calc(100% - 451px - 17px) 451px;
  gap: 17px;
  width: auto;
  height: auto;
  grid-template-rows: [row1-start] max-content [row1-end] 1fr;
  align-items: flex-start;
}
.cart-right {
  grid-area: 1 / 2 / 3 / 3;
}
.cart_item {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cart-item-thumbnail {
  flex: 0 0 95px;
  min-width: 95px;
  overflow: hidden;
}
.cart-item-caption {
  min-width: calc(100% - 16px - 95px);
  flex: 0 0 calc(100% - 16px - 95px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.cart-item-top {
  display: flex;
  justify-content: space-between;
}
.cart-item-name > a,
.cart-item-name > span {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 7px;
  display: block;
}
.is-download-cart .cart-item-name > a,
.is-download-cart .cart-item-name > span {
  font-weight: 400;
}
.cart-item-sku {
  font-size: 16px;
  line-height: 20px;
}
.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item-common {
  display: flex;
  align-items: center;
  gap: 44px;
}
.cart-item-btns {
  display: flex;
  gap: 20px;
}
.btn-icon {
  min-width: 33px;
  flex: 0 0 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}
.product-subtotal {
  color: var(--Black, #202020);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.subtotal-sale .product-subtotal {
  color: #ff4d00;
}
.subtotal-sale .old-price {
  font-size: 14px;
}
.subtotal-sale .price-sale {
  padding: 4px;
  font-size: 12px;
  line-height: 10px;
}
.subtotal-sale {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.cart-item-notice {
  color: var(--Black, #202020);
  text-align: right;
  font-size: 16px;
  line-height: normal;
}
.cart-bundle-box {
  min-width: 100%;
}
.cart-bundle-title {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cart-bundle-title svg {
  transition: 0.3s;
}
.cart-bundle-title.active svg {
  transform: rotate(180deg);
}
.cart-bundle-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-bundle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 20px;
}
.cart-bundle-item .cart-item-thumbnail {
  flex: 0 0 79px;
  min-width: 79px;
}
.cart-bundle-item .cart-item-name > a,
.cart-bundle-item .cart-item-name > span {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px;
}

.cart-bundle-item .cart-item-sku {
  color: var(--Neutral-70, #837a88);
  margin-bottom: 3px;
}
.cart-bundle-item .cart-item-notice {
  font-size: 16px;
  min-width: 222px;
  flex: 0 0 222px;
  text-align: left;
}
.cart-bundle-item .product-subtotal {
  font-weight: 400;
  display: flex;
  gap: 8px;
  min-width: 120px;
  flex: 0 0 120px;
  text-align: right;
  justify-content: flex-end;
}
.old-cart-bundle-price {
  color: #999;
  text-decoration: line-through;
}
.cart-item-qty-text {
  font-size: 16px;
  line-height: 16px;
}
.cart-bundle-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
  padding-top: 21px;
  margin-top: 16px;
  padding-bottom: 5px;
}
.cart-bundle-total-left {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.cart_totals th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  padding-bottom: 24px;
  text-align: left;
  vertical-align: top;
}
.cart_totals td {
  text-align: right;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  padding-bottom: 24px;
  vertical-align: top;
}
.cart_totals td > ul {
  list-style: none;
}
.woocommerce-shipping-destination {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin-top: 24px;
  margin-bottom: -13px;
}
.cart_totals .order-total th,
.cart_totals .order-total td {
  border-top: 1px solid #cecece;
  padding: 24px 0 0 0;
}
.cart_totals .order-total th {
  font-weight: 600;
  line-height: 20px;
}
.cart_totals .order-total td strong {
  font-weight: 400;
}

.cart_totals .order-total td small {
  display: block;
  font-size: 16px;
}
.cart-right .cart-box {
  padding: 20px;
}
.coupon-box {
  margin: 8px 0 24px 0;
}
.coupon-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--Text-Grey, #726f75);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  cursor: pointer;
}
.coupon-svg {
  position: relative;
}
.coupon-svg svg + svg {
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.coupon-title.active .coupon-svg svg + svg {
  transform: rotate(90deg);
}
.coupon {
  position: relative;
}
.coupon svg {
  position: absolute;
  top: 11px;
  left: 5px;
}
.coupon input {
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: #fff;
  padding: 12px 15px 12px 36px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.coupon button {
  position: absolute;
  color: #212121;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  text-decoration: underline;
  text-transform: uppercase;
  background: none;
  padding: 0;
  right: 20px;
  top: 14px;
  height: auto;
}
.payment_icons {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 8px;
  justify-content: center;
}
.text-info-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.text-info-text ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.text-info-text ul li:before {
  content: "";
  min-width: 16px;
  flex: 0 0 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M5.55002 11.6537L0.215515 6.31923L1.28452 5.24998L5.55002 9.51548L14.7155 0.349976L15.7845 1.41923L5.55002 11.6537Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}
.text-info-text ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkmark {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkmark-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.notice-reserve {
  display: flex;
  align-items: center;
  border: 1px solid var(--Grey, #eeeae7);
  margin-top: 11px;
  padding: 16px;
  gap: 10px;
  color: var(--sundimmer-black, #191c24);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  width: max-content;
}
.bundled_table_item_price:after,
.bundled_table_item_subtotal:after {
  display: none;
}
.blockOverlay {
  background: #fff !important;
}
.cart-free-steps.cart-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.steps-text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.steps-text > span {
  color: var(--Pink-100, #ed98aa);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.steps {
  position: relative;
  border-radius: 1000px;
  background: #eaecf0;
  height: 7px;
}
.steps-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 1000px;
  background: var(--Pink-50, #fdced8);
}
.steps-progress:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: -3px;
  border-radius: 50%;
  background: #ed98aa;
}
.steps-progress span {
  position: absolute;
  right: -9px;
  border-radius: 4px;
  background: var(--Pink-100, #ed98aa);
  padding: 2px 4px;
  color: #fff;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -30px;
}
.steps-progress span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none'%3E%3Cpath d='M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.499999 1.40192 0.499999L6.59808 0.5C7.36788 0.5 7.849 1.33333 7.4641 2L4.86603 6.5Z' fill='%23ED98AA'/%3E%3C/svg%3E");
  width: 8px;
  height: 7px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -5px;
}
.steps .step {
  position: absolute;
  width: 20px;
  top: -7px;
  margin-left: -20px;
  height: 20px;
  border: 1px solid #212121;
  border-radius: 50%;
  background: #eeeae7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step.active {
  background: #ed98aa;
  border-color: #ed98aa;
}
.steps .step.active img {
  filter: brightness(0) invert(1);
}
.cart_item_out_stock .cart-item-thumbnail,
.cart_item_out_stock .cart-item-sku,
.cart_item_out_stock .cart-item-name > a {
  opacity: 0.6;
}

.out-stock-label {
  color: var(--Greyscale-Text-Caption, #777);
  font-size: 14px;
  font-weight: 500;
  background: var(--Greyscale-Surface-Disabled, #c9c9c9);
  padding: 4px 12px;
  width: max-content;
  margin-bottom: 8px;
}
.cart_item_out_stock .cart-item-notice {
  max-width: 285px;
  text-align: left;
}
.cart-item-notice.cart-item-notice-box {
  padding: 24px;
  max-width: 443px;
  background: var(--Surface-Subtle, #fef4f6);
}
.out-stock-form {
  gap: 8px;
  margin-top: 8px;
  flex-direction: column;
  display: flex;
}
.out-stock-form label {
  color: #525252;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-align: left;
}
.out-stock-form input {
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: transparent;
  padding: 12px 4px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row.cembrapay-birthdate-container {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.form-row + .form-row {
  margin-top: 20px;
}
.form-row > label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.form-row > label .required {
  color: #f00;
  text-decoration: none;
}
.form-row .input-text, .payment-desc input[type="text"] {
  border: none;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 4px;
  background-position: calc(100% - 18px) center !important;
}
.woocommerce-billing-fields {
  margin-bottom: 10px;
}
.cart-recomendation {
  max-width: calc(100% - 413px - 17px);
}
.cart-recomendation .stikerset-item .product-item {
  padding-bottom: 8px;
}
.shop_table {
  width: 100%;
}
.widget_shopping_cart-box {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  min-width: 328px;
  width: 328px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.13));
  padding: 20px;
  position: relative;
}
.widget_shopping_cart-box:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: -11px;
  border: 1px solid #d9d9d9;
  background: #fff;
  right: 67px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.widget-cart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.widget-cart-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
}
.widget-cart-close {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.woocommerce-mini-cart .cart_item {
  padding: 0;
  background: none;
  gap: 16px 11px;
}
.woocommerce-mini-cart .cart-item-thumbnail {
  flex: 0 0 67px;
  min-width: 67px;
}
.woocommerce-mini-cart .cart-item-caption {
  flex-direction: row;
  min-width: calc(100% - 11px - 67px);
  flex: 0 0 calc(100% - 11px - 67px);
  gap: 11px;
}
.woocommerce-mini-cart .cart-item-name > a,
.woocommerce-mini-cart .cart-item-name > span {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  hyphens: auto;
  white-space: normal;
  word-wrap: break-word;
}
.woocommerce-mini-cart .cart-item-top {
  min-width: calc(100% - 82px);
  flex: 0 0 calc(100% - 82px);
}
.cart-item-name {
  flex-grow: 1;
}
.woocommerce-mini-cart .cart-item-name {
  width: 100%;
}
.woocommerce-mini-cart .cart-item-btns {
  gap: 5px;
  width: auto;
}
.woocommerce-mini-cart .cart-item-bottom {
  width: 100%;
}
.woocommerce-mini-cart .product-subtotal {
  font-weight: 400;
}
.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #eeeae7;
}
.widget-cart-total-title {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.woocommerce-mini-cart__total .amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.widget_shopping_cart-box .steps-progress:after {
  display: none;
}
.widget_shopping_cart-box .cart-free-steps.cart-box {
  gap: 8px;
  padding: 0;
  margin-top: 22px;
}
.swiper-button-lock {
  display: none !important;
}
.widget_shopping_cart_content-box {
  position: absolute;
  display: none;
  z-index: 999;
}
[id*="trustbadge-container-"] {
  z-index: 102 !important;
}
.woocommerce-cart [id*="trustbadge-container-"],
.woocommerce-checkout [id*="trustbadge-container-"],
.single-product [id*="trustbadge-container-"] {
  display: none !important;
}
.woocommerce-order {
  background: #f9f9f9;
  padding: 32px 0 107px 0;
}
.success-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  background: transparent;
  padding: 0;
}
.success-main-info {
  display: flex;
  gap: 6px;
  flex-direction: column;
  width: 100%;
}
.smi-item {
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-order .container {
  max-width: 1104px;
}
.success-text {
  font-size: 18px;
  line-height: normal;
  width: 100%;
}
.success-text p + p {
  margin-top: 10px;
}
.success-notice.msg-info {
  margin-top: 4px;
  font-size: 16px;
  line-height: normal;
  padding: 16px 16px 16px 50px;
  background-position: 16px center;
}
.account-edit-subtitle {
  font-weight: 600;
  margin: 24px 0;
  display: block;
}
.payment-method-actions .btn {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  padding: 0;
}
.woocommerce-customer-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.address-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.address-box {
  padding: 12px;
  display: flex;
  flex-direction: column;
  min-height: 163px;
}
.line-address {
  font-size: 16px;
  line-height: normal;
}
.line-address:first-child {
  margin-bottom: 24px;
}

.woocommerce-order-downloads {
  margin-bottom: 16px;
}
.success-items-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.download-notice {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  gap: 4px;
  min-width: 172px;
  flex: 0 0 172px;
}
.download-notice span {
  color: var(--Text-Grey, #726f75);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
}
.download-item {
  gap: 16px;
  padding: 0;
  align-items: center;
  display: flex;
}
.download-notice + .download-notice {
  margin-left: 100px;
}
.order-date {
  color: var(--Black-600, #5e5e5e);
  margin-bottom: 14px;
}
.success-totals-box {
  padding: 0;
  margin-bottom: 24px;
}
.success-total-item + .success-total-item {
  border-top: 1px solid var(--Grey, #eeeae7);
}
.success-total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.success-total-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.success-total-value {
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-order-details__title {
  margin-bottom: 16px;
}
.order_item .cart-item-notice {
  min-width: 300px;
  flex: 0 0 300px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.order_item > .cart-item-caption > .cart-item-top > .product-subtotal,
.order_item > .cart-item-caption > .cart-item-top > .subtotal-sale {
  min-width: 227px;
  flex: 0 0 227px;
  text-align: right;
}
.order_item .cart-bundle-list .subtotal-sale,
.order_item .cart-bundle-list .product-subtotal {
  min-width: 195px;
  flex: 0 0 195px;
}
.cart_item.order_item {
  align-items: center;
}
.order_item .cart-item-top {
  align-items: center;
}
.order_item .cart-bundle-title {
  pointer-events: none;
}
.woocommerce-order [name="mwb_new_return_request"] {
  display: none;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper > *,
.woocommerce-shipping-fields__field-wrapper > * {
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper > .form-row-first,
.woocommerce-billing-fields__field-wrapper > .form-row-last,
.woocommerce-shipping-fields__field-wrapper > .form-row-first,
.woocommerce-shipping-fields__field-wrapper > .form-row-last,
.woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_postcode_field,
.woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_city_field {
  width: calc(50% - 6px);
  margin-top: 20px;
}
.woocommerce-billing-fields__field-wrapper > #billing_address_1_field,
.woocommerce-billing-fields__field-wrapper > #billing_address_full_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_address_full_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_address_1_field {
  width: calc(75% - 6px);
  margin-top: 20px;
}
.woocommerce-billing-fields__field-wrapper > #billing_address_2_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_address_2_field,
.woocommerce-billing-fields__field-wrapper > #billing_custom_address_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_custom_address_field {
  width: calc(25% - 6px);
  margin-top: 20px;
}
.form-row .checkbox,
#ship-to-different-address .checkbox,
.form-checkbox {
  color: var(--text-primary, #1a1a1a);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 26px;
}
.form-row .checkbox input,
.form-checkbox input,
#ship-to-different-address .checkbox input {
  border: 1px solid #212121;
  min-width: 16px;
  flex: 0 0 16px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
.form-row .checkbox input:checked,
.form-checkbox input:checked,
#ship-to-different-address .checkbox input:checked {
  background-position: center center;
  background-color: var(--Pink-100, #ed98aa);
  border-color: var(--Pink-100, #ed98aa);
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2203 4.37725C17.5643 4.68301 17.5953 5.20974 17.2895 5.55373L8.40063 15.5537C8.24249 15.7316 8.01582 15.8334 7.77779 15.8334C7.53975 15.8334 7.31309 15.7316 7.15495 15.5537L2.7105 10.5537C2.40474 10.2097 2.43572 9.68301 2.77971 9.37725C3.12369 9.07148 3.65042 9.10247 3.95618 9.44645L7.77779 13.7458L16.0438 4.44645C16.3496 4.10247 16.8763 4.07148 17.2203 4.37725Z' fill='white'/%3E%3C/svg%3E%0A");
}
.form-row.create-account {
  margin-bottom: 17px;
}
div.create-account {
  padding-bottom: 17px;
}
.shipping_address {
  padding-top: 17px;
}
.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
}
.wc_payment_method > input {
  display: none;
}
.wc_payment_method > label::before {
  content: "";
  min-width: 10px;
  flex: 0 0 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #f8f7f5;
  box-shadow: 0px 0px 0px 1px #d1d1d6;
  margin: 2px;
}
#payment .payment_method_mame_twint > label {
  display: flex !important;
}
.payment_box ul {
  padding-left: 18px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew {
  flex-direction: row;
}
.wc_payment_method > label {
  background: #f8f7f5;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  min-height: 48px;
}
.payment_box {
  background: #f8f7f5;
  padding: 8px;
}
.wc_payment_method > label > span {
  flex-grow: 1;
}
.wc_payment_method > input:checked + label::before {
  background: #151533;
}
.wc_payment_method > label img {
  height: auto !important;
  max-height: 41px !important;
  width: 60px !important;
  max-width: 100% !important;
}
.wc_payment_method > label:after {
  display: none !important;
}
.woocommerce-checkout-review-order-table thead th {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.woocommerce-checkout-review-order-table thead th + th {
  text-align: right;
}
.woocommerce-checkout-review-order-table tbody .product-name-td,
.woocommerce-checkout-review-order-table tbody .product-total-td {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  padding-top: 10px;
  vertical-align: top;
}
.woocommerce-checkout-review-order-table
  tbody
  .product-name-td
  .product-quantity {
  display: block;
  font-weight: 400;
}

.woocommerce-checkout-review-order-table tbody .product-total-td {
  text-align: right;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  padding-top: 24px;
  vertical-align: top;
  text-align: left;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout-review-order-table tfoot strong {
  font-weight: 400;
}
.woocommerce-checkout-review-order-table tfoot > tr:nth-last-child(2) > * {
  padding-bottom: 11px;
}
#shipping_method {
  list-style: none;
}
.woocommerce-checkout-review-order-table tfoot > tr.order-total > * {
  border-top: 1px solid #c5c5c5;
}
.woocommerce-checkout-review-order-table tfoot > tr.order-total > th {
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
}
.woocommerce-checkout-review-order-table .includes_tax {
  display: block;
  color: var(--neutral-variant-40, #303334);
  font-weight: 400;
}
.woocommerce-checkout-review-order-table
  tfoot
  > tr.order-total
  .subtotal-sale
  strong {
  font-weight: 600;
}
.add_gift_card_form,
.acfw-checkout-ui-block {
  display: none !important;
}
.term-notice,
.woocommerce-terms-and-conditions-checkbox-text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  font-weight: 400;
}
.term-notice {
  margin-bottom: 31px;
}
.term-notice a,
.woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--Pink-600, #fb88a6);
  text-decoration: none;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 24px;
  margin-top: 24px;
}
.cart-grid .woocommerce-info {
  margin-bottom: 24px;
}
.category-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--Stroke-Grey, #cacaca);
  padding: 8px 0;
}
.category-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-title span {
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
  background: var(--Grey, #eeeae7);
  padding: 4px;
  min-width: 40px;
}
.category-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.c-action-item {
  gap: 7px;
  display: flex;
  align-items: center;
}
.c-action-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.product-count {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin-left: 40px;
}
.category-grid {
  display: flex;
  gap: 68px;
}
.category-left {
  min-width: 257px;
  flex: 0 0 257px;
}
.category-main {
  flex-grow: 1;
  padding-top: 10px;
}
body.search .category-main {
  padding-top: 24px;
}
.subcategory-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
}
.subcategory-box-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.subcategory-subbox {
  padding: 8px 8px 8px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subcategory-subbox > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
  text-decoration: none;
}
.subcategory-subbox > a.active {
  color: var(--Pink-100, #ed98aa);
}
.subcategory-box-item > button,
.subcategory-box-item > a {
  font-size: 16px;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  border: none;
}
.subcategory-subbox .subcategory-subbox {
  padding-left: 24px;
}
.subcategory-box-item button:hover,
.subcategory-box-item a:hover {
  text-decoration: underline;
}
.subcategory-box-item > a.active,
.subcategory-box-item > button.active {
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 6px;
}
.js-load-more {
  margin: 24px auto;
}
.page-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-decoration: none;
  height: 33px;
  justify-content: center;
  min-width: 33px;
  border-radius: 36px;
}
.page-numbers.current {
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
}
.next.page-numbers,
.prev.page-numbers {
  font-size: 14px;
  margin: 0 14px;
}
.next.page-numbers path,
.prev.page-numbers path {
  transition: 0.3s;
}

.etrusted-global-widget {
  padding: 20px 0;
}
.category-slider-item {
  position: relative;
  padding-top: 100%;
  display: block;
}
.category-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.category-slider-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0) 0%,
    rgba(33, 33, 33, 0.4) 100%
  );
}
.category-slider-item span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 51px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.swiper-content {
  position: relative;
}
.swiper-navi-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50% - 15px);
}
.swiper-content > div {
  position: absolute;
  top: auto;
  bottom: calc(50% - 15px);
  z-index: 4;
  background: #fff;
}
.swiper-content > .swiper-navi-prev {
  left: -15px;
}
.swiper-content > .swiper-navi-next {
  left: auto;
  right: -15px;
}
.category-slider {
  overflow: visible;
}
.category-slider-section {
  overflow: hidden;
  padding: 24px 0 54px 0;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.category-slider-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 69.01%,
    #fff 100%
  );
  width: 200px;
  z-index: 3;
}

.section-description {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}

.js-more-btn {
  margin: 0 auto;
}
.description.shadow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}
.description.shadow.opened:after {
  opacity: 0;
  visibility: hidden;
}
.filters-box {
  margin-top: 48px;
  margin-bottom: 40px;
}
.filter-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.filter-main-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
}
.filter + .filter {
  margin-top: 8px;
}
.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid var(--Stroke-Grey, #cacaca);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.filter-title span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-title span small {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 108.333% */
  display: flex;
  min-width: 20px;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background: var(--Greyscale-Text-Title, #212121);
}
.filter-title svg {
  transition: 0.3s;
}

.filter-title.active svg {
  transform: rotate(180deg);
}

.attributes-list {
  display: flex;
  flex-direction: column;
}
.filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 7px;
}
.filter-item.active, .filter-item.active3 {
  order: -1;
  display: flex !important;
}
.filter-item input, .payment-desc input[type="radio"] {
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  min-width: 14px;
  flex: 0 0 14px;
  height: 14px;
  -webkit-appearance: none;
  appearance: none;
  background-size: contain;
}
.wc_payment_methods .payment_method_byjuno p {
    margin: 10px 0 0 0 !important;
}
.filter-item input[type="radio"], .payment-desc  input[type="radio"] {
  border-radius: 50%;
}
.filter-item label, .payment-desc input[type="radio"] + label {
  color: var(--text-primary, #1a1a1a);
  font-size: 14px;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
}

.filter-item input:checked, .payment-desc input[type="radio"]:checked {
  background-position: center center;
  background-color: #161616;
  border-color: #161616;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2203 4.37725C17.5643 4.68301 17.5953 5.20974 17.2895 5.55373L8.40063 15.5537C8.24249 15.7316 8.01582 15.8334 7.77779 15.8334C7.53975 15.8334 7.31309 15.7316 7.15495 15.5537L2.7105 10.5537C2.40474 10.2097 2.43572 9.68301 2.77971 9.37725C3.12369 9.07148 3.65042 9.10247 3.95618 9.44645L7.77779 13.7458L16.0438 4.44645C16.3496 4.10247 16.8763 4.07148 17.2203 4.37725Z' fill='white'/%3E%3C/svg%3E%0A");
}
.attributes-list:not(.show-all-item) .filter-item:nth-child(n + 5) {
  display: none;
}
.js-sort {
  min-width: 150px;
}
.js-filter-more {
  color: var(--Pink-100, #ed98aa);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-decoration: underline;
  cursor: pointer;
}
.btn.btn-clear-filter {
  padding: 4px 8px;
  text-transform: none;
  height: auto;
}
.color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
}
.filter-item {
  position: relative;
}

.color-list .filter-item.active,
.color-list .filter-item.active2 {
  background: var(--Greyscale-Surface-Subtle, #f3f3f3);
}
.color-list .filter-item.active:after,
.color-list .filter-item.active2:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  display: block;
  right: 12px;
  top: calc(50% - 6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M5.55008 11.6537L0.215576 6.31923L1.28458 5.24998L5.55008 9.51548L14.7156 0.349976L15.7846 1.41923L5.55008 11.6537Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}
.color-list .filter-item {
  min-width: calc(50% - 3px);
  flex: 0 0 calc(50% - 3px);
   padding: 12px 7px;
}
.color-list input {
  display: none;
}
.color-list .option-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.color-list input:checked + .option-item {
  border-color: var(--Black, #212121);
}
.color-list .option-item span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.color-list .option-item i {
  min-width: 17px;
  flex: 0 0 17px;
  height: 17px;
  border-radius: 50%;
}
.slider-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.slider-inputs span {
  color: var(--Greyscale-Text-Title, #212121);
  font-size: 16px;
  line-height: 18px;
}
.slider-inputs-item {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.slider-inputs-item input {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  width: 100%;
  padding: 12px 43px 12px 4px;
  border: 1px solid transparent;
  border-bottom-color: var(--Greyscale-Border-Darker, #212121);
}
.slider-inputs-item input:focus {
  border-color: var(--Greyscale-Border-Darker, #212121);
}
.slider-inputs-item span {
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}
.js-slider {
  margin-bottom: 50px;
}
.filter-slider {
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.filter-slider > span {
  color: var(--Black, #212121);
  font-family: Jost;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}
.filter-slider > span + span {
  left: auto;
  right: 2px;
}
.selected-box {
  background: var(--Light-grey, #f8f7f5);
  padding: 16px;
  position: relative;
  z-index: 1;
}
.selected-box-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 9px;
}
.selected-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.btn-selected {
  border-radius: 41px;
  border: 1px solid var(--Stroke-Grey, #cacaca);
  background: var(--Light-grey, #f8f7f5);
  color: var(--Black, #212121);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.banner-item {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  text-align: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
}
.banner-item > img {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  z-index: 1;
}

.banner-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0.4) 0%,
    rgba(33, 33, 33, 0) 100%
  );
}
.banner-item.dark-slyle::before {
  display: none;
}
.banner-title {
  color: #fff;

  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.banner-title + .btn {
  position: relative;
  z-index: 3;
}
.banner-item.dark-slyle .banner-title {
  color: var(--Black, #212121);
}
.banner-item .btn-banner {
  border-color: var(--White, #fff);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
.showroom-image {
  border-radius: 6px;
  height: 284px;
  overflow: hidden;
}
.showroom-slider .swiper-slide {
  width: 212px;
  height: auto;
}
.showroom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-decoration: none;
}
.showroom-title {
  color: #000;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.showroom-text {
  color: var(--Text-Grey, #726f75);
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.showroom-section {
  margin: 24px 0;
  overflow: hidden;
}
footer {
  background: #212121;
  color: #fff;
}
.usp-footer-items {
  padding: 48px 0;
}
.usp-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  justify-content: center;
}
.logo-block-footer {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 16px 0;
}
.logo-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-block-footer .logo {
  width: 118px;
}
.socials {
  display: flex;
  align-items: center;
  gap: 44px;
}
.brand_icons-footer {
  background: #2e2e2e;
  padding: 8px 0;
}
.brand_icons-footer-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.brand_icons-footer-item {
  border-radius: 6px;
  overflow: hidden;
  min-width: 94px;
  flex: 0 0 94px;
  height: 52px;
}
.copyright-footer {
  border-top: 1px solid #777;
  background: var(--Pink-10, #f4d8df);
  color: var(--Black, #212121);
  padding: 13px 0;
}
.copyright {
  font-size: 16px;
  line-height: normal;
}
.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bottom {
  display: flex;
  align-items: center;
  gap: 55px;
}
.menu-bottom > a {
  color: var(--Black, #212121);
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
.main-footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  gap: 25px;
}
.footer-info {
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
  min-width: 305px;
  flex: 0 0 205px;
  color: var(--Light-grey, #f8f7f5);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  margin-right: 10px;
}
.footer-info > img {
  width: 78px;
}
.footer-info > p {
  margin-top: 21px;
}
.footer-info a {
  text-decoration: none;
}
.footer-menus {
  display: flex;
  gap: 20px;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 10px;
}
.menu-title {
  font-weight: 500;
  color: var(--Grey, #eeeae7);
  font-size: 14px;
  line-height: normal;
  margin-bottom: 12px;
}
.menu-title svg {
  transition: 0.3s;
}
.menu-title.active svg {
  transform: rotate(180deg);
}
.menu-item > a {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  text-decoration: none;
  display: block;
}
.menu-item > a + a {
  margin-top: 10px;
}
.footer-form {
  border: 1px solid var(--Pink-100, #ed98aa);
  background: var(--Pink-10, #f4d8df);
  padding: 16px;
  min-width: 305px;
  flex: 0 0 305px;
}
.footer-form {
  display: flex;
  color: var(--Black, #212121);
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-form-title {
  font-size: 16px;
  line-height: 20px;
}
.footer-form .wpcf7-form-control-wrap input {
  height: 44px;
  border: none;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: none;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0px;
  margin-bottom: 7px;
  padding: 12px 4px;
  width: 100%;
}
.footer-form .wpcf7-form-control-wrap input::placeholder {
  color: #525252;
}
.footer-form .wpcf7-submit {
  width: 100%;
  margin-top: 8px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -7px;
}
.wp-container .wpcf7-not-valid-tip {
  margin-top: -2px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 14px;
}
.footer-payment-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.payment-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.payment_icons-footer-item {
  width: 44px;
}
.footer-etrusted-widget {
  border-radius: 32px;
  background: #fff;
}
.swiper-slide.blog-item-outer {
  width: calc(100% / 3 - 15px);
  height: auto;
  position: relative;
}
.blog-item .blog-img {
  padding-top: 57.1%;
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-item .blog-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item .tags {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.blog-section {
  margin-bottom: 24px;
  margin-top: 24px;
}
.blog-caption {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.blog-date {
  color: #ed98aa;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.blog-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.blog-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: var(--Greyscale-Text-Subtitle, #5e5e5e);
}

.total-type-netto .success-total-title,
.total-type-tax .success-total-title,
.total-type-order_total .success-total-title {
  color: var(--Yarni_black, #353030);
}

.steps-progress-animation {
  transition: width 2s ease-in-out;
}

.section-blog-title {
  margin-top: 24px;
}
.blog-item {
  position: relative;
}
.stickly-post .blog-item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.stickly-post .blog-item .blog-img {
  min-width: 60%;
  padding-top: 35%;
  flex: 0 0 60%;
}
.stickly-post .blog-item .tags {
  position: static;
}
.stickly-post .blog-caption {
  margin-top: 20px;
  gap: 8px;
}
.stickly-post .blog-title {
  font-size: 26px;
  line-height: 32px;
  order: -1;
}
.blog-link {
  margin-top: 10px;
}
.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
  justify-content: center;
}
.category-item {
  font-size: var(--Typeface-Size-Button-M, 14px);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  border: 1px solid var(--Greyscale-Text-Title, #212121);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blogpage-grid {
  gap: 28px 20px;
}
.category-item img {
  border-radius: 50%;
  overflow: hidden;
  height: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  object-fit: cover;
}
.category-item i {
  padding-left: 3px;
}
.section-subscribe {
  background: var(--Pink-10, #f4d8df);
}
.subscribes-box {
  padding: 58px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.subscribes-box > .h6 {
  flex-grow: 1;
}
.subscribes-box > img {
  min-width: 110px;
  margin-right: 20px;
}
.subscribes-box .wpcf7 {
  width: 558px;
}
.subscribes-box .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribes-box .wpcf7-form .btn-border {
  background: #fff;
}
.subscribes-box .wpcf7-form-control.wpcf7-text,
.contact-item input,
.contact-item textarea {
  border-radius: 0px;
  border-bottom: 1px solid #212121;
  background: transparent;
  height: 44px;
  padding: 12px 4px;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}
.subscribes-box .wpcf7-form-control-wrap {
  min-width: calc(100% - 109px - 16px);
}
.subscribes-box .wpcf7 form .wpcf7-response-output {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  left: 0;
  right: 0;
}
.subscribes-box .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -17px;
  margin-left: 15px;
}
body.category .section-categories-subscribe {
  margin: 50px 0 70px 0;
}
.section-category-header {
  background: #fff8ec;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.category-header {
  margin-top: 20px;
}
.stickly-post.category-header .blog-item .blog-img {
  min-width: 40%;
  padding-top: 30%;
  flex: 0 0 40%;
  border-radius: 4px;
  overflow: hidden;
}
.stickly-post.category-header .blog-title {
  order: inherit;
  font-size: 38px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.stickly-post .blog-text {
  display: block;
}
.category-header .blog-text {
  max-width: 522px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.18px;
}
.category-header .blog-info {
  flex-grow: 1;
}
.faq-text {
  text-align: center;
  margin: 0 0 24px 0;
}
.section-text {
  padding: 24px 0;
}
.section-text .description p a {
  color: inherit;
}
.text-page-title {
  padding-bottom: 24px;
  text-align: center;
}
.section-text .description {
  max-width: 686px;
  margin: 0 auto;
}
.description .iubenda_legal_document > * + * {
  margin-top: 50px;
}

.section-post {
  padding: 0 0 100px 0;
}
.post-grid {
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 60px;
}
.post-right {
  min-width: 199px;
  flex: 0 0 199px;
}
.sidebar-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
.sidebar-items {
  display: grid;
  gap: 15px;
}
.sidebar-items > a {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.sidebar-items > a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background: #f4d8df;
  padding: 5px;
  width: max-content;
  height: max-content;
  font-size: 10px;
  line-height: 8px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.post-left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-grow: 1;
  min-width: calc(100% - 122px - 113px);
  flex: 0 0 calc(100% - 122px - 113px);
}
.post-content {
  flex-grow: 1;
  min-width: calc(100% - 215px - 20px);
  flex: 0 0 calc(100% - 215px - 20px);
}
.post-navigation {
  min-width: 215px;
  flex: 0 0 215px;
}
.navi-title {
  margin-bottom: 14px;
  color: #000;
  font-size: var(--Typeface-Size-Body-1, 18px);
  font-weight: 600;
  line-height: normal;
}
.navi {
  list-style: none;
  display: grid;
  gap: 12px;
}
.navi a {
  color: var(--Greyscale-Text-Caption, #777);
  font-size: var(--Typeface-Size-Body-2, 16px);
  line-height: 20px;
  text-decoration: none;
}
.navi .active a {
  color: var(--Black, #212121);
}

.post-navigation,
.post-right {
  position: sticky;
  top: 30px;
}
.post-share-block {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: flex-end;
}
.post-share-title {
  font-size: var(--Typeface-Size-Body-2, 16px);
}
.post-shares {
  display: flex;
  align-items: center;
  gap: 13px;
}
.post-shares > a {
  min-width: 20px;
  flex: 0 0 20px;
}
.post-shares > a svg {
  display: block;
}
.post-info-block {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
  gap: 30px;
  justify-content: center;
}
.post-info-block a {
  text-decoration: none;
}
.post-info-block > div {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
}
.description.post-description .container {
  padding: 0;
}
.post-author img {
  min-width: 42px;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.author-block {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
  background: var(--Pink-50, #fffbfc);
}
.author-quote {
  display: flex;
  gap: 20px;
  margin: 0 !important;
}
.author-quote > svg {
  min-width: 31px;
}
.author-img-quote {
  display: flex;
  gap: 20px;
  align-items: center;
}
.author-block img {
  min-width: 170px;
  flex: 0 0 170px;
}
.author-about-title {
  color: var(--Black, #212121);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.author-about-title span {
  color: var(--Pink-100, #ed98aa);
}
.post-pagination {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post-pagination > div {
  display: flex;
  gap: 34px;
  flex-direction: column;
  min-width: 214px;
}
.pagi-post-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  gap: 10px;
}
.pagi-post-info > img {
  min-width: 100px;
  object-fit: cover;
  height: 122px;
}

.description .wp-block-pullquote {
  margin: 28px 0;
  padding: 0;
}
.description .wp-block-pullquote > blockquote > p {
  border-radius: 4px;
  background: var(--Pink-50, #fdced8);
  padding: 6px 5px;
  width: max-content;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.56px;
  margin: 0 auto 11px auto;
}
.description .wp-block-pullquote > blockquote > cite {
  color: var(--Black, #212121);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; /* 120% */
  font-style: normal;
}

.description p a {
  color: var(--Surface-Darker, #fb88a6);
  text-decoration: underline;
}

.wp-block-image :where(figcaption) {
  margin: 16px 0 54px 0;
}

.post-description .js-products-slider-progressbar {
  display: none;
}
.section.section-login {
  position: relative;
  background: #f9f9f9;
  padding-bottom: 10px;
}
.login-form {
  max-width: 100%;
  padding: 25px 0;
  width: 451px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.login-image-block {
  max-width: 707px;
  overflow: hidden;
}
.login-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-form-title {
  margin-bottom: 26px;
  text-align: center;
}
.login-form-text {
  text-align: center;
  max-width: 463px;
  margin: 0 auto 17px;
}
.login-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  margin-bottom: 24px;
  background: var(--Beige-50, #f5f3f1);
}
.login-switcher input {
  display: none;
}

.login-switcher label {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  padding: 8px;
  position: relative;
  z-index: 2;
}

.glider {
  position: absolute;
  z-index: 1;
  background: var(--Greyscale-Text-Title, #212121);
  top: 12px;
  bottom: 12px;
  left: 12px;
  width: calc(50% - 12px);
  transition: 0.25s ease-out;
}

.login-switcher input ~ input:checked ~ .glider {
  transform: translateX(100%);
}
.login-switcher input:checked + label {
  color: #fff;
}
.login-switcher-content:not(.active) {
  display: none;
}

.login-image-title {
  position: absolute;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: var(--White, #fff);
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  max-width: 574px;
}
.acc-form-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.edit-account .acc-form-content {
  gap: 20px;
}
.form-login-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.validate-required label:after {
  content: "*";
  color: #ff4d00;
}
.form-group label {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}
.form-control {
  background: transparent;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  padding: 12px 4px;
  color: var(--Text-Grey, #726f75);
  font-size: 16px;
  line-height: 18px; /* 114.286% */
  background-position: calc(100% - 18px) center !important;
}
.login-info {
  padding: 12px 0;
  font-size: var(--Typeface-Size-Body-2, 16px);
  font-weight: 600;
  line-height: 20px;
}
.forgot.section-link:after {
  display: none;
}
.form-control.error-input {
  border-color: #e91111 !important;
}
.form-control.complete-input {
  border-color: #598984 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1.5L6.45455 10.5L1 5.35714' stroke='%23598984' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 18px) center !important;
  background-repeat: no-repeat !important;
}
.form-checkbox {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.login-content {
  display: flex;
  justify-content: flex-end;
}
.login-social {
  margin-top: 50px;
}
.login-social-title {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}
.login-social-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  top: calc(50% + 1px);
}
.login-social-title span {
  padding: 0 20px;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
  position: relative;
  z-index: 2;
}
.login-social-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.login-social-btns > a {
  border-radius: 10px;
  border: 1px solid var(--muted, #d9d9d9);
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.login-term {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  line-height: normal;
}
.login-switcher-content {
  height: 100%;
}
.acc-form {
  display: flex;
  flex-direction: column;
}
.login-switcher-block {
  flex-grow: 1;
}
.sm-form-checkout {
  font-size: 16px;
  line-height: 20px;
}
.trigger-tab-block {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.input-info {
  color: #777;
  font-size: 14px;
  line-height: normal;
}
wc-order-attribution-inputs {
  display: none;
}
.thb-swatches-load {
  margin-top: 8px;
  min-height: 70.5px;
  transition: 0.6s;
}
.thb-swatches-load:not(.init) {
  opacity: 0;
  visibility: hidden;
}
.have-account.js-trigger-first-tab {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.98px;
  line-height: normal;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  padding-bottom: 4px;
}

.login-form.lost-form {
  margin: 0 auto;
  padding: 0;
  width: 496px;
}
.lost-form .login-form-text {
  max-width: 100%;
}
.lost-form .acc-form-content {
  padding: 0;
}
.section.section-lost {
  padding: 170px 0;
}
.login-form .woocommerce-message {
  margin-bottom: 18px;
}
.section-404 {
  padding: 100px 0 120px 0;
}
.caption-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.title-404 {
  font-size: 58px;
  font-weight: 500;
  line-height: normal;
}
.text-404 {
  color: #3e3e59;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  max-width: 504px;
  margin-bottom: 7px;
}
.img-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 268px;
  font-weight: 500;
  line-height: 268px;
}
.img-404 svg {
  margin-left: 25px;
}
.section-account {
  background: #fff;
  overflow: hidden;
}
.account-title-box {
  color: #000;
  padding: 24px 0;
  display: grid;
  gap: 14px;
}
.account-content {
  display: flex;
}
.woocommerce-MyAccount-navigation {
  min-width: 283px;
  flex: 0 0 283px;
  position: relative;
}

.woocommerce-MyAccount-navigation > .navi-account {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.woocommerce-MyAccount-navigation > .navi-account > a {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  gap: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-decoration: none;
  border-bottom: 1px solid var(--Greyscale-Border-Default, #aeaeae);
}

.woocommerce-MyAccount-navigation > .navi-account > a.active {
  font-weight: 600;
}
.woocommerce-MyAccount-navigation > .navi-account > a > span {
  flex-grow: 1;
}

.woocommerce-MyAccount-navigation > .navi-account > a.active:after {
  content: "";
  min-width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.627 12.75H4.5V11.25H16.627L10.9308 5.55375L12 4.5L19.5 12L12 19.5L10.9308 18.4462L16.627 12.75Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-content {
  padding: 0 0 48px 140px;
  flex-grow: 1;
}
.hello-account {
  margin-top: 40px;
}
.hello-account a {
  color: var(--Pink-600, #fb88a6);
}
.hello-account p + p {
  margin-top: 16px;
}
.download-account {
  width: 100%;
  border-spacing: 0;
}
.download-account td {
  padding: 12px 8px;
}

.download-account thead td {
  font-size: 16px;
  font-weight: 600;
}
.download-account tbody td a:not(.btn) {
  color: var(--Pink-600, #fb88a6);
}
.download-account tbody td {
  background: #fff;
  font-size: 16px;
  line-height: 20px;
}
.download-account td .btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.download-thumb img {
  width: 51px;
}
.download-thumb {
  gap: 10px;
  display: flex;
  align-items: center;
}
.download-account:not(.wc-bis-table):not(.orders-table):not(.gift-history-table)
  tbody
  td:last-child {
  width: 200px;
}

.download-account.wc-bis-table tbody td:last-child {
  text-align: right;
}
.download-account tbody tr + tr td {
  border-top: 1px solid var(--Greyscale-Border-Default, #aeaeae);
}
.bis-title {
  margin-top: 24px;
  margin-bottom: 16px;
}
.number-style {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-radius: 32px;
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: var(--Greyscale-Text-Negative, #fff);
  padding: 5px;
  min-width: 71px;
  display: block;
  text-align: center;
}
.bis-title ~ .bis-title {
  margin-top: 48px;
}

.account-title {
  margin-bottom: 26px;
}
.bis-btns {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gift-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--Surface-Darker, #fb88a6);
  background: var(--White, #fff);
  margin-bottom: 48px;
  padding: 18px;
  gap: 9px;
}
.gift-info-text {
  color: #000;
  text-align: center;
  max-width: 390px;
}
.gift-form {
  background: var(--Pink-100, #fef4f6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
.gift-form input {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.1155 21.5V10.6152H2.5V5.40398H7.67125C7.53025 5.24114 7.43442 5.05773 7.38375 4.85373C7.33308 4.64989 7.30775 4.43581 7.30775 4.21148C7.30775 3.46364 7.5695 2.82798 8.093 2.30448C8.6165 1.78098 9.25217 1.51923 10 1.51923C10.3833 1.51923 10.7385 1.59964 11.0655 1.76048C11.3923 1.92148 11.6846 2.13656 11.9423 2.40573C12.1999 2.12623 12.4923 1.90864 12.8193 1.75298C13.1461 1.59714 13.5012 1.51923 13.8845 1.51923C14.6325 1.51923 15.2682 1.78098 15.7917 2.30448C16.3152 2.82798 16.577 3.46364 16.577 4.21148C16.577 4.43331 16.5491 4.64423 16.4932 4.84423C16.4374 5.04423 16.3442 5.23081 16.2135 5.40398H21.5V10.6152H19.8845V21.5H4.1155ZM13.8845 3.01923C13.5467 3.01923 13.2635 3.13348 13.035 3.36198C12.8065 3.59048 12.6923 3.87364 12.6923 4.21148C12.6923 4.54931 12.8065 4.83248 13.035 5.06098C13.2635 5.28964 13.5467 5.40398 13.8845 5.40398C14.2223 5.40398 14.5056 5.28964 14.7343 5.06098C14.9628 4.83248 15.077 4.54931 15.077 4.21148C15.077 3.87364 14.9628 3.59048 14.7343 3.36198C14.5056 3.13348 14.2223 3.01923 13.8845 3.01923ZM8.80775 4.21148C8.80775 4.54931 8.922 4.83248 9.1505 5.06098C9.379 5.28964 9.66217 5.40398 10 5.40398C10.3378 5.40398 10.621 5.28964 10.8495 5.06098C11.078 4.83248 11.1923 4.54931 11.1923 4.21148C11.1923 3.87364 11.078 3.59048 10.8495 3.36198C10.621 3.13348 10.3378 3.01923 10 3.01923C9.66217 3.01923 9.379 3.13348 9.1505 3.36198C8.922 3.59048 8.80775 3.87364 8.80775 4.21148ZM4 6.90373V9.11548H11.25V6.90373H4ZM11.25 20V10.6152H5.61525V20H11.25ZM12.75 20H18.3848V10.6152H12.75V20ZM20 9.11548V6.90373H12.75V9.11548H20Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}
.gift-info-balance {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  letter-spacing: 0.2px;
}
.active-gifts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 20px 0 48px 0;
}
.gift-item {
  display: flex;
  flex-direction: column;
}
.gift-item-line {
  display: flex;
  gap: 4px;
  color: var(--Yarni_black, #353030);
  font-size: 16px;
  line-height: 20px;
}
.td-nowrap {
  white-space: nowrap;
}
.flex-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.order-view-space {
  margin-bottom: 24px;
}
.track-box-title {
  margin: 13px 0 24px 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  color: #212121;
  font-size: var(--Typeface-Size-Body-1, 18px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .cart-box {
  padding: 0 !important;
  min-height: 0;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  gap: 11px;
}
.woocommerce-MyAccount-content .address-item {
  gap: 12px;
}
.woocommerce-MyAccount-content .address-item-title {
  font-size: var(--Typeface-Size-H6, 23px);
  font-weight: 600;
}
.woocommerce-MyAccount-content .success-total-item {
  padding: 16px 0;
}
.flex-track-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-again {
  margin-top: 20px;
}
.section-verify {
  background: #fef4f6;
  padding: 120px 0;
}
.verify-block {
  max-width: 544px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.verify-text {
  margin-top: 18px;
}
.loading-icon {
  border: 7px solid #eeeae7;
  border-top: 7px solid #ed98aa;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-wishlist .section-breadcrumb {
  background: #f9f9f9;
}
.wish-title {
  margin-bottom: 66px;
  text-align: center;
}
.btn-icon-text {
  display: flex;
  align-items: center;
  background: none;
  cursor: pointer;
  border: none;
  gap: 8px;
  color: #212121;
  font-family: Jost;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
}

.wish-item-name > a {
  color: #212121;
  font-size: 16px;

  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin-bottom: 2px;
  text-decoration: none;
}
.wishlist-item {
  justify-content: space-between;
  align-items: center;
}
.wish-item-name {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.wish-item-btns {
  margin-top: 20px;
}
.main-wish-box {
  max-width: 1064px;
  margin: 0 auto;
}
.wish-item-rigth {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wish-price {
  display: flex;
  flex-direction: column;
  min-width: 90px;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
}
.wish-price > span:not(.amount) {
  color: var(--Text-Grey, #726f75);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
}

.acc-form-content + .account-title,
.acc-form-content + .btn {
  margin-top: 26px;
}

.show-more-items > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-decoration: none;
}
.show-more-items > a > span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.48px;
  padding: 4px 10px;
  border-radius: 34px;
  background: #212121;
}
.show-more-items .product-item > a > img {
  filter: blur(2px);
}
.show-more-items .product-item .caption {
  display: none;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: auto none;
}
.products-display-content {
  position: relative;
}
.slided {
  position: relative;
  overflow: hidden;
}
table.variations .thb_color-swatch > .js-toggle-swatches {
  background: none;
  border: none;
  cursor: pointer;
}
table.variations .thb_color-swatch > .js-toggle-swatches > span {
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  background: #f8f7f5;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  color: var(--neutral-variant-40, #303334);
}
.wishlist-empty {
  text-align: center;
}

p#wc-stripe-payment-request-button-separator {
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 !important;
}
.woocommerce-variation-availability {
  display: none;
}

.ybv-auto-size-selector {
  display: none !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form {
    width: 100%;
}