/* Al Habib luxury perfume theme */
:root {
  --gold: #e2b75f;
  --gold-dark: #b98a30;
  --gold-light: #f4d998;
  --ink: #15120e;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --muted: #756f66;
  --line: rgba(226, 183, 95, .28);
  --shadow: 0 18px 48px rgba(35, 25, 10, .11);
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(226,183,95,.09), transparent 24rem),
    radial-gradient(circle at 92% 36%, rgba(226,183,95,.07), transparent 28rem),
    var(--cream);
  letter-spacing: .01em;
}

h1, h2, h3, .box-heading, .product-thumb h4, .product-title {
  font-family: "Cormorant Garamond", Georgia, serif;
}

a, button, .btn { transition: all .28s ease; }
a:hover, a:focus { color: var(--gold-dark); }

/* Premium header */
#top {
  min-height: 38px;
  color: #d8d1c5;
  background: #100e0b;
  border: 0;
}
#top a, #top .btn-link { color: #d8d1c5; }
#top a:hover, #top .btn-link:hover { color: var(--gold); }
.full-header {
  position: relative;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 35px rgba(30,22,10,.07);
}
.full-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 140px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
#logo img {
  filter: drop-shadow(0 8px 12px rgba(25,18,8,.12));
  transition: transform .3s ease;
}
#logo:hover img { transform: translateY(-2px) scale(1.015); }

.header-middle #search {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 2px 8px rgba(40,30,15,.035), 0 8px 24px rgba(40,30,15,.05);
}
.header-middle #search input { border: 0; background: transparent; }
.header-middle #search button {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  border: 0;
}
.user-info > .dropdown > a, #cart > button {
  border-radius: 999px;
}

.header-bottom {
  background: #17130e;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
#menu { background: transparent; border: 0; }
#menu .nav > li > a, #menu .nav > li > span {
  color: #f8f3e9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#menu .nav > li > a:hover,
#menu .nav.navbar-nav > li:hover > a,
#menu .nav.navbar-nav > li:hover > span { color: var(--gold); }
#menu .dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 0 0 16px 16px;
  box-shadow: var(--shadow);
}

/* Hero and banners */
.slideshow-panel { padding: 18px 0 8px; }
.slideshow-panel .swiper-viewport {
  overflow: hidden;
  border: 1px solid rgba(226,183,95,.22);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(25,18,8,.18);
}
.slideshow-panel img { transform: scale(1.001); }
.banner-panel img, .html-content img {
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(30,21,8,.12);
  transition: transform .5s ease, box-shadow .5s ease;
}
.banner-panel a:hover img, .html-content a:hover img {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 26px 55px rgba(30,21,8,.18);
}

/* Section titles and product tabs */
.TTProduct-Tab.products-list, .box {
  position: relative;
  margin-top: 34px;
}
.TTProduct-Tab .tthometab {
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.TTProduct-Tab .tthometab-title h3, #content h2, .box-heading {
  color: var(--ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
}
.TTProduct-Tab .tthometab-title h3::after, #content > h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.TTProduct-Tab .nav-tabs { border: 0; }
.TTProduct-Tab .nav-tabs > li > a {
  margin: 3px;
  padding: 9px 18px;
  color: var(--muted);
  font: 600 11px/1 "Montserrat", sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li:hover > a {
  color: #16120d !important;
  background: linear-gradient(135deg, #f3d78f, var(--gold)) !important;
  border-color: var(--gold) !important;
  box-shadow: 0 8px 20px rgba(185,138,48,.25);
}

/* 3D product cards */
.product-layout, .product-layouts { perspective: 1100px; }
.product-thumb {
  overflow: hidden;
  height: auto;
  margin: 14px 7px 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(226,183,95,.24);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(35,25,10,.08);
  transform: translateZ(0);
  transition: transform .38s cubic-bezier(.2,.75,.25,1), box-shadow .38s ease, border-color .38s ease;
}
.product-thumb::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -100%;
  left: -55%;
  width: 45%;
  height: 250%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: rotate(22deg);
  transition: left .7s ease;
}
.product-thumb:hover {
  z-index: 3;
  border-color: rgba(226,183,95,.65);
  box-shadow: 0 28px 60px rgba(35,25,10,.17), 0 5px 0 rgba(226,183,95,.18);
  transform: translateY(-10px) rotateX(2deg) rotateY(-1deg);
}
.product-thumb:hover::before { left: 125%; }
.product-thumb .image {
  overflow: hidden;
  margin: 10px;
  background:
    radial-gradient(circle at 50% 42%, #fff 0, #f8f3e8 58%, #eee5d4 100%);
  border-radius: 15px;
}
.product-thumb .image img { transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.product-thumb:hover .image img { transform: scale(1.055) translateY(-3px); }
.product-thumb .thumb-description { padding: 8px 20px 20px; }
.product-thumb h4 a {
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .01em;
}
.product-thumb h4 a:hover { color: var(--gold-dark); }
.product-thumb .price, .price {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .04em;
}
.product-thumb .price-new, .price-new { color: var(--gold-dark); }
.product-thumb .price-old { color: #a49d91; }
.rating .fa-star, .rating .fa-star-o, #review .fa-star + .fa-star-o { color: var(--gold) !important; }
.sale-icon, .product-sale-icon {
  color: #17130e !important;
  background: linear-gradient(135deg, #f6dda2, var(--gold-dark)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 7px 18px rgba(185,138,48,.28);
}
.product-thumb .button-group {
  gap: 7px;
  padding-top: 12px;
  border-top: 1px solid rgba(226,183,95,.18);
}
.product-thumb .button-group button,
.btn-primary, #button-cart, .btn-cart {
  color: #fff !important;
  background: #17130e !important;
  border: 1px solid #17130e !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(20,16,10,.12);
}
.product-thumb .button-group button:hover,
.btn-primary:hover, #button-cart:hover, .btn-cart:hover {
  color: #17130e !important;
  background: linear-gradient(135deg, #f5dc9f, var(--gold)) !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px);
}

/* Forms, pages and product detail */
.breadcrumb {
  padding: 12px 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.breadcrumb a { color: var(--muted); }
.panel, .well, .category-filter, .product-product .product-info {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(35,25,10,.07);
}
.form-control {
  border: 1px solid #ddd4c4;
  border-radius: 10px;
  box-shadow: none;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(226,183,95,.14);
}
.product-product .thumbnail {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  color: var(--gold-dark);
  border-top-color: var(--gold);
}

/* Footer */
footer {
  position: relative;
  margin-top: 70px;
  color: #bdb5a8;
  background:
    radial-gradient(circle at 80% 10%, rgba(226,183,95,.12), transparent 24rem),
    #100e0b;
  border-top: 1px solid var(--gold-dark);
}
footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 180px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
footer h5, footer .footer-title {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  letter-spacing: .04em;
}
footer a, footer .contact-us span { color: #bdb5a8 !important; }
footer a:hover { color: var(--gold) !important; padding-left: 4px; }
footer .contact-us i::before { color: var(--gold) !important; }

/* Remove legacy pink/red accents */
.TTBlog .btn-primary, .blog-date, .comment-count,
.pagination > .active > a, .pagination > .active > span,
.swiper-pagination-bullet-active {
  color: #17130e !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

@media (max-width: 991px) {
  .full-header { background: #fff; }
  .header-bottom { border-radius: 0; }
  .TTProduct-Tab .tthometab-title h3 { font-size: 34px; }
  .product-thumb { margin: 8px 4px 20px; }
}

@media (max-width: 767px) {
  body { background: var(--cream); }
  .slideshow-panel { padding-top: 8px; }
  .slideshow-panel .swiper-viewport { border-radius: 14px; }
  .TTProduct-Tab .tthometab { display: block; }
  .TTProduct-Tab .nav-tabs > li > a { padding: 8px 11px; font-size: 10px; }
  .product-thumb:hover { transform: translateY(-5px); }
  .product-thumb .thumb-description { padding: 7px 13px 16px; }
  .product-thumb h4 a { font-size: 18px; }
  footer { margin-top: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* V2: complete black-and-gold storefront */
:root {
  --ink: #f8f3e9;
  --cream: #0d0b09;
  --paper: #17130f;
  --muted: #bcb3a5;
}

body {
  color: #c9c0b3;
  background:
    radial-gradient(circle at 10% 7%, rgba(226,183,95,.10), transparent 26rem),
    radial-gradient(circle at 90% 38%, rgba(226,183,95,.07), transparent 30rem),
    #0d0b09;
}

#page, .common-home, #content, .category-products,
.product-search #content, .account-account #content,
.information-information #content {
  color: #c9c0b3;
  background: transparent;
}

.full-header {
  background: rgba(17,14,11,.97);
  border-bottom-color: rgba(226,183,95,.26);
}

/* Actual header search component */
#header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(680px, 100%);
  min-height: 48px;
  overflow: hidden;
  border: 1px solid rgba(226,183,95,.42);
  border-radius: 999px;
  background: linear-gradient(145deg, #221d16, #110f0c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 12px 30px rgba(0,0,0,.28);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

#header-search:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(226,183,95,.13), 0 16px 36px rgba(0,0,0,.34);
  transform: translateY(-1px);
}

#header-search .luxury-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  color: var(--gold);
  font-size: 17px;
}

.header-middle #header-search input.form-control.input-lg {
  flex: 1 1 auto;
  width: auto;
  min-width: 120px;
  height: 46px;
  margin: 0;
  padding: 0 12px 0 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: .03em;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#header-search input::placeholder { color: #8f877a; opacity: 1; }

#header-search select.form-control.innner-search {
  flex: 0 0 170px;
  width: 170px;
  height: 30px;
  margin: 0;
  padding: 0 28px 0 15px;
  color: #d8d0c3;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  border: 0;
  border-left: 1px solid rgba(226,183,95,.28);
  background: #17130f;
  border-radius: 0;
}

#header-search select option { color: #f8f3e9; background: #17130f; }
#header-search .input-group-btn { display: block; flex: 0 0 auto; width: auto; }

.header-middle #header-search .btn-default {
  height: 46px;
  margin: 0;
  padding: 0 25px;
  color: #17130e;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f4d998, var(--gold-dark));
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.header-middle #header-search .btn-default:hover {
  color: #0e0c09;
  background: linear-gradient(135deg, #fff0bf, var(--gold));
  box-shadow: 0 0 22px rgba(226,183,95,.3);
}

#header-search .header-search-btn .fa.fa-search { display: none; }
#header-search .select-wrapper::before,
#header-search .select-wrapper::after { display: none !important; }

/* Dark cards and readable content */
.product-thumb {
  color: #c9c0b3;
  background: linear-gradient(145deg, #1d1914, #100e0b);
}
.product-thumb h4 a, .product-thumb .price, .price { color: #f7f1e7; }
.TTProduct-Tab .tthometab-title h3, #content h1, #content h2,
#content h3, #content h4, #content h5, .box-heading,
.caption h4, .page-title-wrapper .page-title, label, legend,
.panel-title, .table > thead > tr > th { color: #f8f3e9; }

p, .description, .product-thumb .caption, .product-info-value,
.checkbox label, .radio label, .help-block, .text-muted { color: #bcb3a5; }

.breadcrumb {
  color: #cfc6b9;
  background: rgba(29,25,20,.92);
}
.breadcrumb a { color: #d8d0c3; }
.breadcrumb a:hover { color: var(--gold); }

.panel, .well, .category-filter, .product-product .product-info,
.search-criteria, .account-login .well {
  color: #d8d0c3;
  background: rgba(25,21,17,.96);
  border-color: rgba(226,183,95,.24);
}

.form-control {
  color: #f4eee5;
  background: #191510;
  border-color: rgba(226,183,95,.26);
}
.form-control::placeholder { color: #8f877a; }

.dropdown-menu, .account-link-toggle, #cart .dropdown-menu {
  color: #d9d1c5;
  background: #18140f;
  border-color: rgba(226,183,95,.3);
  box-shadow: 0 18px 45px rgba(0,0,0,.42);
}
.dropdown-menu > li > a, #top ul.dropdown-menu .btn-link,
#cart .dropdown-menu a { color: #ddd5c9; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
#top ul.dropdown-menu .btn-link:hover {
  color: var(--gold);
  background: rgba(226,183,95,.08);
}

.table { color: #d5cdc1; background: #17130f; }
.table > thead > tr > th, .table > tbody > tr > td,
.table-bordered, .table-bordered > tbody > tr > td {
  border-color: rgba(226,183,95,.18);
}
.list-group-item {
  color: #eee7dc;
  background: #17130f;
  border-color: rgba(226,183,95,.18);
}
.list-group-item a, .category-treeview a { color: #d5cdc1; }
.list-group-item a:hover, .category-treeview a:hover { color: var(--gold); }

.pagination > li > a, .pagination > li > span {
  color: #d5cdc1;
  background: #17130f;
  border-color: rgba(226,183,95,.24);
}

footer { background: radial-gradient(circle at 80% 10%, rgba(226,183,95,.12), transparent 24rem), #100e0b; }
.footer-bottom {
  background: #090806 !important;
  border-top: 1px solid rgba(226,183,95,.18);
}
.footer-bottom p, .footer-bottom p a { color: #a9a093 !important; }

/* Pure CSS gold loader: no legacy pink GIF */
.slideshow-panel .ttloader {
  display: block;
  background: rgba(9,8,6,.98) !important;
}
.slideshow-panel .ttloader::before,
.slideshow-panel .ttloader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slideshow-panel .ttloader::before {
  width: 66px;
  height: 66px;
  border: 2px solid rgba(226,183,95,.18);
  border-top-color: var(--gold);
  border-right-color: var(--gold-dark);
  animation: luxurySpin .75s linear infinite;
}
.slideshow-panel .ttloader::after {
  width: 12px;
  height: 12px;
  background: var(--gold);
  box-shadow: 0 0 25px rgba(226,183,95,.8);
}
@keyframes luxurySpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 991px) {
  .full-header { background: #110e0b; }
  #header-search { margin: 0 auto; }
}

@media (max-width: 767px) {
  #header-search { width: 100%; min-height: 44px; }
  #header-search .luxury-search-icon { flex-basis: 38px; }
  .header-middle #header-search input.form-control.input-lg {
    width: 80px;
    min-width: 0;
    height: 42px;
  }
  #header-search select.form-control.innner-search {
    flex-basis: 105px;
    width: 105px;
    padding-left: 8px;
  }
  .header-middle #header-search .btn-default {
    width: 44px;
    height: 42px;
    padding: 0;
    font-size: 0;
  }
  #header-search .header-search-btn .fa.fa-search {
    display: block;
    color: #17130e;
    font-size: 14px;
  }
}

/* V17 stable mobile header and light search */
body header #header-search {
  color: #302a23 !important;
  background: #ffffff !important;
  border-color: rgba(185,138,48,.38) !important;
  box-shadow: 0 8px 22px rgba(70,48,15,.08) !important;
}
body header #header-search:focus-within {
  background: #ffffff !important;
}
body header #header-search input.form-control.input-lg {
  color: #302a23 !important;
  background: #ffffff !important;
}
body header #header-search input::placeholder {
  color: #968d81 !important;
}
body header #header-search select.form-control.innner-search {
  color: #51493f !important;
  background: #fbf7ee !important;
  border-left-color: rgba(185,138,48,.28) !important;
}
body header #header-search select option {
  color: #302a23 !important;
  background: #ffffff !important;
}

@media (max-width: 767px) {
  body header .full-header > .container {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 9px 10px 11px !important;
    text-align: initial !important;
  }
  body header .header-left {
    position: static !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-height: 65px !important;
    margin: 0 !important;
    padding: 3px 52px 8px !important;
    text-align: center !important;
  }
  body header #logo {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  body header #logo a {
    display: inline-block !important;
    max-width: 100% !important;
  }
  body header #logo img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 66px !important;
    margin: 0 auto !important;
  }
  body header .full-header .right-block {
    position: absolute !important;
    z-index: 20 !important;
    top: 17px !important;
    right: 10px !important;
    display: block !important;
    float: none !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header .header-right {
    display: block !important;
    float: none !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }
  body header #cart {
    display: block !important;
    float: none !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }
  body header #cart > button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 50% !important;
  }
  body header #cart > button i.fa-shopping-cart {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    font-size: 14px !important;
  }
  body header .menu-container {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header .header-middle {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #header-search {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 14px !important;
  }
  body header #header-search .luxury-search-icon {
    display: flex !important;
    flex: 0 0 37px !important;
    color: #b5822c !important;
  }
  body header #header-search input.form-control.input-lg {
    flex: 1 1 auto !important;
    width: 1px !important;
    min-width: 45px !important;
    height: 42px !important;
    margin: 0 !important;
    padding-right: 7px !important;
    background: #ffffff !important;
  }
  body header #header-search select.form-control.innner-search {
    flex: 0 0 102px !important;
    width: 102px !important;
    min-width: 102px !important;
    height: 32px !important;
    margin: 0 !important;
    background: #fbf7ee !important;
  }
  body header #header-search .input-group-btn {
    flex: 0 0 43px !important;
    width: 43px !important;
  }
  body header #header-search .btn-default {
    width: 43px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }
}

