body {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings: "wdth" 100, "YTLC" 500;
	background-color: #fdfaf5;
	color: #3a3a3a;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	color: #000;
	font-weight: 700;
}

a {
	color: #c69c6d;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #a67c52;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: transparent;
}

.btn-primary:hover {
	background-color: #ccc;
}

.form-control:focus {
	outline: .1875rem solid #000;
	border-color: #000;
}

.custom-radio input[type="radio"]:checked + span {
	background-color: #000;
}

/* ===== HEADER ===== */
.header {
  background-color: #fff8f2;
  padding: 20px 0;
  border-bottom: 1px solid #e0d5c6;
}

.header .logo img {
  max-height: 60px;
}

/* ===== FOOTER ===== */
.footer {
  background-color: #fff1e8;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.footer a {
  color: #a0604d;
}

.footer a:hover {
  color: #7d4533;
}

/* ===== PRODUCT LIST ===== */
.product-miniature {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  transition: box-shadow 0.3s;
}

.product-miniature:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-miniature .product-title {
  color: #3a3a3a;
  font-size: 18px;
  margin-top: 10px;
}

.product-price {
  color: #a0604d;
  font-weight: bold;
  margin-top: 5px;
}

.header {
  background-color: #fff8f2;
  border-bottom: 1px solid #e0d5c6;
  padding: 10px 0;
}

.header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo img {
  height: 60px;
  width: auto;
}

.main-menu ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-menu a {
  font-size: 15px;
  text-transform: uppercase;
  color: #a0604d;
}

.main-menu a:hover {
  color: #7d4533;
}

@media screen and (max-width: 768px) {
  .main-menu ul {
    flex-direction: column;
    gap: 10px;
  }
}

.footer-container {
	padding-top: 0;
}

.footer {
  background-color: #fff1e8;
  padding: 40px 20px;
  text-align: center;
  color: #6d4c41;
  font-size: 14px;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
  max-height: 100px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #a0604d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.footer-links a:hover {
  color: #7d4533;
}

.footer-social {
  margin-top: 15px;
}

.footer-social img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.footer-social img:hover {
  filter: none;
}

.footer-bottom {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
}

#footer .finalrow {
	border-top: 1px solid #ccc;
}

#footer .finalrow a {
	text-decoration: none;
	color: #7a7a7a;
	margin: 0 20px;
}

.links .wrapper {
	text-align: left;
}

.footer-container li {
	margin-bottom: .3125rem;
	font-size: 14px;
}

#contact-infos li a {
	color: #000;
}

.home-featured {
  padding: 60px 20px;
  background-color: #fdfaf5;
}

.home-featured h2 {
  color: #3a3a3a;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}

.product-page {
  padding: 60px 20px;
  background-color: #fff8f2;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.product-image {
  flex: 1 1 45%;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
}

.product-info {
  flex: 1 1 45%;
}

.product-title {
  font-size: 28px;
  color: #a0604d;
  margin-bottom: 10px;
}

#product .product-price {
  font-size: 30px;
  color: #3a3a3a;
  margin-bottom: 20px;
  font-weight: bold;
}

.product-description {
  margin-bottom: 30px;
  line-height: 1.6;
}

.product-add-to-cart .product-quantity,
.product-add-to-cart .add {
  margin-top: 0px;
}

.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
	border: #000 1px solid;
}

.product-container h1 {
	color: #1e5768;
	text-transform: none;
	font-size: 30px;
}

#product-availability .material-icons {
	line-height: 20px;
}

.wishlist-button-add {
	display: inline-block !important;
}

.tax-shipping-delivery-label {
	display: none;
}

.wishlist-button-add {
	box-shadow: none !important;
	border: 1px solid #000 !important;
	margin-top: -10px !important;
}

.wishlist-button-add i {
	color: #000 !important;
}

@media screen and (max-width: 768px) {
  .product-wrapper {
    flex-direction: column;
  }

  .product-image,
  .product-info {
    flex: 1 1 100%;
  }
}

.product-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #5e4333;
}

.product-quantity label {
  font-weight: bold;
}

.product-quantity input[type="number"] {
  width: 80px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #c4a58a;
  border-radius: 4px;
  background-color: #fffdfb;
  color: #3a3a3a;
}

.add button {
	background-color: #000;
	color: #fff;
	padding: 10px 25px;
    padding-top: 10px;
	border: none;
	border-radius: 0;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.add button:hover {
  background-color: #ccc;
}

.product-actions .add-to-cart .material-icons {
	line-height: 20px;
}

.category-title {
  font-size: 28px;
  color: #a0604d;
  text-align: center;
  margin: 40px 0 20px;
}

.category-description {
  margin-bottom: 40px;
  font-size: 15px;
  color: #4b3d33;
  line-height: 1.7;
}

.category-products .product-list.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}

.no-products {
  text-align: center;
  color: #888;
  font-style: italic;
  margin: 60px 0;
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #a0604d;
  border-radius: 2px;
}

/* Navigation */
.main-nav {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff8f2;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    width: 100%;
  }

  .main-nav li {
    margin-bottom: 10px;
  }

  .main-nav a {
    color: #a0604d;
    font-size: 16px;
    text-transform: uppercase;
  }
}

.home-slider {
  max-width: 1200px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#carousel {
  position: relative;
}

#carousel .carousel-inner img {
  width: 100%;
  height: auto;
  display: block;
}

#carousel .carousel-caption {
  background-color: rgba(160, 96, 77, 0.7);
  padding: 15px;
  border-radius: 4px;
  color: #fff;
}

#header .header-nav .container, #header .header-top .container {
	/*width: 1900px;*/
}

.header-nav {
	background: #532c3f;
	color: #fff;
}

.headerContactPhone, .headerContactEmail {
	padding: 0 20px;
	line-height: 3em;
}

#search_widget {
	overflow: hidden;
}

#search_widget form input {
	width: 100%;
	padding: 12px 20px 2px 40px;
	outline: none;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}

#search_widget form input::placeholder {
	color: #fff;
}

#search_widget form i {
	padding: 8px 0 0 0;
}

#_mobile_searchbar #search_widget form input {
	border-color: #000;
	color: #000;
}

#_mobile_searchbar input::placeholder, textarea::placeholder {
	color: #7a7a7a;
}

#header .header-top {
	padding: .25rem 0;
}

#header .header-nav .blockcart {
	background: none;
}

#header .header-nav .blockcart .header {
	margin-top: 0;
	background-color: transparent;
	border: none;
	padding: 0;
}

#header .header-nav .cart-preview .shopping-cart {
	color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
	line-height: 0.8;
}

#header .header-nav .language-selector, #header .header-nav .user-info {
	margin-top: 0;
	color: #fff;
	padding: .75rem;
	margin-left: .9375rem;
}

#header .header-nav .user-info {
	display: none;
}

#header .header-nav .language-selector a, #header .header-nav .user-info a {
	color: #fff;
}

#header .header-nav .language-selector .material-icons, #header .header-nav .user-info .material-icons {
	line-height: 0.8;
}

#header .header-nav .language-selector .expand-more {
	color: #fff;
}

#header .header-nav .language-selector .dropdown-menu {
	margin-left: -50px;
	color: #3a3a3a;
}

#header .header-nav .language-selector a {
	color: #3a3a3a;
}

#_desktop_top_menu {
	float: right;
	margin-top: 20px;
}

#subcategories ul li {
	width: calc(100%/3 - 20px);
}

#header .header-top a[data-depth="0"] {
	color: #000;
	padding: .625rem .625rem 0 .625rem;
	margin-bottom: .625rem;
}

#header .header-top a[data-depth="0"]:hover {
	color: #1e5768;
	border-bottom: 2px solid #532c3f;
}

.top-menu .sub-menu, .top-menu .sub-menu.collapse {
	background-color: rgb(236, 233, 214);
	top: 65px;
}

.top-menu .sub-menu, .top-menu .sub-menu.collapse a {
	color: #000 !important;
}

.top-menu .sub-menu, .top-menu .sub-menu.collapse a:hover {
	color: #1e5768 !important;
}

.carousel .carousel-item figure {
	height: 100%;
	width: 100%;
}

#carousel .carousel-inner img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

#wrapper {
	background: #fff;
}

#custom-text h2 {
	text-transform: none;
}

.homeBanner .h2 {
	width: 100%;
	text-align: center;
	display: block;
}

.homeBanner img {
	max-width: 100%;
	width: auto;
}

#engagements {
	text-align: center;
}

#engagements .h2, .featured-products .h2 {
	width: 100%;
	text-align: center;
	display: block;
	margin: 50px 0 20px;
	font-weight: 700;
	color: #232323;
}

#engagements img {
	max-width: 200px;
	display: inline-block;
	margin: 0 10px;
}

#homeCategoryLink {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#homeCategoryLink img {
	max-width: 350px;
	flex: 0 0 33.3333%;
	margin: 10px;
}

.product-flags li.product-flag {
	background: #532c3f;
}

.products.row .product {
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-miniature .thumbnail-container .product-thumbnail img.miniProductTopImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}

.product-miniature .thumbnail-container .product-thumbnail:hover img.miniProductTopImage {
	display: inline;
	visibility: visible;
	opacity: 1;
}

.product-miniature .product-title a {
	font-size: 1.2rem;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.product-miniature .product-price-and-shipping {
	font-size: 1.1rem;
	color: #7a7a7a;
}

.product-miniature .thumbnail-container {
	margin-bottom: 0;
}

.product-description {
	margin-bottom: 0;
}

.block-social {
	text-align: center;
}

.block-social ul {
	display: block;
	text-align: center;
	width: 100%;
}

.block-social ul li {
	border-radius: 50%;
	background-color: #532c3f;
	color: #fff;
	width: 3.5rem;
	height: 3.5rem;
	margin: .125rem 0.5rem;
	background-position: center;
}

.block-social ul li:hover {
	background-color: #E1D5BB;
}

.block-social span {
	font-size: 20px;
}

.product-information .product-description p, .product-information-additionnal .tab-content p {
	font-size: 20px;
	line-height: 40px;
}


.product-information-additionnal {
	display: block;
	clear: both;
	width: 100%;
}

.product-information-additionnal .tabs {
	margin-top: 0;
}

.tabs .nav-tabs .nav-link {
	font-size: 22px;
}

.tabs .nav-tabs .nav-link.active {
	color : #532c3f;
	font-size: 22px;
}

.tabs .nav-tabs .nav-link:hover {

}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	border-bottom: #532c3f 3px solid;
}

#blockcart-modal .product-name {
	color: #532c3f;
}

#product-modal .modal-content .modal-body .product-images img:hover {
	border-color: #532c3f;
}

#header .header-nav .cart-preview.active {
	background-color: #FDFAF5;
}

#header .header-nav .cart-preview.active a, #header .header-nav .blockcart.active a:hover, #header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
	color: #532c3f;
}

#cms h1 {
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	width: 100%;
}

engagements-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}

.engagements-container h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #222;
}

.engagements-container h3 {
  font-size: 22px;
  color: #555;
}

.engagements-container p {
  font-size: 16px;
  margin-bottom: 15px;
}

.engagements-container ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}

.engagements-container li {
  margin-bottom: 10px;
}

.engagements-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 40px;
  justify-content: center;
}

.engagements-row-text {
	text-align: left;
}

.engagements-images-row {
  display: flex;
}

.engagements-images-row img, .engagements-images-row-4 img {
	max-width: 20%;
}

.engagements-images-row-5 img {
	max-width: 15%;
}

.engagements-images-row-3 img {
	max-width: 30%;
}

.engagements-images-row-1 img {
	max-width: 100%;
}

.engagements-images-row-2 img {
	max-width: 45%;
}

.engagements-images-row-2 a {
	max-width: 45%;
}

.engagements-images-row-2 a img {
	max-width: 100%;
}

.engagements-col {
  flex: 1 1 280px;
  text-align: center;
}

.engagements-col img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
}

.cms-id-8 .engagements-col {
  flex: 1 1;
  text-align: center;
}

.cms-id-8 .engagements-col img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
  display: block;
}

.cms-id-8 .engagements-row, .cms-id-10 .engagements-row {
	border-bottom: 3px solid #ccc;
	padding-bottom: 20px;
	margin-top: 40px;
}

.cms-id-8 .engagements-container h2 {
	margin-top: 0;
}

.engagements-text {
  flex: 2 1 500px;
}

.engagements-container a {
  color: #0073aa;
  text-decoration: underline;
}

.engagements-container a:hover {
  color: #005f8d;
}

hr {
  border: none;
  border-top: 3px solid #ccc;
  margin: 50px auto;
  max-width: 80%;
}

#back-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 65px;
	right: 15px;
	margin-left: 1240px;
	line-height: 44px;
	background: #532c3f;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
}

#back-top > span {
	display: inline-block;
}

a.back-top-link:hover > div > span {
	color: #c69c6d !important;
}

#back-top > span {
	color: #fff;
}

#cms-category-2, #cms-category-2 > .dropdown-item {
	cursor: default;
}

.pagination .current a {
	font-size: 1.25rem;
	text-decoration: none;
	background: red;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	background: #532c3f;
}

#ps_checkout-payment-method-logo-block-container {
	display: none;
}

.ps_checkout-payment-option label {
	margin-left: -5px;
}

.paypal-mark {
	display: none !important;
}

.btn-primary.continue:hover, #payment-confirmation .btn-primary:not(.disabled) {
	background: green;
}

.block-category {
	min-height: 0;
}

#subcategories .subcategory-heading {
	display: none;
}

.products-sort-order .select-title {
	line-height: 15px;
}

#subcategories {
	margin-bottom: 0;
	border-top: 0;
	padding: 0;
}

#subcategories ul li .subcategory-image {
	display: none;
}

#subcategories ul {
	justify-content: center;
}

#subcategories ul li {
	background: #FDFAF5;
	padding: 10px 10px 5px;
}

#subcategories ul li a {
	color: #000;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type="submit"] .search:hover, .top-menu .sub-menu a:hover {
	color: rgb(236, 233, 214);
}

.input-group .input-group-btn > .btn {
	background-color: #000;
}

#_desktop_top_menu > .top-menu > #cms-page-11 > a {
	border-bottom: 2px dashed #532c3f;
}

.cookieconsent-com---palette-light .cc-cp-foot-save, .cookieconsent-com---palette-light .cc-nb-okagree, .cookieconsent-com---palette-light .cc-nb-reject {
	color: #fff !important;
	background-color: #532c3f !important;
}

.cookieconsent-com---palette-light.cookieconsent-com---nb {
	max-width: 600px !important;
	margin: 4rem auto 0 !important;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
	color: #532c3f;
}

@media screen and (max-width: 768px) {
  .engagements-row {
    flex-direction: column;
  }

  .engagements-col, .engagements-text {flex: 1 1 100%; text-align: center; width: 100%;}

  .engagements-text {
    padding: 0 10px;
  }
  
  #back-top {
	  bottom: 20px;
	  right: 5px;
	  height: 43px;
	  width: 43px;
  }
  
  .footer-logo img {max-width: 100%;}
  .footer-container .links ul {background: transparent;}
  #footer .finalrow {text-align: center;}
  .carousel .carousel-inner {height: 100%;}
  .carousel {height: 40vh;}
  #header {box-shadow: none;}
  #header .header-top { padding: 0;}
  #wrapper {padding-top: 0;}
  #_mobile_logo {width: 100%; margin: 0 auto;}
  .product-information-additionnal .tabs {padding: 1rem 0;}
  .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link {font-size: 16px;}
  .product-quantity .qty .bootstrap-touchspin {min-width: 75px;}
  .product-quantity .qty {margin-right: 0;}
  .product-actions .add-to-cart {padding-left: 10px; padding-right: 10px;}
  .wishlist-button-product {margin-left: 0 !important;}
  .header-nav > .container > .row {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 48px;
	background: #532c3f;
  }
  #header .header-top {margin-top: 48px;}
  body#checkout .cart-grid-right #js-checkout-summary {display: none;}
  body#checkout #header .header-nav .logo {width: 100%; max-height: 100%;}
  .cms-id-8 .engagements-col img, .engagements-images-row img, .engagements-images-row-1 img, .engagements-images-row-2 img, .engagements-images-row-4 img, .engagements-images-row-5 img, .engagements-images-row-3 img, .engagements-col img {max-width: 100%;}
  
  #index #custom-text table {max-width: 100%;}
  #index #custom-text table td {display: block; width: 100%;}
  #index #custom-text table td img {max-width: 100%;}
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}