.main-menu,
.navbar,
.navbar-nav .nav-link {
  font-family: Oswald-SemiBold, roboto;
}
.fw-300,
.navbar-nav .nav-link {
  font-weight: 300 !important;
}
.asp-rat,
.category-img,
.magamenu__images-block img {
  aspect-ratio: attr(width) / attr(height);
}
.button:hover,
.calculate-btn,
.category-img:hover + .text-center a,
.footer-section a:hover,
.hover-bline:hover {
  text-decoration: underline;
}
.quantity-minus {
  border-radius: 0.3rem 0 0 0.3rem;
}
.quantity-plus {
  border-radius: 0 0.3rem 0.3rem 0;
}
.d-icon-times:before {
  content: "\f343";
}
.d-icon-times-circle:before {
  content: "\f345";
}
.d-icon-times {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.card-editaction {
  position: absolute;
  top: 4rem;
  z-index: 1;
}
.card-cartaction {
  position: absolute;
  top: 7rem;
  z-index: 1;
}
.card-action-right {
  right: 0.25rem !important;
}
.iconsave-red {
  color: red;
}
.fs-16,
.fs-18,
.fs-20,
.fs-22,
.fs-30,
.fw-300,
.home-section-title-cor {
  color: #35354c !important;
}
[data-cart-items="0"]::before {
  content: none;
}

.product-subtitle {
  /* box-sizing: border-box;*/
  /* color: rgb(35, 36, 41); */
  font-family: 'Cormorant', sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  /*line-height: 21.6px;*/
  text-align: left;
  /* white-space: nowrap; /* correspond à ton intention */
  margin-bottom: 0;
}



body {
  font-family: Cormorant, sans-serif;
  font-size: 0.9rem;
  color: #232429;
  overflow-y: scroll !important;
}
.body-gradient {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.body-content {
  background: #fbf9f5;
}
.sales-section-inner,
.second-slide-item {
  background-size: cover;
  background-repeat: no-repeat;
}
.navbar {
  padding: 12px 1rem;
}
.navbar-main {
  border-bottom: 1px solid #e5e5e5;
}
.bg-orange,
.bg-primary {
  background-color: #bd806e !important;
}
.aspect-ratio-box.aspect-96-71 {
  position: relative;
  width: 100%;
  padding-top: calc(71 / 96 * 100%);
  overflow: hidden;
}
.aspect-ratio-box.aspect-96-71 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-nav .nav-link {
  font-size: 20px;
  color: #000;
}
.navbar-topbar {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
.bg-light {
  background-color: #cbd2de !important;
}
.main-menu {
  background-color: #fff;
}
.bg-dark {
  background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link span:focus,
.navbar-light .navbar-nav .nav-link span:hover {
  color: #000;
  border-bottom: 1px solid;
}
.promotion {
  background-color: #1c1919 !important;
}
.flickity-page-dots .dot.is-selected,
[data-cart-items]::before {
  background-color: #000;
}
.btn {
  border-radius: 50px;
  font-family: "Abhaya Libre", serif;
}
.btn-white-primary {
  background-color: #f5f5f5;
}
.main.cart .quantity button[class*="btn"] {
  background: 0 0;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.navbar-toggler {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.navbar-light .navbar-toggler {
  color: #35354c;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (max-width: 991px) {
  .hide-mobile,
  .navbar-main .nav-link-underline {
    display: none !important;
  }
  .navbar-brand-logo svg {
    height: 32px;
  }
}
.fs-30 {
  font-size: 30px !important;
  letter-spacing: 1.6px;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.Oswald.fs-18,
.Oswald.fs-20,
.Oswald.fs-22 {
  letter-spacing: 1px;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.home-section-title-cor {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 23px !important;
  font-weight: 300;
}
.breadcrumb-item,
.cart,
.text-font {
  font-family: "Oswald-SemiBold", "roboto", serif;
}

.breadcrumb-item.active h1 {
  all: unset;
  font-family: "Oswald-SemiBold", "roboto", serif;
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  display: inline;
}



.carousel .slick-dots .slick-active button {
  background: #35354c !important;
}
.section-btn {
  padding: 7px 60px !important;
}
.category-img {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .fs-30 {
    font-size: 24px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .fs-16 {
    font-size: 12px !important;
  }
  .home-section-title-cor {
    font-size: 20px !important;
  }
}
.navbar-light .navbar-nav .nav-link,
.text-body,
.text-primary {
  color: #232429 !important;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .show > .nav-link nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link:hover,
.text-body[href]:focus,
.text-body[href]:hover {
  color: #000 !important;
}
.nav-tabs .nav-link.active {
  color: #232429 !important;
  font-weight: 700;
}
.nav-link.active::before {
  border-top: 1px solid #000 !important;
}
.btn-dark,
.btn-primary {
  border-color: #000 !important;
  background-color: #000 !important;
}
.list-group-item-action,
.list-styled-link,
.nav-item.show .nav-link,
.nav-link.active,
a {
  color: #232429;
}
.dropright-toggle span.active:after,
.list-group-item-action:hover,
.list-styled-link:hover,
.reorder .btn a,
a:hover {
  color: #000;
}
.main.cart .quantity button[class*="btn"]:hover {
  background-color: none;
}
.px-icons {
  fill: #232429;
}
.px-icons:hover {
  fill: #000000;
}
.list-styled-link:focus,
.list-styled-link:hover {
  color: #111;
}
.text-gray-400 {
  color: #909090 !important;
}
.text-gray-300,
.text-muted {
  color: #767676 !important;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #060606;
  border-color: #000;
}
.text-gray-500 {
  color: #525252 !important;
}
.form-control {
  color: #111;
  font-size: 0.875rem;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
@media (max-width: 640px) {
  .sm-inline-block {
    display: inline-block !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm-px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sm-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
}
.product-single .product-price {
  display: block;
  margin-bottom: 1.1rem;
  font-size: 1.9rem;
  line-height: 1;
}
.product-single .product-name {
  margin-top: 0.6rem;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  border-color: #1c6c8c !important;
  background-color: #1c6c8c !important;
}
.btn-primary {
  color: #fff;
}
.btn-dark {
  color: #fff;
  width: 100%;
}
.images-wrapper.hide-mobile,
.product-form {
  display: block !important;
}
@media all and (max-width: 100em) {
  .btn-dark {
    display: block;
    width: 100%;
  }
}
.arrow-inactive-none .slick-arrow.slick-disabled,
.arrow-none .slick-arrow,
.carousel.hide-disabled .slick-disabled,
.custom-class .ccol-12,
.custom-class .ccol-6,
.images-wrapper.hide-desktop,
.product-image-full {
  display: none !important;
}
.product-form select {
  -webkit-appearance: none;
  max-width: none;
  padding: 1rem 5rem 1rem 1rem;
  color: #222;
  font-size: 1rem;
  border: 1px solid #f5f5f5;
  margin: 0 0 10px;
  width: 100%;
  -webkit-appearance: auto;
  background: 0 0;
}
.select-box::before {
  top: 74% !important;
}
.px-title {
  margin-top: 1rem;
}
.variant-selector label.field-label .label-text {
  background: #e9e9e9;
  color: #111;
}
.variant-selector label.field-label .label-img {
  cursor: pointer;
  display: inline-block;
  max-height: 82px;
  max-width: 82px;
}
.variant-selector label.field-label input:checked + .label-text,
.variant-selector label.field-label:hover .label-text {
  background: #000;
  color: #fff;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
  display: inline-flex;
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.calculate-btn:hover {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: inherit;
  opacity: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #909090;
  content: url("https://cdn.pixfizz.com/fz/99c75efb46/0/FssXgJxeYAIWGEdwtgHZGGxc8kC-Zc7ouZ5LPgXOTo4/~/chevron-right-regular.svg");
  font-size: 0.75rem;
  width: 0.9rem;
  height: auto;
}
.breadcrumb-item {
  font-weight: 400;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .classic .flex-row {
    display: none;
  }
  .navbar-sidenav {
    display: none !important;
  }
}
.classic .flex-row .nav-item.ml-lg-n4 {
  margin-right: 1.25rem;
}
.navbar-sidenav,
.slick-track {
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  .btn-gray-500 {
    margin-top: 10px;
  }
  .navbar-sidenav {
    display: none !important;
  }
}
.address form,
.card-img-overlay form {
  display: inline-block;
}
.bg-cover-main {
  min-height: 510px;
}
.bg-cover-grid {
  min-height: 240px;
}
.progress .progress-bar {
  width: 66%;
}
.custom-select {
  background-color: #f5f5f5 !important;
}
.btn-white-primary:focus,
.btn-white-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #232429;
}
.announcement,
.btn-outline-dark a:hover,
.popup-option .close,
.reorder:hover {
  color: #fff;
}
.address .btn-circle {
  border-radius: 50%;
}
#hiddenParagraphs,
.card-actions .card-action + .card-action + .card-action,
.carousel > *,
.dropright-toggle::after,
.personalize-button.hidden,
.photo-upload-block.hidden,
.shoppage select.custom-select.custom-select-xs,
.slider-wrapper,
.submit-section-separator.hidden,
.variant-selector label.field-label.fond .selected-form,
.variant-selector
  label.field-label.fond
  input:checked
  + .label-img
  img.label-img,
.variant-selector label.field-label.fond input:hover + .label-img img.label-img,
.video-upload-block.hidden,
.widgetColissimo.hidden,
.widget_colissimo_close,
px-image-upload .hidden {
  display: none;
}
.myaccount .dropdown-menu {
  left: -100px;
}
.tooltip-inner {
  font-size: 0.85rem;
}
.announcement,
.megamenu__section-heading {
  font-family: Oswald-SemiBold, roboto;
  font-size: 20px;
}
.card-body {
  padding: 1rem;
}
.card-actions {
  padding: 1rem;
  bottom: 1.5rem;
}
.info-button {
  padding-left: 5px;
  vertical-align: top;
}
.popup-option {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-option .close {
  position: absolute;
  right: 2px !important;
  top: 2px !important;
  padding: 5px;
  transition: color 0.3s;
  font-size: 1em;
  line-height: 0.6em;
  font-weight: 300;
}
.popup-option .popuptext-option {
  visibility: hidden;
  width: 320px;
  background-color: #3b535f;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  border-radius: 0;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -16px;
  font-weight: 300;
}
.popup-option .popuptext-option::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 6%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
.popup-option .show-option {
  visibility: visible;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
}
@media (max-width: 991.98px) {
  .popup-option .popuptext-option {
    width: 120px;
  }
  .home-btn-mobile {
    margin-bottom: 20px !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.dropdown-menu {
  opacity: inherit;
  display: none;
}
.cart-notification .tooltip-inner {
  background-color: #000;
  font-size: 1.2em;
  padding: 0.5em 1em;
}
.cart-notification.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #000;
}
.announcement-wrapper {
  margin: 2px auto 4px;
}
.bg-white {
  background-color: #fbf9f5 !important;
}
.bg-light_green {
  background-color: #c7cbbc !important;
}
.nav-link svg {
  height: 18px;
}
.calculate-price-section,
.magamenu__images-block,
.product-header {
  display: flex;
  justify-content: space-between;
}
.magamenu__images-block img {
  width: calc(50% - 32px);
}
.magamenu__images-block__single-image img {
  width: 100%;
}
.megamenu__section-heading {
  font-weight: 600;
  margin-bottom: 5px;
}
.megamenu__section-heading__album,
.megamenu__section-heading__bapteme,
.megamenu__section-heading__calendrier,
.megamenu__section-heading__mariage,
.megamenu__section-heading__naissance,
.megamenu__section-heading__soldes,
.megamenu__section-heading__voux {
  color: #000 !important;
}
.list-styled-link {
  color: #000;
  font-family: Baskerville, regular;
  font-size: 14px;
  font-weight: 400;
}
.home-page-hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-slide-iner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  max-width: 700px;
  padding: 0 60px;
  position: absolute;
  right: 14, 2vw;
}
.hero-text {
  color: #fff;
  font-family: "Alternate Gothic ATF", sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: 120px;
  margin-bottom: 47px;
}
.hero-text-secondary {
  font-family: "La Belle Aurore", cursive;
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 56px;
}
.hero-slide-iner-wrapper .home-button {
  font-size: 30px;
}
@media (max-width: 2559px) {
  .hero-slide-iner-wrapper {
    right: 7vw;
  }
  .hero-text {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  .hero-text-secondary {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .hero-slide-iner-wrapper .home-button {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .hero-slide-iner-wrapper {
    right: 13.5vw;
    gap: 30px;
  }
  .hero-text {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
  }
  .hero-text-secondary {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .hero-slide-iner-wrapper .home-button {
    font-size: 10px;
  }
}
.home-section-subtitle,
.home-section-title,
.second-slide-item-content-wrapper span,
.slider-tab {
  line-height: normal;
  font-style: normal;
}
@media (max-width: 768px) {
  .navbar-main > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fs-22,
  .fs-30 {
    font-size: 20px !important;
  }
  .descs,
  .fs-18,
  .fs-20,
  .home-section-title-cor {
    font-size: 18px !important;
  }
  .hero-text {
    font-size: 38.871px;
  }
  .hero-text-secondary {
    font-size: 22.513px;
  }
  .row > .date,
  .row > .stars {
    font-size: 10px !important;
  }
  .home-button {
    font-size: 15px !important;
  }
}
.home-button {
  width: fit-content;
  background-color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff !important;
  margin: 0 auto;
  padding: 7px 21px;
  user-select: none;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  position: relative;
  border: none;
  text-transform: uppercase;
}
.address-field-wrapper input:focus,
.address-field-wrapper select:focus,
.card {
  background-color: transparent;
}
.grainy,
.hero-slide-iner-wrapper > * {
  z-index: 1;
}
.shop-card-wrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 15vh;
}
.home-button:active,
.home-button:focus,
.home-button:hover {
  background-color: #fff;
  color: #000 !important;
}
.section-title-wrapper {
  padding: 72px 20px;
}
.section-title-wrapper-1 {
  padding: 36px 20px 72px;
}
.home-section-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #35354c;
  text-align: center;
  margin-bottom: 10px;
}
.home-section-title-2,
.home-section-title-3 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  letter-spacing: 0.2px;
}
.home-section-subtitle {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #35354c;
  text-align: center;
  margin-bottom: 0;
}
.second-slide-item {
  height: 80vh;
  position: relative;
  padding: 0;
}
.second-slide-item-content-wrapper {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 35px;
  text-align: center;
}
.innovations-section,
.team-section {
  position: relative;
  margin: 0;
}
.second-slide-item-content-wrapper span {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
.sales-section,
.sales-section .images-container,
.second-slide-items-wrapper {
  margin: 0;
}
.sales-section {
  padding: 36px 0;
}
.sales-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://cdn.pixfizz.com/fz/15c2f2b0c7/0/tDz4AoLZQgd64WhsDZRVfQEjtSZ1SelrHmJChLRLLvc/~/paper-background.png");
}
.sales-section-inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding: 20px 0;
  max-width: 385px;
}
.sales-section .images-container,
.sales-section .images-container img {
  padding: 0;
}
.innovations-section .image-section {
  background: linear-gradient(0deg, #1f1f1f -100%, rgba(0, 0, 0, 0) 100%);
}
.innovations-section .content-section {
  background-color: #e1aa9f;
  text-align: center;
}
.tooltip-image {
  height: 28px;
  object-fit: contain;
}
.team-section {
  padding: 70px 50px 70px 0;
}
.grainy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.nav-link,
.selected-form,
.slider-tab {
  position: relative;
}
.team-section .content-section,
.trust-item {
  text-align: center;
}
.team-section .image-section img {
  object-fit: cover;
  max-height: 450px;
}
.trust-section {
  max-width: 1920px;
  height: auto !important;
  width: 100%;
}
.trust-section-content {
  padding: 50px 130px;
  justify-content: space-evenly;
  margin: 0;
}
.pitos,
.trust-item img {
  object-fit: contain;
  margin-bottom: 25px;
  aspect-ratio: attr(width) / attr(height);
}
.trust-section-subheading {
  color: #000;
  font-family: Alternate Gothic ATF;
  font-size: 20px;
  font-weight: 300;
}
.trust-section-desc {
  color: #1d1d1b;
  font-family: Arial;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.card-body,
.slider-tab {
  color: #000;
  font-family: Alternate Gothic ATF;
  font-weight: 600;
}
.pitos {
  height: 60px !important;
}
.slider-container {
  overflow: hidden;
  margin-right: 0;
  max-width: calc(100% - 100px);
  margin-left: 100px;
}
.main-page-slider .flickity-viewport {
  height: 500px !important;
}
.flickity-button.next {
  right: 150px;
}
.flickity-button.previous {
  left: 75px;
}
.card {
  padding-bottom: 5px;
}
.nav-item .card {
  padding-top: 0;
}
.card-body {
  font-size: 16px;
}
.card-body span {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
}
.products-section-header {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: calc(100vw - 430px);
}
.slider-tabs {
  display: flex;
  gap: 40px;
}
.slider-tab {
  border: none;
  background: 0 0;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}
.calculate-btn:focus,
.newsletter-button-1:focus,
.newsletter-button:focus,
.newsletter-input-1:focus,
.newsletter-input:focus,
.product-header-button:focus,
.slider-tab:focus,
.submit-section-button:focus {
  outline: 0;
}
.carousel > :first-child,
.custom-control.custom-checkbox,
.nav-item.show .nav-link-underline,
.slick-initialized.carousel > *,
.slider-tab.active .nav-link-underline,
.slider-wrapper.active,
.variant-selector
  label.field-label
  input:checked
  + .label-text-wrapper
  .label-text
  svg,
.variant-selector
  label.field-label.fond
  input:checked
  + .label-img
  .selected-form,
.variant-selector
  label.field-label.fond
  input:hover
  + .label-img
  .selected-form {
  display: block;
}
.flickity-button {
  background-color: #fff !important;
  border-radius: 50%;
  color: #000 !important;
  box-shadow: 0 0 4px #888;
}
.footer-desc {
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.footer-section-title {
  color: #fff;
  font-family: Alternate Gothic ATF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-desc-1,
.footer-link {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.footer-link {
  color: #fff !important;
  font-family: Inter;
  line-height: normal;
}
.footer-desc-1 {
  color: #000;
  font-family: Arial;
  line-height: 18px;
}
.footer-link-1,
.footer-link-2,
.newsletter-input {
  line-height: normal;
  font-weight: 400;
}
.footer-section-title-1 {
  color: #000;
  font-family: "Alternate Gothic ATF";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-section-title-2 {
  color: #fbf9f5;
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.footer-link-1 {
  color: #000 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
}
.footer-link-2 {
  color: #fbf9f5 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
}
.newsletter-input {
  color: #fff;
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  font-style: italic;
  background: 0 0;
  border: none;
  padding: 9px 0;
  border-bottom: 1px solid #fff;
}
.newsletter-input::placeholder {
  color: #fff;
}
.newsletter-button,
.newsletter-button-1 {
  padding: 7px 8px;
  color: #0f1f5c;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background: #fff;
}
.newsletter-input-1,
.newsletter-input-2 {
  line-height: normal;
  border: none;
  font-weight: 400;
  width: 100%;
}
.newsletter-input-1 {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-style: italic;
  background: 0 0;
  padding: 9px 0;
  border-bottom: 1px solid #000;
}
.newsletter-input-2 {
  color: #fbf9f5 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  background: 0 0;
  padding: 0;
  border-bottom: 1px solid #fbf9f5;
  height: unset !important;
}
.newsletter-input-1::placeholder {
  color: #000;
}
.newsletter-input-2::placeholder {
  color: #fbf9f5;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
}
.newsletter-input-2:focus {
  outline: 0;
  background: 0 0;
  border-color: #fbf9f5;
}
.newsletter-button-2 {
  padding: 4px 0;
  color: #fbf9f5;
  font-family: Oswald-SemiBold, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: 0 0;
}
.copyright-text,
.copyright-text-1 {
  font-family: Arial;
  text-align: center;
  margin: 0;
}
.copyright-text,
.copyright-text-1,
.copyright-text-2,
.page-link {
  font-size: 14px;
  font-weight: 400;
}
.col-3-1 {
  flex: 0 0 23%;
  max-width: 23%;
  padding-left: 0;
  padding-right: 0;
}
.field-label.fond > .label-img,
.footer-section a {
  margin-bottom: 5px;
}
.copyright-text {
  color: #fff;
}
.copyright-text-1 {
  color: #000;
}
.copyright-text-2 {
  text-align: center;
  margin: 0;
  color: #fbf9f5;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: normal;
}
.shop-hero {
  width: 100vw;
  margin: 0;
}
.shop-hero img {
  padding: 0;
  object-fit: cover;
}
.page-link {
  border: none;
  padding: 0 15px;
  color: rgba(29, 29, 27, 0.35) !important;
  font-family: Arial;
  line-height: 14px;
}
.product-format,
.product-price {
  color: #000;
  font-family: Arial;
  margin-bottom: 10px;
}
.page-item.active .page-link {
  border-color: #ff6f61;
  color: #1d1d1b !important;
}
.product-header-name-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-header-button {
  border: none;
  background: 0 0;
  height: 28px;
}
.product-header-button svg {
  height: 28px;
}
.product-header-right {
  text-align: right;
}
.product-format {
  font-size: 13px;
  font-weight: 400;
}
.product-price {
  font-size: 14px;
  font-weight: 700;
}
.calculate-btn {
  border: none;
  background: 0 0;
  margin: 0;
  padding: 0;
  color: #b18036 !important;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
.label-text-label,
.product-section-text,
.px-title {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
.px-title {
  margin-bottom: 1rem;
}
.label-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.label-text {
  padding: 10px !important;
  margin: 0;
  width: 0 !important;
  background: 0 0 !important;
  border: 1px solid #000;
  border-radius: 50% !important;
  margin-bottom: 0 !important;
}
.label-text svg {
  display: none;
  position: absolute;
}
.variant-selector label.field-label:hover .label-text {
  background: #000 !important;
}
.variant-selector label.field-label input:checked + .label-img,
.variant-selector label.field-label input:hover + .label-img {
  outline: rgba(0, 0, 0, 0.2) solid 1px !important;
  padding: 2px;
}
.variant-selector label.field-label.fond input:checked + .label-img,
.variant-selector label.field-label.fond input:hover + .label-img {
  outline: 0 !important;
  padding: 2px;
}
.carousel button:focus,
.variant-selector label.field-label input:hover + .label-img img {
  outline: 0 !important;
}
.variant-selector label.field-label input + .label-img {
  padding: 2px;
}
.selected-form svg {
  width: 100%;
  height: 82px;
}
.selected-form > svg {
  width: 76px;
}
.fond-check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.field-label.fond {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.product-page-section {
  background: #f0ede8;
  padding: 20px 25px;
  margin-top: 35px;
}
.custom-upload-button {
  border: none;
  background: url("https://cdn.pixfizz.com/fz/1ec8d90935/0/LD6WwCyeqdx7K8wsHnO76vv02XSaUegrnvCKWc6uOY4/~/upload.png")
    0 0 / contain no-repeat;
  padding: 0;
  margin: 0 10px;
  border-radius: 0;
  background-color: transparent !important;
  height: 18px;
  width: 20px;
  color: transparent;
  overflow: hidden;
}
.custom-upload-button:active,
.custom-upload-button:hover {
  color: transparent !important;
}
.custom-upload-button:focus {
  color: transparent;
  outline: 0;
}
.image-upload-title {
  display: flex;
}
.custom-upload-button svg {
  height: 18px;
  width: 23px;
}
.product-text-fields_heading {
  color: #000;
  font-family: Oswald;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.px-option-input,
.px-option-input:focus {
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
  font-family: Baskerville, regular;
  font-size: 14px !important;
  font-weight: 400;
  height: 38px;
  padding: 8px !important;
}
.personalize-button,
.submit-section-button,
.submit-section-button-tabs {
  gap: 13px;
  background: #bd806e;
  color: #fff;
  border: 2px solid transparent;
  text-transform: uppercase;
}
.px-option-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.info-button {
  font-size: 0.8rem;
}
.personalize-button,
.submit-section-button-tabs {
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  width: 100% !important;
}
.coupon-btn:focus,
.coupon-btn:hover,
.personalize-button:hover,
.spersonalize-button:focus,
.submit-section-button-tabs:focus,
.submit-section-button-tabs:hover {
  color: #bd806e;
  background: #fff;
}
.submit-section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-family: Baskerville, serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.adjust-button,
.checkout-button-2,
.modal-price-heading,
.product-carousel-heading {
  font-family: Oswald, sans-serif;
}
.submit-section-separator {
  text-align: center;
  margin-bottom: 8px;
}
.bold {
  font-weight: 600;
}
.delievery-section {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.modal-price {
  padding: 80px 35px;
}
.modal-price-heading {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
select.px-option-input {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="12" viewBox="0 0 29 16" fill="none"><path d="M27.9003 1L14.3003 14.6L0.700195 1" stroke="black" stroke-miterlimit="10"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 13px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem 2rem 1rem 1rem;
}
.slider-container.centered {
  max-width: unset;
  margin-left: 0;
}
.slider-container.centered .flickity-button.next {
  right: 75px;
}
.product-carousel-heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 100px 0 0 110px;
}
.hero-slider-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-link-underline {
  width: 100%;
  height: 10px;
  object-fit: cover;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  display: none;
}
.carousel-full *,
.flickity-slider .px-preview-wrapper {
  height: 100%;
}
.flickity-nav .flickity-viewport {
  height: 10px !important;
}
.product-details-wrapper {
  padding-top: 2.5rem;
}
.adjust-button {
  padding: 0 3px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid transparent;
  text-transform: uppercase;
  margin-right: 7px;
}
.preview-wrapper {
  position: unset;
}
.product-images-slider .px-preview-wrapper {
  transform: translateX(calc(50vw - 50% - 1rem));
}
.product-images-slider .flickity-viewport {
  height: 350px !important;
}
.product-images-slider .flickity-page-dots {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
}
@media (max-width: 767px) {
  .card {
    padding-top: 0.5rem;
  }
  .trust-item img {
    margin-bottom: 10px;
    aspect-ratio: attr(width) / attr(height);
  }
  .images-wrapper.hide-desktop {
    display: block !important;
  }
  .images-wrapper.hide-mobile {
    display: none !important;
  }
  .preview-wrapper {
    position: sticky;
    z-index: 1021;
  }
  .product-images-slider .flickity-button {
    display: block;
    background-color: transparent !important;
    box-shadow: none;
    width: max-content;
    height: max-content;
  }
  .product-images-slider .flickity-button::before {
    font-size: 3rem;
  }
  .product-images-slider .flickity-button.next {
    right: 0;
  }
  .product-images-slider .flickity-button.previous {
    left: 0;
  }
  .innovations-section {
    margin: 0 20px;
    position: relative;
  }
}
.slider-container.centered .flickity-buttons-lg {
  width: calc(100vw - 150px);
}
.slider-container.centered .flickity-buttons-lg a {
  width: 300px;
  margin: 0 10px;
}
.home-button.checkout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 21px;
}
@media (max-width: 1330px) {
  px-option[code="Fond"] .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.shop-banner {
  width: 100%;
  height: 100%;
}
.cart-delete-btn,
.mapboxgl-canvas,
.widget_colissimo_contenu,
.widget_colissimo_filtres,
.widget_colissimo_input_text_normal,
.widget_colissimo_liste,
.widget_colissimo_map {
  width: 100% !important;
}
@media (min-width: 576px) {
  .shop-banner {
    height: 292px;
  }
}
@media (min-width: 768px) {
  .shop-banner {
    height: 189px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    gap: 0 20px;
  }
  .shop-banner {
    height: 258px;
  }
}
@media (min-width: 1200px) {
  .shop-banner {
    height: 310px;
  }
}
.cart-list .list-group-item {
  border: none;
  border-bottom: 1px solid #909090;
}
.cart-collection-name {
  color: #707070;
  font-size: 30px;
  font-weight: 400;
}
.cart-item-description,
.cart-product-title {
  font-weight: 300;
  font-size: 17px;
  color: #707070;
}
.cart-product-title {
  opacity: 0.5;
  margin-bottom: 10px;
}
.cart-item-description label {
  font-size: 17px !important;
  font-weight: 300 !important;
}
.cart-quantity {
  background-color: transparent !important;
  border: 0.5px solid #707070;
  border-radius: 8px;
  font-size: 17px;
  color: #707070;
  line-height: 17px;
}
.coupon-btn,
.coupon-input {
  line-height: 21px;
  font-size: 21px;
}
.cart-price {
  color: #707070;
  font-size: 21px;
  font-weight: 400;
}
.cart-delete-btn {
  cursor: pointer !important;
  background: 0 0;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.5;
  font-weight: 300;
  font-size: 17px !important;
}
.cart-price-delete-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.widget_colissimo_map {
  top: 0 !important;
}
.widget_colissimo_table_adresse.widget_colissimo_w95 {
  width: calc(100% - 20px);
}
.widget_colissimo_input_text_normal {
  margin-left: 0 !important;
}
.mapboxgl-canvas {
  height: 100% !important;
}
@media (max-width: 550px) {
  .widget_colissimo_logo {
    display: none;
  }
  .widget_colissimo_table_adresse.widget_colissimo_w95 {
    padding-left: 10px !important;
  }
}
.checkout-button-2 {
  background: #bd7f6d;
  border-radius: 9px;
  color: #fff;
  padding: 20px 50px;
  width: max-content;
  font-size: 21px;
  transition: 0.3s;
  border: none;
}
.address-card .card-body,
.checkout-page {
  font-family: Baskerville, serif;
}
.checkout-button-2:focus,
.checkout-button-2:hover,
.coupon-btn:focus,
.coupon-btn:hover {
  color: #bd7f6d;
  background: #fff;
}
.coupon-input {
  background: 0 0;
  border: 0.5px solid #707070;
  border-radius: 9px;
  color: #707070;
  padding: 0.5rem 1rem;
  height: max-content;
}
.coupon-btn {
  background: #bd7f6d;
  border-radius: 9px;
  color: #fff;
  padding: 0.5rem 2rem;
  width: max-content;
  transition: 0.3s;
  outline: 0;
  border: none;
  height: 43px;
}
.totals-list .hr {
  border-bottom: 1px solid #707070;
  margin: 20px 0;
}
.totals-list .list-group-item {
  border: none;
  padding: 0;
}
.totals-list .list-group-item span {
  color: #707070;
  font-size: 21px;
  line-height: 21px;
  font-family: Oswald, sans-serif;
  padding: 5px 0;
}
.cart-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}
.address-card {
  border: 0.5px solid #707070;
  border-radius: 17px;
  padding: 0;
}
.address-card .card-body {
  padding: 1.5rem 2rem;
}
.address-card .card-body > label {
  margin-bottom: 0;
}
.address-card .card-body > label > p {
  color: #707070;
  font-size: 17px;
  font-weight: 500;
}
.address-field-wrapper {
  border: 0.5px solid #707070;
  border-radius: 12px;
  padding: 7px 24px;
}
.address-field-wrapper > label {
  font-size: 12px;
  color: #707070;
}
.address-field-wrapper input,
.address-field-wrapper select {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
}
.orderline_quantity {
  color: #707070;
  font-size: 17px;
  border: 0.5px solid #707070;
  width: max-content;
  border-radius: 9px;
  padding: 0 14px;
}
.order-notes {
  border-radius: 9px;
  resize: none;
  font-size: 17px;
  font-weight: 300;
}
.order-notes::placeholder {
  color: rgba(12, 112, 112, 0.48);
}
.confirm-page {
  font-family: Oswald, sans-serif;
}
.confirm-block {
  border: 0.5px solid #707070;
  border-radius: 17px;
}
.confirm-block__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 0.5px solid #707070;
}
.confirm-block__content {
  padding: 20px 28px;
}
.payment__icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.confirm-block__heading {
  font-size: 21px;
  color: #707070;
}
.totals-bg {
  height: calc(100% + 192px);
  position: absolute;
  background: #f5f3f0;
  right: -4rem;
  top: -95px;
}
.totals-content {
  z-index: 1;
  position: relative;
}
@media (min-width: 1700px) {
  .totals-bg {
    width: calc(100% + (50vw - 850px + 8rem));
    right: calc(-50vw + 850px - 4rem);
  }
}
@media (max-width: 991px) {
  .innovations-section .image-section,
  .magamenu__images-block,
  .team-section .image-section,
  .totals-bg {
    display: none;
  }
  .home-page-hero-slide {
    justify-content: flex-start;
  }
  .hero-slide-iner-wrapper {
    right: auto;
    height: 100%;
    justify-content: flex-start;
  }
  .hero-text {
    margin-top: 20px;
  }
  .hero-slide-iner-wrapper .home-button {
    position: absolute;
    bottom: 20px;
  }
  .team-section {
    padding: 70px 20px;
  }
  .trust-section-content {
    padding: 20px;
  }
  .slider-container {
    max-width: 100%;
    margin-left: 0;
  }
  .products-section-header {
    width: calc(100vw - 2rem);
    flex-wrap: wrap;
    gap: 15px;
  }
  .slider-tabs {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .product-carousel-heading {
    margin: 100px 0 0 20px;
  }
  .nav-link-underline {
    left: 0;
  }
  .slider-tab .nav-link-underline {
    bottom: -0.3rem;
  }
}
.image-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.image-wrapper {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  box-sizing: border-box;
}
.image-wrapper-new {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.image-wrapper h5,
.image-wrapper-new h5 {
  font-family: Oswald !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
.section-title-wrapper h1,
.section-title-wrapper h2 {
  font-family: Oswald !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}


.image {
  width: 100%;
  height: auto;
}
.button {
  padding: 10px 0;
  background-color: #fff;
  border: 0;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .image-wrapper,
  .image-wrapper-new {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-page-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1441px) {
  .home-page-container {
    max-width: 85%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .home-page-container {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-page-container {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .home-page-container {
    max-width: 90%;
  }
  .logo-mobile {
    height: 28px;
  }
}
@media (max-width: 480px) {
  .home-page-container {
    max-width: 88%;
  }
  .logo-mobile {
    height: 28px;
  }
}
.padding {
  padding: 0 1.5em 1.5em;
}
.bar-h6,
.bar-h6-1 {
  padding-bottom: 8px;
}
@media (max-width: 340px) {
  .carousel .slick-arrow {
    top: auto !important;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  .img-h {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 341px) and (max-width: 575px) {
  .img-h {
    width: 100%;
    height: auto;
  }
  .carousel .slick-arrow {
    top: 37% !important;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .img-h {
    width: 100%;
    height: auto;
  }
  .carousel .slick-arrow {
    top: 40% !important;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .slick-arrow {
    top: 42% !important;
  }
}
@media (min-width: 992px) and (max-width: 1010px) {
  .carousel .slick-arrow {
    top: 30% !important;
  }
}
@media (min-width: 1011px) and (max-width: 1440px) {
  .carousel .slick-arrow {
    top: 40% !important;
  }
}
.slider-container-2 {
  overflow: hidden;
  margin-right: 0;
  max-width: calc(100% - 100px);
}
.vertical-line {
  border-left: 1px solid #000;
  height: auto;
  margin: -5px 0 0;
}
.vertical-line-div {
  margin-right: 0.5em;
  margin-left: 1em;
}
@media (max-width: 1632px) {
  .vertical-line-div {
    margin-right: 0;
    margin-left: 0.5em;
  }
  .vertical-line {
    border-left: 1px solid #000;
    height: auto;
    margin: -5px 0 0;
  }
}
@media (max-width: 1023px) {
  .vertical-line,
  .vertical-line-div {
    display: none;
  }
}
.text-j {
  text-align: justify;
  text-justify: inter-word;
}
.text-rt h2 {
  padding-right: 1.3em;
}
@media (max-width: 1024px) {
  .text-j {
    text-align: initial;
  }
  .text-rt {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-brand-logo svg {
    height: 30px !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .custom-col-lg-1,
  .custom-col-lg-2,
  .custom-col-lg-3,
  .custom-col-lg-4,
  .custom-col-lg-5,
  .custom-col-md-1,
  .custom-col-md-2,
  .custom-col-md-3,
  .custom-col-md-4,
  .custom-col-md-5 {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .product-details-wrapper {
    padding-top: 0;
  }
  .slider-container.centered .flickity-buttons-lg {
    width: 100%;
  }
  .slider-container.centered .flickity-buttons-lg a {
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
  }
  .slider-container.centered .flickity-button {
    display: block;
  }
  .slider-container.centered .flickity-button.next {
    right: -10px;
  }
  .slider-container.centered .flickity-button.previous {
    left: -10px;
  }
  .custom-col-lg-5,
  .custom-col-md-1,
  .custom-col-md-2,
  .custom-col-md-3,
  .custom-col-md-4,
  .custom-col-md-5 {
    width: 100%;
    object-fit: contain;
  }
  .custom-col-lg-1,
  .custom-col-lg-2,
  .custom-col-lg-3,
  .custom-col-lg-4 {
    height: 350px;
    min-width: 100%;
    object-fit: contain;
  }
  .custom-col-lg-5 {
    height: 400px;
  }
}
.bar-h6 {
  border-bottom: 1px solid #000;
}
.bar-h6-1 {
  border-bottom: 1px solid #fbf9f5;
}
.footer-section a {
  text-decoration: none;
  color: #000;
  display: block;
}
.footer-section .social-icons a {
  display: inline-block;
  margin-right: 10px;
}
.collapse .show .fas .fa-angle-right {
  transform: rotate(90deg);
}
@media (max-width: 1280px) and (min-width: 992px) {
  body {
    font-size: 13px !important;
  }
}
1280 992 @media (max-width:767px) {
  font-weight: 200;
}
.mobile-text-size {
  font-size: 18px !important;
}
.element {
  padding: 0.5em;
  margin-bottom: 1em;
}
.trust-item img {
  height: 10px;
  aspect-ratio: attr(width) / attr(height);
}
.for-mobile-real-img {
  height: 99px;
  aspect-ratio: attr(width) / attr(height);
}
.video-h {
  height: 37.5rem;
}
.carousel-indicators li {
  background-color: #bbb;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #040000;
}
.carousel.gutters-5 {
  width: calc(100% + 10px);
}
.carousel.gutters-5 .carousel-box {
  padding-left: 5px;
  padding-right: 5px;
}
.carousel.gutters-10 {
  width: calc(100% + 20px);
}
.carousel.gutters-10 .carousel-box {
  padding-left: 10px;
  padding-right: 10px;
}
.carousel.gutters-15 {
  width: calc(100% + 30px);
}
.carousel.gutters-15 .carousel-box {
  padding-left: 15px;
  padding-right: 15px;
}
.carousel .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50em;
  border: 0;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.carousel .slick-next:hover,
.carousel .slick-prev:hover {
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}
.carousel .slick-prev {
  left: -16px;
}
.carousel .slick-next {
  right: -16px;
}
.carousel .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.carousel .slick-dots button {
  width: 6px !important;
  height: 6px !important;
  padding: 0;
  color: transparent;
  border: 0;
  background: #ddd;
  border-radius: 50%;
  margin: 0 3px;
}
.btn-close,
.btn-more {
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.carousel .slick-dots .slick-active button {
  background: var(--primary);
}
.carousel.dots-inside-bottom .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.half-outside-arrow .slick-prev {
  left: -10px;
}
.half-outside-arrow .slick-next {
  right: -10px;
}
.arrow-inactive-transparent .slick-arrow.slick-disabled {
  opacity: 0.35 !important;
}
.slick-vertical .slick-arrow {
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.slick-vertical .slick-prev {
  top: -10px;
}
.slick-vertical .slick-next {
  bottom: -10px;
}
[data-vertical="false"] .slick-current .carousel-box,
[data-vertical="false"] .slick-current .carousel-box img {
  border-color: var(--primary) !important;
  border-width: 2px !important;
}
.slick-next::before,
.slick-prev:before {
  font-size: 2rem;
}
.slick-prev:before {
  content: "\e92f";
}
.slick-next::before,
.slick-prev::before {
  font-family: Feather;
  font-size: 1.125rem;
  line-height: 1;
}
.slick-next::before {
  content: "\e930";
}
.btn-more {
  padding: 0 20px;
}
.btn-close {
  padding: 10px 20px;
}
.extra-content {
  margin-top: 10px;
}
@media (min-width: 321px) and (max-width: 499px) {
  .custom-class {
    display: flex !important;
    justify-content: space-evenly;
  }
  .custom-class .col-12,
  .custom-class .col-6 {
    display: none !important;
  }
  .custom-class .ccol-12,
  .custom-class .ccol-6 {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .custom-class img {
    width: 85%;
    aspect-ratio: attr(width) / attr(height);
  }
}
.fa-chevron-down {
  transition: transform 0.3s;
}
.Baskerville,
.Baskerville-13 {
  font-family: Baskerville;
  font-size: 13px !important;
}
.Oswald-SemiBold {
  font-family: Oswald-SemiBold, sans-serif;
  color: #000;
}
.Oswald-SemiBold-12 {
  font-family: Oswald-SemiBold;
  color: #000;
  font-size: 12px !important;
}
.Oswald {
  color: #000;
  font-family: Oswald !important;
  font-weight: 400 !important;
}
.Cormorant {
  font-family: "Cormorant Garamond", serif;
  color: #35354c !important;
}
.hero-description,
.home-subtitle {
  font-family: "La Belle Aurore", cursive;
}
.for-mobile-banniere {
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  letter-spacing: 0.8px !important;
}
#stamped-main-widget input#stamped-button-submit {
  pointer-events: auto !important;
}
.custom-control {
  padding-left: 1.75rem;
}
.hero-title {
  width: 90%;
  font-size: 6rem;
  line-height: 1;
  margin: 0 auto;
}
.hero-description {
  font-size: 2.5rem;
  line-height: 1;
}
.home-btn {
  width: fit-content;
  background-color: #000;
  font-size: 22px;
  color: #fff !important;
  margin: 0 auto;
  padding: 10px 53px;
  user-select: none;
  cursor: pointer;
}
.home-subtitle,
.home-title {
  margin-bottom: 0;
  text-align: center;
  font-style: normal;
  line-height: normal;
}
.home-title {
  font-size: 3.4rem;
  font-weight: 600;
  color: #590345;
}
.home-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  color: #b18036;
}
.home-categories {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
}
.home-categories > div {
  width: calc(100% / 3);
  padding-bottom: 42.1%;
  position: relative;
}
.home-categories > div span {
  color: #fff;
  text-align: center;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-categories-content {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8%;
  background: linear-gradient(0deg, #1f1f1f -100%, rgba(0, 0, 0, 0) 100%);
  gap: 2rem;
}
.innovative-description {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.innovative-description img {
  margin: 0 auto 1rem;
}
.img-container {
  width: 60%;
  position: relative;
}
.img-container img {
  width: 100%;
  display: block;
}
.innovative-images {
  display: flex;
  gap: 0.5rem;
  height: 90%;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 5rem;
    width: 100%;
  }
  .hero-description {
    font-size: 1.75rem;
  }
  .home-title {
    font-size: 2.8rem;
  }
  .home-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .for-mobile-real-img {
    height: 38px;
    aspect-ratio: attr(width) / attr(height);
  }
  .video-h {
    height: auto !important;
  }
  .home-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.8px !important;
  }
  .home-section-title-2,
  .home-section-title-3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  .home-section-title-cor {
    font-size: 18px;
  }
  .home-section-subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: unset;
  }
  .letter-spacing {
    letter-spacing: 0.005rem;
  }
  .font-sz {
    font-size: 12px;
  }
  .trust-section-subheading {
    color: #000;
    font-family: Alternate Gothic ATF;
    font-size: 14px;
    font-weight: 300;
  }
  .carousel .slick-prev {
    left: -16px;
  }
  .carousel .slick-next {
    right: -16px;
  }
  .hero-title {
    font-size: 4rem;
  }
}