/* V19 cart shape completion and mobile icon-only lock */
@media (min-width: 768px) {
  body header .full-header .right-block,
  body header .header-right,
  body header #cart {
    overflow: visible !important;
  }

  body header #cart > button.btn {
    min-width: 132px;
    padding: 0 14px 0 70px;
    overflow: visible;
  }

  body header #cart > button.btn::after {
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
  }
}

@media (max-width: 767px) {
  body header .full-header .right-block,
  body header .header-right,
  body header #cart {
    overflow: visible !important;
  }

  body header #cart > button.btn {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 50% !important;
  }

  /* The old 60px decorative layer was larger than the phone button. */
  body header #cart > button.btn::after {
    display: none !important;
    content: none !important;
  }

  body header #cart > button.btn i.fa-shopping-cart {
    position: static !important;
    z-index: 1 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #2d251b !important;
    font-family: FontAwesome !important;
    font-size: 16px !important;
    line-height: 1 !important;
    background: none !important;
  }

  body header #cart > button.btn i.fa-shopping-cart::before {
    content: "\f07a" !important;
  }

  body header #cart .cart-heading,
  body header #cart #cart-total {
    display: none !important;
  }
}

@media (max-width: 380px) {
  body header .header-left {
    min-height: 58px !important;
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  body header #logo img { max-height: 58px !important; }
  body header .full-header .right-block {
    top: 14px !important;
    right: 8px !important;
    width: 38px !important;
    height: 38px !important;
  }
  body header .header-right,
  body header #cart,
  body header #cart > button {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
  body header #header-search .luxury-search-icon {
    display: none !important;
  }
  body header #header-search input.form-control.input-lg {
    padding-left: 10px !important;
  }
  body header #header-search select.form-control.innner-search {
    flex-basis: 88px !important;
    width: 88px !important;
    min-width: 88px !important;
  }
}

/* V11 final classic footer: services left, centered logo, contact right */
body footer .footer-main.container {
  width: calc(100% - 48px) !important;
  max-width: 1220px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 30px 0 !important;
}
body footer .footer-final-grid {
  display: grid !important;
  grid-template-columns: minmax(210px, .85fr) minmax(460px, 2fr) minmax(220px, .9fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}
body footer .footer-final-grid::before,
body footer .footer-final-grid::after { display: none !important; content: none !important; }
body footer .footer-services-column,
body footer .footer-center-column,
body footer .footer-final-grid > .footer-right-cms {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(185,138,48,.2) !important;
  border-radius: 17px !important;
  box-shadow: 0 10px 28px rgba(67,46,15,.06) !important;
}

/* Left services */
body footer .footer-services-column {
  display: flex !important;
  align-items: center !important;
  padding: 18px !important;
}
body footer .footer-services-column #footer-left,
body footer .footer-services-column .html-content,
body footer .footer-services-column .box-content,
body footer .footer-services-column #ttcmsfooterservice,
body footer .footer-services-column .ttservicemerge {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body footer .footer-services-column #ttcmsfooterservice h5,
body footer .footer-services-column #ttcmsfooterservice .title_block { display: none !important; }
body footer .footer-services-column #ttcmsfooterservice .block_content {
  display: grid !important;
  float: none !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
}
body footer .footer-services-column #ttcmsfooterservice .block_content::before,
body footer .footer-services-column #ttcmsfooterservice .block_content::after {
  display: none !important;
  content: none !important;
}
body footer .footer-services-column #ttcmsfooterservice .block_content > div {
  display: block !important;
  float: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 7px !important;
  background: transparent !important;
  border: 0 !important;
}
body footer .footer-services-column .ttcontent_inner,
body footer .footer-services-column .service {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
body footer .footer-services-column .service-icon {
  flex: 0 0 56px !important;
  float: none !important;
  width: 56px !important;
  height: 52px !important;
  transform: scale(.88) !important;
  transform-origin: center !important;
}
body footer .footer-services-column .service-content {
  float: none !important;
  min-width: 0 !important;
  padding: 3px 0 3px 7px !important;
}
body footer .footer-services-column .service-title {
  color: #302a23 !important;
  font: 700 17px/1.15 "Cormorant Garamond", serif !important;
  white-space: normal !important;
}
body footer .footer-services-column .service-desc {
  margin-top: 3px !important;
  color: #756c61 !important;
  font: 500 10px/1.3 "Montserrat", sans-serif !important;
}

/* Center logo and links */
body footer .footer-center-column {
  display: flex !important;
  flex-direction: column !important;
}
body footer .footer-center-column .footer-brand-module {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 135px !important;
  margin: 0 !important;
  padding: 22px 26px !important;
  transform: none !important;
  background: #fbf6ed !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(185,138,48,.18) !important;
  border-radius: 0 !important;
}
body footer .footer-center-column .footer-brand-module #footer-bottom,
body footer .footer-center-column .footer-brand-module .html-content,
body footer .footer-center-column .footer-brand-module .box-content,
body footer .footer-center-column .footer-brand-module #ttcmsfooter,
body footer .footer-center-column .footer-brand-module .ttfooter-logo {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
}
body footer .footer-center-column .footer-brand-module img {
  display: block !important;
  width: auto !important;
  max-width: min(100%, 390px) !important;
  height: auto !important;
  max-height: 105px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}
body footer .footer-center-column > .merge-links {
  display: grid !important;
  flex: 1 1 auto !important;
  float: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body footer .footer-center-column .merge-links .footer-column {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 23px 20px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body footer .footer-center-column .merge-links .footer-column + .footer-column {
  border-left: 1px solid rgba(185,138,48,.16) !important;
}

/* Links: readable and no dots */
body footer .footer-final-grid h5 {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 0 10px !important;
  color: #302920 !important;
  font: 700 20px/1 "Cormorant Garamond", serif !important;
}
body footer .footer-final-grid h5::after {
  content: "" !important;
  position: absolute !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 34px !important;
  height: 2px !important;
  background: #d2a64d !important;
}
body footer .footer-final-grid ul,
body footer .footer-final-grid li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body footer .footer-final-grid li::before,
body footer .footer-final-grid li::after,
body footer .footer-final-grid li a::before,
body footer .footer-final-grid li a::after {
  display: none !important;
  content: none !important;
}
body footer .footer-final-grid li a {
  display: block !important;
  padding: 6px 0 !important;
  color: #5d554b !important;
  font: 500 11px/1.45 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere !important;
}
body footer .footer-final-grid li a:hover {
  padding-left: 4px !important;
  color: #a87522 !important;
}

/* Right contact */
body footer .footer-final-grid > .footer-right-cms {
  padding: 25px 22px !important;
}
body footer .footer-right-cms #footer-right,
body footer .footer-right-cms .html-content,
body footer .footer-right-cms .box-content,
body footer .footer-right-cms .contact-us,
body footer .footer-right-cms .follow-us {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body footer .footer-right-cms .contact-us ul li {
  display: grid !important;
  grid-template-columns: 31px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 0 0 12px !important;
}
body footer .footer-right-cms .contact-us i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body footer .footer-right-cms .contact-us span,
body footer .footer-right-cms .contact-us a {
  color: #5d554b !important;
  font: 500 10px/1.55 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere !important;
}
body footer .footer-right-cms .follow-us {
  margin-top: 18px !important;
}
body footer .footer-right-cms .follow-us ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}
body footer .footer-right-cms .follow-us li { margin: 0 !important; }

@media (max-width: 1050px) {
  body footer .footer-main.container { width: calc(100% - 28px) !important; }
  body footer .footer-final-grid {
    grid-template-columns: minmax(185px, .8fr) minmax(410px, 2fr) minmax(195px, .85fr) !important;
    gap: 12px !important;
  }
  body footer .footer-services-column { padding: 12px !important; }
  body footer .footer-services-column .service-icon {
    flex-basis: 48px !important;
    transform: scale(.76) !important;
  }
  body footer .footer-services-column .service-content { padding-left: 2px !important; }
  body footer .footer-services-column .service-title { font-size: 15px !important; }
  body footer .footer-center-column .merge-links .footer-column { padding: 21px 14px !important; }
  body footer .footer-final-grid > .footer-right-cms { padding: 22px 16px !important; }
}

@media (max-width: 767px) {
  body footer .footer-main.container { width: calc(100% - 24px) !important; }
  body footer .footer-final-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  body footer .footer-center-column { order: 1; }
  body footer .footer-services-column { order: 2; }
  body footer .footer-final-grid > .footer-right-cms { order: 3; }
  body footer .footer-center-column .footer-brand-module {
    min-height: 105px !important;
    padding: 17px 20px !important;
  }
  body footer .footer-center-column .footer-brand-module img { max-height: 78px !important; }
  body footer .footer-center-column > .merge-links { display: block !important; }
  body footer .footer-center-column .merge-links .footer-column {
    padding: 17px 18px !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(185,138,48,.16) !important;
  }
  body footer .footer-center-column .merge-links .footer-column:last-child {
    border-bottom: 0 !important;
  }
  body footer .footer-services-column #ttcmsfooterservice .block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body footer .footer-services-column #ttcmsfooterservice .block_content > div {
    padding: 7px 4px !important;
  }
  body footer .footer-right-cms .follow-us { margin-top: 17px !important; }
}

@media (max-width: 430px) {
  body footer .footer-services-column #ttcmsfooterservice .block_content {
    grid-template-columns: 1fr !important;
  }
}

/* V8 stable footer layout: services, brand, links, contact */
footer {
  overflow: hidden;
  margin-top: 55px;
  background: #f6f0e6;
}

footer::after { display: none; }

.footer-main {
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-services-row {
  width: 100%;
  margin-bottom: 24px;
  padding: 18px 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(185,138,48,.2);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(60,42,15,.055);
}
.footer-services-row::before,
.footer-services-row::after,
#ttcmsfooterservice .block_content::before,
#ttcmsfooterservice .block_content::after {
  display: table;
  clear: both;
  content: "";
}
.footer-services-row #footer-left,
.footer-services-row .html-content,
.footer-services-row .box-content,
.footer-services-row #ttcmsfooterservice,
.footer-services-row .ttservicemerge {
  float: none;
  width: 100%;
}
#ttcmsfooterservice .block_content {
  display: grid;
  float: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}
#ttcmsfooterservice .block_content > div {
  float: none;
  width: auto;
  padding: 7px 18px;
  border-right: 1px solid rgba(185,138,48,.18);
}
#ttcmsfooterservice .block_content > div:last-child { border-right: 0; }
#ttcmsfooterservice .ttcontent_inner,
#ttcmsfooterservice .service {
  display: flex;
  align-items: center;
}
#ttcmsfooterservice .block_content > div .ttcontent_inner .service .service-icon {
  flex: 0 0 62px;
  float: none;
}
#ttcmsfooterservice .block_content > div .ttcontent_inner .service .service-content {
  float: none;
  min-width: 0;
  padding: 4px 0 4px 10px;
}
#ttcmsfooterservice .service-title {
  color: #362f27 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  white-space: normal !important;
}
#ttcmsfooterservice .service-desc {
  color: #81776b !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(480px, 2fr) minmax(235px, 1fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 !important;
}
.footer-grid > .footer-brand-module,
.footer-grid > .merge-links,
.footer-grid > .footer-right-cms {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 260px;
  padding: 22px !important;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(185,138,48,.18);
  border-radius: 16px;
}

.footer-brand-module {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-brand-module #footer-bottom,
.footer-brand-module .html-content,
.footer-brand-module .box-content,
.footer-brand-module #ttcmsfooter {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
}
.footer-brand-module .ttfooter-logo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 105px;
  object-fit: contain;
}

.footer-grid > .merge-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 !important;
  overflow: hidden;
}
.footer-grid .merge-links .footer-column {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 24px 20px;
  border: 0;
}
.footer-grid .merge-links .footer-column + .footer-column {
  border-left: 1px solid rgba(185,138,48,.16);
}
footer .footer-column h5 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 10px;
  font-size: 19px;
}
footer .footer-column h5::after {
  bottom: 0;
}
footer .footer-column ul li a {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-grid > .footer-right-cms {
  min-height: 260px;
}
.footer-right-cms #footer-right,
.footer-right-cms .html-content,
.footer-right-cms .box-content,
.footer-right-cms .contact-us,
.footer-right-cms .follow-us {
  float: none;
  width: 100%;
  padding: 0;
}
.footer-right-cms .contact-us h5,
.footer-right-cms .follow-us h5 {
  display: block;
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 10px;
  color: #302920;
  font: 700 19px/1 "Cormorant Garamond", serif;
}
.footer-right-cms .contact-us h5::after,
.footer-right-cms .follow-us h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #b98a30, #efd28a);
}
.footer-right-cms .contact-us ul li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
}
.footer-right-cms .contact-us span,
.footer-right-cms .contact-us a {
  min-width: 0;
  overflow-wrap: anywhere;
}
.footer-right-cms .follow-us { margin-top: 18px; }
.footer-right-cms .follow-us ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.footer-right-cms .follow-us ul li { margin: 0; }

.footer-bottom {
  margin: 0;
  background: #e9dfd0 !important;
}
.footer-bottom-link { padding: 16px 0; }

@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: minmax(180px, .8fr) minmax(430px, 2fr) minmax(210px, 1fr);
    gap: 12px;
  }
  .footer-grid > .footer-brand-module,
  .footer-grid > .merge-links,
  .footer-grid > .footer-right-cms { padding: 17px !important; }
  .footer-grid .merge-links .footer-column { padding: 20px 13px; }
  #ttcmsfooterservice .block_content > div { padding: 7px 10px; }
}

@media (max-width: 991px) {
  #ttcmsfooterservice .block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #ttcmsfooterservice .block_content > div {
    border-right: 0;
    border-bottom: 1px solid rgba(185,138,48,.14);
  }
  #ttcmsfooterservice .block_content > div:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid {
    grid-template-columns: minmax(190px, .8fr) minmax(0, 2fr);
  }
  .footer-grid > .merge-links { width: auto; margin: 0; }
  .footer-grid > .footer-right-cms {
    grid-column: 1 / -1;
    min-height: 0;
  }
  .footer-right-cms #footer-right {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
  }
  .footer-right-cms .follow-us { margin-top: 0; }
}

@media (max-width: 767px) {
  .footer-services-row { padding: 10px 14px; }
  #ttcmsfooterservice .block_content { grid-template-columns: 1fr; }
  #ttcmsfooterservice .block_content > div,
  #ttcmsfooterservice .block_content > div:nth-last-child(-n+2) {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(185,138,48,.14);
  }
  #ttcmsfooterservice .block_content > div:last-child { border-bottom: 0; }
  .footer-grid { display: block; }
  .footer-grid > .footer-brand-module,
  .footer-grid > .merge-links,
  .footer-grid > .footer-right-cms {
    width: 100%;
    min-height: 0;
    margin: 0 0 12px;
  }
  .footer-brand-module { padding: 22px !important; }
  .footer-brand-module .ttfooter-logo img { max-height: 85px; }
  .footer-grid > .merge-links { display: block; }
  .footer-grid .merge-links .footer-column {
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(185,138,48,.16);
    border-radius: 0;
  }
  .footer-grid .merge-links .footer-column:last-child { border-bottom: 0; }
  .footer-right-cms #footer-right { display: block; }
  .footer-right-cms .follow-us { margin-top: 20px; }
}

/* V9 header account placement and final footer polish */
#top .header-top-right {
  display: flex;
  align-items: center;
}
#top-links > ul {
  display: flex;
  align-items: center;
  margin: 0;
}
#top-links > ul > li {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 9px;
  border-right: 1px solid rgba(185,138,48,.16);
}
#top-links > ul > li:last-child {
  padding-right: 0;
  border-right: 0;
}
#top-links #wishlist-total,
#top-links .top-account .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 0;
  color: #62594e;
  font-size: 12px;
  line-height: 20px;
}
#top-links .top-account .dropdown-toggle:hover,
#top-links #wishlist-total:hover {
  color: #b98a30;
}
#top-links .top-account .fa-user,
#top-links #wishlist-total .fa-heart {
  display: inline-block !important;
  width: auto;
  height: auto;
  margin: 0;
  color: #b98a30 !important;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  background: none !important;
}
#top-links .top-account .fa-user::before { content: "\f007" !important; }
#top-links .top-account .fa-caret-down {
  display: inline-block;
  color: #8e8274;
  font-size: 9px;
}
#top-links .top-account .dropdown-menu {
  top: 36px;
  right: 0;
  left: auto;
  min-width: 190px;
  padding: 8px;
  border-radius: 11px;
}
#top-links .top-account .dropdown-menu li {
  display: block;
  width: 100%;
}
#top-links .top-account .dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 7px;
}

