@font-face {
  font-family: "Louize";
  src: url("//int.lesnereides.com/cdn/shop/t/6/assets/Louize-Regular.woff2?v=67941075753837158571706185120") format("woff2"), url("//int.lesnereides.com/cdn/shop/t/6/assets/Louize-Regular.woff?v=148830351781528555961706185114") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Louize-Italic";
  src: url("//int.lesnereides.com/cdn/shop/t/6/assets/Louize-Italic.woff2?v=8870681464169141361706185119") format("woff2"), url("//int.lesnereides.com/cdn/shop/t/6/assets/Louize-Italic.woff?v=112360280662742595581706185120") format("woff");
  font-weight: 400;
  font-family: "Louize-Italic";
  font-display: swap;
}
@font-face {
  font-family: "Favorit";
  src: url("//int.lesnereides.com/cdn/shop/t/6/assets/Favorit-Medium.woff2?v=51968538498292706731706185113") format("woff2"), url("//int.lesnereides.com/cdn/shop/t/6/assets/Favorit-Medium.woff?v=47658640883706927001706185120") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Favorit-Bold";
  src: url("//int.lesnereides.com/cdn/shop/t/6/assets/Favorit-Bold.woff2?v=56910641332638052321706185120") format("woff2"), url("//int.lesnereides.com/cdn/shop/t/6/assets/Favorit-Bold.woff?v=135067441871278990291706185114") format("woff");
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --border-clr: #e5e9df;
}
body {
  font-family: "Louize", sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  transition: 0.2s linear;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Header Start */
body:has(.overlay.visible),
body:has(.cart-overlay.open) {
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.2s linear;
}
.overlay {
  background: rgb(0 0 0 / 70%);
  overflow: hidden;
  z-index: 999;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s linear;
  display: none;
}
.overlay.visible {
  display: block;
}
header:has(.visible),
header:hover {
  background-color: #fff;
}
.header.fixed {
  top: 0;
  background: #fff;
}
.announcement-bar {
  padding: 12px;
  height: 42px;
  background-color: #fff;
}
.announcement-bar p {
  font-size: 12px;
  text-align: center;
}
.announcement-bar p a {
  color: #000;
  text-decoration: underline;
}
.header-wrapper {
  padding: 27px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}
.header-search {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
}
.header-search {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 4rem 27px 2rem;
  display: flex;
  display: none;
  align-items: center;
  opacity: 0;
}
.header-search.visible {
  opacity: 1;
  display: flex;
}
.header-search input {
  font-size: 1.875rem;
  background-color: transparent;
  width: 100%;
  font-family: "Louize", sans-serif;
  border: 0;
  outline: 0;
}
.header-search button {
  padding: 0;
  background: transparent;
  border: 0;
  flex-shrink: 0;
}
.header-primary-nav,
.header-secondary-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.nav-link:hover {
  text-decoration: underline;
}
.header-logo a {
  max-width: 280px;
  display: block;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: -880px;
  width: 780px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 99999;
}
#cart-btn {
  width: max-content;
}
.cart-drawer.open {
  right: 0;
}
.collection-drawer {
  position: fixed;
  top: 0;
  left: -880px;
  width: 770px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
  z-index: 99999;
}

.collection-drawer.open {
  left: 0;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 99999;
}

