@charset "UTF-8";
:root {
  --bs-primary: #a68a72;
  --bs-primary-rgb: 166, 138, 114;
  --bs-link-color: #a68a72;
  --bs-link-color-rgb: 166, 138, 114;
  --bs-link-hover-color: #a68a72;
  --bs-link-hover-color-rgb: 166, 138, 114;
  --bs-border-radius: 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

#content-wrapper {
  padding-bottom: 0;
}

.modal {
  z-index: 1055 !important;
}

.modal-backdrop {
  z-index: 99 !important;
}

.modal-dialog-scrollable .modal-content {
  max-height: 80%;
}

.btn {
  --bs-btn-border-radius: 0;
  --bs-border-width: 2px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a68a72;
  --bs-btn-border-color: #a68a72;
  --bs-btn-hover-color: #a68a72;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #a68a72;
  --bs-btn-focus-box-shadow: ;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #a68a72;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #a68a72;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #666;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #666;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-arrow {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: fit-content;
  padding: 3px 15px 1px;
}
.btn-arrow i, .btn-arrow .material-icons {
  display: none !important;
}
.btn-arrow::after {
  content: "→";
  display: block;
  font-size: 20px;
  margin-top: 5px;
}

.btn-arrow-left {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: fit-content;
  padding: 3px 15px 1px;
}
.btn-arrow-left i {
  display: none !important;
}
.btn-arrow-left::before {
  content: "→";
  transform: rotate(180deg);
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.form-control:focus, .modal.product-comment-modal .form-control:focus, .modal.product-comment-modal textarea:focus {
  box-shadow: none;
  border-color: #666;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 50%;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
  background-color: #a68a72;
}

.quantity-button input {
  height: 40px;
}

.quantity-button button:hover {
  border-color: #000 !important;
  color: #000 !important;
}

.quantity-button button {
  border-color: #666 !important;
}

a {
  --bs-link-color: #a68a72;
  --bs-link-color-rgb: 166, 138, 114;
}

.form-control, .modal.product-comment-modal .form-control, .modal.product-comment-modal textarea {
  border-radius: 0;
  border: var(--bs-border-width) solid #666;
  color: #000;
}
.form-control::placeholder, .modal.product-comment-modal .form-control::placeholder, .modal.product-comment-modal textarea::placeholder {
  color: #666;
  opacity: 1;
}

img {
  border-radius: 0 !important;
}
img.rounded {
  border-radius: 0 !important;
}

.alert {
  border: none !important;
  --bs-alert-padding-x: 16px;
  --bs-alert-padding-y: 12px;
  line-height: 1;
}
.alert div:has(> i) {
  display: none;
}

@media (max-width: 767px) {
  #header {
    position: static;
  }
}
#header .header-bottom .header-bottom__row > div {
  display: flex;
  align-items: center;
}
#header .header-bottom .header-bottom__row .menu-wrapper {
  order: 1;
}
#header .header-bottom .header-bottom__row .logo-wrapper {
  order: 2;
}
#header .header-bottom .header-bottom__row .actions-wrapper {
  order: 3;
  justify-content: flex-end;
}
#header .header-bottom .header-bottom__row .actions-wrapper #_desktop_search {
  margin-left: 0 !important;
}
#header .header-bottom .header-bottom__row .actions-wrapper .header-block__action-btn:hover {
  cursor: pointer;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li > a {
  font-size: 16px;
  color: #000;
  padding: 35px 12px;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li > a:hover {
  color: #a68a72;
  cursor: pointer;
}
@media (min-width: 1400px) {
  #header .header-bottom .header-bottom__row .main-menu__tree > li > a {
    font-size: 18px;
  }
}
#header .header-bottom .header-bottom__row .menu-container {
  padding: 16px 12px;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container a:hover {
  color: #a68a72;
  transition: all 0.3s ease;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container a[data-depth="1"] {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin-bottom: 32px;
  text-transform: uppercase;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container a[data-depth="1"]:hover {
  color: #a68a72;
  transition: all 0.3s ease;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container ul[data-depth="1"] > li {
  margin-top: 40px;
  margin-bottom: 40px;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container a[data-depth="2"] {
  font-size: 16px;
  color: #666;
  padding: 6px 0;
  font-weight: 500;
  text-transform: capitalize;
}
#header .header-bottom .header-bottom__row .main-menu__tree > li .menu-container a[data-depth="2"]:hover {
  color: #a68a72;
  transition: all 0.3s ease;
}
#header .header-bottom .header-bottom__row .dropdown-toggle:after {
  display: none;
}
#header .header-bottom .header-bottom__row i,
#header .header-bottom .header-bottom__row .material-symbols-outlined {
  transition: all 0.3s ease;
}
#header .header-bottom .header-bottom__row i:hover,
#header .header-bottom .header-bottom__row .material-symbols-outlined:hover {
  cursor: pointer !important;
  color: #a68a72 !important;
  transition: all 0.3s ease;
}
#header .header-bottom .header-bottom__row .wishlist-button-add {
  box-shadow: none;
  margin: 0 !important;
}
#header .header-bottom .header-bottom__row .wishlist-button-add i {
  color: #000;
}
#header .header-bottom .header-bottom__row #search_widget {
  margin-right: 12px;
}
#header .header-bottom .header-bottom__row #search_widget input {
  border-radius: 100px;
  padding: 10px 40px 10px 20px;
}
#header .header-bottom .header-bottom__row #search_widget i {
  width: 15%;
  height: 100%;
  right: 0;
}
#header .header-bottom .header-bottom__row #_desktop_cart .header-block__badge {
  margin: 0;
  padding-top: 2px;
  color: #fff;
  background-color: #a68a72;
  font-size: 10px;
  min-width: 18px;
  min-height: 18px;
  top: 20px;
  right: 6px;
  position: absolute;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-dialog {
  margin: 0;
  max-width: 100vw;
}
@media (min-width: 768px) {
  #header .header-bottom .header-bottom__row #additional-menu-modal .modal-dialog {
    max-width: 400px;
    margin-left: auto;
  }
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content {
  height: 100vh;
  border-radius: 0;
  border: none;
  box-shadow: -5px 0 20px rgba(51, 51, 51, 0.4);
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-header {
  padding: 40px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-header img {
  max-width: 50%;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body .currency-selector__wrapper > a,
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body #pi-language-selector > a {
  display: block;
  margin-bottom: 20px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul {
  border: 1px solid #a8a8a8;
  margin-bottom: 0;
  display: flex;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  padding: 2px;
  padding-right: 0;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul li:last-child {
  padding-right: 2px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul li a {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding-top: 4px;
  font-size: 14px;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul li a:hover {
  background-color: #000;
  color: #fff;
}
#header .header-bottom .header-bottom__row #additional-menu-modal .modal-content .modal-body ul li.current a {
  background-color: #000;
  color: #fff;
}
#header .main-menu__mobile {
  height: fit-content;
}
#header .menu__list {
  margin-bottom: 0;
}
#header #_desktop_currency_selector {
  margin-top: auto;
}
#header #_desktop_currency_selector .currency-selector__wrapper > a {
  display: block;
  padding: 8px 16px;
  margin-bottom: 8px;
}
#header #pi-language-selector {
  margin-bottom: 30px;
}
#header #pi-language-selector > a {
  display: block;
  padding: 8px 16px;
  margin-bottom: 8px;
}
#header #additional-menu {
  display: none;
}
@media (min-width: 1200px) {
  #header #additional-menu {
    display: flex;
  }
}
#header #_desktop_currency_selector ul,
#header #pi-language-selector ul {
  display: flex;
  margin: 0 16px;
  border: 1px solid #000;
}
#header #_desktop_currency_selector ul li,
#header #pi-language-selector ul li {
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
  margin: 3px;
  padding-top: 6px;
  padding-bottom: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #_desktop_currency_selector ul li a,
