@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400..800&display=swap');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 13ch;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#search-product {
  max-width: 1270px;
  margin: 0 auto;
}
body {
  margin: 0;
  background: #000000;
  overflow-x: hidden;
}
a {
  color: #b99158;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  color: #d2a44d;
  text-decoration: none;
}
p {
  color: #f5f5f5;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 1rem;
  line-height: 1.5;
}
body .img4 {
  top: 20px;
  position: absolute;
  z-index: 99;
}
body .container {
  max-width: 1280px;
  margin: 0 auto;
}
body .swiper-button-next,
body .swiper-button-prev {
  display: none;
}
body #hero .container {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  margin: 0 auto;
}
body #hero .hero-text {
  width: 60%;
  left: 85px;
  padding-top: 70px;
}
body #hero .hero-text .collection-label {
  color: #c0c0c0;
  margin-bottom: 2rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
body #hero .hero-text .hero-title {
  font-size: 60px;
  font-weight: 700;
  color: #b99158;
  display: flex;
  line-height: 98px;
  align-items: end;
  gap: 1rem;
  font-family: 'Syne', sans-serif;
}
body #hero .hero-text .rectangle {
  width: 213px;
  height: 94px;
  vertical-align: middle;
  margin-left: 1rem;
}
body #hero .hero-text before-element::before {
  content: "";
  background-color: #b99158;
  display: block;
  height: 80px;
  width: 5px;
}
body #hero .hero-text .hero-description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 1rem;
  color: #c0c0c0;
  position: relative;
  padding-left: 20px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  letter-spacing: 0%;
}
body.cms-index-index .cms-content-wrapper,
body.cms-index-index .cms-content {
  display: none;
}
body.cms-index-index > .container {
  display: none;
}
body #hero .hero-text .hero-description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #b99158;
  border-radius: 2px;
}
body #hero .hero-text .rating {
  margin-top: 1rem;
  color: #000000;
}
body #hero .hero-text .rating strong {
  font-weight: 700;
}
body #hero .hero-text .rating strong,
body #hero .hero-text .rating .span-rating {
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0%;
}
body #hero .hero-text .rating .span-rating {
  font-weight: 400;
  margin-left: 0.3rem;
}
body #hero .hero-text .rating .stars {
  color: #b99158;
  margin-left: 0.5rem;
}
body #hero .hero-image {
  width: 40%;
  position: relative;
}
body #hero .hero-image .main-gilter {
  width: 515px;
  height: 344px;
  top: 10px;
  right: -44px;
  z-index: -1;
  display: none;
}
body #hero .hero-image .main-perfume {
  width: 100%;
  height: auto;
}
body #hero .arow-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 38px;
  left: 45px;
  cursor: pointer;
}
body #hero .arow-buttons .right-img {
  margin-right: 192px;
}
body .ellipse-3 {
  position: absolute;
  right: 0;
}
body .stats {
  display: flex;
  justify-content: space-around;
  padding: 8rem 0;
  max-width: 1280px;
  margin: 0 auto;
}
body .stats .stat-box {
  text-align: center;
  position: relative;
  width: 150px;
}
body .stats .stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80px;
  background-color: #0b0b0b;
  border-radius: 2px;
}
body .stats .stat-box h2 {
  font-size: 64px;
  color: #b99158;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0%;
}
body .stats .stat-box h2 .counter-symbol {
  color: #ffffff !important;
}
body .stats .stat-box p {
  margin-top: 0.3rem;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  color: #c0c0c0;
}
body .iconic-scents {
  padding: 4rem 2rem;
  text-align: center;
}
body .iconic-scents h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
}
body .iconic-scents h2 span {
  color: #b99158;
}
body .iconic-scents .underline {
  margin: 1rem auto;
  display: block;
}
body .iconic-scents .swiper {
  margin-top: 3rem;
}
body .iconic-scents .product-card {
  background: #0a0a0a;
  border-radius: 20px;
  border: 1px solid #302c26;
  padding: 2rem 1rem;
  text-align: center;
  transition: transform 0.3s ease;
  height: 532px;
  width: 424px;
}
body .iconic-scents .product-card img {
  height: 200px;
  object-fit: contain;
  margin-top: 35px;
}
body .iconic-scents .product-card h3 {
  font-size: 32px;
  font-family: 'Syne', sans-serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 1rem 0 0.5rem;
  color: #000000;
}
body .iconic-scents .product-card p {
  color: #e9e5e5;
  padding-top: 45px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}
body .iconic-scents .product-card button {
  margin-top: 2rem;
  padding: 0.5rem 1.5rem;
  border: none;
  border-bottom: 2px solid #b99158;
  background: #0a0a0a;
  color: #b99158;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}
body .iconic-scents .product-card button:hover {
  border-bottom-width: 3px;
  transform: translateY(-2px);
}
body .iconic-scents .arow-buttons {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding: 102px 38px;
  left: 45px;
  cursor: pointer;
}
body .iconic-scents .arow-buttons .right-img {
  margin-right: 192px;
}
body .iconic-scents .arow-buttons .view-all {
  border: 1px solid #b99158;
  border-radius: 2px;
  justify-content: center;
  padding: 0.7rem 2rem;
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  align-items: start;
  display: flex;
  font-family: 'Outfit', sans-serif;
  width: 197px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}
body .details-section {
  padding: 10px 0 60px 40px;
  max-width: 1280px;
  margin: 0 auto;
}
body .details-section .header-details {
  text-align: center;
  padding: 26px 30px;
  max-width: 1280px;
  color: #b99158;
}
body .details-section .header-details h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
  letter-spacing: 0%;
}
body .details-section .header-details h2 span {
  color: #ffffff;
}
body .details-section .header-details .swiper-details {
  padding: 10px 0px 50px 0;
}
body .details-section .header-details .underline-curve {
  margin: 15px auto 40px;
  width: 100px;
  height: 5px;
  background: linear-gradient(to right, #d2a44d, rgba(210, 164, 77, 0.2));
  border-radius: 50%;
}
body .details-section .content {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}
body .details-section .content .left-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
}
body .details-section .content .left-grid .card {
  position: relative;
  background: #0a0a0a;
  border: 1px solid #373636;
  border-radius: 10px;
  padding: 20px 46px;
  min-height: 300px;
}
body .details-section .content .left-grid .card .number {
  position: absolute;
  top: -28px;
  left: 35px;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background: #0a0a0a;
  z-index: 2;
}
body .details-section .content .left-grid .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #373636;
  border-radius: 10px;
  pointer-events: none;
}
body .details-section .content .left-grid .card::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 15px;
  width: 90px;
  height: 2px;
  background: #0a0a0a;
  z-index: 1;
}
body .details-section .content .left-grid .card:nth-child(1),
body .details-section .content .left-grid .card:nth-child(1)::before,
body .details-section .content .left-grid .card:nth-child(2),
body .details-section .content .left-grid .card:nth-child(2)::before {
  border-bottom: none;
}
body .details-section .content .left-grid .card h3 {
  margin: 30px 0 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  color: #b99158;
}
body .details-section .content .left-grid .card p {
  color: #c0c0c0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
}
body .details-section .content .right-content {
  flex: 1;
  max-width: 415px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .details-section .content .right-content h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Syne', sans-serif;
}
body .details-section .content .right-content img {
  width: 276px;
  height: 276px;
  border-radius: 12px;
  margin-bottom: 20px;
}
body .details-section .content .right-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  color: #c0c0c0;
  display: flex;
  align-items: center;
  text-align: center;
}
body .product-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
}
body .product-section::before {
  top: 85px;
  left: 0;
  right: 0;
  height: 1px;
}
body .product-section::before,
body .product-section::after {
  content: "";
}
body .product-section::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 70%;
}
body .product-section .bottom-border {
  content: "";
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  height: 1px;
  background: #2a2a2a;
}
body .product-section-card {
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  width: 626px;
  height: 484px;
  gap: 25px;
  flex-direction: column;
  width: 100%;
  height: auto;
  text-align: center;
}
body .product-section-card .product-text {
  width: 100%;
}
body .product-section-card .product-text .btn::after {
  margin-left: auto;
  margin-right: auto;
}
body .product-section-card .product-image {
  width: 100%;
}
body .product-text {
  width: 45%;
  color: #ffffff;
}
body .product-text .icon {
  width: 60px;
  height: 59px;
  margin-bottom: 1rem;
}
body .product-text h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 100%;
  margin-bottom: 1rem;
}
body .product-text p {
  font-size: 16px;
  font-weight: 300;
  color: #c0c0c0;
  margin-bottom: 2rem;
}
body .product-text p,
body .product-text .btn {
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
}
body .product-text .btn {
  font-size: 0.9rem;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
}
body .product-text .btn::after {
  content: "";
  display: block;
  width: 120px;
  border-radius: 2px;
  height: 2px;
  background: #b99158;
  margin-top: 0.5rem;
}
body #product-section .product-image {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #product-section .product-image img {
  width: 253.81px;
  top: 100px;
  margin-top: 25px;
  z-index: 1;
}
body #product-section .product-image .badge {
  display: none;
  position: absolute;
  top: -25px;
  right: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
}
body #product-section .product-image .badge img {
  display: none;
  position: absolute;
  top: 45px;
  left: -18px;
  width: 112.77px;
  height: 110.1px;
  object-fit: contain;
  z-index: -1;
}
.unique-section {
  padding: 100px 0;
  color: #b99158;
}
.unique-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  display: block;
}
.unique-section .container .title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  display: inline-block;
  color: #b99158;
}
.unique-section .container .title span {
  color: #ffffff;
}
.unique-section .container .title .underline {
  margin: 10px auto 0;
  width: 120px;
  height: 5px;
  background: url("underline.svg") no-repeat center;
  background-size: contain;
}
.unique-section .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unique-section .container .left-content {
  width: 50%;
  text-align: left;
}
.unique-section .container .left-content .features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.unique-section .container .left-content .features li {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-left: 50px;
}
.unique-section .container .left-content .features li img {
  position: absolute;
  left: 50px;
  bottom: -30px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  z-index: 1;
}
.unique-section .container .left-content .features li p {
  width: 100%;
  padding-left: 40px;
  font-family: 'Syne', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #e9e5e5;
}
.unique-section .container .left-content .features li:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 85px;
  width: 60%;
  height: 1px;
  background-color: #333333;
}
.unique-section .container .right-content {
  width: 40%;
  display: flex;
  justify-content: center;
}
.unique-section .container .right-content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.sample-set-section {
  position: relative;
  padding: 40px 20px;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sample-set-section .bottles {
  position: absolute;
  z-index: 2;
  right: 250px;
  top: -68px;
}
.sample-set-section .sample-set-content {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.8), rgba(89, 75, 46, 0.4));
  border-radius: 12px;
  padding: 80px 80px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
}
.sample-set-section .sample-set-content .text-content {
  color: #ffffff;
  width: 459px;
}
.sample-set-section .sample-set-content .text-content h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  margin-bottom: 27px;
}
.sample-set-section .sample-set-content .text-content .sample-button {
  background: transparent;
  border: 1px solid #b99158;
  border-radius: 2px;
  color: #b99158;
  margin-top: 20px;
  padding: 10px 20px;
  width: 224px;
  height: 44px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sample-set-section .sample-set-content .text-content .sample-button:hover {
  background: #d2a455;
  color: #000000;
}
.sample-set-section .sample-set-content .image-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 85px;
  top: 45px;
}
.sample-set-section .sample-set-content .image-content .gold-bar {
  position: absolute;
  width: 750px;
  height: 60px;
  top: -55px;
  z-index: 1;
}
.testimonials {
  padding: 80px 20px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.testimonials .testimonial-card {
  border-radius: 20px;
  padding: 40px 30px;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.testimonials .testimonial-card:before {
  content: "";
  position: absolute;
  height: 60%;
  width: 2px;
  background: #b99158;
  left: 0;
  top: 20%;
}
.testimonials .testimonial-card .testimonial-card__quote {
  font-size: 80px;
  color: #ffffff;
}
.testimonials .testimonial-card .testimonial-card__title {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  color: #b99158;
  margin-bottom: 20px;
}
.testimonials .testimonial-card .testimonial-card__text {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #c0c0c0;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0%;
}
.testimonials .testimonial-card .testimonial-card__user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials .testimonial-card .testimonial-card__user .testimonial-card__avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials .testimonial-card .testimonial-card__user .testimonial-card__name {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
}
.testimonials__header {
  margin-bottom: 60px;
}
.testimonials__header h2 {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  color: #b99158;
  margin-bottom: 10px;
}
.testimonials__header > .testimonials__underline {
  height: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
.testimonials__cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.instagram-shop {
  padding: 80px 20px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.instagram-shop__header {
  margin-bottom: 50px;
}
.instagram-shop__header .instagram-shop__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.instagram-shop__header h2 {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 8px;
}
.instagram-shop__header h2 span,
.instagram-shop__header p {
  color: #b99158;
}
.instagram-shop__header p {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.instagram-shop__header .instagram-shop__underline {
  height: 8px;
  background: url("underline.svg") no-repeat center / contain;
  margin: 0 auto;
  margin-top: 10px;
}
.instagram-shop__gallery {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.instagram-shop__gallery .instagram-shop__image {
  width: 368px;
  height: 588px;
  overflow: hidden;
  border-radius: 20px;
  background: #111111;
}
.instagram-shop__gallery .instagram-shop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  text-align: center;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
}
.instagram-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #b99158;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}
.instagram-loading p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.instagram-shop__error {
  text-align: center;
  padding: 2rem;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
}
.instagram-shop__error p {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 300;
}
.instagram-shop__error a {
  color: #b99158;
  text-decoration: none;
  font-weight: 500;
}
.instagram-shop__error a:hover {
  text-decoration: underline;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsletter {
  max-width: 1280px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 200%);
  border-radius: 10px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.newsletter__left {
  flex: 1;
  min-width: 300px;
  text-align: left;
}
.newsletter__left h3 {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  color: #ffffff;
  margin-top: 30px;
  text-transform: uppercase;
}
.newsletter__left p {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #c0c0c0;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 550px;
}
.newsletter__left .newsletter__underline {
  height: 8px;
  margin-right: 180px;
  margin-top: 20px;
}
.newsletter__right {
  flex: 1;
  min-width: 300px;
  align-items: flex-end;
}
.newsletter__right,
.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.newsletter__form input {
  width: 516px;
  height: 48px;
  padding: 14px 20px;
  border: 1px solid #333333;
  border-radius: 6px;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
}
.newsletter__form input::placeholder {
  color: #c0c0c0;
}
.newsletter__form button {
  width: 516px;
  height: 48px;
  padding: 14px 20px;
  background: #b99158;
  color: #e9e5e5;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
.newsletter__form button:hover {
  background: #a67d3d;
}
.gilter {
  width: 550px;
  height: 550px;
  position: absolute;
  top: 25px;
  left: 0;
}
.fragrance-section {
  padding: 30px 10px;
  max-width: 1280px;
  margin: 0 auto;
  color: #b99158;
}
.fragrance-section .fragrance-content {
  text-align: center;
  margin-bottom: 100px;
}
.fragrance-section .fragrance-content .subheading {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 2px;
  letter-spacing: 0%;
  line-height: 26px;
  font-family: 'Outfit', sans-serif;
}
.fragrance-section .fragrance-content .main-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  margin-bottom: 10px;
}
.fragrance-section .fragrance-content .main-heading span {
  color: #ffffff;
}
.fragrance-section .fragrance-content .description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 5px;
  color: #c0c0c0;
}
.fragrance-section .about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.fragrance-section .about-section .about-text {
  flex: 1;
  min-width: 300px;
}
.fragrance-section .about-section .about-text .history-label {
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.fragrance-section .about-section .about-text .about-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  margin-bottom: 20px;
  color: #b99158;
}
.fragrance-section .about-section .about-text .about-description {
  font-size: 16px;
  font-weight: 300;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.fragrance-section .about-section .about-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: end;
}
.fragrance-section .about-section .about-image img {
  width: 511px;
  object-fit: cover;
  padding-bottom: 80px;
  right: 25px;
}
#container-coming {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000000;
}
#container-coming .coming-soon {
  max-width: 600px;
  padding: 20px;
}
#container-coming .logo {
  width: 150px;
  margin-bottom: 20px;
}
#container-coming .heading {
  font-size: 50px;
  color: #b99158;
  margin: 10px 0;
  font-weight: 600;
  font-family: 'Syne', sans-serif;
}
#container-coming .typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  font-size: 3.5rem;
  color: #c0c0c0;
  animation: typing 2s steps(13) 1s forwards;
}
#container-coming .perfume-image {
  width: 200px;
  height: auto;
  margin: 20px 0;
  border-radius: 10px;
}
#container-coming .tagline {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
}
#container-coming .description {
  margin: 15px 0;
  font-size: 1rem;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}
