@charset "UTF-8";
/*
Theme Name: Pro – Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro
*/
body {
  font-family: "Open Sans";
}

a:link, a:active, a:visited {
  color: #b08e98;
}
a:hover {
  color: #bea2aa;
}

.x-main.full {
  padding-bottom: 100px;
}

.x-container.max {
  max-width: 1400px;
}

.x-breadcrumbs {
  margin-top: 20px;
}

.x-main.full > article > .entry-wrap > .entry-content {
  margin-top: 2em;
}

.woocommerce-ordering {
  display: none;
}

.product-total-price {
  font-weight: bold;
}

.back-button {
  background-color: #b08e98 !important;
  margin-bottom: 15px !important;
}
.back-button:hover {
  background-color: #bea2aa !important;
}

.category-title {
  float: left;
  clear: both;
  margin-top: 0;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .category-title {
    display: none;
  }
}

.price-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.price-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 1s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.woocommerce .quantity .qty,
.search .quantity .qty {
  border-radius: 5px;
  width: 3.631em;
  text-align: center;
}

.shop_table_bulk .qty {
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  max-width: 200px;
  padding: 10px 15px;
  margin: 10px 0;
  color: #fff;
  background: #b08e98;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li.is-active > a {
  color: #000;
  font-weight: bold;
  background: #fff;
  text-align: left;
  border: solid 2px #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #4d4d4d;
}

/* General input styling */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select,
button,
.woocommerce-button {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Styling for textareas */
textarea {
  min-height: 100px;
  resize: vertical;
}

/* Styling for buttons */
button:not(.x-search-btn-submit),
.button,
.woocommerce-button {
  background-color: #b08e98 !important;
  color: #fff !important;
  cursor: pointer;
  border: none;
}
button:not(.x-search-btn-submit).button,
.button.button,
.woocommerce-button.button {
  font-family: "Open Sans" !important;
  color: #fff;
  background-color: #b08e98 !important;
}
button:not(.x-search-btn-submit).button:hover,
.button.button:hover,
.woocommerce-button.button:hover {
  background-color: #bea2aa !important;
}
button:not(.x-search-btn-submit).button.btn-secondary,
.button.button.btn-secondary,
.woocommerce-button.button.btn-secondary {
  background-color: #000 !important;
}
button:not(.x-search-btn-submit):hover,
.button:hover,
.woocommerce-button:hover {
  background-color: #bea2aa !important;
}
button:not(.x-search-btn-submit):disabled,
.button:disabled,
.woocommerce-button:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
}
button:not(.x-search-btn-submit).woocommerce-button,
.button.woocommerce-button,
.woocommerce-button.woocommerce-button {
  padding: 5px 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}

legend {
  font-weight: bold;
  margin: 1.5em 5px;
  float: left;
}

.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  background: #b08e98;
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
}

.view-toggle {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 3em;
}
@media (max-width: 468px) {
  .view-toggle {
    flex-direction: column;
  }
}
.view-toggle button.view-btn {
  margin: 0 15px !important;
  width: 200px;
  color: #000 !important;
  background: transparent !important;
  border: solid 2px #000 !important;
}
.view-toggle button.view-btn:last-child {
  margin: 0 0 0 15px !important;
}
.view-toggle button.view-btn.active {
  color: #fff !important;
  font-weight: bold;
  background-color: #000 !important;
  border: solid 2px #000 !important;
}
@media (max-width: 468px) {
  .view-toggle button.view-btn {
    margin: 5px 0 !important;
    width: 100%;
  }
  .view-toggle button.view-btn:last-child {
    margin: 5px 0 !important;
  }
}