.menu-container .header-middle {
  width: 100%;
  max-width: 760px;
}

/* Keep every footer area inside its own column */
.footer-grid,
.footer-grid * {
  box-sizing: border-box;
}
.footer-brand-module,
.footer-grid > .merge-links,
.footer-grid > .footer-right-cms {
  overflow: hidden;
}
.footer-brand-module .ttfooter-logo a {
  display: block;
  width: 100%;
}
.footer-brand-module .ttfooter-logo img {
  width: 100%;
  height: auto;
  max-width: 360px;
  max-height: 115px;
}
.footer-right-cms .contact-us h5,
.footer-right-cms .follow-us h5 {
  float: none;
  width: 100%;
}
.footer-right-cms .contact-us ul,
.footer-right-cms .follow-us ul {
  margin: 0;
  padding: 0;
}
.footer-right-cms .contact-us ul li {
  width: 100%;
}

@media (max-width: 991px) {
  #top-links > ul > li { padding: 0 7px; }
  #top-links .ttuserheading,
  #wishlist-total span { display: inline !important; }
  .menu-container .header-middle { max-width: none; padding-right: 0; }
}

@media (max-width: 767px) {
  #top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #top .header-top-left { flex: 1 1 auto; min-width: 0; }
  #top .header-top-right {
    flex: 0 0 auto;
    padding: 0;
  }
  #top-links > ul > li { min-height: 34px; padding: 0 5px; }
  #top-links > ul > li:nth-child(1),
  #top-links > ul > li:nth-child(2) { display: none; }
  #top-links #wishlist-total,
  #top-links .top-account .dropdown-toggle {
    gap: 3px;
    padding: 6px 2px;
    font-size: 10px;
  }
  #top-links .top-account .fa-user,
  #top-links #wishlist-total .fa-heart {
    font-size: 11px !important;
  }
  #top-links .top-account .fa-caret-down { display: none; }
  #top-links .top-account .dropdown-menu {
    top: 32px;
    min-width: 170px;
  }
  .header-top-right #wishlist-total span,
  #top-links .top-account .ttuserheading {
    display: inline !important;
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer-brand-module .ttfooter-logo img {
    width: auto;
    max-width: 100%;
    max-height: 90px;
  }
}

@media (max-width: 380px) {
  .header-top-right #wishlist-total span,
  #top-links .top-account .ttuserheading {
    display: none !important;
  }
  #top-links > ul > li { padding: 0 7px; }
  #top-links .top-account .fa-user,
  #top-links #wishlist-total .fa-heart {
    font-size: 10px !important;
  }
}

/* V15 restore a clearly visible mobile top bar */
@media (max-width: 767px) {
  body header #top {
    position: relative !important;
    z-index: 1002 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    background: #f3eadb !important;
    border-top: 2px solid #e2b75f !important;
    border-bottom: 1px solid rgba(185,138,48,.28) !important;
  }
  body header #top > .container {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    overflow: visible !important;
    padding: 0 12px !important;
  }
  body header #top .header-top-right,
  body header #top-links,
  body header #top-links > ul {
    position: relative !important;
    z-index: 1003 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    height: 40px !important;
    overflow: visible !important;
  }
  body header #top-links > ul > li:nth-last-child(-n+2) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 0 3px !important;
  }
  body header #wishlist-total,
  body header .top-account .dropdown-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 30px !important;
    padding: 0 10px !important;
    color: #6a5125 !important;
    font: 600 10px/30px "Montserrat", sans-serif !important;
    background: #fffaf1 !important;
    border: 1px solid rgba(185,138,48,.35) !important;
    border-radius: 999px !important;
  }
  body header #wishlist-total span,
  body header .top-account .ttuserheading {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 82px !important;
    color: #6a5125 !important;
    font-size: 10px !important;
    line-height: 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  body header #wishlist-total i.fa-heart,
  body header .top-account i.fa-user {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #b5822c !important;
    font-size: 11px !important;
  }
  body header .top-account .fa-caret-down {
    display: none !important;
  }
  body header .top-account .dropdown-menu {
    z-index: 1100 !important;
    top: 36px !important;
  }
}

@media (max-width: 380px) {
  body header #wishlist-total,
  body header .top-account .dropdown-toggle {
    padding: 0 8px !important;
  }
  body header #wishlist-total span,
  body header .top-account .ttuserheading {
    display: inline-block !important;
    max-width: 58px !important;
    font-size: 9px !important;
  }
}

/* V10 definitive footer - isolated from legacy theme rules */
footer {
  margin-top: 55px !important;
  padding: 0 !important;
  overflow: hidden;
  color: #51493f;
  background: #f6f0e6 !important;
}
footer::before,
footer::after { display: none !important; }

footer .footer-main {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* Logo in the center, two services on each side */
footer .footer-showcase {
  position: relative;
  min-height: 190px;
  margin-bottom: 22px;
  padding: 23px 25px;
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid rgba(185,138,48,.22);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(68,47,14,.065);
}
footer .footer-services-row,
footer .footer-services-row #footer-left,
footer .footer-services-row .html-content,
footer .footer-services-row .box-content,
footer .footer-services-row #ttcmsfooterservice,
footer .footer-services-row .ttservicemerge {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer #ttcmsfooterservice h5,
footer #ttcmsfooterservice .title_block { display: none !important; }
footer #ttcmsfooterservice .block_content {
  display: grid !important;
  float: none !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(58px, auto));
  gap: 10px 18px;
  width: 100% !important;
  padding: 0 !important;
}
footer #ttcmsfooterservice .block_content::before,
footer #ttcmsfooterservice .block_content::after { display: none !important; }
footer #ttcmsfooterservice .block_content > div {
  display: flex !important;
  float: none !important;
  align-items: center;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 12px;
  background: #fbf6ed;
}
footer #ttcmsfooterservice .block_content > div:nth-child(1) { grid-column: 1 / 2; grid-row: 1; }
footer #ttcmsfooterservice .block_content > div:nth-child(2) { grid-column: 2 / 3; grid-row: 1; }
footer #ttcmsfooterservice .block_content > div:nth-child(3) { grid-column: 4 / 5; grid-row: 1; }
footer #ttcmsfooterservice .block_content > div:nth-child(4) { grid-column: 5 / 6; grid-row: 1; }
footer #ttcmsfooterservice .ttcontent_inner,
footer #ttcmsfooterservice .service {
  display: flex !important;
  float: none !important;
  align-items: center;
  width: 100%;
}
footer #ttcmsfooterservice .service-icon {
  flex: 0 0 53px !important;
  float: none !important;
  width: 53px !important;
  height: 52px !important;
}
footer #ttcmsfooterservice .service-content {
  float: none !important;
  min-width: 0;
  padding: 3px 0 3px 7px !important;
}
footer #ttcmsfooterservice .service-title {
  color: #2f2922 !important;
  font: 700 17px/1.15 "Cormorant Garamond", serif !important;
  letter-spacing: .01em !important;
  white-space: normal !important;
}
footer #ttcmsfooterservice .service-desc {
  margin-top: 4px;
  color: #776e63 !important;
  font: 500 10px/1.35 "Montserrat", sans-serif !important;
}

footer .footer-brand-module {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 31%;
  max-width: 340px;
  min-width: 250px;
  transform: translate(-50%, -50%);
}
footer .footer-brand-module,
footer .footer-brand-module #footer-bottom,
footer .footer-brand-module .html-content,
footer .footer-brand-module .box-content,
footer .footer-brand-module #ttcmsfooter,
footer .footer-brand-module .ttfooter-logo {
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
}
footer .footer-brand-module .ttfooter-logo img {
  display: block;
  width: 100% !important;
  max-width: 340px !important;
  height: auto !important;
  max-height: 110px !important;
  margin: 0 auto;
  object-fit: contain;
}

/* Clean lower footer: no blank grid item and no bullet dots */
footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin: 0 !important;
}
footer .footer-grid::before,
footer .footer-grid::after { display: none !important; content: none !important; }
footer .footer-grid > .merge-links,
footer .footer-grid > .footer-right-cms {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 260px !important;
  margin: 0 !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(185,138,48,.2) !important;
  border-radius: 17px !important;
  box-shadow: 0 10px 26px rgba(68,47,14,.055);
}
footer .footer-grid > .merge-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: 0 !important;
  overflow: hidden;
}
footer .footer-grid .merge-links .footer-column {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 26px 26px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
footer .footer-grid .merge-links .footer-column + .footer-column {
  border-left: 1px solid rgba(185,138,48,.17) !important;
}
footer .footer-column h5,
footer .footer-right-cms .contact-us h5,
footer .footer-right-cms .follow-us h5 {
  display: block !important;
  position: relative !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 17px !important;
  padding: 0 0 11px !important;
  color: #2f2922 !important;
  font: 700 21px/1 "Cormorant Garamond", serif !important;
  letter-spacing: .01em !important;
}
footer .footer-column h5::after,
footer .footer-right-cms .contact-us h5::after,
footer .footer-right-cms .follow-us h5::after {
  content: "" !important;
  position: absolute !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 36px !important;
  height: 2px !important;
  background: #d2a64d !important;
}
footer .footer-column ul,
footer .footer-column ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
footer .footer-column ul li::before,
footer .footer-column ul li::after,
footer .footer-column ul li a::before,
footer .footer-column ul li a::after {
  display: none !important;
  content: none !important;
}
footer .footer-column ul li a {
  display: block !important;
  padding: 6px 0 !important;
  color: #5d554b !important;
  font: 500 11px/1.5 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere;
}
footer .footer-column ul li a:hover {
  padding-left: 5px !important;
  color: #ac7b27 !important;
}

footer .footer-grid > .footer-right-cms {
  padding: 26px 24px !important;
  overflow: hidden;
}
footer .footer-right-cms #footer-right,
footer .footer-right-cms .html-content,
footer .footer-right-cms .box-content,
footer .footer-right-cms .contact-us,
footer .footer-right-cms .follow-us {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer .footer-right-cms .contact-us ul li {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  width: 100% !important;
  padding: 0 0 12px !important;
}
footer .footer-right-cms .contact-us ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer .footer-right-cms .contact-us span,
footer .footer-right-cms .contact-us a {
  color: #5d554b !important;
  font: 500 10px/1.55 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere;
}
footer .footer-right-cms .follow-us { margin-top: 15px !important; }
footer .footer-right-cms .follow-us ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
}
footer .footer-right-cms .follow-us ul li { margin: 0 !important; }

footer .footer-bottom {
  margin: 0 !important;
  background: #e9dfd0 !important;
  border-top: 1px solid rgba(185,138,48,.22) !important;
}
footer .footer-bottom-link { padding: 15px 0 !important; }
footer .footer-bottom p {
  color: #5b5248 !important;
  font: 500 10px/1.5 "Montserrat", sans-serif !important;
}

@media (max-width: 1199px) {
  footer #ttcmsfooterservice .block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(230px, 1.25fr) repeat(2, minmax(0, 1fr));
  }
  footer #ttcmsfooterservice .block_content > div { padding: 7px 6px !important; }
  footer #ttcmsfooterservice .service-icon { transform: scale(.88); transform-origin: center; }
  footer .footer-grid .merge-links .footer-column { padding: 24px 18px !important; }
}

@media (max-width: 991px) {
  footer .footer-showcase {
    min-height: 280px;
    padding: 110px 18px 18px;
  }
  footer .footer-brand-module {
    top: 20px;
    width: 320px;
    min-width: 0;
    transform: translateX(-50%);
  }
  footer #ttcmsfooterservice .block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  footer #ttcmsfooterservice .block_content > div:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  footer .footer-grid {
    grid-template-columns: 1fr !important;
  }
  footer .footer-grid > .footer-right-cms { min-height: 0 !important; }
  footer .footer-right-cms #footer-right {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
  }
  footer .footer-right-cms .follow-us { margin-top: 0 !important; }
}

@media (max-width: 767px) {
  footer { margin-top: 40px !important; }
  footer .footer-main {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }
  footer .footer-showcase {
    min-height: 0;
    padding: 100px 13px 13px;
    border-radius: 14px;
  }
  footer .footer-brand-module {
    top: 17px;
    width: calc(100% - 40px);
    max-width: 300px;
  }
  footer .footer-brand-module .ttfooter-logo img { max-height: 78px !important; }
  footer #ttcmsfooterservice .block_content { grid-template-columns: 1fr; gap: 7px; }
  footer #ttcmsfooterservice .block_content > div { padding: 8px 10px !important; }
  footer #ttcmsfooterservice .service-icon { transform: scale(.82); }
  footer .footer-grid > .merge-links {
    display: block !important;
    min-height: 0 !important;
  }
  footer .footer-grid .merge-links .footer-column {
    padding: 18px 19px !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(185,138,48,.16) !important;
  }
  footer .footer-grid .merge-links .footer-column:last-child { border-bottom: 0 !important; }
  footer .footer-grid > .footer-right-cms { padding: 20px 18px !important; }
  footer .footer-right-cms #footer-right { display: block; }
  footer .footer-right-cms .follow-us { margin-top: 18px !important; }
}

/* V3: warm ivory luxury palette (black theme removed) */
:root {
  --ink: #28231d;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --muted: #766e63;
  --line: rgba(226,183,95,.32);
}

html, body {
  color: #5f574d;
  background:
    radial-gradient(circle at 8% 8%, rgba(226,183,95,.11), transparent 25rem),
    radial-gradient(circle at 92% 35%, rgba(226,183,95,.08), transparent 29rem),
    #fbf8f1;
}

#page, .common-home, #content, .category-products,
.product-search #content, .account-account #content,
.information-information #content {
  color: #5f574d;
  background: transparent;
}

/* Refined light header */
#top {
  color: #746a5e;
  background: #f3ede2;
  border-bottom: 1px solid rgba(226,183,95,.22);
}
#top a, #top .btn-link, #top-links a,
#top .btn-link strong, #form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before {
  color: #645b50;
}
#top a:hover, #top .btn-link:hover { color: var(--gold-dark); }

.full-header, .full-header.fixed {
  background: rgba(255,253,248,.97);
  border-bottom: 1px solid rgba(226,183,95,.3);
  box-shadow: 0 12px 36px rgba(59,42,16,.08);
}
.full-header.fixed { backdrop-filter: blur(14px); }

.header-bottom {
  background: linear-gradient(90deg, #fffdf8, #f8f0df, #fffdf8);
  border-top: 1px solid rgba(226,183,95,.22);
  border-bottom: 1px solid rgba(226,183,95,.32);
  box-shadow: 0 7px 22px rgba(50,35,12,.06);
}
#menu .nav > li > a, #menu .nav > li > span {
  color: #332d26;
}
#menu .nav > li > a:hover,
#menu .nav.navbar-nav > li:hover > a,
#menu .nav.navbar-nav > li:hover > span {
  color: var(--gold-dark);
}
#menu .nav > li.dropdown::after { color: #70675c; }

.user-info .dropdown > a, #cart > button,
.full-header.fixed .user-info .dropdown > a {
  color: #fff !important;
  background: linear-gradient(135deg, #d4a94f, #aa7924) !important;
  border: 1px solid #c6983e !important;
  box-shadow: 0 8px 20px rgba(170,121,36,.2);
}
.user-info .dropdown > a:hover, #cart > button:hover {
  background: linear-gradient(135deg, #edca79, #bd8c31) !important;
  transform: translateY(-2px);
}

/* Light premium search */
#header-search {
  border-color: rgba(185,138,48,.38);
  background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 10px 28px rgba(70,48,15,.09);
}
#header-search:focus-within {
  border-color: var(--gold);
  background: #fffefa;
  box-shadow: 0 0 0 4px rgba(226,183,95,.13), 0 15px 34px rgba(70,48,15,.12);
}
.header-middle #header-search input.form-control.input-lg {
  color: #302a23;
  background: transparent;
}
#header-search input::placeholder { color: #9c9387; }
#header-search select.form-control.innner-search {
  color: #5e554a;
  border-left-color: rgba(185,138,48,.28);
  background-color: #fbf7ee;
}
#header-search select option { color: #302a23; background: #fff; }
.header-middle #header-search .btn-default {
  color: #292118;
  background: linear-gradient(135deg, #f3d78f, #d4a344);
}

/* Light cards and readable controls */
.product-thumb {
  color: #6c6358;
  background: linear-gradient(145deg, #ffffff, #fbf7ee);
  border-color: rgba(226,183,95,.28);
}
.product-thumb h4 a, .product-thumb .price, .price { color: #28231d; }
.product-thumb .image {
  background: radial-gradient(circle at 50% 42%, #fff 0, #faf6ed 60%, #efe6d6 100%);
}
.product-thumb .button-group button,
.btn-primary, #button-cart, .btn-cart {
  color: #fff !important;
  background: linear-gradient(135deg, #3b332a, #211c17) !important;
  border-color: #2a241e !important;
}
.product-thumb .button-group button:hover,
.btn-primary:hover, #button-cart:hover, .btn-cart:hover {
  color: #241d13 !important;
  background: linear-gradient(135deg, #f4dda5, var(--gold)) !important;
  border-color: var(--gold) !important;
}

.TTProduct-Tab .tthometab-title h3, #content h1, #content h2,
#content h3, #content h4, #content h5, .box-heading,
.caption h4, .page-title-wrapper .page-title, label, legend,
.panel-title, .table > thead > tr > th {
  color: #302a23;
}
p, .description, .product-thumb .caption, .product-info-value,
.checkbox label, .radio label, .help-block, .text-muted { color: #746b60; }

.breadcrumb {
  color: #746b60;
  background: rgba(255,255,255,.82);
}
.breadcrumb a { color: #665d52; }

.panel, .well, .category-filter, .product-product .product-info,
.search-criteria, .account-login .well {
  color: #665e54;
  background: rgba(255,255,255,.94);
  border-color: rgba(226,183,95,.25);
}
.form-control {
  color: #302a23;
  background: #fff;
  border-color: #ddd2c2;
}
.form-control::placeholder { color: #9c9387; }

.dropdown-menu, .account-link-toggle, #cart .dropdown-menu {
  color: #51493f;
  background: #fff;
  border-color: rgba(226,183,95,.3);
  box-shadow: 0 18px 45px rgba(58,41,14,.16);
}
.dropdown-menu > li > a, #top ul.dropdown-menu .btn-link,
#cart .dropdown-menu a { color: #5f574d; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
#top ul.dropdown-menu .btn-link:hover {
  color: var(--gold-dark);
  background: #fbf4e5;
}

.table { color: #554d43; background: #fff; }
.table > thead > tr > th, .table > tbody > tr > td,
.table-bordered, .table-bordered > tbody > tr > td {
  border-color: #eadfce;
}
.list-group-item {
  color: #423b33;
  background: #fff;
  border-color: #eadfce;
}
.list-group-item a, .category-treeview a { color: #5d554a; }

.pagination > li > a, .pagination > li > span {
  color: #5f574d;
  background: #fff;
  border-color: #e5d8c5;
}

footer {
  color: #6f665b;
  background:
    radial-gradient(circle at 84% 12%, rgba(226,183,95,.15), transparent 25rem),
    #f3ede2;
  border-top-color: var(--gold);
}
footer h5, footer .footer-title { color: #302a23; }
footer a, footer .contact-us span { color: #6f665b !important; }
.footer-bottom {
  background: #e9dfd0 !important;
  border-top: 1px solid rgba(185,138,48,.2);
}
.footer-bottom p, .footer-bottom p a { color: #5f574d !important; }

/* Light gold page loader */
.slideshow-panel .ttloader {
  background: rgba(251,248,241,.98) !important;
}

/* Mobile-safe layout */
@media (max-width: 991px) {
  .full-header, .full-header.fixed { background: rgba(255,253,248,.98); }
  .full-header .container { position: relative; }
  .header-left { width: 100%; text-align: center; }
  #logo { display: inline-block; float: none; }
  .menu-container { clear: both; width: 100%; }
  .header-middle { width: 100%; padding: 10px 52px 10px 0; }
  #header-search { width: 100%; max-width: none; }
  .user-info { right: 0; bottom: 10px; }
}

@media (max-width: 767px) {
  body { overflow-x: hidden; }
  .container { width: auto; }
  #top .container { padding-left: 10px; padding-right: 10px; }
  .full-header .container { padding-left: 12px; padding-right: 12px; }
  .header-right, .full-header .right-block { margin: 0; }
  .header-middle { padding: 8px 0 10px; }
  .menu-container { padding-top: 4px; }
  #header-search { min-height: 44px; border-radius: 14px; }
  #header-search .luxury-search-icon { flex: 0 0 38px; }
  .header-middle #header-search input.form-control.input-lg {
    flex: 1 1 90px;
    width: 90px;
    min-width: 55px;
    height: 42px;
  }
  #header-search select.form-control.innner-search {
    flex: 0 1 112px;
    width: 112px;
    min-width: 78px;
    padding: 0 18px 0 7px;
    font-size: 10px;
  }
  .header-middle #header-search .btn-default {
    flex: 0 0 44px;
    width: 44px;
    height: 42px;
    border-radius: 12px;
  }
  .user-info {
    position: static;
    float: right;
    margin: 4px 0 8px;
  }
  .product-thumb {
    margin: 7px 2px 18px;
    border-radius: 15px;
    transform: none;
  }
  .product-thumb:hover { transform: translateY(-4px); }
  .product-thumb .button-group { display: flex; flex-wrap: wrap; }
  .product-thumb .button-group button {
    min-width: 38px;
    min-height: 38px;
  }
  .TTProduct-Tab .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .TTProduct-Tab .nav-tabs > li { float: none; }
  .TTProduct-Tab .nav-tabs > li > a {
    margin: 3px;
    padding: 8px 10px;
  }
  .slideshow-panel .swiper-viewport { border-radius: 12px; }
}

@media (max-width: 380px) {
  #header-search .luxury-search-icon { display: none; }
  .header-middle #header-search input.form-control.input-lg {
    padding-left: 10px;
  }
  #header-search select.form-control.innner-search {
    flex-basis: 92px;
    width: 92px;
  }
}

/* Add to cart: gold text and a crisp vector icon */
.product-thumb .button-group button.btn-cart {
  color: #e2b75f !important;
  background: linear-gradient(135deg, #3b332a, #211c17) !important;
  border-color: #2a241e !important;
}

.product-thumb .button-group button.btn-cart span,
.common-home .special-items .product-thumb .button-group .btn-cart span,
.product-list .button-group button.btn-cart span {
  color: #e2b75f !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.product-thumb .button-group button.btn-cart i.fa-shopping-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #e2b75f !important;
  background: none !important;
  font-family: FontAwesome;
  font-size: 14px;
}

.product-thumb .button-group button.btn-cart i.fa-shopping-cart::before {
  content: "\f07a" !important;
  color: inherit;
}

.common-home .special-items .product-thumb .button-group .btn-cart span::before {
  content: none !important;
}

.product-thumb .button-group button.btn-cart:hover {
  color: #2b2216 !important;
  background: linear-gradient(135deg, #f4dda5, #e2b75f) !important;
  border-color: #e2b75f !important;
}

.product-thumb .button-group button.btn-cart:hover span,
.common-home .special-items .product-thumb .button-group .btn-cart:hover span,
.product-list .button-group button.btn-cart:hover span,
.product-thumb .button-group button.btn-cart:hover i.fa-shopping-cart {
  color: #2b2216 !important;
}

@media (max-width: 767px) {
  .product-thumb .button-group button.btn-cart {
    padding: 0 12px;
  }
}

/* Wishlist and compare: remove the old black sprite icons */
.product-thumb .button-group button.btn-wishlist,
.product-thumb .button-group button.btn-compare {
  color: #e2b75f !important;
  background: linear-gradient(135deg, #3b332a, #211c17) !important;
  border-color: #2a241e !important;
}

.product-thumb .button-group button.btn-wishlist i.fa-heart,
.product-thumb .button-group button.btn-compare i.fa-exchange {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e2b75f !important;
  background: none !important;
  font-family: FontAwesome;
  font-size: 14px;
}

.product-thumb .button-group button.btn-wishlist i.fa-heart::before {
  content: "\f004" !important;
  color: inherit;
}

.product-thumb .button-group button.btn-compare i.fa-exchange::before {
  content: "\f0ec" !important;
  color: inherit;
}

.product-thumb .button-group button.btn-wishlist:hover,
.product-thumb .button-group button.btn-compare:hover {
  color: #2b2216 !important;
  background: linear-gradient(135deg, #f4dda5, #e2b75f) !important;
  border-color: #e2b75f !important;
}

.product-thumb .button-group button.btn-wishlist:hover i.fa-heart,
.product-thumb .button-group button.btn-compare:hover i.fa-exchange {
  color: #2b2216 !important;
}

/* Product detail wishlist and compare buttons */
.product-details .product-btn-wishlist,
.product-details .product-btn-compare {
  color: #b98a30 !important;
  background: #fffaf0 !important;
  border-color: rgba(185,138,48,.42) !important;
  border-radius: 999px !important;
}
.product-details .product-btn-wishlist i,
.product-details .product-btn-compare i { color: #b98a30 !important; }
.product-details .product-btn-wishlist:hover,
.product-details .product-btn-compare:hover {
  color: #2b2216 !important;
  background: #e2b75f !important;
}
.product-details .product-btn-wishlist:hover i,
.product-details .product-btn-compare:hover i { color: #2b2216 !important; }

/* Header wishlist: show a clear gold heart */
.header-top-right #wishlist-total i.fa-heart {
  display: inline-block !important;
  width: auto;
  height: auto;
  margin-right: 5px;
  color: #b98a30 !important;
  background: none !important;
  font-family: FontAwesome;
  font-size: 14px;
}
.header-top-right #wishlist-total i.fa-heart::before {
  content: "\f004" !important;
}
.header-top-right #wishlist-total:hover,
.header-top-right #wishlist-total:hover i.fa-heart {
  color: #e2b75f !important;
}

/* Luxury footer redesign */
footer {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(226,183,95,.16), transparent 24rem),
    radial-gradient(circle at 92% 65%, rgba(226,183,95,.12), transparent 27rem),
    linear-gradient(145deg, #f8f1e5, #eee3d3);
}
footer::after {
  content: "AH";
  position: absolute;
  right: -18px;
  bottom: 20px;
  color: rgba(185,138,48,.055);
  font: 700 190px/1 "Cormorant Garamond", serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

.footer-signature {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(185,138,48,.24);
  background: rgba(255,255,255,.42);
}
.footer-signature-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 38px 15px;
}
.footer-brand-copy { flex: 1 1 36%; max-width: 430px; }
.footer-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #a47729;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.footer-brand-copy h3 {
  margin: 0 0 8px;
  color: #2e281f;
  font: 700 clamp(32px, 3vw, 46px)/.95 "Cormorant Garamond", serif;
}
.footer-brand-copy p {
  max-width: 410px;
  margin: 0;
  color: #73695d;
  font-size: 12px;
  line-height: 1.8;
}
.footer-promises {
  display: grid;
  flex: 1 1 64%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.footer-promise {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 15px;
  color: #51483d;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(185,138,48,.22);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(67,46,15,.06);
}
a.footer-promise:hover {
  color: #51483d;
  border-color: rgba(185,138,48,.55);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(67,46,15,.11);
}
.footer-promise > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  color: #9e7020;
  font-size: 17px;
  background: linear-gradient(145deg, #fff9ec, #ead39c);
  border: 1px solid rgba(185,138,48,.27);
  border-radius: 50%;
}
.footer-promise span { min-width: 0; }
.footer-promise strong,
.footer-promise small { display: block; }
.footer-promise strong {
  color: #393229;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.footer-promise small {
  margin-top: 3px;
  color: #877d70;
  font-size: 10px;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 42px;
}
.footer-grid {
  display: flex;
  align-items: stretch;
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.footer-grid > .footer-column,
.footer-grid > .merge-links { padding: 0 12px; }
.footer-grid .merge-links {
  display: flex;
  border: 0;
}
.footer-grid .merge-links .footer-column {
  flex: 1 1 33.333%;
  padding: 0 18px;
}
footer .footer-column {
  position: relative;
}
footer .footer-column h5 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: #302920;
  font: 700 20px/1 "Cormorant Garamond", serif;
  letter-spacing: .02em;
}
footer .footer-column h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #b98a30, #efd28a);
}
footer .footer-column ul { margin: 0; }
footer .footer-column ul li { margin: 0; padding: 0; }
footer .footer-column ul li a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 14px;
  color: #6d6459 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.8;
}
footer .footer-column ul li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #d0a34a;
  border-radius: 50%;
  transition: transform .25s ease;
}
footer .footer-column ul li a:hover {
  color: #9c6e1f !important;
  padding-left: 19px;
}
footer .footer-column ul li a:hover::before { transform: scale(1.55); }

.footer-left-cms, .footer-right-cms {
  min-height: 100%;
  padding: 22px !important;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(185,138,48,.18);
  border-radius: 18px;
}
footer .contact-us ul li {
  display: flex;
  align-items: flex-start;
  padding: 0 0 13px;
}
footer .contact-us ul li i {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 9px 0 0;
  padding: 5px 0 0 !important;
  background: rgba(226,183,95,.16);
  border-radius: 50%;
}
footer .contact-us i::before { color: #a57624 !important; font-size: 15px; }
footer .contact-us span { color: #6d6459 !important; line-height: 1.65; }

.follow-us { margin-top: 18px; }
.follow-us ul li a,
.follow-us .social-icon-block ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #9b6c1c;
  background: #fffaf0;
  border: 1px solid rgba(185,138,48,.27);
  border-radius: 50%;
}
.follow-us ul li a i { color: #9b6c1c !important; }
.follow-us ul li:hover a {
  background: #e2b75f !important;
  border-color: #e2b75f;
  transform: translateY(-3px);
}
.follow-us ul li:hover a i { color: #30271b !important; }

.footer-bottom {
  position: relative;
  z-index: 2;
  background: rgba(224,210,189,.75) !important;
  border-top: 1px solid rgba(185,138,48,.24);
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
}
.footer-bottom-link {
  float: none;
  width: auto;
  text-align: left;
}
.footer-bottom p { margin: 0; font-size: 11px; }
.footer-bottom-note {
  color: #766b5e;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-bottom-note i { margin-right: 6px; color: #a57624; }

#goToTop {
  color: #2d2419;
  background: linear-gradient(135deg, #f0d58d, #c99a3d);
  border: 1px solid rgba(185,138,48,.65);
  box-shadow: 0 10px 24px rgba(83,57,15,.2);
}
#goToTop:hover {
  background: #342b21;
  border-color: #342b21;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .footer-signature-inner { display: block; padding: 30px 15px; }
  .footer-brand-copy { max-width: 650px; margin-bottom: 22px; }
  .footer-promises { width: 100%; }
  .footer-grid { display: block; }
  .footer-grid > .footer-column,
  .footer-grid > .merge-links { float: left; }
  .footer-grid .merge-links { display: block; padding: 0; }
  .footer-grid .merge-links .footer-column {
    float: left;
    width: 33.333%;
    padding: 0 14px;
  }
  .footer-left-cms, .footer-right-cms { margin-bottom: 20px; }
}

@media (max-width: 767px) {
  footer { margin-top: 50px; }
  footer::after { font-size: 110px; }
  .footer-signature-inner { padding: 27px 0; }
  .footer-brand-copy { text-align: center; }
  .footer-brand-copy p { margin: 0 auto; }
  .footer-promises { grid-template-columns: 1fr; gap: 9px; }
  .footer-promise { min-height: 66px; padding: 11px 14px; }
  .footer-main { padding-top: 28px; padding-bottom: 24px; }
  .footer-grid > .footer-column,
  .footer-grid > .merge-links { width: 100%; padding: 0; }
  .footer-grid .merge-links .footer-column {
    width: 100%;
    margin: 0 0 10px;
    padding: 17px 18px;
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(185,138,48,.18);
    border-radius: 13px;
  }
  footer .footer-column h5 {
    margin-bottom: 12px;
    padding-bottom: 9px;
    font-size: 19px;
  }
  .footer-left-cms, .footer-right-cms {
    padding: 18px !important;
    border-radius: 14px;
  }
  .footer-bottom-inner {
    display: block;
    padding: 14px 0;
    text-align: center;
  }
  .footer-bottom-link { text-align: center; }
  .footer-bottom-note { margin-top: 5px; }
}

/* Compact footer correction: keep the existing footer-top and remove extra bulk */
.footer-signature { display: none !important; }

footer {
  margin-top: 55px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.28), transparent 45%),
    #f3ede2;
}

footer::after {
  right: -8px;
  bottom: 8px;
  font-size: 130px;
}

footer .footer-top {
  position: relative;
  z-index: 2;
  background: #fffaf1;
  border-top: 1px solid rgba(185,138,48,.22);
  border-bottom: 1px solid rgba(185,138,48,.22);
}

.footer-main {
  padding-top: 38px;
  padding-bottom: 34px;
}

.footer-grid {
  align-items: flex-start;
}

.footer-grid .merge-links {
  background: rgba(255,255,255,.3);
  border: 1px solid rgba(185,138,48,.16);
  border-radius: 18px;
}

.footer-grid .merge-links .footer-column {
  min-height: 210px;
  padding: 25px 24px;
}

.footer-grid .merge-links .footer-column + .footer-column {
  border-left: 1px solid rgba(185,138,48,.16);
}

.footer-left-cms, .footer-right-cms {
  min-height: 210px;
}

.footer-bottom-link {
  float: none;
  width: 100%;
  padding: 17px 0;
  text-align: center;
}

.footer-bottom-link p { margin: 0; }
.footer-bottom-note { display: none; }

@media (max-width: 991px) {
  .footer-grid .merge-links {
    width: 100%;
    margin-bottom: 18px;
  }
  .footer-grid .merge-links .footer-column {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  footer { margin-top: 40px; }
  footer::after { display: none; }
  .footer-main {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  .footer-grid .merge-links {
    padding: 0;
    background: transparent;
    border: 0;
  }
  .footer-grid .merge-links .footer-column {
    min-height: 0;
    padding: 16px 17px;
  }
  .footer-grid .merge-links .footer-column + .footer-column {
    border-left: 1px solid rgba(185,138,48,.18);
  }
  .footer-left-cms, .footer-right-cms {
    min-height: 0;
    margin-bottom: 10px;
  }
}

/* Final footer priority lock */
body footer {
  margin-top: 55px !important;
  background: #f6f0e6 !important;
}
body footer .footer-main {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
body footer .footer-grid::before,
body footer .footer-grid::after,
body footer .footer-column li::before,
body footer .footer-column li::after,
body footer .footer-column li a::before,
body footer .footer-column li a::after {
  display: none !important;
  content: none !important;
}
body footer .footer-grid > .merge-links {
  display: grid !important;
  padding: 0 !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(185,138,48,.2) !important;
}
body footer .footer-grid .merge-links .footer-column {
  min-height: 0 !important;
}
body footer .footer-grid > .footer-right-cms {
  min-height: 260px !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  body footer .footer-grid > .merge-links { width: auto !important; margin: 0 !important; }
}

@media (max-width: 767px) {
  body footer { margin-top: 40px !important; }
  body footer .footer-main {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }
  body footer .footer-grid > .merge-links {
    display: block !important;
    width: 100% !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(185,138,48,.2) !important;
  }
  body footer .footer-grid > .footer-right-cms {
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* V12 absolute final footer override - must remain at EOF */
body footer .footer-final-grid {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) 255px !important;
  gap: 16px !important;
  align-items: stretch !important;
}

body footer .footer-services-column,
body footer .footer-center-column,
body footer .footer-final-grid > .footer-right-cms {
  position: relative !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body footer .footer-center-column {
  display: grid !important;
  grid-template-rows: 145px auto !important;
  overflow: hidden !important;
}

body footer .footer-center-column .footer-brand-module {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 145px !important;
  margin: 0 !important;
  padding: 18px 30px !important;
  transform: none !important;
  background: #fbf6ed !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(185,138,48,.18) !important;
}

body footer .footer-center-column .footer-brand-module #footer-bottom,
body footer .footer-center-column .footer-brand-module .html-content,
body footer .footer-center-column .footer-brand-module .box-content,
body footer .footer-center-column .footer-brand-module #ttcmsfooter,
body footer .footer-center-column .footer-brand-module .ttfooter-logo {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

body footer .footer-center-column .footer-brand-module img {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: 420px !important;
  height: auto !important;
  max-height: 105px !important;
  margin: 0 auto !important;
  transform: none !important;
  object-fit: contain !important;
}

body footer .footer-center-column > .merge-links {
  position: static !important;
  display: grid !important;
  grid-row: 2 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-height: 230px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
}

body footer .footer-center-column > .merge-links::before,
body footer .footer-center-column > .merge-links::after {
  display: none !important;
  content: none !important;
}

body footer .footer-center-column > .merge-links > .footer-column {
  position: static !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 230px !important;
  margin: 0 !important;
  padding: 24px 22px !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body footer .footer-center-column > .merge-links > .footer-column + .footer-column {
  border-left: 1px solid rgba(185,138,48,.17) !important;
}

body footer .footer-services-column {
  display: flex !important;
  align-items: center !important;
  padding: 20px 17px !important;
}

body footer .footer-services-column #ttcmsfooterservice .block_content {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

body footer .footer-services-column #ttcmsfooterservice .block_content > div {
  position: static !important;
  float: none !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 5px !important;
  transform: none !important;
}

body footer .footer-final-grid > .footer-right-cms {
  padding: 25px 20px !important;
}

body footer .footer-final-grid li,
body footer .footer-final-grid li a {
  list-style: none !important;
}

body footer .footer-final-grid li::marker {
  content: "" !important;
  font-size: 0 !important;
}

body footer .footer-final-grid li::before,
body footer .footer-final-grid li::after,
body footer .footer-final-grid li a::before,
body footer .footer-final-grid li a::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1050px) {
  body footer .footer-final-grid {
    grid-template-columns: 220px minmax(0, 1fr) 235px !important;
    gap: 12px !important;
  }
  body footer .footer-center-column .footer-brand-module img {
    max-width: 350px !important;
  }
  body footer .footer-center-column > .merge-links > .footer-column {
    padding: 22px 14px !important;
  }
}

@media (max-width: 900px) {
  body footer .footer-final-grid {
    display: grid !important;
    grid-template-columns: 210px minmax(0, 1fr) !important;
  }
  body footer .footer-final-grid > .footer-right-cms {
    grid-column: 1 / -1 !important;
  }
  body footer .footer-right-cms #footer-right {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr) !important;
    gap: 25px !important;
  }
}

@media (max-width: 767px) {
  body footer .footer-final-grid {
    display: flex !important;
    flex-direction: column !important;
  }
  body footer .footer-center-column { order: 1 !important; }
  body footer .footer-services-column { order: 2 !important; }
  body footer .footer-final-grid > .footer-right-cms { order: 3 !important; }
  body footer .footer-center-column {
    display: block !important;
  }
  body footer .footer-center-column .footer-brand-module {
    height: 110px !important;
    padding: 15px 20px !important;
  }
  body footer .footer-center-column .footer-brand-module img {
    max-width: 100% !important;
    max-height: 80px !important;
  }
  body footer .footer-center-column > .merge-links {
    display: block !important;
    min-height: 0 !important;
  }
  body footer .footer-center-column > .merge-links > .footer-column {
    min-height: 0 !important;
    padding: 18px !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(185,138,48,.17) !important;
  }
  body footer .footer-center-column > .merge-links > .footer-column:last-child {
    border-bottom: 0 !important;
  }
  body footer .footer-right-cms #footer-right {
    display: block !important;
  }
}

/* V13 isolated footer classes: legacy theme cannot override this layout */
.ah-footer-main {
  width: calc(100% - 40px) !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 30px 0 !important;
}
.ah-footer-grid {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) 255px !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.ah-footer-services,
.ah-footer-center,
.ah-footer-contact {
  position: relative !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(185,138,48,.2) !important;
  border-radius: 17px !important;
  box-shadow: 0 10px 28px rgba(67,46,15,.06) !important;
}

/* Services */
.ah-footer-services {
  display: flex !important;
  align-items: center !important;
  padding: 18px !important;
}
.ah-footer-services #footer-left,
.ah-footer-services .html-content,
.ah-footer-services .box-content,
.ah-footer-services #ttcmsfooterservice,
.ah-footer-services .ttservicemerge {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ah-footer-services #ttcmsfooterservice h5,
.ah-footer-services #ttcmsfooterservice .title_block { display: none !important; }
.ah-footer-services #ttcmsfooterservice .block_content {
  display: grid !important;
  float: none !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
}
.ah-footer-services #ttcmsfooterservice .block_content::before,
.ah-footer-services #ttcmsfooterservice .block_content::after {
  display: none !important;
  content: none !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div {
  position: static !important;
  display: block !important;
  float: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 5px !important;
  background: transparent !important;
  border: 0 !important;
  transform: none !important;
}
.ah-footer-services .ttcontent_inner,
.ah-footer-services .service {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
.ah-footer-services .service-icon {
  flex: 0 0 55px !important;
  float: none !important;
  width: 55px !important;
  height: 52px !important;
  transform: scale(.86) !important;
  transform-origin: center !important;
}
.ah-footer-services .service-content {
  float: none !important;
  min-width: 0 !important;
  padding: 3px 0 3px 6px !important;
}
.ah-footer-services .service-title {
  color: #302a23 !important;
  font: 700 17px/1.15 "Cormorant Garamond", serif !important;
  white-space: normal !important;
}
.ah-footer-services .service-desc {
  margin-top: 3px !important;
  color: #756c61 !important;
  font: 500 10px/1.3 "Montserrat", sans-serif !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div:hover .service-title {
  color: #a87522 !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div:hover .service-icon.ttshipping_img {
  background-position: -4px -14px !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div:hover .service-icon.ttsupport_img {
  background-position: -4px -110px !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div:hover .service-icon.ttsaving_img {
  background-position: -4px -205px !important;
}
.ah-footer-services #ttcmsfooterservice .block_content > div:hover .service-icon.ttmoneyback_img {
  background-position: -4px -297px !important;
}

/* Center logo + links */
.ah-footer-center {
  display: grid !important;
  grid-template-rows: 145px auto !important;
}
.ah-footer-logo {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 145px !important;
  margin: 0 !important;
  padding: 18px 28px !important;
  transform: none !important;
  background: #fbf6ed !important;
  border-bottom: 1px solid rgba(185,138,48,.18) !important;
}
.ah-footer-logo #footer-bottom,
.ah-footer-logo .html-content,
.ah-footer-logo .box-content,
.ah-footer-logo #ttcmsfooter,
.ah-footer-logo .ttfooter-logo {
  position: static !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  text-align: center !important;
}
.ah-footer-logo img {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: min(100%, 420px) !important;
  height: auto !important;
  max-height: 105px !important;
  margin: 0 auto !important;
  transform: none !important;
  object-fit: contain !important;
}
.ah-footer-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-height: 230px !important;
  overflow: hidden !important;
}
.ah-footer-link-column {
  min-width: 0 !important;
  padding: 24px 22px !important;
}
.ah-footer-link-column + .ah-footer-link-column {
  border-left: 1px solid rgba(185,138,48,.17) !important;
}

/* Shared footer typography, with every dot removed */
.ah-footer-grid h5 {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 0 10px !important;
  color: #302920 !important;
  font: 700 20px/1 "Cormorant Garamond", serif !important;
}
.ah-footer-grid h5::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 34px !important;
  height: 2px !important;
  background: #d2a64d !important;
}
.ah-footer-grid ul,
.ah-footer-grid li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ah-footer-grid li::marker { content: "" !important; font-size: 0 !important; }
.ah-footer-grid li::before,
.ah-footer-grid li::after,
.ah-footer-grid li a::before,
.ah-footer-grid li a::after {
  display: none !important;
  content: none !important;
}
.ah-footer-grid li a {
  display: block !important;
  padding: 6px 0 !important;
  color: #5d554b !important;
  font: 500 11px/1.45 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere !important;
}
.ah-footer-grid li a:hover {
  padding-left: 4px !important;
  color: #a87522 !important;
}

/* Contact */
.ah-footer-contact { padding: 25px 20px !important; }
.ah-footer-contact #footer-right,
.ah-footer-contact .html-content,
.ah-footer-contact .box-content,
.ah-footer-contact .contact-us,
.ah-footer-contact .follow-us {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ah-footer-contact .contact-us ul li {
  display: grid !important;
  grid-template-columns: 31px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  padding-bottom: 12px !important;
}
.ah-footer-contact .contact-us i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ah-footer-contact .contact-us span,
.ah-footer-contact .contact-us a {
  color: #5d554b !important;
  font: 500 10px/1.55 "Montserrat", sans-serif !important;
  overflow-wrap: anywhere !important;
}
.ah-footer-contact .follow-us { margin-top: 18px !important; }
.ah-footer-contact .follow-us ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 7px !important;
  text-align: center !important;
}
.ah-footer-contact .follow-us li { margin: 0 !important; }
.ah-footer-contact .follow-us ul li a,
.ah-footer-contact .follow-us .social-icon-block ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}
.ah-footer-contact .follow-us ul li a i {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 1 !important;
}

@media (max-width: 1050px) {
  .ah-footer-main { width: calc(100% - 26px) !important; }
  .ah-footer-grid {
    grid-template-columns: 210px minmax(0, 1fr) 225px !important;
    gap: 12px !important;
  }
  .ah-footer-services { padding: 12px !important; }
  .ah-footer-services .service-icon {
    flex-basis: 47px !important;
    transform: scale(.74) !important;
  }
  .ah-footer-services .service-content { padding-left: 1px !important; }
  .ah-footer-services .service-title { font-size: 15px !important; }
  .ah-footer-link-column { padding: 21px 13px !important; }
  .ah-footer-contact { padding: 22px 15px !important; }
}

@media (max-width: 900px) {
  .ah-footer-grid {
    grid-template-columns: 200px minmax(0, 1fr) !important;
  }
  .ah-footer-contact { grid-column: 1 / -1 !important; }
  .ah-footer-contact #footer-right {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 25px !important;
  }
  .ah-footer-contact .follow-us { margin-top: 0 !important; }
}

@media (max-width: 767px) {
  .ah-footer-main { width: calc(100% - 24px) !important; padding: 20px 0 !important; }
  .ah-footer-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .ah-footer-center { order: 1 !important; display: block !important; }
  .ah-footer-services { order: 2 !important; }
  .ah-footer-contact { order: 3 !important; }
  .ah-footer-logo { height: 110px !important; padding: 15px 20px !important; }
  .ah-footer-logo img { max-height: 80px !important; }
  .ah-footer-links { display: block !important; min-height: 0 !important; }
  .ah-footer-link-column {
    padding: 18px !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(185,138,48,.17) !important;
  }
  .ah-footer-link-column:last-child { border-bottom: 0 !important; }
  .ah-footer-services #ttcmsfooterservice .block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ah-footer-contact #footer-right { display: block !important; }
  .ah-footer-contact .follow-us { margin-top: 18px !important; }
}

@media (max-width: 430px) {
  .ah-footer-services #ttcmsfooterservice .block_content {
    grid-template-columns: 1fr !important;
  }
}

/* V14 isolated phone header */
@media (max-width: 767px) {
  body header,
  body header * {
    box-sizing: border-box;
  }

  body header #top {
    min-height: 36px !important;
    margin: 0 !important;
  }
  body header #top > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
  }
  body header #top .header-top-left {
    display: none !important;
  }
  body header #top .header-top-right {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }
  body header #top-links {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  body header #top-links > ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #top-links > ul > li {
    display: none !important;
    float: none !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 7px !important;
    border: 0 !important;
  }
  body header #top-links > ul > li:nth-last-child(-n+2) {
    display: flex !important;
    align-items: center !important;
  }
  body header #wishlist-total,
  body header .top-account .dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #9f7225 !important;
  }
  body header #wishlist-total span,
  body header .top-account .ttuserheading,
  body header .top-account .fa-caret-down {
    display: none !important;
  }
  body header #wishlist-total i.fa-heart,
  body header .top-account i.fa-user {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #9f7225 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    background: none !important;
  }
  body header .top-account .dropdown-menu {
    top: 33px !important;
    right: 0 !important;
    left: auto !important;
    min-width: 175px !important;
    padding: 8px !important;
    text-align: left !important;
  }
  body header .top-account .dropdown-menu li {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  body header .top-account .dropdown-menu a {
    width: 100% !important;
    height: auto !important;
    padding: 8px 9px !important;
  }

  body header .full-header,
  body header .full-header.fixed {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    background: #fffdf8 !important;
  }
  body header .full-header > .container {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 8px 10px 10px !important;
    text-align: initial !important;
  }
  body header .header-left {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 5px 8px !important;
    text-align: center !important;
  }
  body header #logo {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  body header #logo a {
    display: inline-block !important;
    max-width: 100% !important;
  }
  body header #logo img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 68px !important;
    margin: 0 auto !important;
  }

  body header .full-header .right-block {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    float: none !important;
    width: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header .header-right-cms {
    display: none !important;
  }
  body header .header-right {
    display: block !important;
    float: none !important;
    width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #cart {
    display: block !important;
    float: none !important;
    width: 44px !important;
    margin: 0 !important;
  }
  body header #cart > button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #2d251b !important;
    background: linear-gradient(135deg, #f2d78f, #d2a044) !important;
    border: 1px solid #cea04a !important;
    border-radius: 50% !important;
  }
  body header #cart > button i.fa-shopping-cart {
    display: block !important;
    width: auto !important;
    height: auto !important;
    color: #2d251b !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: none !important;
  }
  body header #cart > button i.fa-shopping-cart::before {
    content: "\f07a" !important;
  }
  body header #cart .cart-heading,
  body header #cart #cart-total {
    display: none !important;
  }
  body header #cart .dropdown-menu {
    top: 48px !important;
    right: 0 !important;
    left: auto !important;
    width: min(320px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 0 !important;
  }

  body header .menu-container {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header .header-middle {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #header-search {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }
  body header #header-search .luxury-search-icon {
    flex: 0 0 37px !important;
  }
  body header #header-search input.form-control.input-lg {
    flex: 1 1 auto !important;
    width: 1px !important;
    min-width: 45px !important;
    height: 42px !important;
    margin: 0 !important;
  }
  body header #header-search select.form-control.innner-search {
    flex: 0 0 100px !important;
    width: 100px !important;
    min-width: 100px !important;
    height: 32px !important;
    margin: 0 !important;
  }
  body header #header-search .input-group-btn {
    flex: 0 0 43px !important;
    width: 43px !important;
  }
  body header #header-search .btn-default {
    width: 43px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }

  body header .header-bottom {
    float: none !important;
    clear: both !important;
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  body header .full-header > .container {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  body header .header-right,
  body header #cart {
    width: 40px !important;
  }
  body header #cart > button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
  body header #logo img { max-height: 58px !important; }
  body header #header-search .luxury-search-icon { display: none !important; }
  body header #header-search input.form-control.input-lg {
    padding-left: 10px !important;
  }
  body header #header-search select.form-control.innner-search {
    flex-basis: 88px !important;
    width: 88px !important;
    min-width: 88px !important;
  }
}

/* V16 EOF mobile top lock */
@media (max-width: 767px) {
  body header #top {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    background: #f3eadb !important;
    border-top: 2px solid #e2b75f !important;
    border-bottom: 1px solid rgba(185,138,48,.28) !important;
  }
  body header #top > .container,
  body header #top .header-top-right,
  body header #top-links,
  body header #top-links > ul {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    height: 40px !important;
    min-height: 40px !important;
    overflow: visible !important;
  }
  body header #top > .container {
    width: 100% !important;
    padding: 0 10px !important;
  }
  body header #top .header-top-left { display: none !important; }
  body header #top-links > ul > li { display: none !important; }
  body header #top-links > ul > li:nth-last-child(-n+2) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    padding: 0 3px !important;
  }
  body header #wishlist-total,
  body header .top-account .dropdown-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    gap: 5px !important;
    width: auto !important;
    height: 30px !important;
    padding: 0 9px !important;
    color: #6a5125 !important;
    background: #fffaf1 !important;
    border: 1px solid rgba(185,138,48,.35) !important;
    border-radius: 999px !important;
  }
  body header #wishlist-total span,
  body header .top-account .ttuserheading {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 72px !important;
    color: #6a5125 !important;
    font: 600 9px/30px "Montserrat", sans-serif !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  body header #wishlist-total i.fa-heart,
  body header .top-account i.fa-user {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #b5822c !important;
    font-size: 11px !important;
  }
}