#container-coming .stay-tuned {
  margin-top: 30px;
  font-style: italic;
  font-size: xx-large;
  font-weight: 900;
  color: #b99158;
  font-family: 'Outfit', sans-serif;
}
#container-coming .background-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 2% 5%, #483e05 ee, #948927 33, transparent 60%);
  filter: blur(80px);
  pointer-events: none;
}
.commitment-section {
  padding: 60px 20px;
}
.commitment-section .commitment-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}
.commitment-section .commitment-image {
  flex: 1 1 400px;
  text-align: center;
}
.commitment-section .commitment-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.commitment-section .commitment-content {
  flex: 1 1 500px;
}
.commitment-section .commitment-content .section-label {
  color: #b99158;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 5px;
}
.commitment-section .commitment-content .main-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  margin-bottom: 10px;
  color: #ffffff;
}
.commitment-section .commitment-content .main-heading .highlight {
  color: #b99158;
}
.commitment-section .commitment-content .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 20px;
}
.commitment-section .commitment-content .description em {
  font-style: italic;
}
.commitment-section .commitment-content .vision-mission {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.commitment-section .commitment-content .vision-mission .item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.commitment-section .commitment-content .vision-mission .item .icon {
  font-size: 24px;
  color: #d2a44d;
  width: 60px;
  height: 60px;
}
.commitment-section .commitment-content .vision-mission .item .text h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  color: #b99158;
  margin: 0 0 3px 0;
}
.commitment-section .commitment-content .vision-mission .item .text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  color: #e9e5e5;
  font-family: 'Outfit', sans-serif;
  margin: 0;
}
.rich-fragrance-section {
  padding: 80px 20px;
  font-family: 'Outfit', sans-serif;
}
.rich-fragrance-section .rich-fragrance-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.rich-fragrance-section .rich-fragrance-container .text-content {
  margin-bottom: 20px;
}
.rich-fragrance-section .rich-fragrance-container .text-content .heading {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 10px;
  color: #ffffff;
}
.rich-fragrance-section .rich-fragrance-container .text-content .subtext {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 2px;
  color: #c0c0c0;
}
.rich-fragrance-section .rich-fragrance-container .main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.rich-fragrance-section .rich-fragrance-container .main-content .image-wrapper {
  flex: 25 1 500px;
  overflow: hidden;
  width: 75%;
}
.rich-fragrance-section .rich-fragrance-container .main-content .image-wrapper img {
  width: 741px;
  height: 498px;
  object-fit: cover;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item .label-bg {
  position: relative;
  padding-bottom: 85px;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item .label-bg img {
  position: absolute;
  z-index: 1;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item .label-bg .label {
  font-size: 22px;
  color: #e9e5e5;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  white-space: nowrap;
  position: absolute;
  z-index: 9;
  top: 14px;
  left: 51px;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item .label-bg span {
  position: absolute;
  z-index: 9;
}
.rich-fragrance-section .rich-fragrance-container .main-content .about-stats .stat-item .value {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  color: #e9e5e5;
  font-family: 'Outfit', sans-serif;
  top: 39px;
  left: 49px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}
header {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}
header h1 {
  font-size: 40px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
  color: #e9e5e5;
}
.page-products header h1 {
  margin-top: 50px;
}
header h1,
header p {
  letter-spacing: 0%;
}
header p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  color: #c0c0c0;
  max-width: 600px;
  margin: 0 auto 20px;
}
.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 80px;
  flex-flow: wrap;
}
.filter-button {
  padding: 8px 20px;
  border: 1px solid #b99158;
  background: transparent;
  color: #b99158;
  cursor: pointer;
  min-width: 100px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  width: 177px;
  height: 58px;
}
.filter-button.active {
  background-color: #b99158;
  color: #ffffff;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.products-grid a {
  text-decoration: none;
  color: #ffffff;
}
.product-card {
  padding: 30px 20px;
  border: 1px solid #302c26;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.product-name {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  color: #b99158;
  padding-top: 15px;
}
.page-products .product-name {
  color: white;
}
.product-image {
  width: 300px;
  height: auto;
  padding-top: 0px;
  margin-bottom: 0px;
}
.product-price {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0%;
  color: #c0c0c0;
  margin-bottom: 15px;
  padding-top: 30px;
}
.product-price,
.add-to-cart {
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
}
.add-to-cart {
  background-color: transparent;
  border-bottom: 1px solid #b39059;
  color: #b99158;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
  letter-spacing: 3px;
  border-top: none;
  border-left: none;
}
.add-to-cart:hover {
  color: #d2a44d;
}
.see-more-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.see-more-button {
  background-color: #000000;
  color: #b99158;
  border: 1px solid #b99158;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  transition: background-color 0.3s;
}
.see-more-button:hover {
  background-color: #d2a44d;
}
#product-detail-section {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
}
#product-detail-section .product-gallery {
  width: 60%;
  display: flex;
  padding-right: 40px;
  flex-direction: row;
}
#product-detail-section .product-gallery .thumbnails-column {
  display: flex;
  flex-direction: column;
  width: 80px;
  margin-right: 20px;
  padding-top: 85px;
}
#product-detail-section .product-gallery .thumbnails-column .thumbnail {
  width: 80px;
  height: 80px;
  background-color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #222;
}
#product-detail-section .product-gallery .thumbnails-column .thumbnail img {
  width: 78px;
  height: 89px;
  top: 15px;
  object-fit: cover;
}
#product-detail-section .product-gallery .main-image {
  flex-grow: 1;
  background-color: #000000;
}
#product-detail-section .product-gallery .main-image img {
  max-width: 600px;
  max-height: 800px;
}
#product-detail-section .product-info {
  width: 40%;
  padding-left: 60px;
}
#product-detail-section .product-info .product-title {
  font-size: 40px;
  font-family: 'Syne', sans-serif;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 1px;
  font-weight: 700;
  position: relative;
}
#product-detail-section .product-info .product-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0%;
  color: #c0c0c0;
  margin: 15px 0;
  font-family: 'Outfit', sans-serif;
}
#product-detail-section .product-info .product-price {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 10px;
}
#product-detail-section .product-info .quantity-selector {
  margin-bottom: 30px;
}
#product-detail-section .product-info .quantity-selector .quantity-label {
  display: block;
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  color: #e9e5e5;
}
#product-detail-section .product-info .quantity-selector .quantity-control {
  display: flex;
  align-items: center;
}
#product-detail-section .product-info .quantity-selector .quantity-control .quantity-input {
  width: 80px;
  padding: 8px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
}
#product-detail-section .product-info .quantity-selector .quantity-control .quantity-button {
  background-color: transparent;
  border: 1px solid #d2a44d;
  color: #000000;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#product-detail-section .product-info .add-to-cart-btn {
  background-color: #b99158;
  color: #ffffff;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3px;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}
#product-detail-section .product-info .add-to-cart-btn:hover {
  background-color: #d2a44d;
}
#product-detail-section .product-info .new-change {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
#product-detail-section .quality-features {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0px;
  width: 100%;
}
#product-detail-section .quality-features .quality-feature {
  display: flex;
  align-items: center;
}
#product-detail-section .quality-features .quality-feature .feature-icon {
  width: 75px;
  height: 55px;
  margin-right: 10px;
}
#product-detail-section .quality-features .quality-feature .feature-text {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #c0c0c0;
}
#product-details-container {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
#tabs-navigation {
  width: 50%;
  padding-top: 20px;
}
#tabs-navigation .tab-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #373636;
  background-color: transparent;
  color: #c0c0c0;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#tabs-navigation .tab-button:hover {
  color: #c0c0c0;
}
#tabs-navigation .tab-button.active {
  color: #b99158;
  border-bottom: #b99158 1px solid;
}
#tab-content-container {
  width: 70%;
  background-color: #000000;
  padding: 40px;
}
#description-panel {
  display: block;
}
#description-panel #product-description-heading {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  color: #ffffff;
}
#description-panel p {
  color: #c0c0c0;
  margin-bottom: 20px;
}
#description-panel p,
#description-panel #gold-highlight {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0%;
}
#description-panel #gold-highlight {
  color: #ffffff;
}
#description-panel #product-materials-heading {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  margin-top: 30px;
  color: #b99158;
}
#description-panel #product-materials-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
#description-panel #product-materials-list li {
  color: #c0c0c0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
}
#additional-info-panel {
  display: none;
}
#additional-info-panel #additional-description-heading,
#additional-shipping-heading {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  color: #ffffff;
}
#additional-info-panel p {
  color: #c0c0c0;
  margin-bottom: 20px;
}
#additional-info-panel p,
#additional-info-panel #additional-gold-highlight {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0%;
}
#additional-info-panel #additional-gold-highlight {
  color: #ffffff;
}
#additional-info-panel #additional-materials-heading {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  margin-top: 30px;
  color: #b99158;
}
#additional-materials-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
#additional-materials-list li {
  color: #c0c0c0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
}
#shipping-panel {
  display: none;
}
#shipping-panel #shipping-description-heading {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 48px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  padding-top: 35px;
  color: #b99158;
}
#shipping-panel p {
  color: #c0c0c0;
  margin-bottom: 20px;
}
#shipping-panel p,
#shipping-panel #shipping-gold-highlight {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0%;
}
#shipping-panel #shipping-gold-highlight {
  color: #ffffff;
}
#shipping-panel #shipping-materials-heading {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 25px;
  margin-top: 30px;
  color: #b99158;
}
#shipping-materials-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
#shipping-materials-list li {
  color: #c0c0c0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
}
.review-section {
  width: 42vw;
  right: 0;
  top: 0;
  background: #000;
  color: #ffffff;
  padding: 2rem;
  padding-top: 0;
  overflow-y: auto;
  font-family: 'Syne', sans-serif;
}
.review-section .review-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.review-section .review-form .form-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #b99158;
  padding-bottom: 0.5rem;
}
.review-section .review-form .product-name {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: 'Syne', sans-serif;
}
.review-section .review-form .product-name strong {
  font-weight: bold;
}
.review-section .review-form .form-label {
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
}
.review-section .review-form .form-label span {
  color: #d2a44d;
  margin-left: 0.3rem;
}
.review-section .review-form .stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.review-section .review-form .stars .star {
  font-size: 2rem;
  color: #c0c0c0;
  cursor: pointer;
}
.review-section .review-form .stars .star:hover,
.review-section .review-form .stars .star.active {
  color: #b99158;
}
.review-section .review-form .input-field {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  background: #111;
  color: #ffffff;
  margin-bottom: 1rem;
  border: 1px solid #444;
}
.review-section .review-form .input-field:focus {
  outline: none;
  border-color: #d2a44d;
}
.review-section .review-form .textarea-field {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  background: #111;
  color: #ffffff;
  margin-bottom: 1rem;
  border: 1px solid #444;
}
.review-section .review-form .textarea-field:focus {
  outline: none;
  border-color: #d2a44d;
}
.review-section .review-form .submit-btn {
  background: #b99158;
  color: #e9e5e5;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.review-section .review-form .submit-btn:hover {
  background: #d2a44d;
}
.review-section .submitted-reviews {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
}
.review-section .submitted-reviews .submitted-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.review-section .submitted-reviews .review {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.review-section .submitted-reviews .review .review-name {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.review-section .submitted-reviews .review .review-stars {
  margin-bottom: 0.5rem;
}
.review-section .submitted-reviews .review .review-stars .star {
  color: #d2a44d;
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
.review-section .submitted-reviews .review .review-stars .star.filled {
  color: #d2a44d;
}
.review-section .submitted-reviews .review .review-text {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #c0c0c0;
}
#heading-3 {
  max-width: 1270px;
  margin: 0 auto;
}
.h-3-p-4 {
  padding-top: 100px;
  color: #000000;
  margin-bottom: 45px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
}
#contact-section {
  color: #ffffff;
  padding: 50px 20px;
}
#contact-section .contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 140px;
  max-width: 1280px;
  margin: 0 auto;
}
#contact-section .contact-info-box {
  flex: 2 1 300px;
  padding: 30px;
  border-radius: 8px;
}
#contact-section .contact-info-box h2 {
  font-size: 32px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0%;
  color: #b99158;
  margin-bottom: 20px;
}
#contact-section .contact-info-box .info-group {
  margin-top: 20px;
}
#contact-section .contact-info-box .info-group h4 {
  margin-bottom: 10px;
  border-top: 1px solid #333;
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  padding-top: 15px;
  color: #c0c0c0;
}
#contact-section .contact-info-box .info-group p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  color: #c0c0c0;
  margin: 5px 0;
}
#contact-section .contact-info-box .info-group p .icon {
  margin-right: 10px;
  margin-top: 5px;
  color: #ffffff;
}
#contact-section .contact-form {
  flex: 2 1 500px;
  flex-direction: column;
  padding-top: 20px;
}
#contact-section .contact-form,
#contact-section .contact-form .form-row {
  display: flex;
  gap: 20px;
}
#contact-section .contact-form .form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#contact-section .contact-form .form-row .form-group label {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
}
#contact-section .contact-form .form-row .form-group label,
#contact-section .contact-form .form-row .form-group input {
  font-weight: 400;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  color: #c0c0c0;
}
#contact-section .contact-form .form-row .form-group input {
  padding: 10px;
  border: 1px solid #333;
  background: transparent;
  font-size: 14px;
  line-height: 100%;
}
#contact-section .contact-form .form-group.full-width {
  width: 100%;
}
#contact-section .contact-form .form-group.full-width textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #333;
  background: transparent;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  resize: none;
}
#contact-section .contact-form .send-button {
  width: 325px;
  height: 50px;
  padding: 12px;
  background-color: #b99158;
  border: 1px solid #b99158;
  color: #b99158;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#search-section {
  background-color: #333333;
  color: #ffffff;
  padding: 50px 20px;
  font-family: 'Outfit', sans-serif;
}
#search-section .search-container {
  max-width: 1270px;
  margin: 0 auto;
}
#search-section .search-container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  margin-bottom: 20px;
}
#search-section .search-container label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  line-height: 24px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 8px;
  color: #c0c0c0;
}
#search-section .search-container .search-bar {
  display: flex;
  gap: 10px;
}
#search-section .search-container .search-bar input[type="text"] {
  flex: 1;
  padding: 12px;
  border: 1px solid #373636;
  background-color: transparent;
  color: #b99158;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
}
#search-section .search-container .search-bar button {
  padding: 12px 20px;
  background-color: #b99158;
  color: #b99158;
  border: none;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 16px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
}
#privacy-policy {
  padding: 60px 20px;
  line-height: 1.8;
}
#privacy-policy .container {
  max-width: 1270px;
  margin: 0 auto;
}
#privacy-policy .container h1 {
  font-size: 40px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  color: #b99158;
  width: 390px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c0c0c0;
}
#privacy-policy .container h1,
#privacy-policy .container .section-block {
  margin-bottom: 40px;
}
#privacy-policy .container .section-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0%;
  font-family: 'Syne', sans-serif;
  color: #b99158;
  font-weight: bold;
  margin-bottom: 20px;
}
#privacy-policy .container .section-block p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  line-height: 24px;
  letter-spacing: 0%;
  color: #c0c0c0;
}
.footer {
  background-color: #000000;
  color: #c0c0c0;
  padding: 0 0 20px 0;
}
.footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px;
}
.footer .footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.footer .footer-column:not(.brand-column) {
  flex: 0.26;
  padding-left: 125px;
}
.footer .footer-column.brand-column {
  flex: 0.49;
}
.footer .brand {
  width: 176px;
  height: 46.15px;
  top: 93.84px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding-bottom: 20px;
}
.footer .brand-text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Outfit', sans-serif;
  line-height: 24px;
  letter-spacing: 0%;
  color: #c0c0c0;
}
.footer .social-icons {
  display: flex;
  gap: 15px;
  width: 24px;
  height: 24px;
}
.footer .social-icons .social-icon {
  color: #000000;
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer .social-icons .social-icon:hover {
  color: #b99158;
}
.footer .column-title {
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 26px;
  color: #b99158;
}
.footer .column-title,
.footer .footer-links {
  font-weight: 400;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
}
.footer .footer-links {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
}
.footer .footer-links li {
  margin-bottom: 15px;
}
.footer .footer-links li a {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer .footer-links li a:hover {
  color: #b99158;
}
.footer .contact-info {
  list-style: none;
}
.footer .contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0%;
  gap: 8px;
}
.footer .contact-info li,
.footer .copyright {
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .copyright,
.footer .copyright p span {
  font-weight: 300;
}
.footer .copyright p span {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  color: #b99158;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.modal-overlay .modal {
  background: #0a0a0a;
  padding: 2rem;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 90%;
  overflow-y: scroll;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.modal-overlay.show .modal {
  transform: translateY(0);
  max-height: 90%;
  overflow-y: scroll;
}
.modal-overlay.show {
  display: flex;
}
.modal {
  background-color: #0a0a0a;
  width: 100%;
  max-width: 646px;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1001;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 30px;
  border-bottom: 1px solid #373636;
}
.modal-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #b99158;
  font-family: 'Syne', sans-serif;
  letter-spacing: 0%;
  padding-bottom: 25px;
}
.close-btn {
  background: transparent;
  border: 1px solid #e9e5e5;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn:hover {
  color: #ffffff;
}
.modal-body {
  padding: 20px;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #373636;
}
.item-details h3 {
  margin-bottom: 20px;
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.item-price {
  color: #b99158;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
  padding-bottom: 25px;
}
.item-controls,
.quantity-control {
  display: flex;
  align-items: center;
}
.quantity-control {
  margin-right: 15px;
}
.quantity-display {
  border: 1px solid #373636;
  border-radius: 12px;
  background-color: #000000;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #e9e5e5;
  padding: 5px 15px;
  margin: 0 5px;
  width: 65px;
}
.quantity-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
.quantity-btn:hover {
  color: #ffffff;
}
.remove-btn {
  background: none;
  border: none;
  color: #b99158;
  cursor: pointer;
  font-size: 14px;
}
.remove-btn:hover {
  color: #b99158;
  text-decoration: underline;
}
.modal-footer {
  padding: 20px;
}
#cartModal .modal-footer .subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #e9e5e5;
  font-family: 'Syne', sans-serif;
}
#cartModal .modal-footer .subtotal .cart-subtotal {
  margin-left: 5px;
}
.form-cart .cart .subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #b99158;
}
#cartModal .modal-footer .checkout-and-cart-btns {
  display: flex;
  justify-content: space-between;
}
#cartModal .modal-footer .view-cart-btn {
  color: #b99158;
  padding: 14px;
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  display: block;
  text-align: center;
}
#cartModal .modal-footer .checkout-btn {
  background-color: #b99158;
  color: #e9e5e5;
  padding: 14px;
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  display: block;
  text-align: center;
}
.checkout-btn:hover,
.cart-button {
  background-color: #d2a44d;
}
.cart-button {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #b99158;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-button:hover {
  background-color: #b99158;
}
.cart-icon {
  margin-right: 5px;
}
#openCartBtn {
  cursor: pointer;
}
#search,
#review-panel {
  display: none;
}
.header {
  background: #0a0a0a;
  padding: 36px 30px;
  border-radius: 20px;
  max-width: 1280px;
  max-height: 97px;
  margin: 2rem 4px;
  color: #ffffff;
  border: 1px solid #373636;
}
.header .container-1 {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .container-1,
.header .logo {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 120;
}
.header .logo img {
  height: 55.09px;
  width: auto;
  margin-right: 0.3rem;
  margin-top: -15px;
}
.header .actions {
  margin-top: -15px;
}
.header .logo span {
  font-size: 1rem;
  color: #000000;
}
.header .logo .logo-text-img img {
  width: 40px;
  height: 20px;
}
.header .nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
  z-index: 999;
}
.header .nav a {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Outfit', sans-serif;
}
.header .nav a:hover {
  color: white;
}
.header .nav a:hover .dot {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d2a44d;
  border-radius: 50%;
  margin: 4px auto 0;
  color: white;
}
.header .nav a.active {
  color: #ffffff;
}
.header .nav a.active .dot {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d2a44d;
  border-radius: 50%;
  margin: 4px auto 0;
}
.header .hamburger {
  display: flex;
  flex-direction: row;
}
.header .hamburger .hamburger-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header .nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.header .nav a {
  font-size: 24px;
  margin: 15px 0;
}
.header .nav.active {
  display: flex;
}
.header .container-1 {
  justify-content: space-between;
}
.header .actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.header .actions.active {
  display: flex;
}
.header .actions .search {
  display: none;
  align-items: center;
  font-family: 'Outfit', sans-serif;
  color: #c0c0c0;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  gap: 0.4rem;
}
.header .actions .search img1 {
  height: 20px;
  width: 20px;
}
.header .actions .search a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .actions .cart {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  font-family: 'Outfit', sans-serif;
}
.header .actions .search-icon {
  display: none;
}
.header .actions .cart img2 {
  height: 24px;
  width: 24px;
  left: 0.14px;
}
.header .actions .cart span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.header .hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
}
.header .hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .hamburger.active span:first-child {
  transform: rotate(45deg) translate(8px, 8px);
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:last-child {
  transform: rotate(-45deg) translate(6px, -6px);
}
.message.success {
  background-color: transparent;
}
.message.notice,
.message.info {
  background-color: transparent;
}
.catalogsearch-advanced-result .message.notice,
.catalogsearch-advanced-result .message.info {
  color: white;
  background-color: transparent;
  border: 1px solid #b99158;
}
.search.found {
  padding: 20px;
  font-family: 'Outfit', sans-serif;
}
.search.summary {
  font-family: 'Syne', sans-serif;
  padding: 20px;
  padding-top: 0px;
}
.search.summary ul {
  list-style: none;
}
.search.results .page-title {
  font-family: 'Syne', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}
.search.found,
.search-summary {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  color: #e9e5e5;
  margin-bottom: 20px;
}
.search.found .amount,
.search-summary .amount {
  font-weight: 700;
  color: #000000;
}
.products-grid .product-item {
  margin-bottom: 30px;
}
.products-grid .product-item .product-item-info {
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
}
.products-grid .product-item .product-item-info:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .product-image-container {
  margin-bottom: 10px;
}
.products-grid .product-item .product-item-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  margin: 5px 0;
}
.products-grid .product-item .product-item-name a {
  color: #000000;
  text-decoration: none;
}
.products-grid .product-item .product-item-name a:hover {
  color: #b99158;
}
.products-grid .product-item .price-box .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
.pages {
  margin: 30px 0;
  text-align: center;
}
.pages .items {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pages .items .item {
  margin: 0 5px;
}
.pages .items .item a,
.pages .items .item strong {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  color: #e9e5e5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pages .items .item a:hover,
.pages .items .item strong:hover {
  background: #b99158;
  color: #ffffff;
  border-color: #b99158;
}
.pages .items .item strong {
  background: #b99158;
  color: #ffffff;
  border-color: #b99158;
}
.pages .items .item.pages-item-next a,
.pages .items .item.pages-item-previous a {
  font-size: 0;
  position: relative;
}
.pages .items .item.pages-item-next a:before,
.pages .items .item.pages-item-previous a:before {
  font-family: 'luma-icons';
  font-size: 1.6rem;
}
.pages .items .item.pages-item-next a:before {
  content: '\e608';
}
.pages .items .item.pages-item-previous a:before {
  content: '\e617';
}
.message.notice {
  margin: 20px 0;
  padding: 15px;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}
.message.notice:before {
  display: none;
}
.block .block-dashboard-info,
.block .block-dashboard-addresses,
.block .block-dashboard-orders {
  border: 1px solid rgba(185, 145, 88, 0.3);
  padding: 10px;
}
.block .block-title {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: underline;
  font-family: syne, sans-serif;
  font-weight: 700;
}
.block .box {
  padding: 20px;
}
.block .box-title {
  background: rgba(185, 145, 88, 0.3);
  display: block;
  padding: 10px;
  margin-bottom: 7px;
}
#whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: box-shadow 0.2s;
}
#whatsapp-widget:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
#whatsapp-widget img {
  width: 36px;
  height: 36px;
}
.news-ticker-top-banner {
  width: 100%;
  background: #b99158;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Outfit', sans-serif;
  padding: 10px 0;
  position: relative;
  z-index: 10000;
  letter-spacing: 1px;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