.product-grid {
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

body.search .product-grid {
  margin: 0 20px;
}

.product-grid-item {
  text-align: center;
  padding: 40px 15px;
  border: solid 1px #ddd;
  border-radius: 7px;
}
.product-grid-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-grid-item h2 {
  font-size: 16px;
  margin: 10px 0;
}
.product-grid-item .product-grid-price {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-height: 50px;
  align-items: center;
}
.product-grid-item .product-grid-price .price {
  font-weight: bold;
  display: block;
}
.product-grid-item .product-grid-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.product-grid-item .product-grid-add-to-cart button.add-to-cart {
  width: 200px;
  margin-left: 20px;
  border-radius: 5px;
  font-weight: bold;
}

.shop-container {
  display: flex;
  gap: 20px;
  max-width: 1680px;
  margin: 0 auto;
}

.shop-sidebar {
  width: 300px;
  background-color: #f9f9f9;
  padding: 2em 15px 20px 20px;
}
@media (max-width: 992px) {
  .shop-sidebar {
    display: none;
  }
}
.shop-sidebar h2 {
  margin-bottom: 1.5em;
}

.shop-main-content {
  flex: 1;
  padding-bottom: 300px;
}

.keystone-shop-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #ded7d9;
}
.keystone-shop-pagination__per-page,
.keystone-shop-pagination__pages {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.keystone-shop-pagination__per-page {
  margin-right: auto;
}
.keystone-shop-pagination__per-page label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4b4144;
  white-space: nowrap;
}
.keystone-shop-pagination__pages {
  justify-content: flex-end;
}
.keystone-shop-pagination select,
.keystone-shop-pagination__button {
  height: 42px;
  border: 1px solid #cfc5c8;
  border-radius: 5px;
  background: #fff;
  color: #44383c;
  font-size: 14px;
  line-height: 40px;
  box-shadow: none;
}
.keystone-shop-pagination select {
  width: auto;
  min-width: 72px;
  margin: 0;
  padding: 0 34px 0 12px;
  cursor: pointer;
}
.keystone-shop-pagination__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  padding: 0;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.keystone-shop-pagination__button:hover,
.keystone-shop-pagination__button:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}
.keystone-shop-pagination__button:hover .keystone-shop-pagination__arrow::before,
.keystone-shop-pagination__button:focus-visible .keystone-shop-pagination__arrow::before {
  background: #fff;
}
.keystone-shop-pagination__button:hover .keystone-shop-pagination__arrow::after,
.keystone-shop-pagination__button:focus-visible .keystone-shop-pagination__arrow::after {
  border-color: #fff;
}
.keystone-shop-pagination__button.is-disabled {
  border-color: #e4dfe1;
  background: #f8f7f7;
  color: #aaa2a5;
  cursor: not-allowed;
}
.keystone-shop-pagination__arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 10px;
  color: #000;
  transition: transform 0.2s ease;
}
.keystone-shop-pagination__arrow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 14px;
  height: 2px;
  background: currentColor;
  transition: background-color 0.2s ease;
}
.keystone-shop-pagination__arrow::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transition: border-color 0.2s ease;
}
.keystone-shop-pagination__arrow--previous::after {
  left: 0;
  transform: rotate(-135deg);
}
.keystone-shop-pagination__arrow--next::after {
  right: 0;
  transform: rotate(45deg);
}
.keystone-shop-pagination__button:not(.is-disabled):hover .keystone-shop-pagination__arrow--previous {
  transform: translateX(-2px);
}
.keystone-shop-pagination__button:not(.is-disabled):hover .keystone-shop-pagination__arrow--next {
  transform: translateX(2px);
}
.keystone-shop-pagination__page-select {
  min-width: 66px !important;
  text-align: center;
}
.keystone-shop-pagination__total {
  color: #756a6e;
  font-size: 14px;
  white-space: nowrap;
}
.keystone-shop-pagination__balance {
  display: none;
}
@media (max-width: 768px) {
  .keystone-shop-pagination {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .keystone-shop-pagination__per-page {
    justify-content: flex-start;
  }
  .keystone-shop-pagination__pages {
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .keystone-shop-pagination__pages {
    gap: 7px;
  }
  .keystone-shop-pagination__button {
    flex: 0 0 42px;
  }
}

.subcategory-list {
  list-style: none;
  padding-left: 0;
}
.subcategory-list li.category-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
}
.subcategory-list li.category-item a {
  text-decoration: none;
  color: #333;
}
.subcategory-list li.category-item a:hover {
  color: #bea2aa;
}
.subcategory-list li.category-item.active > a {
  font-weight: bold;
  color: #b08e98;
}
.subcategory-list li.category-item > .subcategory-list {
  display: none;
  padding-left: 25px;
  margin-top: 20px;
}
.subcategory-list li.category-item > .subcategory-list .category-item {
  font-size: 0.9em;
  opacity: 0.9;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.subcategory-list li.category-item.active > .subcategory-list, .subcategory-list li.category-item.in-active-path > .subcategory-list {
  display: block;
}

body.woocommerce.woocommerce.single-product div.product,
.woocommerce.woocommerce.single-product div.product,
.search-results.woocommerce.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(320px, 45%);
  grid-template-rows: auto auto;
  grid-template-areas: "gallery summary" "icons   summary" "tabs    tabs";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  align-items: start;
}
@media (max-width: 992px) {
  body.woocommerce.woocommerce.single-product div.product,
  .woocommerce.woocommerce.single-product div.product,
  .search-results.woocommerce.single-product div.product {
    grid-template-columns: 1fr;
    grid-template-areas: "gallery" "icons" "summary" "tabs";
  }
}
body.woocommerce.woocommerce.single-product .woocommerce-product-gallery,
.woocommerce.woocommerce.single-product .woocommerce-product-gallery,
.search-results.woocommerce.single-product .woocommerce-product-gallery {
  grid-area: gallery;
}
body.woocommerce.woocommerce.single-product .summary.entry-summary,
.woocommerce.woocommerce.single-product .summary.entry-summary,
.search-results.woocommerce.single-product .summary.entry-summary {
  width: 100%;
  grid-area: summary;
}
body.woocommerce.woocommerce.single-product .woocommerce-tabs,
.woocommerce.woocommerce.single-product .woocommerce-tabs,
.search-results.woocommerce.single-product .woocommerce-tabs {
  grid-area: tabs;
}
body.woocommerce.woocommerce.single-product .x-main.full,
.woocommerce.woocommerce.single-product .x-main.full,
.search-results.woocommerce.single-product .x-main.full {
  padding-top: 1em;
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery,
.search-results.woocommerce.single-product .x-main.full .woocommerce-product-gallery {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
  justify-self: center;
  align-self: center;
  min-height: clamp(360px, 50vw, 520px);
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.search-results.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.search-results.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image,
.search-results.woocommerce.single-product .x-main.full .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.woocommerce.woocommerce.single-product .x-main.full .related.products,
.woocommerce.woocommerce.single-product .x-main.full .related.products,
.search-results.woocommerce.single-product .x-main.full .related.products {
  display: none !important;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
.search-results.woocommerce.single-product .x-main.full .up-sells.products {
  --keystone-upsells-per-view: 6;
  --keystone-upsells-static-columns: 6;
  grid-column: 1/-1;
  position: relative;
  left: 50%;
  width: calc(100vw - 24px);
  max-width: none;
  margin: 3em 0 3px;
  padding: 72px 0;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 992px) {
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products {
    grid-row: 5;
  }
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
.search-results.woocommerce.single-product .x-main.full .up-sells.products > h2 {
  width: min(1700px, 100% - 80px);
  margin: 0 auto 32px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport {
  width: min(1700px, 100% - 80px);
  margin: 0 auto;
  overflow: hidden;
  scrollbar-width: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport::-webkit-scrollbar,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport::-webkit-scrollbar,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport::-webkit-scrollbar {
  display: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products {
  display: grid;
  grid-template-columns: repeat(var(--keystone-upsells-static-columns), minmax(0, 300px));
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products::before, body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products::after,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products::before,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products::after,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products::before,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products::after {
  display: none;
  content: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
  margin: 0;
  min-width: 0;
  background: #fff;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-product,
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-product,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-product,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product > a.woocommerce-LoopProduct-link {
  color: #000;
  text-decoration: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-featured > a,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-featured > a,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-featured > a {
  display: block;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-wrap,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-wrap,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-wrap {
  display: flex;
  flex: 1;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product img,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product img,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3,
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .woocommerce-loop-product__title,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .woocommerce-loop-product__title,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.5em;
  margin: 0;
  padding: 24px 32px 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3 a,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3 a,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .entry-header h3 a {
  color: #000;
  text-decoration: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .keystone-product-card__sku,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .keystone-product-card__sku,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .keystone-product-card__sku {
  display: block;
  margin: 0.45em 32px 0;
  color: #838383;
  font-size: 0.9rem;
  line-height: 1.35;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .price,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .price,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .price {
  display: block;
  margin: 0.15em 32px 32px;
  color: #000;
  font-size: 1rem;
  line-height: 1.35;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .button,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .button,
.search-results.woocommerce.single-product .x-main.full .up-sells.products ul.products li.product .button {
  display: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport,
.search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport {
  cursor: grab;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport.is-dragging,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport.is-dragging,
.search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider .keystone-upsells__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider ul.products,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider ul.products,
.search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider ul.products {
  display: flex;
  justify-content: flex-start;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
.search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product {
  flex: 0 0 calc((100% - 80px) / 6);
  scroll-snap-align: start;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls[hidden],
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls[hidden],
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__controls[hidden] {
  display: none;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrows,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrows,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrows {
  display: flex;
  gap: 3px;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #d0d0d0 !important;
  box-shadow: none;
  color: #111 !important;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  text-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:hover,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:hover,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:hover {
  background: #bfbfbf !important;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:focus-visible,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:focus-visible,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__pagination,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__pagination,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8c8c8 !important;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot.is-active, body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:hover,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot.is-active,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:hover,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot.is-active,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:hover {
  background: #111 !important;
}
body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:focus-visible,
.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:focus-visible,
.search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products {
    --keystone-upsells-per-view: 3;
    padding: 48px 0;
  }
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products > h2,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport {
    width: min(100% - 40px, 960px);
  }
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product {
    flex-basis: calc((100% - 32px) / 3);
  }
}
@media (max-width: 600px) {
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products {
    --keystone-upsells-per-view: 1;
    padding: 36px 0;
  }
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products > h2,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products > h2,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport {
    width: calc(100% - 32px);
  }
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products.has-slider li.product {
    flex-basis: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow,
  body.woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow,
  .woocommerce.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__viewport,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__arrow,
  .search-results.woocommerce.single-product .x-main.full .up-sells.products .keystone-upsells__dot {
    scroll-behavior: auto;
    transition: none;
  }
}
body.woocommerce.woocommerce.single-product .x-main.full form.cart,
.woocommerce.woocommerce.single-product .x-main.full form.cart,
.search-results.woocommerce.single-product .x-main.full form.cart {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
body.woocommerce.woocommerce.single-product .x-main.full form.cart .button,
.woocommerce.woocommerce.single-product .x-main.full form.cart .button,
.search-results.woocommerce.single-product .x-main.full form.cart .button {
  float: left;
  width: 300px;
  height: 48px;
  margin-left: 10px;
  border-radius: 4px;
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table,
.search-results.woocommerce.single-product .x-main.full .woocommerce-price-table {
  float: left;
  width: 100%;
  margin-top: 1em;
  border-radius: 6px;
  border: solid 2px rgba(234, 234, 234, 0.9176470588);
  border-collapse: collapse !important;
  overflow: hidden;
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table th,
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table td,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table th,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table td,
.search-results.woocommerce.single-product .x-main.full .woocommerce-price-table th,
.search-results.woocommerce.single-product .x-main.full .woocommerce-price-table td {
  border: 1px solid #ddd;
  padding: 5px 15px;
  text-align: left;
}
body.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table th,
.woocommerce.woocommerce.single-product .x-main.full .woocommerce-price-table th,
.search-results.woocommerce.single-product .x-main.full .woocommerce-price-table th {
  background-color: #f5f5f5;
}
body.woocommerce.woocommerce.single-product .x-main.full .custom-product-details,
.woocommerce.woocommerce.single-product .x-main.full .custom-product-details,
.search-results.woocommerce.single-product .x-main.full .custom-product-details {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce.woocommerce.single-product .x-main.full .custom-product-details ul,
.woocommerce.woocommerce.single-product .x-main.full .custom-product-details ul,
.search-results.woocommerce.single-product .x-main.full .custom-product-details ul {
  float: none !important;
  display: inline-block;
  width: 100%;
}
body.woocommerce.woocommerce.single-product .x-main.full p.custom-section-header,
.woocommerce.woocommerce.single-product .x-main.full p.custom-section-header,
.search-results.woocommerce.single-product .x-main.full p.custom-section-header {
  float: left;
  width: 100%;
  margin-top: 1em;
  font-weight: bold;
}
body.woocommerce.woocommerce.single-product .x-main.full p.custom-section-content,
.woocommerce.woocommerce.single-product .x-main.full p.custom-section-content,
.search-results.woocommerce.single-product .x-main.full p.custom-section-content {
  float: left;
  width: 100%;
}
body.woocommerce.woocommerce.single-product .x-main.full p.custom-section-content ul,
.woocommerce.woocommerce.single-product .x-main.full p.custom-section-content ul,
.search-results.woocommerce.single-product .x-main.full p.custom-section-content ul {
  display: inline-block;
  width: 100%;
  float: none !important;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-section,
.woocommerce.woocommerce.single-product .x-main.full .toggle-section,
.search-results.woocommerce.single-product .x-main.full .toggle-section {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-section ul,
.woocommerce.woocommerce.single-product .x-main.full .toggle-section ul,
.search-results.woocommerce.single-product .x-main.full .toggle-section ul {
  float: left;
  width: 100%;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-header,
.woocommerce.woocommerce.single-product .x-main.full .toggle-header,
.search-results.woocommerce.single-product .x-main.full .toggle-header {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  background-color: #f1f1f1;
  margin-top: 1em;
  margin-left: -10px;
  padding: 10px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-header:hover,
.woocommerce.woocommerce.single-product .x-main.full .toggle-header:hover,
.search-results.woocommerce.single-product .x-main.full .toggle-header:hover {
  background-color: #e6e6e6;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-header:hover .toggle-icon,
.woocommerce.woocommerce.single-product .x-main.full .toggle-header:hover .toggle-icon,
.search-results.woocommerce.single-product .x-main.full .toggle-header:hover .toggle-icon {
  color: #333;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-header .toggle-icon,
.woocommerce.woocommerce.single-product .x-main.full .toggle-header .toggle-icon,
.search-results.woocommerce.single-product .x-main.full .toggle-header .toggle-icon {
  float: right;
  margin-left: 10px;
  font-size: 16px;
  color: #555;
  transition: transform 0.2s ease-in-out;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-content,
.woocommerce.woocommerce.single-product .x-main.full .toggle-content,
.search-results.woocommerce.single-product .x-main.full .toggle-content {
  display: none; /* Standaard ingeklapt */
  float: left;
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin-bottom: 1em;
  margin-left: -10px;
  border-left: solid 3px #f6f6f6;
  color: #555;
}
body.woocommerce.woocommerce.single-product .x-main.full .toggle-content p,
.woocommerce.woocommerce.single-product .x-main.full .toggle-content p,
.search-results.woocommerce.single-product .x-main.full .toggle-content p {
  margin: 0;
}
body.woocommerce.woocommerce.single-product .product_meta > span,
.woocommerce.woocommerce.single-product .product_meta > span,
.search-results.woocommerce.single-product .product_meta > span {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  font-weight: bold;
}
body.woocommerce.woocommerce.single-product .product_meta > span > span,
.woocommerce.woocommerce.single-product .product_meta > span > span,
.search-results.woocommerce.single-product .product_meta > span > span {
  font-weight: normal;
}
body.woocommerce.woocommerce.single-product .product-icons,
.woocommerce.woocommerce.single-product .product-icons,
.search-results.woocommerce.single-product .product-icons {
  float: none;
  display: flex;
  grid-area: icons;
  width: 100%;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 4em;
  flex-wrap: wrap;
}
body.woocommerce.woocommerce.single-product .product-icons .product-icons-item,
.woocommerce.woocommerce.single-product .product-icons .product-icons-item,
.search-results.woocommerce.single-product .product-icons .product-icons-item {
  width: 80px;
  text-align: center;
}
body.woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon,
.woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon,
.search-results.woocommerce.single-product .product-icons .product-icons-item .product-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
body.woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon-label,
.woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon-label,
.search-results.woocommerce.single-product .product-icons .product-icons-item .product-icon-label {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-size: 0.8em;
  font-weight: 600;
}
@media (max-width: 468px) {
  body.woocommerce.woocommerce.single-product .product-icons,
  .woocommerce.woocommerce.single-product .product-icons,
  .search-results.woocommerce.single-product .product-icons {
    gap: 15px;
    margin-bottom: 1em;
  }
  body.woocommerce.woocommerce.single-product .product-icons .product-icons-item,
  .woocommerce.woocommerce.single-product .product-icons .product-icons-item,
  .search-results.woocommerce.single-product .product-icons .product-icons-item {
    width: 62px;
  }
  body.woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon-label,
  .woocommerce.woocommerce.single-product .product-icons .product-icons-item .product-icon-label,
  .search-results.woocommerce.single-product .product-icons .product-icons-item .product-icon-label {
    font-size: 11px;
  }
}
body.woocommerce.woocommerce-page li.product-category.product .woocommerce-loop-category__title,
.woocommerce.woocommerce-page li.product-category.product .woocommerce-loop-category__title,
.search-results.woocommerce-page li.product-category.product .woocommerce-loop-category__title {
  margin-left: 10px;
  color: #000;
}
body.woocommerce.woocommerce-page li.product-category.product a img,
.woocommerce.woocommerce-page li.product-category.product a img,
.search-results.woocommerce-page li.product-category.product a img {
  max-width: 180px;
  border-radius: 8px;
}
body.woocommerce.woocommerce-page li.product-category.product:hover .woocommerce-loop-category__title,
.woocommerce.woocommerce-page li.product-category.product:hover .woocommerce-loop-category__title,
.search-results.woocommerce-page li.product-category.product:hover .woocommerce-loop-category__title {
  color: #b08e98;
}
body.woocommerce .shop_table,
body.woocommerce .woocommerce-orders-table.my_account_orders,
.woocommerce .shop_table,
.woocommerce .woocommerce-orders-table.my_account_orders,
.search-results .shop_table,
.search-results .woocommerce-orders-table.my_account_orders {
  width: 100%;
  border-collapse: collapse !important;
  overflow: hidden;
}
body.woocommerce .shop_table th,
body.woocommerce .shop_table td,
body.woocommerce .woocommerce-orders-table.my_account_orders th,
body.woocommerce .woocommerce-orders-table.my_account_orders td,
.woocommerce .shop_table th,
.woocommerce .shop_table td,
.woocommerce .woocommerce-orders-table.my_account_orders th,
.woocommerce .woocommerce-orders-table.my_account_orders td,
.search-results .shop_table th,
.search-results .shop_table td,
.search-results .woocommerce-orders-table.my_account_orders th,
.search-results .woocommerce-orders-table.my_account_orders td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
body.woocommerce .shop_table th a:link,
body.woocommerce .shop_table th a:active,
body.woocommerce .shop_table th a:visited,
body.woocommerce .shop_table td a:link,
body.woocommerce .shop_table td a:active,
body.woocommerce .shop_table td a:visited,
body.woocommerce .woocommerce-orders-table.my_account_orders th a:link,
body.woocommerce .woocommerce-orders-table.my_account_orders th a:active,
body.woocommerce .woocommerce-orders-table.my_account_orders th a:visited,
body.woocommerce .woocommerce-orders-table.my_account_orders td a:link,
body.woocommerce .woocommerce-orders-table.my_account_orders td a:active,
body.woocommerce .woocommerce-orders-table.my_account_orders td a:visited,
.woocommerce .shop_table th a:link,
.woocommerce .shop_table th a:active,
.woocommerce .shop_table th a:visited,
.woocommerce .shop_table td a:link,
.woocommerce .shop_table td a:active,
.woocommerce .shop_table td a:visited,
.woocommerce .woocommerce-orders-table.my_account_orders th a:link,
.woocommerce .woocommerce-orders-table.my_account_orders th a:active,
.woocommerce .woocommerce-orders-table.my_account_orders th a:visited,
.woocommerce .woocommerce-orders-table.my_account_orders td a:link,
.woocommerce .woocommerce-orders-table.my_account_orders td a:active,
.woocommerce .woocommerce-orders-table.my_account_orders td a:visited,
.search-results .shop_table th a:link,
.search-results .shop_table th a:active,
.search-results .shop_table th a:visited,
.search-results .shop_table td a:link,
.search-results .shop_table td a:active,
.search-results .shop_table td a:visited,
.search-results .woocommerce-orders-table.my_account_orders th a:link,
.search-results .woocommerce-orders-table.my_account_orders th a:active,
.search-results .woocommerce-orders-table.my_account_orders th a:visited,
.search-results .woocommerce-orders-table.my_account_orders td a:link,
.search-results .woocommerce-orders-table.my_account_orders td a:active,
.search-results .woocommerce-orders-table.my_account_orders td a:visited {
  color: #000000;
}
body.woocommerce .shop_table th.shop-table-product-image,
body.woocommerce .shop_table td.shop-table-product-image,
body.woocommerce .woocommerce-orders-table.my_account_orders th.shop-table-product-image,
body.woocommerce .woocommerce-orders-table.my_account_orders td.shop-table-product-image,
.woocommerce .shop_table th.shop-table-product-image,
.woocommerce .shop_table td.shop-table-product-image,
.woocommerce .woocommerce-orders-table.my_account_orders th.shop-table-product-image,
.woocommerce .woocommerce-orders-table.my_account_orders td.shop-table-product-image,
.search-results .shop_table th.shop-table-product-image,
.search-results .shop_table td.shop-table-product-image,
.search-results .woocommerce-orders-table.my_account_orders th.shop-table-product-image,
.search-results .woocommerce-orders-table.my_account_orders td.shop-table-product-image {
  width: 70px;
}
body.woocommerce .shop_table th.shop-table-product-image img,
body.woocommerce .shop_table td.shop-table-product-image img,
body.woocommerce .woocommerce-orders-table.my_account_orders th.shop-table-product-image img,
body.woocommerce .woocommerce-orders-table.my_account_orders td.shop-table-product-image img,
.woocommerce .shop_table th.shop-table-product-image img,
.woocommerce .shop_table td.shop-table-product-image img,
.woocommerce .woocommerce-orders-table.my_account_orders th.shop-table-product-image img,
.woocommerce .woocommerce-orders-table.my_account_orders td.shop-table-product-image img,
.search-results .shop_table th.shop-table-product-image img,
.search-results .shop_table td.shop-table-product-image img,
.search-results .woocommerce-orders-table.my_account_orders th.shop-table-product-image img,
.search-results .woocommerce-orders-table.my_account_orders td.shop-table-product-image img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.woocommerce .shop_table th,
body.woocommerce .woocommerce-orders-table.my_account_orders th,
.woocommerce .shop_table th,
.woocommerce .woocommerce-orders-table.my_account_orders th,
.search-results .shop_table th,
.search-results .woocommerce-orders-table.my_account_orders th {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body.woocommerce .shop_table.shop_table_responsive tr td,
  body.woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td,
  .woocommerce .shop_table.shop_table_responsive tr td,
  .woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td,
  .search-results .shop_table.shop_table_responsive tr td,
  .search-results .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td {
    width: 100%;
    text-align: left !important;
    border: none;
    padding: 0.2em 4%;
  }
  body.woocommerce .shop_table.shop_table_responsive tr td.shop-table-product-image,
  body.woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image,
  .woocommerce .shop_table.shop_table_responsive tr td.shop-table-product-image,
  .woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image,
  .search-results .shop_table.shop_table_responsive tr td.shop-table-product-image,
  .search-results .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image {
    padding-top: 0.5em;
  }
  body.woocommerce .shop_table.shop_table_responsive tr td.shop-table-product-image img,
  body.woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image img,
  .woocommerce .shop_table.shop_table_responsive tr td.shop-table-product-image img,
  .woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image img,
  .search-results .shop_table.shop_table_responsive tr td.shop-table-product-image img,
  .search-results .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td.shop-table-product-image img {
    width: 90px;
    height: 90px;
  }
  body.woocommerce .shop_table.shop_table_responsive tr td::before,
  body.woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td::before,
  .woocommerce .shop_table.shop_table_responsive tr td::before,
  .woocommerce .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td::before,
  .search-results .shop_table.shop_table_responsive tr td::before,
  .search-results .woocommerce-orders-table.my_account_orders.shop_table_responsive tr td::before {
    display: none;
  }
}

body.woocommerce-account h2 {
  display: none;
}
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
  border: 2px solid #cfc8d8;
  text-align: left;
  border-radius: 5px;
  border-radius: 8px;
  max-width: 600px;
  margin: 5em auto;
  background: #f9f9f9;
  padding: 30px 50px;
}
body.woocommerce-account .woocommerce form.login button.woocommerce-form-login__submit,
body.woocommerce-account .woocommerce form.register button.woocommerce-form-login__submit {
  margin: 2em 0 0.5em 0;
  font-weight: bold;
  padding: 15px 20px;
}
body.woocommerce-account .woocommerce form.login .lost_password,
body.woocommerce-account .woocommerce form.register .lost_password {
  text-align: center;
}
body.woocommerce-account .woocommerce form .show-password-input,
body.woocommerce-account .woocommerce-page form .show-password-input {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
body.woocommerce-account form.edit-account > .woocommerce-form-row {
  display: none;
}
body.woocommerce-account form.edit-account > .woocommerce-form-row:last-child {
  display: block;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%;
}
body.woocommerce-account #account_first_name[readonly],
body.woocommerce-account #account_last_name[readonly],
body.woocommerce-account #account_display_name[readonly],
body.woocommerce-account #account_email[readonly] {
  background-color: #f5f5f5; /* Light grey background to indicate non-editable */
  cursor: not-allowed;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p {
  display: none;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section.woocommerce-customer-details {
  display: none;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .wc-block-checkout__billing-fields,
body.woocommerce-checkout .wc-block-checkout__order-notes,
body.woocommerce-checkout .wc-block-checkout__terms,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-discount-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-heading-block,
body.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-subtotal-block,
body.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-discount-block,
body.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-totals-block,
body.woocommerce-checkout .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-checkout .wc-block-components-totals-footer-item-tax,
body.woocommerce-checkout .woocommerce-customer-details,
body.woocommerce-checkout .woocommerce-order-overview__order.order,
body.woocommerce-checkout .includes_tax,
body.woocommerce-cart #customer_details,
body.woocommerce-cart .woocommerce-billing-fields,
body.woocommerce-cart .woocommerce-shipping-fields,
body.woocommerce-cart .woocommerce-additional-fields,
body.woocommerce-cart .wc-block-checkout__contact-fields,
body.woocommerce-cart .wc-block-checkout__billing-fields,
body.woocommerce-cart .wc-block-checkout__order-notes,
body.woocommerce-cart .wc-block-checkout__terms,
body.woocommerce-cart .wp-block-woocommerce-checkout-order-summary-subtotal-block,
body.woocommerce-cart .wp-block-woocommerce-checkout-order-summary-discount-block,
body.woocommerce-cart .wp-block-woocommerce-checkout-order-summary-totals-block,
body.woocommerce-cart .wp-block-woocommerce-checkout-order-summary-heading-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-discount-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-components-totals-footer-item-tax,
body.woocommerce-cart .woocommerce-customer-details,
body.woocommerce-cart .woocommerce-order-overview__order.order,
body.woocommerce-cart .includes_tax {
  display: none !important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  width: 100%;
  padding-left: 0;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  width: 50%;
  margin: 0 auto;
  border-top: none;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    width: 100%;
  }
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit {
    width: 100%;
  }
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
  display: none;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__actions_row,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-checkout__actions_row {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__actions_row,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-checkout__actions_row {
    margin-top: 1em;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__actions_row a, body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__actions_row button,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-checkout__actions_row a,
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-checkout__actions_row button {
    margin-top: 1em;
  }
}
body.woocommerce-checkout button.wc-block-cart-item__remove-link,
body.woocommerce-cart button.wc-block-cart-item__remove-link {
  background: transparent !important;
  color: #000 !important;
  text-align: left;
  width: auto;
  float: left;
}
body.woocommerce-checkout .wc-block-cart-item__image a img,
body.woocommerce-cart .wc-block-cart-item__image a img {
  border-radius: 8px;
}
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-product-name {
  font-weight: bold;
}
body.woocommerce-checkout ul.order_details,
body.woocommerce-cart ul.order_details {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce-thankyou-order-received,
body.woocommerce-cart .woocommerce-thankyou-order-received {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: dashed 6px #eaeaea;
}

.woocommerce-form-login label[for=username] {
  content: "E-mailadres";
}

.x-container.width.max {
  max-width: 1400px;
}
@media (max-width: 992px) {
  .x-container.width {
    width: 92%;
    padding-bottom: 70px;
  }
}

.x-site > .x-container {
  min-height: 60vh;
}

.kstone-account-access {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.kstone-account-access__login, .kstone-account-access__request {
  flex: 1 1 320px;
  background: #fff;
  border: 1px solid #e6e0e3;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(176, 142, 152, 0.08);
}
.kstone-account-access__intro {
  margin-bottom: 1.5rem;
  color: #5a4c50;
}
.kstone-account-access__notice {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.kstone-account-access__notice--success {
  background: #f1f7f3;
  border: 1px solid #c5e0cc;
  color: #1f7a3d;
}
.kstone-account-access__notice--error {
  background: #fdf4f5;
  border: 1px solid #f0c4cd;
  color: #8a1f2d;
}

.kstone-request-form__group {
  margin-bottom: 1.25rem;
}
.kstone-request-form__group label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.kstone-request-form__group input {
  max-width: 100%;
}
.kstone-request-form__group--split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  border: 0;
  padding: 0;
  margin: 0 0 1.5rem;
}
.kstone-request-form__group--split legend {
  grid-column: 1/-1;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.kstone-request-form__option {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 1.25rem 3rem;
  border: 1px solid #ddcdd2;
  border-radius: 10px;
  background: #f8f5f6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.kstone-request-form__option input {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  transform: scale(1.1);
}
.kstone-request-form__option:hover, .kstone-request-form__option:focus-within {
  border-color: #b08e98;
  background: #f3eced;
  box-shadow: 0 8px 20px rgba(176, 142, 152, 0.15);
}
.kstone-request-form__option-title {
  font-weight: 700;
  color: #3c2930;
}
.kstone-request-form__option-text {
  font-size: 0.95rem;
  color: #6b5b61;
  line-height: 1.5;
}
.kstone-request-form__submit {
  width: auto;
  min-width: 220px;
}

@media (max-width: 768px) {
  .kstone-account-access__login, .kstone-account-access__request {
    padding: 1.75rem;
  }
}
.keystone-product-sku {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #999;
}

.keystone-sales-unit {
  display: inline-block;
  font-size: 12px;
  color: #777;
  font-weight: 500;
  line-height: 1;
}

.keystone-sales-unit--after-input {
  margin-left: 8px;
  font-size: 13px;
  color: #666;
}

.keystone-sales-unit--overlay {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.product-grid-add-to-cart .quantity,
.shop_table_bulk .quantity {
  position: relative;
}
.product-grid-add-to-cart .quantity input.qty,
.shop_table_bulk .quantity input.qty {
  padding-right: 34px;
  width: 100px;
}

.woocommerce-mini-cart .keystone-mini-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.woocommerce-mini-cart input.keystone-cart-qty-input {
  width: 52px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0.5em;
  border-radius: 2px;
}
.woocommerce-mini-cart .woocommerce ul.cart_list li, .woocommerce-mini-cart .woocommerce ul.product_list_widget li {
  padding: 1em 0;
}

.keystone-checkout-qty,
.keystone-mini-cart-qty {
  flex-wrap: wrap;
}

.keystone-quantity-rule {
  margin: 6px 0 0;
  color: #5f5558;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

.keystone-quantity-rule--compact {
  flex-basis: 100%;
}

/* Keep the unit symbol against the quantity input; rule hint drops to its own line below. */
body.single-product form.cart {
  flex-wrap: wrap;
}

body.single-product form.cart .keystone-quantity-rule--product {
  order: 10;
  flex: 0 0 100%;
  margin: 6px 0 0;
}

.keystone-quantity-rule--error,
.keystone-cart-qty-feedback,
.keystone-add-to-cart-feedback {
  color: #8b1f2d;
}

.keystone-cart-qty-feedback,
.keystone-add-to-cart-feedback {
  display: none;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.keystone-cart-qty-feedback.is-visible,
.keystone-add-to-cart-feedback {
  display: block;
}

.keystone-cart-qty-input:focus-visible {
  outline: 2px solid #7a5360;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  body.single-product form.cart {
    width: 100%;
    gap: 8px;
  }
  body.single-product form.cart .keystone-quantity-rule--product {
    margin: 0;
  }
  body.single-product form.cart .keystone-sales-unit--after-input {
    margin-left: 0;
  }
  body.single-product form.cart .single_add_to_cart_button.button {
    flex: 1 1 160px;
    min-width: 0;
    width: auto;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */
