img {
  max-width: 100%;
  height: auto;
}

.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 12px;
  padding: 5px 5px;
  color: #000000;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -moz-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%) translateY(-50%);
    -webkit-transform: translateX(40%) translateY(-50%);
    -moz-transform: translateX(40%) translateY(-50%);
    -ms-transform: translateX(40%) translateY(-50%);
    -o-transform: translateX(40%) translateY(-50%);
  }

  70% {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
  }

  100% {
    opacity: 0;
  }
}

.input-group-text.copytext {
  border: 0;
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #000000;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    font-size: 14px;
    padding: 20px 15px 30px;
    border-radius: 15px 15px 0 0;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.input-popup p {
  color: #fff;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #000000;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #042f8880 !important;
  padding: 10px 20px;
  border-radius: 4px !important;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: rgba(11, 37, 74, 0.1) !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #042f8880 !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #042f8880 !important;
  border-radius: 0.375rem !important;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #042f88 !important;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #c5c5c8d4;
  --hover-border-color: rgb(var(--main));
  background-color: #fff !important;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border-bottom: 1px solid #4140402b;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid #042f88 !important;
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #042f88 !important;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #042f88 !important;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
  background-color: transparent !important;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
  border: 0 !important;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #042f88 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item__btn-text {
  color: #000000;
}

.payment-item__btn__icon {
  color: #000000;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #000000;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* Premium Collection Cards */
.collection-card-premium {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.collection-card-premium .card-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 120%;
  /* Aspect Ratio */
  overflow: hidden;
}

.collection-card-premium .card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-card-premium:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.collection-card-premium .card-img-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  transition: opacity 0.4s ease;
}

.collection-card-premium:hover .card-img-wrapper::after {
  opacity: 0.9;
}

.collection-card-premium .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 28px;
  z-index: 2;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.collection-card-premium:hover .overlay-content {
  transform: translateY(0);
}

.collection-card-premium .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-card-premium .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.collection-card-premium .explore-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

/* Editorial High-Fashion Product Cards (Zara/H&M Style) */
.editorial-product-card {
  position: relative;
  background: transparent;
  border: none;
  margin-bottom: 30px;
}

.editorial-product-card .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 135%;
  /* Taller aspect ratio typical for fashion (e.g., 3:4) */
  overflow: hidden;
  background: #f4f4f4;
  /* Light clean background */
}

.editorial-product-card .img-wrapper a.product-image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.editorial-product-card .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.6s ease;
  /* Subtle zoom */
}

.editorial-product-card:hover .img-wrapper img {
  transform: scale(1.03);
  /* Extremely subtle fashion zoom */
}

/* Floating Wishlist Heart */
.editorial-product-card .editorial-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #111;
  font-size: 20px;
  z-index: 10;
  background: transparent;
  transition: opacity 0.3s ease, transform 0.2s ease;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  /* ensure visible on dark photos */
}

.editorial-product-card .editorial-wishlist:hover {
  transform: scale(1.1);
}

/* Quick Add Slide Up Cover */
.editorial-product-card .quick-add-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: stretch;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 5;
  border-top: 1px solid #eaeaea;
}

.editorial-product-card:hover .quick-add-bar {
  transform: translateY(0);
}

