/* Global Styles */

/* Swiper */
:root {
  --swiper-theme-color: var(--primary_color, #683210);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  direction: ltr;
}

html,
body {
  height: auto;
}

body.overflow-hidden {
  overflow: hidden;
}

/* body.overflow-hidden .pre-header {
  z-index: 10;
} */

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.drs-transition {
  transition: var(--transition_default, all 0.4s ease);
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

.m-0 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

.hero a.btn,
a.btn.btn-drs,
button.btn.btn-drs {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #252324;
  background-color: var(--quaternary_color, #ffe7a3);
  padding: 17.5px 40px;
  border-radius: 15px;
  letter-spacing: 0.4px;
  transition: var(--transition_default, all 0.4s ease);
  border: 1px solid transparent;
  text-transform: capitalize;
}

.hero a.btn:hover,
a.btn.btn-drs:hover,
button.btn.btn-drs:hover {
  background-color: #ffde7d;
  /* color: var(--secondary_color, #cb9274); */
  border-color: #ffde7d;
}

@media (max-width: 1000px) {
  .hero a.btn,
  a.btn.btn-drs,
  button.btn.btn-drs {
    font-size: 20px;
  }
}

@media (max-width: 426px) {
  .hero a.btn,
  a.btn.btn-drs,
  button.btn.btn-drs {
    padding: 8.5px 15px;
    font-size: 11px;
    border-radius: 7.5px;
  }
}

@media (max-width: 321px) {
  .hero a.btn,
  a.btn.btn-drs,
  button.btn.btn-drs {
    padding: 8px 14px;
    font-size: 10px;
  }
}

p {
  line-height: 25px;
  font-size: 18px;
}

ul {
  list-style: none;
  margin: 0;
}

#index main section:not(#wrapper):not(.hero):not(#main):not(#content) {
  margin-bottom: 100px;
}

#index .container-fluid {
  padding: 0;
}

#wrapper,
#content-wrapper {
  padding: 0;
  background-color: #ffffff;
}

.section__container {
  max-width: 1236px;
  margin: auto;
}

.section__bottom {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .section__bottom {
    margin-top: 30px;
  }
}

a.btn.section__bottom__link img {
  margin-left: 14px;
  filter: brightness(100);
}

a.btn.section__bottom__link:hover img {
  filter: none;
}

a.btn.section__bottom__link {
  background-color: var(--primary_color, #683210);
  border: 2px solid transparent;
  color: #ffffff;
}

a.btn.section__bottom__link:hover {
  background-color: transparent;
  border-color: var(--primary_color, #683210);
  color: var(--primary_color, #683210);
}

@media (max-width: 768px) {
  a.btn.section__bottom__link img {
    width: 12px;
    margin-left: 8px;
  }
}

@media (max-width: 1290px) {
  .section__container {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

.section__caption {
  text-transform: uppercase;
  color: var(--secondary_color, #cb9274);
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.section__subtitle {
  font-family: DM Sans;
  font-weight: 400;
  display: block;
  font-size: 18px;
  color: #252324cc;
  text-align: center;
  margin: auto auto 36px;
  max-width: 652px;
  line-height: 33px;
}

.section__title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 34px;
  text-transform: capitalize;
  color: var(--quinary_color, #252324);
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 700px) {
  .section__caption {
    font-size: 12px;
  }

  .section__title {
    font-size: 24px;
    /* margin-bottom: 12px; */
  }

  .section__subtitle {
    font-size: 12px;
    margin-bottom: 28px;
    line-height: 23px;
  }
}

@media (max-width: 768px) {
  #index main section:not(#wrapper):not(.hero):not(#main):not(#content) {
    margin-bottom: 50px;
  }
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 426px) {
  :root {
    --padding_responsive: 12px;
  }
}

/* Sliders DRS */
.slider-drs a {
  user-select: none;
  -webkit-user-drag: none;
}

.slider-drs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-drs::-webkit-scrollbar {
  display: none;
}

/* Pre-header */
.pre-header {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--primary_color, #683210);
  color: white;
  text-transform: capitalize;
  position: relative;
  z-index: 11;
  transition: z-index var(--transition_duration, 0.4s) ease;
}

.pre-header__container {
  max-width: 1236px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  letter-spacing: 0.04px;
  padding-top: 14px;
  padding-bottom: 14px;
}

ul.icons {
  display: flex;
  gap: 26px;
}

ul.icons li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.icons li a {
  color: #ffffff;
}

ul.icons li::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  z-index: 0;
  background-color: var(--senary_color, #da916a);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 50%;
  transition: var(--transition_default, all 0.4s ease);
}

ul.icons li:hover::before {
  transform: scale(1.5);
  opacity: 1;
}

ul.icons li a {
  z-index: 1;
}

.pre-header__announcement-text {
  flex-wrap: wrap;
  justify-content: center;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: center;
}

.pre-header__announcement-text span {
  font-size: 15px;
  font-weight: 400;
}

.pre-header__announcement-text a {
  color: var(--primary_color, #683210);
  background-color: var(--quaternary_color, #ffe7a3);
  border-radius: 4px;
  padding: 2px 8px;
  transition: var(--transition_default, all 0.4s ease);
  font-size: 12px;
  font-weight: 400;
  border: 1px solid var(--primary_color, #683210);
}

.pre-header__announcement-text a:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.pre-header__language-selector-and-currency-selector {
  display: flex;
  gap: 20px;
  margin: -14px 0;
}

.pre-header__language-selector a,
.pre-header__language-selector span {
  font-size: 14px;
}

.pre-header__language-selector,
.pre-header__currency-selector {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.pre-header__language-selector__current-language,
.pre-header__currency-selector__current-currency {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.pre-header__language-selector__current-language svg,
.pre-header__currency-selector__current-currency svg {
  transition: var(--transition_duration, 0.4s) ease transform;
}

.pre-header__language-selector:hover svg,
.pre-header__language-selector--active svg,
.pre-header__currency-selector:hover svg,
.pre-header__currency-selector--active svg {
  transform: rotate(-180deg);
}

.pre-header__language-selector:hover .pre-header__language-selector__dropdown,
.pre-header__language-selector--active .pre-header__language-selector__dropdown,
.pre-header__currency-selector:hover .pre-header__currency-selector__dropdown,
.pre-header__currency-selector--active .pre-header__currency-selector__dropdown {
  max-height: 600px;
  opacity: 1;
  pointer-events: all;
}

.pre-header__language-selector__dropdown,
.pre-header__currency-selector__dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 17px;
  background-color: var(--primary_color, #683210);
  display: flex;
  row-gap: 17px;
  flex-direction: column;
  border-radius: 4px;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  /* box-shadow: 1px 1px 20px 0px #0000001a; */
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 0px;
  transition: var(--transition_default, all 0.4s ease);
  z-index: 11;
}

.pre-header__language-selector__dropdown li:first-child,
.pre-header__currency-selector__dropdown li:first-child {
  padding-top: 14px;
}

.pre-header__language-selector__dropdown li:last-child,
.pre-header__currency-selector__dropdown li:last-child {
  padding-bottom: 14px;
}

.pre-header__language-selector__dropdown li,
.pre-header__currency-selector__dropdown li {
  text-align: center;
}

.pre-header__language-selector__dropdown li a,
.pre-header__currency-selector__dropdown li a {
  color: #ffffff;
  transition: var(--transition_default, all 0.4s ease);
  text-underline-offset: 3px;
  white-space: nowrap;
}

.pre-header__language-selector__dropdown li a:hover,
.pre-header__language-selector__dropdown li a.active,
.pre-header__language-selector__dropdown li a:active,
.pre-header__currency-selector__dropdown li a:hover,
.pre-header__currency-selector__dropdown li a.active,
.pre-header__currency-selector__dropdown li a:active {
  color: var(--quaternary_color, #ffe7a3);
  text-decoration: underline;
}

@media (max-width: 1290px) {
  .pre-header {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 768px) {
  .pre-header {
    display: none;
  }

  .pre-header ul.icons {
    display: none;
  }

  .pre-header__language-selector,
  .pre-header__currency-selector {
    display: none;
  }

  .pre-header__container {
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pre-header {
    font-size: small;
  }
}

/* Header */
.header {
  background-color: transparent;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  color: var(--quinary_color, #252324);
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 0.6px solid #bcbcbccf;
  transition: var(--transition_default, all 0.4s ease);
}

@media (min-width: 769px) {
  .header--sticky {
    background-color: #ffffff;
  }

  .header--sticky img.logo {
    filter: invert(0);
  }

  .header--sticky .header__icons__list__item img {
    filter: invert(1);
  }

  .header--sticky .header__nav__list__item a {
    color: #000000;
  }

  .header--sticky .header__nav__list__item svg path {
    stroke: #000000;
  }

  .header--sticky .header__nav__list__item:hover a,
  .header--sticky .header__nav__list__item--active a {
    color: var(--senary_color, #da916a);
  }

  .header--sticky .header__nav__list__item:hover svg path,
  .header--sticky .header__nav__list__item--active svg path {
    stroke: var(--senary_color, #da916a);
  }
}

.header__container {
  max-width: 1236px;
  margin: auto;
  display: flex;
  align-items: center;
  background-color: transparent;
  /* position: relative; */
  /* z-index: 10; */
  padding: 13.8px 0;
}

.header__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.header__nav,
.header__logo,
.header__icons {
  flex: 1;
}

.header__nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__menu-hamburger {
  display: none;
  position: relative;
  z-index: 1;
}

.header__menu-hamburger__img {
  transition: var(--transition_default, all 0.4s ease);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  outline: 5px solid transparent;
  border-radius: 50%;
  background-color: transparent;
}

.header__menu-hamburger__img:hover {
  outline-color: var(--secondary_color, #cb9274);
  outline-width: 8px;
  background-color: var(--secondary_color, #cb9274);
}

.header__menu-hamburger .header__menu-hamburger__img--close {
  opacity: 0;
  transform: translate(-100%, -50%) rotate(180deg);
}

.header__menu-hamburger .header__menu-hamburger__img--open {
  z-index: 2;
}

.header__menu-hamburger--active .header__menu-hamburger__img--open {
  opacity: 0;
  transform: translate(-100%, -50%) rotate(180deg);
}

.header__menu-hamburger--active .header__menu-hamburger__img--close {
  opacity: 1;
  z-index: 2;
  transform: translate(-100%, -50%) rotate(0deg);
}

.header__nav__list__item {
  position: relative;
  overflow: hidden;
}

.header__nav__list__item a {
  white-space: nowrap;
  display: block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: Ubuntu;
  font-weight: 400;
  display: flex;
  font-size: 18px;
  gap: 5px;
  align-items: center;
  text-transform: capitalize;
}

.header__nav__list__item a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

.header__nav__list__item,
.header__nav__list__item a,
.header__nav__list__item::before,
.header__nav__list__item svg,
.header__nav__list__item svg path {
  transition: var(--transition_default, all 0.4s ease);
}

.header__nav__list__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: var(--secondary_color, #cb9274);
  left: 0;
  top: 0;
  z-index: 0;
}

.header__nav__list__item a span {
  letter-spacing: 1px;
}

.header__nav__list__item:hover a,
.header__nav__list__item--active a {
  color: var(--quaternary_color, #ffe7a3);
}

.header__nav__list__item--active a {
  font-weight: 500;
}

/* .header__nav__list__item--active:hover a {
  color: var(--quinary_color, #252324);
} */

.header__nav__list__item:hover:not(.header__nav__list__item--active) svg {
  transform: rotate(-180deg);
}

.header__nav__list__item:hover svg path,
.header__nav__list__item--active svg path {
  stroke: var(--quaternary_color, #ffe7a3);
}

.header__logo {
  display: flex;
  align-items: center;
  z-index: 1;
}

.star-empty {
  display:none;
}

.header__logo img {
  /* width: 196px; */
  height: 53.42px;
  transition: var(--transition_default, all 0.4s ease);
  filter: invert(1);
}

.featured-products {
  margin-top:15px;
}

.header__icons__list {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}

.header__icons__list__item img {
  filter: invert(1);
}

.header__icons__counter::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary_color, #683210);
  z-index: -1;
  transition: var(--transition_default, all 0.4s ease);
}

.header__nav__list__mobile .header__icons__counter::before {
  border: 1px solid #ffffff;
}

.header__icons__list__item:hover .header__icons__counter::before {
  background-color: var(--secondary_color, #cb9274);
}

.header__icons__list__item:hover .header__icons__material-icons {
  color: var(--secondary_color, #cb9274);
}

.header--sticky .header__icons__list__item:hover img {
  filter: invert(1);
}

.header__icons__list__item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: var(--transition_default, all 0.4s ease);
}

.header__icons__list__item::before {
  transition: var(--transition_default, all 0.4s ease);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary_color, #683210);
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.3);
  opacity: 0;
}

.header__icons__list__item:hover::before {
  transform: scale(1.5);
  opacity: 1;
}

.header__icons__counter {
  transform: scale(1.5);
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 6px;
}

.header__icons__material-icons {
  position: absolute;
  bottom: 0;
  color: var(--primary_color, #683210);
  right: 0;
  font-size: 12px;
  background: white;
  border-radius: 50%;
}

@media (max-width: 1290px) {
  .header {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 880px) {
  .header {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .header__logo img {
    /* width: 100px; */
    height: 46.54px;
  }

  .header {
    background-color: var(--primary_color, #683210);
    border-bottom: none;
  }

  .header__container {
    background-color: transparent;
  }

  .header__icons,
  .header__nav__list {
    display: none;
  }

  .header__nav {
    display: flex;
    justify-content: end;
  }

  .header__menu-hamburger {
    display: inline;
  }

  .header__icons__list {
    gap: 8px;
  }

  .header__icon-search,
  .header__icon-wishlist {
    display: none;
  }
  /* .header__logo {
    margin: 13px 0;
  } */
}

@media (max-width: 426px) {
  .header__logo img {
    /*  width: 80px; */
    height: 63.24px;
  }
}

@media (max-width: 394px) {
  .header__logo img {
    /* width: 51.73px; */
    height: 24.08px;
  }
}

/* Mega Menu Header */
.header__mega-menu {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 100%;
  /* max-height: 0; */
  overflow: hidden;
  transition: var(--transition_default, all 0.4s ease);
  transition-duration: 0.6s;
  transform: translateY(-100%);
  z-index: -1;
}

.header__mega-menu:hover,
.header__mega-menu--active {
  /* max-height: 1000px; */
  opacity: 1;
  transform: translateY(2px);
}
.header__mega-menu::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
}

.header__mega-menu__container {
  max-width: 1236px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  background: #ffffff;
  padding: 40px;
}

.header__mega-menu__list {
  display: flex;
  justify-content: space-between;
}

.header__mega-menu__list__item__title {
  display: inline-block;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  color: var(--primary_color, #683210);
  margin-bottom: 16px;
}

.header__mega-menu__list__item__title:hover {
  color: var(--primary_color, #683210);
  text-decoration: underline;
}

.header__mega-menu__list__item__sub-list__item {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  color: var(--quinary_color, #252324);
  display: block;
  margin-bottom: 12px;
  transition: var(--transition_default, all 0.4s ease);
  text-underline-offset: 2px;
}

.header__mega-menu__list__item__sub-list__item:hover {
  text-decoration: underline;
}

.header__mega-menu__categories {
  display: flex;
  gap: 14px;
  overflow: scroll;
}

.header__mega-menu__categories::-webkit-scrollbar {
  display: none;
}

.header__mega-menu__category {
  min-width: 220px;
  width: 220px;
  /* height: 220px; */
  overflow: hidden;
  position: relative;
}

/* .header__mega-menu__category::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000001a;
} */

.header__mega-menu__category a {
  -webkit-user-drag: none;
  user-select: none;
}

.header__mega-menu__category a:focus {
  color: inherit;
  text-decoration: none;
}

.header__mega-menu__category__image {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  margin-bottom: 28px;
  overflow: hidden;
}

.header__mega-menu__category__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition_default, all 0.4s ease);
}

.header__mega-menu__category:hover .header__mega-menu__category__img {
  transform: scale(1.2);
}

.header__mega-menu__category__overlay > * {
  display: block;
  text-align: center;
}

.header__mega-menu__category__overlay__title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__mega-menu__category__overlay__nb-items {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 18px;
  color: var(--senary_color, #da916a);
}

@media (max-width: 1290px) {
  .header__mega-menu__container {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 1062px) {
  .header__mega-menu__list__item__title {
    font-size: 18px;
  }

  .header__mega-menu__list__item__sub-list__item {
    font-size: 14px;
  }
}

@media (max-width: 930px) {
  .header__mega-menu__list__item__title {
    font-size: 16px;
  }

  .header__mega-menu__list__item__sub-list__item {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .header__mega-menu {
    display: none;
  }
}

/* Search Form Mobile and wishlist button */
.mobile__search-form_wishlist {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.mobile__search-form .header__search-form__form {
  background-color: transparent;
  border-top: none;
  transform: none;
  padding: 0;
  width: auto;
  position: relative;
}

.mobile__search-form {
  position: relative;
  width: 100%;
}

.mobile__search-form .header__search-form__input {
  padding: 10px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #ffffff;
  width: 100%;
  padding-left: 30px;
  background-color: transparent;
  color: #ffffff;
}

.mobile__search-form .header__search-form__input::placeholder {
  color: #ffffff;
}

.mobile__search-form .header__search-form__btn {
  position: absolute;
  left: 5px;
  background: transparent;
  border: none;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}

.mobile__favorite {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile__favorite a {
  position: relative;
}

/* Nav Mobile */
.header__nav__list__mobile {
  position: fixed;
  top: 72.54px;
  padding: 20px 20px calc(20px + 72.54px);
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition_default, all 0.4s ease);
  transform: translateX(-100%);
  opacity: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.header__nav__list__mobile::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary_color, #683210);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header__nav__list__mobile--active {
  transform: translateX(0);
  opacity: 1;
}

/* .header__nav__list__mobile__close {
  display: block;
  text-align: end;
  cursor: pointer;
} */

.header__nav__list__mobile__list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}

.header__nav__list__mobile__list::-webkit-scrollbar {
  display: none;
}

.header__nav__list__mobile__item {
  font-size: 17px;
  border-bottom: 1px solid #ffffff;
  padding: 24px 10px;
  color: #ffffff;
}

.header__nav__list__mobile__item > div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex: 1;
}

.header__nav__list__mobile__item__sub-list {
  max-height: 0px;
  overflow: hidden;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: var(--transition_default, all 0.4s ease);
}

.header__nav__list__mobile__item__sub-list li:first-child {
  padding-top: 16px;
}

.header__nav__list__mobile__item--active .header__nav__list__mobile__item__sub-list {
  max-height: 1000px;
}

.header__nav__list__mobile__item svg {
  transition: var(--transition_default, all 0.4s ease);
}

.header__nav__list__mobile__item--active svg {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .header__nav__list__mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile__language-selector {
    display: none;
  }

  .mobile__currency-selector {
    display: none;
  }
}

@media (max-width: 426px) {
  .header__nav__list__mobile {
    top: 63.24px;
    padding-bottom: calc(20px + 63.24px);
  }
}

@media (max-width: 394px) {
  .header__nav__list__mobile {
    top: 50.07px;
    padding-bottom: calc(20px + 50.07px);
  }
}

/* Search Form */
.header__search-form {
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
  transition: var(--transition_default, all 0.4s ease);
  transition-duration: 0.6s;
  opacity: 0;
}

.header__search-form img {
  filter: invert(1);
}

.header__search-form input[type="search"] {
  padding-right: 40px;
}

.header__search-form__container {
  max-width: 1236px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__search-form__form {
  background-color: transparent;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  width: 360px;
  transition: var(--transition_default, all 0.4s ease);
}

.header__search-form {
  transform: translateY(-100%);
}

.header__search-form:hover,
.header__search-form--active {
  transform: translateY(0);
  opacity: 1;
}

.header__search-form__input {
  padding: 10px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #4444443d;
  width: 100%;
  padding-right: 30px;
}

.header__search-form__btn {
  position: absolute;
  right: 16px;
  background: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1290px) {
  .header__search-form__container {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 768px) {
  .header__search-form {
    display: none;
  }
}
/* main */

/* Hero Section - pleine largeur viewport (sort du conteneur max-width) */
#index .page-home {
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}

.hero {
  position: relative;
  margin-top: -82px;
  min-height: 300px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.hero__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Une seule slide visible, 100 % largeur */
.hero__swiper .swiper-wrapper {
  width: 100%;
}

.hero__swiper .swiper-slide,
.hero__swiper__slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  position: relative;
}

.hero__swiper__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #68321036;
  z-index: 1;
  pointer-events: none;
}

.hero__swiper__slide__content {
  top: 28%;
  position: absolute;
  max-width: 1236px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}

.hero__swiper__wrapper {
  position: relative;
  width: 100%;
}

.hero__swiper__slide__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hero__swiper__slide__img--desktop {
  display: block;
}

.hero__swiper__slide__img--mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero__swiper__slide__img--desktop {
    display: none;
  }

  .hero__swiper__slide__img--mobile {
    display: block;
  }
}

.hero__swiper__slide__content h1,
.hero__swiper__slide__content h2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 73px;
  line-height: 76px;
  margin-top: 19px;
  margin-bottom: 40px;
  letter-spacing: -0.1px;
  color: #ffffff;
}

.hero__swiper__slide__content h1,
.hero__swiper__slide__content h2,
.hero__swiper__slide__content__description {
  max-width: 641px;
  color: #ffffff;
}

.hero__swiper__slide__content p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 0;
}

.hero__swiper__slide__content a {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}

.hero__swiper__slide__content__description {
  margin-bottom: 52px;
}

.hero__swiper__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1236px;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}

.hero__swiper__prev,
.hero__swiper__next {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary_color, #683210);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero__swiper__prev:hover,
.hero__swiper__next:hover {
  background: #fff;
  transform: scale(1.05);
}

.hero__swiper__prev.swiper-button-disabled,
.hero__swiper__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hero__swiper__pagination {
  position: absolute;
  right: 0;
  bottom: 24px;
  display: flex;
  gap: 20px;
  max-width: 1236px;
  margin: auto;
  justify-content: flex-end;
  z-index: 3;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8.5%;
}

.hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet-active {
  background-color: var(--primary_color, #683210);
}

.hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet {
  transition: var(--transition_default, all 0.4s ease);
}

.hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid var(--primary_color, #683210);
  background-color: #ffffffcc;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: var(--primary_color, #683210);
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  z-index: 1;
}

.hero a.btn {
  text-transform: capitalize;
}

@media (max-width: 1290px) {
  .hero__swiper__slide__content {
    padding-left: calc(var(--padding_responsive, 20px) + 20px);
    padding-right: calc(var(--padding_responsive, 20px) + 20px);
  }

  .hero__swiper__pagination {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .hero__swiper__slide::before {
    z-index: 1;
  }

  .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2 {
    font-size: 60px;
  }

  .hero__swiper__slide__content p {
    font-size: 20px;
  }

  .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2,
  .hero__swiper__slide__content__description,
  .hero__swiper__slide__content__btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: 0;
  }

  .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 426px) {
  .hero {
    min-height: 280px;
  }

  .hero__swiper__nav {
    padding: 0 8px;
  }

  .hero__swiper__prev,
  .hero__swiper__next {
    width: 40px;
    height: 40px;
  }

  .hero__swiper__prev svg,
  .hero__swiper__next svg {
    width: 20px;
    height: 20px;
  }

  .hero__swiper__pagination {
    margin-right: 0;
    justify-content: center;
  }

  .hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet,
  .hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet-active::after {
    width: 14px;
    height: 14px;
  }

  .hero__swiper__pagination.hero__swiper__pagination .swiper-pagination-bullet-active::before {
    width: 30px;
    height: 30px;
  }

  .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .hero__swiper__slide__content p {
    font-size: 14px;
    line-height: 18px;
  }
  .hero__swiper__slide__content__description {
    margin-bottom: 20px;
  }
}

@media (max-width: 376px) {
  /* .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2 {
    font-size: 41px;
    line-height: 48px;
  } */
}

@media (max-width: 321px) {
  /* .hero__swiper__slide__content h1,
  .hero__swiper__slide__content h2 {
    font-size: 36px;
    line-height: 40px;
  } */

  .hero__swiper__slide__content p {
    font-size: 17px;
  }
}

/* Top Category section */
.category-section .category-section__container {
  max-width: 1182px;
  margin: auto;
}

.category-section__content {
  margin-top: 33px;
}

.category-list {
  display: flex;
  gap: 14px;
  overflow: scroll;
}

.category-list::-webkit-scrollbar {
  display: none;
}

.category-section .category-list__item img {
  transition: var(--transition_default, all 0.4s ease);
}

.category-section .category-list__item:hover img {
  transform: scale(1.2);
}

.category-section .category-list__item {
  width: 285px;
  min-width: 285px;
  max-width: 285px;
}
.category-section .category-list__item .category-card__top {
  height: 313px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.category-section .category-list__item .category-card__top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-section .category-list__item .category-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.category-section .category-list__item .category-card__title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 34px;
  color: var(--primary_color, #683210);
  text-transform: capitalize;
  transition: var(--transition_default, all 0.4s ease);
}

.category-section .category-list__item .category-card__title:hover {
  color: var(--secondary_color, #cb9274);
}

.category-section .category-section__swiper {
  position: relative;
}

.category-section .category-section__navigation {
  display: flex;
  gap: 10px;
  align-items: center;
}
.category-section .category-section__navigation .category-section__button-prev {
  transform: rotate(180deg);
}

.category-section .category-section__navigation .category-section__button-prev,
.category-section .category-section__navigation .category-section__button-next {
  height: 40px;
  width: 40px;
  background-color: var(--primary_color, #683210);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity ease var(--transition_duration, 0.4s);
}

.category-section .category-section__navigation .category-section__button-prev:hover,
.category-section .category-section__navigation .category-section__button-next:hover {
  opacity: 0.7;
}

.category-section .category-section__navigation img {
  height: 20px;
  width: 10.03px;
}

.category-section .section__custom-title {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1290px) {
  .category-section {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 768px) {
  .category-section .category-section__navigation {
    display: none;
  }
}

@media (max-width: 326px) {
  .category-section .category-list__item .category-card__title {
    font-size: 25px;
  }
}

@media (max-width: 325px) {
  .category-section .category-list__item {
    min-width: 250px;
    max-width: 250px;
  }
}

/* Featured Products */
.featured-products .products {
  gap: 8px;
  justify-content: space-between;
}

.featured-products .products .product {
  width: 240px;
  min-width: 240px;
}

@media (max-width: 1236px) {
  .featured-products .products {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

/* Image and Categories <=> (img-cats) */
.img-cats .img-cats__container {
  max-width: 1192px;
  margin: auto;
}

.img-cats__content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px 29px;
  margin-top: 41px;
}

.img-cats__content .img-cats__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px 25px;
  height: 100%;
}

.img-cats__content .img-cats__img {
  position: relative;
  max-height: 583px;
  border-radius: 16px;
  overflow: hidden;
}

.img-cats__img__background {
  width: 100%;
  height: 100%;
}

.img-cats__content .img-cats__img .img-cats__img__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 78%;
}

.img-cats__content .img-cats__img .img-cats__img__content .img-cats__img__title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--primary_color, #683210);
  line-height: 87px;
}

.img-cats__content .img-cats__img .img-cats__img__content p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--quinary_color, #252324);
  margin-bottom: 0;
}

.img-cats__content .img-cats__img .img-cats__img__content img {
  width: 60.5%;
}

.img-cats .img-cats__cats .img-cats__list .img-cats__list__item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 2px 2px 2px 0px #00000040;
  padding: 16px 5px 5px 16px;
}

.img-cats .img-cats__cats .img-cats__list .img-cats__list__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.img-cats .img-cats__cats .img-cats__list__item__title {
  font-weight: 600;
  font-size: 30px;
  font-family: Ubuntu;
  text-transform: uppercase;
  transition: var(--transition_default, all 0.4s ease);
}
.img-cats .img-cats__cats .img-cats__list__item:nth-child(1) .img-cats__list__item__title {
  color: var(--secondary_color, #ff8dac);
}

.img-cats .img-cats__cats .img-cats__list__item:nth-child(2) .img-cats__list__item__title {
  color: #fbe53e;
}

.img-cats .img-cats__cats .img-cats__list__item:nth-child(3) .img-cats__list__item__title {
  color: var(--secondary_color, #ff8dac);
}

.img-cats .img-cats__cats .img-cats__list__item:nth-child(4) .img-cats__list__item__title {
  color: var(--primary_color, #683210);
}

.img-cats .img-cats__cats .img-cats__list__item__img {
  display: flex;
  justify-content: end;
  transition: var(--transition_default, all 0.4s ease);
}

.img-cats .img-cats__cats .img-cats__list__item__img img {
  height: 180px;
  object-fit: contain;
}

.img-cats .img-cats__cats .img-cats__list .img-cats__list__item:hover .img-cats__list__item__title {
  margin-left: 10px;
}

.img-cats .img-cats__cats .img-cats__list .img-cats__list__item:hover .img-cats__list__item__img {
  transform: translateX(-10px);
}

@media (max-width: 1290px) {
  .img-cats {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }

  .img-cats .img-cats__cats .img-cats__list .img-cats__list__item a {
    height: 100%;
  }

  .img-cats .img-cats__cats .img-cats__list .img-cats__list__item {
    height: 235px;
  }

  .img-cats__content .img-cats__list {
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .img-cats__content .img-cats__img .img-cats__img__content .img-cats__img__title {
    font-size: 35px;
  }

  .img-cats__content .img-cats__img .img-cats__img__content p {
    font-size: 26px;
  }

  .img-cats .img-cats__cats .img-cats__list__item__img img {
    height: 150px;
  }
}

@media (max-width: 900px) {
  .img-cats__content .img-cats__img .img-cats__img__content .img-cats__img__title {
    font-size: 25px;
  }

  .img-cats__content .img-cats__img .img-cats__img__content p {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .img-cats__content {
    grid-template-columns: 1fr;
  }

  .img-cats__content .img-cats__list {
    gap: 8px;
  }
}

@media (max-width: 540px) {
  .img-cats__content .img-cats__img .img-cats__img__content .img-cats__img__title {
    line-height: 50px;
  }
}
@media (max-width: 426px) {
  .img-cats__content {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .img-cats .img-cats__cats .img-cats__list__item__title {
    font-size: 18px;
  }

  .img-cats .img-cats__cats .img-cats__list .img-cats__list__item {
    height: auto;
  }
}

@media (max-width: 375px) {
  .img-cats__content .img-cats__img .img-cats__img__content .img-cats__img__title {
    font-size: 22px;
  }

  .img-cats__content .img-cats__img .img-cats__img__content p {
    font-size: 16px;
  }

  .img-cats .img-cats__cats .img-cats__list__item__img img {
    height: 121px;
  }

  .img-cats__content .img-cats__list {
    grid-template-columns: 1fr;
  }
}

/* Image Comparison Slider <=> (comp-sld) */
.comp-sld {
  margin-top: 73px;
}

.comp-sld__container {
  max-width: 1236px;
  margin: auto;
}

.comp-sld__content {
  height: 802px;
  position: relative;
  overflow: hidden;
}

.comp-sld img {
  -webkit-user-drag: none;
  user-select: none;
}

.comp-sld__handle {
  position: absolute;
  border: 3px solid #ffffff;
  z-index: 2;
  height: 100%;
  left: 90%;
  cursor: e-resize;
}

.comp-sld__handle__btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: e-resize;
  transition: var(--transition_default, all 0.4s ease);
  background-color: #ffffff;
}

.comp-sld__handle__btn:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.comp-sld__item--after {
  clip-path: inset(0 0 0 90%);
  -webkit-user-drag: none;
}

.comp-sld__item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.comp-sld__item__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000021;
}

.comp-sld__item__content {
  position: relative;
  height: 100%;
}

.comp-sld__img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media (max-width: 1290px) {
  .comp-sld__content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 426px) {
  .comp-sld__handle {
    border-width: 2px;
  }
}

.comp-sld__item__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 656px;
  min-width: 287px;
  text-align: center;
}

.comp-sld__item__overlay h3 {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 64px;
  color: #ffffff;
}

.comp-sld__item__overlay a.btn {
  background-color: #ffffff;
}

.comp-sld__item__overlay a img {
  margin-left: 18px;
  filter: brightness(0);
}

@media (max-width: 768px) {
  .comp-sld__content {
    height: 471px;
  }

  .comp-sld__item__overlay h3 {
    font-size: 28px;
    margin-bottom: 27px;
  }
  .comp-sld__item__overlay a img {
    width: 12px;
    margin-left: 8px;
  }

  .comp-sld__handle__btn {
    transform: translate(-50%, -50%) scale(0.6);
  }

  .comp-sld__handle__btn:hover {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

/* Brand Gallery */
.brand-gallery {
  padding: 43.5px 0;
  background: linear-gradient(120deg, #ffffff 32%, var(--primary_color, #683210) 32%);
  position: relative;
}

.brand-gallery::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../img/doogfeet.png");
  background-repeat: no-repeat;
  background-size: 38%;
  z-index: 0;
  background-position: 0% 90%;
}

.brand-gallery__container {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
}

.brand-gallery__content {
  display: flex;
  gap: 70px;
  width: calc(100% - 33%);
  justify-content: space-around;
}

.brand-gallery__list__item:hover img {
  transform: scale(0.9);
}

.brand-gallery__list__item__card img {
  height: 62px;
  transition: var(--transition_default, all 0.4s ease);
}

.brand-gallery__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-gallery__button svg {
  position: relative;
}

.brand-gallery__button:focus {
  outline: none;
}

.brand-gallery__button::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 0;
  background-color: var(--senary_color, #da916a);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 50%;
  transition: var(--transition_default, all 0.4s ease);
}

.brand-gallery__button:hover::before {
  transform: scale(1.5);
  opacity: 1;
}

.brand-gallery__list {
  display: flex;
  gap: 70px;
  align-items: center;
  overflow-x: scroll;
  position: relative;
}

@media (max-width: 768px) {
  .brand-gallery {
    padding: 10px 0;
    background: var(--primary_color, #683210);
  }

  .brand-gallery__list__item__card img {
    height: 40px;
  }

  .brand-gallery__list {
    gap: 32px;
  }

  .brand-gallery__content {
    gap: 32px;
  }

  .brand-gallery::before {
    display: none;
  }

  .brand-gallery__content {
    width: 100%;
  }

  .brand-gallery__button {
    transform: scale(0.6);
  }

  .brand-gallery__button::before {
    height: 25px;
    width: 25px;
  }
}

/* Frequently Asked Questions <=> (faq) */
.faq {
  background-color: #eeece8;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.faq::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -2%;
  width: 200px;
  height: 337px;
  background-image: url("../img/dogfeet_faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(333deg);
  z-index: 0;
}

.faq::after {
  position: absolute;
  bottom: 0%;
  right: -1.5%;
  content: "";
  background-image: url("../img/dogfeet_faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 200px;
  height: 337px;
  z-index: 0;
}

.faq > * {
  z-index: 1;
  position: relative;
}

.faq__image {
  width: 100%;
  height: 601px;
  border-radius: 10px;
  overflow: hidden;
}

.faq__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 85%;
}

.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}

.faq__list .faq__item {
  background-color: #ffffff;
  padding: 22px 24px 0;
  border-radius: 10px;
  transition: var(--transition_default, all 0.4s ease);
  cursor: pointer;
}

.faq__list .faq__item__question {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.faq__list .faq__item__question-text {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 19px;
  color: var(--quinary_color, #252324);
}

.faq__list .faq__item__answer {
  transition: var(--transition_duration, 0.4s) all ease-in-out;
  max-height: 0;
  overflow: hidden;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 18px;
  color: #7d93a1;
  opacity: 0;
  margin-bottom: 0;
}

.faq__item__question-icon {
  transition: var(--transition_default, all 0.4s ease);
}

.faq__list .faq__item.faq__item--active .faq__item__question-icon {
  transform: rotate(90deg);
}

.faq__list .faq__item.faq__item--active .faq__item__answer {
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 22px;
}

.faq .section__subtitle {
  color: #252324;
}

@media (max-width: 768px) {
  .faq .section__subtitle {
    max-width: 300px;
  }

  .faq__image {
    display: none;
  }

  .faq::after {
    top: 0;
    right: 30px;
    bottom: unset;
    transform: scaleX(-1) rotate(333deg);
    width: 90px;
  }

  .faq::before {
    top: 0;
    left: 30px;
    width: 90px;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 426px) {
  .faq__questions {
    padding: 6px;
  }

  .faq__list .faq__item__question-text {
    font-size: 16px;
    font-weight: 700;
  }

  .faq__list .faq__item__answer {
    font-size: 16px;
  }
}

/*  Timeline Section  */
.timeline {
  background-color: #ffffff;
}

/* .timeline__content {
  overflow-x: scroll;
  scrollbar-width: none;
}

.timeline__content::-webkit-scrollbar {
  display: none;
} */

.timeline__item {
  padding: 23px 55px 50px;
  border: 2px solid var(--secondary_color, #cb9274);
  border-radius: 5px;
  flex-shrink: 0;
  width: 1236px;
}

.timeline__item__title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--primary_color, #683210);
  margin-bottom: 24px;
}

.timeline__item__descriptions {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  margin-bottom: 20px;
}

.timeline__item__description {
  font-family: DM sans;
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
}

.timeline__item__image {
  border-radius: 6px;
  overflow: hidden;
  max-height: 538px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.timeline__years {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.timeline__years__list,
.timeline__years__list.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: unset;
}

.timeline__years__item {
  color: #252324;
  font-weight: 400;
  font-size: 44px;
  line-height: normal;
  cursor: pointer;
}

.timeline__years__item--active,
.timeline__years__item:hover {
  font-weight: 500;
  font-size: 54px;
}

.timeline__years__prev img {
  transform: rotate(180deg);
}

.timeline__years__next,
.timeline__years__prev {
  width: 60px;
  height: 60px;
  background-color: #f5f4f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline__years__next:hover,
.timeline__years__prev:hover {
  transform: scale(1.2);
}

@media (max-width: 1290px) {
  .timeline__list {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }

  .timeline {
    padding: 0 var(--padding_responsive, 20px);
  }

  .timeline__list {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline__item {
    border: none;
    padding: 0;
  }

  .timeline__years__list,
  .timeline__years__list.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .timeline__item__title {
    font-size: 32px;
  }

  .timeline__item__descriptions {
    flex-direction: column;
  }

  .timeline__years__item,
  .timeline__years__item--active,
  .timeline__years__item:hover {
    font-size: 14px;
  }

  .timeline__years__next,
  .timeline__years__prev {
    width: 20px;
    height: 20px;
  }

  .timeline__years__next img,
  .timeline__years__prev img {
    width: 10px;
  }
}

@media (max-width: 375px) {
  .timeline__years__list,
  .timeline__years__list.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 10px;
  }
}

/* Blog Section */
.blog {
  margin-top: 68px;
}

.blog__container {
  max-width: 1236px;
  margin: auto;
}

.blog__content {
  margin-top: 46px;
}

.blog__list {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.blog__article__title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 33px;
  text-transform: capitalize;
  color: var(--secondary_color, #cb9274);
}

.blog__article__description {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 19px;
  text-transform: capitalize;
  color: var(--quinary_color, #252324);
  max-width: 80%;
  line-height: 30px;
}

.blog__article__image {
  height: 249px;
  border-radius: 9px;
  overflow: hidden;
}

.blog__article__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition_default, all 0.4s ease);
}

.blog__list__item:hover .blog__article__img {
  transform: scale(1.2);
}

.blog__list__item__article {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.blog__article__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 1290px) {
  .blog {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 767px) {
  .blog__list {
    flex-direction: column;
    row-gap: 40px;
  }
}

@media (max-width: 426px) {
  .blog__article__title {
    font-size: 30px;
  }

  .blog__article__description {
    font-size: 16px;
    line-height: 20px;
  }

  .blog__content {
    margin-top: 16px;
  }
}

@media (max-width: 321px) {
  .blog__article__title {
    font-size: 25px;
  }

  .blog__article__description {
    font-size: 14px;
  }

  .blog__list__item__article {
    row-gap: 8px;
  }

  .blog__article__body {
    row-gap: 0;
  }
}

/* Spotlight */
.spotlight {
  margin-top: 108px;
}

.spotlight__container {
  max-width: 1236px;
  margin: auto;
}

.spotlight__content {
  margin: 30px 23px 0;
}

.spotlight__list {
  width: 100%;
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.spotlight__item {
  height: 591px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.spotlight__item__content {
  position: relative;
  width: 100%;
}

.spotlight__item__before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
}

.spotlight__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* min-height: 591px; */
}

.spotlight__product {
  position: absolute;
  transform: translate(-14px, -14px);
}

.spotlight__product__icon {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: radial-gradient(var(--quaternary_color, #ffe7a3) 30%, #ffffffb2 30%);
  transition: var(--transition_default, all 0.4s ease);
}

.spotlight__product__card {
  background-color: #ffffff;
  border-radius: 4px;
  transition: var(--transition_default, all 0.4s ease);
  transition-duration: 1s;
  z-index: 1;
  position: absolute;
  transform: translate(5%, -105%);
  max-height: 0;
  overflow: hidden;
  max-width: 0;
}

.spotlight__product__card > * {
  margin: 0 10px;
}

.spotlight__product__icon:hover + .spotlight__product__card,
.spotlight__product__card:hover {
  max-height: 1000px;
  max-width: 1000px;
}

.spotlight__product:hover .spotlight__product__icon {
  opacity: 0.7;
}

.spotlight__product__card__title {
  font-family: Outfit;
  font-weight: 500;
  font-size: 14px;
  text-transform: lowercase;
  margin-top: 10px;
  white-space: nowrap;
}

.spotlight__product__card__body {
  display: flex;
  justify-content: space-between;
  column-gap: 102px;
  margin-bottom: 10px;
}

.spotlight__product__card__variant {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 10px;
  color: var(--quaternary_color, #ffe7a3);
}

.spotlight__product__card__price {
  display: flex;
  align-items: center;
  column-gap: 8px;
  white-space: nowrap;
}

.spotlight__product__card__price__old {
  font-weight: 400;
  font-size: 10px;
  text-decoration: line-through;
  color: var(--quaternary_color, #ffe7a3);
}

.spotlight__product__card__price__current {
  font-weight: 500;
  font-size: 14px;
}

.spotlight__product__card__body__show-product a {
  padding: 5px 3px;
  background: var(--primary_color, #683210);
  border-radius: 4px;
  transition: var(--transition_default, all 0.4s ease);
  display: flex;
  justify-content: center;
  align-items: center;
}

.spotlight__product__card__body__show-product a:hover {
  opacity: 0.7;
  transform: translateX(4px);
}

.spotlight__pagination {
  margin: 20px auto 0;
  display: none;
  justify-content: center;
  gap: 10px;
}

.spotlight__pagination__bullet {
  width: 14px;
  height: 14px;
  background-color: var(--primary_color, #683210);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition_default, all 0.4s ease);
  position: relative;
}

.spotlight__pagination__bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition_default, all 0.4s ease);
}

.spotlight__pagination__bullet:hover::before,
.spotlight__pagination__bullet--active::before {
  padding: 4px;
  border-color: var(--primary_color, #683210);
}

@media (max-width: 1290px) {
  .spotlight {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }

  .spotlight__content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 769px) {
  .spotlight__list {
    overflow: scroll;
  }

  .spotlight__list::-webkit-scrollbar {
    display: none;
  }

  .spotlight__item {
    min-width: 100%;
  }

  .spotlight__content {
    height: auto;
  }

  .spotlight__pagination {
    display: flex;
  }
}

@media (max-width: 426px) {
  .spotlight__item {
    height: 500px;
  }
}

@media (max-width: 425px) {
  .spotlight__product {
    scale: 0.7;
    transform: translate(-9.3px, -9.3px);
  }
}

@media (max-width: 321px) {
  .spotlight__item {
    height: 400px;
  }
}

/* Instagram */
.instagram {
  position: relative;
  overflow: hidden;
  background: #eeece8;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}

.instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 202px;
  height: 100px;
  background-image: url("../img/dogfeet_instagram.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.instagram::after {
  position: absolute;
  bottom: 0;
  right: -2%;
  content: "";
  background-image: url("../img/dogfeet_instagram.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 202px;
  height: 100px;
  z-index: 0;
}

.instagram > * {
  z-index: 1;
  position: relative;
}

.instagram__content {
  height: 196px;
}

.instagram__content::-webkit-scrollbar {
  display: none;
}

.instagram__image {
  height: 100%;
  flex: 1;
  min-width: 227px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 6px;
}

.instagram__image {
  position: relative;
}

.instagram__image::after {
  content: url("../icon/instagram.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  transition: var(--transition_default, all 0.4s ease);
  opacity: 0;
  pointer-events: none;
}

.instagram__image:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.instagram__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .instagram .section__subtitle {
    font-size: 18px;
  }

  #index .instagram {
    padding: 50px var(--padding_responsive, 20px);
  }

  .instagram__content {
    margin-left: 0;
    margin-right: 0;
  }

  .instagram::after {
    top: 0;
    right: 0;
    bottom: unset;
    width: 77px;
    height: 35px;
  }

  .instagram::before {
    top: 0;
    left: 0;
    width: 77px;
  }
}

@media (max-width: 560px) {
  .instagram__content {
    margin-top: 26px;
  }
}

/* Footer */
footer#footer {
  background-color: var(--primary_color, #683210);
  /* margin-top: 60px; */
  color: #ffffff;
  padding-top: 0;
}

.footer__container,
.copyright__content {
  max-width: 1236px;
  margin: auto;
}

.footer__content {
  padding: 100px 0 93px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  column-gap: 10px;
}

.footer__content > * {
  display: flex;
  flex-direction: column;
  order: 2;
}

.footer__logo {
  display: none;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
}

.footer__contact-us {
  align-items: flex-start;
  row-gap: 20px;
}

.footer__item__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer__linklist__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer__contact-us__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer__container a:hover {
  text-decoration: underline;
  color: var(--quaternary_color, #ffe7a3);
}

.footer__title {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 23px;
  text-transform: capitalize;
  line-height: 40px;
}

.footer__content li a {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
}

.footer__content li a:focus {
  color: var(--quaternary_color, #ffe7a3);
}

.footer__contact-us .footer__contact-us__tel a {
  font-family: Ubuntu;
  font-weight: 800;
  font-size: 16px;
}

.footer__newsletter p.conditions {
  font-family: Outfit;
  color: #ffffffe5;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.footer__newsletter input[type="submit"] {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  transition: var(--transition_default, all 0.4s ease);
  cursor: pointer;
  width: 100%;
  padding: 11.5px 16px;
  border-radius: 4px;
  border: none;
}

.footer__newsletter input[type="submit"]:hover {
  background-color: var(--quaternary_color, #ffe7a3);
}

.footer__newsletter input[type="email"] {
  font-family: Ubuntu;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 10px;
  border-radius: 4px;
  background-color: transparent;
  border: 0.5px solid #d8d8d8;
  outline: none;
}

.footer__newsletter input[type="email"]::placeholder {
  color: #ffffff;
  opacity: 0.7;
}

.footer__newsletter form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 1290px) {
  footer#footer,
  .copyright__container {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }

  .copyright {
    margin-left: calc(var(--padding_responsive, 20px) * -1);
    margin-right: calc(var(--padding_responsive, 20px) * -1);
  }
}

@media (max-width: 1023px) {
  .footer__content {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
  }

  .footer__newsletter {
    grid-column: 1 / -1;
    order: 1;
  }

  .footer__newsletter .footer__item__content {
    width: 100%;
  }

  .footer__title {
    font-size: 20px;
  }

  .footer__contact-us .footer__contact-us__tel a {
    font-size: 15px;
  }
}

@media (max-width: 769px) {
  .footer__content {
    grid-template-columns: 1fr;
    /* row-gap: 32px; */
  }
}

@media (max-width: 550px) {
  .footer__linklist__list,
  .footer__contact-us__content {
    row-gap: 10px;
  }
}

/* @media (max-width: 426px) {
  footer#footer {
    margin-top: 30px;
  }
} */

/* Copyright */
.copyright {
  border-top: 0.4px solid #ffffff;
}

.copyright__content {
  display: flex;
  padding: 11.5px 0;
  gap: 10px;
}

.copyright__content > * {
  flex: 1;
  display: flex;
  align-items: center;
}

.copyright__text p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
  margin: auto;
}

.copyright__logo {
  justify-content: center;
}

.copyright__logo img {
  width: 196px;
}

.copyright__payment-methods {
  justify-content: end;
}

.copyright__payment-methods img {
  width: 238px;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .copyright__logo img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .copyright {
    border-top-width: 1px;
  }

  .copyright__social-links,
  .copyright__payment-methods {
    display: none;
  }

  .copyright__logo {
    display: none;
  }

  .footer__logo {
    display: flex;
  }

  .footer__content {
    padding: 100px 0 55px;
  }
}

@media (max-width: 600px) {
  .copyright__content {
    gap: 16px;
  }
}

@media (max-width: 426px) {
  .footer__logo img {
    width: 150px;
  }
}

@media (max-width: 500px) {
  .copyright__content {
    flex-direction: column;
    row-gap: 12px;
  }

  .copyright__content > * {
    justify-content: center;
    order: 1;
  }

  .copyright__payment-methods {
    order: 2;
  }
}

@media (max-width: 376px) {
  .footer__newsletter button[type="submit"] {
    font-size: 18px;
  }
}

/* Interactive Categories */
.interactive-categories {
  margin-top: 105px !important;
}

.interactive-categories__content {
  display: flex;
  gap: 100px;
}

.interactive-categories__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: var(--transition_default, all 0.4s ease);
}

.interactive-categories__text {
  flex: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.interactive-categories__image {
  flex: 1.13;
  border-radius: 8px;
  overflow: hidden;
  height: 694px;
  margin-top: 53px;
}

.interactive-categories__item:hover a {
  color: var(--secondary_color, #cb9274);
}

.interactive-categories__item a {
  transition: var(--transition_default, all 0.4s ease);
  font-family: Ubuntu;
  font-weight: 800;
  font-size: 28px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  border-bottom: 2px solid #635f62;
  color: var(--quinary_color, #252324);
}

.interactive-categories__item a img {
  transition: var(--transition_default, all 0.4s ease);
  padding: 17.5px 14.5px;
  min-height: 31px;
  border-radius: 8px;
}

.interactive-categories__item a img:hover {
  background-color: var(--secondary_color, #cb9274);
}

.interactive-categories__image--effect {
  filter: blur(10px);
  transform: scaleY(1.2);
}

@media (max-width: 1040px) {
  .interactive-categories__content {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .interactive-categories__content {
    flex-direction: column;
  }

  .interactive-categories__text {
    gap: 26px;
  }

  .interactive-categories__image {
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .interactive-categories__item a {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0;
  }

  .interactive-categories__item a img {
    scale: 0.8;
  }
}

/* Back to Top button */
#back-to-top {
  border-radius: 50%;
  background-color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9;
  cursor: pointer;
  transition: var(--transition_default, all 0.4s ease);
  border: 1px solid #b8b8b8;
  transform: translateX(100%);
  opacity: 0;
}

#back-to-top.back-to-top--active {
  transform: none;
  opacity: 1;
  right: 20px;
}

#back-to-top:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  #back-to-top {
    padding: 8px;
  }

  #back-to-top img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 426px) {
  #back-to-top {
    padding: 6px;
    bottom: 10px;
  }

  #back-to-top.back-to-top--active {
    right: 10px;
  }

  #back-to-top img {
    width: 30px;
    height: 30px;
  }
}

/* Pack */
.pack {
  background-color: var(--tertiary_color, #e5ddbf);
  padding-top: 80px;
  padding-bottom: 80px;
}

.pack__content {
  margin-top: 90px;
  display: flex;
  gap: 19px;
}

.pack__img,
.pack__product__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition_default, all 0.4s ease);
}

.pack__image {
  flex: 6.2;
  height: 712px;
  border-radius: 17px;
  overflow: hidden;
}

.pack__info {
  flex: 4.3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.pack__info form {
  text-align: center;
}

#index .pack__info form .add-to-cart {
  width: 90%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pack__product a {
  display: flex;
  gap: 20px;
  padding: 27px 18px;
  background-color: #ffffff;
  overflow: hidden;
}

.pack__products {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pack__product__image {
  height: 160px;
  min-height: 160px;
  width: 160px;
  min-width: 160px;
  overflow: hidden;
  border-radius: 8px;
}

.pack__product__info {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pack__product__reviews-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.pack__product__title {
  font-family: Ubuntu;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--primary_color, #683210);
}

.pack__product__title:hover {
  text-decoration: underline;
}

.pack__product__price {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 18px;
  color: var(--secondary_color, #cb9274);
}

.pack__product__reviews {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pack__img:hover,
.pack__product__img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .pack {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pack__content {
    margin-top: 30px;
  }

  .pack__image {
    height: 530px;
  }

  .pack__product__image {
    min-width: 100px;
    width: 100px;
    min-height: 100px;
    height: 100px;
  }

  .pack__product__info {
    gap: 12px;
  }

  .pack__product__title {
    font-size: 18px;
  }

  .pack__product a {
    gap: 10px;
    padding: 20px 15px;
  }

  .pack__product__price {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .pack {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pack__content {
    flex-direction: column;
  }

  .pack__image {
    max-height: 300px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 375px) {
  .pack__product__image {
    min-width: 80px;
    width: 80px;
    min-height: 80px;
    height: 80px;
  }
}

/* Video Player */
.video-player {
  padding: 0 23px;
  max-width: 1440px;
  margin: auto;
}

.video-player__content {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.video-player__vid {
  width: 100%;
  display: block;
}

.video-player__content::after {
  content: url("../icon/play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: var(--transition_default, all 0.4s ease);
}

.video-player__content--playing::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.video-player__youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio = 9/16 * 100 */
}

.video-player__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (max-width: 1290px) {
  .video-player {
    padding-left: var(--padding_responsive, 20px);
    padding-right: var(--padding_responsive, 20px);
  }
}

@media (max-width: 769px) {
  .video-player__content::after {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 426px) {
  .video-player__content::after {
    width: 60px;
    height: 60px;
  }
}

/* New Product */
.new-product__content {
  display: flex;
  gap: 50px;
}

.new-product__content > div {
  flex: 1;
}

.new-product__infos__starts-and-price {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.new-product__infos__starts {
  display: flex;
  gap: 15px;
  align-items: center;
}

.new-product__infos__starts__icons {
  display: flex;
  gap: 2px;
}

.new-product__images {
  display: flex;
  gap: 13px;
}

.new-product__images__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.new-product__caption {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 20px;
  color: #818181;
  text-transform: uppercase;
}

.new-product__infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new-product__infos h2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 46px;
  transition: var(--transition_default, all 0.4s ease);
}

.new-product__infos h2 a:hover {
  color: var(--primary_color, #683210);
  text-decoration: underline;
}

.new-product__infos__starts__numbers {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: -5px;
}

.new-product__infos__price span {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 38px;
  color: var(--secondary_color, #cb9274);
}

.new-product__infos__description p {
  margin-bottom: 0;
  font-family: DM Sans;
  font-size: 24px;
}

.new-product__infos__description {
  font-weight: 400;
  font-size: 24px;
  color: #565656;
  line-height: 35px;
}

.new-product__infos .label {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  color: #252324;
  margin-bottom: 16px;
}

.new-product__add-to-cart {
  font-family: DM Sans;
  width: 100%;
  border-radius: 15px;
  font-weight: 500;
  border: none;
  font-size: 18px;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--primary_color, #683210);
  padding: 23px 12px;
  transition: var(--transition_default, all 0.4s ease);
}

.new-product__add-to-cart:hover {
  background-color: var(--quaternary_color, #ffe7a3);
  color: #000000;
}

.new-product__add-to-cart:disabled {
  background-color: var(--primary_color, #683210);
  color: #ffffff;
  opacity: 0.8;
  cursor: wait;
}

.new-product__add-to-cart:focus {
  outline: none;
}

.new-product__images__thumb {
  width: 199px;
  height: 156px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #eeece8;
}

.new-product__images__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-product__color input[type="radio"] {
  display: none;
}

.new-product__color {
  margin-bottom: 0;
}

.new-product__colors {
  display: flex;
  gap: 8px;
}

.new-product__color span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}

.new-product__color span.color-white {
  border-color: #000000;
}

.new-product__color span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid var(--primary_color, #683210);
  transition: var(--transition_default, all 0.4s ease);
  border-radius: 50%;
}

.new-product__color input[type="radio"]:checked + span::before,
.new-product__color span:hover::before {
  opacity: 1;
  transform: scale(1.36);
}

.new-product__images__main-image {
  min-height: 487px;
  height: 487px;
  background-color: #eeece8;
  border-radius: 15px;
  overflow: hidden;
}

.new-product__images__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-product__infos__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
  gap: 16px;
}

.new-product__images__thumb__img,
.new-product__images__main-image {
  transition: var(--transition_default, all 0.4s ease);
}

.new-product__images__thumb__img {
  cursor: zoom-in;
}
.new-product__images__thumb__img.fade {
  filter: blur(10px);
  opacity: 0.7;
}

.new-product__images__main-image.fade {
  opacity: 1;
  transform: scaleX(0);
}

@media (max-width: 1200px) {
  .new-product__content {
    gap: 20px;
  }

  .new-product__images__thumb {
    width: auto;
  }
}

@media (max-width: 1000px) {
  .new-product__content {
    flex-direction: column;
  }

  .new-product__infos__starts-and-price {
    flex-direction: column;
    align-items: start;
  }

  /* .new-product__images__thumb {
    width: fit-content;
  } */

  .new-product__images__thumbs {
    flex: 1;
    gap: 5.2px;
  }

  .new-product__images__main-image {
    flex: 3;
    height: 244px;
    min-height: 244px;
  }

  .new-product__infos h2 {
    font-size: 24px;
  }

  .new-product__images__thumb {
    height: 79.74px;
  }

  .new-product__infos__description {
    font-size: 14px;
  }

  .new-product__add-to-cart {
    font-size: 11px;
    padding: 12px;
  }

  .new-product__infos__price {
    font-size: 21px;
  }

  .new-product__images {
    gap: 7.2px;
  }

  .new-product__infos__starts__numbers {
    font-size: 10px;
  }

  .new-product__infos__starts__icons img {
    width: 18px;
    height: 18px;
  }

  .product__infos__starts {
    gap: 10px;
  }

  .new-product__caption {
    font-size: 10px;
  }

  .new-product__infos {
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .new-product__infos__description p {
    font-size: 14px;
  }
}

/* Grid Categories <=> (grid-ctgs)  */
.grid-ctgs__list {
  display: grid;
  grid-auto-rows: 331px;
  gap: 6px;
}

.grid-ctgs__item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}

.grid-ctgs__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.grid-ctgs__item:hover .grid-ctgs__item_img {
  transform: scale(1.2);
  filter: brightness(0.7) blur(2px);
}

.grid-ctgs__item__overlay {
  position: absolute;
  border: 1px solid var(--quaternary_color, #ffe7a3);
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  z-index: 2;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  flex-direction: column;
  gap: 18px;
}

.grid-ctgs__item__overlay.grid-ctgs__item__overlay--center {
  justify-content: center;
}

.grid-ctgs__item__overlay h3 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 0;
}

.grid-ctgs__item__overlay span {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: normal;
}

.grid-ctgs__item:hover span {
  max-height: 1000px;
  opacity: 1;
}

.grid-ctgs__item__overlay.grid-ctgs__item__overlay--center h3 {
  font-size: 54px;
}

@media (max-width: 1020px) {
  .grid-ctgs__list {
    grid-template-columns: 1fr !important;
    gap: 10px;
    grid-auto-rows: 169px;
  }

  .grid-ctgs__item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .grid-ctgs__item__overlay {
    top: 10px;
    left: 18px;
    right: 10px;
    bottom: 18px;
    padding: 10px;
    justify-content: center;
    gap: 8px;
  }

  .grid-ctgs__item__overlay h3,
  .grid-ctgs__item__overlay.grid-ctgs__item__overlay--center h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .grid-ctgs__item__overlay span {
    font-weight: 400;
    font-size: 14px;
  }
}

/* Grid Categoies B */
.grid-ctgs-b .grid-ctgs__item__overlay {
  justify-content: center;
}

/* Extra styles */
#product-modal figure,
#product-modal .modal-content .modal-body .product-images img {
  border-radius: 16px;
  overflow: hidden;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  display: flex;
  gap: 5px;
  align-items: center;
}

.modal-content {
  border-radius: 16px;
}

.product-cover {
  position: relative;
}

.product-cover__previous,
.product-cover__next {
  position: absolute;
  background-color: #fcfcfd;
  border-radius: 50%;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-cover__previous {
  left: 20px;
}

.product-cover__next {
  right: 20px;
}

.product-cover__previous img {
  transform: rotate(90deg);
}

.product-cover__next img {
  transform: rotate(-90deg);
}

.product-price-and-discount .current-price,
.product-price-and-discount .product-discount {
  display: inline;
}

.product-cover picture img {
  height: 600px;
  object-fit: cover;
  object-position: center;
  /*background-color: #d1c7ba;*/
}

#product-modal .modal-content .modal-body .product-images img,
.images-container .product-images > li.thumb-container .thumb {
  object-fit: cover;
}

#product-modal .modal-content .modal-body .product-cover-modal {
  max-width: 100%;
  height: auto;
}

.products article .wishlist-button-add {
  z-index: 1;
}
/*
.products .thumbnail-top {
  background-color: #eeece8;
}
*/
.current-price-value {
  color: var(--primary_color, #683210);
  font-size: x-large;
}

#blockcart-modal .product-image {
  background-color: #eeece8;
}

#blockcart-modal .product-image,
.quickview .product-cover img {
  border-radius: 12px;
}

.quickview .images-container .product-images > li.thumb-container .thumb {
  border-radius: 10px;
}

#index #main .page-footer {
  padding: 0;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border-color: var(--primary_color, #683210);
}

em p {
  color: inherit;
  font-size: inherit;
}

.wishlist-footer-links a {
  display: flex;
  align-items: center;
}

.modal-dialog .custom-wishlist-button {
  display: none;
}

#product-availability {
  margin-top: 10px;
  display: block;
}

#blockcart-modal .modal-title {
  text-align: center;
}

@media (max-width: 767px) {
  #blockcart-modal .modal-body {
    padding: 1rem;
  }
}

@media (max-width: 425px) {
  #blockcart-modal .cart-content .cart-content-btn {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #blockcart-modal .cart-content .cart-content-btn button {
    margin: 0;
  }
}

.drs-alert-search {
  position: absolute;
  top: 100%;
  transition: var(--transition_default, all 0.4s ease);
}

.drs-alert-search-fade {
  opacity: 0;
}

.btn-primary .material-icons {
  margin-right: 0;
}

.footer__content .wishlist-add-to,
.footer__content .wishlist-login,
.footer__content .wishlist-delete,
.footer__content .wishlist-create {
  position: absolute;
}

.drs-alert.alert {
  margin-top: 10px;
}
.alert {
  margin-bottom: 0;
}

.modal .custom-checkbox input[type="checkbox"] + span.color,
.modal .variant-links .color,
.modal label .color {
  width: 40px;
  height: 40px;
}
.modal .product-quantity #quantity_wanted {
  background-color: transparent;
}

.modal .add {
  padding: 10px 0px;
}

.modal .btn-social-sharing {
  cursor: pointer;
}

.spotlight {
  max-width: 1440px;
  margin: auto;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: var(--secondary_color, #cb9274);
  margin-left: 0.625rem;
  border-radius: 10px;
}

.has-discount .discount {
  background-color: var(--secondary_color, #cb9274);
  border-radius: 10px;
}

.btn-primary {
  background-color: var(--primary_color, #683210);
}

.btn-primary:focus {
  outline: none;
}

.btn-primary,
.btn-outline-primary {
  padding: 0.7rem 1.25rem;
  text-transform: none;
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active {
  background-color: transparent;
  color: var(--primary_color, #683210);
  border-color: var(--primary_color, #683210);
}

.btn-outline-primary {
  color: var(--primary_color, #683210);
  border-color: var(--primary_color, #683210);
  transition: var(--transition_default, all 0.4s ease);
}

.btn-outline-primary:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary_color, #683210);
  border-color: var(--primary_color, #683210);
}

.text-primary {
  color: var(--primary_color, #683210) !important;
}

#blockcart-modal .product-name {
  color: #000;
}

.modal .product-additional-info {
  display: flex;
  justify-content: start;
}

#index #content-wrapper {
  z-index: 0;
}

.instagram {
  background-image: none;
}

/* Quick View and Wishlist Button */

/* .products .quick-view:active {
  transform: scale(1.2);
}

.products .quick-view:hover,
.products article .wishlist-button-add:hover {
  scale: 1.2;
} */

body:not(#view) .wishlist-button-add i,
body:not(#view) .products .quick-view {
  color: #ffffff !important;
}

.wishlist-button-add:hover {
  opacity: 1 !important;
}

.products .wishlist-button-add,
.products .quick-view,
.products .product-add-cart {
  position: absolute !important;
  background-color: var(--secondary_color, #cb9274);
  border-radius: 50% !important;
  top: 230px !important;
  width: 30px !important;
  height: 30px !important;
  left: 50%;
  transition: var(--transition_default, all 0.4s ease);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset !important;
  opacity: 0;
}

.products .wishlist-button-add:hover,
.products .quick-view:hover,
.products .product-add-cart:hover {
  background-color: var(--primary_color, #683210);
}

.products .wishlist-button-add i,
.products .quick-view i,
.products .product-add-cart i {
  font-size: medium;
}

.products article .wishlist-button-add {
  transform: translateX(calc(-50% - 45px));
}

.products .quick-view {
  transform: translateX(calc(-50% + 45px));
}

.products .product-add-cart {
  transform: translate(-50%, 15px);
}

.products .thumbnail-container:hover .wishlist-button-add {
  transform: translateX(calc(-50% - 35px));
  opacity: 1;
}

.products .thumbnail-container:hover .quick-view {
  transform: translateX(calc(-50% + 35px));
  opacity: 1;
}

.products .thumbnail-container:hover .product-add-cart {
  transform: translateX(-50%);
  opacity: 1;
}

/* Card product */
.product-miniature .product-description {
  display: flex;
  overflow: hidden;
  align-items: start;
  flex-direction: column;
  padding: 10px 16px;
  gap: 6px;
  align-items: center;
  text-align: center;
}

.product-miniature .variant-links {
  display: flex;
  align-items: center;
  justify-content: end;
  width: auto;
  position: absolute;
  height: 100%;
  right: 0;
  background: linear-gradient(to left, #ffffff, #ffffffd0);
  transform: translateX(100%);
  opacity: 0;
  transition: var(--transition_default, all 0.4s ease);
}

.product-miniature .product-title {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  max-width: 312px;
}

.product-miniature .product-title a {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  color: var(--quinary_color, #252324);
  text-transform: capitalize;
}

.product-price-and-shipping {
  display: flex;
  column-gap: 8px;
}

.product-price-and-shipping .regular-price {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 12px;
}

.product-price-and-shipping .price {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary_color, #cb9274);
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}

.custom-checkbox input[type="checkbox"] + span.color:hover,
.variant-links .color:hover,
label .color:hover {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--primary_color, #683210);
  border: 1px solid #979797;
}

.products .thumbnail-container {
  margin-bottom: 0;
}

.products .thumbnail-container .product-thumbnail img {
  transform: scale(0.8);
}

.products .thumbnail-container:focus .product-description::after,
.products .thumbnail-container:hover .product-description::after {
  content: none;
}

.product {
  width: 250px;
  min-width: 250px;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  height: 285px;
  object-fit: contain;
}

.product-miniature .thumbnail-container,
.product-miniature .product-description {
  background-color: transparent;
}

.product-miniature .thumbnail-top {
  border-radius: 10px;
}

.product-list-reviews {
  position: static;
  background-color: transparent;
  visibility: visible;
}

.category-home .product-list-reviews .comments-nb {
  display: none;
}

.product-miniature .thumbnail-top::before {
  content: "";
  position: absolute;
  border: 1px solid var(--quaternary_color, #ffe7a3);
  border-radius: 5px;
  z-index: 2;
  top: 14px;
  left: 16px;
  right: 14px;
  bottom: 16px;
  pointer-events: none;
}

.thumbnail-container .thumbnail-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(238, 236, 232, 0) 0%, #ffffff82 100%);
  pointer-events: none;
  transition: var(--transition_default, all 0.4s ease);
  opacity: 0;
}

.thumbnail-container:hover .thumbnail-top::after {
  opacity: 1;
}
/* Category Home */
.category-home .swiper-slide {
  width: auto;
}

.category-home__prev,
.category-home__next {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  top: calc(285px / 2);
  transform: translateY(-50%);
  z-index: 4;
}

.category-home__prev img {
  transform: rotate(180deg);
}

.category-home__prev {
  left: 0;
}

.category-home__next {
  right: 0;
}

.category-home__prev:hover,
.category-home__next:hover {
  transform: translateY(-50%) scale(1.2);
}

.category-home__swiper::before,
.category-home__swiper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.5%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to right, #ffffff, transparent);
}

.category-home__swiper::after {
  background: linear-gradient(to left, #ffffff, transparent);
  right: 0;
  left: unset;
}

@media (max-width: 768px) {
  .category-home__swiper::before,
  .category-home__swiper::after,
  .category-home__prev,
  .category-home__next {
    display: none;
  }
}

/* Category Home B*/
.category-home-b__content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.category-home-b__content__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  flex: 3;
  column-gap: 20px;
}

.category-home-b__content__product {
  display: flex;
  justify-content: center;
}

.category-home-b__content__image_left,
.category-home-b__content__image_right {
  flex: 0.5;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.category-home-b__content__image_left {
  border-start-start-radius: unset;
  border-end-start-radius: unset;
}

.category-home-b__content__image_right {
  border-end-end-radius: unset;
  border-start-end-radius: unset;
}

.category-home-b__content__image_left::before,
.category-home-b__content__image_right::before {
  content: "";
  position: absolute;
  border: 1px solid var(--quaternary_color, #ffe7a3);
  border-radius: 5px;
  z-index: 2;
  top: 26px;
  left: 38px;
  right: 26px;
  bottom: 38px;
  pointer-events: none;
}

.category-home-b__content__image_left::before {
  border-left: none;
  left: 0;
}

.category-home-b__content__image_right::before {
  border-right: none;
  right: 0;
}

.category-home-b__content__image_left img,
.category-home-b__content__image_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.category-home-b > .section__bottom {
  display: none;
}

@media (max-width: 1290px) {
  .category-home-b > .section__bottom {
    display: block;
  }
  .category-home-b__content__image_left,
  .category-home-b__content__image_right,
  .category-home-b__content .section__bottom {
    display: none;
  }
  .category-home-b__content__products {
    display: flex;
    overflow: scroll;
    gap: 10px;
  }
}

@media (min-width: 1290px) {
  .category-home-b__content__product:nth-child(3) {
    grid-row: span 2;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .category-home-b__content__product:nth-child(3) .product-miniature .thumbnail-container .product-thumbnail img {
    height: 500px;
    object-fit: cover;
  }

  .category-home-b__content__product:nth-child(3) .product-miniature .product-title a {
    font-size: 23px;
  }

  .category-home-b__content__product:nth-child(3) .product-price-and-shipping .price {
    font-size: 21px;
  }

  .category-home-b__content__product:nth-child(3) .product-price-and-shipping .regular-price {
    font-size: 19px;
  }

  .category-home-b__content__product:nth-child(3) .small-stars .star-content div.star,
  .category-home-b__content__product:nth-child(3) .small-stars .star-content div.star-on,
  .category-home-b__content__product:nth-child(3) .small-stars .star-content div.star-hover {
    width: 20px;
    height: 20px;
  }

  .category-home-b__content__product:nth-child(3) .product-miniature .product-description {
    gap: 10px;
    padding: 20px 16px;
  }

  .category-home-b__content__product:nth-child(3) .wishlist-button-add,
  .category-home-b__content__product:nth-child(3) .quick-view,
  .category-home-b__content__product:nth-child(3) .product-add-cart {
    top: 432px !important;
  }

  .category-home-b__content__product:nth-child(3) .thumbnail-container:hover .wishlist-button-add {
    transform: translateX(calc(-50% - 45px)) scale(1.3);
  }

  .category-home-b__content__product:nth-child(3) .thumbnail-container:hover .quick-view {
    transform: translateX(calc(-50% + 45px)) scale(1.3);
  }

  .category-home-b__content__product:nth-child(3) .thumbnail-container:hover .product-add-cart {
    transform: translateX(-50%) scale(1.3);
  }

  .category-home-b__content__product:nth-child(3) .product {
    width: auto;
  }
}

/* Banner Text */
.banner-text {
  text-align: center;
}

.banner-text__overlay {
  border: var(--quaternary_color, #ffe7a3) 2px solid;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  justify-content: center;
  padding: 38px 10px;
  position: relative;
}

.banner-text__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
}

.banner-text__content {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 38px 45px;
}

.banner-text__content span.caption {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-text__content h2 {
  font-family: Ubuntu;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 54px;
  margin-bottom: 0;
}

.banner-text__content p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 0;
}

.banner-text__content a.btn {
  font-weight: 400;
  margin-top: 10px;
}

.banner-text__content > * {
  z-index: 1;
  color: #ffffff;
}

@media (max-width: 768px) {
  .banner-text__overlay {
    padding: 64px 20px;
    row-gap: 8px;
  }

  .banner-text__content {
    padding: 19px 20px;
  }

  .banner-text__content span.caption {
    font-size: 12px;
  }

  .banner-text__content h2 {
    font-size: 32px;
  }

  .banner-text__content p {
    font-size: 12px;
  }

  .banner-text__content a.btn {
    font-size: 11px;
    font-weight: 400;
    margin-top: 8px;
  }
}

/* Banner Text B */
.banner-text-b .banner-text__content h2 {
  font-weight: 500;
  font-size: 42px;
  text-transform: none;
  max-width: 671px;
  letter-spacing: -1px;
}

.banner-text-b .banner-text__content {
  background-position: 50% 90%;
}

@media (max-width: 768px) {
  .banner-text-b .banner-text__content h2 {
    font-size: 22px;
  }
}
/* Banner Text C */
.banner-text-c__overlay {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.banner-text-c__overlay > * {
  flex: 1;
}

.banner-text-c .banner-text__content h2 {
  text-align: start;
  font-size: 44px;
}

.banner-text-c .banner-text__content p {
  text-align: start;
  font-size: 18px;
  font-weight: 400;
}

.banner-text-c__overlay__links {
  display: flex;
  gap: 7px;
  justify-content: end;
  align-items: center;
}

.banner-text-c__overlay__text h2 {
  margin-bottom: 20px;
}

.banner-text-c .banner-text__content a.btn {
  margin-top: 0;
  font-size: 18px;
}

.banner-text-c__overlay__links a:first-child {
  background-color: #ffffff;
}

.banner-text-c__overlay__links a:first-child:hover {
  background-color: var(--quaternary_color, #ffe7a3);
}

.banner-text-c .banner-text__content {
  padding: 70px 0;
}

.banner-text-c::before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin-bottom: 9px;
  background: linear-gradient(30deg, var(--primary_color, #683210) 70%, transparent 70%);
}

.banner-text-c::after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin-top: 9px;
  background: linear-gradient(-30deg, var(--primary_color, #683210) 70%, transparent 70%);
}

@media (max-width: 1000px) {
  .banner-text-c__overlay__links {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner-text-c .banner-text__content a.btn {
    font-size: 11px;
  }

  .banner-text-c__overlay__links {
    flex-direction: row;
  }

  .banner-text-c__overlay {
    flex-direction: column;
    border: var(--quaternary_color, #ffe7a3) 2px solid;
    padding: 30px 18px;
  }

  .banner-text-c .banner-text__content {
    padding: 20px var(--padding_responsive, 20px);
  }

  .banner-text-c::before,
  .banner-text-c::after {
    display: none;
  }

  .banner-text-c .banner-text__content h2 {
    font-size: 32px;
    text-align: center;
  }

  .banner-text-c .banner-text__content p {
    font-size: 14px;
    text-align: center;
  }
}

/* my-account, identite, adresse, password, ... */
@media (min-width: 1200px) {
  .container {
    width: 1236px;
    max-width: 100%;
  }
}

.custom-radio input[type="radio"]:checked + span {
  background-color: var(--primary_color, #683210);
}

label,
.label {
  text-align: start;
}

.form-control:focus,
.input-group.focus {
  outline-color: var(--secondary_color, #cb9274);
  border-color: transparent;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.d-ib {
  display: inline-block;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.btn_password_hide_show .show {
  display: block;
}

.btn_password_hide_show .hide {
  display: none;
}

.btn_password_hide_show.show .show {
  display: none;
}

.btn_password_hide_show.show .hide {
  display: block;
}

.form-control {
  background-color: #fff;
}

.btn_password_hide_show button {
  background-color: transparent;
  outline: none;
}

.btn_password_hide_show {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
}

.btn_password_hide_show {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  background: transparent;
}

input#field-password {
  position: relative;
  z-index: 0;
}

.btn_password_hide_show button:focus,
.btn_password_hide_show button:active,
.btn_password_hide_show button:focus:active {
  outline: none;
  border: none;
}

.optional_label {
  font-weight: 300;
  color: #7e7e7e;
}

.div-checkbox {
  margin-bottom: 0;
}

.div-checkbox label {
  padding-top: 0;
  padding-bottom: 0;
}

.form-footer button,
.form-footer a.btn {
  width: 100%;
  border-radius: 4px;
  transition: var(--transition_default, all 0.4s ease);
}

.form-group {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

form input:not([type="checkbox"]),
form select,
.form-control {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: #dddddd 0.6px solid;
  font-weight: 400;
  font-size: 16.82px;
}

.input-group.focus {
  border-radius: 5px;
}

form input[type="date"] {
  display: block !important;
}

form select.form-control {
  padding: 6.5px 15px;
  box-sizing: content-box;
  width: -webkit-fill-available;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: var(--primary_color, #683210);
}

#main .page-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  width: 100%;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.page-footer .account-link {
  margin: 0;
  /* width: 100%; */
  border-radius: 4px;
}

@media (min-width: 768px) {
  .col-md-6,
  .col-md-7 {
    width: 50%;
  }
}
