@charset "UTF-8";
/* ---- NewsLetter ---- */
.shops-newsletter {
  background: #1A4743 url("../../images/diamond-bg.svg") no-repeat right center;
  background-size: contain;
}
@media (max-width: 991px) {
  .shops-newsletter {
    background: #1A4743;
  }
}
.shops-newsletter .shops-newsletter-container {
  background: none;
  padding-block: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .shops-newsletter .shops-newsletter-container {
    padding-block: 40px;
  }
}
@media (max-width: 1023px) {
  .shops-newsletter .shops-newsletter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    text-align: center;
  }
}
.shops-newsletter .shops-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
}
@media (max-width: 1023px) {
  .shops-newsletter .shops-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
.shops-newsletter .shops-block .shops-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.shops-newsletter .shops-block .shops-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.65) 100%);
  border-radius: 8px;
  pointer-events: none;
}
.shops-newsletter .shops-block .shops-image img {
  width: 100%;
  height: 387px;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .shops-newsletter .shops-block .shops-image img {
    height: 380px;
  }
}
.shops-newsletter .shops-block .shops-image .shops-content {
  position: absolute;
  left: 32px;
  bottom: 32px;
  right: 32px;
  z-index: 1;
}
@media (max-width: 991px) {
  .shops-newsletter .shops-block .shops-image .shops-content {
    left: 24px;
    bottom: 24px;
    right: 24px;
    text-align: left;
  }
}
.shops-newsletter .shops-block .shops-image .shops-content .shops-title {
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 24px;
  color: #F2FBF9;
}
@media (max-width: 991px) {
  .shops-newsletter .shops-block .shops-image .shops-content .shops-title {
    font-size: 32px;
    text-align: left;
  }
}
.shops-newsletter .shops-block .shops-image .shops-content .shops-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.shops-newsletter .shops-block .shops-image .shops-content .shops-locations .shops-location {
  color: #F2FBF9;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
}
.shops-newsletter .shops-block .shops-image .shops-content .shops-locations .shops-location:hover {
  background: #ffffff;
  color: #6E615E;
}
.shops-newsletter .shops-block .shops-image .shops-content .shops-locations .shops-location.active {
  background: #ffffff;
  color: #6E615E;
}
@media (max-width: 991px) {
  .shops-newsletter .shops-block .shops-image .shops-content .shops-locations .shops-location {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .shops-newsletter .shops-block {
    margin-bottom: 40px;
  }
}
.shops-newsletter .newsletter-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .shops-newsletter .newsletter-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
.shops-newsletter .newsletter-block > * {
  max-width: 384px;
  width: 100%;
}
.shops-newsletter .newsletter-block .newsletter-title {
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}
.shops-newsletter .newsletter-block .block-subscribe {
  position: relative;
}
.shops-newsletter .newsletter-block .block-subscribe .input-box {
  padding: 0;
}
.shops-newsletter .newsletter-block .block-subscribe .input-box .input-text {
  padding: 12px 40px 12px 12px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  border: 0;
}
.shops-newsletter .newsletter-block .block-subscribe .button.btn-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.shops-newsletter .newsletter-block .block-subscribe .button.btn-arrow:hover, .shops-newsletter .newsletter-block .block-subscribe .button.btn-arrow:focus {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.shops-newsletter .newsletter-block .block-subscribe .button.btn-arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  background: none !important;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1;
}
.shops-newsletter .newsletter-block .block-subscribe .button.btn-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.sidebar-usps {
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.sidebar-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.sidebar-badges li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e615e;
  white-space: nowrap;
}
.sidebar-badges .check-icon {
  color: #27a595;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.sidebar-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  padding: 3px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@container (max-width: 400px) {
  .sidebar-rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.sidebar-rating img {
  height: 16px;
  width: auto;
}
.sidebar-rating span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e615e;
  white-space: nowrap;
}
.sidebar-rating span b {
  font-weight: 700;
}

.sidebar-extras {
  border: 1px solid #e8e3de;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sidebar-extras .gift-box-info {
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.sidebar-extras .gift-box-info > img {
  width: 37px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sidebar-extras .gift-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e615e;
}
.sidebar-extras .gift-box-title {
  margin: 0;
  font-weight: 300;
}
.sidebar-extras .gift-box-link {
  font-size: 14px;
  color: #6e615e;
  text-decoration: underline;
}
.sidebar-extras .sidebar-payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.sidebar-extras .sidebar-payment-icons li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sidebar-extras .sidebar-payment-icons li img {
  width: 37px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
}

.main-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
  background: #F7F5F3;
  width: 100%;
}
.main-container.active {
  z-index: 200;
}
.main-container .media-grid-item {
  position: relative;
}
.main-container .sale-text {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 4px 3px 4px;
  background: #E86926;
  font-size: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.main-container .product-wrapper {
  display: grid;
  grid-template-columns: 3fr 2fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 64px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .main-container .product-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .main-container .product-wrapper {
    margin: 0;
  }
}
.main-container .product-wrapper .product-img-box {
  width: 100%;
  min-width: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-container .product-wrapper .product-img-box {
    margin: 0;
  }
}
.main-container .product-wrapper .media-mobile-only {
  background: #ffffff;
  padding: var(--gap-normal);
  margin-left: calc(var(--gap-normal) * -1);
  margin-right: calc(var(--gap-normal) * -1);
  border-radius: 8px;
}
.main-container .product-wrapper .product-shop {
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: calc(100vh - 100% - 24px);
  min-width: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-container .product-wrapper .product-shop {
    width: 100%;
  }
}
.main-container .product-wrapper .product-name {
  text-transform: initial;
}
.main-container .product-wrapper .product-name .brand {
  display: inline-block;
  font-size: 14px;
  color: #6E615E;
  margin-bottom: 8px;
}
.main-container .product-wrapper .product-name h1 {
  font-family: var(--font-serif);
  color: #1A5550;
  font-size: 32px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .main-container .product-wrapper .product-name h1 {
    font-size: 24px;
  }
}
.main-container .product-wrapper .top-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 16px;
}
.main-container .product-wrapper .sku-block {
  margin-bottom: 14px;
}
.main-container .product-wrapper .wishlist-wrapper {
  margin-bottom: 16px;
}
.main-container .product-wrapper .wishlist-wrapper .wishlist {
  position: relative;
  color: #5C5351;
  padding-left: 20px;
  font-size: 13px;
}
.main-container .product-wrapper .wishlist-wrapper .wishlist:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../../images/wl-small.svg") no-repeat;
  background-size: contain;
}
.main-container .product-wrapper .wishlist-wrapper .wishlist.added:before {
  background: url("../../images/wl-small-added.svg") no-repeat;
  background-size: contain;
}
.main-container .product-wrapper .product-options {
  border: 0;
}
.main-container .product-wrapper .rating-block {
  position: relative;
  width: 96px;
  height: 16px;
  display: inline-block;
}
.main-container .product-wrapper .rating-block::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3EBDAB;
  -webkit-mask: url("../../images/star-outline.svg") left center/16px no-repeat, url("../../images/star-outline.svg") 20px center/16px no-repeat, url("../../images/star-outline.svg") 40px center/16px no-repeat, url("../../images/star-outline.svg") 60px center/16px no-repeat, url("../../images/star-outline.svg") 80px center/16px no-repeat;
  mask: url("../../images/star-outline.svg") left center/16px no-repeat, url("../../images/star-outline.svg") 20px center/16px no-repeat, url("../../images/star-outline.svg") 40px center/16px no-repeat, url("../../images/star-outline.svg") 60px center/16px no-repeat, url("../../images/star-outline.svg") 80px center/16px no-repeat;
}
.main-container .product-wrapper .rating-block .rating {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.main-container .product-wrapper .rating-block .rating::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3EBDAB;
  -webkit-mask: url("../../images/star-solid.svg") left center/16px no-repeat, url("../../images/star-solid.svg") 20px center/16px no-repeat, url("../../images/star-solid.svg") 40px center/16px no-repeat, url("../../images/star-solid.svg") 60px center/16px no-repeat, url("../../images/star-solid.svg") 80px center/16px no-repeat;
  mask: url("../../images/star-solid.svg") left center/16px no-repeat, url("../../images/star-solid.svg") 20px center/16px no-repeat, url("../../images/star-solid.svg") 40px center/16px no-repeat, url("../../images/star-solid.svg") 60px center/16px no-repeat, url("../../images/star-solid.svg") 80px center/16px no-repeat;
}
.main-container .product-wrapper .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-bottom: 5px;
}
.main-container .product-wrapper .ratings p,
.main-container .product-wrapper .ratings a {
  font-size: 14px;
  line-height: 1;
  color: #6E615E;
  margin: 0;
}
.main-container .product-wrapper .scroll-actions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.main-container .product-wrapper .scroll-actions-list .link {
  color: #6E615E;
  font-size: 14px;
  border-bottom: 1px dashed;
}
.main-container .product-wrapper .short-description {
  padding: 0;
  border: 0;
  margin-bottom: 24px;
  color: #5C5351;
  font-size: 14px;
}
.main-container .product-wrapper .swatch-attr .title {
  display: inline-block;
  font-size: 14px;
  color: #6E615E;
  margin-bottom: 4px;
  font-weight: 600;
}
.main-container .product-wrapper .configurable-swatch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.main-container .product-wrapper .configurable-swatch-list:before {
  display: none;
}
.main-container .product-wrapper .configurable-swatch-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 16px) / 3);
  flex: 0 0 calc((100% - 16px) / 3);
  position: relative;
}
.main-container .product-wrapper .configurable-swatch-list li .not-available-text {
  display: none;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 108px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.08);
  padding: 8px;
  font-size: 12px;
  color: #847671;
}
.main-container .product-wrapper .configurable-swatch-list li .not-available-text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  -webkit-filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
}
.main-container .product-wrapper .configurable-swatch-list li.not-available {
  pointer-events: none;
}
.main-container .product-wrapper .configurable-swatch-list li.not-available .swatch-link {
  background: rgba(255, 255, 255, 0.3);
}
.main-container .product-wrapper .configurable-swatch-list li.not-available .swatch-label {
  background: none;
}
.main-container .product-wrapper .configurable-swatch-list li.not-available:hover .not-available-text {
  display: block;
}
.main-container .product-wrapper .configurable-swatch-list .swatch-link {
  margin: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px 16px 8px 8px;
}
.main-container .product-wrapper .configurable-swatch-list .swatch-link .swatch-label {
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  white-space: initial;
  font-size: 14px;
  white-space: nowrap;
}
.main-container .product-wrapper .configurable-swatch-list .selected .swatch-link {
  border-color: #3EBDAB;
}
.main-container .product-wrapper input,
.main-container .product-wrapper textarea {
  width: 100%;
  height: auto;
  padding: 12px 16px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #6E615E;
  font-size: 14px;
}
.main-container .product-wrapper .product-options dl,
.main-container .product-wrapper .product-options option {
  margin-bottom: 8px;
}
.main-container .product-wrapper .product-options dt {
  margin: 0;
  background: none;
}
.main-container .product-wrapper .product-options dt .option-label,
.main-container .product-wrapper .product-options dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #6E615E;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 4px;
  line-height: 1;
}
.main-container .product-wrapper .product-options dt .option-label .required,
.main-container .product-wrapper .product-options dt .option-label em,
.main-container .product-wrapper .product-options dt label .required,
.main-container .product-wrapper .product-options dt label em {
  display: none;
}
.main-container .product-wrapper .product-options dd {
  border: 0;
  position: relative;
}
.main-container .product-wrapper .product-options dd .customoptions-images-div img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: 0;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 14px;
  color: #6E615E;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 8px;
  margin-bottom: 4px;
  position: relative;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D8D4D0;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch.is-selected .link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../../images/check.svg") no-repeat;
  background-size: contain;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch img {
  padding: 0;
  margin: 0;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch img.swatch-selected {
  border: 0;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info .title,
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info .description {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A59992;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info .title {
  color: #6E615E;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info .plus {
  display: inline-block;
  padding-left: 10px;
}
.main-container .product-wrapper .product-options dd [id^=ul_swatch_] .swatch .swatch-info .price {
  font-weight: bold;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 8px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D8D4D0;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label img {
  padding: 0;
  margin: 0;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label img.swatch-selected {
  border: 0;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label.checked:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../../images/check.svg") no-repeat;
  background-size: contain;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label .swatch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label .swatch-info .title,
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label .swatch-info .description {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A59992;
  font-size: 14px;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label .swatch-info .title {
  color: #6E615E;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label label .swatch-info .price {
  padding-left: 4px;
}
.main-container .product-wrapper .product-options dd .options-list .radio-checkbox-label input {
  display: none;
}
.main-container .product-wrapper .product-options .file-upload-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.main-container .product-wrapper .product-options .file-upload-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 2px 4px;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 4px;
}
@media (max-width: 991px) {
  .main-container .product-wrapper .product-options .file-upload-label {
    margin: 0;
  }
}
.main-container .product-wrapper .product-options .file-upload-label .product-custom-option[type=file] {
  display: none;
}
.main-container .product-wrapper .product-options .file-btn {
  padding: 7px 12px;
  border: 1px solid #27A595;
  color: #27A595;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-container .product-wrapper .product-options .file-btn:hover {
  background: #27A595;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-container .product-wrapper .product-options .file-text {
  color: #6E615E;
  font-size: 14px;
  white-space: nowrap;
}
.main-container .product-wrapper .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: #27a595;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-container .product-wrapper .product-options-bottom {
  border: 0;
}
.main-container .product-wrapper .add-to-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .main-container .product-wrapper .add-to-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
  }
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  }
}
.main-container .product-wrapper .add-to-box .price-block {
  min-width: 100px;
}
.main-container .product-wrapper .add-to-box .button-block {
  width: 100%;
  margin-left: 10px;
}
.main-container .product-wrapper .add-to-box .add-btn {
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .add-btn {
    margin: 0 0 0 auto;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .add-btn .add-to-cart {
    margin: 0;
  }
}
.main-container .product-wrapper .add-to-box .regular-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .regular-price {
    margin: 0;
  }
}
.main-container .product-wrapper .add-to-box .regular-price .price-label {
  font-size: 14px;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .regular-price .price-label {
    font-size: 12px;
  }
}
.main-container .product-wrapper .add-to-box .regular-price .price-label {
  margin-bottom: 8px;
  color: #6E615E;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .regular-price .price-label {
    margin-bottom: 4px;
  }
}
.main-container .product-wrapper .add-to-box .regular-price .price {
  font-size: 22px;
  color: #092A28;
  font-weight: normal;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .regular-price .price {
    font-size: 16px;
  }
}
.main-container .product-wrapper .add-to-box .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box .price-box {
    margin-right: 10px;
  }
}
.main-container .product-wrapper .add-to-box .price-box .old-price {
  margin: 0 0 8px 0;
  color: #6E615E;
}
.main-container .product-wrapper .add-to-box .price-box .special-price .price {
  font-size: 22px;
  color: #092A28;
  font-weight: normal;
}
.main-container .product-wrapper .add-to-box .price-label {
  min-width: auto;
  margin: 0;
}
.main-container .product-wrapper .add-to-box.not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-top: 0;
}
.main-container .product-wrapper .add-to-box.not-available:after {
  display: none;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .add-to-box.not-available {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-container .product-wrapper .amxnotif-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  background: #E8E3DE;
  padding: 16px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .amxnotif-block {
    padding: 0;
    background: none;
    width: 100%;
    max-width: 270px;
  }
}
.main-container .product-wrapper .amxnotif-block label {
  font-family: var(--font-serif);
  font-size: 24px;
  color: #1A5550;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .amxnotif-block label {
    display: none;
  }
}
.main-container .product-wrapper .amxnotif-block span {
  display: inline-block;
  font-size: 12px;
  color: #6E615E;
  line-height: 18px;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .amxnotif-block span {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-container .product-wrapper .amxnotif-block .amxnotif-input-fields {
    display: none;
  }
}
.main-container .product-wrapper .amxnotif-block button {
  width: 100%;
}
@media (max-width: 767px) {
  .main-container .product-wrapper .amxnotif-block .checkbox {
    display: none;
  }
}
.main-container .product-wrapper .amxnotif-block .checkbox input {
  display: none;
}
.main-container .product-wrapper .amxnotif-block .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #6E615E;
}
.main-container .product-wrapper .amxnotif-block .checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/checkbox.svg") no-repeat;
  width: 24px;
  height: 24px;
}
.main-container .product-wrapper .amxnotif-block .checkbox input:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/check.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.main-container .product-wrapper .verzendkosten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 8px 0;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.main-container .product-wrapper .verzendkosten .bezorging {
  color: var(--color-text-muted);
  font-weight: 400;
}
.main-container .product-wrapper .verzendkosten .gratis {
  color: var(--color-primary);
  font-weight: 600;
}
.main-container .product-wrapper .bottom {
  padding: 16px;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
}
.main-container .product-wrapper .bottom .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 8px;
  margin: 0 0 16px 0;
}
.main-container .product-wrapper .bottom .info-box img {
  width: 38px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-container .product-wrapper .bottom .info-box .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-container .product-wrapper .bottom .info-box .info-text .info-title {
  margin: 0;
  font-size: 14px;
  color: #6E615E;
}
.main-container .product-wrapper .bottom .info-box .info-text .info-link {
  font-size: 14px;
  color: #6E615E;
  text-decoration: underline;
  cursor: pointer;
}
.main-container .product-wrapper .bottom .info-box .info-text .info-link:hover {
  text-decoration: none;
}
.main-container .product-wrapper .mini-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6E615E;
  font-size: 14px;
  line-height: 1.4;
  gap: 20px;
  margin-bottom: 20px;
}
.main-container .product-wrapper .mini-badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-container .product-wrapper .mini-badge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6E615E;
}
.main-container .product-wrapper .mini-badge-icon {
  width: 14px;
  height: 14px;
  color: #27a595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-container .product-wrapper .mini-badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.main-container .product-wrapper .mini-badge-text {
  font-size: 14px;
  color: #6E615E;
}
.main-container .product-wrapper .mini-badge-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}
.main-container .product-wrapper .mini-badge-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.main-container .product-wrapper .mini-badge-stars .mini-badge-star {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #6b6b6b;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.main-container .product-wrapper .mini-badge-stars .mini-badge-star.is-filled {
  fill: #27a595;
  stroke: #27a595;
}
.main-container .product-wrapper .mini-badge-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .main-container .product-wrapper .mini-badge-score {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-container .product-wrapper .mini-badge-score .number {
  display: inline;
}
.main-container .product-wrapper .mini-badge-percent {
  font-weight: 600;
  color: #6E615E;
  font-size: 14px;
}
.main-container .product-wrapper .mini-badge-label {
  font-size: 12px;
  color: #6E615E;
}
.main-container .product-wrapper .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}
@media (max-width: 991px) {
  .main-container .product-collateral {
    margin-top: 40px;
    padding: 0 16px;
  }
}
.main-container .up-sell {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .main-container .up-sell {
    padding: 16px;
  }
}
.main-container .up-sell .item {
  padding: 16px;
}
.main-container .up-sell .wishlist {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 36px;
  height: 36px;
  background: url("../../images/wishlist.svg") no-repeat;
  z-index: 1;
}
.main-container .up-sell .wishlist.added {
  background: url("../../images/wishlist-added.svg") no-repeat;
}
@media (max-width: 991px) {
  .main-container .up-sell .wishlist {
    top: -4px;
    right: 3px;
  }
}

/* Desktop grid */
@media (min-width: 768px) {
  .media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.media-grid {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .media-grid .media-grid-item {
    aspect-ratio: 1/1;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
  }
  .media-grid .media-grid-item:only-child {
    grid-column: 1/-1;
    aspect-ratio: 1/1;
  }
}
.media-grid .media-grid-item img {
  background: #ffffff;
}
@media (min-width: 768px) {
  .media-grid .media-grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
  }
}

/* Slider styling */
.product-gallery-main .slide-item {
  position: relative;
  background: #ffffff;
}
@media (max-width: 991px) {
  .product-gallery-main .slide-item {
    aspect-ratio: 1/1;
  }
}
.product-gallery-main img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .product-gallery-main img {
    max-height: 380px;
  }
}

@media (max-width: 991px) {
  .product-gallery-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
    overflow-x: auto;
    background: #ffffff;
  }
  .product-gallery-thumbs .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
  }
  .product-gallery-thumbs .thumb img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.super-attribute-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.custom-select-wrapper {
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.custom-select-wrapper.validation-failed {
  border: 1px solid #eb340a;
  background: #faebe7;
}

.custom-list-block {
  position: fixed;
  top: 0;
  right: -100%;
  padding: 32px;
  background: #F7F5F3;
  width: 100%;
  max-width: 326px;
  z-index: 2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.custom-list-block.active {
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  height: 100%;
}

.custom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-title {
  font-size: 32px;
  color: #1A5550;
  font-family: var(--font-serif);
}

.custom-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.custom-close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/close.svg") no-repeat;
  background-size: contain;
}

.custom-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  color: #6E615E;
  font-size: 14px;
  padding: 0 40px 0 8px;
  margin-bottom: 8px;
  height: 56px;
  position: relative;
}
.custom-option:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D8D4D0;
}
.custom-option.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../../images/check.svg") no-repeat;
  background-size: contain;
}
.custom-option.not-available {
  opacity: 0.5;
  pointer-events: none;
}
.custom-option.not-available:before {
  display: none;
}

.custom-option:last-child {
  border-bottom: none;
}

.custom-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 16px 0 8px;
  font-weight: 600;
  position: relative;
  height: 56px;
  cursor: pointer;
}
.custom-selected:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/brown-right-small.svg") no-repeat;
  background-size: contain;
}

.custom-select-wrapper-custom-options {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-select-wrapper-custom-options .custom-selected {
  width: 100%;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  height: 56px;
}
.custom-select-wrapper-custom-options .custom-selected:before {
  content: "";
  background: url("../../images/brown-right-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 16px;
  width: 16px;
  height: 16px;
}
.custom-select-wrapper-custom-options .custom-selected.active {
  border-radius: 8px 8px 0 0;
}
.custom-select-wrapper-custom-options .custom-selected.active ~ .custom-options-list {
  display: block;
}
.custom-select-wrapper-custom-options .custom-selected:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.custom-select-wrapper-custom-options .custom-options-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.custom-select-wrapper-custom-options .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  gap: 6px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.custom-select-wrapper-custom-options .custom-option:before {
  display: none;
}
.custom-select-wrapper-custom-options .custom-option:hover {
  background-color: #f0f4ff;
}
.custom-select-wrapper-custom-options .custom-option img.option-image {
  width: 40px;
  height: 40px;
}
.custom-select-wrapper-custom-options .custom-selected img.option-preview-image {
  width: 54px;
  height: 54px;
}
.custom-select-wrapper-custom-options .option-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select-wrapper-custom-options .custom-options-list::-webkit-scrollbar {
  width: 6px;
}
.custom-select-wrapper-custom-options .custom-options-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.custom-select-wrapper-custom-options .custom-options-list::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.custom-select-wrapper-custom-options .custom-options-list .custom-option.placeholder {
  font-style: italic;
  color: #999;
}
.custom-select-wrapper-custom-options .custom-options-list .custom-option.placeholder:hover {
  background-color: #f0f4ff;
  color: #000;
}
.custom-select-wrapper-custom-options .custom-option {
  height: 40px;
}

.custom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.55;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.custom-overlay.show {
  display: block;
}

/* ---- description ---- */
.product-tabs-vertical {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .product-tabs-vertical .product-tab-section:last-child {
    margin-bottom: 40px;
  }
}
.product-tabs-vertical .product-tab-section .product-tab-title {
  color: #1A5550;
  font-size: 24px;
  font-family: var(--font-serif);
  font-weight: normal;
  margin-bottom: 16px;
}
.product-tabs-vertical .product-tab-section .product-tab-content,
.product-tabs-vertical .product-tab-section .std {
  color: #6E615E;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .product-tabs-vertical .product-tab-section .std {
    padding-right: 30px;
  }
}
.product-tabs-vertical .product-tab-section tr {
  background: none;
  border: 0;
  border-bottom: 1px solid #E8E3DE;
}
.product-tabs-vertical .product-tab-section .review-area-block .ratings-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 8px;
}
.product-tabs-vertical .product-tab-section .review-area-block .rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tabs-vertical .product-tab-section .review-area-block .rating-item .rating-block {
  margin-left: 10px;
}
.product-tabs-vertical .product-tab-section .review-area-block .review-title {
  display: inline-block;
  color: #6E615E;
  font-size: 16px;
  margin-bottom: 8px;
}
.product-tabs-vertical .product-tab-section .review-area-block .review-by {
  font-size: 12px;
  color: #6E615E;
}
.product-tabs-vertical .product-tab-section #attributes_tab {
  background: none;
}
.product-tabs-vertical .product-tab-section #attributes_tab tr {
  background: none;
  border: 0;
  border-bottom: 1px solid #E8E3DE;
}
.product-tabs-vertical .product-tab-section #attributes_tab th {
  padding-left: 0;
  font-weight: normal;
}
.product-tabs-vertical .product-tab-section #attributes_tab td {
  padding-left: 60px;
}
.product-tabs-vertical .product-tab-section .radio-wrap {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tabs-vertical .product-tab-section .radio-wrap input {
  display: none;
}
.product-tabs-vertical .product-tab-section .radio-wrap .radio-ui {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D8D4D0;
  background: #ffffff;
  position: relative;
}
.product-tabs-vertical .product-tab-section .radio-wrap input:checked + .radio-ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../images/check.svg") no-repeat center;
  background-size: contain;
}
.product-tabs-vertical .product-tab-section.review .add-review {
  display: none;
}
.product-tabs-vertical .product-tab-section.review .add-review .buttons-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tabs-vertical .btn-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 12px 16px;
  border: 1px solid #27A595;
  color: #27A595;
  font-size: 16px;
  border-radius: 8px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-tabs-vertical .btn-review:hover {
  background: #27A595;
  color: #ffffff;
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 60px;
  }
}