.cart-overlay.open {
  opacity: 1;
  visibility: visible;
}
.cart-content {
  height: calc(100vh - 59px);
}
.cart-text-wrapper {
  padding: 12px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.cartTextSwiper .swiper-pagination {
  top: 50%;
  display: inline-flex;
  right: 0;
  left: auto;
  width: max-content;
  height: auto;
  align-items: center;
  transform: translateY(-50%);
}
.cartTextSwiper .swiper-pagination-bullet {
  margin: 0 2px !important;
  width: 6px;
  height: 6px;
  background: #000;
}
.cartTextSwiper .swiper-slide {
  padding-right: 60px;
  font-family: "Louize-Italic", sans-serif;
}
.cart-item-scroll {
  height: calc(100% - 111px);
  overflow: hidden;
  overflow-y: auto;
}
.cart-item {
  display: flex;
  padding: 12px 20px;
  gap: 14px;
  border-bottom: 1px solid #e7e7e7;
}
.cart-img {
  width: 7.5rem;
  flex-shrink: 0;
}
.cart-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.cart-item-counter {
  display: flex;
  align-items: center;
}
.product-line-header-title {
  font-size: 14px;
}
.cart-item-counter .btn {
  font-size: 20px;
  padding: 8px;
}
.cart-item-counter input {
  font-size: 14px;
  width: 50px;
  border: 0;
  text-align: center;
  font-family: "Favorit", sans-serif;
}
.cart-item-amt {
  font-size: 14px;
  font-weight: 500;
  font-family: "Favorit", sans-serif;
}
.complementary-products {
  padding: 12px 16px;
}
.complementary-products-header {
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 30px 12px 0px;
  color: #000;
}
.complementaryProductSwiper .swiper-button-next,
.complementaryProductSwiper .swiper-button-prev {
  bottom: auto;
  top: 8px;
  margin: 0;
  height: auto;
  width: auto;
}
.complementaryProductSwiper .swiper-button-prev {
  left: auto;
  right: 28px;
}
.swiper.complementaryProductSwiper {
  padding-top: 30px;
  margin-top: -30px;
}
.complementaryProductSwiper .swiper-button-next:after,
.complementaryProductSwiper .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.complementaryProductSwiper .product-line-header-title {
  font-size: 12px;
}
.complementaryProductSwiper .btn {
  padding: 4px;
  font-size: 12px;
}
.complementaryProductSwiper .cart-item {
  display: flex;
  padding: 8px 2px;
  gap: 6px;
  border: 1px solid #e7e7e7;
}
.complementaryProductSwiper .cart-img {
  width: 4rem;
}
.complementaryProductSwiper .cart-img img {
  height: 100%;
  object-fit: cover;
}
.cart-item-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
}
.cart-item-footer p {
  font-size: 14px;
  font-style: italic;
  color: #808080;
}
.cart-item-footer .btn {
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.empty-cart {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-content {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 40px;
  background-image: url("https://int.lesnereides.com/cdn/shop/files/16.9_BAB_OPERA.07_30_39_14.Still081_1000x1000.jpg?v=1738237313");
  background-size: cover;
  background-position: center;
}
.collection-content:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}
.collection-drawer .mobile-main-menu-header {
  color: #f5f2f2;
  position: relative;
  z-index: 9;
}
.collection-drawer .btn {
  color: #fff;
}
.collection-content .mega-menu-menu a {
  color: #fff;
  opacity: 0.4;
}
.collection-content .mega-menu-menu a:hover {
  opacity: 1;
}
.nav-collection-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-collection-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
.link-with-img {
  position: relative;
  z-index: 9;
  color: #fff;
  opacity: 0.4;
  display: block;
  padding: 4px 0;
}
.nav-collection-image.link-with-img-hover + a {
  opacity: 1;
  text-decoration: underline;
}
ul.collection-menu-linklist {
  margin-top: 15vh;
}
.nav-collection-image.link-with-img-hover img {
  visibility: visible;
  opacity: 1;
}
.jawellery-drawer {
  position: fixed;
  top: 0;
  left: -770px;
  width: 770px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
  z-index: 99999;
}

.jawellery-drawer.open {
  left: 0;
}
.jawellery-content {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.jawellery-content .mega-menu-linklist {
  margin-top: 15vh;
  gap: 7rem;
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}
.mega-menu-menu {
  display: flex;
  gap: 20px;
  padding: 14px;
  position: relative;
  z-index: 9;
}

.jawellery-content .mega-menu-mea-list-title {
  margin-top: auto;
  margin-bottom: 1.5rem;
}
.jawellery-content .mega-menu-mea-list {
  justify-content: flex-start;
  overflow-x: auto;
  display: flex;
  gap: 1.25rem;
  text-align: center;
}
.collection-mea-item img {
  width: 84px;
  height: 84px;
  border-radius: 100px;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  overflow: hidden;
}
.jawellery-content .collection-mea-item-label {
  font-size: 14px;
  display: block;
}
.jawellery-content .mega-menu-linklist li p {
  margin-bottom: 2.5rem;
}
.mega-menu-linklist > li > ul {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
  gap: 0.625rem;
}
.mega-menu-linklist > li > ul a {
  color: #040000;
  font-size: 14px;
}
.mega-menu-linklist > li > ul a:hover {
  text-decoration: underline;
}
/********** Main Content Start **********/
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gap-10 {
  gap: 2.5rem;
}
.link-faded {
  color: #04000080;
}
.text-subdued {
  color: #000000a6;
}
.section-gap {
  padding: 64px 0;
}
.text-italic {
  font-family: "Louize-Italic";
}
.btn-dark {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
}

.btn-darks {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #000 !important;
}
.btn-darks span {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.3s linear;
}
.btn-darks:hover span {
  color: #000;
}
.btn-darks:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  /* transform: translateX(-100%); */
  transform-origin: left;
  width: 100%;
  transition: 0.3s linear;
}
.btn-darks:hover {
  color: #ebdad8;
  background: #fff;
}
.btn-darks:hover:before {
  /* transform: translateX(0); */
  width: 0;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
.section-heading a {
  font-size: 12px;
  font-family: "Favorit";
  text-transform: uppercase;
}
.margin-inline {
  margin-inline: 2.5rem;
}
.padding-inline {
  padding-inline: 2.5rem;
}
.padding-block {
  padding-block: 4rem;
}
.font-favorit {
  font-family: "Favorit";
}
.font-Louize {
  font-family: "Louize", sans-serif;
}
.text-sm {
  font-size: 14px;
}
label {
  text-transform: capitalize;
}
/*  */
.banner {
  position: relative;
}
.banner-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
  text-align: center;
}
.product-img-content h2,
.banner-content h2 {
  font-size: 30px;
  font-weight: 400;
}
.product-img-content h2 .italic,
.banner-content h2 .italic {
  font-family: "Louize-Italic";
}
.banner-content a {
  font-size: 12px;
  font-weight: 500;
  font-family: "Favorit";
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-img {
  width: 100%;
  display: block;
  position: relative;
}
.product-img:hover .product-card-image-primary {
  opacity: 0;
}
.product-img:hover .product-card-image-secondary {
  display: block;
}
.product-card-image-secondary {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.product-img img {
  width: 100%;
  transition: 0.2s linear;
}
.product-info {
  display: flex;
  align-items: baseline;
}
.product-info a {
  font-size: 14px;
  width: 60%;
  display: block;
}
.product-info span {
  display: block;
  width: 40%;
  text-align: right;
}

.swiper-nav-btm .swiper-button-next:after,
.swiper-nav-btm .swiper-button-prev:after {
  font-size: 10px;
  font-weight: 700;
  color: #000;
}
.swiper-nav {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.floating-controls-container .scroll-bar {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  align-items: center;
}
.swiper-nav-btm .swiper-pagination {
  top: auto;
  bottom: 0;
  position: static;
  height: 1px;
  background-color: #e5e9df;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.swiper-nav-btm .swiper-button-next,
.swiper-nav-btm .swiper-button-prev {
  top: auto;
  bottom: 0;
  height: auto;
  width: auto;
  position: static;
  margin: 0;
}
.swiper-nav-btm .swiper-button-prev {
  margin-left: 15px;
  margin-right: 35px;
}
.product-card .badge {
  color: #000;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  border-radius: 12px;
  padding: 0.375rem 0.625rem;
  font-weight: 400;
  font-family: "Louize-Italic";
  font-size: 12px;
  text-transform: uppercase;
}
.video-section {
  height: 100vh;
  width: 100%;
}
.video-section iframe {
  width: 100%;
  height: 100%;
}
.product-img-card {
  display: block;
}
.product-img-card img {
  width: 100%;
}
.product-img-content {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.productImgSwiper .swiper-slide {
  height: auto;
}
.productImgSwiper .product-img-card {
  height: 100%;
}
.productImgSwiper .product-img-card img {
  height: 100%;
  object-fit: cover;
}
/* Footer */
footer {
  padding: 5.625rem 0 4rem;
  background: #f0f2ed;
}
.footer-grid {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
  gap: 8px;
}
.footer-grid a {
  font-size: 14px;
}
.footer-content .footer-grid-3 {
  grid-template-columns: 1fr 1fr;
}
.footer-content .accordion-button {
  font-size: 14px;
  color: rgb(0 0 0 / 50%);
  padding-block: 1.25rem 1.75rem;
}
@media (min-width: 992px) {
  .footer-content .footer-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-content .accordion-button {
    pointer-events: none;
  }
}
.footer-content {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
footer .form-control {
  background-color: transparent !important;
  border: 0;
  padding-left: 0;
  box-shadow: none !important;
  font-family: "Louize-Italic", sans-serif;
}
footer .input-group {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.newsletter-more {
  max-width: 430px;
  padding-bottom: 0;
}
.newsletter-more p {
  font-size: 14px;
  padding-top: 3rem;
}

.footer-block-title {
  font-size: 14px;
  color: rgb(0 0 0 / 50%);
}
.footer-block-title + p {
  font-size: 22px;
}
/* mobile menu */
#mobileMenu {
  position: fixed;
  inset: 0;
  padding: 0.625rem;
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateX(-110%);
  transition: 0.2s linear;
}
#mobileMenu.open {
  transform: translateX(0);
}
.mobile-main-menu {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.mobile-main-menu-header {
  padding: 20px;
  border-bottom: 1px solid #e5e9df;
}
.mobile-main-menu-content {
  height: 100%;
}
.header-sidebar-linklist-button {
  padding: 1.25rem;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  width: 100%;
  border: 0;
  display: block;
  border-bottom: 1px solid #e5e9df;
  text-align: left;
}
.header-sidebar-linklist-more {
  padding-top: 3rem;
}
.header-sidebar-linklist-more-button {
  width: 100%;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  display: block;
  line-height: 1.25rem;
}
.mobile-main-menu-footer .header-search {
  position: relative;
  inset: auto;
  padding: 20px;
}
.mobile-main-menu-footer .header-search input {
  font-size: 14px;
  margin: 0;
}
.mobile-main-menu-footer .form-select {
  padding: 20px;
  border: 0;
  border-top: 1px solid #e5e9df;
  border-radius: 0;
}
/* mobile menu */
/* Login */
.login-wrapper {
  height: 100vh;
}
.login-form-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin: 0 auto;
}
.form-floating > .form-select,
.form-floating > .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-family: "Louize-Italic", sans-serif;
  font-size: 16px;
  box-shadow: none;
  padding-inline: 0;
}
.form-floating > .form-select {
  padding-right: 26px;
  background-position-x: right;
  background-position-y: 30px;
}
.form-floating > label {
  padding-left: 0;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  padding-top: 5px;
}
/* Login End */
/* Single product */
.product-gallery {
  height: auto !important;
}
.product-gallery a {
  display: block;
}
.product-gallery a img {
  width: 100%;
}
.product-info-left {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.product-info-block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cms-content {
  font-size: 14px;
  line-height: 1.25rem;
}
.toggle-border {
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size 0.3s ease-in-out;
  border: 0;
}
.toggle-border:hover {
  background-size: 0 1px;
}
.product-accordions .accordion-toggle {
  border: 0;
  background: transparent;
  color: #000;
  display: flex;
  justify-content: flex-start;
  gap: 0.25rem;
  padding: 0.625rem 0;
}
.product-accordions .accordion-content.visible {
  padding-bottom: 0.625rem;
}
.product-accordions .accordion-content,
.footer-content .accordion-content {
  transition: all 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.product-accordions .accordion-content.visible,
.footer-content .accordion-content.visible {
  opacity: 1;
  height: auto;
  padding-bottom: 1.25rem;
}
.product-accordions li {
  font-size: 14px;
  list-style: disc;
  margin-inline-start: 1.125rem;
  padding: 0;
}
.product-accordions p {
  font-size: 14px;
  margin-inline-start: 1.125rem;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.product-accordions .accordion-toggle svg {
  transition: all 0.1s linear;
}
.product-accordions .accordion-toggle:has(+ .accordion-content.visible.hidden) svg {
  transform: rotate(90deg);
}
.product-right-fixed-content {
  position: absolute;
  bottom: 40px;
  right: 0;
}
.product-right-fixed-content {
  position: sticky;
  top: 50%;
  right: 0;
}
.sale-price {
  font-size: 12px;
  font-family: "Favorit", Arial, serif;
}
.font-secondary {
  font-family: "Favorit", Arial, serif;
}
.delivery-drawer {
  background: transparent;
  display: block;
  border: 0;
}
.clickable-zone {
  cursor: pointer;
  position: relative;
}
.clickable-zone-icon {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  color: #000;
}

.text-xs {
  font-size: 12px;
}
.rounded-title.reverse svg {
  font-size: 23px;
}
.rounded-title .start-top {
  transform: rotate(-90deg);
}
.rounded-title .start-left {
  transform: rotate(-90deg);
}
.rounded-title svg {
  font-size: 18px;
  height: auto;
  max-width: 100%;
  overflow: visible;
  padding: 15px;
  width: 200px;
}
.double-image-and-text__content {
  display: flex;
  justify-self: flex-end;
  padding: 0 2.5rem;
}
.double-image-and-text__inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-info-right .product-info-block-list {
  display: flex;
  flex-direction: column;
}
.product-info-block-item-full {
  height: 100vh;
}
.shipping-drawer {
  position: fixed;
  top: 0;
  right: -880px;
  width: 780px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 99999;
}

.shipping-drawer.open {
  right: 0;
}
.gift-drawer {
  position: fixed;
  top: 0;
  right: -880px;
  width: 780px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 99999;
}

.gift-drawer.open {
  right: 0;
}
/* Single product */
/* Checkout */
.checkout-page .container {
  max-width: 1200px;
}
.checkout-main {
  background-image: linear-gradient(to right, #fff 50%, #f5f5f5 50%);
}
.checkout-left {
  padding: 3.8rem;
  padding-left: 12px;
  border-right: 1px solid #dfdfdf;
}
.checkout-right {
  padding: 3.8rem;
  padding-right: 12px;
  position: sticky;
  top: 0;
  left: 0;
}
.express-checkout-wallets-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.express-checkout-wallets-wrapper a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px transparent solid;
  background-color: #592ff4;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  flex: 1;
}
.express-checkout-wallets-wrapper a:hover {
  background-color: #390ced;
}
.express-checkout-wallets-wrapper a.paypal {
  background-color: #ffc439;
}
.express-checkout-wallets-wrapper a.paypal:hover {
  background-color: #f2ba36;
}
.express-checkout-wallets-wrapper a svg {
  width: 84px;
}
p.orr {
  position: relative;
  text-align: center;
}
p.orr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.orr-text {
  font-size: 14px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 14px;
}
.checkout-title {
  font-size: 21px;
  padding-top: 10px;
}
.checkout-desc {
  font-size: 14px;
  color: #0000008f;
}
.checkout-desc-highlight {
  padding: 16px;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.checkout-left .form-floating > .form-select:focus,
.checkout-left .form-floating > .form-control:focus {
  box-shadow: 0 0 0 2px rgba(253, 13, 93, 0.25);
}
.checkout-left .form-floating > label {
  color: #707070;
}
.checkout-left .form-floating > label,
.checkout-left .form-floating > .form-control,
.checkout-left .form-floating > .form-control-plaintext,
.checkout-left .form-floating > .form-select {
  font-size: 14px;
  font-family: "Louize", sans-serif;
  min-height: auto;
  height: 50px;
  padding-bottom: 4px;
  padding-inline: 6px;
  border-radius: 4px;
}
.checkout-left .form-floating > .form-select {
  padding-right: 20px;
  border-color: #e5e9df;
}
.checkout-left .form-floating > .form-control {
  border-color: #e5e9df;
}
.checkout-left .form-floating > .form-control-plaintext ~ label,
.checkout-left .form-floating > .form-control:focus ~ label,
.checkout-left .form-floating > .form-control:not(:placeholder-shown) ~ label,
.checkout-left .form-floating > .form-select ~ label {
  padding-top: 5px;
  transform: scale(0.85) translateY(-0.2rem) translateX(0.15rem);
}
.checkout-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.checkout-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.checkout-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.checkout-img img {
  border-radius: 6px;
}
.checkout-count {
  position: absolute;
  display: grid;
  place-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background-color: #666;
  color: #fff;
  right: -6px;
  top: -6px;
}
.checkout-info {
  width: 100%;
  font-size: 14px;
}
.checkout-amt {
  font-size: 14px;
  flex-shrink: 0;
  width: 64px;
}
.discount-code.form-floating > .form-control {
  height: 50px;
  min-height: 50px;
  padding-block: 16px 4px;
  padding-inline: 12px;
  border-color: #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
}
.discount-code.form-floating > label {
  padding-block: 12px;
  padding-inline: 12px;
  font-size: 14px;
  color: #707070;
}
.discount-code.form-floating > .form-control:not(:placeholder-shown) ~ label {
  padding-top: 10px;
}

.discount-btn {
  height: 50px;
}
button#disclosure-details-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
}
.checkout-info p {
  font-size: 14px;
}
#disclosure-details-btn svg {
  transition: 0.2s linear;
}
#disclosure-details-btn:has(+ .hidden) svg {
  transform: rotate(-180deg);
}
.payment-accordion .accordion-button:not(.collapsed) {
  background: transparent;
}
.payment-accordion .accordion-button {
  padding: 0;
}
.payment-accordion .accordion-button > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  width: 100%;
  cursor: pointer;
}
.payment-accordion input {
  accent-color: #a5ad98;
}
.payment-accordion .accordion-button::after {
  display: none;
}
.payment-accordion .accordion-body {
  background: #f4f4f4;
}
.paypal-btn {
  background: #0070ba;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  fill: #fff;
  border: 0;
}
/* Checkout */
/* cart page */
.cart-page {
  padding-top: 200px;
}
.cart-page .container {
  max-width: 980px;
}
.estimate-shipping,
.cart-table-wrapper {
  margin-bottom: 4rem;
}
.cart-table th {
  font-size: 14px;
  font-weight: 400;
  padding: 0 14px 12px 0;
  border-bottom: 1px solid var(--border-clr);
  text-transform: uppercase;
}
.cart-table td {
  padding: 16px 14px 16px 0;
  border-bottom: 1px solid var(--border-clr);
}
.cart-table th:nth-child(2),
.cart-table td:nth-child(2) {
  text-align: center;
}
.cart-table th:last-child,
.cart-table td:last-child {
  text-align: right;
}
.cart-page-title {
  text-align: center;
  margin-bottom: 48px;
}
.cart-page-title h1 {
  margin-bottom: 16px;
  font-size: 36px;
  text-transform: capitalize;
}
.cart-single-item-amt {
  font-size: 14px;
  font-weight: 500;
  font-family: "Favorit", Arial, serif;
}
.cart-table .cart-item-counter {
  justify-content: center;
  border: 1px solid #ccc;
  width: max-content;
  margin: 0 auto;
}
.cart-table tfoot textarea {
  max-width: 384px;
}
.cart-table .remove-cart {
  color: #9f9f9f;
}
.cart-table tfoot td {
  border: 0;
}
.estimate-shipping {
  padding: 0 48px 48px;
  border: 1px solid var(--border-clr);
  text-align: center;
}
.estimate-shipping p {
  margin-bottom: 48px;
  margin-top: -13px;
}
/* cart page */
/* All Product Page */
.meteo-right-desc {
  padding-block: 4rem;
  border-top: 1px solid var(--border-clr);
}
.meteo-right-desc-inner {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.breadcrumbs {
  margin-bottom: 2.5rem;
  font-style: italic;
}
.pagination {
  border-block-end-width: 0;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin: 4rem auto 2rem;
}
.pagination .page-link {
  border-color: transparent;
  border-radius: 50% !important;
  color: #000;
  aspect-ratio: 1/1;
  height: 32px;
  width: 32px;
  display: grid;
  place-content: center;
  padding: 0;
  font-family: "Favorit-Bold", Arial, serif;
  font-weight: 500;
}
.pagination .page-item.previous {
  margin-right: 40px;
}
.pagination .page-item.next {
  margin-left: 40px;
}
.pagination .page-link.active {
  border-color: var(--border-clr);
  background-color: transparent;
}
.main-padding-top {
  padding-top: 140px;
}
.page-title {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-clr);
}
/* All Product Page */
/* About Page */
.about-us {
  background: #a5ad98;
  color: #000000;
}
.about-us p {
  max-width: 440px;
}
.about-us p {
  margin-bottom: 10px;
  margin-inline: auto;
  text-indent: 85px;
}
.about-title-text {
  display: flex;
  align-items: center;
  max-width: 780px;
  margin-inline: auto;
}
.about-title-text h2 {
  font-size: 32px;
  text-align: center;
}
.about-us p.f-l:first-letter {
  font-size: 80px;
  text-indent: 0;
}
/* About Page */
/* Contact Page */
.contact-wrapper .container-fluid {
  max-width: 680px;
  margin: 0 auto;
}
.file-upload {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed;
  border-radius: 6px;
  padding: 16px;
  cursor: pointer;
}
.file-upload input {
  display: none;
}
.contact-mode a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 16px;
  gap: 16px;
}
.contact-mode .title {
  font-size: 18px;
  display: block;
  font-family: "Favorit-Bold", sans-serif;
}
.contact-form-wrapper {
  max-width: 680px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-family: "Favorit", sans-serif;
  font-weight: 400;
}
.login-form-wrapper {
  max-width: 500px;
}
label .star {
  color: rgb(242, 79, 102);
}
.contact-form-wrapper-cp .form-select,
.contact-form-wrapper-cp textarea,
.contact-form-wrapper-cp .form-control,
.contact-form-wrapper-cp,
.contact-form-wrapper label {
  font-family: "Favorit", sans-serif;
  margin-bottom: 4px;
}
.contact-form-wrapper-cp textarea,
.contact-form-wrapper textarea {
  height: 126px !important;
}
.contact-form-wrapper h4 {
  font-size: 24px;
  color: #000;
  padding: 24px;
  border-bottom: 1px solid #dddddd;
}
.error-text {
  font-size: 12px;
  margin: 4px 0;
  color: rgb(242, 79, 102);
  display: none;
}
.draw-border {
  transition: 0.24s linear;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0% 1px no-repeat;
}
.draw-border:hover {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
}
/* Contact Page */
/* Order Page */
.order-page .container {
  max-width: 1200px;
}
.order-page td,
.order-page th {
  text-align: left !important;
}
.order-detail-od {
  font-family: "Favorit", Arial, serif;
}
.share-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 30px;
}
.share-product ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  gap: 5px;
  padding-left: 10px;
}
.share-product ul li a {
  list-style: none;
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  color: #121212;
  margin-right: 10px;
}
.thank-thumb {
  width: 150px;
}
.cart-table-wrapper-os th:last-child,
.cart-table-wrapper-os td:last-child {
  text-align: right !important;
}
.cart-table-wrapper-os tfoot td {
  padding-block: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.cart-table-wrapper-os tfoot tr:last-child td {
  border-block: 1px solid var(--border-clr);
}
/* Order Page */
.profile-wrapper {
  padding-block: 50px;
}

.profile-avatar label {
  border: 1px solid;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.profile-avatar label::before {
  content: "\f044";
  font-family: "font awesome 6 free";
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 24px;
  width: 24px;
  background: #000;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-avatar label img {
  border-radius: 50%;
}