#header #pi-language-selector ul li a {
  color: #000;
}
#header #_desktop_currency_selector ul li.current,
#header #pi-language-selector ul li.current {
  background-color: #000;
}
#header #_desktop_currency_selector ul li.current a,
#header #pi-language-selector ul li.current a {
  color: #fff;
}

.product-miniature .product-miniature__quickview {
  background: transparent;
  align-items: center;
  justify-content: center;
}
.product-miniature .product-miniature__quickview button span {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.product-miniature .product-miniature__quickview button i {
  display: none;
}
.product-miniature .product-miniature__quickview button.wishlist-button-add {
  padding: 6px 18px 10px;
}
.product-miniature .product-miniature__quickview button.wishlist-button-add::after {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  content: "\e87d";
  width: 24px;
  height: 26px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 2px;
}
.product-miniature .product-miniature__quickview .product-miniature__quickview_button {
  width: fit-content;
  height: fit-content;
  padding: 10px 18px;
  border-radius: 0;
}
.product-miniature .product-miniature__quickview form {
  margin-top: 0 !important;
}
.product-miniature .product-miniature__quickview form .btn {
  border-right: 1px solid #a68a72;
  border-left: 1px solid #a68a72;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 2px 17px;
  border-radius: 0;
}
.product-miniature .product-miniature__quickview form .btn span {
  margin-top: 6px;
}
.product-miniature .product-miniature__quickview .wishlist-button-add {
  position: static;
  border-radius: 0;
  box-shadow: none;
  height: fit-content;
  width: fit-content;
  padding: 10px 18px;
  margin: 0 !important;
}
.product-miniature .product-miniature__quickview button {
  background-color: #fff;
  color: #000;
}
.product-miniature .product-miniature__quickview button i {
  color: #000;
}
.product-miniature .product-miniature__quickview button:hover {
  background-color: #a68a72;
  opacity: 1;
  color: #fff;
}
.product-miniature:hover {
  box-shadow: none !important;
}
.product-miniature:hover .product-miniature__quickview {
  transform: none !important;
  display: flex !important;
  top: -100px;
}
.product-miniature .card {
  box-shadow: none !important;
  filter: none !important;
  position: relative;
}
.product-miniature .card .product-miniature__variants {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.product-miniature .card .product-miniature__variants .color {
  border: 1px solid #666;
  border-radius: 50%;
}
.product-miniature .card:hover {
  filter: none !important;
  box-shadow: none !important;
}
.product-miniature .product-miniature__image-container {
  border-radius: 0;
}
.product-miniature .product-miniature__image-container .product-miniature__image {
  border-radius: 0;
}
.product-miniature .product-miniature__image-container .wishlist-button-add {
  display: none;
}
.product-miniature .product-miniature__infos__top {
  padding-left: 0;
  padding-right: 0;
}
.product-miniature .product-miniature__infos__top a {
  display: block;
  color: #000;
}
.product-miniature .product-miniature__infos__top a p {
  height: 2em;
}
.product-miniature .product-miniature__infos__bottom {
  padding-left: 0;
  padding-right: 0;
}
.product-miniature .product-miniature__infos__bottom .product-miniature__prices {
  color: #666;
}

.ratio-homeSlider {
  --bs-aspect-ratio: 100%;
}
.ratio-homeSlider .carousel-caption h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ratio-homeSlider .carousel-caption .caption-description p {
  color: #fff !important;
  font-size: 22px;
  margin-bottom: 15px;
}
.ratio-homeSlider .carousel-caption .caption-description a {
  border-color: #fff;
}
.ratio-homeSlider .carousel-caption .caption-description a:hover {
  border-color: #000;
}
@media (min-width: 768px) {
  .ratio-homeSlider {
    --bs-aspect-ratio: 33%;
  }
}
@media (max-width: 767px) {
  .ratio-homeSlider .carousel-control-prev,
  .ratio-homeSlider .carousel-control-next {
    display: none !important;
  }
}

.pi-frontpage {
  background-color: rgb(245, 245, 245);
}
.pi-frontpage .pi-frontpage-hero {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
}
.pi-frontpage .pi-frontpage-hero.hero-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-hero.hero-1 {
    flex-direction: row;
  }
}
.pi-frontpage .pi-frontpage-hero.hero-1 > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.pi-frontpage .pi-frontpage-hero.hero-1 > div .pi-frontpage-hero-image-wrapper:has(.pi-frontpage-hero-image-1) {
  margin-bottom: 60px;
}
.pi-frontpage .pi-frontpage-hero.hero-1 > div .pi-frontpage-hero-image-wrapper:has(.pi-frontpage-hero-image-2) {
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
}
.pi-frontpage .pi-frontpage-hero.hero-1 > div .pi-frontpage-hero-image-wrapper:has(.pi-frontpage-hero-image-3) {
  display: none;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-hero.hero-1 > div {
    width: calc(50% - 20px);
  }
  .pi-frontpage .pi-frontpage-hero.hero-1 > div:first-child {
    margin-right: 40px;
  }
  .pi-frontpage .pi-frontpage-hero.hero-1 > div .pi-frontpage-hero-image-wrapper:has(.pi-frontpage-hero-image-2) {
    display: none;
  }
  .pi-frontpage .pi-frontpage-hero.hero-1 > div .pi-frontpage-hero-image-wrapper:has(.pi-frontpage-hero-image-3) {
    display: block;
  }
}
.pi-frontpage .pi-frontpage-hero.hero-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
.pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) .pi-frontpage-hero-image-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) {
    flex-direction: row;
  }
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) .pi-frontpage-hero-image-wrapper {
    min-width: calc(50% - 20px);
    margin-bottom: 100px;
  }
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(1) img {
    margin-top: 0;
  }
}
.pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(2) .pi-frontpage-hero-image-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(2) .pi-frontpage-hero-image-wrapper img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(2) .pi-frontpage-hero-image-wrapper {
    margin: 0 40px;
    width: 100%;
  }
  .pi-frontpage .pi-frontpage-hero.hero-2 > div:nth-child(2) .h3 {
    min-width: 25%;
    text-align: center;
  }
}
.pi-frontpage .pi-frontpage-hero > div .pi-frontpage-hero-image-wrapper {
  overflow: hidden;
}
.pi-frontpage .pi-frontpage-hero > div .pi-frontpage-hero-image-wrapper:hover img {
  transform: scale(1.1);
  transition: all 1s ease;
}
.pi-frontpage .pi-frontpage-hero > div .pi-frontpage-hero-image-wrapper img {
  width: 100%;
  transition: all 1s ease;
}
.pi-frontpage .pi-frontpage-hero > div .h4 {
  text-align: center;
  color: #a68a72;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.pi-frontpage .pi-frontpage-hero > div .h3 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-hero > div .h4 {
    font-size: 18px;
    text-align: left;
  }
  .pi-frontpage .pi-frontpage-hero > div .h3 {
    font-size: 32px;
    text-align: left;
  }
  .pi-frontpage .pi-frontpage-hero > div button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pi-frontpage .pi-frontpage-hero > div .h4 {
    font-size: 20px;
  }
  .pi-frontpage .pi-frontpage-hero > div .h3 {
    font-size: 40px;
  }
}
.pi-frontpage .pi-frontpage-products {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.pi-frontpage .pi-frontpage-products .container > h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-products .container > h2 {
    font-size: 40px;
  }
}
.pi-frontpage .pi-frontpage-products section {
  margin-top: 40px !important;
}
.pi-frontpage .pi-frontpage-products section h2 {
  display: none !important;
}
.pi-frontpage .pi-frontpage-products section .btn-arrow {
  margin: 0 auto !important;
}
.pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button {
  max-width: fit-content;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button.active {
  color: #a68a72;
  font-weight: 700;
  transition: all 0.3s ease;
}
.pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button:hover {
  color: #a68a72;
  transition: all 0.3s ease;
}
.pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button:focus {
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons {
    flex-direction: row;
    gap: 0;
  }
  .pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button {
    width: 25%;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a68a72;
  }
  .pi-frontpage .pi-frontpage-products .pi-frontpage-products-buttons button:focus {
    border: none;
    border-bottom: 1px solid #a68a72;
    outline: none;
  }
}
.pi-frontpage .pi-frontpage-testimonials {
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.pi-frontpage .pi-frontpage-testimonials .h3 {
  font-size: 32px;
  text-align: center;
  color: #a68a72;
  text-transform: uppercase;
  font-weight: 500;
}
.pi-frontpage .pi-frontpage-testimonials p {
  font-size: 16px;
  text-align: center;
  color: #000;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper {
  position: relative;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-controls button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #000;
  font-size: 32px;
  cursor: pointer;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-posts {
  display: flex;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .h2 {
  display: none;
  min-width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 60px;
  font-style: italic;
  min-height: 6em;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .h2.active {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .h2 {
    font-size: 40px;
  }
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-indicator {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a68a72;
  cursor: pointer;
}
.pi-frontpage .pi-frontpage-testimonials .pi-frontpage-testimonials-wrapper .pi-frontpage-testimonials-indicator.active {
  background-color: #a68a72;
}

.pi-frontpage-footer-blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 40px 0;
  margin: 60px auto;
}
@media (min-width: 768px) {
  .pi-frontpage-footer-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .pi-frontpage-footer-blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pi-frontpage-footer-blocks .footer-block {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.pi-frontpage-footer-blocks .footer-block:last-child {
  border-bottom: none;
}
.pi-frontpage-footer-blocks .footer-block h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #000;
  font-size: 24px;
}
.pi-frontpage-footer-blocks .footer-block p {
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pi-frontpage-footer-blocks .footer-block {
    padding: 0 40px;
  }
}

.footer__main__bottom {
  margin-top: 20px;
}
.footer__main__bottom > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__main__bottom > div:nth-child(1) a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.footer__main__bottom > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  min-height: 35px;
}
.footer__main__bottom > div:nth-child(2) img {
  max-width: 150px;
}
.footer__main__bottom > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__main__bottom > div:nth-child(3) span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__main__bottom > div:nth-child(3) span a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__main__bottom > div:nth-child(1) {
    margin: 0 0 40px;
  }
  .footer__main__bottom > div:nth-child(2) {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .footer__main__bottom {
    margin-top: 20px;
  }
  .footer__main__bottom > div:nth-child(1) {
    justify-content: flex-start;
    margin: 0;
  }
  .footer__main__bottom > div:nth-child(1) a {
    text-align: left;
    max-width: fit-content;
  }
  .footer__main__bottom > div:nth-child(2) {
    margin: 0;
  }
  .footer__main__bottom > div:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
  }
}

.email-subscription {
  background-color: #a68a72;
  color: #fff;
  padding: 60px 0;
}
.email-subscription .email-subscription__content {
  max-width: 50%;
}
.email-subscription .email-subscription__content .email-subscription__label {
  color: #fff !important;
  font-size: 44px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.email-subscription .email-subscription__content .email-subscription__content__infos {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.email-subscription .email-subscription__content .email-subscription__content__infos p {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.email-subscription .email-subscription__content .email-subscription__content__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.email-subscription .email-subscription__content .email-subscription__content__inputs .form-control {
  margin-right: 0;
  border-radius: 0;
  max-width: 50%;
}
.email-subscription .email-subscription__content .email-subscription__content__inputs .form-control::placeholder {
  color: black;
}

#checkout .checkout__steps--current:before, #checkout .checkout__steps--success .checkout__steps__number {
  --bs-success: #a68a72;
}
#checkout .checkout__steps--success:after, #checkout .checkout__steps--success:before {
  --bs-success: #a68a72;
}
#checkout .checkout__steps--success .checkout__steps__text {
  --bs-success: #a68a72;
}
#checkout .checkout__steps--current .checkout__steps__number {
  background: #000;
}
#checkout .checkout__steps__number {
  padding-top: 3px;
}
#checkout .checkout__steps__text {
  text-transform: capitalize;
}

.page-footer {
  display: none;
}

#index #footer {
  margin-top: 0;
}

#footer {
  margin-top: 40px;
}
#footer .footer__main {
  position: relative;
  background-color: #000;
  padding-top: 100px !important;
}
#footer .footer__main hr {
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 100vw;
  max-width: 100%;
  color: #666;
}
@media (min-width: 768px) {
  #footer .footer__main hr {
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  #footer .footer__main hr {
    bottom: 55px;
  }
}
#footer .footer__main .footer__main__top {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #footer .footer__main .footer__main__top {
    padding-bottom: 0;
  }
}
#footer .footer__main .footer__block__content-list a {
  --footer-text-color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 6px 6px 0;
}
#footer .footer__main .footer__block__title {
  text-transform: uppercase;
  font-size: 18px;
}
#footer .footer__main #contact-infos {
  padding-top: 0;
}
#footer .footer__main #contact-infos > div {
  margin-bottom: 12px;
  color: #fff;
}
#footer .footer__main #contact-infos a {
  color: #fff;
}
#footer .footer__main .footer__block {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  #footer .footer__main .footer__block {
    margin-bottom: 100px !important;
  }
}
#footer .footer__main .footer__block img {
  max-width: 75%;
}
#footer .footer__main .copyright {
  display: none;
}

#product .thumbnails__container .thumbnail img,
#product .carousel .carousel-item img,
#product .product__images .carousel {
  border-radius: 0;
}
@media (max-width: 767px) {
  #product .pi_scroll_add_to_cart {
    display: none !important;
  }
}
#product .pi_scroll_add_to_cart .product__add-to-cart .g-2 {
  --bs-gutter-y: 0;
}
#product form .product__add-to-cart .row {
  justify-content: space-between;
}
#product form .product__add-to-cart .row .product-actions__quantity {
  width: 45%;
  max-width: 45%;
}
#product form .product__add-to-cart .row .product-actions__quantity #quantity_wanted {
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-right: none;
}
#product form .product__add-to-cart .row .product-actions__quantity #quantity_wanted:focus {
  z-index: 1 !important;
}
#product form .product__add-to-cart .row .product-actions__quantity .increment, #product form .product__add-to-cart .row .product-actions__quantity .decrement {
  min-width: 40px;
}
#product form .product__add-to-cart .row .product-actions__button {
  width: 45%;
  max-width: 45%;
}
#product form .product__add-to-cart .row .wishlist-button-add {
  margin-left: 0;
  border: 1px solid #666;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
#product .accordion-button {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

#cart .featured-products .container {
  padding-left: 0;
  padding-right: 0;
}
#cart .cart__item .product-line__image img {
  border-radius: 0;
}
#cart .cart__item .product-line__item {
  margin-bottom: 0 !important;
}
#cart input[name=product-quantity-spin] {
  border-left: 0;
  border-right: 0;
}
#cart .cart-container {
  padding-right: 50px;
}
#cart .cart-grid__right h2.h4 {
  padding-left: 10px;
}
#cart .product-line__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cart .product-line__informations {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#cart .product-line__informations .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#cart .product-line__informations .product-line__discount_wrapper {
  width: 100px;
  text-align: right;
}
#cart .product-line__informations .mb-3 {
  margin-bottom: 0 !important;
}

.pagination .page-link:focus {
  --bs-pagination-focus-box-shadow: none;
}
.pagination .page-item a {
  border: none;
  background-color: #fff;
  color: #000 !important;
}
.pagination .page-item.active a {
  text-decoration: underline;
}
.pagination .page-item:has(i):hover a span {
  text-decoration: underline;
}
.pagination .page-item:not(:has(i)):hover a {
  text-decoration: underline;
}

#blockcart-modal .modal-dialog {
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
#blockcart-modal .modal-content {
  border-radius: 0;
}

#checkout button[type=submit] {
  max-width: 50% !important;
  width: 50% !important;
  text-align: center;
  justify-content: center;
}
#checkout #payment-confirmation {
  width: 50% !important;
}
#checkout #payment-confirmation button {
  width: 100% !important;
  max-width: 100% !important;
}
#checkout .cart-grid-right .accordion {
  position: sticky;
  top: 20px;
}
#checkout .step__title-left {
  text-transform: capitalize;
}

#search-filters .accordion-button {
  font-weight: 600 !important;
}
#search-filters .accordion-button::after {
  display: none;
}

.wishlist-list .wishlist-list-item:hover {
  background-color: rgb(245, 245, 245) !important;
}

#contact .form-control {
  border-color: #dee2e6;
  color: #000;
}
#contact .form-control::placeholder {
  color: #000;
}
#contact .form-select {
  border-color: #dee2e6;
  padding: 8px 36px 8px 16px;
  color: #000;
}
#contact .form-select::placeholder {
  color: #000;
}

/*# sourceMappingURL=custom.css.map */
