@charset "UTF-8";
/*!
	Theme Name: Nature Digitale
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale - Créateur et référenceur de site web.
	Author: Nature Digitale
	Author URI: https://nature-digitale.fr
	Version: 2.0.0
	Stable tag: 2.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.section-normal {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}
.section-normal--padding-small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-normal--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}
.section-full--padding-small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-full--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-page--padding-small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-page--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-article {
  max-width: 800px;
  margin-inline: auto;
}
.section-article--padding-small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-article--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pa-left-0 {
  padding-left: 0;
}

.pa-right-0 {
  padding-right: 0;
}

.pa-top-0 {
  padding-top: 0;
}

.pa-bottom-0 {
  padding-bottom: 0;
}

.pa-left-1 {
  padding-left: 20px;
}

.pa-right-1 {
  padding-right: 20px;
}

.pa-top-1 {
  padding-top: 20px;
}

.pa-bottom-1 {
  padding-bottom: 20px;
}

.pa-left-2 {
  padding-left: 60px;
}

.pa-right-2 {
  padding-right: 60px;
}

.pa-top-2 {
  padding-top: 60px;
}

.pa-bottom-2 {
  padding-bottom: 60px;
}

.pa-left-3 {
  padding-left: 90px;
}

.pa-right-3 {
  padding-right: 90px;
}

.pa-top-3 {
  padding-top: 90px;
}

.pa-bottom-3 {
  padding-bottom: 90px;
}

.ma-left-0 {
  margin-left: 0;
}

.ma-right-0 {
  margin-right: 0;
}

.ma-top-0 {
  margin-top: 0;
}

.ma-bottom-0 {
  margin-bottom: 0;
}

.ma-left-1 {
  margin-left: 20px;
}

.ma-right-1 {
  margin-right: 20px;
}

.ma-top-1 {
  margin-top: 20px;
}

.ma-bottom-1 {
  margin-bottom: 20px;
}

.ma-left-2 {
  margin-left: 60px;
}

.ma-right-2 {
  margin-right: 60px;
}

.ma-top-2 {
  margin-top: 60px;
}

.ma-bottom-2 {
  margin-bottom: 60px;
}

.ma-left-3 {
  margin-left: 90px;
}

.ma-right-3 {
  margin-right: 90px;
}

.ma-top-3 {
  margin-top: 90px;
}

.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1300px) {
  .section-normal {
    width: 100%;
    padding-inline: 20px;
  }
  .section-article {
    width: 100%;
    padding-inline: 20px;
  }
  .section-page {
    width: 100%;
    padding-inline: 20px;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/open-sans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("assets/fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("assets/fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair/PlayfairDisplay-Bold.eot");
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("assets/fonts/playfair/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/playfair/PlayfairDisplay-Bold.woff2") format("woff2"), url("assets/fonts/playfair/PlayfairDisplay-Bold.woff") format("woff"), url("assets/fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ========================================
   LAYOUT - CONTAINER PRINCIPAL
   ======================================== */
.products-archive-wrapper {
  position: relative;
}
.products-archive-wrapper .products-area {
  width: 100%;
}
@media print {
  .products-archive-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   DRAWER FILTERS - DESKTOP & MOBILE
   ======================================== */
.products-filters-sidebar {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 420px;
  max-width: 90vw;
  height: 100dvh;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  padding: 0;
  box-shadow: none;
  transition: left 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.admin-bar .products-filters-sidebar {
  top: 32px;
  height: calc(100dvh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .products-filters-sidebar {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}
.products-filters-sidebar.is-open {
  left: 0;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.15);
  transition: left 0.3s ease-in-out;
}
.products-filters-sidebar::-webkit-scrollbar {
  width: 6px;
}
.products-filters-sidebar::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 3px;
}
.products-filters-sidebar::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-filters-sidebar::-webkit-scrollbar-thumb:hover {
  background: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .products-filters-sidebar {
    width: 480px;
  }
}
@media print {
  .products-filters-sidebar {
    display: none;
  }
}

/* Header de la sidebar */
.filters-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .filters-header {
    flex-wrap: nowrap;
  }
}
.filters-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .filters-header h3 {
    font-size: 18px;
  }
}

.filters-reset-btn {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid transparent;
  margin-left: auto;
  outline: none;
}
.filters-reset-btn:hover {
  color: #252525;
  background: #fafafa;
  border-color: #e5e5e5;
}
.filters-reset-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .filters-reset-btn {
    font-size: 12px;
    padding: 4px 8px;
    white-space: nowrap;
  }
}
.filters-reset-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

/* ========================================
   FILTRES ACTIFS - BADGES
   ======================================== */
/* ========================================
   FORMULAIRE DE FILTRES
   ======================================== */
#product-filters-form {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px 20px;
}
#product-filters-form::-webkit-scrollbar {
  width: 6px;
}
#product-filters-form::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 3px;
}
#product-filters-form::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#product-filters-form::-webkit-scrollbar-thumb:hover {
  background: #6b6b6b;
}

/* ========================================
   GROUPES DE FILTRES
   ======================================== */
.filter-group {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.filter-group:last-child {
  margin-bottom: 0;
}

.filter-group-title {
  font-size: 13px;
  font-weight: 600;
  color: #252525;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
}

/* ========================================
   CHAMPS DE RECHERCHE
   ======================================== */
.filter-search-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  color: #252525;
  background: #fff;
  transition: all 0.2s ease;
  font-family: inherit;
  outline: none;
}
.filter-search-input:hover {
  border-color: #6b6b6b;
}
.filter-search-input:focus, .filter-search-input:focus-visible {
  outline: none;
  border-color: #e5e5e5;
  box-shadow: none;
}
.filter-search-input::-moz-placeholder {
  color: #6b6b6b;
}
.filter-search-input::placeholder {
  color: #6b6b6b;
}

/* ========================================
   CHECKBOXES PERSONNALISÉES
   ======================================== */
.filter-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px 10px;
  margin: 0 -10px;
  border-radius: 4px;
}
.filter-checkbox-item:hover {
  background: #fafafa;
}
.filter-checkbox-item:focus-within {
  outline: none;
  background: transparent;
}
.filter-checkbox-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #3a478e;
  flex-shrink: 0;
  outline: none;
}
.filter-checkbox-item input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}

.filter-checkbox-label {
  font-size: 14px;
  color: #252525;
  cursor: pointer;
  flex: 1;
  line-height: 1.4;
}

.filter-checkbox-count {
  font-size: 13px;
  color: #6b6b6b;
  margin-left: auto;
  padding-left: 12px;
  flex-shrink: 0;
}

.color-preview {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  margin-right: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* ========================================
   SELECT PERSONNALISÉ
   ======================================== */
.filter-select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  color: #1a1a1a;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  outline: none;
}
.filter-select:hover {
  border-color: #6b6b6b;
}
.filter-select:focus, .filter-select:focus-visible {
  outline: none;
  border-color: #e5e5e5;
  box-shadow: none;
}

/* ========================================
   RANGE SLIDER PRIX (HTML5 natif)
   ======================================== */
.filter-price-range {
  padding: 4px 0;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 16px;
}

.price-slider-container {
  position: relative;
  height: 6px;
  margin: 0 8px 24px 8px;
}

.slider-track {
  position: absolute;
  width: 100%;
  height: 6px;
  background: #fafafa;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 6px;
  background: #3a478e;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.range-input {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.range-input::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3a478e;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: grab;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}
.range-input::-webkit-slider-thumb:hover {
  background: #333333;
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.range-input::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: scale(1.1);
}
.range-input::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3a478e;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: grab;
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.range-input::-moz-range-thumb:hover {
  background: #333333;
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.range-input::-moz-range-thumb:active {
  cursor: grabbing;
  transform: scale(1.1);
}
.range-input::-webkit-slider-track {
  background: transparent;
  border: none;
}
.range-input::-moz-range-track {
  background: transparent;
  border: none;
  height: 6px;
}
.range-input:focus {
  outline: none;
}
.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.range-input:focus::-moz-range-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .range-input::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .range-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
}

/* ========================================
   SORT / TRI
   ======================================== */
.filter-sort-wrapper {
  margin-bottom: 20px;
}

/* ========================================
   PRODUCTS AREA
   ======================================== */
.products-area {
  width: 100%;
}

/* ========================================
   COMPTEUR DE RÉSULTATS
   ======================================== */
.products-results-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.results-count-text {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 400;
}

.results-count-number {
  color: #1a1a1a;
  font-weight: 600;
}

.no-products-found {
  text-align: center;
  padding: 60px 20px;
  color: #6b6b6b;
}
.no-products-found p {
  margin: 10px 0;
  font-size: 16px;
}

/* ========================================
   LOADING STATE
   ======================================== */
.products-loading {
  position: relative;
}
.products-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 10;
  border-radius: 4px;
}
.products-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #e5e5e5;
  border-top-color: #1a1a1a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product-skeleton {
  background: linear-gradient(90deg, #fafafa 25%, #fff 50%, #fafafa 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 3px;
  height: 400px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* ========================================
   OVERLAY BACKDROP
   ======================================== */
.filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4784313725);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.filters-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   BOUTON "FILTRER" - VISIBLE SUR TOUTES TAILLES
   ======================================== */
.filters-mobile-trigger {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border: 0px;
  padding: 8px 10px;
  align-items: baseline;
}
.filters-mobile-trigger:hover {
  background-color: #5567cd;
  color: #fff;
}
.filters-mobile-trigger .filter-count-badge {
  background: #fff;
  color: #3a478e;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
  line-height: 1;
}

/* ========================================
   BOUTON DE FERMETURE DU DRAWER
   ======================================== */
.filters-close-btn {
  cursor: pointer;
  position: relative;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.filters-close-btn:focus {
  outline: none;
}
.filters-close-btn img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .filters-close-btn {
    width: 20px;
    height: 20px;
  }
}

/* ========================================
   BOTTOM BAR DANS LE DRAWER
   ======================================== */
.filters-bottom-bar {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  margin-top: auto;
}

.filters-apply-btn {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  border: 0;
  flex: 1;
}
.filters-apply-btn:hover {
  background-color: #5567cd;
  color: #fff;
}
.filters-apply-btn:focus {
  outline: none;
}

/* ========================================
   ANIMATIONS & TRANSITIONS
   ======================================== */
.filter-fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-slide-in {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ========================================
   ACCESSIBILITY - HIDDEN
   ======================================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.slider {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slider .swiper {
  width: 100%;
  height: auto;
  position: unset;
}
.slider .swiper .swiper-wrapper {
  height: auto;
}
.slider .swiper .swiper-slide {
  height: auto;
}
.slider .swiper .swiper-slide .card-wrapper {
  text-decoration: none;
  color: #252525;
}
.slider .swiper .swiper-slide__title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  margin-top: 20px;
  line-height: 1.5;
}
.slider .swiper .swiper-slide__link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
  color: #252525;
  font-size: 18px;
  margin-top: 20px;
  text-underline-offset: 3px;
}
.slider .swiper .swiper-slide__link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.slider .swiper .swiper-slide__link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.slider .swiper .swiper-slide__link:hover {
  color: #3a478e;
}
.slider .swiper .swiper-slide .card-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.08);
}
.slider .swiper .swiper-slide .card-container:hover {
  transform: translateY(-10px);
}
.slider .swiper .swiper-slide .card-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 7/5;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent);
  mask-image: linear-gradient(to bottom, #000 80%, transparent);
}
.slider .swiper .swiper-slide .card-container .infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  min-height: 110px;
}
.slider .swiper .swiper-slide .card-container .infos__title-price {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.slider .swiper .swiper-slide .card-container .infos__title-price h3 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row span {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row .product-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row .product-card-rating .product-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row .product-card-rating .product-card-stars .star {
  width: 12px;
  height: 12px;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.slider .swiper .swiper-slide .card-container .infos__title-price .price-rating-row .product-card-rating .product-card-review-count {
  font-size: 11px;
  color: #3a478e;
  font-weight: 400;
}
.slider .swiper .swiper-slide .card-container .infos p {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  padding-top: 10px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  color: #707070;
}
.slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
  display: none;
}
.slider .swiper .swiper-horizontal > .swiper-scrollbar,
.slider .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 96%;
  left: 2%;
}

@media screen and (max-width: 1099px) {
  .slider.slider-new-products,
  .slider.slider-related-products,
  .slider.slider-reviews-pages,
  .slider.slider-reviews-checkout {
    padding-inline: 0;
  }
}

.slider.slider-new-products,
.slider.slider-related-products,
.slider.slider-reviews-pages {
  margin-bottom: 100px;
}
.slider.slider-new-products .swiper,
.slider.slider-related-products .swiper,
.slider.slider-reviews-pages .swiper {
  padding-bottom: 25px;
  padding-top: 25px;
}

.slider.slider-reviews-checkout .swiper .swiper-scrollbar-horizontal {
  bottom: 12px;
}

.diy-district.kimono .slider.slider-related-products .swiper .swiper-slide .card-container img,
.diy-district.kimono-vintage .slider.slider-related-products .swiper .swiper-slide .card-container img {
  object-position: center;
}

.diy-district section.home-banner {
  max-width: 1300px;
  margin: 0 auto;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .diy-district section.home-banner {
    max-height: 800px;
    min-height: 600px;
  }
}
.diy-district section.home-banner .banner-container {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.diy-district section.home-banner .banner-container .banner-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .diy-district section.home-banner .banner-container .banner-content {
    position: absolute;
    align-items: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.diy-district section.home-banner .banner-container .banner-content .banner-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: clamp(36px, 5vw, 55px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .diy-district section.home-banner .banner-container .banner-content .banner-title {
    text-align: center;
  }
}
.diy-district section.home-banner .banner-container .banner-content .banner-subtitle {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: clamp(18px, 3vw, 21px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .diy-district section.home-banner .banner-container .banner-content .banner-subtitle {
    text-align: center;
  }
}
.diy-district section.home-banner .banner-container .banner-content .banner-cta {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  margin-top: 30px;
}
.diy-district section.home-banner .banner-container .banner-content .banner-cta:hover {
  background-color: #5567cd;
  color: #fff;
}
.diy-district section.home-banner .banner-container .banner-image {
  flex: 1;
  height: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .diy-district section.home-banner .banner-container .banner-image {
    height: calc(100% - 20px);
  }
}
.diy-district section.home-banner .banner-container .banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent);
  mask-image: linear-gradient(to bottom, #000 90%, transparent);
}

.diy-district .categories-promote {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 50px;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .diy-district .categories-promote {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .diy-district .categories-promote {
    height: auto;
    margin-top: 50px;
  }
}
.diy-district .categories-promote__left {
  flex-grow: 1;
  flex-basis: 300px;
}
.diy-district .categories-promote__right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-grow: 1;
  flex-basis: 300px;
}
.diy-district .categories-promote__right a {
  flex: 1;
}
.diy-district .categories-promote__card-1, .diy-district .categories-promote__card-2, .diy-district .categories-promote__card-3 {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  transition: transform 0.3s ease-in-out;
}
.diy-district .categories-promote__card-1:hover, .diy-district .categories-promote__card-2:hover, .diy-district .categories-promote__card-3:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .diy-district .categories-promote__card-1, .diy-district .categories-promote__card-2, .diy-district .categories-promote__card-3 {
    min-height: 260px;
  }
}
.diy-district .categories-promote__card-3 .categories-promote__wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
.diy-district .categories-promote__container {
  text-decoration: none;
  color: #252525;
  font-size: 16px;
}
.diy-district .categories-promote__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .diy-district .categories-promote__wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .diy-district .categories-promote__wrapper {
    padding: 20px;
  }
}
.diy-district .categories-promote__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
}
.diy-district .categories-promote__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
}
.diy-district .categories-promote__link {
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.diy-district .categories-promote__link span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
}
.diy-district .categories-promote__link span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.diy-district .categories-promote__link span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.diy-district .categories-promote__link span:hover {
  color: #3a478e;
}
.diy-district .categories-promote__link img {
  width: 20px;
}

.diy-district .block-cta {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .diy-district .block-cta {
    height: auto;
  }
}
.diy-district .block-cta__container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__container {
    max-width: 700px;
    margin-inline: auto;
  }
}
.diy-district .block-cta__left, .diy-district .block-cta__right {
  flex-grow: 1;
  flex-basis: 400px;
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__left, .diy-district .block-cta__right {
    flex-basis: 100%;
    flex-grow: unset;
  }
}
.diy-district .block-cta__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f6f6f6;
}
@media screen and (min-width: 840px) {
  .diy-district .block-cta__left {
    padding: 50px;
  }
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__left {
    padding: 50px 20px;
  }
}
.diy-district .block-cta__title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 840px) {
  .diy-district .block-cta__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__title {
    font-size: 34px;
    text-align: center;
  }
}
.diy-district .block-cta__sub-title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__sub-title {
    text-align: center;
  }
}
.diy-district .block-cta__btn {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
.diy-district .block-cta__btn:hover {
  background-color: #5567cd;
  color: #fff;
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__btn {
    margin-inline: auto;
  }
}
.diy-district .block-cta__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}
@media screen and (max-width: 839px) {
  .diy-district .block-cta__img {
    aspect-ratio: unset;
  }
}