/* Specificaties-block in rechter kolom (onder .product-shop) */
.product-specs {
  margin-top: 24px;
}
.product-specs .product-tab-title {
  color: #1A5550;
  font-size: 24px;
  font-family: var(--font-serif);
  font-weight: normal;
  margin-bottom: 16px;
}
.product-specs #attributes_tab {
  background: none;
}
.product-specs #attributes_tab table {
  width: 100%;
  border-collapse: collapse;
}
.product-specs #attributes_tab tr {
  background: none;
  border: 0;
}
.product-specs #attributes_tab tr:nth-child(even) {
  background: #EDE9E5;
}
.product-specs #attributes_tab th,
.product-specs #attributes_tab td {
  padding: 8px 12px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  border: 0;
}
.product-specs #attributes_tab th {
  font-weight: normal;
  color: #6E615E;
}
.product-specs #attributes_tab td {
  color: #5C5351;
  padding-left: 20px;
}

/* Hide desktop grid on mobile */
@media (max-width: 767px) {
  .media-desktop-only,
  .desktop-only {
    display: none !important;
  }
}
/* Hide slider on desktop */
@media (min-width: 768px) {
  .media-mobile-only,
  .mobile-only {
    display: none !important;
  }
}
/* Sticky product bar (desktop only) — restyled from Porto default */
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #E8E3DE;
  -webkit-box-shadow: 0 4px 12px rgba(9, 42, 40, 0.08);
  box-shadow: 0 4px 12px rgba(9, 42, 40, 0.08);
  padding: 12px 0;
}
.sticky-product.no-sticky-header {
  padding: 12px 0;
}
.sticky-product.hide {
  display: none;
}
@media (max-width: 1023px) {
  .sticky-product {
    display: none !important;
  }
}
.sticky-product > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.sticky-product .sticky-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #F7F5F3;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  padding: 4px;
}
.sticky-product .sticky-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  vertical-align: middle;
}
.sticky-product .sticky-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
}
.sticky-product .sticky-detail .product-name-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  min-width: 0;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  font-family: var(--font-serif);
  font-size: 18px;
  color: #1A5550;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
}
.sticky-product .sticky-detail .product-name-area .price-box {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}
.sticky-product .sticky-detail .product-name-area .price-box p,
.sticky-product .sticky-detail .product-name-area .price-box .old-price,
.sticky-product .sticky-detail .product-name-area .price-box .special-price,
.sticky-product .sticky-detail .product-name-area .price-box .regular-price {
  margin: 0;
  line-height: 1;
}
.sticky-product .sticky-detail .product-name-area .price-box .price-label {
  display: none;
}
.sticky-product .sticky-detail .product-name-area .price-box .old-price .price {
  font-size: 14px;
  color: #6E615E;
  text-decoration: line-through;
  font-weight: 400;
}
.sticky-product .sticky-detail .product-name-area .price-box .special-price .price {
  font-size: 18px;
  color: #27a595;
  font-weight: 600;
}
.sticky-product .sticky-detail .product-name-area .price-box .regular-price .price {
  font-size: 18px;
  color: #092A28;
  font-weight: 600;
}
.sticky-product .sticky-detail .ratings,
.sticky-product .sticky-detail .availability {
  display: none;
}
.sticky-product .add-to-cart {
  position: static;
  margin: 0;
  margin-left: auto;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: auto;
  right: auto;
}
.sticky-product .add-to-cart button.btn-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #27a595;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.25s ease, transform 0.15s ease;
  transition: background-color 0.25s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.sticky-product .add-to-cart button.btn-cart:hover {
  background: #092a28;
  color: #ffffff;
}
.sticky-product .add-to-cart button.btn-cart:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.sticky-product .add-to-cart button.btn-cart > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 8px;
}
.sticky-product .add-to-cart button.btn-cart img {
  width: 20px;
  height: 20px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/*# sourceMappingURL=pdp.css.map */
