:root {
  --ool-ink: #2c2c2c;
  --ool-muted: #737373;
  --ool-line: rgba(43, 43, 43, 0.14);
  --ool-warm: #f7f5f3;
  --ool-paper: #fdfbf7;
  --ool-brass: #a28f74;
}

.elementor-button.elementor-size-md {
  border-radius: 0 !important;
}

.elementor-product-miniature .elementor-image,
.product-miniature .thumbnail-top {
  position: relative;
}

.elementor-product-miniature .ool-product-card-badge,
.product-miniature .ool-product-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 18px;
  background: var(--ool-brass);
  color: #fff;
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.elementor-product-miniature .elementor-image > .elementor-button.elementor-quick-view,
.product-miniature .quick-view {
  top: 18px !important;
  right: 18px !important;
  z-index: 9 !important;
  min-height: 30px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(253, 251, 247, 0.94) !important;
  color: var(--ool-ink) !important;
  box-shadow: none !important;
  font-family: var(--lovable-font-body, "Jost", sans-serif) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
}

.elementor-product-miniature .elementor-image > .elementor-button.elementor-quick-view .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.elementor-product-miniature .elementor-image > .elementor-button.elementor-quick-view .elementor-button-icon,
.product-miniature .quick-view .material-icons {
  display: inline-flex;
  align-items: center;
  font-size: 14px !important;
}

.elementor-product-miniature .elementor-atc .elementor-button,
.product-miniature .product-add-to-cart .add-to-cart,
.product-miniature .elementor-button,
.elementor-product-miniature .elementor-button {
  border-radius: 0 !important;
}

body#category .elementor-products,
body#search .elementor-products,
body#manufacturer .elementor-products,
body#supplier .elementor-products,
body#prices-drop .elementor-products,
body#new-products .elementor-products,
body#best-sales .elementor-products {
  overflow: visible;
}

.ool-listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0 0 22px;
}

.ool-filter-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--ool-ink);
  border-radius: 0;
  background: transparent;
  color: var(--ool-ink);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.ool-filter-trigger:hover,
.ool-filter-trigger:focus {
  background: var(--ool-ink);
  color: #fff;
}

.ool-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 9997;
  visibility: hidden;
  background: rgba(17, 17, 17, 0.48);
  opacity: 0;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.ool-filter-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(390px, 92vw);
  overflow-y: auto;
  transform: translateX(-102%);
  background: var(--ool-paper);
  border-right: 1px solid rgba(43, 43, 43, 0.18);
  transition: transform 0.28s ease;
  z-index: 999999999999 !important;
}

body.ool-filter-open {
  overflow: hidden;
}

body.ool-filter-open .ool-filter-overlay {
  visibility: visible;
  opacity: 1;
}

body.ool-filter-open .ool-filter-drawer {
  transform: translateX(0);
}

.ool-filter-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.12);
}