.diy-district .block-seo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 150px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .diy-district .block-seo {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .diy-district .block-seo {
    padding: 0px;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
}
.diy-district .block-seo__container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 839px) {
  .diy-district .block-seo__container {
    max-width: 700px;
    margin-inline: auto;
  }
}
.diy-district .block-seo__container--position-droite {
  flex-direction: row;
}
.diy-district .block-seo__container--position-gauche {
  flex-direction: row-reverse;
}
.diy-district .block-seo__one, .diy-district .block-seo__two {
  min-height: 550px;
  flex-grow: 1;
  flex-basis: 400px;
}
@media screen and (max-width: 839px) {
  .diy-district .block-seo__one, .diy-district .block-seo__two {
    flex-basis: 100%;
    flex-grow: unset;
    min-height: unset;
  }
}
.diy-district .block-seo__one {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
}
@media screen and (min-width: 840px) {
  .diy-district .block-seo__one {
    padding: 50px;
  }
}
@media screen and (max-width: 839px) {
  .diy-district .block-seo__one {
    padding: 50px 20px;
  }
}
.diy-district .block-seo__title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  font-size: 34px;
}
@media screen and (max-width: 839px) {
  .diy-district .block-seo__title {
    text-align: center;
  }
}
.diy-district .block-seo__text {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.diy-district .block-seo__link {
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: auto;
}
@media screen and (min-width: 840px) {
  .diy-district .block-seo__link {
    margin-left: auto;
  }
}
@media screen and (max-width: 839px) {
  .diy-district .block-seo__link {
    margin-inline: auto;
  }
}
.diy-district .block-seo__link span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
}
.diy-district .block-seo__link span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.diy-district .block-seo__link span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.diy-district .block-seo__link span:hover {
  color: #3a478e;
}
.diy-district .block-seo__link img {
  width: 20px;
}
.diy-district .block-seo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home.diy-district .faq-container {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .home.diy-district .faq-container {
    padding-inline: 20px;
  }
}
.home.diy-district .faq-container .faq-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home.diy-district .faq-container .faq-title {
    font-size: 34px;
  }
}
.home.diy-district .faq-container .block-faq-more-informations {
  text-align: center;
  margin-top: 30px;
}
.home.diy-district .faq-container .block-faq-more-informations a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  margin-top: 15px;
  margin-inline: auto;
}
.home.diy-district .faq-container .block-faq-more-informations a:hover {
  background-color: #5567cd;
  color: #fff;
}
.home.diy-district .faq-container .block-faqs.faq {
  list-style: none;
  display: none;
  grid-template-columns: 1fr;
  gap: 20px;
}
.home.diy-district .faq-container .block-faqs.faq .question {
  background-color: #f6f6f6;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}
.home.diy-district .faq-container .block-faqs.faq .question:hover {
  background-color: #3a478e;
  color: #f6f6f6;
}
.home.diy-district .faq-container .block-faqs.faq .question:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.home.diy-district .faq-container .block-faqs.faq .question::before {
  content: "";
  background-image: url("./assets/images/chevronDown.svg");
  background-position: center;
  background-size: contain;
  float: right;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
  filter: invert(15%) sepia(8%) saturate(284%) hue-rotate(289deg) brightness(95%) contrast(83%);
}
.home.diy-district .faq-container .block-faqs.faq .answer {
  max-height: 0;
  overflow: hidden;
  background-color: #f6f6f6;
  font-size: 14px;
  padding: 0 20px;
}
.home.diy-district .faq-container .block-faqs.faq .answer p:first-of-type {
  padding-top: 20px;
}
.home.diy-district .faq-container .block-faqs.faq .answer p:last-of-type {
  padding-bottom: 20px;
}
.home.diy-district .faq-container .block-faqs.faq .answer p {
  line-height: 1.6;
  padding-bottom: 10px;
}
.home.diy-district .faq-container .block-faqs.faq .answer a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
  text-decoration: none;
  font-weight: 600;
  color: #3a478e;
  margin-top: 5px;
}
.home.diy-district .faq-container .block-faqs.faq .answer a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.home.diy-district .faq-container .block-faqs.faq .answer a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.home.diy-district .faq-container .block-faqs.faq .answer a:hover {
  color: #3a478e;
}
.home.diy-district .faq-container .block-faqs.faq .answer ul {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.home.diy-district .faq-container .block-faqs.faq .answer ul li {
  padding-bottom: 5px;
  margin-left: 17px;
  text-align: justify;
  line-height: 1.6;
}
.home.diy-district .faq-container .block-faqs.faq .expanded .question {
  background-color: #3a478e;
  color: #f6f6f6;
  border-radius: 5px 5px 0 0;
}
.home.diy-district .faq-container .block-faqs.faq .expanded .question::before {
  transform: rotate(0deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.home.diy-district .faq-container .block-faqs.faq .expanded .answer {
  max-height: 1500px;
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
}
.home.diy-district .faq-container .block-faqs.faq:first-of-type {
  display: grid;
}

.slider-testimonials .review-container {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.1);
}
.slider-testimonials .global-rating {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.slider-testimonials .stars-container {
  display: flex;
}
.slider-testimonials .stars-container img {
  display: block;
  width: 30px;
  height: 30px;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.slider-testimonials .global-count span {
  font-weight: 600;
}
.slider-testimonials .customer-infos {
  display: flex;
  flex-direction: column;
}
.slider-testimonials .name {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
}
.slider-testimonials .date {
  font-size: 14px;
  color: #cfcfcf;
  font-style: italic;
}
.slider-testimonials .verified {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #38dbb3;
}
.slider-testimonials .verified img {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(68%) sepia(53%) saturate(525%) hue-rotate(114deg) brightness(99%) contrast(86%);
}
.slider-testimonials .rating {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.slider-testimonials .rating .star {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.slider-testimonials .customer-review {
  line-height: 1.8;
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
  font-size: 14px;
}
.slider-testimonials .customer-review::-webkit-scrollbar {
  width: 7px;
}
.slider-testimonials .customer-review::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.slider-testimonials .customer-review::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.slider-testimonials .review-infos {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .slider-testimonials .review-infos {
    flex-direction: column;
    row-gap: 10px;
  }
}
.slider-testimonials .etsy-logo {
  position: absolute;
  width: 40px;
  height: auto;
  top: 10px;
  right: 20px;
  filter: invert(45%) sepia(85%) saturate(764%) hue-rotate(341deg) brightness(95%) contrast(100%);
}

.slider-reviews-pages .slider-testimonials .name {
  margin-bottom: 10px;
}
.slider-reviews-pages .slider-testimonials .customer-review {
  margin: 20px 0px;
  max-height: 180px;
}

.slider-reviews-checkout .slider-testimonials .name {
  margin-bottom: 5px;
}
.slider-reviews-checkout .slider-testimonials .customer-review {
  margin: 10px 0px;
  max-height: 100px;
}
.slider-reviews-checkout .swiper-wrapper {
  padding-bottom: 30px;
}

.block-category-banner .category-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.block-category-banner .category-banner-container .category-image {
  height: auto;
}
@media screen and (min-width: 769px) {
  .block-category-banner .category-banner-container .category-image {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .block-category-banner .category-banner-container .category-image {
    max-width: 200px;
  }
}
.block-category-banner .category-banner-container .category-infos {
  text-align: center;
}
.block-category-banner .category-banner-container .category-infos .category-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  text-transform: lowercase;
}
@media screen and (min-width: 769px) {
  .block-category-banner .category-banner-container .category-infos .category-title {
    font-size: 89px;
    margin: 0;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .block-category-banner .category-banner-container .category-infos .category-title {
    font-size: 34px;
  }
}
.block-category-banner .category-banner-container .category-infos .category-subtitle {
  font-size: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .block-category-banner .category-banner-container .category-infos .category-subtitle {
    font-size: 16px;
  }
}
.block-category-banner .category-infos {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
.block-category-banner .category-infos .category-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  text-transform: lowercase;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .block-category-banner .category-infos .category-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .block-category-banner .category-infos .category-title {
    font-size: 34px;
  }
}

.shortcode-products-promote {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.shortcode-products-promote .produit {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  flex-basis: 200px;
  max-width: 500px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.shortcode-products-promote .produit:hover {
  transform: translateY(-10px);
}
.shortcode-products-promote .produit .produit-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: right;
  aspect-ratio: 35/41;
}
.shortcode-products-promote .produit .produit-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f6f6f6;
  padding: 15px;
  min-height: 110px;
  color: #252525;
  line-height: 1.2;
}
.shortcode-products-promote .produit .produit-content .produit-title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.shortcode-products-promote .produit .produit-content .produit-price {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
}
.shortcode-products-promote .produit .produit-content .produit-excerpt {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
  padding-top: 10px;
  font-size: 13px;
  font-style: italic;
  display: none;
}

.wpcf7 .form-two-cols {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .form-two-cols {
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-text,
.wpcf7 select.wpcf7-form-control,
.wpcf7 .wpcf7-textarea {
  width: 100%;
  flex-grow: 1;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 select.wpcf7-form-control:focus,
.wpcf7 .wpcf7-textarea:focus {
  outline: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 14px;
}
.wpcf7 .wpcf7-text {
  padding: 10px;
  border: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.wpcf7 .wpcf7-text::-moz-placeholder {
  font-size: 14px;
  color: #878787;
}
.wpcf7 .wpcf7-text::placeholder {
  font-size: 14px;
  color: #878787;
}
.wpcf7 select.wpcf7-form-control {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border: none;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.wpcf7 select.wpcf7-form-control option {
  background-color: #fff;
}
.wpcf7 select.wpcf7-form-control option:hover {
  background-color: #3a478e;
  color: #fff;
}
.wpcf7 select.wpcf7-form-control option:focus, .wpcf7 select.wpcf7-form-control option:active, .wpcf7 select.wpcf7-form-control option:checked {
  background-color: #3a478e;
  color: #fff;
}
.wpcf7 .wpcf7-textarea {
  padding: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.wpcf7 .wpcf7-textarea::-moz-placeholder {
  font-size: 14px;
  color: #878787;
}
.wpcf7 .wpcf7-textarea::placeholder {
  font-size: 14px;
  color: #878787;
}
.wpcf7 .wpcf7-submit {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  width: 100%;
  border: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #5567cd;
  color: #fff;
}
.wpcf7 .wpcf7-submit:focus {
  outline: none;
}
.wpcf7 .wpcf7-list-item {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.wpcf7 .legal-notice {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
.wpcf7 .legal-notice p a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
  text-decoration: none;
  font-weight: 600;
  color: #3a478e;
}
.wpcf7 .legal-notice p a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.wpcf7 .legal-notice p a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.wpcf7 .legal-notice p a:hover {
  color: #3a478e;
}
.wpcf7 .wpcf7-response-output {
  margin: 0px;
  margin-top: 20px;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
}

form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}

form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.newsletter .newsletter-container {
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.newsletter .image-container {
  flex-grow: 1;
  flex-basis: 100px;
  min-width: 400px;
}
@media screen and (max-width: 791px) {
  .newsletter .image-container {
    max-height: 290px;
  }
}
.newsletter .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}
.newsletter .text-container {
  flex-grow: 2;
  flex-basis: 350px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.newsletter .text h2 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: normal;
  font-size: clamp(26px, 5vw, 55px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .newsletter .text h2 {
    text-align: center;
  }
}
.newsletter .text p {
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .newsletter .text p {
    text-align: center;
    line-height: 1.8;
  }
}
.newsletter .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 0px;
}
.newsletter .wpcf7-form .form-inner-container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .newsletter .wpcf7-form .form-inner-container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.newsletter .wpcf7-form .wpcf7-email {
  background-color: #efefef;
  padding: 12px 10px;
  border: none;
  border-radius: 5px 0px 0px 5px;
}
@media screen and (max-width: 768px) {
  .newsletter .wpcf7-form .wpcf7-email {
    border-radius: 5px;
    text-align: center;
  }
}
.newsletter .wpcf7-form .wpcf7-email::-moz-placeholder {
  font-size: 14px;
}
.newsletter .wpcf7-form .wpcf7-email::placeholder {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .newsletter .wpcf7-form .wpcf7-email::-moz-placeholder {
    text-align: center;
  }
  .newsletter .wpcf7-form .wpcf7-email::placeholder {
    text-align: center;
  }
}
.newsletter .wpcf7-form .wpcf7-submit {
  border-radius: 0px 5px 5px 0px;
}
@media screen and (max-width: 768px) {
  .newsletter .wpcf7-form .wpcf7-submit {
    border-radius: 5px;
  }
}
.newsletter .wpcf7-form .wpcf7-submit:hover {
  background-color: #5567cd;
  color: #fff;
}
.newsletter .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.newsletter .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0px;
  right: 10px;
  bottom: 10px;
}
.newsletter .wpcf7-form .wpcf7-response-output {
  margin: 0px;
  margin-top: 20px;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
}
.newsletter form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}
.newsletter form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.newsletter .legal-notice {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

.newsletter.products-newsletter .image-container {
  display: none;
}
.newsletter.products-newsletter .text-container {
  padding: 20px;
}
.newsletter.products-newsletter .text h2 {
  margin-bottom: 20px;
  line-height: 0.8;
}
.newsletter.products-newsletter .text p {
  margin-bottom: 10px;
}
.newsletter.products-newsletter .legal-notice {
  margin-top: 10px;
}

body.home .reassurance-bar {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  body.home .reassurance-bar {
    padding-inline: 20px;
  }
}

body.archive .reassurance-bar {
  margin-bottom: 30px;
}

.reassurance-bar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #3a478e;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
  .reassurance-bar__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .reassurance-bar__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
  }
}
.reassurance-bar__item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 200px;
}
@media (max-width: 1100px) {
  .reassurance-bar__item {
    flex: 0 0 calc(50% - 10px);
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .reassurance-bar__item {
    flex: 0 0 calc(50% - 10px);
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-width: auto;
  }
}
.reassurance-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  color: #a5afea;
}
.reassurance-bar__icon svg {
  width: 100%;
  height: 100%;
}
.reassurance-bar__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.reassurance-bar__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.reassurance-bar__subtitle {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

#site-footer {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-top: 50px;
}
#site-footer .footer-container {
  max-width: 1300px;
  margin-inline: auto;
  padding: 60px 30px 30px;
  border-radius: 20px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-container {
    padding: 30px 30px;
  }
}
#site-footer .footer-container .footer-top {
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
}
#site-footer .footer-container .footer-top .footer-col-left {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
#site-footer .footer-container .footer-top .footer-col-left .logo-footer {
  width: 150px;
}
#site-footer .footer-container .footer-top .footer-col-left .logo-footer img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer {
  font-size: 12px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer h3 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  color: #252525;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer h3:last-of-type {
  padding-top: 10px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 3px;
  text-decoration: none;
  line-height: 1.5;
  color: #8a8a8a;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a img {
  width: 22px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(356%) hue-rotate(140deg) brightness(84%) contrast(92%);
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a:hover {
  transform: translateX(3px);
  color: #3a478e;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a:hover img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(4924%) hue-rotate(195deg) brightness(95%) contrast(92%);
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-address {
  align-items: flex-start;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-tel {
  margin-bottom: 3px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a:first-of-type {
  padding-bottom: 5px;
}
#site-footer .footer-container .footer-top .footer-col-right {
  width: 100%;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu .menu-item > a {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 13px;
  color: #8a8a8a;
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu .menu-item > a:hover {
  color: #3a478e;
  transform: translateX(3px);
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children {
  padding-inline: 30px;
  flex-grow: 1;
  flex-basis: 200px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children {
    padding-inline: 20px;
  }
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item.cta {
  flex-grow: 1;
  padding-inline: 30px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children > a,
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item.cta > a {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
  padding-bottom: 20px;
  font-size: 12px;
  color: #252525;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu li {
  list-style: none;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu li a {
  text-decoration: none;
}
#site-footer .footer-container .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 50px;
  padding-top: 25px;
  border-top: solid 1px #dbdbdb;
  color: #8a8a8a;
}
#site-footer .footer-container .footer-bottom .footer-col-left {
  font-size: 12px;
  text-align: justify;
}
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos > a {
  color: #8a8a8a;
  margin-top: 5px;
}
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos > a:hover {
  color: #3a478e;
}
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos a:first-of-type {
  margin-right: 5px;
}
#site-footer .footer-container .footer-bottom .footer-col-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods {
  display: flex;
  gap: 10px;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links a,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods a {
  display: flex;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img {
  width: 23px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(356%) hue-rotate(140deg) brightness(84%) contrast(92%);
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img:hover {
  transform: translateY(-3px);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.facebook:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.facebook:hover {
  filter: brightness(0) saturate(100%) invert(31%) sepia(56%) saturate(1915%) hue-rotate(195deg) brightness(97%) contrast(101%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.twitter:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.twitter:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(17%) saturate(7464%) hue-rotate(243deg) brightness(101%) contrast(103%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.youtube:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.youtube:hover {
  filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(7322%) hue-rotate(358deg) brightness(115%) contrast(120%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.linkedin:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.linkedin:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(36%) saturate(4251%) hue-rotate(197deg) brightness(98%) contrast(92%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.instagram:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.instagram:hover {
  filter: brightness(0) saturate(100%) invert(18%) sepia(63%) saturate(3931%) hue-rotate(285deg) brightness(96%) contrast(89%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.pinterest:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.pinterest:hover {
  filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(7491%) hue-rotate(343deg) brightness(84%) contrast(116%);
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links img.threads:hover,
#site-footer .footer-container .footer-bottom .footer-col-right .paiement-methods img.threads:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(7%) hue-rotate(123deg) brightness(97%) contrast(102%);
}
@media screen and (max-width: 834px) {
  #site-footer .footer-container .footer-top {
    flex-direction: column;
    row-gap: 50px;
  }
  #site-footer .footer-container .footer-top .footer-col-left {
    flex-direction: row;
  }
  #site-footer .footer-container .footer-top .footer-col-left .logo-footer {
    max-width: 200px;
  }
  #site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu {
    gap: 20px;
  }
  #site-footer .footer-container .footer-bottom {
    flex-direction: column;
    row-gap: 20px;
  }
  #site-footer .footer-container .footer-bottom .footer-col-right {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 580px) {
  #site-footer .footer-container .footer-top .footer-col-left {
    flex-direction: column;
    row-gap: 25px;
  }
  #site-footer .footer-container .footer-top .footer-col-right {
    flex-wrap: wrap;
  }
  #site-footer .footer-container .footer-bottom .footer-col-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1300px) {
  #site-footer {
    padding-inline: 20px;
  }
}

.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.categories-links__btn {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  padding: 7px 20px;
  font-size: 14px;
}
.categories-links__btn:hover {
  background-color: #5567cd;
  color: #fff;
}

.categories-links__btn.btn-actif {
  text-decoration: none;
  color: #252525;
  display: block;
  background-color: #f6f6f6;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px #3a478e solid;
}

.select2-container .select2-dropdown {
  border: 1px solid rgb(201, 201, 201);
}
.select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #3a478e;
}

.blockUI.blockOverlay:before {
  display: none !important;
}

.blockUI.blockOverlay:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  /* taille de ton loader */
  height: 25px;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/nature-digitale/assets/images/spinner.svg") no-repeat center center;
  background-size: contain;
}

.popup-diydistrict {
  position: fixed;
  z-index: 9999999;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .popup-diydistrict {
    max-width: 500px;
    right: 15px;
    bottom: 15px;
    transform: translateX(140%);
  }
}
@media screen and (max-width: 768px) {
  .popup-diydistrict {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(140%);
  }
}
.popup-diydistrict .popup-important {
  background-color: #38e8bd;
  color: #252525;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 13px;
  text-align: justify;
}
.popup-diydistrict .popup-container {
  position: relative;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .popup-diydistrict .popup-container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .popup-diydistrict .popup-container {
    border-radius: 10px 10px 0 0;
  }
}
.popup-diydistrict .popup-close {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  background-image: url("https://diydistrict.com/wp-content/themes/nature-digitale/assets/images/close-circle.svg");
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.popup-diydistrict .popup-title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
  color: #3a478e;
}
.popup-diydistrict .popup-content {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
.popup-diydistrict .popup-content p {
  padding-bottom: 5px;
  line-height: 1.5;
}
.popup-diydistrict .popup-content a {
  font-weight: 600;
  color: #e03c3d;
  text-decoration: none;
}
.popup-diydistrict .popup-code {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .popup-diydistrict .popup-code {
    flex-direction: column;
  }
}
.popup-diydistrict .popup-code button {
  pointer-events: none;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  color: #fff;
  margin-top: 10px;
}
.popup-diydistrict .popup-code button:nth-child(1) {
  background-color: #5561a5;
}
.popup-diydistrict .popup-code button:nth-child(2) {
  background-color: #3a478e;
}
.popup-diydistrict .popup-code button:nth-child(3) {
  background-color: #232323;
}

.popup-icon {
  right: 15px;
  bottom: 15px;
  position: fixed;
  z-index: 8;
  background: #3a478e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}
.popup-icon img {
  display: block;
  width: 35px;
  height: auto;
  object-fit: cover;
  filter: invert(100%) sepia(94%) saturate(22%) hue-rotate(318deg) brightness(104%) contrast(107%);
}

@media screen and (min-width: 769px) {
  .popup-diydistrict.visible {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .popup-diydistrict.visible {
    transform: translateY(0);
  }
}

.otgs-development-site-front-end {
  display: none;
}

.switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
}

.language-switcher .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
.language-switcher .wpml-ls-link {
  padding: 0;
}
.language-switcher .wpml-ls-flag {
  display: block;
  width: 27px;
  height: auto;
}

.currency-switcher .wcml_currency_switcher {
  width: -moz-fit-content;
  width: fit-content;
}
.currency-switcher .wcml_currency_switcher.product {
  margin: 0 !important;
}
.currency-switcher .wcml_currency_switcher .wcml-cs-active-currency {
  border: unset;
  background-color: #f6f6f6;
  height: 38px;
}
.currency-switcher .wcml_currency_switcher a.wcml-cs-item-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: unset;
  font-weight: 600;
  font-size: 16px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.currency-switcher .wcml_currency_switcher a.wcml-cs-item-toggle::after {
  display: none;
}
.currency-switcher .wcml_currency_switcher .wcml-cs-submenu {
  cursor: pointer;
  border: none;
  transform: translateX(-50%);
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
}
.currency-switcher .wcml_currency_switcher .wcml-cs-submenu li {
  margin-top: 5px;
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 25px;
  width: auto;
  height: 38px;
  padding: 10px 5px;
}
.currency-switcher .wcml_currency_switcher .wcml-cs-submenu a {
  padding: unset;
  font-size: 15px;
  display: flex;
}

main.woocommerce {
  padding-top: 125px;
}
main.woocommerce .woocommerce-products-header__title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  margin-bottom: 50px;
}

.woocommerce-notices-wrapper {
  margin-inline: auto;
  max-width: 1300px;
  margin-bottom: 20px;
}

.woocommerce-message,
.woocommerce-error,
.cart-empty {
  outline: none;
  line-height: 1.5;
  padding: 16px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 14px;
  list-style: none;
}
.woocommerce-message:before,
.woocommerce-error:before,
.cart-empty:before {
  display: none;
}

.woocommerce-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.woocommerce-error a {
  text-decoration: none;
  color: #e03c3d;
}
.woocommerce-error a:hover {
  text-decoration: underline;
}

.woocommerce-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}
.woocommerce-info a {
  text-decoration: none;
  color: #3a478e;
}
.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

.woocommerce-info[data-id=back-soon] {
  background: #fff6ef;
  border: 1px solid #ff994a;
}
.woocommerce-info[data-id=back-soon] a {
  text-decoration: none;
  color: #ff994a;
}
.woocommerce-info[data-id=back-soon] a:hover {
  text-decoration: underline;
}

.return-to-shop .button.wc-backward {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  color: white;
  margin-inline: auto;
}
.return-to-shop .button.wc-backward:hover {
  background-color: #5567cd;
  color: #fff;
}

.quantity .quantity-input {
  display: flex;
  background-color: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  width: -moz-fit-content;
  width: fit-content;
}
.quantity .quantity-input .btn-min,
.quantity .quantity-input .btn-plus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  width: 35px;
}
.quantity .quantity-input img {
  display: block;
  width: 17px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(338%) hue-rotate(159deg) brightness(97%) contrast(91%);
}
.quantity .quantity-input img:active {
  animation: 0.2s linear 0s infinite alternate sun-rise;
}
.quantity .quantity-input .qty {
  width: 40px;
}
.quantity input[type=number] {
  height: 35px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-size: 16px;
  outline: none;
  color: #252525;
  font-weight: 600;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@keyframes sun-rise {
  from {
    /* pushes the sun down past the viewport */
    transform: translateY(0);
  }
  to {
    /* returns the sun to its default position */
    transform: translateY(-3px);
  }
}

.estimated-tax .estimated-tax-tooltip {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.estimated-tax .estimated-tax-tooltip .woocommerce-Price-amount {
  font-weight: 900;
}
.estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-icon {
  width: 20px;
  display: block;
  filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(1653%) hue-rotate(338deg) brightness(92%) contrast(91%);
  animation-fill-mode: both;
  animation: bounce 1s infinite;
}
.estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text {
  visibility: hidden;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
  background-color: #3a478e;
  color: #fff;
  border-radius: 6px;
  line-height: 1.8;
  padding: 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  bottom: 125%;
  transition: 0.3s;
  text-align: left;
  font-weight: 300;
}
.estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text p.title-tooltip {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text {
    transform: translate3d(0px, 20px, 0px);
    left: -29px;
  }
}
@media screen and (max-width: 768px) {
  .estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text {
    right: 0;
    transform: translate3d(10px, 20px, 0px);
  }
}
.estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #3a478e transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text:after {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .estimated-tax .estimated-tax-tooltip .estimated-tax-tooltip-text:after {
    right: 15px;
  }
}
.estimated-tax .estimated-tax-tooltip:hover .estimated-tax-tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 768px) {
  .estimated-tax .estimated-tax-tooltip:hover .estimated-tax-tooltip-text {
    transform: translate3d(10px, 0px, 0px);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -3px, 0);
  }
  90% {
    transform: translate3d(0, -1px, 0);
  }
}

.archive .woocommerce span.onsale,
.single-product .woocommerce span.onsale {
  border-radius: 6px;
  padding: 5px 16px;
  font-weight: 400;
  line-height: 1.8;
  background-color: #00897b;
  min-height: unset;
  min-width: unset;
}
.archive .woocommerce span.onsale.restock-label,
.single-product .woocommerce span.onsale.restock-label {
  background-color: #fa9e58;
}

.archive .woocommerce span.onsale {
  right: 18px !important;
  top: 18px !important;
}

.single-product .woocommerce span.onsale {
  left: 36px !important;
  top: 18px !important;
}

.archive .woocommerce span.out-of-stock-price,
.single-product .woocommerce span.out-of-stock-price {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 9px;
  background-color: #e03c3d;
}

.accordion {
  position: relative;
  border-bottom: 2px solid #f6f6f6;
}
.accordion-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
}
.accordion-toggle img {
  height: 100%;
  transition: transform 0.5s ease-in;
}
.accordion .title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 20px 0;
  cursor: pointer;
}
.accordion .content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-out;
  font-size: 14px;
  line-height: 1.9;
}
.accordion .content .text {
  padding-bottom: 20px;
}
.accordion .content .text p {
  padding-bottom: 10px;
}
.accordion .content .text p:last-of-type {
  padding-bottom: 0px;
}
.accordion .content ul {
  padding: 20px 17px;
}
.accordion .care-instruction,
.accordion .shipping-instruction {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.accordion .care-instruction:last-of-type,
.accordion .shipping-instruction:last-of-type {
  margin-bottom: unset;
}
.accordion .care-instruction img,
.accordion .shipping-instruction img {
  max-width: 25px;
  height: 100%;
  display: block;
}
.accordion.active .content {
  display: block;
}

.share-product-social-network {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.share-product-social-network .share-pinterest img,
.share-product-social-network .share-facebook img {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-in-out;
}
.share-product-social-network .share-pinterest img:hover,
.share-product-social-network .share-facebook img:hover {
  transform: translateY(-5px);
}
.share-product-social-network .share-pinterest img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(48%) saturate(4557%) hue-rotate(339deg) brightness(75%) contrast(108%);
}
.share-product-social-network .share-facebook img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(80%) saturate(2038%) hue-rotate(201deg) brightness(84%) contrast(102%);
}

.error-404 {
  text-align: center;
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(80%) sepia(9%) saturate(1297%) hue-rotate(47deg) brightness(91%) contrast(86%);
}
.error-404__title {
  font-size: 16px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 14px;
}

.progress-bar-shipping td {
  padding: 30px 10px 15px;
}
.progress-bar-shipping td::before {
  display: none;
}
.progress-bar-shipping td progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 7px;
  border: none;
  border-radius: 8px;
}
.progress-bar-shipping td progress::-webkit-progress-bar {
  background-color: #f6f6f6;
  border-radius: 8px;
}
.progress-bar-shipping td progress::-webkit-progress-value {
  background-color: #3a478e;
  border-radius: 8px;
}
.progress-bar-shipping td progress::-moz-progress-bar {
  background-color: #3a478e;
  border-radius: 8px;
}
.progress-bar-shipping td p {
  font-size: 12px;
}
.progress-bar-shipping td p .woocommerce-Price-amount {
  font-weight: 600;
  color: #3a478e;
}
@media screen and (max-width: 768px) {
  .progress-bar-shipping td p {
    text-align: center;
  }
}

.block-coupons {
  background-color: #1e1e1e;
  color: white;
  cursor: pointer;
}
.block-coupons h2 {
  text-align: center;
}
.block-coupons .coupons-list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.block-coupons .coupon {
  flex: 1;
  flex-basis: 200px;
  padding: 10px 5px;
  padding: 20px px;
  background-color: #272626;
  border-radius: 5px;
}
.block-coupons .coupon p {
  font-size: 12px;
}
.block-coupons .coupons-conditions {
  color: #989898;
}
.block-coupons .coupons-conditions p {
  padding-bottom: 5px;
}

.block-coupons.page-cart {
  padding: 20px;
  border-radius: 10px;
}
.block-coupons.page-cart h2 {
  margin-bottom: 20px;
}
.block-coupons.page-cart h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.block-coupons.page-cart .coupons-list {
  margin-bottom: 20px;
}
.block-coupons.page-cart .coupons-list .coupon {
  text-align: center;
}
.block-coupons.page-cart .coupons-conditions {
  font-size: 12px;
  text-align: center;
}
.block-coupons.page-cart .coupons-conditions p {
  padding-bottom: 5px;
}

.promo-codes.accordion .coupons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.promo-codes.accordion .coupon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  background-color: #1a1a1a;
  border-radius: 6px;
}
.promo-codes.accordion .coupon-item .coupon-code {
  font-weight: 600;
  color: #252525;
  padding: 2px 10px;
  background-color: #38e8bd;
  border-radius: 4px;
  font-family: monospace;
  letter-spacing: 1px;
  font-size: 14px;
}
.promo-codes.accordion .coupon-item .coupon-desc {
  color: #fff;
  font-size: 13px;
}
.promo-codes.accordion .coupons-conditions {
  font-size: 11px;
  color: #979797;
  line-height: 1.5;
  padding: 8px;
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
}
.promo-codes.accordion .coupons-conditions p {
  margin-bottom: 3px;
}
.promo-codes.accordion .coupons-conditions p:last-child {
  margin-bottom: 0;
}

.block-reviews .block-reviews__container {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  visibility: hidden;
}
.block-reviews .block-reviews__container .column {
  display: flex;
  flex-direction: column;
}
.block-reviews .block-reviews__container .column .review-card {
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow-x: hidden;
  transition: transform 0.3s ease-in-out;
}
.block-reviews .block-reviews__container .column .review-card:hover {
  transform: translateY(-10px);
}
@media screen and (min-width: 1101px) {
  .block-reviews .block-reviews__container .column {
    flex-grow: 1;
    flex-basis: 250px;
  }
  .block-reviews .block-reviews__container .column .review-card {
    min-height: 350px;
    max-height: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .block-reviews .block-reviews__container .column {
    flex-grow: 1;
    flex-basis: 248px;
  }
}
@media (max-width: 768px) {
  .block-reviews .block-reviews__container .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@keyframes slide-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.333%, 0, 0);
  }
}
.topbar-wrapper {
  position: relative;
  background-color: #252525;
  z-index: 3000;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.topbar-wrapper .announcement-slider {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}
.topbar-wrapper .announcement-track {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  animation: slide-left 25s linear infinite;
}
.topbar-wrapper .announcement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.topbar-wrapper .announcement-item svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 1.5;
  fill: none;
  flex-shrink: 0;
}
.topbar-wrapper .announcement-item span {
  opacity: 0.95;
}
.topbar-wrapper .topbar-menu {
  display: flex;
  flex-shrink: 0;
  padding: 0 20px;
}
.topbar-wrapper .topbar-menu .menu-topbar {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.topbar-wrapper .topbar-menu .menu-topbar .menu-item {
  list-style: none;
}
.topbar-wrapper .topbar-menu .menu-topbar .menu-item a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s;
}
.topbar-wrapper .topbar-menu .menu-topbar .menu-item a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topbar-wrapper .topbar-menu {
    display: none;
  }
  .topbar-wrapper .announcement-item {
    padding: 0 25px;
  }
}

.header-container {
  z-index: 2000;
  position: fixed;
  left: 0;
  width: 100vw;
  top: 0px;
}
.header-container .header-wrapper {
  transition: background-color 0.3s ease;
}
.header-container.is-scrolling .header-wrapper {
  background-color: #fff;
}

.header-wrapper {
  position: relative;
  z-index: 2000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
}
.header-wrapper .currency-switcher .wcml_currency_switcher .wcml-cs-active-currency {
  background-color: transparent;
}

.right-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.right-menu .logo-site {
  z-index: 1000;
}
.right-menu .logo-site img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 60px;
  transition: filter 0.3s;
}
@media screen and (max-width: 400px) {
  .right-menu .logo-site img {
    max-width: 120px;
  }
}

.left-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  z-index: 1000;
}
.left-menu .user-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.left-menu .language-switcher .wpml-ls-flag {
  display: unset;
}
.left-menu .btn {
  cursor: pointer;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.left-menu .btn:hover {
  transform: translateY(-3px);
}
.left-menu .btn img {
  display: block;
  width: 25px;
  height: auto;
  max-width: unset;
}
.left-menu .btn-cart {
  position: relative;
}
.left-menu .cart-count {
  position: absolute;
  bottom: -17px;
  left: 50%;
  background: #e03c3d;
  color: #fff;
  border-radius: 7px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 900;
  transform: translateX(-50%);
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.overlay-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 1099px) {
  .overlay-menu {
    background-color: rgba(255, 255, 255, 0.4784313725);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1;
  }
}
@media screen and (min-width: 1100px) {
  .overlay-menu {
    background-color: rgba(255, 255, 255, 0.4784313725);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 10;
  }
}
@media screen and (max-width: 1099px) {
  body.menu-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body.menu-open .header-wrapper {
    background-color: #fff;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
    margin: 0;
    padding: 0;
  }
  .header-menu .site-navigation {
    position: fixed;
    top: 114px;
    left: 0;
    width: 90vw;
    max-width: 400px;
    height: calc(100dvh - 114px);
    background: #ffffff;
    z-index: 2;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(-100vw);
    transition: transform 0.45s cubic-bezier(0.87, 0.01, 0.25, 0.99);
  }
  .header-menu.is-open {
    pointer-events: auto;
  }
  .header-menu.is-open .site-navigation {
    transform: translateX(0);
  }
  .header-menu .menu-header {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  .header-menu .menu-header .menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header-menu .menu-header .menu-item > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: #252525;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    transition: color 0.3s ease;
  }
  .header-menu .menu-header .menu-item > a:hover {
    color: #3a478e;
    background-color: rgba(0, 0, 0, 0.02);
  }
  .header-menu .menu-header .menu-item > a::after {
    display: none !important;
  }
  .header-menu .menu-header .menu-item > .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 54px;
    cursor: pointer;
  }
  .header-menu .menu-header .menu-item > .menu-toggle::after {
    content: "";
    transition: transform 0.3s ease, background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menu .menu-header .menu-item > .sub-menu {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    display: none;
    flex-direction: column;
    background: #f9f9f9;
    box-shadow: inset 0 4px 8px -6px rgba(0, 0, 0, 0.1);
  }
  .header-menu .menu-header .menu-item > .sub-menu.is-open {
    display: flex;
  }
  .header-menu .menu-header > .menu-item > a {
    font-weight: 700;
    font-size: 18px;
  }
  .header-menu .menu-header > .menu-item > .menu-toggle::after {
    content: "+";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    font-size: 18px;
    font-weight: 300;
    color: #252525;
  }
  .header-menu .menu-header > .menu-item > .menu-toggle:hover::after {
    background: #3a478e;
    color: #fff;
  }
  .header-menu .menu-header > .menu-item.is-open > .menu-toggle::after {
    transform: rotate(45deg);
    background: #3a478e;
    color: #fff;
  }
  .header-menu .menu-header .sub-menu > .menu-item {
    border: none;
  }
  .header-menu .menu-header .sub-menu > .menu-item > a {
    font-weight: 500;
    font-size: 15px;
    padding-left: 25px;
  }
  .header-menu .menu-header .sub-menu > .menu-item > .menu-toggle::after {
    content: "›";
    font-size: 24px;
    color: rgba(0, 0, 0, 0.4);
    background: transparent;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
  }
  .header-menu .menu-header .sub-menu > .menu-item > .menu-toggle:hover::after {
    color: #3a478e;
  }
  .header-menu .menu-header .sub-menu > .menu-item.is-open > .menu-toggle::after {
    color: #3a478e;
  }
  .header-menu .menu-header .sub-menu .sub-menu .menu-item > a {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    border-left: 3px solid transparent;
  }
  .header-menu .menu-header .sub-menu .sub-menu .menu-item > a:hover {
    color: #3a478e;
    border-left-color: #3a478e;
    background: rgba(255, 255, 255, 0.5);
  }
  .header-menu .contact-item {
    margin-top: auto;
    padding: 20px 25px;
    background: #fff;
  }
  .header-menu .contact-item .btn-contact {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: block;
    background-color: #3a478e;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .header-menu .contact-item .btn-contact:hover {
    background-color: #5567cd;
    color: #fff;
  }
  .header-menu .contact-item .btn-contact img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
  }
}
@media screen and (max-width: 1099px) and (max-width: 700px) {
  .header-menu .site-navigation {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1099px) {
  #hamburger-menu {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    z-index: 1000;
  }
  #hamburger-menu .hamburger-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #hamburger-menu .hamburger-inner,
  #hamburger-menu .hamburger-inner::before,
  #hamburger-menu .hamburger-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease;
  }
  #hamburger-menu .hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  #hamburger-menu .hamburger-inner::before {
    top: -8px;
  }
  #hamburger-menu .hamburger-inner::after {
    top: 8px;
  }
  #hamburger-menu.is-active .hamburger-inner {
    background-color: transparent;
  }
  #hamburger-menu.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #252525;
  }
  #hamburger-menu.is-active .hamburger-inner::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #252525;
  }
  .contact-item.hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .menu-toggle {
    display: none !important;
  }
  .header-menu {
    width: 100%;
    z-index: 1000;
  }
  .header-menu .site-navigation {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    background: transparent;
  }
  .header-menu .menu-header {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0;
    padding-inline: 20px;
    list-style: none;
    width: 100%;
  }
  .header-menu .menu-header > .menu-item-mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .header-menu .menu-header > .menu-item-mobile {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .header-menu .menu-header > .menu-item {
    position: relative;
  }
  .header-menu .menu-header > .menu-item > a {
    display: inline-block;
    font-size: clamp(14px, 1vw, 16px);
    text-decoration: none;
    color: #252525;
    transition: color 0.3s;
    position: relative;
    padding-right: 0;
    white-space: nowrap;
  }
  .header-menu .menu-header > .menu-item > a:hover {
    color: #3a478e;
  }
  .header-menu .menu-header > .menu-item > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: transparent;
  }
  .header-menu .menu-header > .menu-item:hover > .sub-menu, .header-menu .menu-header > .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .header-menu .menu-item > .sub-menu {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 20px;
    top: calc(100% + 20px);
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    max-width: 600px;
    background: #f6f6f6;
    border-radius: 5px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.1);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1000;
    border: 1px solid #e8e8e8;
    transform: translate(-50%, 20px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  }
  .header-menu .menu-item > .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f6f6f6 transparent;
  }
  .header-menu .menu-item > .sub-menu > .menu-item {
    position: relative;
  }
  .header-menu .menu-item > .sub-menu > .menu-item > a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 15px;
    transition: background 0.15s, color 0.2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
  .header-menu .menu-item > .sub-menu > .menu-item > a:hover, .header-menu .menu-item > .sub-menu > .menu-item > a:focus {
    background: #e0e0e0;
    color: #252525;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children > a::after {
    content: "›";
    font-size: 22px;
    font-weight: 300;
    line-height: 0.8;
    opacity: 0.5;
    transition: all 0.2s;
    color: #252525;
    margin-left: 10px;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > a::after {
    opacity: 1;
    color: #3a478e;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 15px;
    height: 100%;
    background: transparent;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu, .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children > .sub-menu {
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    background: #3a478e;
    border-radius: 5px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
    padding: 10px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1001;
    transform: translateX(-10px);
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: none;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children > .sub-menu::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3a478e;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.9;
    white-space: nowrap;
    padding: 8px 12px;
  }
  .header-menu .menu-item > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    opacity: 1;
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu {
    left: auto;
    right: 0;
    transform: translateY(20px);
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu::before {
    left: auto;
    right: 20px;
    transform: none;
  }
  .header-menu .menu-header > .menu-item:last-child:hover > .sub-menu {
    transform: translateY(0);
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu .menu-item.menu-item-has-children > .sub-menu {
    left: auto;
    right: calc(100% + 10px);
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu .menu-item.menu-item-has-children > .sub-menu::before {
    left: auto;
    right: -6px;
    border-right: none;
    border-left: 6px solid #3a478e;
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu .menu-item.menu-item-has-children > a::after {
    display: none;
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu .menu-item.menu-item-has-children > a::before {
    content: "‹";
    font-size: 22px;
    font-weight: 300;
    line-height: 0.8;
    opacity: 0.5;
    color: #252525;
    margin-right: 10px;
  }
  .header-menu .menu-header > .menu-item:last-child .sub-menu .menu-item.menu-item-has-children > a:hover::before {
    color: #3a478e;
    opacity: 1;
  }
  #hamburger-menu {
    display: none;
  }
  .contact-item.hidden-desktop {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .search-item.hidden-mobile {
    display: none;
  }
  .search-item.hidden-desktop {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-item.hidden-mobile {
    display: none;
  }
  .search-item.hidden-desktop {
    display: block;
    width: 100%;
  }
  .contact-item.hidden-desktop {
    display: block;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .header-container {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-container {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 1100px) {
  body.admin-bar .header-menu .site-navigation {
    top: 146px;
    height: calc(100dvh - 146px);
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-menu .site-navigation {
    top: 160px;
    height: calc(100dvh - 160px);
  }
}
.blog .page-content,
.category .page-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.blog .page-content .blog-title,
.category .page-content .blog-title {
  margin-bottom: 30px;
}
.blog .page-content .blog-title h2,
.category .page-content .blog-title h2 {
  text-transform: lowercase;
  font-size: 55px;
  font-family: "Playfair Display";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog .page-content .blog-title h2,
  .category .page-content .blog-title h2 {
    font-size: 34px;
  }
}
.blog .page-content .articles,
.category .page-content .articles {
  display: grid;
  row-gap: 30px;
  margin-top: 50px;
}
.blog .page-content .articles .article,
.category .page-content .articles .article {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.5;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, scale 0.2s ease-in-out;
}
.blog .page-content .articles .article:hover,
.category .page-content .articles .article:hover {
  scale: 1.005;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
}
.blog .page-content .articles .article .article-image img,
.category .page-content .articles .article .article-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 35/41;
}
.blog .page-content .articles .article .article-container,
.category .page-content .articles .article .article-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.blog .page-content .articles .article .article-container .article-description .title,
.category .page-content .articles .article .article-container .article-description .title {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: normal;
  color: #3a478e;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  font-size: 21px;
  cursor: pointer;
}
.blog .page-content .articles .article .article-container .article-description .excerpt,
.category .page-content .articles .article .article-container .article-description .excerpt {
  text-align: justify;
}
.blog .page-content .articles .article .article-container .article-informations,
.category .page-content .articles .article .article-container .article-informations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog .page-content .articles .article .article-container .article-informations .date,
.blog .page-content .articles .article .article-container .article-informations .read-more,
.category .page-content .articles .article .article-container .article-informations .date,
.category .page-content .articles .article .article-container .article-informations .read-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #cfcfcf;
  transition: color 0.2s ease-in-out;
}
.blog .page-content .articles .article .article-container .article-informations .date img,
.blog .page-content .articles .article .article-container .article-informations .read-more img,
.category .page-content .articles .article .article-container .article-informations .date img,
.category .page-content .articles .article .article-container .article-informations .read-more img {
  height: auto;
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(96%) contrast(82%);
  transition: filter 0.2s ease-in-out;
}
.blog .page-content .articles .article .article-container .article-informations .date img,
.category .page-content .articles .article .article-container .article-informations .date img {
  width: 15px;
  margin-right: 3px;
}
.blog .page-content .articles .article .article-container .article-informations .read-more,
.category .page-content .articles .article .article-container .article-informations .read-more {
  text-decoration: none;
  cursor: pointer;
}
.blog .page-content .articles .article .article-container .article-informations .read-more img,
.category .page-content .articles .article .article-container .article-informations .read-more img {
  width: 20px;
}
.blog .page-content .articles .article :hover .article-informations .date,
.blog .page-content .articles .article :hover .article-informations .read-more,
.category .page-content .articles .article :hover .article-informations .date,
.category .page-content .articles .article :hover .article-informations .read-more {
  color: #3a478e;
}
.blog .page-content .articles .article :hover .article-informations .date img,
.blog .page-content .articles .article :hover .article-informations .read-more img,
.category .page-content .articles .article :hover .article-informations .date img,
.category .page-content .articles .article :hover .article-informations .read-more img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(4924%) hue-rotate(195deg) brightness(95%) contrast(92%);
}
@media screen and (min-width: 1200px) {
  .blog .page-content .articles,
  .category .page-content .articles {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .blog .page-content .articles,
  .category .page-content .articles {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 798px) {
  .blog .page-content .articles,
  .category .page-content .articles {
    grid-template-columns: 1fr;
  }
}

.diy-district.archive .woocommerce .breadcrumb-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  color: #767676;
  font-size: 14px;
  margin-bottom: 10px;
}
.diy-district.archive .woocommerce .breadcrumb-category .woocommerce-breadcrumb {
  font-size: 14px;
  margin-bottom: 0;
}
.diy-district.archive .woocommerce .breadcrumb-category .woocommerce-breadcrumb a {
  text-decoration: none;
}
.diy-district.archive .woocommerce .breadcrumb-category .woocommerce-result-count {
  display: none;
  margin-bottom: 0;
}
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border: none;
}
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers li {
  width: 30px;
  height: 30px;
  border: none;
}
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers li a,
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers li span {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers li a {
  background-color: #f6f6f6;
  color: #252525;
}
.diy-district.archive .woocommerce nav.woocommerce-pagination .page-numbers li span {
  font-weight: 900;
  background-color: #3a478e;
  color: #f6f6f6;
}
.diy-district.archive .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 0px;
}
.diy-district.archive .woocommerce ul.products:before {
  content: none;
}
.diy-district.archive .woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.diy-district.archive .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.25);
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f6f6f6;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right;
  aspect-ratio: 7/5;
  margin-bottom: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, white 90%, transparent);
  mask-image: linear-gradient(to bottom, white 90%, transparent);
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper {
  position: relative;
  flex-grow: 1;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  color: #252525;
  z-index: 2;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-top: 20px;
  background-color: #f6f6f6;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .woocommerce-loop-product__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .price-rating-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .product-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  order: 2;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .product-card-rating .product-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .product-card-rating .product-card-stars .star {
  display: block;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
  width: 14px;
  height: 14px;
  margin: 0;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .product-card-rating .product-card-review-count {
  font-size: 12px;
  color: #3a478e;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .title-price-container .price {
  font-size: 18px;
  color: #252525;
  margin-bottom: 0;
  font-weight: 600;
  order: 1;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .infos-btn-container .product-description {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  padding-top: 10px;
  height: auto;
  font-size: 13px;
  font-style: italic;
  margin-top: auto;
  line-height: 1.5;
  color: #707070;
}
.diy-district.archive .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-infos-wrapper .add-to-cart-btn {
  display: none;
}
@media screen and (min-width: 769px) {
  .diy-district.archive .woocommerce ul.products li.product {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .diy-district.archive .woocommerce ul.products li.product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .diy-district.archive .woocommerce ul.products li.product {
    width: 100%;
  }
}
.diy-district.archive .woocommerce ul.products li.product.product_cat-kimono .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.diy-district.archive .woocommerce ul.products li.product.product_cat-kimono-vintage .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  object-position: center;
}
.diy-district.archive .woocommerce .section-description,
.diy-district.archive .woocommerce .section-faq {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.diy-district.archive .woocommerce .section-description .description-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .diy-district.archive .woocommerce .section-description .description-title {
    font-size: 34px;
  }
}
.diy-district.archive .woocommerce .section-description .description-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.diy-district.archive .woocommerce .section-description .description-block .description-image {
  flex-basis: 500px;
  flex-grow: 1;
}
.diy-district.archive .woocommerce .section-description .description-block .description-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 15/9;
}
@media screen and (max-width: 480px) {
  .diy-district.archive .woocommerce .section-description .description-block .description-image img {
    aspect-ratio: 3/2;
  }
}
.diy-district.archive .woocommerce .section-description .description-block .description-text {
  flex-basis: 500px;
  flex-grow: 1;
  padding: 40px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .diy-district.archive .woocommerce .section-description .description-block .description-text {
    padding: 20px;
  }
}
.diy-district.archive .woocommerce .section-description .description-block .description-text .title {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .diy-district.archive .woocommerce .section-description .description-block .description-text .title {
    font-size: 22px;
  }
}
.diy-district.archive .woocommerce .section-description .description-block .description-text .text {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.diy-district.archive .woocommerce .section-description .description-block:last-of-type {
  margin-bottom: unset;
}
.diy-district.archive .woocommerce .section-description .description-block.droite {
  flex-direction: row-reverse;
}

.diy-district.category-kimono .woocommerce ul.products li.product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  object-position: center;
}

@media screen and (max-width: 1300px) {
  .single-product .woocommerce-notices-wrapper {
    margin-inline: 20px;
  }
}
.single-product .overlay-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}
.single-product .overlay-gallery img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.single-product .overlay-gallery.active {
  display: flex;
  /* Afficher lorsque la classe 'active' est ajoutée */
}
.single-product .woocommerce .soon-stock {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(250, 158, 88, 0.1);
  border: 1px solid #ffe4d0;
  margin-bottom: 10px;
}
.single-product .woocommerce .soon-stock .stock-soon-text {
  color: #fa9e58;
}
.single-product .woocommerce .soon-stock .stock-soon-text h3 {
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffe4d0;
}
.single-product .woocommerce .soon-stock .stock-soon-text p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-product .woocommerce .soon-stock form {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.single-product .woocommerce .soon-stock form input[type=email] {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  border: 1px solid #fa9e58;
  border-radius: 5px;
}
.single-product .woocommerce .soon-stock form input[type=email]:focus {
  outline: none;
}
.single-product .woocommerce .soon-stock form input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #fa9e58;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  border: none;
}
.single-product .woocommerce .soon-stock form input[type=submit]:hover {
  background-color: #e17f35;
}
.single-product .woocommerce .soon-stock .message {
  text-align: center;
  margin-top: 10px;
  color: #353535;
  font-size: 14px;
}
.single-product .woocommerce .upsell-links-container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single-product .woocommerce .upsell-links-container .upsell-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.single-product .woocommerce .upsell-links-container .upsell-colors-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single-product .woocommerce .upsell-links-container .upsell-colors-container .upsell-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.single-product .woocommerce .upsell-links-container .upsell-colors-container .upsell-link.upsell-main {
  position: relative;
}
.single-product .woocommerce .upsell-links-container .upsell-colors-container .upsell-link.upsell-main::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.single-product .woocommerce .product.type-product {
  display: flex;
  justify-content: flex-start;
  height: auto;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .product.type-product {
    gap: 20px;
  }
}
.single-product .woocommerce .product.type-product .slider-product {
  flex: 1;
  width: 100%;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.single-product .woocommerce .product.type-product .summary {
  position: sticky;
  top: 30px;
  align-self: flex-start;
  flex: 1;
  width: 100%;
}
.single-product .woocommerce .product.type-product .summary .woocommerce-breadcrumb {
  font-size: 14px;
}
.single-product .woocommerce .product.type-product .summary .woocommerce-breadcrumb a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .product.type-product .summary .woocommerce-breadcrumb {
    display: none;
  }
}
.single-product .woocommerce .product.type-product .summary .product_title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: clamp(30px, 4vw, 34px);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .product.type-product .summary .product_title {
    margin-top: 0px;
  }
}
.single-product .woocommerce .product.type-product .summary .product-excerpt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #767676;
}
.single-product .woocommerce .product.type-product .summary .price {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  color: #252525;
  margin-bottom: 20px;
}
.single-product .woocommerce .product.type-product .summary .price .price-per {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.single-product .woocommerce .product.type-product .summary .price .woocommerce-price-suffix {
  font-size: 13px;
  color: #767676;
}
.single-product .woocommerce .product.type-product .summary .cart {
  display: flex;
  flex-direction: column;
}
.single-product .woocommerce .product.type-product .summary .cart .quantity {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.single-product .woocommerce .product.type-product .summary .cart .quantity .qty-stock .in-stock-qty {
  color: #38dbb3;
  margin-left: 10px;
}
.single-product .woocommerce .product.type-product .summary .cart .quantity-info-last-stock {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-product .woocommerce .product.type-product .summary .cart .quantity-info-last-stock .last-in-stock {
  color: #fa9e58;
}
.single-product .woocommerce .product.type-product .summary .cart .calc-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty .length-qty #qtym span,
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty .length-qty #subtot span,
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty .price-qty #qtym span,
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty .price-qty #subtot span {
  font-weight: 600;
}
.single-product .woocommerce .product.type-product .summary .cart .calc-container .calc-qty .length-qty #qtyy {
  font-size: 13px;
  color: #767676;
}
.single-product .woocommerce .product.type-product .summary .cart .wc-stripe-product-checkout-container .wc_stripe_product_payment_methods {
  max-width: none;
}
.single-product .woocommerce .product.type-product .summary .cart .single_add_to_cart_button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  background-color: #38e8bd;
  color: #252525;
  min-height: 40px;
  width: 100%;
}
.single-product .woocommerce .product.type-product .summary .cart .single_add_to_cart_button:hover {
  background-color: #5567cd;
  color: #fff;
}
.single-product .woocommerce .product.type-product .summary .cart .single_add_to_cart_button:hover {
  background-color: #56f9d0;
  color: #252525;
}
@media screen and (max-width: 980px) {
  .single-product .woocommerce .product.type-product .summary .cart {
    flex-direction: column;
  }
  .single-product .woocommerce .product.type-product .summary .cart .quantity {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.single-product .woocommerce .product.type-product .summary .cart .wc-stripe-product-checkout-container ul {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .product.type-product .summary .cart .wc-stripe-product-checkout-container ul {
    max-width: 100%;
  }
}
.single-product .woocommerce .product.type-product .summary .stock.in-stock,
.single-product .woocommerce .product.type-product .summary .stock.out-of-stock,
.single-product .woocommerce .product.type-product .summary .stock.available-on-backorder {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-product .woocommerce .product.type-product .summary .stock.in-stock {
  display: none;
  color: #005743;
}
.single-product .woocommerce .product.type-product .summary .stock.out-of-stock {
  color: #b13d3d;
}
.single-product .woocommerce .product.type-product .summary .stock.available-on-backorder {
  color: #628db1;
}
.single-product .woocommerce .slide {
  height: auto;
  top: 0;
}
.single-product .woocommerce .gallery img {
  cursor: pointer;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.single-product .woocommerce .gallery .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .single-product .woocommerce .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    height: auto;
  }
  .single-product .woocommerce .gallery .product-1 {
    grid-area: 1/1/2/3;
  }
  .single-product .woocommerce .gallery .product-2 {
    grid-area: 2/1/3/2;
  }
  .single-product .woocommerce .gallery .product-3 {
    grid-area: 2/2/3/3;
  }
  .single-product .woocommerce .gallery .product-4 {
    grid-area: 3/1/4/2;
  }
  .single-product .woocommerce .gallery .product-5 {
    grid-area: 3/2/4/3;
  }
  .single-product .woocommerce .gallery .product-6 {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 899px) and (min-width: 769px) {
  .single-product .woocommerce .gallery {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .product.type-product {
    flex-direction: column;
  }
  .single-product .woocommerce .product.type-product .slider-product {
    position: relative;
    top: 0;
    align-self: unset;
  }
  .single-product .woocommerce .swiper-horizontal > .swiper-scrollbar,
  .single-product .woocommerce .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: unset;
    left: 0;
    width: 100%;
    height: 5px;
    margin-top: 10px;
  }
}
.single-product .woocommerce .slider-reviews-pages {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce .slider-reviews-pages {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.single-product .reviews-section-modern .reviews-header-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.single-product .reviews-section-modern .reviews-header-modern .reviews-title-modern {
  font-family: "Playfair Display";
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  margin: 0;
}
.single-product .reviews-section-modern .reviews-header-modern .reviews-title-modern .reviews-count {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #767676;
}
.single-product .reviews-section-modern .reviews-header-modern .rating-summary-modern {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-product .reviews-section-modern .reviews-header-modern .rating-summary-modern .stars-display {
  display: flex;
  gap: 2px;
}
.single-product .reviews-section-modern .reviews-header-modern .rating-summary-modern .stars-display .star-filled img {
  display: block;
  width: 25px;
  height: auto;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.single-product .reviews-section-modern .reviews-header-modern .rating-summary-modern .stars-display .star-empty img {
  display: block;
  width: 25px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.single-product .reviews-section-modern .reviews-header-modern .rating-summary-modern .rating-text {
  color: #252525;
  font-size: 16px;
  font-weight: 900;
}
.single-product .reviews-section-modern .reviews-preview {
  margin: 32px 0;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern {
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern:last-child {
  margin-bottom: 0;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-top-row .reviewer-name {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-top-row .review-stars {
  display: flex;
  gap: 2px;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-top-row .review-stars .star-filled img {
  display: block;
  width: 15px;
  height: auto;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-top-row .review-stars .star-empty img {
  display: block;
  width: 15px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-content {
  color: #252525;
  line-height: 1.6;
  font-size: 14px;
  margin: 0 0 12px 0;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row .review-date {
  color: #767676;
  font-style: italic;
  font-size: 13px;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row .verified-badge {
  background: #ecfdf5;
  color: #38e8bd;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #38e8bd;
  font-weight: 500;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row .review-coloris-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #767676;
  text-decoration: none;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  transition: all 0.2s ease;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row .review-coloris-badge:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #252525;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-bottom-row .review-coloris-badge .coloris-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-header-modern {
  display: none;
}
.single-product .reviews-section-modern .reviews-preview .review-card-modern .review-stars {
  display: none;
}
.single-product .reviews-section-modern .view-all-container {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f6f6f6;
}
.single-product .reviews-section-modern .view-all-container .view-all-btn {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  border: none;
  margin-inline: auto;
}
.single-product .reviews-section-modern .view-all-container .view-all-btn:hover {
  background-color: #5567cd;
  color: #fff;
}
.single-product .reviews-section-modern .no-reviews {
  text-align: center;
  padding: 40px;
  color: #767676;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.single-product .reviews-section-modern .no-reviews .no-reviews-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.single-product .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-product .modal-overlay.active {
  display: flex;
  opacity: 1;
}
.single-product .modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
}
.single-product .modal-overlay .modal-content {
  background: #ffffff;
  border-radius: 20px;
  width: 90vw;
  max-width: 700px;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
}
.single-product .modal-overlay .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.single-product .modal-overlay .modal-content .modal-header .modal-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
}
.single-product .modal-overlay .modal-content .modal-header .close-btn {
  background: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  color: #6b7280;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.single-product .modal-overlay .modal-content .modal-header .close-btn:hover {
  background: #f3f4f6;
  color: #374151;
}
.single-product .modal-overlay .modal-content .modal-body {
  padding: 24px 32px;
  overflow-y: auto;
  max-height: calc(80vh - 120px);
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern {
  background: #f6f6f6;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-top-row .reviewer-name {
  font-weight: 600;
  font-size: 15px;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-top-row .review-stars {
  display: flex;
  gap: 2px;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-top-row .review-stars .star-filled img {
  display: block;
  width: 15px;
  height: auto;
  filter: invert(91%) sepia(14%) saturate(1357%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-top-row .review-stars .star-empty img {
  display: block;
  width: 15px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-content {
  color: #4b5563;
  line-height: 1.6;
  font-size: 14px;
  margin: 0 0 12px 0;
  text-align: justify;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row .review-date {
  color: #767676;
  font-size: 13px;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row .verified-badge {
  background: #ecfdf5;
  color: #38e8bd;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #38e8bd;
  font-weight: 500;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row .review-coloris-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #767676;
  text-decoration: none;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  transition: all 0.2s ease;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row .review-coloris-badge:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #252525;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-bottom-row .review-coloris-badge .coloris-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-header-modern {
  display: none;
}
.single-product .modal-overlay .modal-content .modal-body .review-card-modern .review-stars {
  display: none;
}
@media (max-width: 768px) {
  .single-product .reviews-section-modern .reviews-header-modern {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .single-product .reviews-section-modern .reviews-header-modern .reviews-title-modern {
    font-size: 24px;
  }
  .single-product .reviews-section-modern .review-card-modern .review-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .single-product .reviews-section-modern .review-card-modern .review-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .single-product .modal-overlay .modal-content {
    width: 95vw;
    margin: 20px;
  }
  .single-product .modal-overlay .modal-content .modal-header,
  .single-product .modal-overlay .modal-content .modal-body {
    padding: 20px;
  }
  .single-product .modal-overlay .modal-content .review-card-modern .review-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .single-product .modal-overlay .modal-content .review-card-modern .review-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.price-reassurance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.price-reassurance__line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #252525;
  line-height: 1.4;
}
.price-reassurance__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.price-reassurance__icon svg {
  width: 100%;
  height: 100%;
}
.price-reassurance__text .highlight {
  color: #16a34a;
  font-weight: 600;
}
.price-reassurance__text .separator {
  color: #767676;
  margin: 0 2px;
}
.price-reassurance__icon {
  color: #767676;
}
.price-reassurance__line--stock-origin .price-reassurance__icon {
  color: #16a34a;
}
.price-reassurance__line--duty.duty--customs_warning .price-reassurance__icon {
  color: #d97706;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
}
.trust-badges__separator {
  color: #767676;
  font-size: 10px;
}
.trust-badges__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #767676;
}
.trust-badges__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.trust-badges__icon svg {
  width: 100%;
  height: 100%;
}
.trust-badges__icon {
  color: #767676;
}
.trust-badges__text {
  white-space: nowrap;
}

body.search .page-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  margin-bottom: 50px;
}

body.diy-district.woocommerce-cart main {
  padding-top: 123px;
  padding-bottom: 100px;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 20px;
}
body.diy-district.woocommerce-cart main .page-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .page-title {
    display: none;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 16px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table {
  border: none;
  font-size: 14px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table td,
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table th {
  padding: 10px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table th {
  width: 37%;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table td.actions button {
  border: none;
  font-size: 14px;
  padding: 10px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table td.actions button[name=update_cart] {
  margin-left: auto;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table a {
  text-decoration: none;
  color: #252525;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .attachment-woocommerce_thumbnail {
  width: 100%;
  border-radius: 5px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table button[type=submit] {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table button[type=submit]:hover {
  background-color: #5567cd;
  color: #fff;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping td {
  font-size: 14px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping .shipping-calculator-button:hover {
  color: #3a478e;
  font-weight: 400;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping .shipping-calculator-form input {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid rgb(201, 201, 201);
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping .shipping-calculator-form button {
  width: 100%;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping .shipping-calculator-form .selection .select2-selection {
  min-height: 38px;
  display: flex;
  align-items: center;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .woocommerce-shipping-totals.shipping .shipping-calculator-form .selection .select2-selection__arrow {
  top: 6px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .variation {
  font-size: 18px;
  font-style: italic;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .remove {
  margin-inline: auto;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #e03c3d;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .remove:hover {
  color: #fff;
  background-color: #e03c3d;
}
@media screen and (min-width: 769px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-thumbnail {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-thumbnail {
    display: block !important;
    width: 100%;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-thumbnail:before {
    content: "";
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .input-text.qty {
  border: none;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .input-text.qty:focus {
  outline: none !important;
  border: 1px solid #f6f6f6;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-price,
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-subtotal {
  text-align: center;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-quantity .quantity {
  display: flex;
  justify-content: center;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-quantity .quantity .btn-min img,
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-quantity .quantity .btn-plus img {
  width: 17px;
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .product-quantity .quantity {
    justify-content: flex-end;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .coupon {
  display: flex;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .coupon label {
  display: none;
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .coupon .input-text {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .coupon {
    flex-direction: column;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .coupon button {
    width: 100% !important;
    margin-top: 10px;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .price-without-taxes {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .estimated-tax th,
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .estimated-tax td {
    padding: 30px 10px 10px;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .estimated-tax-note td {
  padding: 0 10px;
  border: 0px;
  font-style: italic;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .estimated-tax-note td {
    background-color: white;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .estimated-tax-note td:before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item {
    margin-bottom: 20px;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: "image product" "image price" "image quantity" "image subtotal" "delete delete";
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item td {
    padding: 5px;
    border: none;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-remove {
    grid-area: delete;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-remove .remove {
    margin-inline: unset;
    margin-left: auto;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-thumbnail {
    grid-area: image;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-thumbnail img {
    max-width: 100px;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-name {
    grid-area: product;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-price {
    grid-area: price;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-quantity {
    grid-area: quantity;
  }
  body.diy-district.woocommerce-cart main .cart-wrapper .shop_table .cart_item .product-subtotal {
    grid-area: subtotal;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper h2 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .woocommerce-cart-form {
    flex-basis: 550px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .woocommerce-cart-form {
    width: 100%;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals {
  padding: 30px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1030px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals {
    flex-basis: 400px;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals {
  width: 100%;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .checkout-button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #38e8bd;
  color: #252525;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #5567cd;
  color: #fff;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #56f9d0;
  color: #252525;
}
@media screen and (min-width: 769px) {
  body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .checkout-button {
    max-width: 360px;
  }
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .wc-stripe-cart-or {
  display: none;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .gpay-button.black {
  padding: 14px 15%;
  min-height: 50px;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form {
  display: flex;
  flex-direction: column;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .form-row-last,
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .form-row-first {
  width: 100%;
  float: none;
}
body.diy-district.woocommerce-cart main .cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .input-text {
  width: 100%;
}
body.diy-district.woocommerce-cart .select2-dropdown .select2-search__field {
  height: 30px;
}
body.diy-district.woocommerce-cart .select2-dropdown .select2-search__field:focus {
  outline: none;
}
body.diy-district.woocommerce-cart .select2-dropdown .select2-results__option {
  font-size: 14px;
}
body.diy-district.woocommerce-cart .select2-dropdown .select2-results__option--highlighted {
  background-color: #3a478e;
}

.woocommerce-checkout main {
  max-width: 750px !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout main .header-content {
    display: none;
  }
}

.ms-progress {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
}
.ms-progress::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #cfcfcf;
  z-index: 0;
}

.ms-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.ms-bullet-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #cfcfcf;
  transition: all 0.3s ease;
}
.ms-bullet-text {
  font-size: 13px;
  color: #767676;
  transition: color 0.3s ease;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .ms-bullet-text {
    display: none;
  }
}
.ms-bullet.is-active .ms-bullet-number {
  background: #3a478e;
  border-color: #3a478e;
  color: #fff;
  transform: scale(1.1);
}
.ms-bullet.is-active .ms-bullet-text {
  color: #3a478e;
  font-weight: 600;
}
.ms-bullet.is-completed .ms-bullet-number {
  background: #35e1b7;
  border-color: #35e1b7;
  color: #fff;
  font-size: 0;
}
.ms-bullet.is-completed .ms-bullet-number::after {
  content: "✓";
  font-size: 16px;
}
.ms-bullet.is-completed .ms-bullet-text {
  color: #35e1b7;
  font-weight: 600;
}
.ms-bullet:not(.is-active):not(.is-completed) {
  cursor: default;
}

.ms-step {
  display: none;
  animation: fadeIn 0.3s ease;
}
.ms-step.is-active {
  display: block;
}
.ms-step h3 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ms-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.ms-buttons--dual {
  justify-content: space-between;
}

.ms-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
.ms-button:hover {
  background-color: #5567cd;
  color: #fff;
}
.ms-button--secondary {
  background: transparent;
  color: #767676;
  border: 1px solid #e5e7eb;
}
.ms-button--secondary:hover {
  background: #f9fafb;
  color: #252525;
}

.woocommerce-checkout main form .form-row {
  padding: 0px !important;
  margin-bottom: 16px;
}
.woocommerce-checkout main form .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
  display: block;
}
.woocommerce-checkout main form .form-row label .required {
  color: #ef4444;
}
.woocommerce-checkout main form .form-row label .optional {
  color: #767676;
  font-weight: 400;
  font-size: 12px;
}
.woocommerce-checkout main form .form-row input[type=text],
.woocommerce-checkout main form .form-row input[type=email],
.woocommerce-checkout main form .form-row input[type=tel],
.woocommerce-checkout main form .form-row input[type=password],
.woocommerce-checkout main form .form-row input[type=number],
.woocommerce-checkout main form .form-row textarea {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  color: #252525;
  background: #fff;
  transition: all 0.2s ease;
}
.woocommerce-checkout main form .form-row input[type=text]:focus,
.woocommerce-checkout main form .form-row input[type=email]:focus,
.woocommerce-checkout main form .form-row input[type=tel]:focus,
.woocommerce-checkout main form .form-row input[type=password]:focus,
.woocommerce-checkout main form .form-row input[type=number]:focus,
.woocommerce-checkout main form .form-row textarea:focus {
  outline: none;
  border-color: #3a478e;
  box-shadow: 0 0 0 3px rgba(58, 71, 142, 0.1);
}
.woocommerce-checkout main form .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout main form .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout main form .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout main form .form-row input[type=password]::-moz-placeholder, .woocommerce-checkout main form .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout main form .form-row textarea::-moz-placeholder {
  color: #9ca3af;
}
.woocommerce-checkout main form .form-row input[type=text]::placeholder,
.woocommerce-checkout main form .form-row input[type=email]::placeholder,
.woocommerce-checkout main form .form-row input[type=tel]::placeholder,
.woocommerce-checkout main form .form-row input[type=password]::placeholder,
.woocommerce-checkout main form .form-row input[type=number]::placeholder,
.woocommerce-checkout main form .form-row textarea::placeholder {
  color: #9ca3af;
}
.woocommerce-checkout main form .form-row textarea {
  height: auto;
  padding: 12px 16px;
}
.woocommerce-checkout main form .form-row select {
  width: 100%;
  height: 46px;
  padding: 0 40px 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  color: #252525;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-checkout main form .form-row select:focus {
  outline: none;
  border-color: #3a478e;
  box-shadow: 0 0 0 3px rgba(58, 71, 142, 0.1);
}
.woocommerce-checkout main form .form-row textarea {
  min-height: 100px;
  resize: vertical;
}
.woocommerce-checkout main form .form-row.woocommerce-invalid input,
.woocommerce-checkout main form .form-row.woocommerce-invalid select,
.woocommerce-checkout main form .form-row.woocommerce-invalid textarea {
  border-color: #ef4444 !important;
  background: #fef2f2;
}
.woocommerce-checkout main form .form-row .select2-selection {
  border-color: #e5e7eb !important;
}
.woocommerce-checkout main .select2-dropdown {
  border-color: #e5e7eb;
}
.woocommerce-checkout main .customer-info-fields .form-row-first,
.woocommerce-checkout main .customer-info-fields .form-row-last,
.woocommerce-checkout main .billing-address-fields .form-row-first,
.woocommerce-checkout main .billing-address-fields .form-row-last,
.woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-last {
  width: 48%;
  float: left;
}
.woocommerce-checkout main .customer-info-fields .form-row-first,
.woocommerce-checkout main .billing-address-fields .form-row-first,
.woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-first {
  margin-right: 4%;
}
.woocommerce-checkout main .customer-info-fields .form-row-wide,
.woocommerce-checkout main .billing-address-fields .form-row-wide,
.woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  clear: both;
}
.woocommerce-checkout main .customer-info-fields::after,
.woocommerce-checkout main .billing-address-fields::after,
.woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 500px) {
  .woocommerce-checkout main .customer-info-fields .form-row-first,
  .woocommerce-checkout main .customer-info-fields .form-row-last,
  .woocommerce-checkout main .billing-address-fields .form-row-first,
  .woocommerce-checkout main .billing-address-fields .form-row-last,
  .woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-first,
  .woocommerce-checkout main .woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

body.woocommerce-checkout main #customer_details .woocommerce-billing-fields,
body.woocommerce-checkout main #billing_details .woocommerce-billing-fields,
body.woocommerce-checkout main #billing_details .woocommerce-shipping-fields,
body.woocommerce-checkout main #payment ul.payment_methods {
  padding: 15px;
  border-radius: 10px;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
}

.woocommerce-billing-fields .form-row:has(input[type=checkbox]) label.checkbox,
.woocommerce-shipping-fields .form-row:has(input[type=checkbox]) label.checkbox,
.customer-info-fields .form-row:has(input[type=checkbox]) label.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #252525;
}
.woocommerce-billing-fields .form-row:has(input[type=checkbox]) label.checkbox input[type=checkbox],
.woocommerce-shipping-fields .form-row:has(input[type=checkbox]) label.checkbox input[type=checkbox],
.customer-info-fields .form-row:has(input[type=checkbox]) label.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #3a478e;
  cursor: pointer;
  flex-shrink: 0;
}
.woocommerce-billing-fields .form-row:has(input[type=checkbox]) label.checkbox span,
.woocommerce-shipping-fields .form-row:has(input[type=checkbox]) label.checkbox span,
.customer-info-fields .form-row:has(input[type=checkbox]) label.checkbox span {
  line-height: 1.4;
}
.woocommerce-billing-fields #newsletter_signup_field,
.woocommerce-shipping-fields #newsletter_signup_field,
.customer-info-fields #newsletter_signup_field {
  margin-top: 12px !important;
}
.woocommerce-billing-fields #ship-to-different-address,
.woocommerce-shipping-fields #ship-to-different-address,
.customer-info-fields #ship-to-different-address {
  margin: 0px !important;
}
.woocommerce-billing-fields #ship-to-different-address .checkbox,
.woocommerce-shipping-fields #ship-to-different-address .checkbox,
.customer-info-fields #ship-to-different-address .checkbox {
  margin: 0px !important;
}

.shipping_address {
  margin-top: 24px;
}
.shipping_address h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.shipping_address #shipping_phone_field,
.shipping_address #shipping_email_field {
  margin-top: 24px;
}

#order_review.woocommerce-checkout-review-order {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

.order-block {
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}
.order-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.order-block__title {
  font-size: 15px;
  font-weight: 600;
  color: #252525;
}
.order-block__toggle {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  border: none;
  font-size: 13px;
  padding: 5px 10px;
}
.order-block__toggle:hover {
  background-color: #5567cd;
  color: #fff;
}
.order-block__toggle .toggle-text--hide {
  display: none;
}
.order-block__toggle[aria-expanded=true] .toggle-text--show {
  display: none;
}
.order-block__toggle[aria-expanded=true] .toggle-text--hide {
  display: inline;
}
.order-block__content.is-collapsed {
  display: none;
}

.woocommerce .order-block--products {
  background: #f6f6f6;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.woocommerce .order-block--products .order-block__content {
  padding: 0 20px 20px;
}
.woocommerce .order-block--products .order-block__content.is-collapsed {
  display: none;
}
.woocommerce .order-block--products .order-products-list {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.woocommerce .order-block--products .order-products-list thead {
  display: none;
}
.woocommerce .order-block--products .order-products-list tr.cart_item {
  display: flex;
}
.woocommerce .order-block--products .order-products-list td {
  display: block;
  padding: 0;
}
.woocommerce .order-block--products .order-products-list td.product-name {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
  font-size: 15px;
}
.woocommerce .order-block--products .order-products-list td.product-name .product-row {
  align-items: unset;
}
.woocommerce .order-block--products .order-products-list td.product-total {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  color: #252525;
  padding: 10px 0;
}
.woocommerce .order-block--products .order-products-list td.product-total:first-of-type {
  border-top: none;
}
.woocommerce .order-block--products .order-products-list td.product-total .tax_label {
  color: #767676;
}
.woocommerce .product-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.woocommerce .product-row__image img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}
.woocommerce .product-row__info {
  flex: 1;
  min-width: 0;
}
.woocommerce .product-row__name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2px;
}
.woocommerce .product-row__qty {
  font-size: 12px;
  color: #767676;
}
.woocommerce .wc-item-meta,
.woocommerce .variation {
  font-size: 10px;
  color: #767676;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .wc-item-meta li,
.woocommerce .wc-item-meta p,
.woocommerce .variation li,
.woocommerce .variation p {
  margin: 0;
}

.order-block--subtotal {
  padding: 15px;
}

.order-block--shipping .order-block__content {
  padding: 15px;
  font-size: 0;
}
.order-block--shipping .order-block__content > * {
  font-size: 14px;
}
.order-block--shipping .woocommerce-shipping-totals {
  display: block;
  font-size: 14px;
}
.order-block--shipping .woocommerce-shipping-totals th,
.order-block--shipping .woocommerce-shipping-totals td {
  display: block;
  padding: 0;
}
.order-block--shipping .woocommerce-shipping-totals th {
  display: none !important;
}
.order-block--shipping #shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-block--shipping #shipping_method li {
  cursor: pointer;
  padding: 15px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  transition: all 0.2s ease;
  position: relative;
  margin: 0px !important;
}
.order-block--shipping #shipping_method li:hover {
  border-color: rgb(232.5, 232.5, 232.5);
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked), .order-block--shipping #shipping_method li:only-child {
  border-color: #3a478e;
  background: #3a478e;
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked) > label, .order-block--shipping #shipping_method li:only-child > label {
  color: #fff;
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked) > label .woocommerce-Price-amount, .order-block--shipping #shipping_method li:only-child > label .woocommerce-Price-amount {
  color: #fff;
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked) > label .tax_label, .order-block--shipping #shipping_method li:only-child > label .tax_label {
  color: rgba(255, 255, 255, 0.8);
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked) .shipping-method-description, .order-block--shipping #shipping_method li:only-child .shipping-method-description {
  color: rgba(255, 255, 255, 0.85);
}
.order-block--shipping #shipping_method li:has(input[type=radio]:checked) input[type=radio], .order-block--shipping #shipping_method li:only-child input[type=radio] {
  accent-color: #fff;
}
.order-block--shipping #shipping_method li input[type=radio] {
  display: none;
}
.order-block--shipping #shipping_method li > label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  line-height: 1.4;
  margin: 0;
  transition: color 0.2s ease;
}
.order-block--shipping #shipping_method li > label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.order-block--shipping #shipping_method li > label .woocommerce-Price-amount {
  font-weight: 600;
  color: #3a478e;
  transition: color 0.2s ease;
}
.order-block--shipping #shipping_method li > label .tax_label {
  font-size: 11px;
  font-weight: 400;
  color: #767676;
  transition: color 0.2s ease;
}
.order-block--shipping #shipping_method li .shipping-method-description {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #767676;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.order-block--shipping .woocommerce-shipping-destination {
  font-size: 12px;
  color: #767676;
  padding: 12px 16px;
  border-top: 1px solid #e5e7eb;
}
.order-block--shipping .order-block__content:has(.shipping-unavailable-notice) {
  background: #fff6ef;
  border: 1px solid #ff994a;
  border-radius: 8px;
}
.order-block--shipping .shipping-unavailable-notice strong {
  display: block;
  font-size: 14px;
  color: #252525;
  margin-bottom: 4px;
}
.order-block--shipping .shipping-unavailable-notice p {
  font-size: 13px;
  color: #767676;
  margin: 0 0 10px;
  line-height: 1.4;
}
.order-block--shipping .shipping-unavailable-notice__link {
  display: inline-block;
  padding: 5px 10px;
  background: #ff994a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.order-block--shipping .shipping-unavailable-notice__link:hover {
  background: rgb(255, 124.2596685083, 23);
  color: #fff;
}

.order-block--total {
  padding: 15px;
}
.order-block--total .order-row--total .order-row__label {
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}
.order-block--total .order-row--total .order-row__value {
  font-size: 16px;
  font-weight: 700;
  color: #3a478e;
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 5px;
}
.order-block--total .order-row--total .order-row__value small {
  font-weight: 300;
  font-size: 14px;
  color: #767676;
}

.order-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.order-row__label {
  font-size: 14px;
  color: #767676;
}
.order-row__value {
  font-size: 14px;
  font-weight: 500;
  color: #252525;
}
.order-row__value.is-free {
  color: #10b981;
}
.order-row--discount .order-row__value {
  color: #10b981;
}
.order-row--discount .order-row__value .woocommerce-remove-coupon {
  color: #767676;
}

.order-notices-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.order-notices-table:empty, .order-notices-table:has(tbody:empty) {
  display: none;
}
.order-notices-table tr td {
  padding: 0;
}
.order-notices-table .progress-bar-shipping td {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #e0e0e0;
}
.order-notices-table .progress-bar-shipping td p {
  font-size: 12px;
  color: #767676;
  margin: 0 0 6px;
  text-align: center;
}
.order-notices-table .progress-bar-shipping td p .woocommerce-Price-amount {
  font-weight: 600;
  color: #3a478e;
}
.order-notices-table .progress-bar-shipping td progress {
  width: 100%;
  height: 6px;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.order-notices-table .progress-bar-shipping td progress::-webkit-progress-bar {
  background: rgba(229, 231, 235, 0.5);
  border-radius: 3px;
}
.order-notices-table .progress-bar-shipping td progress::-webkit-progress-value {
  background: #3a478e;
  border-radius: 3px;
}
.order-notices-table .progress-bar-shipping td progress::-moz-progress-bar {
  background: #3a478e;
  border-radius: 3px;
}
.order-notices-table .progress-bar-shipping td progress[value="100"]::-webkit-progress-value {
  background: #10b981;
}
.order-notices-table .progress-bar-shipping td progress[value="100"]::-moz-progress-bar {
  background: #10b981;
}
.order-notices-table .ioss-included-notice small,
.order-notices-table .ioss-excluded-notice small {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  padding: 8px;
  border-radius: 4px;
  text-align: justify;
}
.order-notices-table .ioss-included-notice small a,
.order-notices-table .ioss-excluded-notice small a {
  color: #3a478e;
}
.order-notices-table .ioss-included-notice small {
  background: #e6e6e6;
  color: #767676;
}
.order-notices-table .ioss-excluded-notice small {
  background: rgba(245, 158, 11, 0.08);
  color: #92400e;
}

.payment-summary-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-section {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.summary-section__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.5);
}
.summary-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #3a478e;
  border-radius: 8px;
  color: #fff;
  flex-shrink: 0;
}
.summary-section__title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #252525;
}
.summary-section__edit {
  background: none;
  border: none;
  font-size: 13px;
  color: #3a478e;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.summary-section__edit:hover {
  background: rgba(58, 71, 142, 0.1);
  text-decoration: underline;
}
.summary-section__content {
  padding: 15px;
}
.summary-section--address .summary-section__content {
  font-size: 14px;
  line-height: 1.5;
  color: #252525;
}
.summary-section--address .summary-address__name {
  font-weight: 600;
  margin-bottom: 4px;
}
.summary-section--address .summary-address__street, .summary-section--address .summary-address__location {
  color: #767676;
}
.summary-section--address .summary-address__contact {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  font-size: 13px;
  color: #767676;
}
.summary-section--order .summary-order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 500px) {
  .summary-section--order .summary-order-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.summary-section--order .summary-order-item {
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
.summary-section--order .summary-order-item__label {
  display: block;
  font-size: 11px;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.summary-section--order .summary-order-item__value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #252525;
}
.summary-section--order .summary-order-item__value.is-unavailable {
  color: #fa9e58;
  font-weight: 700;
}
.summary-section--order .summary-order-item--total {
  background: #3a478e;
}
.summary-section--order .summary-order-item--total .summary-order-item__label {
  color: rgba(255, 255, 255, 0.8);
}
.summary-section--order .summary-order-item--total .summary-order-item__value {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.summary-section--order .summary-order-item--total .summary-order-item__value small {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.summary-section--newsletter {
  background: #e8f5e9;
  border-color: #a5d6a7;
}
.summary-section--newsletter .summary-section__content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
}
.summary-section--newsletter .summary-newsletter__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #4caf50;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
.summary-section--newsletter .summary-newsletter__text {
  font-size: 13px;
  color: #2e7d32;
  font-weight: 500;
}

.woocommerce-checkout #payment {
  background-color: #fff;
}
.woocommerce-checkout #payment > h2,
.woocommerce-checkout #payment > h3:first-child {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li > input[type=radio] {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  accent-color: #3a478e;
  margin: 0;
  top: 6px;
  left: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li > label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  margin: 0;
  transition: color 0.2s ease;
}
.woocommerce-checkout #payment ul.payment_methods li > label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.woocommerce-checkout #payment ul.payment_methods li > label img {
  max-height: 24px;
  width: auto;
  position: relative;
  z-index: 2;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  display: none !important;
  position: relative;
  z-index: 5;
  font-size: 14px;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
  background: #fff;
  color: #767676;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box:before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box.payment_method_stripe_cc {
  background: #f6f6f6;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box #wc-stripe-googlepay-container > div:nth-child(1),
.woocommerce-checkout #payment ul.payment_methods li .payment_box #wc-stripe-applepay-container > div:nth-child(1) {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
  border: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box .wc-stripe-wallet-notice--mark {
  margin-bottom: 10px;
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li:has(input[type=radio]:checked) .payment_box {
  display: block !important;
}
.woocommerce-checkout #payment .place-order {
  padding-top: 20px;
}
.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 16px;
  font-size: 13px;
  color: #767676;
}
.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  line-height: 1.5;
}
.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
  color: #3a478e;
}
.woocommerce-checkout #payment .place-order #place_order {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  text-align: center;
  border: none;
}
.woocommerce-checkout #payment .place-order #place_order:hover {
  background-color: #5567cd;
  color: #fff;
}
.woocommerce-checkout #payment .place-order .gpay-button {
  height: 46px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 14px;
  list-style: none;
}
.woocommerce-checkout .woocommerce-error:before,
.woocommerce-checkout .woocommerce-info:before,
.woocommerce-checkout .woocommerce-message:before {
  display: none;
}
.woocommerce-checkout .woocommerce-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.woocommerce-checkout .woocommerce-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}
.woocommerce-checkout .woocommerce-message {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

@media (max-width: 600px) {
  .ms-progress::before {
    left: 40px;
    right: 40px;
  }
  .ms-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .ms-buttons--dual {
    flex-direction: column-reverse;
  }
  .ms-button {
    width: 100%;
  }
}
.checkout-testimonials-global {
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  color: #252525;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  color: #3a478e;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login > p:first-of-type {
  font-size: 13px;
  color: #767676;
  margin: 0 0 15px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row label .required {
  color: #ef4444;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=text],
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=password] {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  color: #252525;
  background: #fff;
  transition: all 0.2s ease;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=text]:focus,
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=password]:focus {
  outline: none;
  border-color: #3a478e;
  box-shadow: 0 0 0 3px rgba(58, 71, 142, 0.1);
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=password]::-moz-placeholder {
  color: #9ca3af;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=text]::placeholder,
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input[type=password]::placeholder {
  color: #9ca3af;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .password-input {
  position: relative;
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .password-input input {
  padding-right: 45px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #767676;
  padding: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .password-input .show-password-input:hover {
  color: #252525;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last {
  width: 48%;
  float: left;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first {
  margin-right: 4%;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .clear {
  clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  gap: 8px;
  font-size: 13px;
  color: #767676;
  cursor: pointer;
  order: 2;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #3a478e;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  padding: 12px 24px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  order: 1;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #5567cd;
  color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
  margin: 15px 0 0;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
  font-size: 13px;
  color: #3a478e;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first,
  .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  color: #252525;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #3a478e;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-checkout form.checkout_coupon {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout form.checkout_coupon > p:first-of-type {
  font-size: 13px;
  color: #767676;
  margin: 0 0 15px;
  line-height: 1.5;
  width: 100%;
}
.woocommerce-checkout form.checkout_coupon .form-row {
  margin: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row input[type=text] {
  flex: 1;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  color: #252525;
  background: #fff;
}
.woocommerce-checkout form.checkout_coupon .form-row input[type=text]:focus {
  outline: none;
  border-color: #3a478e;
  box-shadow: 0 0 0 3px rgba(58, 71, 142, 0.1);
}
.woocommerce-checkout form.checkout_coupon .form-row button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.woocommerce-checkout form.checkout_coupon .form-row button:hover {
  background-color: #5567cd;
  color: #fff;
}

.woocommerce-account .woocommerce .col-1 h2,
.woocommerce-account .woocommerce .col-2 h2 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .col-1 p,
.woocommerce-account .woocommerce .col-2 p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.woocommerce-account .woocommerce .col-1 a,
.woocommerce-account .woocommerce .col-2 a {
  text-decoration: none;
  color: #3a478e;
  padding-left: 3px;
}
.woocommerce-account .woocommerce .col-1 label,
.woocommerce-account .woocommerce .col-2 label {
  display: none;
}
.woocommerce-account .woocommerce .col-1 input[type=text],
.woocommerce-account .woocommerce .col-1 input[type=password],
.woocommerce-account .woocommerce .col-1 input[type=email],
.woocommerce-account .woocommerce .col-2 input[type=text],
.woocommerce-account .woocommerce .col-2 input[type=password],
.woocommerce-account .woocommerce .col-2 input[type=email] {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.woocommerce-account .woocommerce .col-1 button.woocommerce-button,
.woocommerce-account .woocommerce .col-2 button.woocommerce-button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
.woocommerce-account .woocommerce .col-1 button.woocommerce-button:hover,
.woocommerce-account .woocommerce .col-2 button.woocommerce-button:hover {
  background-color: #5567cd;
  color: #fff;
}
.woocommerce-account .woocommerce .col-1 .woocommerce-privacy-policy-text p,
.woocommerce-account .woocommerce .col-2 .woocommerce-privacy-policy-text p {
  font-size: 12px;
  font-style: italic;
}
.woocommerce-account .woocommerce .col-1 .woocommerce-privacy-policy-text a,
.woocommerce-account .woocommerce .col-2 .woocommerce-privacy-policy-text a {
  text-decoration: none;
  color: #3a478e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    row-gap: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  flex-basis: 150px;
}
@media screen and (max-width: 500px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    flex-basis: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #252525;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(706%) hue-rotate(112deg) brightness(97%) contrast(90%);
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 500px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    display: none;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #3a478e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f6f6f6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  background-image: url("./assets/images/icons/dashboard.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url("./assets/images/icons/bag.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  background-image: url("./assets/images/icons/addresses.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--payment-methods a:before {
  background-image: url("./assets/images/icons/card.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url("./assets/images/icons/account-details.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background-image: url("./assets/images/icons/logout.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  margin-top: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 16px;
  line-height: 1.8;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content address a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 a {
  text-decoration: none;
  color: #3a478e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child {
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm span,
.woocommerce-account .woocommerce .woocommerce-address-fields span {
  font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce .woocommerce-address-fields label {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type=text],
.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type=password],
.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type=email],
.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type=tel],
.woocommerce-account .woocommerce .woocommerce-address-fields input[type=text],
.woocommerce-account .woocommerce .woocommerce-address-fields input[type=password],
.woocommerce-account .woocommerce .woocommerce-address-fields input[type=email],
.woocommerce-account .woocommerce .woocommerce-address-fields input[type=tel] {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-address-fields button.woocommerce-Button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm button.woocommerce-Button:hover,
.woocommerce-account .woocommerce .woocommerce-address-fields button.woocommerce-Button:hover {
  background-color: #5567cd;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce .woocommerce-address-fields fieldset {
  font-size: 16px;
  margin-top: 20px;
  border: none;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .selection,
.woocommerce-account .woocommerce .woocommerce-address-fields .selection {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .selection .select2-selection,
.woocommerce-account .woocommerce .woocommerce-address-fields .selection .select2-selection {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgb(201, 201, 201);
  min-height: 48px;
  display: flex;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .selection .select2-selection .select2-selection__rendered,
.woocommerce-account .woocommerce .woocommerce-address-fields .selection .select2-selection .select2-selection__rendered {
  font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .selection .select2-selection__arrow,
.woocommerce-account .woocommerce .woocommerce-address-fields .selection .select2-selection__arrow {
  top: 11px;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm .selection:focus,
.woocommerce-account .woocommerce .woocommerce-address-fields .selection:focus {
  outline: none;
}

.woocommerce-view-order h2 {
  margin-bottom: 10px;
}
.woocommerce-view-order .tracking-number-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-view-order .tracking-number-container a {
  font-weight: 600;
  color: #3a478e;
}
.woocommerce-view-order .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.select2-dropdown {
  border: 1px solid rgb(201, 201, 201);
  border-radius: 0px;
}
.select2-dropdown .select2-search__field {
  font-size: 14px;
  height: 30px;
}
.select2-dropdown .select2-search__field:focus {
  outline: none;
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #3a478e;
}

body.page:not(.home) main {
  padding-top: 125px;
  padding-bottom: 100px;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  body.page:not(.home) main {
    padding-inline: 20px;
  }
}
body.page:not(.home) main .header-content .page-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  font-size: 55px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) main .header-content .page-title {
    font-size: 40px;
  }
}
body.page:not(.home) .page-legal-informations {
  max-width: 900px;
}
body.page:not(.home) .page-legal-informations .page-content {
  line-height: 1.5;
}
body.page:not(.home) .page-legal-informations .page-content h1,
body.page:not(.home) .page-legal-informations .page-content h2,
body.page:not(.home) .page-legal-informations .page-content h3,
body.page:not(.home) .page-legal-informations .page-content h4 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}
body.page:not(.home) .page-legal-informations .page-content h1 {
  font-size: 34px;
  margin: 55px auto 25px;
}
body.page:not(.home) .page-legal-informations .page-content h2 {
  font-size: 21px;
  margin: 55px auto 25px;
}
body.page:not(.home) .page-legal-informations .page-content h3 {
  font-size: 18px;
  margin: 45px auto 20px;
}
body.page:not(.home) .page-legal-informations .page-content h4 {
  font-size: 16px;
  margin: 35px auto 15px;
}
body.page:not(.home) .page-legal-informations .page-content ul li,
body.page:not(.home) .page-legal-informations .page-content ol li {
  margin-bottom: 10px;
}
body.page:not(.home) .page-legal-informations .page-content ul li:last-of-type,
body.page:not(.home) .page-legal-informations .page-content ol li:last-of-type {
  margin-bottom: 0px;
}
body.page:not(.home) .page-legal-informations .page-content ul {
  list-style-position: outside;
  padding-left: 17px;
}
body.page:not(.home) .page-legal-informations .page-content ul li::marker {
  color: #3a478e;
}
body.page:not(.home) .page-legal-informations .page-content ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 28px;
}
body.page:not(.home) .page-legal-informations .page-content ol li {
  counter-increment: item;
  position: relative;
}
body.page:not(.home) .page-legal-informations .page-content ol li:before {
  position: absolute;
  top: 0;
  left: -28px;
  margin-right: 10px;
  content: counter(item);
  background: #3a478e;
  border-radius: 100%;
  color: #fff;
  width: 24px;
  text-align: center;
  display: inline-block;
}
body.page:not(.home) .page-legal-informations .page-content a {
  cursor: pointer;
  text-decoration: none;
  color: #3a478e;
}
body.page:not(.home) .page-legal-informations .page-content p {
  margin: 14px auto 20px;
  text-align: justify;
  line-height: 1.9;
}
body.page:not(.home) .page-legal-informations .page-content strong {
  color: #3a478e;
  font-weight: 600;
}
body.page:not(.home) .page-legal-informations .page-content table {
  border-collapse: collapse;
  border-radius: 10px;
  background-color: #f6f6f6;
}
body.page:not(.home) .page-legal-informations .page-content table th,
body.page:not(.home) .page-legal-informations .page-content table td {
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #cfcfcf;
}
body.page:not(.home) .page-legal-informations .page-content table tr:last-child td {
  border-bottom: none;
}
body.page:not(.home) .page-legal-informations .page-content table td:first-child {
  min-width: 200px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.page:not(.home) .page-legal-informations .page-content table td:first-child,
  body.page:not(.home) .page-legal-informations .page-content table td:last-child {
    min-width: 100%;
    display: block;
  }
}
body.page:not(.home) .page-contact,
body.page:not(.home) .page-contact-pro {
  max-width: 900px;
}
body.page:not(.home) .page-contact .page-content,
body.page:not(.home) .page-contact-pro .page-content {
  line-height: 1.8;
}
body.page:not(.home) .page-contact .page-content .contact-introduction p,
body.page:not(.home) .page-contact-pro .page-content .contact-introduction p {
  margin-bottom: 20px;
}
body.page:not(.home) .page-contact .page-content .contact-introduction a,
body.page:not(.home) .page-contact-pro .page-content .contact-introduction a {
  color: #3a478e;
  font-weight: 600;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
}
body.page:not(.home) .page-contact .page-content .contact-introduction a:after,
body.page:not(.home) .page-contact-pro .page-content .contact-introduction a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
body.page:not(.home) .page-contact .page-content .contact-introduction a:hover:after,
body.page:not(.home) .page-contact-pro .page-content .contact-introduction a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
body.page:not(.home) .page-contact .page-content .contact-introduction a:hover,
body.page:not(.home) .page-contact-pro .page-content .contact-introduction a:hover {
  color: #3a478e;
}

.single .post {
  padding-top: 118px;
}
.single .post .header-content {
  max-width: 1200px;
  margin-inline: auto;
}
.single .post .header-content .post-thumbnail {
  position: relative;
}
.single .post .header-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.single .post .header-content .post-thumbnail .categories-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single .post .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 65px;
  margin-bottom: 50px;
}
.single .post .table-of-contents {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .single .post .table-of-contents {
    padding-inline: 20px;
  }
}
.single .post .table-of-contents .toc-container {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
  max-width: 800px;
  margin-inline: auto;
}
.single .post .table-of-contents .toc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.single .post .table-of-contents .toc-title .toc-icon img {
  display: block;
  width: 25px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(823%) hue-rotate(215deg) brightness(114%) contrast(93%);
}
.single .post .table-of-contents .toc-title p {
  margin: 0;
  padding-left: 8px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .post .table-of-contents ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-inline: 10px;
  list-style: none;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.single .post .table-of-contents ul li {
  font-size: 14px;
  line-height: 1.8;
}
.single .post .table-of-contents ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: transform 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .post .table-of-contents ul li a:hover {
  transform: translateX(5px);
}
.single .post .table-of-contents ul li:first-of-type {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(246, 246, 246, 0.2);
}
.single .post .table-of-contents ul .toc-item.active a {
  color: #38e8bd;
  transform: translateX(5px);
}
.single .post .table-of-contents.fixed {
  position: fixed;
  top: 20px;
}
.single .post .post-informations .post-title {
  font-size: clamp(26px, 3vw, 34px);
  margin: 0px auto 15px;
  color: #3a478e;
  line-height: 1.5;
}
.single .post .post-informations .post-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  color: #b9b9b9;
  font-style: italic;
}
.single .post .page-content {
  line-height: 1.5;
}
.single .post .page-content h2,
.single .post .page-content h3,
.single .post .page-content h4 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}
.single .post .page-content h2 {
  font-size: clamp(24px, 3vw, 28px);
  margin: 55px auto 25px;
  color: #3a478e;
}
.single .post .page-content h3 {
  font-size: clamp(20px, 3vw, 22px);
  margin: 45px auto 20px;
}
.single .post .page-content h4 {
  font-size: clamp(18px, 3vw, 20px);
  margin: 35px auto 15px;
}
.single .post .page-content ul li,
.single .post .page-content ol li {
  margin-bottom: 20px;
  line-height: 1.9;
}
.single .post .page-content ul li:last-of-type,
.single .post .page-content ol li:last-of-type {
  margin-bottom: 0px;
}
.single .post .page-content ul {
  list-style-position: outside;
  padding-left: 17px;
}
.single .post .page-content ul li::marker {
  color: #3a478e;
}
.single .post .page-content ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 28px;
}
.single .post .page-content ol li {
  counter-increment: item;
  position: relative;
}
.single .post .page-content ol li:before {
  position: absolute;
  top: 0;
  left: -28px;
  margin-right: 10px;
  content: counter(item);
  background: #3a478e;
  border-radius: 100%;
  color: #fff;
  width: 24px;
  text-align: center;
  display: inline-block;
}
.single .post .page-content a {
  cursor: pointer;
  text-decoration: none;
  color: #3a478e;
}
.single .post .page-content p {
  margin: 14px auto 20px;
  text-align: justify;
  line-height: 1.9;
}
.single .post .page-content strong {
  color: #3a478e;
  font-weight: 600;
}
.single .post .page-content .wp-block-quote {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
}
.single .post .page-content .wp-block-quote p {
  color: #3a478e;
  margin: 0px;
}
.single .post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
}
.single .post .page-content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.single .post .page-content .wp-block-image figcaption {
  font-style: italic;
  text-align: center;
  color: #b5b5b5;
  font-size: 14px;
}
.single .post .page-content .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single .post .page-content .wp-block-columns .wp-block-image {
  margin: unset;
}
.single .post .page-content .wp-block-video {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single .post .page-content .wp-block-video video {
  border-radius: 10px;
}
.single .post .page-content .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.single .post .page-content .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.single .post .page-content .block-group-keytakeaways {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.single .post .page-content .block-group-keytakeaways h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}
.single .post .page-content .block-group-keytakeaways ul {
  font-size: 14px;
}
.single .post .page-content .block-group-summary {
  background-color: #d7fbf2;
  padding: 5px;
  padding: 20px;
  font-size: 16px;
}
.single .post .page-content .block-group-summary h4 {
  margin: unset;
  color: #38e8bd;
  margin-bottom: 15px;
  font-size: 22px;
}
.single .post .page-content .block-group-summary p {
  margin: 0px;
}
@media screen and (min-width: 769px) {
  .single .post .page-content .block-group-summary {
    border-left: 5px solid #38e8bd;
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .single .post .page-content .block-group-summary {
    border-bottom: 5px solid #38e8bd;
    border-radius: 10px 10px 0 0;
  }
  .single .post .page-content .block-group-summary h4 {
    text-align: center;
  }
}
.single .post .comments-area {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single .post .comments-area h2 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: clamp(32px, 5vw, 46px);
  margin-bottom: 20px;
}
.single .post .comments-area h3 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}
.single .post .comments-area a {
  text-decoration: none;
  color: #767676;
  text-decoration: none;
}
.single .post .comments-area .post-count-comments-container {
  text-align: center;
  margin-bottom: 4rem;
}
.single .post .comments-area .comment-notes {
  text-align: center;
  margin-bottom: 15px;
}
.single .post .comments-area .comment-list {
  list-style-type: none;
}
.single .post .comments-area .comment-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single .post .comments-area .comment-list .comment .comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single .post .comments-area .comment-list .comment .comment-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-author .fn {
  display: block;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #3a478e;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-author .says {
  display: none;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-author img {
  display: none;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-meta {
  font-size: 14px;
  color: #767676;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-meta .comment-edit-link {
  color: #3a478e;
}
.single .post .comments-area .comment-list .comment .comment-body .reply {
  margin-left: 10px;
  font-size: 14px;
}
.single .post .comments-area .comment-list .comment .comment-body .reply a {
  margin-left: 5px;
}
.single .post .comments-area .comment-list .comment .comment-body .reply:before {
  content: "";
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(4924%) hue-rotate(195deg) brightness(95%) contrast(92%);
  display: inline-block;
  background-image: url("./assets/images/reply.svg");
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.single .post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #3a478e;
}
.single .post .comments-area .comment-list .comment .children {
  margin-left: 20px;
}
.single .post .comments-area .comment-list .comment .children .comment.byuser {
  border: none;
}
.single .post .comments-area .comment-list .comment::marker {
  content: "";
}
.single .post .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: #3a478e;
  margin-left: 20px;
}
.single .post .comments-area .comment-respond .logged-in-as {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.single .post .comments-area .comment-respond .logged-in-as .comment-user-profile {
  color: #3a478e;
  font-weight: 600;
}
.single .post .comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.single .post .comments-area .comment-respond .comment-form-comment label {
  display: none;
}
.single .post .comments-area .comment-respond .comment-form-comment textarea {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  outline: none;
  padding: 20px;
  resize: vertical;
  height: 150px;
}
.single .post .comments-area .comment-respond .user_inputs {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single .post .comments-area .comment-respond .user_inputs .comment-form-author,
.single .post .comments-area .comment-respond .user_inputs .comment-form-email,
.single .post .comments-area .comment-respond .user_inputs .comment-form-url {
  flex: 1;
}
.single .post .comments-area .comment-respond .user_inputs .comment-form-author input,
.single .post .comments-area .comment-respond .user_inputs .comment-form-email input,
.single .post .comments-area .comment-respond .user_inputs .comment-form-url input {
  width: 100%;
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
}
.single .post .comments-area .comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single .post .comments-area .comment-respond .form-submit input {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  border: none;
  cursor: pointer;
  width: 100%;
}
.single .post .comments-area .comment-respond .form-submit input:hover {
  background-color: #5567cd;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .single .post .header-content .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single .post .header-content .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .single .post .header-content .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .single #comments {
    padding-inline: 20px;
  }
  .single #comments .logged-in-as {
    flex-direction: column;
    gap: none;
  }
  .single #comments .form-submit {
    text-align: center;
  }
}
.section-faq .faq-title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: clamp(32px, 5vw, 46px);
  margin-bottom: 20px;
}
.section-faq .faq-text-description {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
.section-faq .faq-container .input-search {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-container .input-search {
    width: 100%;
  }
}
.section-faq .faq-container .input-search input {
  border: 1px solid #252525;
  padding: 10px 40px;
  color: #252525;
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 12px;
}
.section-faq .faq-container .input-search input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-container .input-search input {
    width: 100%;
  }
}
.section-faq .faq-container .input-search .search-icon,
.section-faq .faq-container .input-search .clear-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(11%) saturate(665%) hue-rotate(112deg) brightness(99%) contrast(90%);
}
.section-faq .faq-container .input-search .search-icon {
  left: 10px;
}
.section-faq .faq-container .input-search .clear-icon {
  right: 10px;
}
.section-faq .faq-container .faq-item {
  border-bottom: 1px solid #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s;
}
.section-faq .faq-container .faq-item .question h2 {
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1.6;
}
.section-faq .faq-container .faq-item .question h2:hover {
  color: #3a478e;
}
.section-faq .faq-container .faq-item .question h2:hover::after {
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(4924%) hue-rotate(195deg) brightness(95%) contrast(92%);
}
.section-faq .faq-container .faq-item .question h2::after {
  content: "";
  background-image: url("./assets/images/chevronDown.svg");
  background-position: center;
  background-size: contain;
  float: right;
  width: 15px;
  min-width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
}
.section-faq .faq-container .faq-item .answer {
  max-height: 0;
  overflow: hidden;
  font-size: 13px;
  transition: max-height 0.2s ease-in-out;
}
.section-faq .faq-container .faq-item .answer .inner-answer {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 10px;
}
.section-faq .faq-container .faq-item .answer .inner-answer p {
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}
.section-faq .faq-container .faq-item .answer .inner-answer p:last-of-type {
  margin-bottom: 0px;
}
.section-faq .faq-container .faq-item .answer .inner-answer h3 {
  margin-bottom: 20px;
}
.section-faq .faq-container .faq-item .answer .inner-answer a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
  text-decoration: none;
  font-weight: 600;
  color: #3a478e;
  margin-top: 5px;
}
.section-faq .faq-container .faq-item .answer .inner-answer a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.section-faq .faq-container .faq-item .answer .inner-answer a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.section-faq .faq-container .faq-item .answer .inner-answer a:hover {
  color: #3a478e;
}
.section-faq .faq-container .faq-item .answer .inner-answer ul {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.section-faq .faq-container .faq-item .answer .inner-answer ul li {
  padding-bottom: 5px;
  margin-left: 17px;
  text-align: justify;
  line-height: 1.6;
}
.section-faq .faq-container .faq-item.expanded .question {
  color: #3a478e;
}
.section-faq .faq-container .faq-item.expanded .question::after {
  transform: rotate(0deg);
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(4924%) hue-rotate(195deg) brightness(95%) contrast(92%);
}
.section-faq .faq-container .faq-item.expanded .answer {
  overflow: hidden;
}
.section-faq .faq-more .btn-container {
  margin-top: 50px;
}
.section-faq .faq-more .btn-container a {
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.3s;
}
.section-faq .faq-more .btn-container a:hover {
  background-color: #f6f6f6;
  color: #252525;
}

.page-faq .section-faq {
  max-width: 1300px;
  margin-inline: auto;
}
.page-faq .section-faq .faq-block-container {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .page-faq .section-faq .faq-block-container {
    flex-direction: column;
  }
}
.page-faq .section-faq .faq-block-container .tabs-container {
  position: sticky;
  top: 50px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
  row-gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-faq .section-faq .faq-block-container .tabs-container {
    width: 100%;
    position: unset;
    min-width: unset;
  }
}
.page-faq .section-faq .faq-block-container .tabs-container a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #efefef;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #252525;
  text-decoration: none;
}
.page-faq .section-faq .faq-block-container .tabs-container a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.page-faq .section-faq .faq-block-container .tabs-container a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #3a478e;
}
.page-faq .section-faq .faq-block-container .tabs-container a:hover {
  color: #3a478e;
}
.page-faq .section-faq .faq-block-container .tabs-container a:hover {
  color: #3a478e;
}

.single .section-faq {
  margin-top: 50px;
  margin-bottom: 50px;
}

body.suivi-commande .page-content #order-tracking-form,
body.order-tracking .page-content #order-tracking-form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}
body.suivi-commande .page-content #order-tracking-form input[type=number],
body.suivi-commande .page-content #order-tracking-form input[type=email],
body.order-tracking .page-content #order-tracking-form input[type=number],
body.order-tracking .page-content #order-tracking-form input[type=email] {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgb(201, 201, 201);
  text-align: center;
}
body.suivi-commande .page-content #order-tracking-form input[type=number]::-moz-placeholder, body.suivi-commande .page-content #order-tracking-form input[type=email]::-moz-placeholder, body.order-tracking .page-content #order-tracking-form input[type=number]::-moz-placeholder, body.order-tracking .page-content #order-tracking-form input[type=email]::-moz-placeholder {
  text-align: center;
}
body.suivi-commande .page-content #order-tracking-form input[type=number]::placeholder,
body.suivi-commande .page-content #order-tracking-form input[type=email]::placeholder,
body.order-tracking .page-content #order-tracking-form input[type=number]::placeholder,
body.order-tracking .page-content #order-tracking-form input[type=email]::placeholder {
  text-align: center;
}
body.suivi-commande .page-content #order-tracking-form input[type=number]:focus,
body.suivi-commande .page-content #order-tracking-form input[type=email]:focus,
body.order-tracking .page-content #order-tracking-form input[type=number]:focus,
body.order-tracking .page-content #order-tracking-form input[type=email]:focus {
  outline: none;
}
body.suivi-commande .page-content #order-tracking-form input[type=number]::-webkit-inner-spin-button,
body.suivi-commande .page-content #order-tracking-form input[type=number]::-webkit-outer-spin-button,
body.order-tracking .page-content #order-tracking-form input[type=number]::-webkit-inner-spin-button,
body.order-tracking .page-content #order-tracking-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.suivi-commande .page-content #order-tracking-form input[type=number],
body.order-tracking .page-content #order-tracking-form input[type=number] {
  -moz-appearance: textfield;
}
body.suivi-commande .page-content #order-tracking-form input[type=submit],
body.order-tracking .page-content #order-tracking-form input[type=submit] {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: block;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  width: 100%;
}
body.suivi-commande .page-content #order-tracking-form input[type=submit]:hover,
body.order-tracking .page-content #order-tracking-form input[type=submit]:hover {
  background-color: #5567cd;
  color: #fff;
}
body.suivi-commande .page-content p.tracking-error-message,
body.order-tracking .page-content p.tracking-error-message {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #e03c3d;
}
body.suivi-commande .page-content h2.title,
body.order-tracking .page-content h2.title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
}
body.suivi-commande .page-content p.date,
body.order-tracking .page-content p.date {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: #767676;
  margin-bottom: 30px;
}
body.suivi-commande .page-content P.no-tracking,
body.order-tracking .page-content P.no-tracking {
  text-align: center;
  font-weight: 600;
  color: #3a478e;
}
body.suivi-commande .page-content .btn-tracking,
body.order-tracking .page-content .btn-tracking {
  display: block;
  text-decoration: none;
  background-color: #3a478e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
  font-weight: 600;
}
body.suivi-commande .page-content .btn-tracking.fedex,
body.order-tracking .page-content .btn-tracking.fedex {
  background-color: #4d3694;
  color: #f57d28;
}
body.suivi-commande .page-content .btn-tracking.ems,
body.order-tracking .page-content .btn-tracking.ems {
  background-color: #ff8400;
  color: #0033a1;
}
body.suivi-commande .page-content .btn-tracking.japan-post,
body.order-tracking .page-content .btn-tracking.japan-post {
  background-color: #cc0000;
  color: #fff;
}
body.suivi-commande .page-content .btn-tracking:hover,
body.order-tracking .page-content .btn-tracking:hover {
  transform: translateY(-5px);
}
body.suivi-commande .page-content .products-container,
body.order-tracking .page-content .products-container {
  margin-top: 30px;
  max-width: 900px;
  margin-inline: auto;
}
body.suivi-commande .page-content .products-container .product,
body.order-tracking .page-content .products-container .product {
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #d4d4d4;
  flex-wrap: wrap;
  row-gap: 10px;
}
body.suivi-commande .page-content .products-container .product .product-title,
body.suivi-commande .page-content .products-container .product .product-quantity,
body.suivi-commande .page-content .products-container .product .product-price,
body.order-tracking .page-content .products-container .product .product-title,
body.order-tracking .page-content .products-container .product .product-quantity,
body.order-tracking .page-content .products-container .product .product-price {
  display: flex;
  flex-direction: column;
}
body.suivi-commande .page-content .products-container .product .product-title .legend,
body.suivi-commande .page-content .products-container .product .product-quantity .legend,
body.suivi-commande .page-content .products-container .product .product-price .legend,
body.order-tracking .page-content .products-container .product .product-title .legend,
body.order-tracking .page-content .products-container .product .product-quantity .legend,
body.order-tracking .page-content .products-container .product .product-price .legend {
  font-size: 12px;
  padding-bottom: 3px;
  color: #686f8c;
}
body.suivi-commande .page-content .products-container .product .product-title,
body.order-tracking .page-content .products-container .product .product-title {
  flex-grow: 1;
}
body.suivi-commande .page-content .products-container .product .product-quantity,
body.suivi-commande .page-content .products-container .product .product-price,
body.order-tracking .page-content .products-container .product .product-quantity,
body.order-tracking .page-content .products-container .product .product-price {
  flex-grow: 0;
  flex-basis: 50px;
  text-align: center;
}
body.suivi-commande .page-content .products-container .order-summary,
body.order-tracking .page-content .products-container .order-summary {
  padding: 10px 0px;
  text-align: right;
}
body.suivi-commande .page-content .products-container .order-summary .shipping-cost,
body.order-tracking .page-content .products-container .order-summary .shipping-cost {
  padding-bottom: 10px;
}
body.suivi-commande .page-content .shipping-address-container,
body.order-tracking .page-content .shipping-address-container {
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
}
body.suivi-commande .page-content .shipping-address-container P.name,
body.order-tracking .page-content .shipping-address-container P.name {
  font-weight: 600;
}
body.suivi-commande .page-content .shipping-address-container p.city,
body.order-tracking .page-content .shipping-address-container p.city {
  font-weight: 600;
  text-transform: uppercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

::-moz-selection {
  background: rgba(176, 176, 176, 0.387);
}

::selection {
  background: rgba(176, 176, 176, 0.387);
}

a {
  outline: 0;
}

.admin-bar.diy-district {
  padding-top: 32px;
}
.admin-bar.diy-district #site-header {
  top: 32px;
}
.admin-bar.diy-district .wrapper-site-navigation {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar.diy-district {
    padding-top: 46px;
  }
  .admin-bar.diy-district #site-header {
    top: 46px;
  }
  .admin-bar.diy-district .wrapper-site-navigation {
    top: 46px;
  }
}
.body-fixed {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */