@font-face {
  font-family: "Wayfinder CF";
  src: url("../font/CFF-YKH7-7RJI-KV3X/Web/Wayfinder/Wayfinder-DemiBold.woff")
      format("woff"),
    url("../font/CFF-YKH7-7RJI-KV3X/Web/Wayfinder/Wayfinder-DemiBold.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Geist", serif;
}
b {
  font-weight: 600;
}
: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: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.menu-items > div > a svg {
  transition: 0.3s;
}

.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: #282828;
  font-size: 14px;
  line-height: 20px;
}
.top-links a {
  text-decoration: none;
}
.top-header {
  background: #f7ede0;
  padding: 3px 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 {
  white-space: nowrap;
  color: var(--Dark, #282828);
  font-size: var(--font-size-xs, 12px);
  font-weight: 600;
  line-height: var(--font-line-heght-sm, 16px);
  text-transform: uppercase;
}
.brands-menu {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  width: 100%;
  position: relative;
  align-items: center;
}
.brands-menu .child-menu-title2,
.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: 14px;
  width: calc((100% - 940px) / 2);
  max-width: 300px;
}
.list-menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-menu-items > a {
  text-decoration: none;
  color: var(--Grey-Dark, #726f75);
  font-size: var(--font-size-sm, 14px);
  line-height: var(--font-line-heght-md, 20px); /* 142.857% */
}

header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.header {
  padding: 8px 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: #ef7e5c;
  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: #c3c3c3;
  font-size: 10px;
  line-height: normal;
  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 {
  background: transparent;
  padding: 1px 10px;
  width: 252px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
}
.search-input {
  flex-grow: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background: none;
}
.btn-clean {
  background: none;
  border: none;
  padding: 9px;
}
#searchform select {
  border-left: 1px solid #9e9e9e;
  background: transparent;
  padding: 0 7px;
  color: #282828;
  font-size: 14px;
  line-height: 24px;
  width: 140px;
}
.menu-header {
  gap: 34px;
}
.menu-header a {
  text-decoration: none;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.childs-content > div:not(.brands-menu) {
  margin-top: 7px;
}
.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;
}
.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: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  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;
  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;
  font-weight: 600;
}
.card-menu span {
  color: #282828;
  font-size: 14px;
  line-height: 16px;
  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-video: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: #282828;
  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 {
  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 {
  margin-bottom: 4px;
}
.model {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 8px;
}
.price-tax {
  font-size: 14px;
}
.price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-price {
  color: #282828;
  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, #282828);
  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: 10px;
  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;
}
.label-new {
  height: auto;
  min-width: 0;
}
.custom-label img {
  width: 64px;
  height: auto;
}

.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, #282828);
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #282828);
  margin-bottom: -1px;
}
.product-desc-item-icon img {
  height: 32px;
  display: block;
  min-width: 32px;
}
.product-desc-item-caption {
  color: var(--Greyscale-Text-Title, #282828);
  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: 3px;
  background: #f8f7f5;
  min-height: 40px;
  padding: 8px 0;
}
.usp-icon {
  min-width: 24px;
  flex: 0 0 24px;
}
.usp-caption {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0;
}
.tags a {
  padding: 7px;
  color: #282828;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  border-radius: 32px;
  border: 1px solid var(--Dark, #282828);
  background: var(--White, #fff);
}

.accordions {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.accordion {
  background: var(--Orange-light, #f7ede0);
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  color: #282828;
  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: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 125% */
}
.description > * + *,
#iub-pp-container * + * {
  margin-top: 20px;
}
.description table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  border: 1px solid #282828;
  background: #fff;
}
.description table td,
.description table th {
  color: #282828;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #282828;
  padding: 6px 12px;
  min-width: 60px;
}
.description table tr:first-child * {
  font-weight: 600 !important;
}
.description img {
  display: inline-block;
  overflow: hidden;
}
.description ul:not(.woocommerce-error),
.description ol:not(.woocommerce-error) {
  padding-left: 18px;
}
.description .woocommerce-error {
  margin-top: 20px !important;
}
#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-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 {
  color: var(--Orange---Secondary, #ef7e5c);
  text-align: center;
  font-size: var(--font-size-md, 16px);
  font-weight: 600;
  line-height: var(--font-line-heght-lg, 21px);
  text-transform: uppercase;
}

.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: #ef7e5c;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 600;
}
.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;
  transition: 0.3s;
}
.product-item .add-to-wishlist-container > * {
  line-height: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 100px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
  background: var(--White, #fff);
  box-shadow: 0 2px 22.8px 0 rgba(0, 0, 0, 0.25);
}
.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, #ef7e5c);
  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: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
  display: block;
  text-decoration: none;
}
.product-price {
  color: #282828;
  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;
  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: transparent;
  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, #282828);
  background: #fff;
  overflow: hidden;
  border-radius: 2px;
}
.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: #282828;
  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-radius: 4px;
  border: 1px solid var(--Grey-Stroke, #c3c3c3);
}
.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: #282828;
  font-size: 14px;
  font-weight: 700;
}
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: #282828;
  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 #ef7e5c;
  transform: scale(0.9);
}
.product-item .thb_color-swatch > * > span {
  border: 2px solid #fff;
  transition: 0.3s;
  background-size: cover;
}
button.reset_variations {
  display: none !important;
}
.add-to-wishlist-container:not(.exists) .yith-wcwl-wishlistexistsbrowse {
  display: none;
}
.js-add-wishlist.active {
  background: #ef7e5c;
  border-color: #ef7e5c;
}
.js-add-wishlist.active svg path {
  stroke: #fff;
}
.stock-info {
  margin-bottom: 11px;
}
/*.stock {
  display: flex;
  gap: 9px;
  align-items: center;
}*/
.stock b {
  font-weight: 600;
}
.stock:not(.clear-style) {
  color: #282828;
  font-size: 14px;
  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: #079460;
}
.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: 25px;
  margin-top: 30px;
}
.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, #282828);
  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: #282828;
  border: 1px solid #282828;
  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-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;
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
}
.sprachen-block {
  margin: 11px 0;
  display: flex;
  gap: 4px;
  align-items: center;
}
.sprachen-title {
  color: #665b6d;
  font-size: 14px;
  line-height: 16px;
}
.sprachen-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sprachen-item {
  background: var(--Pink-50, #ef7e5c);
  padding: 2px 4px;
  color: #282828;
  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: #b9ef5c;
  border-radius: 50%;
}
.schwierigkeitsgrad-block {
  gap: 8px;
}
.schwierigkeitsgrad span.active {
  background: #ef7e5c;
}
.reset_bundled_variations_fixed {
  display: none;
}
.bundled_product_title.product_title {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  margin: 0;
  font-weight: 600;
}
.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;
  border-radius: 4px;
  border: 1px solid var(--Grey-Stroke, #c3c3c3);
}
.size-block-title {
  color: var(--Neutral-70, #837a88);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  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;
  align-items: center;
}
.size-info button {
  color: var(--Pink-100, #ef7e5c);
  font-size: 14px;
  font-family: Geist;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}
.cart.bundle_form {
  margin: 15px 0 11px 0;
}
.bundle-block-title {
  color: #282828;
  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% */
  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: #282828;
  color: #fff;
  font-size: 16px;
  line-height: 22px; /* 137.5% */
  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 {
  font-size: 16px;
  line-height: normal;
  margin: 8px 0;
}
.bundled_product_summary .price-tax {
  display: none;
}
.bundled_product_summary .new-price {
  font-size: 16px;
  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;
  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% */
  padding: 16px 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 16px center;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  border-radius: 8px;
}
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 #0d461c;
  background-color: rgba(10, 167, 7, 0.13);
  color: #0d461c;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-image: url("../img/double-check-icon.png");
}
.msg-error,
.ybv-bundle-notice.partial,
.woocommerce-error {
  border-radius: 8px;
  text-align: left;
  border: 1px solid var(--Orange---Secondary, #ef7e5c);
  background-color: rgb(249 195 179);
  color: var(--Dark, #282828);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 17C13.625 17 17 13.625 17 9.5C17 5.375 13.625 2 9.5 2C5.375 2 2 5.375 2 9.5C2 13.625 5.375 17 9.5 17Z' fill='white' stroke='%23282828' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_472_8751)'%3E%3Cline x1='9.5' y1='14' x2='9.5' y2='9' stroke='%23282828' stroke-linecap='round'/%3E%3Cpath d='M9.49451 6.51589H9.50349' stroke='%23282828' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_472_8751'%3E%3Crect width='1' height='8' fill='white' transform='translate(9 5.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ybv-bundle-notice.partial * {
  color: inherit !important;
  font-weight: 400;
}
.ybv-bundle-notice.partial {
  margin-bottom: 20px;
}
.acc-box {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  margin-top: 38px;
}
.payment-method-info {
  display: none;
}
.msg-info {
  text-align: left;
  color: #0d461c;
  border-radius: 8px;
  border: 1px solid #0d461c;
  background-color: rgb(229 243 227);
  padding: 16px 16px 16px 45px;
  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.9991 21.4737C17.2096 21.4737 21.4728 17.2105 21.4728 12C21.4728 6.78946 17.2096 2.52631 11.9991 2.52631C6.78855 2.52631 2.52539 6.78946 2.52539 12C2.52539 17.2105 6.78855 21.4737 11.9991 21.4737Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_482_4133)'%3E%3Cline x1='11.8691' y1='15.4474' x2='11.8691' y2='10.4474' stroke='%23282828' stroke-linecap='round'/%3E%3Cpath d='M11.9938 8.23056H12.0051' stroke='%23282828' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_482_4133'%3E%3Crect width='1.26316' height='10.1053' fill='white' transform='translate(11.3691 6.94736)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.woocommerce-info,
.msg-undo {
  text-align: left;
  border-radius: 8px;
  border: 1px solid var(--Orange---Secondary, #ef7e5c);
  background-color: rgb(249 195 179);
  color: var(--Dark, #282828);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 17C13.625 17 17 13.625 17 9.5C17 5.375 13.625 2 9.5 2C5.375 2 2 5.375 2 9.5C2 13.625 5.375 17 9.5 17Z' fill='white' stroke='%23282828' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_472_8751)'%3E%3Cline x1='9.5' y1='14' x2='9.5' y2='9' stroke='%23282828' stroke-linecap='round'/%3E%3Cpath d='M9.49451 6.51589H9.50349' stroke='%23282828' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_472_8751'%3E%3Crect width='1' height='8' fill='white' transform='translate(9 5.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.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, #282828);
}
.js-download-add-to-cart.btn {
  text-transform: none;
}
.section-cart {
  padding: 24px 0 100px 0;
  background: #fffbf6;
}
.cart-title {
  margin-bottom: 24px;
  text-align: center;
}
.cart-left .cart-title {
  text-align: left;
}
.cart-box {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
}
.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: 14px;
  line-height: 20px;
  color: var(--Grey-Dark, #726f75);
}
.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, #282828);
  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: 14px;
  line-height: normal;
}
.cart-bundle-box {
  min-width: 100%;
}
.cart-bundle-title {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--Dark, #282828);
  font-size: var(--font-size-xs, 12px);
  font-weight: 600;
  line-height: var(--font-line-heght-sm, 16px);
  text-transform: uppercase;
}
.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: 14px;
  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%;
  text-transform: uppercase;
  font-weight: 600;
}
.cart_totals th {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 24px;
  text-align: left;
  vertical-align: top;
}
.cart_totals td {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 24px;
  vertical-align: top;
}
.cart_totals td > ul {
  list-style: none;
}
.woocommerce-shipping-destination {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: -13px;
}
.woocommerce-shipping-destination strong {
  font-weight: 400;
}
.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;
  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: 15px;
  left: 15px;
}
.coupon input {
  padding: 12px 15px 12px 38px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
  background: #fff;
}
.coupon button {
  position: absolute;
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  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: 24px;
  flex: 0 0 24px;
  height: 24px;
  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='M12.2 17.7002C11.9 17.7002 11.7 17.6002 11.5 17.4002L7.3 13.2002C6.9 12.8002 6.9 12.2002 7.3 11.8002C7.7 11.4002 8.3 11.4002 8.7 11.8002L12.2 15.3002L20 7.5002C20.4 7.1002 21 7.1002 21.4 7.5002C21.8 7.9002 21.8 8.5002 21.4 8.9002L12.9 17.4002C12.8 17.6002 12.5 17.7002 12.2 17.7002Z' fill='%23282828'/%3E%3Cpath d='M7.2 17.7002C6.9 17.7002 6.7 17.6002 6.5 17.4002L2.3 13.2002C1.9 12.8002 1.9 12.2002 2.3 11.8002C2.7 11.4002 3.3 11.4002 3.7 11.8002L7.9 16.0002C8.3 16.4002 8.3 17.0002 7.9 17.4002C7.8 17.6002 7.5 17.7002 7.2 17.7002ZM12.5 12.5002C12.2 12.5002 12 12.4002 11.8 12.2002C11.4 11.8002 11.4 11.2002 11.8 10.8002L15 7.5002C15.4 7.1002 16 7.1002 16.4 7.5002C16.8 7.9002 16.8 8.5002 16.4 8.9002L13.2 12.2002C13 12.4002 12.8 12.5002 12.5 12.5002Z' fill='%23282828'/%3E%3C/svg%3E%0A");
}
.text-info-text ul li + li {
  margin-top: 8px;
}
.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;
}
.notice-reserve {
  display: flex;
  align-items: center;
  border: 1px solid var(--Grey, #f7ede0);
  margin-top: 11px;
  padding: 16px;
  gap: 10px;
  color: var(--sundimmer-black, #191c24);
  font-size: 16px;
  line-height: 20px;
  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 {
  font-size: 14px;
  line-height: 20px;
  color: var(--Dark, #282828);
}
.steps-text > span {
  font-weight: 500;
  color: var(--Orange---Secondary, #ef7e5c);
}

.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(--Green---Primary, #b9ef5c);
}
.steps-progress:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  top: -3px;
  border-radius: 50%;
  background: #ef7e5c;
}
.steps-progress span {
  position: absolute;
  right: -9px;
  border-radius: 4px;
  background: var(--Pink-100, #ef7e5c);
  padding: 2px 4px;
  color: #fff;
  font-family: Geist;
  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.46564 6C4.08074 6.66667 3.11848 6.66667 2.73358 6L0.135508 1.5C-0.249392 0.833333 0.231733 -7.31543e-07 1.00153 -6.64245e-07L6.19769 -2.09983e-07C6.96749 -1.42685e-07 7.44861 0.833333 7.06371 1.5L4.46564 6Z' fill='%23EF7E5C'/%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 #282828;
  border-radius: 50%;
  background: #f7ede0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step.active {
  background: #ef7e5c;
  border-color: #ef7e5c;
}
.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 {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  width: max-content;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-radius: 2px;
  background: var(--Grey-Light, #c3c3c3);
  color: var(--Grey-Dark, #726f75);
}
.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;
  border-radius: 8px;
  background: var(--Orange-light, #f7ede0);
}
.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;
  text-align: left;
}
.out-stock-form input {
  background: transparent;
  padding: 12px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
}
.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: #cf1c1c;
  text-decoration: none;
}
.form-row .input-text,
.payment-desc input[type="text"] {
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  background-position: calc(100% - 18px) center !important;
}
.woocommerce-billing-fields {
  margin-bottom: 10px;
}
.cart-recomendation {
  max-width: calc(100% - 451px - 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;
}
.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 #f7ede0;
}
.widget-cart-total-title {
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}
.woocommerce-mini-cart__total .amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.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: #fffbf6;
  padding: 34px 0 48px 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: 12px;
  line-height: 20px;
}
.woocommerce-order .container {
  max-width: 1104px;
}
.success-text {
  width: 100%;
}
.success-text p + p {
  margin-top: 10px;
}
.success-notice.msg-info,
.success-notice.msg-error {
  margin-top: 4px;
  font-size: 16px;
  line-height: normal;
  padding: 16px 16px 16px 50px;
  background-position: 16px center;
}
.account-edit-subtitle {
  margin: 0 0 24px 0;
  display: block;
}
.payment-method-actions .btn {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  padding: 0;
}
.woocommerce-customer-details {
  display: grid;
  gap: 20px;
}
.address-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.address-box {
  padding: 12px;
  display: flex;
  flex-direction: column;
  min-height: 163px;
  border-radius: 8px;
}
.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% */
}
.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 {
  margin-bottom: 24px;
}
.success-total-item + .success-total-item {
  border-top: 1px solid var(--Grey, #f7ede0);
}
.success-total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.success-total-title {
  color: var(--Grey-Dark, #726f75);
  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: 240px;
  flex: 0 0 240px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.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;
  padding: 16px;
}
.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: 14px;
  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 #726f75;
  min-width: 16px;
  flex: 0 0 16px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  border-radius: 2px;
}
.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, #ef7e5c);
  border-color: var(--Pink-100, #ef7e5c);
  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: 14px;
  flex: 0 0 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--Grey-Dark, #726f75);
  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: var(--Orange-light, #f7ede0);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  min-height: 48px;
}
.payment_box {
  background: #f7ede0;
  padding: 8px;
  font-size: 14px;
}
.wc_payment_method > label > span {
  flex-grow: 1;
}
.wc_payment_method > input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1 8.84961C5.95 8.84961 5.85 8.79961 5.75 8.69961L3.65 6.59961C3.45 6.39961 3.45 6.09961 3.65 5.89961C3.85 5.69961 4.15 5.69961 4.35 5.89961L6.1 7.64961L10 3.74961C10.2 3.54961 10.5 3.54961 10.7 3.74961C10.9 3.94961 10.9 4.24961 10.7 4.44961L6.45 8.69961C6.4 8.79961 6.25 8.84961 6.1 8.84961Z' fill='white'/%3E%3Cpath d='M3.6 8.84961C3.45 8.84961 3.35 8.79961 3.25 8.69961L1.15 6.59961C0.95 6.39961 0.95 6.09961 1.15 5.89961C1.35 5.69961 1.65 5.69961 1.85 5.89961L3.95 7.99961C4.15 8.19961 4.15 8.49961 3.95 8.69961C3.9 8.79961 3.75 8.84961 3.6 8.84961ZM6.25 6.24961C6.1 6.24961 6 6.19961 5.9 6.09961C5.7 5.89961 5.7 5.59961 5.9 5.39961L7.5 3.74961C7.7 3.54961 8 3.54961 8.2 3.74961C8.4 3.94961 8.4 4.24961 8.2 4.44961L6.6 6.09961C6.5 6.19961 6.4 6.24961 6.25 6.24961Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #ef7e5c;
  border-color: #ef7e5c;
  background-position: center;
  background-repeat: no-repeat;
}
.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% */
  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% */
  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 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 125% */
  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: 600;
}
.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 #c3c3c3;
}
.woocommerce-checkout-review-order-table tfoot > tr.order-total > th {
  font-weight: 500;
  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: #282828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.term-notice {
  margin-bottom: 31px;
}
.term-notice a,
.woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--Pink-600, #ef7e5c);
  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;
  padding: 8px 0;
}
.category-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-title span {
  color: #000;
  text-align: center;
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background: var(--Grey, #f7ede0);
  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;
}
.product-count {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  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 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.subcategory-subbox > a {
  font-size: 16px;
  line-height: 22px; /* 137.5% */
  text-decoration: none;
}
.subcategory-subbox > a.active {
  color: var(--Pink-100, #ef7e5c);
}
.subcategory-box-item > button,
.subcategory-box-item > a {
  font-size: 16px;
  line-height: 20px; /* 125% */
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  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% */
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 12px;
}
.js-load-more {
  margin: 24px auto;
}
.page-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  border-radius: 40px;
  background: var(--White, #fff);
}
.page-numbers.current {
  border: 1px solid var(--Dark, #282828);
}
.next.page-numbers,
.prev.page-numbers {
  border: 1px solid var(--Grey-Light, #c3c3c3);
  box-shadow: 0 2px 22.8px 0 rgba(0, 0, 0, 0.25);
}
.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%;
  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: 35px;
  margin-bottom: 40px;
}
.filter-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.filter-main-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.filter-content {
  padding-bottom: 8px;
}
.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid var(--Stroke-Grey, #c3c3c3);
  color: var(--Dark, #282828);
  font-weight: 500;
  font-size: 14px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  min-width: 20px;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Orange---Secondary, #ef7e5c);
}
.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: 8px;
  padding: 6px 7px;
}
.filter-item.active,
.filter-item.active3 {
  order: -1;
  display: flex !important;
}
.filter-item input,
.payment-desc input[type="radio"] {
  border-radius: 2px;
  border: 1px solid var(--Grey-Dark, #726f75);
  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% */
}

.filter-item input:checked,
.payment-desc input[type="radio"]:checked {
  background-position: center center;
  background-color: #ef7e5c;
  border-color: #ef7e5c;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='%23EF7E5C'/%3E%3Cpath d='M8.1 10.85C7.95 10.85 7.85 10.8 7.75 10.7L5.65 8.59998C5.45 8.39998 5.45 8.09998 5.65 7.89998C5.85 7.69998 6.15 7.69998 6.35 7.89998L8.1 9.64998L12 5.74998C12.2 5.54998 12.5 5.54998 12.7 5.74998C12.9 5.94998 12.9 6.24998 12.7 6.44998L8.45 10.7C8.4 10.8 8.25 10.85 8.1 10.85Z' fill='white'/%3E%3Cpath d='M5.6 10.85C5.45 10.85 5.35 10.8 5.25 10.7L3.15 8.59998C2.95 8.39998 2.95 8.09998 3.15 7.89998C3.35 7.69998 3.65 7.69998 3.85 7.89998L5.95 9.99998C6.15 10.2 6.15 10.5 5.95 10.7C5.9 10.8 5.75 10.85 5.6 10.85ZM8.25 8.24998C8.1 8.24998 8 8.19998 7.9 8.09998C7.7 7.89998 7.7 7.59998 7.9 7.39998L9.5 5.74998C9.7 5.54998 10 5.54998 10.2 5.74998C10.4 5.94998 10.4 6.24998 10.2 6.44998L8.6 8.09998C8.5 8.19998 8.4 8.24998 8.25 8.24998Z' 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, #ef7e5c);
  font-size: 14px;
  line-height: 16px;
  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 {
  border-radius: 2px;
  background: var(--Orange-light, #f7ede0);
}
.color-list .filter-item.active:after,
.color-list .filter-item.active2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  right: 7px;
  top: calc(50% - 12px);
  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='M12.2 17.7C11.9 17.7 11.7 17.6 11.5 17.4L7.3 13.2C6.9 12.8 6.9 12.2 7.3 11.8C7.7 11.4 8.3 11.4 8.7 11.8L12.2 15.3L20 7.49995C20.4 7.09995 21 7.09995 21.4 7.49995C21.8 7.89995 21.8 8.49995 21.4 8.89995L12.9 17.4C12.8 17.6 12.5 17.7 12.2 17.7Z' fill='%23EF7E5C'/%3E%3Cpath d='M7.2 17.7C6.9 17.7 6.7 17.6 6.5 17.4L2.3 13.2C1.9 12.8 1.9 12.2 2.3 11.8C2.7 11.4 3.3 11.4 3.7 11.8L7.9 16C8.3 16.4 8.3 17 7.9 17.4C7.8 17.6 7.5 17.7 7.2 17.7ZM12.5 12.5C12.2 12.5 12 12.4 11.8 12.2C11.4 11.8 11.4 11.2 11.8 10.8L15 7.49995C15.4 7.09995 16 7.09995 16.4 7.49995C16.8 7.89995 16.8 8.49995 16.4 8.89995L13.2 12.2C13 12.4 12.8 12.5 12.5 12.5Z' fill='%23EF7E5C'/%3E%3C/svg%3E%0A");
}
.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: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.color-list input:checked + .option-item {
  border-color: var(--Black, #282828);
}
.color-list .option-item span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.color-list .option-item i {
  min-width: 26px;
  flex: 0 0 26px;
  height: 26px;
  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, #282828);
  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;
  width: 100%;
  padding: 12px 43px 12px 4px;
  border-radius: 2px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
}
.slider-inputs-item input:focus {
  border-color: var(--Greyscale-Border-Darker, #282828);
}
.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: 20px;
}
.filter-slider {
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.filter-slider > span {
  color: var(--Black, #282828);
  font-family: Geist;
  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 {
  border-radius: 4px;
  background: var(--Orange-light, #f7ede0);
  padding: 12px;
  position: relative;
  z-index: 1;
}
.selected-box-title {
  color: var(--Dark, #282828);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
.selected-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.btn-selected {
  background: transparent;
  color: var(--Dark, #282828);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 32px;
  border: 1px solid var(--Dark, #282828);
}

.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, #282828);
}
.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%;
}
.showroom-text {
  color: var(--Text-Grey, #726f75);
  font-size: 16px;
  line-height: 120%;
}
.showroom-section {
  margin: 24px 0;
  overflow: hidden;
}
footer {
  background: #8c3f28;
  color: #fff;
}
.usp-footer-items {
  padding: 48px 0;
}
.usp-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 20px;
  justify-content: center;
}
.usp-footer-item span {
  font-family: "Wayfinder CF";
}
.logo-block-footer {
  border-top: 1px solid #f7ede0;
  padding: 16px 0;
}
.logo-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socials {
  display: flex;
  align-items: center;
  gap: 44px;
}
.brand_icons-footer {
  background: #f7ede0;
  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 {
  background: var(--Pink-10, #b9ef5c);
  color: var(--Black, #282828);
  padding: 13px 0;
}
.copyright {
  font-size: 14px;
  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, #282828);
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
.main-footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 80px 0;
  gap: 25px;
}
.footer-info {
  border-radius: 4px;
  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;
  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: 50px;
  flex-grow: 1;
  padding-top: 10px;
}
.menu-title {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
.menu-title svg {
  transition: 0.3s;
}
.menu-title.active svg {
  transform: rotate(180deg);
}
.menu-item > a {
  color: #fff;
  font-size: 16px;
  line-height: 20px; /* 125% */
  text-decoration: none;
  display: block;
}
.menu-item > a + a {
  margin-top: 10px;
}
.footer-form {
  border-radius: 4px;
  background: var(--Orange-light, #f7ede0);
  padding: 16px;
  min-width: 305px;
  flex: 0 0 305px;
}
.footer-form {
  display: flex;
  color: var(--Black, #282828);
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-form-title {
  font-family: var(--font-family-header, "Wayfinder CF");
  font-size: var(--font-size-xl, 20px);
  font-weight: 600;
  line-height: var(--font-line-heght-md, 20px);
}
.footer-form .wpcf7-form-control-wrap input {
  height: 44px;
  border: none;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #282828);
  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-top-title {
  color: var(--Orange---Secondary, #ef7e5c);
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-heght-lg, 21px); /* 131.25% */
  text-transform: uppercase;
}
.blog-date {
  color: #ef7e5c;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
}
.blog-title {
  text-decoration: none;
}
.blog-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

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

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

.section-blog-title * {
  margin-top: 0;
}
.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 {
  gap: 4px;
  margin: 0;
}
.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: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  border: 1px solid var(--Dark, #282828);
  background: var(--White, #fff);
}
.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(--Orange-light, #f7ede0);
}
.subscribes-box > div:not(.wpcf7) {
  flex-grow: 1;
}
.subscribes-box {
  padding: 48px 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;
}
.section-blog-main {
  background: #fffbf6;
  padding: 24px 0 16px 0;
}
.subscribes-box .wpcf7-form-control.wpcf7-text,
.contact-item input,
.contact-item textarea {
  background: transparent;
  height: 44px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
}
.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: var(--Orange-light, #f7ede0);
  padding: 65px 0;
}
.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;
}
.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 + .blog-section {
  background: #fff;
  padding: 1px 0 24px 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;
  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: #b9ef5c;
  padding: 5px;
  width: max-content;
  height: max-content;
  font-size: 10px;
  line-height: 8px;
  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: var(--Dark, #282828);
  font-size: var(--Typeface-Size-Body-1, 16px);
  font-weight: 600;
  line-height: normal;
}
.navi {
  list-style: none;
  display: grid;
  gap: 13px;
}
.navi a {
  color: var(--Grey-Dark, #726f75);
  font-size: var(--Typeface-Size-Body-2, 16px);
  line-height: 20px;
  text-decoration: none;
}
.navi .active a {
  color: var(--Black, #282828);
}

.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: 60px 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: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.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(--Orange-light, #f7ede0);
}
.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;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 170px;
}
.author-about-title {
  color: var(--Black, #282828);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.author-about-title span {
  color: var(--Pink-100, #ef7e5c);
}
.author-about > b:first-child {
  font-family: var(--font-family-header, "Wayfinder CF");
  font-size: var(--font-size-xl, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-heght-md, 20px); /* 100% */
}
.author-about > b:first-child b {
  font-family: var(--font-family-header, "Wayfinder CF");
  color: var(--Orange---Secondary, #ef7e5c);
  font-weight: 600;
}
.post-pagination {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post-pagination > div {
  display: flex;
  gap: 24px;
  flex-direction: column;
  min-width: 214px;
}
.post-pagination > div.post-next {
  align-items: flex-end;
}
.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, #ef7e5c);
  padding: 6px 5px;
  width: max-content;
  font-size: 14px;
  line-height: 15px;
  margin: 0 auto 11px auto;
}
.description .wp-block-pullquote > blockquote > cite {
  color: var(--Black, #282828);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; /* 120% */
  font-style: normal;
}

.description p a {
  color: var(--Surface-Darker, #ef7e5c);
  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: #fffbf6;
  padding-bottom: 20px;
}
.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 30px;
}
.login-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--Orange-light, #f7ede0);
}
.login-switcher input {
  display: none;
}

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

.glider {
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  background: var(--Dark, #282828);
  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;
}
.form-login-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form-group.validate-required label:after {
  content: "*";
  color: #cf1c1c;
}
.form-group label {
  color: var(--Grey-Dark, #726f75);
  font-size: var(--font-size-2xs, 10px);
  line-height: var(--font-line-heght-xs, 13px);
}
.form-control {
  border-radius: 4px;
  border: 1px solid var(--Grey-Light, #c3c3c3);
  padding: 12px 15px;
  color: var(--Dark, #282828);
  background: transparent;
  font-size: 14px;
  line-height: 16px; /* 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;
}
.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% */
  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: 25px;
  font-size: 12px;
  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: 14px;
  line-height: 20px;
}
.trigger-tab-block {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.input-info {
  color: var(--Grey-Dark, #726f75);
  font-size: var(--font-size-2xs, 10px);
  line-height: var(--font-line-heght-xs, 13px); /* 130% */
}
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: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #282828);
  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;
  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: #fffbf6;
  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;
  text-decoration: none;
  border-bottom: 1px solid var(--Greyscale-Border-Default, #c3c3c3);
}

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

.woocommerce-MyAccount-navigation > .navi-account > a.active:after {
  content: "";
  min-width: 7px;
  flex: 0 0 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.75 5.75L0.75 10.75' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-content {
  padding: 0 0 48px 140px;
  flex-grow: 1;
}
.hello-account {
  margin-top: 32px;
}
.hello-account a {
  color: var(--Pink-600, #ef7e5c);
}
.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, #ef7e5c);
}
.download-account tbody td {
  font-size: 16px;
  line-height: 20px;
  padding: 24px 8px;
}
.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, #c3c3c3);
}
.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, #282828);
  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;
  margin-bottom: 48px;
  padding: 16px;
  gap: 18px;
  border-radius: 16px;
  background: #fff;
}
.gift-info-text {
  color: #000;
  text-align: center;
  max-width: 500px;
}
.gift-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
.gift-form input {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 4.16667H3.71C3.57397 3.90983 3.50193 3.62396 3.5 3.33333C3.49957 2.95513 3.61625 2.58607 3.83401 2.27684C4.05177 1.96762 4.35992 1.7334 4.71615 1.60635C5.07238 1.47931 5.4592 1.46567 5.82349 1.56731C6.18778 1.66895 6.51167 1.88088 6.75067 2.174C6.76867 2.2 7.518 3.19333 8 3.83467C8.48267 3.19267 9.23267 2.19533 9.254 2.168C9.49379 1.87631 9.81789 1.66587 10.1819 1.56551C10.5459 1.46514 10.9321 1.47976 11.2875 1.60734C11.6429 1.73493 11.9501 1.96926 12.1672 2.27823C12.3842 2.58721 12.5005 2.95573 12.5 3.33333C12.4981 3.62396 12.426 3.90983 12.29 4.16667H13C13.3977 4.16719 13.7789 4.3254 14.0601 4.60659C14.3413 4.88778 14.4995 5.269 14.5 5.66667V8C14.5 8.13261 14.4473 8.25978 14.3536 8.35355C14.2598 8.44732 14.1326 8.5 14 8.5H13.8333V12C13.8725 12.3378 13.8347 12.68 13.723 13.0012C13.6112 13.3223 13.4282 13.614 13.1878 13.8544C12.9473 14.0949 12.6556 14.2778 12.3345 14.3896C12.0134 14.5014 11.6711 14.5391 11.3333 14.5H4.66667C4.32889 14.5391 3.98664 14.5014 3.66551 14.3896C3.34438 14.2778 3.05268 14.0949 2.81224 13.8544C2.5718 13.614 2.38884 13.3223 2.27704 13.0012C2.16525 12.68 2.12752 12.3378 2.16667 12V8.5H2C1.86739 8.5 1.74021 8.44732 1.64645 8.35355C1.55268 8.25978 1.5 8.13261 1.5 8V5.66667C1.50053 5.269 1.65873 4.88778 1.93992 4.60659C2.22111 4.3254 2.60234 4.16719 3 4.16667ZM2.5 5.66667V7.5H7.5V5.16667H3C2.86745 5.16684 2.74037 5.21958 2.64664 5.31331C2.55291 5.40704 2.50018 5.53411 2.5 5.66667ZM5.974 2.80467C5.89706 2.7089 5.79948 2.63176 5.68854 2.579C5.5776 2.52624 5.45617 2.49924 5.33333 2.5C5.11232 2.5 4.90036 2.5878 4.74408 2.74408C4.5878 2.90036 4.5 3.11232 4.5 3.33333C4.5 3.55435 4.5878 3.76631 4.74408 3.92259C4.90036 4.07887 5.11232 4.16667 5.33333 4.16667H7C6.54867 3.568 6.00533 2.84533 5.974 2.80467ZM11.5 3.33333C11.4996 3.11243 11.4117 2.90067 11.2555 2.74447C11.0993 2.58826 10.8876 2.50035 10.6667 2.5C10.5461 2.49877 10.4267 2.52454 10.3174 2.57541C10.208 2.62628 10.1114 2.70097 10.0347 2.794C10 2.84133 9.45267 3.56667 9 4.16667H10.6667C10.8876 4.16631 11.0993 4.0784 11.2555 3.9222C11.4117 3.76599 11.4996 3.55424 11.5 3.33333ZM13.5 5.66667C13.4998 5.53411 13.4471 5.40704 13.3534 5.31331C13.2596 5.21958 13.1326 5.16684 13 5.16667H8.5V7.5H13.5V5.66667ZM12.8333 12V8.5H8.5V13.5H11.3333C12.3847 13.5 12.8333 13.0513 12.8333 12ZM3.16667 12C3.16667 13.0513 3.61533 13.5 4.66667 13.5H7.5V8.5H3.16667V12Z' fill='%23726F75'/%3E%3C/svg%3E");
}
.gift-info-balance {
  color: #282828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid var(--Orange-light, #f7ede0);
  background: #f7ede0;
  height: 45px;
  width: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-gifts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 20px 0 48px 0;
}
.gift-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.gift-item-line {
  display: flex;
  gap: 4px;
  color: var(--Craftery_black, #282828);
  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: 38px;
}
.track-box-title {
  margin: 13px 0 24px 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  color: #282828;
  font-size: var(--Typeface-Size-Body-1, 18px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  gap: 50px;
}
.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: #fffbf6;
  padding: 120px 0;
}
.verify-title {
  margin-top: 20px;
}
.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 #f7ede0;
  border-top: 7px solid #ef7e5c;
  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: #282828;
  font-family: Geist;
  font-size: 14px;
  line-height: 16px;
}

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

  font-weight: 600;
  line-height: 22px;
  margin-bottom: 2px;
  text-decoration: none;
}
.wishlist-item {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.wish-item-name {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.wish-item-btns {
  margin-top: 8px;
}
.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;
}
.wish-price > span:not(.amount) {
  color: var(--Text-Grey, #726f75);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.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;
  padding: 4px 10px;
  border-radius: 34px;
  background: #282828;
}
.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;
  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%;
}
.page-id-4468,
.single-post {
  background: #fffbf6;
}
.section-breadcrumb {
  background: #fff;
}