.ool-filter-drawer__title {
  margin: 0;
  color: var(--ool-ink);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ool-filter-drawer__close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(43, 43, 43, 0.18);
  border-radius: 0;
  background: transparent;
  color: var(--ool-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ool-filter-drawer__body {
  padding: 28px 30px 36px;
}

.ool-filter-drawer__body .facet,
.ool-filter-drawer__body #search_filters,
.ool-filter-drawer__body .elementor-widget-listing-sort-order {
  margin: 0 0 28px;
}

.ool-mobile-sort {
  display: none;
}

.ool-filter-drawer__body .facet-title,
.ool-filter-drawer__body .h6,
.ool-filter-drawer__body label {
  color: var(--ool-ink);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ool-filter-drawer__body select,
.ool-filter-drawer__body input[type="text"],
.ool-filter-drawer__body input[type="number"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(43, 43, 43, 0.18);
  border-radius: 0;
  background: #fff;
  color: var(--ool-ink);
}

.ool-filter-empty {
  margin: 0;
  color: var(--ool-muted);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.ool-filter-group {
  margin: 0 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}

.ool-filter-group__title {
  margin: 0 0 14px;
  color: var(--ool-muted);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ool-filter-category-list {
  display: grid;
  gap: 10px;
}

.ool-filter-category-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(43, 43, 43, 0.14);
  color: var(--ool-ink);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.ool-filter-category-link:hover,
.ool-filter-category-link.is-active {
  border-color: var(--ool-ink);
  background: var(--ool-ink);
  color: #fff;
}

.elementor-5170101 .elementor-element.elementor-element-sh05 {
  padding: 26px 0 74px !important;
  background: #fcfbf8 !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05 > .elementor-container {
  width: calc(100% - 36px) !important;
  max-width: 654px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 > .elementor-widget-container {
  padding-top: 60px !important;
  border-top: 1px solid rgba(43, 43, 43, 0.12) !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination,
.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination {
  gap: 24px !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination a,
.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination span.elementor-icon-list-text,
.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 58px !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: #1f1f1f !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow {
  min-width: auto !important;
  width: auto !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow[aria-disabled="true"] {
  color: rgba(43, 43, 43, 0.28) !important;
  pointer-events: none !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li.is-current > .elementor-icon-list-text,
.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li:has(> .screen-reader-text) > .elementor-icon-list-text {
  min-width: 58px !important;
  width: 58px !important;
  height: 58px !important;
  background: #2c2c2c !important;
  color: #fcfbf8 !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow .elementor-icon-list-icon {
  display: none !important;
}

.elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow .screen-reader-text {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

#ce-product-quick-view .dialog-widget-content,
#ce-product-quick-view .dialog-message,
.ool-qv .modal-content {
  border-radius: 0 !important;
  background: var(--ool-paper) !important;
}

#ce-product-quick-view .dialog-widget-content {
  width: min(960px, 94vw) !important;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.24) !important;
}

#ce-product-quick-view .dialog-message {
  max-height: min(760px, 92vh);
  overflow-y: auto;
}

#ce-product-quick-view img,
.ool-qv .product-cover img {
  object-fit: contain !important;
  background: var(--ool-warm) !important;
}

#ce-product-quick-view .ool-qv .product-cover img,
#ce-product-quick-view .quickview .product-cover img,
.ool-qv.quickview .product-cover img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

#ce-product-quick-view .elementor-widget-image-carousel img,
#ce-product-quick-view .elementor-widget-product-images img,
#ce-product-quick-view .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 72vh;
}

#ce-product-quick-view .quantity,
#ce-product-quick-view .ce-product-quantity,
#ce-product-quick-view .product-quantity,
.ool-qv .product-quantity {
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
}

#ce-product-quick-view .quantity button,
#ce-product-quick-view .ce-product-quantity__btn,
#ce-product-quick-view .bootstrap-touchspin-up,
#ce-product-quick-view .bootstrap-touchspin-down,
.ool-qv .input-group-btn-vertical button {
  border-radius: 0 !important;
  border-color: rgba(43, 43, 43, 0.16) !important;
  background: transparent !important;
  color: var(--ool-ink) !important;
}

#ce-product-quick-view input[type="number"],
#ce-product-quick-view #quantity_wanted,
.ool-qv #quantity_wanted {
  min-height: 46px !important;
  border-radius: 0 !important;
  border-color: rgba(43, 43, 43, 0.16) !important;
  color: var(--ool-ink) !important;
  font-family: var(--lovable-font-body, "Jost", sans-serif) !important;
}

#ce-product-quick-view .elementor-button,
#ce-product-quick-view .add-to-cart,
#ce-product-quick-view button[type="submit"],
.ool-qv .add-to-cart,
.ool-qv .ool-qv-details-btn {
  border-radius: 0 !important;
}

#ce-product-quick-view .elementor-button,
#ce-product-quick-view .add-to-cart,
.ool-qv .add-to-cart {
  background: var(--ool-ink) !important;
  border: 1px solid var(--ool-ink) !important;
  color: #fff !important;
  font-family: var(--lovable-font-body, "Jost", sans-serif) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.ool-pdp-description-long {
  color: rgba(43, 43, 43, 0.76);
  font-family: var(--lovable-font-body, "Jost", sans-serif);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
}

.ool-pdp-description-long p {
  margin: 0 0 16px;
}

.ool-pdp-description-long table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}

.ool-pdp-description-long th,
.ool-pdp-description-long td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.12);
  color: inherit;
  font-size: 14px;
  vertical-align: top;
}

@media (max-width: 991px) {
  body#category #wrapper > .container,
  body#search #wrapper > .container,
  body#manufacturer #wrapper > .container,
  body#supplier #wrapper > .container,
  body#prices-drop #wrapper > .container,
  body#new-products #wrapper > .container,
  body#best-sales #wrapper > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .elementor-product-miniature .ool-product-card-badge,
  .product-miniature .ool-product-card-badge {
    top: 18px;
    left: 18px;
    min-height: 30px;
    padding: 0 16px;
  }

  .ool-listing-toolbar {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  body#category,
  body#category #wrapper,
  body#category #content-wrapper,
  body#category #content,
  body#search,
  body#search #wrapper,
  body#search #content-wrapper,
  body#search #content,
  body#manufacturer,
  body#manufacturer #wrapper,
  body#manufacturer #content-wrapper,
  body#manufacturer #content,
  body#supplier,
  body#supplier #wrapper,
  body#supplier #content-wrapper,
  body#supplier #content,
  body#prices-drop,
  body#prices-drop #wrapper,
  body#prices-drop #content-wrapper,
  body#prices-drop #content,
  body#new-products,
  body#new-products #wrapper,
  body#new-products #content-wrapper,
  body#new-products #content,
  body#best-sales,
  body#best-sales #wrapper,
  body#best-sales #content-wrapper,
  body#best-sales #content {
    background: #fcfbf8 !important;
  }

  body#category #wrapper > .container,
  body#search #wrapper > .container,
  body#manufacturer #wrapper > .container,
  body#supplier #wrapper > .container,
  body#prices-drop #wrapper > .container,
  body#new-products #wrapper > .container,
  body#best-sales #wrapper > .container,
  body#category #content-wrapper,
  body#search #content-wrapper,
  body#manufacturer #content-wrapper,
  body#supplier #content-wrapper,
  body#prices-drop #content-wrapper,
  body#new-products #content-wrapper,
  body#best-sales #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#category #wrapper > .container > .breadcrumb,
  body#search #wrapper > .container > .breadcrumb,
  body#manufacturer #wrapper > .container > .breadcrumb,
  body#supplier #wrapper > .container > .breadcrumb,
  body#prices-drop #wrapper > .container > .breadcrumb,
  body#new-products #wrapper > .container > .breadcrumb,
  body#best-sales #wrapper > .container > .breadcrumb {
    display: none !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01 {
    position: relative !important;
    min-height: 488px !important;
    margin-top: 0 !important;
    padding: 168px 0 52px !important;
    overflow: hidden !important;
    background: #fcfbf8 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01::before,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(90deg, #fcfbf8 0%, rgba(252, 251, 248, 0.98) 48%, rgba(252, 251, 248, 0.62) 100%),
      url("/img/cms/shop-hero-wide.jpg") right -104px top 70px / auto 350px no-repeat;
    pointer-events: none;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02 > .elementor-container,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04 > .elementor-container {
    width: calc(100% - 64px) !important;
    max-width: 654px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01 > .elementor-container {
    position: relative !important;
    z-index: 1 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav {
    margin: 0 0 58px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w01 ol,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w01 a,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w01 li,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w01 ol,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w01 a,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w01 li,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w01 ol,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w01 a,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w01 li {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title {
    margin: 0 0 58px !important;
    font-size: 44px !important;
    line-height: 1.18 !important;
    letter-spacing: 0.02em !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container {
    max-width: 590px !important;
    font-size: 20px !important;
    line-height: 1.65 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02 {
    padding: 0 0 72px !important;
    background: #fcfbf8 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 {
    position: relative !important;
    padding-top: 28px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title {
    margin: 0 0 22px !important;
    color: #8c7b65 !important;
    font-size: 14px !important;
    letter-spacing: 0.24em !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after {
    position: absolute;
    top: 56px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
    border: 1px solid rgba(43, 43, 43, 0.16);
    color: #737373;
    background: #fcfbf8;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    pointer-events: none;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before {
    content: "\2039";
    left: 0;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after {
    content: "\203A";
    right: 0;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 60px 14px !important;
    overflow-x: auto !important;
    border-bottom: 4px solid rgba(43, 43, 43, 0.12) !important;
    scrollbar-color: rgba(43, 43, 43, 0.18) transparent;
    scrollbar-width: thin;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button-wrapper {
    flex: 0 0 auto !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 166px !important;
    height: 56px !important;
    padding: 0 34px !important;
    border: 1px solid rgba(43, 43, 43, 0.14) !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.24em !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ool-category-all .elementor-button.is-active {
    border-color: #a28f74 !important;
    background: #a28f74 !important;
    color: #fcfbf8 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh03,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh03 {
    border-bottom: 1px solid rgba(43, 43, 43, 0.08) !important;
    background: #fcfbf8 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh03 > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#category .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh03c2,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh03c1,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh03c2 {
    display: none !important;
  }

  .ool-listing-toolbar--ce {
    width: 100% !important;
    margin: 0 !important;
    padding: 66px 48px 36px !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 22px auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 16px !important;
    align-items: center !important;
    justify-content: start !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #2c2c2c !important;
    text-align: left !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger::before {
    content: "";
    grid-row: 1 / 3;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232c2c2c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='21' x2='14' y1='4' y2='4'/%3E%3Cline x1='10' x2='3' y1='4' y2='4'/%3E%3Cline x1='21' x2='12' y1='12' y2='12'/%3E%3Cline x1='8' x2='3' y1='12' y2='12'/%3E%3Cline x1='21' x2='16' y1='20' y2='20'/%3E%3Cline x1='12' x2='3' y1='20' y2='20'/%3E%3Cline x1='14' x2='14' y1='2' y2='6'/%3E%3Cline x1='8' x2='8' y1='10' y2='14'/%3E%3Cline x1='16' x2='16' y1='18' y2='22'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger__label {
    color: #2c2c2c !important;
    font-family: "Jost", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger__hint {
    margin-top: 6px !important;
    color: #737373 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  .ool-listing-toolbar--ce .elementor-widget-listing-sort-order {
    width: auto !important;
    margin: 0 0 0 auto !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: flex-end !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order .elementor-field-label {
    margin: 0 !important;
    color: #2c2c2c !important;
    font-family: "Jost", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order .elementor-select-wrapper {
    width: 20px !important;
    min-width: 20px !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order select {
    width: 20px !important;
    min-width: 20px !important;
    height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    appearance: none !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order .elementor-select-wrapper::after {
    right: 0 !important;
    color: #2c2c2c !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04 {
    padding: 70px 0 76px !important;
    background: #fcfbf8 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .ce-products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 30px !important;
    row-gap: 56px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .js-product.product {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature {
    width: 100% !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top {
    aspect-ratio: 4 / 5 !important;
    background: #f9f8f6 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top a.thumbnail picture img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flags {
    top: 18px !important;
    left: 18px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-flag {
    min-height: 31px !important;
    padding: 0 18px !important;
    font-size: 11px !important;
    line-height: 31px !important;
    letter-spacing: 0.16em !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .highlighted-informations {
    top: 18px !important;
    right: 18px !important;
    opacity: 1 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view {
    min-height: 39px !important;
    padding: 0 18px !important;
    background: rgba(252, 251, 248, 0.94) !important;
    font-size: 0 !important;
    line-height: 39px !important;
    letter-spacing: 0.18em !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view::after {
    content: "PODGL\0104 D";
    font-size: 11px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 a.quick-view i.material-icons {
    font-size: 14px !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::before {
    content: none !important;
    display: none !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .thumbnail-top::after {
    content: none !important;
    display: none !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature form.elementor-atc {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 8 !important;
    display: block !important;
    width: 100% !important;
    min-height: 47px !important;
    height: 47px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature form.elementor-atc > button.elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 47px !important;
    height: 47px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #2c2c2c !important;
    color: #fcfbf8 !important;
    box-shadow: none !important;
    appearance: none !important;
    cursor: pointer !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: inherit !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper::before {
    content: "" !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-miniature form.elementor-atc > button.elementor-button .elementor-button-text {
    display: inline-block !important;
    color: inherit !important;
    font-family: "Jost", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description {
    padding: 28px 0 0 !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before,
body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before {
    content: none;
    display: none;
    margin: 0 0 14px;
    color: #737373;
    font-family: "Jost", sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.24em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a {
    font-size: 24px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  body#category .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#search .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#manufacturer .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#supplier .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#prices-drop .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#new-products .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price,
  body#best-sales .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price {
    font-size: 22px !important;
    font-weight: 600 !important;
  }

  #product #wrapper {
    padding-top: 130px !important;
  }

  body#product,
  body#product #wrapper,
  body#product #content-wrapper,
  body#product #content,
  body#product .elementor-4170101 .elementor-section-wrap {
    background: #fcfbf8 !important;
  }

  body#product #content-wrapper,
  body#product #content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy {
    width: 100% !important;
    left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero {
    margin-top: 0 !important;
    padding: 10px 0 0 !important;
    overflow: visible !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero::before {
    display: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero > .elementor-background-overlay {
    background: linear-gradient(90deg, #fcfbf8 0%, rgba(252, 251, 248, 0.94) 62%, rgba(252, 251, 248, 0.72) 100%) !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero > .elementor-container,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy > .elementor-container {
    width: calc(100% - 38px) !important;
    max-width: 664px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc > .elementor-widget-container {
    margin: 0 0 46px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb ol {
    margin: 0 !important;
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb ol {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb li,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb a,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb span {
    font-family: "Jost", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
    color: #737373 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_bc .breadcrumb li + li::before {
    content: "/" !important;
    display: inline-block !important;
    margin: 0 12px !important;
    color: #2c2c2c !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_main > .elementor-container > .elementor-row {
    display: grid !important;
    grid-template-columns: minmax(0, 64%) minmax(0, 36%) !important;
    align-items: stretch !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_left,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_left > .elementor-column-wrap,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_left > .elementor-column-wrap > .elementor-widget-wrap {
    display: contents !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_left,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right {
    width: auto !important;
    max-width: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_left > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_title_col > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc_col > .elementor-element-populated {
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_title_sec {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_title_sec > .elementor-container,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc_sec > .elementor-container {
    width: 100% !important;
    max-width: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_name .elementor-heading-title {
    max-width: 100% !important;
    margin: 0 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(40px, 7vw, 52px) !important;
    font-weight: 300 !important;
    line-height: 1.38 !important;
    letter-spacing: 0.04em !important;
    color: #2c2c2c !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right > .elementor-element-populated {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right .elementor-widget-html .elementor-widget-container > div {
    float: none !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right .elementor-widget-html span:first-child {
    color: #2c2c2c !important;
    font-size: clamp(24px, 4vw, 32px) !important;
    letter-spacing: 0.28em !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_right .elementor-widget-html span:last-child {
    color: #907a60 !important;
    font-size: 10px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc_sec {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    margin: 40px 0 0 !important;
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc .elementor-widget-container {
    max-width: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc .ce-product-description-short,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_hero_desc .ce-product-description-short p {
    margin: 0 !important;
    font-family: "Jost", sans-serif !important;
    font-size: clamp(15px, 2.7vw, 20px) !important;
    font-weight: 300 !important;
    line-height: 1.75 !important;
    color: #737373 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy {
    padding: 60px 0 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy > .elementor-container > .elementor-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_c2,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_c1 {
    width: 100% !important;
    max-width: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_c1 {
    position: static !important;
    top: auto !important;
    align-self: stretch !important;
    margin-top: 60px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_c2 > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_c1 > .elementor-element-populated {
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-widget-container {
    gap: 22px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-main-swiper {
    width: 100% !important;
    aspect-ratio: 1.25 / 1 !important;
    height: auto !important;
    background: #f9f8f6 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-main-swiper .swiper-wrapper,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-main-swiper .swiper-slide,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-main-swiper .swiper-slide-inner {
    height: 100% !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-main-swiper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-swiper-button {
    display: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper {
    width: 100% !important;
    overflow: hidden !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    transform: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper .swiper-slide {
    width: auto !important;
    height: clamp(104px, 19.7vw, 150px) !important;
    margin: 0 !important;
    border: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper .swiper-slide:nth-child(n + 5) {
    display: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper a,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .elementor-thumbnails-swiper img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_images .swiper-scrollbar {
    display: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner > .elementor-container > .elementor-row {
    display: flex !important;
    flex-direction: column !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner_left,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner_right {
    width: 100% !important;
    max-width: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner_left > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_inner_right > .elementor-element-populated {
    padding: 0 !important;
    border: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants > .elementor-widget-container {
    margin: 0 0 34px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants__item {
    gap: 12px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants__label {
    display: block !important;
    margin: 0 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    color: #737373 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants__select select {
    width: 100% !important;
    height: 48px !important;
    border-radius: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants__patterns {
    gap: 12px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants .ce-product-variants__pattern {
    width: 45px !important;
    height: 45px !important;
    padding: 2px !important;
    border-radius: 50% !important;
    border-color: rgba(43, 43, 43, 0.18) !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_variants input:checked ~ .ce-product-variants__pattern {
    border-color: #8c7b65 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_trust > .elementor-widget-container > div {
    gap: 14px !important;
    margin: 0 0 58px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_trust > .elementor-widget-container > div > div {
    gap: 12px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_trust span {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_price > .elementor-widget-container {
    margin: 0 0 48px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_price .ce-product-prices {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(44px, 7.5vw, 56px) !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #2c2c2c !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty > .elementor-widget-container {
    margin: 0 0 24px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity::before {
    grid-column: 1 / -1 !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    letter-spacing: 0.24em !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity__btn,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty input[type=number] {
    height: 54px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity__btn {
    width: 54px !important;
    font-size: 13px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty input[type=number] {
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    font-size: 14px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity__minus {
    grid-column: 1 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty input[type=number] {
    grid-column: 2 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_qty .ce-product-quantity__plus {
    grid-column: 3 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_atc .elementor-button {
    height: 74px !important;
    min-height: 74px !important;
    background: #a28f74 !important;
    color: #fcfbf8 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_atc .elementor-button-text {
    font-size: 13px !important;
    letter-spacing: 0.22em !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion {
    margin-top: 58px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion .elementor-accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgba(43, 43, 43, 0.12) !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion .elementor-tab-title {
    display: flex !important;
    align-items: center !important;
    min-height: 75px !important;
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion .elementor-accordion-title {
    order: 1 !important;
    font-size: 13px !important;
    letter-spacing: 0.24em !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion .elementor-accordion-icon {
    order: 2 !important;
    width: 24px !important;
    margin-left: auto !important;
    text-align: right !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_buy_accordion .elementor-tab-content {
    padding: 0 0 24px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 76px 0 0 !important;
    background: #fcfbf8 !important;
    overflow: visible !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related > .elementor-container,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_c1 > .elementor-element-populated,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_c1 > .elementor-element-populated {
    padding: 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_label > .elementor-widget-container,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_label > .elementor-widget-container {
    margin: 0 0 18px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_label .elementor-heading-title,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_label .elementor-heading-title {
    font-family: "Jost", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1.2 !important;
    color: #8c7b65 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_title > .elementor-widget-container,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_title > .elementor-widget-container {
    margin: 0 0 56px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_title .elementor-heading-title,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_title .elementor-heading-title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(44px, 8vw, 54px) !important;
    font-weight: 300 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    color: #2c2c2c !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel {
    position: relative !important;
    padding-top: 62px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel::before,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel::before {
    content: "WSZYSTKIE PRODUKTY";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-carousel-wrapper,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-carousel-wrapper {
    overflow: visible !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .swiper-wrapper,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    gap: 28px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .swiper-slide,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .swiper-slide {
    width: min(392px, 60vw) !important;
    max-width: min(392px, 60vw) !important;
    margin-right: 0 !important;
    flex: 0 0 min(392px, 60vw) !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-product-miniature,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-product-miniature {
    width: 100% !important;
    background: transparent !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-image,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-image {
    aspect-ratio: 1 / 1.06 !important;
    overflow: hidden !important;
    background: #f9f8f6 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-image img,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-content,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-content {
    padding: 26px 0 0 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-category,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-category {
    margin: 0 0 14px !important;
    font-family: "Jost", sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.24em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
    color: #737373 !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-title,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-title {
    margin: 0 0 22px !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 23px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    color: #2c2c2c !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-price,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-price {
    font-family: "Jost", sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #2c2c2c !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-swiper-button,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-swiper-button {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 60px !important;
    height: 60px !important;
    margin-top: 0 !important;
    border: 1px solid #2c2c2c !important;
    background: transparent !important;
    color: #2c2c2c !important;
    transform: none !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-swiper-button-prev,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-swiper-button-prev {
    right: 74px !important;
  }

  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_related_carousel .elementor-swiper-button-next,
  body#product .elementor-4170101 .elementor-element.elementor-element-pdp_viewed_carousel .elementor-swiper-button-next {
    right: 0 !important;
  }

  #blockcart-modal {
    z-index: 999999 !important;
    top: 100px !important;
    height: calc(100vh - 100px) !important;
    height: calc(100dvh - 100px) !important;
  }

  #blockcart-modal.show {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #blockcart-modal .modal-dialog {
    margin: 0 auto !important;
  }

  #blockcart-modal .cart-content > p:nth-child(2),
  #blockcart-modal .cart-content > p:nth-child(3),
  #blockcart-modal .cart-content .product-total {
    display: none !important;
  }

  .elementor-product-miniature .elementor-image > .elementor-button.elementor-quick-view,
  .product-miniature .quick-view {
    right: 18px !important;
  }

  #ce-product-quick-view .dialog-widget-content {
    width: 94vw !important;
  }

  #ce-product-quick-view .dialog-message {
    max-height: 88vh;
  }
}

@media (max-width: 767px) {
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh01 {
    min-height: 340px !important;
    padding: 110px 0 27px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh01w01 nav {
    margin: 0 0 34px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh01w01 :is(ol, a, li) {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh01w02 .elementor-heading-title {
    margin: 0 0 34px !important;
    font-size: clamp(32px, 5vw, 52px) !important;
    line-height: 1.12 !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh01w03 .elementor-widget-container {
    max-width: 590px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-heading-title {
    font-size: 10px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02 {
    padding: 0 0 5px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::before,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-widget-container::after {
    top: 60px !important;
    width: 37px !important;
    height: 37px !important;
    font-size: 30px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 .ce-category-list {
    gap: 16px !important;
    padding: 0 48px 14px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 .elementor-button {
    min-width: 120px !important;
    height: 37px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(43, 43, 43, 0.14) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.24em !important;
  }

  .ool-listing-toolbar--ce {
    width: 100% !important;
    margin: 0 !important;
    padding: 66px 36px 36px !important;
    overflow: visible !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger {
    min-width: 118px !important;
    min-height: 24px !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger__label {
    font-size: 11px !important;
  }

  .ool-listing-toolbar--ce .ool-filter-trigger__hint {
    font-size: 9px !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order .elementor-field-label {
    font-size: 11px !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05 > .elementor-container {
    width: calc(100% - 36px) !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li {
    flex: 0 0 auto !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination a,
  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination span.elementor-icon-list-text,
  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow {
    min-width: 30px !important;
    height: 44px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 44px !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination .ce-pagination__arrow {
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.24em !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li.is-current > .elementor-icon-list-text,
  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li:has(> .screen-reader-text) > .elementor-icon-list-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 37px !important;
    width: 37px !important;
    height: 37px !important;
    padding: 0 !important;
    color: #fcfbf8 !important;
    line-height: 37px !important;
  }

  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li:first-child span.elementor-icon-list-text,
  .elementor-5170101 .elementor-element.elementor-element-sh05w01 .ce-pagination li.elementor-icon-list-item:first-child > span {
    color: #fff !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh02w01 {
    padding-top: 10px !important;
  }

  .ool-listing-toolbar--ce {
    padding: 16px 36px 26px !important;
  }

  .product-miniature .product-description {
    background: transparent !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-description::before {
    content: none !important;
    display: none !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-manufacturer,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-brand {
    display: block !important;
    margin: 0 0 12px !important;
    color: #737373 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-title a {
    font-size: 17px !important;
  }

  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-5170101 .elementor-element.elementor-element-sh04w01 .product-price-and-shipping .price {
    font-size: 15px !important;
  }

  .ool-listing-toolbar--ce .elementor-widget-listing-sort-order,
  .ool-listing-toolbar--ce .ce-sort-order.has-ool-mobile-sort {
    position: relative !important;
    z-index: 25 !important;
    overflow: visible !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order.has-ool-mobile-sort {
    display: block !important;
  }

  .ool-listing-toolbar--ce .ce-sort-order.has-ool-mobile-sort > .elementor-field-label,
  .ool-listing-toolbar--ce .ce-sort-order.has-ool-mobile-sort > .elementor-select-wrapper {
    display: none !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort {
    position: relative !important;
    display: block !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort__trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2c2c2c !important;
    font-family: "Jost", sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    cursor: pointer !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort__chevron {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1px solid currentColor !important;
    border-left: 1px solid currentColor !important;
    transform: rotate(45deg) translateY(2px) !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort:not(.is-open) .ool-mobile-sort__chevron {
    transform: rotate(225deg) translateY(2px) !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort__menu {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    z-index: 40 !important;
    display: none !important;
    width: min(300px, calc(100vw - 48px)) !important;
    padding: 14px 0 !important;
    border: 1px solid rgba(43, 43, 43, 0.12) !important;
    background: #fcfbf8 !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08) !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort.is-open .ool-mobile-sort__menu {
    display: block !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort__item {
    display: block !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 56px !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer !important;
  }

  .ool-listing-toolbar--ce .ool-mobile-sort__item:hover,
  .ool-listing-toolbar--ce .ool-mobile-sort__item:focus,
  .ool-listing-toolbar--ce .ool-mobile-sort__item.is-active {
    background: #f4f1ec !important;
  }

  .elementor-product-miniature .elementor-atc,
  .product-miniature .product-add-to-cart {
    min-height: 47px !important;
    height: 47px !important;
    margin: 0 !important;
  }

  .elementor-product-miniature .elementor-atc .elementor-button,
  .product-miniature .product-add-to-cart .add-to-cart,
  .product-miniature .elementor-button[data-button-action="add-to-cart"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 47px !important;
    height: 47px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .elementor-product-miniature .elementor-atc .elementor-button-content-wrapper,
  .product-miniature .product-add-to-cart .add-to-cart .elementor-button-content-wrapper,
  .product-miniature .elementor-button[data-button-action="add-to-cart"] .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  body.page-index .elementor.elementor-3170101 .elementor-product-miniature form.elementor-atc,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-product-miniature form.elementor-atc,
  body#product .elementor-product-miniature form.elementor-atc {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-index .elementor.elementor-3170101 .elementor-product-miniature form.elementor-atc > button.elementor-button,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-product-miniature form.elementor-atc > button.elementor-button,
  body#product .elementor-product-miniature form.elementor-atc > button.elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 47px !important;
    height: 47px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #2c2c2c !important;
    color: #fcfbf8 !important;
    box-shadow: none !important;
    appearance: none !important;
    cursor: pointer !important;
  }

  body.page-index .elementor.elementor-3170101 .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper,
  body#product .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: inherit !important;
  }

  body.page-index .elementor.elementor-3170101 .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper::before,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper::before,
  body#product .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-content-wrapper::before {
    content: "" !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  body.page-index .elementor.elementor-3170101 .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-text,
  :is(body#category, body#search, body#manufacturer, body#supplier, body#prices-drop, body#new-products, body#best-sales) .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-text,
  body#product .elementor-product-miniature form.elementor-atc > button.elementor-button .elementor-button-text {
    color: inherit !important;
    font-family: "Jost", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }
}

#blockcart-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: 22px 14px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: rgba(43, 43, 43, 0.48) !important;
}

#blockcart-modal.show,
#blockcart-modal.in {
  display: flex !important;
}

#blockcart-modal .modal-dialog {
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: min(720px, calc(100vw - 28px)) !important;
  margin: 0 auto !important;
  transform: none !important;
}

#blockcart-modal.fade .modal-dialog,
#blockcart-modal.show .modal-dialog,
#blockcart-modal.in .modal-dialog {
  transform: none !important;
}

#blockcart-modal .modal-content {
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fcfbf8 !important;
  box-shadow: none !important;
}

#blockcart-modal .modal-header {
  position: relative !important;
  display: block !important;
  min-height: 126px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(43, 43, 43, 0.12) !important;
  background: #fcfbf8 !important;
}

#blockcart-modal .modal-title {
  display: flex !important;
  align-items: flex-start !important;
  gap: 22px !important;
  max-width: 610px !important;
  margin: 0 !important;
  padding: 29px 88px 28px 50px !important;
  color: #14263d !important;
  font-family: "Jost", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.75 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#blockcart-modal .modal-title .material-icons {
  display: none !important;
}

#blockcart-modal .modal-title::before {
  content: "" !important;
  display: block !important;
  width: 27px !important;
  height: 27px !important;
  flex: 0 0 27px !important;
  margin-top: 1px !important;
  background: #907a60 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

#blockcart-modal .close {
  position: absolute !important;
  top: 35px !important;
  right: 31px !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 33px !important;
  height: 33px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8a8a8a !important;
  opacity: 1 !important;
  text-shadow: none !important;
  cursor: pointer !important;
}

#blockcart-modal .close span {
  display: none !important;
}

#blockcart-modal .close::before {
  content: "" !important;
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

#blockcart-modal .modal-body {
  padding: 0 !important;
  background: #fcfbf8 !important;
}

#blockcart-modal .modal-body > .row,
#blockcart-modal .divide-right > .row {
  display: block !important;
  margin: 0 !important;
}

#blockcart-modal .modal-body [class*="col-"],
#blockcart-modal .divide-right,
#blockcart-modal .modal-body .col-md-5,
#blockcart-modal .modal-body .col-md-7,
#blockcart-modal .divide-right .col-md-6 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#blockcart-modal .divide-right {
  border-right: 0 !important;
}

#blockcart-modal .divide-right .col-md-6:first-child {
  padding: 36px 50px 28px !important;
  text-align: center !important;
}

#blockcart-modal .product-image {
  display: block !important;
  width: min(520px, 86%) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 560px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: 0 !important;
  background: transparent !important;
}

#blockcart-modal .divide-right .col-md-6:last-child {
  padding: 0 62px !important;
}

#blockcart-modal .product-name {
  margin: 0 0 12px !important;
  color: #2c2c2c !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
}

#blockcart-modal .product-price {
  margin: 0 0 24px !important;
  color: #101820 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

#blockcart-modal .divide-right span:not(.material-icons),
#blockcart-modal .product-quantity {
  display: block !important;
  margin: 0 0 19px !important;
  color: #101820 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

#blockcart-modal .cart-products-count {
  display: block !important;
  margin: 0 !important;
  color: #687887 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

#blockcart-modal .divide-right br {
  display: none !important;
}

#blockcart-modal .divide-right span:not(.material-icons) strong,
#blockcart-modal .product-quantity strong {
  color: #101820 !important;
  font-weight: 700 !important;
}

#blockcart-modal .cart-content {
  padding: 0 62px 52px !important;
  color: #687887 !important;
}

#blockcart-modal .cart-content > p:nth-child(2),
#blockcart-modal .cart-content > p:nth-child(3),
#blockcart-modal .cart-content .product-total,
#blockcart-modal .product-tax {
  display: none !important;
}

#blockcart-modal .cart-content-btn {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr) !important;
  gap: 40px !important;
  margin: 38px 0 0 !important;
}

#blockcart-modal .cart-content-btn .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 78px !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

#blockcart-modal .cart-content-btn .btn-secondary {
  border: 1px solid #2c2c2c !important;
  background: transparent !important;
  color: #101820 !important;
}

#blockcart-modal .cart-content-btn .btn-primary {
  border: 1px solid #2c2c2c !important;
  background: #2c2c2c !important;
  color: #fcfbf8 !important;
}

#blockcart-modal .cart-content-btn .btn-primary i {
  display: none !important;
}

@media (max-width: 767px) {
  #blockcart-modal {
    top: 0 !important;
    padding: 22px 14px !important;
  }

  #blockcart-modal .modal-dialog {
    width: calc(100vw - 28px) !important;
    max-width: 720px !important;
  }

  #blockcart-modal .modal-header {
    min-height: 126px !important;
  }

  #blockcart-modal .modal-title {
    padding: 29px 82px 28px 36px !important;
    font-size: 18px !important;
    letter-spacing: 0.15em !important;
    line-height: 1.75 !important;
  }

  #blockcart-modal .close {
    top: 35px !important;
    right: 30px !important;
  }

  #blockcart-modal .divide-right .col-md-6:first-child {
    padding: 36px 34px 28px !important;
  }

  #blockcart-modal .product-image {
    width: min(520px, 84%) !important;
  }

  #blockcart-modal .divide-right .col-md-6:last-child,
  #blockcart-modal .cart-content {
    padding-right: 62px !important;
    padding-left: 62px !important;
  }
}

@media (max-width: 520px) {
  #blockcart-modal .modal-title {
    padding-right: 64px !important;
    padding-left: 24px !important;
    font-size: 14px !important;
    letter-spacing: 0.12em !important;
  }

  #blockcart-modal .modal-title::before {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  #blockcart-modal .close {
    right: 18px !important;
  }

  #blockcart-modal .divide-right .col-md-6:last-child,
  #blockcart-modal .cart-content {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  #blockcart-modal .product-name {
    font-size: 24px !important;
  }

  #blockcart-modal .product-price {
    font-size: 20px !important;
  }

  #blockcart-modal .divide-right span:not(.material-icons),
  #blockcart-modal .product-quantity {
    font-size: 15px !important;
  }

  #blockcart-modal .cart-products-count {
    font-size: 13px !important;
  }

  #blockcart-modal .cart-content-btn {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  #blockcart-modal .cart-content-btn .btn {
    min-height: 58px !important;
    font-size: 12px !important;
  }
}