/* V18 EOF header lock */
body header #header-search,
body header #header-search:focus-within,
body header #header-search input.form-control.input-lg {
  color: #302a23 !important;
  background: #ffffff !important;
}
body header #header-search select.form-control.innner-search {
  color: #51493f !important;
  background: #fbf7ee !important;
}

@media (max-width: 767px) {
  body header .full-header > .container {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 9px 10px 11px !important;
  }
  body header .header-left {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-height: 65px !important;
    margin: 0 !important;
    padding: 3px 52px 8px !important;
    text-align: center !important;
  }
  body header #logo,
  body header #logo a {
    display: inline-block !important;
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  body header #logo img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 66px !important;
    margin: 0 auto !important;
  }
  body header .full-header .right-block {
    position: absolute !important;
    z-index: 20 !important;
    top: 17px !important;
    right: 10px !important;
    display: block !important;
    float: none !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }
  body header .header-right,
  body header #cart,
  body header #cart > button {
    display: flex !important;
    float: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #cart > button { border-radius: 50% !important; }
  body header #cart > button i.fa-shopping-cart {
    display: block !important;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    background: none !important;
  }
  body header #cart .cart-heading,
  body header #cart #cart-total { display: none !important; }
  body header .menu-container,
  body header .header-middle {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body header #header-search {
    display: flex !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 14px !important;
  }
  body header #header-search input.form-control.input-lg {
    flex: 1 1 auto !important;
    width: 1px !important;
    min-width: 45px !important;
    height: 42px !important;
    background: #ffffff !important;
  }
  body header #header-search select.form-control.innner-search {
    flex: 0 0 102px !important;
    width: 102px !important;
    min-width: 102px !important;
    background: #fbf7ee !important;
  }
}

/* Final cart override: keep this after all legacy header revisions. */
@media (min-width: 768px) {
  body header .full-header .right-block,
  body header .header-right,
  body header #cart { overflow: visible !important; }

  body header #cart > button.btn {
    min-width: 132px !important;
    padding: 0 14px 0 70px !important;
    overflow: visible !important;
  }

  body header #cart > button.btn::after {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
  }
}

@media (max-width: 767px) {
  body header .full-header .right-block,
  body header .header-right,
  body header #cart { overflow: visible !important; }

  body header #cart > button.btn {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 50% !important;
  }

  body header #cart > button.btn::after {
    display: none !important;
    content: none !important;
  }

  body header #cart > button.btn i.fa-shopping-cart {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #2d251b !important;
    font: normal normal normal 16px/1 FontAwesome !important;
    background: none !important;
  }

  body header #cart > button.btn i.fa-shopping-cart::before {
    content: "\f07a" !important;
  }

  body header #cart .cart-heading,
  body header #cart #cart-total { display: none !important; }
}