.editorial-product-card .quick-add-bar a {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  transition: background 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.editorial-product-card .quick-add-bar a:first-child {
  border-right: 1px solid #eaeaea;
}

.editorial-product-card .quick-add-bar a:hover {
  background: #f7f7f7;
  color: #000;
}

/* Minimalist Content Area */
.editorial-product-card .content-area {
  padding: 12px 5px 0 0;
  text-align: left;
  /* Fashion catalogs usually left-align */
}

.editorial-product-card .product-title {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 4px;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editorial-product-card .product-title:hover {
  text-decoration: underline;
}

.editorial-product-card .price-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.editorial-product-card .current-price {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.editorial-product-card .old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.editorial-product-card .tiny-ratings {
  font-size: 10px;
  color: #000;
  /* Sophisticated black/grey stars instead of gold */
  margin-top: 4px;
}

.editorial-product-card .badge--discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 500;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0;
}

/* Mobile Enhancements for Editorial Cards */
@media (max-width: 991px) {
  .editorial-product-card .quick-add-bar {
    transform: translateY(0);
    opacity: 0.95;
  }

  .editorial-product-card .editorial-wishlist {
    opacity: 1;
    /* Ensure heart is visible without hover */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  }
}

/* ========================================================================= */
/* EDITORIAL NAVBAR (Zara Style)                                             */
/* ========================================================================= */

.editorial-header {
  background: #fff;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
  position: sticky;
  top: 0;
  z-index: 100001 !important;
  /* Higher than the site's default 99999 overlay */
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* Professional sleek font */
}

.editorial-header .header-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  flex-wrap: nowrap !important;
}

.editorial-header-left {
  display: flex !important;
  align-items: center !important;
  flex: 1;
}

.editorial-header .header-menu {
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.editorial-header .categoryButton {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #111 !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

.editorial-header .logo {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.editorial-header .logo a {
  display: flex;
  align-items: center;
}

.editorial-header .logo img {
  max-height: 35px;
  height: auto;
}

/* Desktop Menu Layout */
.editorial-menu {
  gap: 25px;
}

.editorial-link {
  color: #111 !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: transparent !important;
  position: relative;
  padding: 6px 0;
  /* Balanced padding for vertical centering */
  transition: color 0.3s ease;
}

.editorial-link:hover,
.editorial-link.active {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Kill any legacy theme ::before outlines or lines */
.editorial-link::before {
  display: none !important;
}

.editorial-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000 !important;
  transition: width 0.3s ease;
}

.editorial-link:hover::after,
.editorial-link.active::after {
  width: 100%;
}

/* Icon Buttons (Heart, Cart) */
.editorial-icon-btn {
  color: #111;
  font-size: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.editorial-icon-btn:hover {
  color: #000;
  transform: scale(1.05);
}

.editorial-icon-btn .qty {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #000;
  color: #fff;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

/* Fix dropdown positioning for collections */
.category-link-area .category-link {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 100;
  padding: 10px 0;
  text-align: left;
}

/* The js adds 'active' class on click, or we can use hover */
@media (min-width: 992px) {
  .category-link-area:hover .category-link {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
  }
}

.categoryButton.active+.category-link {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.category-link li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  transition: background 0.2s;
  text-decoration: none;
}

.category-link li a:hover {
  background: #f8f8f8;
  color: #000;
}

/* Mobile Adjustments */
@media (max-width: 991px) {

  /* Pull Hamburger menu back into the flex flow on the right */
  .editorial-header .header-bar {
    position: relative !important;
    transform: none !important;
    margin: 0 0 0 15px !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: block !important;
    width: 30px !important;
    height: 20px !important;
  }

  .editorial-header .header-bar span {
    width: 100% !important;
    background: #111 !important;
    position: absolute !important;
    left: 0 !important;
    height: 2px !important;
    transition: all 0.3s ease;
  }

  .editorial-header .header-bar span:nth-child(1) {
    top: 0 !important;
  }

  .editorial-header .header-bar span:nth-child(2) {
    top: 9px !important;
  }

  .editorial-header .header-bar span:nth-child(3) {
    top: 18px !important;
  }

  /* Force logo spacing on mobile */
  .editorial-header .logo {
    margin: 0 !important;
    flex: 1;
    /* Pushes icons to the right and balances spacing */
  }

  .editorial-header .logo img {
    max-height: 28px !important;
    /* Slightly smaller on mobile to retain elegance */
  }

  .editorial-header-wrapper {
    padding: 5px 0;
  }

  .editorial-icon-btn {
    font-size: 22px;
    margin-left: 10px !important;
  }

  /* Ensure off-canvas menu styling remains clean */
  /* Mobile Menu (Zara Editorial Clean-up) */
  .editorial-header .header-menu.d-lg-none .menu-area {
    background: #fff !important;
    padding-top: 60px !important;
    z-index: 100002 !important;
    /* Ensure menu content is above everything */
  }

  .editorial-header .header-menu.d-lg-none .menu li a {
    color: #111 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 10px 0 !important;
  }

  .editorial-header .header-menu.d-lg-none .menu-close i {
    color: #111 !important;
  }

  .editorial-header .categoryButton.editorial-link.bg-light {
    background: transparent !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #111 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

/* ========================================================================= */
/* EDITORIAL SECONDARY PAGES (About, Contact, Track Order)                   */
/* ========================================================================= */

.editorial-form-control {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 15px 5px !important;
  font-size: 14px !important;
  background: transparent !important;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  box-shadow: none !important;
  color: #111 !important;
}

.editorial-form-control:focus {
  border-bottom-color: #000 !important;
}

.editorial-form-control::placeholder {
  color: #aaa !important;
  font-weight: 300;
}

.editorial-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #555;
  margin-bottom: -5px;
  display: block;
}

.editorial-black-btn {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 12px 30px !important;
  transition: all 0.3s ease !important;
}

.editorial-black-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.editorial-page-title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #111;
  margin-bottom: 30px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.editorial-paragraph {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  font-weight: 300;
}

.editorial-quote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  color: #111;
  font-weight: 300;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.editorial-quote::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: -20px;
  left: -40px;
  z-index: -1;
}

.editorial-contact-grid {
  border-top: 1px solid #111;
  padding-top: 40px;
}

.editorial-contact-item {
  text-align: left;
}

.editorial-contact-item i {
  font-size: 20px;
  color: #111;
  margin-bottom: 15px;
}

.editorial-contact-item h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #888;
  margin-bottom: 5px;
}

.editorial-contact-item a,
.editorial-contact-item span {
  font-size: 15px;
  color: #111;
  text-decoration: none;
  font-weight: 400;
}

.editorial-contact-item a:hover {
  text-decoration: underline;
}

/* ========================================================================= */
/* EDITORIAL BANNER STYLES                                                   */
/* ========================================================================= */
.editorial-banner-wrapper {
  width: 100%;
  position: relative;
}

.editorial-banner-slide {
  width: 100%;
  height: 65vh;
  /* Reduced from 85vh based on feedback, keeping cinematic widescreen feel */
  min-height: 450px;
  position: relative;
  background: #f8f8f8;
}

.editorial-banner-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  /* Forces the model/subject to stay in frame */
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: high-quality !important;
  transform: translateZ(0);
  /* Hardware acceleration for crispness */
}

/* ── Mobile Banner: prevent subject cropping on portrait screens ── */
@media (max-width: 767px) {
  .editorial-banner-slide {
    height: 52vw;
    /* width-relative height keeps landscape ratio intact */
    min-height: 220px;
    max-height: 380px;
  }

  .editorial-banner-img {
    object-position: center center !important;
    /* center the subject, not top */
  }
}

@media (max-width: 480px) {
  .editorial-banner-slide {
    height: 56vw;
    min-height: 200px;
    max-height: 300px;
  }
}




/* ==========================================================================
   LINEN MUSE — Global Font System
   Headline: Newsreader (serif, editorial)
   Body/Label: Plus Jakarta Sans (geometric, clean)
   ========================================================================== */

body,
p,
li,
span,
a,
input,
textarea,
select,
button,
label,
.form-control,
.form-select,
td,
th {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Newsreader', serif !important;
}

/* Modernized Section Title — Linen Muse */
.section-title {
  font-family: 'Newsreader', serif !important;
  font-size: 42px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #EEE0A2;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto 40px;
  padding-top: 2rem;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #C4A882;
  transition: width 0.4s ease;
}

.section-title:hover::after {
  width: 100px;
}

/* ==========================================================================
   PRODUCT SHOWCASE SECTIONS — Linen Muse Editorial
   Three personality-driven sections: Featured / Hot Deals / Today's Deals
   ========================================================================== */

/* -- Shared Base ---------------------------------------------------------- */
.product-section {
  padding: 72px 0 80px;
}

.product-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0;
}

.product-section__header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-section__eyebrow {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C4A882;
}

.product-section__title {
  font-family: 'Newsreader', serif !important;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.1;
}

.product-section__link {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8C7B6B;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
  margin-bottom: 6px;
}

.product-section__link:hover {
  color: #C4A882;
  border-bottom-color: #C4A882;
}

.product-section__link i {
  font-size: 13px;
  vertical-align: middle;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.product-section__link:hover i {
  transform: translateX(3px);
}

.product-section__divider {
  height: 1px;
  background: linear-gradient(to right, #E9DFD5, transparent);
  margin: 20px 0 40px;
}

/* -- Featured Products — White / Prestige --------------------------------- */
.product-section--featured {
  background: #ffffff;
}

/* -- Hot Deals — Warm Cream ----------------------------------------------- */
.product-section--hot {
  background: #F7F3EE;
}

/* -- Today's Deals — Blush Cream ------------------------------------------ */
.product-section--today {
  background: #FAF5EF;
}

/* Today's Deals: make the discount badge more prominent */
.product-section--today .badge--discount {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background: #E8B4A0 !important;
  color: #3a2e27 !important;
  border-radius: 2px;
}

/* -- Responsive ----------------------------------------------------------- */
@media (max-width: 767px) {
  .product-section {
    padding: 48px 0 56px;
  }

  .product-section__title {
    font-size: 28px;
  }

  .product-section__eyebrow {
    letter-spacing: 2px;
  }

  .product-section__link {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 480px) {
  .product-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-section__link {
    padding-bottom: 0;
  }
}

/* -- Editorial Styles (About Page) ----------------------------------------- */
.editorial-label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #8C7B6B !important;
  margin-bottom: 40px !important;
}

.editorial-quote {
  font-family: 'Newsreader', serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #1a1a1a !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .editorial-quote {
    font-size: 24px !important;
  }
}

/* ==========================================================================
   MOBILE TYPOGRAPHY & SPACING — Premium Compact View
   Applies to screens ≤ 767px (phones + small tablets)
   ========================================================================== */
@media (max-width: 767px) {

  /* ── Section Titles ─────────────────────────────────────────── */
  .section-title {
    font-size: 24px !important;
    margin-bottom: 24px !important;
    padding-top: 1rem !important;
  }

  .section-title::after {
    width: 40px;
    bottom: -8px;
  }

  /* ── "Our Collections" heading (Bootstrap h2) ──────────────── */
  .collections-section h2.section-title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  .collections-section .row {
    --bs-gutter-y: 0.75rem !important;
    --bs-gutter-x: 0.75rem !important;
  }

  /* ── Collection Cards ──────────────────────────────────────── */
  .collection-card-premium .title {
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }

  .collection-card-premium .explore-btn {
    font-size: 11px;
    padding: 7px 16px;
  }

  .collection-card-premium .overlay-content {
    padding: 16px 12px 22px;
  }

  .collection-card-premium .card-img-wrapper {
    padding-top: 100%;
    /* Square ratio on mobile — shows more of image */
  }

  /* ── Product Section Headings ──────────────────────────────── */
  .product-section {
    padding: 36px 0 40px !important;
  }

  .product-section__title {
    font-size: 22px !important;
  }

  .product-section__divider {
    margin: 12px 0 24px;
  }

  /* ── Product Cards ─────────────────────────────────────────── */
  .editorial-product-card {
    margin-bottom: 16px;
  }

  .editorial-product-card .content-area {
    padding: 8px 2px 0 0;
  }

  .editorial-product-card .product-title {
    font-size: 12px;
  }

  .editorial-product-card .current-price {
    font-size: 12px;
  }

  .editorial-product-card .old-price {
    font-size: 11px;
  }

  /* ── Cart Page Title ───────────────────────────────────────── */
  .cart-header .title {
    font-size: 22px !important;
  }

  /* ── General Page Headings ─────────────────────────────────── */
  h1 {
    font-size: 26px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {

  .section-title {
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }

  .product-section {
    padding: 28px 0 32px !important;
  }

  .product-section__title {
    font-size: 20px !important;
  }

  .collection-card-premium .title {
    font-size: 14px;
  }

  .collection-card-premium .explore-btn {
    font-size: 10px;
    padding: 6px 14px;
  }
}

/* ── 2-Col Product Grid — Mobile Gutter Tightening ───────── */
@media (max-width: 767px) {
  .product-section .row.g-3 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }

  .editorial-product-card {
    margin-bottom: 8px;
  }

  .editorial-product-card .content-area {
    padding: 6px 0 0;
  }
}

/* ── Robust Quantity Stepper — Global (PDP) ─────────────── */
.product-details-content .single-add-cart-area .cart-plus-minus {
  display: flex !important;
  align-items: center;
  max-width: 130px !important;
  border: 1px solid #e3e4ff;
  border-radius: 25px;
  overflow: hidden;
  height: 40px;
}

.product-details-content .single-add-cart-area .cart-plus-minus .qty-btn-custom {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #f8f4f0 !important;
  color: #5A3A2E !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-details-content .single-add-cart-area .cart-plus-minus .form-control {
  flex: 1;
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
  text-align: center;
}

/* ==========================================================================
   MOBILE PDP (Product Detail Page) — H&M / ASOS Inspired
   ========================================================================== */
@media (max-width: 767px) {

  /* ── Remove excessive section padding ──────────────────────── */
  .products-single-section.pt-80 {
    padding-top: 20px !important;
  }

  .products-single-section.pb-80 {
    padding-bottom: 30px !important;
  }

  /* ── Card wrapper — clean layout for mobile ──────────────── */
  .products-single-section .bg--section.p-3 {
    padding: 0 0 10px 0 !important;
    border: none !important;
    background: #fff !important;
  }

  /* ── Image carousel — compact on mobile ──────────────────── */
  .products-single-section .sync1 .thumbs img {
    aspect-ratio: 4 / 5;
    object-fit: contain;
    width: 100%;
    background: #f8f4f0;
  }

  /* ── Thumbnail strip — square, no stretch ─────────────────── */
  .products-single-section .sync2 .thumbs {
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .products-single-section .sync2 .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── Product info column — tighten up ─────────────────────── */
  .products-single-section .product-details-content .repeat--item {
    padding: 8px 0;
  }

  .products-single-section .col-lg-7 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* ── Product Name ─────────────────────────────────────────── */
  .product-details-content .title {
    font-size: 18px !important;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  /* ── Price ─────────────────────────────────────────────────── */
  .product-details-content .product-price {
    font-size: 18px !important;
  }

  /* ── Lists (Price / Category labels) ──────────────────────── */
  .product-details-content .lists li .name {
    font-size: 12px;
    min-width: 70px;
  }

  .product-details-content .lists li p {
    font-size: 13px;
  }

  /* ── Summary text — remove crazy left padding ─────────────── */
  .product-details-content .summary {
    padding-left: 0 !important;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
  }

  /* ── Size Selector — compact ──────────────────────────────── */
  .size-selector-area .size-badge {
    min-width: 38px;
    height: 34px;
    font-size: 12px;
    padding: 0 8px;
  }

  .size-selector-area p {
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }

  /* (End of mobile PDP overrides) */

  /* ── Add to Cart button on PDP — make full-width ──────────── */
  .product-details-content .single-add-cart-area .cmn--btn.add-to-cart {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* ── Qty + Add to Cart row ────────────────────────────────── */
  .product-details-content .single-add-cart-area {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* ── Below-fold section padding ───────────────────────────── */
  .products-single-section .pt-80 {
    padding-top: 30px !important;
  }

  /* ── Description tabs — smaller ───────────────────────────── */
  .description__header .nav--tabs a {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  .description__body {
    font-size: 13px;
    line-height: 1.6;
  }

  /* ── Filter widget (Top Products sidebar) — hide on mobile ── */
  .products-single-section .filter__widget {
    display: none;
  }

  /* ── Related Products heading ─────────────────────────────── */
  .products-single-section .mt-5>h4 {
    font-size: 18px !important;
  }

  /* ── Sticky Bottom CTA Bar ────────────────────────────────── */
  .pdp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
  }

  .pdp-sticky-cta .pdp-sticky-info {
    flex: 1;
    min-width: 0;
  }

  .pdp-sticky-cta .pdp-sticky-name {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .pdp-sticky-cta .pdp-sticky-price {
    font-size: 15px;
    font-weight: 700;
    color: #5A3A2E;
  }

  .pdp-sticky-cta .pdp-sticky-btn {
    background: #5A3A2E;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s;
  }

  .pdp-sticky-cta .pdp-sticky-btn:hover {
    background: #4a2f24;
  }

  /* ── Add bottom padding to page so sticky bar doesn't overlap content ── */
  .products-single-section {
    padding-bottom: calc(90px + env(safe-area-inset-bottom)) !important;
  }
}

/* ── Quick View Modal Optimization — Linen Muse ───────────────── */
#quickView .modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#quickView .modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

#quickView .modal-close-btn:hover {
  background: #f8f4f0;
  transform: rotate(90deg);
}

/* Modal Carousel Syncing PDP Logic */
#quickView .sync1 .thumbs img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  width: 100%;
  background: #f8f4f0;
}

#quickView .sync2 .thumbs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  #quickView .modal-body {
    padding: 20px 15px !important;
  }

  #quickView .col-lg-5 {
    margin-bottom: 25px;
  }
}

/* Hide sticky CTA on desktop */
@media (min-width: 768px) {
  .pdp-sticky-cta {
    display: none !important;
  }
}

/* ==========================================================================
   ANNOUNCEMENT MARQUEE — Linen Muse Dynamic Strip
   ========================================================================== */
.announcement-marquee-wrapper.brand-marquee {
    background: #FFE5CC; /* Light Brand Peach */
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(90, 58, 46, 0.1);
    border-bottom: 1px solid rgba(90, 58, 46, 0.1);
}

.marquee-content {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee-scroll 30s linear infinite;
    will-change: transform;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.announcement-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5A3A2E !important; /* Brand Deep Brown */
}

.announcement-text a {
    text-decoration: none;
    color: inherit !important;
    display: inline-block;
}

.announcement-text a:hover {
    opacity: 0.8;
}

.marquee-separator {
    color: #5A3A2E;
    opacity: 0.6;
    font-size: 10px;
    margin: 0 40px; /* Generous spacing for premium feel */
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .announcement-marquee-wrapper.brand-marquee {
        padding: 8px 0;
    }
    .marquee-separator {
        margin: 0 25px;
    }
    .announcement-text {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    .marquee-track {
        animation-duration: 20s;
    }
}

/* ============================================================
   SEO BRAND INTRO SECTION — Premium Redesign
   ============================================================ */
.brand-intro-section {
    padding: 80px 0 72px;
    background: #fff;
    border-bottom: 1px solid #f0ebe6;
    position: relative;
    overflow: hidden;
}

/* Subtle background texture for depth */
.brand-intro-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(196, 161, 138, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.brand-intro-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* Ornament: line — icon — line */
.brand-intro__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}

.brand-intro__ornament-line {
    display: block;
    width: 64px;
    height: 1px;
    background: linear-gradient(to right, transparent, #c4a18a);
}

.brand-intro__ornament-line:last-child {
    background: linear-gradient(to left, transparent, #c4a18a);
}

.brand-intro__ornament-icon {
    color: #c4a18a;
    font-size: 18px;
    line-height: 1;
}

/* Eyebrow */
.brand-intro__eyebrow {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c4a18a;
    margin-bottom: 18px;
}

/* H1 */
.brand-intro__headline {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 300;
    color: #2a1a12;
    letter-spacing: -0.01em;
    line-height: 1.18;
    margin-bottom: 28px;
}

.brand-intro__headline em {
    font-style: italic;
    font-weight: 400;
    color: #7a5c4a;
}

/* Three-dot divider */
.brand-intro__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.brand-intro__divider span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4a18a;
    opacity: 0.5;
}

.brand-intro__divider span:nth-child(2) {
    opacity: 1;
    width: 7px;
    height: 7px;
}

/* Description */
.brand-intro__description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    color: #7a6a60;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA link */
.brand-intro__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2a1a12;
    text-decoration: none;
    border-bottom: 1px solid rgba(42, 26, 18, 0.35);
    padding-bottom: 3px;
    transition: color 0.22s ease, border-color 0.22s ease;
}

.brand-intro__cta:hover {
    color: #c4a18a;
    border-color: #c4a18a;
}

.brand-intro__cta i {
    transition: transform 0.22s ease;
}

.brand-intro__cta:hover i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .brand-intro-section {
        padding: 56px 0 48px;
    }
    .brand-intro__headline {
        font-size: 1.85rem;
    }
    .brand-intro__ornament-line {
        width: 40px;
    }
}


/* ============================================================
   BRAND VALUES / TRUST SECTION
   ============================================================ */
.brand-values-section {
    padding: 72px 0;
    background: #fdf9f6;
}

.brand-values__heading {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 400;
    color: #2a1a12;
    text-align: center;
    margin-bottom: 52px;
    letter-spacing: 0.01em;
}

.brand-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.brand-value-item {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f0ebe6;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(90, 58, 46, 0.08);
}

.brand-value-item__icon {
    font-size: 28px;
    color: #c4a18a;
    margin-bottom: 16px;
    line-height: 1;
}

.brand-value-item__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2a1a12;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

.brand-value-item__desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #9a8880;
    margin: 0;
}

@media (max-width: 991px) {
    .brand-values__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .brand-values__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .brand-values-section {
        padding: 48px 0;
    }
}

/* ============================================================
   BRAND STORY SECTION — Premium Redesign
   ============================================================ */
.brand-story-section {
    padding: 100px 0;
    background: #fff;
    border-top: 1px solid #f0ebe6;
    position: relative;
}

.brand-story-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #fdf9f6, transparent);
    pointer-events: none;
}

.brand-story-inner {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 960px;
    margin: 0 auto;
}

.brand-story__text {
    flex: 1;
    text-align: left;
}

.brand-story__ornament {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.brand-story__eyebrow {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c4a18a;
    margin-bottom: 16px;
}

.brand-story__title {
    font-family: 'Newsreader', 'Georgia', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 300;
    color: #2a1a12;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.brand-story__title em {
    font-style: italic;
    color: #7a5c4a;
    font-weight: 400;
}

.brand-story__body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #7a6a60;
    margin-bottom: 35px;
    font-weight: 400;
}

.brand-story__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2a1a12;
    text-decoration: none;
    border-bottom: 1px solid rgba(42, 26, 18, 0.3);
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.brand-story__cta:hover {
    color: #c4a18a;
    border-color: #c4a18a;
    gap: 14px;
}

.brand-story__visual {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-story__frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #f0ebe6;
    transform: rotate(-3deg);
    z-index: 1;
}

.brand-story__accent-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #c4a18a, transparent);
    transform: translateX(-50%);
    z-index: 2;
}

.brand-story__accent-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c4a18a;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 8px rgba(196, 161, 138, 0.15);
    z-index: 3;
}

@media (max-width: 991px) {
    .brand-story-inner {
        gap: 40px;
        padding: 0 20px;
    }
    .brand-story__visual {
        width: 150px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .brand-story-inner {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .brand-story__text {
        text-align: center;
    }
    .brand-story__ornament, .brand-intro__divider {
        justify-content: center;
    }
    .brand-story-section {
        padding: 70px 0;
    }
    .brand-story__cta {
        margin: 0 auto;
    }
    .brand-story__visual {
        height: 150px;
        width: 100%;
    }
    .brand-story__frame {
        width: 120px;
        height: 160px;
        left: 50%;
        margin-left: -60px;
    }
}

