@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral+SC:wght@400&display=swap");

/* common styling */

* {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Spectral SC Regular", sans-serif;
  color: #F2DBC2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: "Spectral SC Regular", cursive;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
}
h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.home_black_version {
  background: #f2dbc2;
}

.header_black .header_top {
  border-bottom: 1px solid #f2dbc2;
}

.header_black .social_icone ul li a {
  background: #996a52;
  color: #f2dbc2;
}

.header_black .social_icone ul li a:hover {
  background: #c49c64;
}

.header_black .top_right > ul > li::before {
  background: #c49c64;
}

.header_black .top_right > ul > li:hover > a {
  color: #c49c64;
  text-shadow: 0 0 6px rgba(196, 156, 100, 0.55);
}

.header_black .top_right > ul > li > a {
  color: #996a52;
}

.header_black .top_right > ul > li > a:not([href]):not([tabindex]) {
  color: #996a52;
}
.header_black .top_right > ul > li > a:not([href]):not([tabindex]):hover {
  color: #f2dbc2;
}

.header_black .dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #996a52;
}

.header_black .dropdown_language li a:focus,
.header_black .dropdown_language li a:active,
.header_black .dropdown_currency li a:focus,
.header_black .dropdown_currency li a:active,
.header_black .dropdown_links li a:focus,
.header_black .dropdown_links li a:active {
  color: #c49c64;
  text-shadow: 0 0 6px rgba(196, 156, 100, 0.55);
}

.header_black .dropdown_links {
  left: -98%;
}

.social_icone ul li {
  display: inline-block;
  margin-left: 14px; /* increased spacing */
}

.social_icone ul li:first-child {
  margin-left: 0;
}

.social_icone ul li a {
  background: #996a52;
  color: #996a52;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.social_icone ul li a:hover {
  background: #996a52;
  color: #f2dbc2;
}

.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.top_right > ul > li:hover ul.dropdown_currency {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_language,
.top_right > ul > li:hover .header_black ul.dropdown_currency,
.header_black .top_right > ul > li:hover ul.dropdown_currency,
.top_right > ul > li:hover .header_black ul.dropdown_links,
.header_black .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li.is-open ul.dropdown_language,
.top_right > ul > li.is-open ul.dropdown_currency,
.top_right > ul > li.is-open ul.dropdown_links,
.header_black .top_right > ul > li.is-open ul.dropdown_currency,
.header_black .top_right > ul > li.is-open ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.top_right > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #f2dbc2;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.top_right > ul > li:first-child::before {
  display: none;
}

.top_right > ul > li > a {
  color: #996a52;
  text-transform: capitalize;
  line-height: 26px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 9px 0;
}

.top_right > ul > li > a i {
  margin-left: 3px;
  font-size: 10px;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  position: absolute;
  background: #f2dbc2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  text-align: center;
  top: 125%;
  transition: all 0.3s ease-out;
  overflow: hidden;
  left: -154%;
  z-index: 9999;
  padding: 0 15px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.header_black .dropdown_language,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  background: #996a52;
}
.dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  color: #996a52;
  text-align: center;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.dropdown_language li a:hover,
.dropdown_language li a:focus,
.dropdown_language li a:active,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_currency li a:focus,
.header_black .dropdown_currency li a:active,
.header_black .dropdown_links li a:hover,
.header_black .dropdown_links li a:focus,
.header_black .dropdown_links li a:active {
  color: #c49c64;
  text-shadow: 0 0 6px rgba(196, 156, 100, 0.55);
}


.header_black .dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}
.header_black .dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  color: #473829;
}

.header_black .dropdown_links {
  left: -98%;
}

.dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #996a52;
  line-height: 36px;
  padding: 5px 0;
}

.dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}
.dropdown_language li a:focus,
.dropdown_language li a:active,
.header_black .dropdown_currency li a:focus,
.header_black .dropdown_currency li a:active,
.header_black .dropdown_links li a:focus,
.header_black .dropdown_links li a:active {
  color: #f2dbc2;
}

/* *****************Middle Header******************** */

.header_middel {
  padding: 40px 0;
  border-bottom: 0; /* match header bottom look */
}

.header_black .header_middel {
  border-bottom: 0; /* match header bottom look */
}

.home_contact {
  display: flex;
}

.home_contact .contact_box {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #f2dbc2;
}
.header_black .home_contact {
  align-items: center;
}
.header_black .contact_box {
  margin-left: 15px;
}

.header_black .contact_box p {
  color: #996a52;
  font-size: 14px;
}

.logo {
  padding: 0 20px;
}

.middel_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* Reorder middle header actions so heart is rightmost, with same gap as sticky */
.header_middel .middel_right .search_btn { order: 1; }
.header_middel .middel_right .cart_link { order: 2; }
.header_middel .middel_right .wishlist_btn { order: 3; margin-left: 25px; }
.search_btn {
  position: relative;
}

.search_btn:hover .dropdown_search {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.search_btn a {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #f2dbc2;
  color: #996a52;
  font-size: 20px;
  display: block;
}

.search_btn a:hover {
  color: #c49c64;
}
.header_black .search_btn form button {
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  background: inherit;
  color: #f2dbc2;
  font-size: 20px;
  height: 100%;
}

.header_black .search_btn form button:hover {
  color: #c49c64;
}

.dropdown_search {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  transition: 0.3s;
}

.dropdown_search form {
  position: relative;
  width: 280px;
  border: 1px solid #f2dbc2;
  background: #f2dbc2;
  z-index: 9;
}

.dropdown_search form input {
  border: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 67px 0 10px;
  background: inherit;
  font-size: 12px;
  color: #f2dbc2;
  caret-color: #f2dbc2;
}
.dropdown_search form input::placeholder { color: #f2dbc2; opacity: 0.8; }
.dropdown_search form input::-webkit-input-placeholder { color: #f2dbc2; opacity: 0.8; }
.dropdown_search form input::-moz-placeholder { color: #f2dbc2; opacity: 0.8; }
.dropdown_search form input:-ms-input-placeholder { color: #f2dbc2; opacity: 0.8; }
.dropdown_search form input:-moz-placeholder { color: #f2dbc2; opacity: 0.8; }
.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2dbc2;
  width: 59px;
  height: 100%;
  border: 0;
  border-left: 1px solid #f2dbc2;
  padding: 0;
  font-size: 20px;
  background: none;
  color: #f2dbc2;
}

.header_black .dropdown_search form {
  background: #473829; /* darker global search dropdown background */
  border: 1px solid #473829;
}

.header_black .wishlist_btn {
  margin-left: 18px;
}

.header_black .wishlist_btn a {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  display: block;
  border: 1px solid #f2dbc2;
  color: #996a52;
}

.header_black .wishlist_btn a:hover {
  color: #c49c64;
}

.cart_link {
  margin-left: 25px;
  position: relative;
}

.cart_link span.cart_quantity {
  position: absolute;
  left: -11px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: #996a52;
  color: #f2dbc2;
  border-radius: 50%;
  top: 12px;
}

.cart_link > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #996a52;
  border: 1px solid #996a52;
  padding: 11px 10px 13px 18px;
  line-height: 15px;
  border-radius: 3px;
  display: block;
}
.cart_link > a:hover {
  color: #c49c64;
}

.cart_link > a i.ion-android-cart {
  font-size: 19px;
  margin-right: 10px;
  border-right: 1px solid #996a52;
  position: relative;
  top: 3px;
  padding-right: 10px;
}

.cart_link > a i.ion-chevron-down {
  display: none; /* hide chevron next to mini cart on all devices */
}
.header_black .cart_link span.cart_quantity {
  background: #996a52;
}

.header_black .cart_link > a {
  color: #996a52;
  border: 1px solid #f2dbc2;
}

.header_black .cart_link > a:hover {
  color: #c49c64;
}

.header_black .cart_link > a i.ion-android-cart {
  border-right: 1px solid #996a52;
}

.mini_cart {
  position: fixed;
  min-width: 355px;
  height: 100%;
  padding: 18px 20px 33px;
  background: #473829; /* unified dark background */
  border: 1px solid #473829;
  z-index: 5000; /* ensure it overlays header */
  right: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(100%);
}

.mini_cart.active {
  transform: translateX(0);
  transition: 0.5s;
}

/* Prevent background scroll when cart is open */
.cart-open { overflow: hidden; }
/* Darken the page behind the mini cart so it overlays the home content */
body.cart-open::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 4000; /* below .mini_cart (5000) */
}

/* .mini_cart styles now independent of header color; keep selector for compatibility */
.header_black .mini_cart { background: #473829; border: 1px solid #473829; }

.cart_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2dbc2;
  padding-bottom: 10px;
}

.header_black .cart_close {
  border-bottom: 1px solid #473829;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: #f2dbc2;
}

.mini_cart_close > a {
  font-size: 25px;
  color: #f2dbc2;
}

.mini_cart_close > a:hover {
  color: #c49c64;
}

.cart_item {
  padding: 20px 0;
  border-bottom: 1px solid #473829;
  display: flex;
  overflow: hidden;
}

.cart_img {
  width: 100px;
  margin-right: 10px;
}

.cart_info {
  width: 58%;
}

/* Lay out mini cart info in a column and push qty controls to the right */
.mini_cart .cart_info {
  display: flex;
  flex-direction: column;
}

.cart_info a {
  font-weight: 400;
  color: #f2dbc2;
  text-transform: capitalize;
  font-size: 14px;
}

.cart_info a:hover {
  color: #c49c64;
}

.cart_info span {
  display: block;
}

.cart_info span.price_cart {
  color: #F2DBC2; /* match mini-cart qty controls */
  font-weight: 500;
}

/* Mini cart: subtle enlarge price on hover */
.mini_cart .cart_info span.price_cart {
  display: inline-block;
  transition: text-shadow 0.15s ease-in-out;
}
.mini_cart .cart_info span.price_cart:hover {
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.28), 0 0 6px rgba(196, 156, 100, 0.18);
}

/* Mini cart quantity controls: place - [qty] + in a row */
.mini_cart .cart_qty_controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  align-self: flex-end; /* move controls to the right */
}
.mini_cart .cart_qty_controls a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: none; /* remove borders */
  border-radius: 4px;
  color: #F2DBC2; /* match theme */
  text-decoration: none;
  line-height: 1;
}
.mini_cart .cart_qty_controls a:hover {
  background: #c49c64;
  color: #F2DBC2; /* keep icon color on hover */
}
.mini_cart .cart_qty_controls .js-qty-val {
  display: inline-block; /* override .cart_info span {display:block} */
  min-width: 24px;
  text-align: center;
  color: #f2dbc2;
}

.header_black .cart_info span.quantity {
  color: #473829;
}

.cart_remove {
  width: 10%;
  text-align: right;
}

.cart_remove a {
  color: #f2dbc2;
  font-size: 18px;
}

.cart_remove a:hover {
  color: #c49c64;
}

.cart_total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.cart_total span {
  color: #f2dbc2;
  font-size: 14px;
  font-weight: 400;
}

.mini_cart_footer {
  padding: 0 25px 25px;
  background: #473829;
}

.cart_button a {
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  color: #473829;
  background: #f2dbc2;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0 11px;
}

.cart_button a:hover {
  background: #c49c64;
}

.cart_button.view_cart {
  padding-bottom: 15px;
}

.cart_button a.active {
  background: #f2dbc2;
}

.cart_button a.active:hover {
  background: #c49c64;
  color: #f2dbc2; /* match view cart hover */
  font-weight: 400;
}

/* Mobile-specific adjustments for the mini cart to fit viewport */
@media (max-width: 576px) {
  /* Position My Account dropdown to align to the right edge of its parent on mobile (shifts it left on screen) */
  .header_top .top_right .top_links .dropdown_links { left: auto; right: 0; }
  /* Mobile mini cart as a right drawer taking half width */
  .mini_cart {
    min-width: 0; /* override desktop 355px to prevent overflow */
    width: 80vw; /* increase coverage; shift further left */
    max-width: 80vw;
    right: 0;
    left: auto;
    height: 100vh;
    box-sizing: border-box;
    padding: 14px calc(10px + env(safe-area-inset-right)) 18px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  /* Keep the cart flush against the right screen edge when opened */
  .mini_cart.active { transform: translateX(0); }
  /* Pin mini cart close button to viewport top-right on mobile */
  .mini_cart .mini_cart_close {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 10px);
    z-index: 6000; /* above overlay (4000) and cart (5000) */
  }
  .mini_cart .mini_cart_close > a { font-size: 28px; }
  .mini_cart .cart_img { width: 72px; }
  .mini_cart .cart_info { width: auto; flex: 1; }
  .mini_cart .cart_remove { width: auto; }
  .mini_cart_footer { padding: 0 12px 18px; }
}

/* (Removed earlier duplicate nth-child rule in favor of unified rules below) */

/* ************************ Header Down ( 3rd ) ******************** */

.header_bottom {
  position: relative; /* keep dropdowns above page content */
  z-index: 2000;
}

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; /* space for logo left, menu center, cart right */
}

.header_bottom.sticky-header.sticky .logo_sticky {
  display: block;
}

.header_black .header_bottom {
  border-bottom: 0; /* remove bottom border in header bottom */
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(240, 154, 40, 0.11);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; /* ensure cart aligns right on sticky */
}
/* Center menu while pushing cart to the right on sticky header */
.header_bottom.sticky-header.sticky .main_menu { 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 2100;
}
.header_bottom.sticky-header.sticky .cart_link {
  margin-left: 25px; /* match spacing from header middle */
}
.header_bottom.sticky-header.sticky .wishlist_btn { margin-left: 0; }
/* Also align in non-sticky header bottom */
.header_bottom .wishlist_btn { margin-left: 0; margin-right: 0; }
/* Reduce space before cart in the bottom header */
.header_bottom .cart_link { margin-left: 25px; }

.header_black .sticky-header.sticky {
  background: rgba(3, 2, 0, 0.847);
  box-shadow: 0 1px 3px rgba(51, 56, 41, 0.237);
}



/* Sticky header: force all text and icons to #C49C64 */
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li:hover > a,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li.active > a,
.header_bottom.sticky-header.sticky .header_actions .search_btn a,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a i,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a i,
.header_bottom.sticky-header.sticky .header_actions .search_btn a i {
  color: #C49C64;
}

/* Sticky hover: contrasting accent + subtle glow */
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a:hover,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a:focus,
.header_bottom.sticky-header.sticky .header_actions .search_btn a:hover,
.header_bottom.sticky-header.sticky .header_actions .search_btn a:focus,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a:hover,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a:focus,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a:hover,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a:focus,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a:hover i,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a:focus i,
.header_bottom.sticky-header.sticky .header_actions .search_btn a:hover i,
.header_bottom.sticky-header.sticky .header_actions .search_btn a:focus i,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a:hover i,
.header_bottom.sticky-header.sticky .header_actions .wishlist_btn a:focus i,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a:hover i,
.header_bottom.sticky-header.sticky .header_actions .cart_link > a:focus i {
  color: #C49C64; /* keep gold on hover */
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.28); /* slightly stronger gold glow */
}

/* Smooth color transitions */
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a,
.header_bottom.sticky-header.sticky .main_menu nav > ul > li > a i,
.header_bottom.sticky-header.sticky .header_actions a,
.header_bottom.sticky-header.sticky .header_actions a i {
  transition: color 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
}

/* Ensure quantity bubble text also uses sticky accent */
.header_bottom.sticky-header.sticky .cart_link span.cart_quantity {
  color: #C49C64;
}

.main_menu_inner {
  text-align: center;
}
/* Ensure cart sits at right even before sticky engages */
.header_bottom .main_menu_inner {
  display: flex;
  align-items: center;
  position: relative; /* allow absolute centering of nav */
}
.header_bottom .main_menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; /* override previous auto-centering */
  z-index: 2100;
}
.header_bottom .header_actions {
  margin-left: auto; /* push wishlist+cart group to right */
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.12s ease-in; /* fast fade when mini cart opens */
}
.header_bottom .header_actions .wishlist_btn { margin-left: 25px; }
.header_bottom .header_actions .cart_link { margin-left: 25px; }

/* Hide actions without collapsing header height when mini cart is open */
.cart-open .header_bottom .header_actions {
  opacity: 0;            /* fade out */
  pointer-events: none;  /* ignore clicks while hidden */
}

/* Remove borders on controls within the header bottom section */
.header_bottom .search_btn a,
.header_bottom .wishlist_btn a,
.header_bottom .cart_link > a {
  border: none;
}
.header_bottom .cart_link > a i.ion-android-cart {
  border-right: none;
}

/* Apply same no-border look to middle header controls */
.header_middel .search_btn a,
.header_middel .wishlist_btn a,
.header_middel .cart_link > a {
  border: none;
}
.header_middel .cart_link > a i.ion-android-cart {
  border-right: none;
}

.logo_sticky {
  display: none;
  margin-right: 35px;
}

.logo_sticky a img {
  max-width: 120px;
}

.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}

.main_menu nav > ul > li > a i {
  margin-left: 2px;
}
.main_menu nav > ul > li:hover > a {
  color: #c49c64;
}

.main_menu nav > ul > li.active > a {
  color: #c49c64;
}

.main_menu nav > ul > li:first-child a {
  padding-left: 0;
}

.main_menu nav > ul > li:last-child a {
  padding-right: 0;
}

.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 30px 25px;
  background: #f2dbc2;
  border: 1px solid #f2dbc2;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li ul.sub_menu > li > a {
  font-size: 14px;
}

.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
  color: #c49c64;
}

.main_menu nav > ul > li > ul > li > a {
  color: #473829;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.sub_menu > li:last-child > a {
  margin-bottom: 0;
}
.main_menu nav > ul > li > ul.mega_menu li ul li:last-child a {
  margin-bottom: 0;
}

.main_menu nav ul li ul.mega_menu {
  position: absolute;
  min-width: 580px;
  padding: 30px 25px 35px;
  background: #F2DBC2;
  border: 1px solid #f2dbc2;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li > ul.mega_menu > li {
  width: 33%;
  float: left;
}

.main_menu nav > ul > li > ul.mega_menu > li > a {
  text-transform: uppercase;
  color: #473829;
  font-weight: 500;
  margin-bottom: 30px;
}

.main_menu nav > ul > li > ul.maga_menu > li > a:hover {
  color: #c49c64;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a {
  color: #473829;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 11px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a:hover {
  color: #c49c64;
}

.main_menu nav ul li ul.sub_menu.pages {
  left: inherit;
  right: inherit;
}

.header_black .main_menu nav > ul > li.active > a {
  color: #996a52;
}

.header_black .main_menu nav > ul > li:hover > a {
  color: #c49c64;
}

.header_black .main_menu nav > ul > li > a {
  color: #996a52;
  font-family: serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
}

.header_black .main_menu nav > ul > li ul.sub_menu {
  background: #473829;
  border: 1px solid #473829;
}
.header_black .main_menu nav > ul > li ul.sub_menu li a {
  color: #f2dbc2;
  font-family: serif;
}

.header_black .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #c49c64;
}

.header_black .main_menu nav > ul > li ul.mega_menu {
  background: #473829;
  border: 1px solid #473829;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li > a {
  color: #f2dbc2;
  font-family: serif;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li > a:hover {
  color: #c49c64;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a {
  color: #f2dbc2;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #c49c64;
}
.ion-chevron-down {
  font-size: 14px;
  padding-left: 3px;
}

.main_menu nav > ul > li > a {
  display: block;
  padding: 19px 20px;
  color: #473829;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Increase spacing between links in header-bottom navigation */
.header_bottom .main_menu nav > ul > li > a {
  padding-left: 28px; /* slightly less spacing */
  padding-right: 28px;
}

/* Keep all header-bottom links on a single row */
.header_bottom .main_menu nav > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.header_bottom .main_menu nav > ul > li {
  white-space: nowrap;
}

/* Header-bottom link font size: slightly smaller */
.header_bottom .main_menu nav > ul > li > a {
  font-size: 15px;
  line-height: 22px;
}

/* Nudge 'About Adorned' link slightly left by reducing its left padding */
.header_bottom .main_menu nav > ul > li > a[href="about.html"] {
  padding-left: 24px !important; /* default others are 32px */
}
@media (max-width: 992px) {
  .header_bottom .main_menu nav > ul > li > a[href="about.html"] {
    padding-left: 18px !important; /* others are 20px */
  }
}
@media (min-width: 1200px) {
  .header_bottom .main_menu nav > ul > li > a[href="about.html"] {
    padding-left: 36px !important; /* others are 40px */
  }
}

/* Allow the desktop header to flex once space gets tight */
@media (max-width: 1200px) {
  .header_bottom .main_menu_inner,
  .header_bottom.sticky-header.sticky .main_menu_inner {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header_bottom .main_menu,
  .header_bottom.sticky-header.sticky .main_menu {
    position: static;
    left: auto;
    transform: none;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }

  .header_bottom .main_menu nav {
    width: 100%;
  }

  .header_bottom .main_menu nav > ul {
    justify-content: center;
    column-gap: 12px; /* trim spacing so links fit alongside icons */
  }

  .header_bottom .main_menu nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_bottom .header_actions {
    margin-left: 16px;
    flex-shrink: 0;
  }

  .header_bottom .header_actions .wishlist_btn,
  .header_bottom .header_actions .cart_link {
    margin-left: 16px;
  }

  .header_bottom .header_actions a i {
    font-size: 20px;
  }

  .header_bottom.sticky-header.sticky .logo_sticky {
    display: none;
  }
}

/* Slightly tighten on smaller screens to avoid wrap */
@media (max-width: 992px) {
  .header_bottom .main_menu nav > ul > li > a {
    padding-left: 16px; /* reduce padding so four links stay on one line */
    padding-right: 16px;
  }

  .header_bottom .header_actions .wishlist_btn,
  .header_bottom .header_actions .cart_link {
    margin-left: 14px;
  }
}

/* Mobile: tighten header-bottom so links don't overlap actions */
@media (max-width: 576px) {
  /* Home header: make social icons smaller on mobile */
  .header_top .social_icone ul li { margin-left: 8px; }
  .header_top .social_icone ul li a { width: 24px; height: 24px; line-height: 24px; font-size: 12px; }
  /* Home header: nudge social icons slightly lower to align with top-right links */
  .page-home .header_top .social_icone { margin-top: 6px; }
  /* Home header: shrink language/currency/account links on mobile */
  .page-home .header_top .top_right > ul > li { padding-left: 12px; margin-left: 12px; }
  .page-home .header_top .top_right > ul > li > a { font-size: 8px; line-height: 16px; padding: 4px 0; }
  .page-home .header_top .top_right > ul > li > a i { font-size: 7px; margin-left: 2px; }
  /* Home header: pin Language/Currency/Account to top-right on mobile */
  .page-home .header_top .container { position: relative; }
  .page-home .header_top .row.align-items-center { align-items: flex-start !important; }
  .page-home .header_top .top_right {
    position: absolute;
    top: 6px;
    right: 12px;
    margin-top: 0 !important;
    z-index: 5;
  }
  /* Home header middle: shrink logo padding and set mobile size */
  .page-home .header_middel .logo { padding: 0 8px; }
  .page-home .header_middel .logo a img { height: 125px !important; max-height: none; width: auto; }
  /* Sticky logo smaller on mobile */
  .page-home .logo_sticky a img { max-width: 96px; height: auto; }
  /* Home header middle: center the logo by giving it full width and centering content */
  .page-home .header_middel .col-lg-2.col-md-3.col-4 { flex: 0 0 100%; max-width: 100%; order: 1; }
  .page-home .header_middel .logo { text-align: center; }
  .page-home .header_middel .logo a img { display: inline-block; }
  /* Push side columns below the centered logo on mobile */
  .page-home .header_middel .col-lg-5 { order: 2; }
  .page-home .header_middel .col-lg-5.col-md-7.col-6 { order: 3; }
  /* Tighten right padding so actions sit further right on mobile */
  .header_bottom .container { padding-right: 0; }
  /* Keep icons inside the container edge */
  .header_bottom .header_actions { margin-right: 0; padding-right: 0; }
  /* Remove Bootstrap's default column padding on the header row to allow icons to reach edge */
  .header_bottom .row { margin-right: 0; }
  .header_bottom .row > [class^="col-"],
  .header_bottom .row > [class*=" col-"] { padding-right: 0; }
  /* Ensure the inner flex wrapper has no right padding */
  .header_bottom .main_menu_inner { padding-right: 0; }
  /* Prevent extra spacing after the last action icon */
  .header_bottom .header_actions > *:last-child { margin-right: 0; }
  /* Let the nav sit in normal flow instead of absolute centering */
  .header_bottom .main_menu {
    position: static;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  /* Distribute space between logo/menu and actions */
  .header_bottom .main_menu_inner {
    justify-content: space-between;
  }
  /* Reduce nav link size and horizontal padding */
  .header_bottom .main_menu nav > ul > li > a {
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Trim icon group spacing */
  .header_bottom .header_actions .wishlist_btn,
  .header_bottom .header_actions .cart_link { margin-left: 12px; }
  /* Slightly reduce icon size to save space */
  .header_bottom .header_actions a i { font-size: 18px; }
  /* Hide cart total text on very small screens to prevent overlap */
  .cart_link > a .cart_text_quantity { display: none; }
  /* Hide downward chevron next to mini cart icon on mobile */
  .header_bottom .cart_link > a i.ion-chevron-down { display: none; }

  /* Hide desktop nav by default on small screens */
  .header_bottom .main_menu nav { display: none; }
  /* Show mobile toggle button and position at far left */
  .header_bottom .mobile_menu_btn { 
    display: block; 
    position: absolute;
    left: 8px;
    top: calc(50% + 2px); /* moved further down */
    transform: translateY(-50%);
    z-index: 3100;
  }
  .header_bottom .mobile_menu_btn a i { font-size: 24px; color: #473829; }
  /* Position global search icon next to menu (left side) */
  .header_bottom .search_btn {
    position: absolute;
    left: 20px; /* closer to the menu */
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: center;
    z-index: 3095;
  }
  /* Add left padding so content doesn't collide with left controls */
  .header_bottom .main_menu_inner { padding-left: 70px; }
  /* Make global search dropdown full-width under header on mobile */
  .header_bottom.sticky-header:not(.sticky) .dropdown_search {
    position: absolute;
    left: 0;
    top: 100%;
    width: 320px;
    max-width: 90vw;
    margin-top: 0;
    padding: 8px 12px;
    z-index: 5000;
  }
  .header_bottom.sticky-header:not(.sticky) .dropdown_search form {
    width: 100%;
    max-width: 100%;
  }
  /* Show search on explicit open (class toggled by JS) */
  .header_bottom.search-open .dropdown_search {
    opacity: 1;
    visibility: visible;
  }
  /* Sticky state: keep dropdown tethered to icon and shorten width */
  .header_bottom.sticky-header.sticky .dropdown_search {
    position: absolute;
    top: 100%;
    left: 12px;
    right: auto;
    width: 320px;
    max-width: 90vw;
    margin-top: 6px;
    z-index: 5000;
  }
  .header_bottom.sticky-header.sticky .dropdown_search form {
    max-width: 100%;
    width: 100%;
  }
  /* Nudge heart icon slightly lower to align with cart and badge */
  .header_bottom .header_actions .wishlist_btn a i {
    position: relative;
    top: 2px;
  }
  /* When open, render nav as a dropdown panel */
  .header_bottom.mobile-menu-open .main_menu nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f2dbc2;
    border-top: 1px solid #473829;
    box-shadow: 0 6px 18px rgba(71, 56, 41, 0.2);
    padding: 10px 8px;
    z-index: 3000;
    overflow: hidden; /* contain sliding subpanels */
  }
  /* On open, reclaim the left padding we added for the icons so the menu sits further left */
  .header_bottom.mobile-menu-open .main_menu_inner { padding-left: 0; }
  /* Nudge the dropdown panel slightly left to counter container padding */
  /* Keep menu anchored on the left, reduce width so it trims on the right */
  .header_bottom.mobile-menu-open .main_menu nav { left: -12px; right: auto; width: calc(100% - 208px); }
  .header_bottom.mobile-menu-open .main_menu nav > ul { display: block; text-align: left; }
  .header_bottom.mobile-menu-open .main_menu nav > ul > li { display: block; margin: 6px 0; }
  .header_bottom.mobile-menu-open .main_menu nav > ul > li > a { padding: 10px 8px; font-size: 14px; line-height: 18px; }
  /* Drill-down subpanel for submenus */
  .mobile_subpanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f2dbc2;
    border-top: 1px solid #473829;
    box-shadow: 0 6px 18px rgba(71, 56, 41, 0.2);
    transform: translateX(100%);
    transition: transform 0.2s ease;
  }
  .mobile_subpanel.is-active { transform: translateX(0); }
  .mobile_subpanel_header { display: flex; align-items: center; padding: 8px 8px; }
  .mobile_subpanel_header .js-subpanel-back { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #473829; }
  .mobile_subpanel_header .js-subpanel-back i { font-size: 18px; }
  .mobile_subpanel_title { color: #473829; font-weight: 500; margin-left: 6px; }
  .mobile_subpanel_body { padding: 6px 8px 10px; }
  /* Mobile: keep ALL sub/mega menus hidden by default; open on tap (JS animates height) */
  .header_bottom.mobile-menu-open .main_menu nav li > ul {
    position: static;
    transform: none;
    display: none; /* hidden until opened */
    background: transparent;
    border: 0;
    padding: 0;
  }
  .header_bottom.mobile-menu-open .main_menu nav li.submenu-open > ul {
    display: block; /* visible when open; JS still slides */
    padding: 6px 12px;
  }
  /* When top-level Category (mega_menu) is opened, show its inner lists inline */
  .header_bottom.mobile-menu-open .main_menu nav > ul > li.submenu-open > ul.mega_menu li > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 4px 0 0 0;
  }
  .header_bottom.mobile-menu-open .main_menu nav li > ul li a { font-size: 13px; line-height: 18px; margin: 4px 0; color: #473829; }
  /* Rotate chevron when open */
  .header_bottom.mobile-menu-open .main_menu nav li > a i.ion-chevron-down { transition: transform 0.2s ease; }
  .header_bottom.mobile-menu-open .main_menu nav li.submenu-open > a i.ion-chevron-down { transform: rotate(180deg); }
}

/* Also adjust sticky state on small screens */
@media (max-width: 576px) {
  .header_bottom.sticky-header.sticky .main_menu {
    position: static;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  .header_bottom.sticky-header.sticky .main_menu_inner {
    justify-content: space-between;
  }
  /* Hide the sticky logo on mobile so the header keeps only nav + actions */
  .header_bottom.sticky-header.sticky .logo_sticky {
    display: none;
  }
  /* Match all mobile sticky icons to the wishlist/cart gold accent */
  .header_bottom.sticky-header.sticky .mobile_menu_btn a,
  .header_bottom.sticky-header.sticky .mobile_menu_btn a i,
  .header_bottom.sticky-header.sticky .search_btn a,
  .header_bottom.sticky-header.sticky .search_btn a i {
    color: #C49C64;
  }
  .header_bottom.sticky-header.sticky .mobile_menu_btn a:hover,
  .header_bottom.sticky-header.sticky .mobile_menu_btn a:focus,
  .header_bottom.sticky-header.sticky .search_btn a:hover,
  .header_bottom.sticky-header.sticky .search_btn a:focus {
    color: #C49C64;
  }
  /* Mobile sticky cart bubble: gold background with dark count */
  .header_bottom.sticky-header.sticky .cart_link span.cart_quantity {
    background: #C49C64;
    color: rgba(3, 2, 0, 0.847);
  }
}

/* Add a touch more space on large desktops */
@media (min-width: 1200px) {
  .header_bottom .main_menu nav > ul > li > a {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* Home page: force all links to use Spectral SC Regular */
.page-home a {
  font-family: 'Spectral SC', serif !important;
  font-weight: 400;
}

/* Home page: apply Spectral SC to item tiles' textual content */
.page-home .single_product .product_content,
.page-home .single_product .product_content a,
.page-home .single_product .product_content span,
.page-home .single_product .product_content p,
.page-home .single_product .price_box,
.page-home .single_product .price_box span {
  font-family: 'Poppins', serif !important;
}

/* Home page: apply Spectral SC to slideshow titles */
.page-home .slider_content h1 {
  font-family: 'Spectral SC', serif !important;
  font-weight: 400;
  font-size: 48px;   /* slightly smaller */
  line-height: 52px;
  margin-top: 24px;  /* add more breathing room above title */
}
/* Home page: use same font for subtitle under title */
.page-home .slider_content span {
  font-family: 'Spectral SC', serif !important;
  font-weight: 400;
}
/* Home page: make price match 'Starting at' text style */
.page-home .slider_content p.slider_price span {
  font-family: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-left: 8px; /* keep spacing before amount */
}
/* Apply Spectral SC to the entire price line */
.page-home .slider_content p.slider_price {
  font-family: 'Poppins', serif !important;
  font-weight: 400;
}

/* Home page: ensure all price text uses Spectral SC */
.page-home .price_box,
.page-home .price_box > span,
.page-home .price_box > span.old_price,
.page-home .mini_cart .cart_info .price_cart,
.page-home .cart_total span:last-child {
  font-family: 'Poppins', serif !important;
}

/* Site-wide: normalize all price text to Poppins */
.price_box,
.price_box > span,
.price_box > span.old_price,
.simple_product_content .product_price span,
.simple_product_content .product_price span.old_price,
.simple_product_content .product_price span.current_price,
.mini_cart .cart_info .price_cart,
.cart_total span:last-child,
.modal_price span,
.modal_price span.old_price,
.slider_content p.slider_price,
.slider_content p.slider_price span {
  font-family: 'Poppins', serif !important;
}

/* Header cart amount (next to cart icon) uses Poppins */
.cart_link > a .cart_text_quantity {
  font-family: 'Poppins', serif !important;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page-home .slider_content h1 {
    font-size: 38px;
    line-height: 42px;
    margin-top: 16px; /* slightly more on smaller screens */
  }
}

/* **********Slider Section *************** */
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.slider_area {
  margin-bottom: 35px;
}

.slider_area.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.slider_area.owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #473829;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active {
  transition: 0.3s;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #f2dbc2;
  width: 13px;
  height: 13px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.slider_area .single_slider .row {
  height: 889px;
}

/* Reduce left padding in the slider section so content sits further left */
.slider_area .container {
  padding-left: 32px; /* base mobile padding (further increased) */
  padding-right: 0;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 576px) {
  .slider_area .container {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .slider_area .container {
    padding-left: 72px;
  }
}
@media (min-width: 992px) {
  .slider_area .container {
    padding-left: 96px;
  }
}
@media (min-width: 1200px) {
  .slider_area .container {
    padding-left: 120px;
  }
}

.slider_area .slider_content {
  margin-left: 0;
  overflow: hidden;
  /* Softer edges + slight top boost for readability */
  background-color: rgba(242, 219, 194, 0.88); /* fallback (less transparent) */
  background: 
    linear-gradient(
      to bottom,
      rgba(242, 219, 194, 0.30) 0%,   /* slightly stronger top opacity */
      rgba(242, 219, 194, 0.00) 60%
    ),
    radial-gradient(
      farthest-side at 50% 50%,
      rgba(242, 219, 194, 0.92) 0%,
      rgba(242, 219, 194, 0.78) 60%,
      rgba(242, 219, 194, 0.60) 100%
    );
  /* Restore symmetric horizontal padding */
  padding: 20px 32px;
  border-radius: 16px; /* rounder corners */
  display: inline-block; /* Wrap tightly around the text */
  width: auto;
  max-width: none;
}
/* First slide: extend top fade to 70% */
.slider_area .single_slider--first .slider_content {
  background-color: rgba(242, 219, 194, 0.88);
  background:
    linear-gradient(
      to bottom,
      rgba(242, 219, 194, 0.80) 0%,
      rgba(242, 219, 194, 0.00) 80%
    ),
    radial-gradient(
      farthest-side at 50% 50%,
      rgba(242, 219, 194, 0.92) 0%,
      rgba(242, 219, 194, 0.78) 60%,
      rgba(242, 219, 194, 0.60) 100%
    );
}
@media (max-width: 576px) {
  .slider_area .slider_content {
    max-width: 90vw;
  }
}
.slider_black .slider_content p {
  color: #996a52;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 22px;
}

.slider_black .slider_content p.slider_price {
  color: #473829;
}
.slider_black .slider_content p.slider_price span {
  color: #996a52;
  margin-bottom: 0;
}

.slider_black .slider_content h1 {
  color: #473829;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Baloo 2", serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 8px;
  }
}

.slider_black .slider_content span {
  font-size: 24px;
  color: #473829;
  margin-bottom: 35px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content span {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.slider_black .slider_content a {
  background: #996a52;
  margin-top: 30px;
}

.slider_black .slider_content a:hover {
  background: #c49c64;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content a {
    margin-top: 43px;
  }
}

.active .slider_content > span {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}

.active .slider_content p,
.active .slider_content h1,
.active .slider_content a {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.active .slider_content h1 {
  animation-delay: 0.6s;
}

.active .slider_content a {
  animation-delay: 0.9s;
}
.slider_content p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #473829;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.slider_content h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #473829;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.slider_content p.slider_price {
  color: #f2dbc2;
  font-size: 18px;
}

.slider_content p.slider_price span {
  font-size: 22px;
  font-weight: 500;
  margin-left: 8px;
  color: #996a52;
  margin-bottom: 0;
}

.slider_content a {
  font-weight: 500;
  margin-top: 25px;
  color: #f2dbc2;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.slider_content a:hover {
  background: #c49c64;
}
.button {
  background: #473829;
  box-shadow: none;
  color: #f2dbc2;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
}

/* **********banner section ************ */
.banner_section {
  border-bottom: 1px solid #f2dbc2;
  margin-bottom: 70px;
}
.banner_black {
  border-bottom: 1px solid #f2dbc2;
}

.banner_black .banner_content {
  transition: 0.5s;
  bottom: 25px;
  top: inherit;
}

.banner_black .banner_content p {
  color: #996a52;
  margin-bottom: 10px;
}

.banner_black .banner_content h2 {
  color: #473829;
  font-weight: 400;
  font-family: 'Spectral SC', serif;
  font-size: 21px;
  line-height: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_black .banner_content h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 13px;
  }
}

.banner_black .banner_content span {
  color: #996a52;
}

.banner_black .banner_thumb:hover .banner_content {
  transform: scale(1.1);
}

.banner_thumb {
  position: relative;
  overflow: hidden;
}

.banner_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(71, 56, 41, 0.202);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.banner_thumb img {
  transition: 0.3s;
}

.banner_thumb:hover::before {
  opacity: 1;
}

.banner_thumb:hover img {
  transform: scale(1.1);
}

.banner_black .banner_thumb:hover .banner_content {
  transform: scale(1.1);
}
.banner_content {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* Mobile: add spacing between home banner tiles */
@media (max-width: 576px) {
  /* Ensure visible vertical spacing by adding margin to columns */
  .banner_section .row > [class^="col-"],
  .banner_section .row > [class*=" col-"] { margin-bottom: 10px; }
  .banner_section .row > [class^="col-"]:last-child,
  .banner_section .row > [class*=" col-"]:last-child { margin-bottom: 0; }
  /* Also keep spacing on the banner wrapper as a fallback */
  .banner_section .single_banner { margin-bottom: 10px; }
}

.banner_content p {
  color: #473829;
  margin-bottom: 0;
}

.banner_content h2 {
  color: #473829;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 15px;
}
.banner_content span {
  color: #473829;
}

/* ****************banner section overs ************** */

/* ******************** product section ****************** */
.product_section {
  margin-bottom: 34px;
}

/* Desktop grid: default to a single wide tile per row */
@media (min-width: 992px) {
  .product_container .product_column3 .custom-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* (Removed mobile width-forcing; rely on hiding extra tiles instead) */

.product_black_section .product_tab_button ul.nav {
  border: 2px solid #473829;
}

.product_black_section .product_tab_button ul.nav::before {
  background-image: linear-gradient(to right, transparent, #473829);
}
.product_black_section .product_tab_button ul.nav::after {
  background-image: linear-gradient(to right, #473829, transparent);
}
.product_black_section .product_tab_button ul.nav li:first-child a {
  border-left: 0;
}

.product_black_section .product_tab_button ul.nav li a {
  border-left: 2px solid #473829;
  color: #473829;
  font-family: "Baloo 2", serif;
}

.product_black_section .product_tab_button ul.nav li a:hover {
  color: #c49c64;
}
.product_black_section .product_tab_button ul.nav li a.active {
  color: #c49c64;
}

.product_black_section .product_tab_button ul.nav li a.active::before {
  border: 2px solid #c49c64;
}
.product_tab_button {
  margin-bottom: 35px;
  text-align: center;
}

.product_tab_button ul {
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #473829;
}

.product_tab_button ul.nav {
  display: inline-block;
  position: relative;
  border: 2px solid #473829;
}

.product_tab_button ul.nav::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  right: 100%;
  top: 50%;
  background-image: linear-gradient(to right, transparent, #473829);
}
.product_tab_button ul.nav::after {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  background-image: linear-gradient(to right, transparent, #473829);
}

.product_tab_button ul li {
  display: inline-block;
}

.product_tab_button ul li:first-child a {
  border-left: 0;
}

.product_tab_button ul li a {
  font-size: 18px;
  color: #473829;
  line-height: 46px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  font-family: "Baloo 2", serif;
  border-left: 2px solid #f2dbc2;
  padding: 0 30px;
  border-radius: 2px;
  transition: 0.3s;
}

.product_tab_button ul li a:hover {
  color: #c49c64;
}

.product_tab_button ul li a.active {
  color: #c49c64;
  position: relative;
}
.product_tab_button ul li a.active::before {
  position: absolute;
  content: "";
  width: 104%;
  height: 109%;
  border: 2px solid #996a52;
  left: -2px;
  top: -2px;
  border-radius: 2px;
}

.tab-content {
  padding-top: 20px;
}

.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

/* Mobile: keep product tabs in a single horizontal row */
@media (max-width: 576px) {
  .product_tab_button { margin-bottom: 18px; }
  .product_tab_button ul.nav,
  .product_black_section .product_tab_button ul.nav {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 0 !important;
    padding: 4px 8px;
  }
  .product_tab_button ul.nav::before,
  .product_tab_button ul.nav::after,
  .product_black_section .product_tab_button ul.nav::before,
  .product_black_section .product_tab_button ul.nav::after { display: none; }
  .product_tab_button ul li { display: inline-flex; flex: 0 0 auto; }
  .product_tab_button ul li a,
  .product_black_section .product_tab_button ul.nav li a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
    border-left: 0 !important;
    position: relative; /* allow custom separator line */
  }
  .product_tab_button ul li a.active::before { display: none; }

  /* Add shorter separators between tab links on mobile */
  .product_tab_button ul li + li a::before,
  .product_black_section .product_tab_button ul.nav li + li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1em; /* match text height */
    background: #473829;
  }
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.product_container .custom-col-5 {
  padding: 0 16px;
}

/* Ensure anchored tabs land with their headings visible beneath sticky header */
#featured,
#arrivals,
#onsale,
#bestselling,
#newsletter,
#updates {
  scroll-margin-top: 220px; /* align section heading just below sticky header */
}

/* Collection landing */
.page-collection {
  background: #f7f3ed;
}

.collection_intro {
  padding: 48px clamp(16px, 6vw, 72px);
  color: #473829;
}

.collection_intro__breadcrumbs {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #9d8067;
  margin-bottom: 28px;
}

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

.collection_intro__breadcrumbs a:hover {
  color: #c49c64;
}

.collection_intro__panel {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.6));
  border-radius: 8px;
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  align-items: center;
  position: relative;
  box-shadow: 0 24px 60px rgba(71, 56, 41, 0.08);
}

.collection_intro__copy h2 {
  font-family: 'Spectral SC', serif;
  font-size: clamp(32px, 4vw, 42px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.collection_intro__subtitle {
  font-family: 'Spectral SC', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #473829;
}

.collection_intro__mark {
  font-size: 0.65em;
  vertical-align: super;
  margin-left: 4px;
}

.collection_intro__copy p {
  font-size: 15px;
  line-height: 1.8;
  color: #473829;
  margin-bottom: 40px;
}

.collection_intro__cta {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #473829;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #473829;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.collection_intro__cta:hover,
.collection_intro__cta:focus {
  background: #473829;
  color: #f2dbc2;
  border-color: #473829;
  outline: none;
}

.collection_intro__art {
  text-align: right;
}

.collection_intro__art img {
  max-width: min(680px, 100%);
  border-radius: 6px;
}

.collection_intro--women {
  padding-bottom: 0;
}

.collection_intro--women .collection_intro__breadcrumbs {
  justify-content: flex-end;
}

.collection_intro__hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 55px rgba(20, 16, 12, 0.18);
  width: 100%;
  max-width: clamp(820px, 90vw, 1400px);
  min-height: clamp(280px, 48vh, 560px);
  aspect-ratio: auto;
  margin: 0 auto clamp(24px, 8vw, 72px);
}

.collection_intro__hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.collection_intro__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 12, 8, 0) 45%, rgba(18, 12, 8, 0.55) 100%);
  pointer-events: none;
}

.collection_intro__hero-copy {
  position: absolute;
  bottom: clamp(24px, 6vw, 48px);
  left: clamp(24px, 6vw, 64px);
  color: #f9f5ef;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 1;
}

.collection_intro__hero-copy h1 {
  font-family: 'Spectral SC', serif;
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 12px;
}

.collection_intro__hero-copy p {
  font-family: 'Poppins', serif;
  font-size: clamp(12px, 2.2vw, 16px);
  text-transform: none;
  letter-spacing: 0.05em;
  margin: 0;
}

#women-catalog-title {
  scroll-margin-top: clamp(110px, 14vh, 180px);
}

#women-pendants-title {
  scroll-margin-top: clamp(110px, 14vh, 180px);
}

#women-rings-title {
  scroll-margin-top: clamp(110px, 14vh, 180px);
}

#women-necklaces-title {
  scroll-margin-top: clamp(110px, 14vh, 180px);
}

.women_catalog {
  padding-top: clamp(12px, 4vw, 40px);
  background: #f2dbc2;
}

.women_catalog__controls {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a2f25;
}

.women_catalog__control {
  background: linear-gradient(135deg, #fefbf6 0%, #f8e9d7 100%);
  border: 1px solid rgba(196, 156, 100, 0.6);
  border-radius: 999px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: 'Poppins', serif;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a2f25;
  box-shadow: 0 6px 12px rgba(39, 28, 18, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.women_catalog__control:hover,
.women_catalog__control:focus {
  border-color: #c49c64;
  color: #c49c64;
  box-shadow: 0 18px 32px rgba(58, 39, 21, 0.18);
  transform: translateY(-1px);
}

.women_catalog__count {
  font-family: 'Spectral SC', serif;
  font-size: 8px;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(196, 156, 100, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.women_catalog__heading {
  margin: clamp(8px, 2vw, 20px) 0 clamp(16px, 2.8vw, 30px);
  text-align: center;
}

.women_catalog__heading h2 {
  font-family: 'Spectral SC', serif;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #402f23;
}


.women_catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.women_catalog__row > .custom-col-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 6px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .women_catalog__row > .custom-col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .women_catalog__row > .custom-col-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.women_featured {
  padding-top: clamp(40px, 6vw, 72px);
}

.women_featured .section_title p {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c49c64;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 992px) {
  .collection_intro__panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .collection_intro__copy {
    order: 2;
  }

  .collection_intro__art {
    order: 1;
    text-align: center;
  }

  .collection_intro__copy p {
    margin-bottom: 28px;
  }

  .collection_intro__cta {
    margin-inline: auto;
  }
}

/* Let the showcase stretch a little wider than the default container */
@media (min-width: 1200px) {
  .product_black_section .container {
    max-width: 1400px;
  }
}
@media (max-width: 576px) {
  .product_section .tab-content .tab-pane .product_container .custom-row > .custom-col-5 { display: none; }
  .product_section .tab-content .tab-pane .product_container .custom-row > .custom-col-5:first-child { display: block; }
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.single_product {
  transition: 450ms; /* slightly slower hover animation */
  margin-bottom: 30px;
  position: relative; /* contain hover layer */
  overflow: visible;  /* allow hover layer to be fully visible */
}

.single_product:hover {
  background: #c49c64;
  border-radius: 3px;
}

.single_product:hover .product_hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.product_black_section .single_product {
  padding: 15px 17px;
}

.product_black_section .single_product:hover {
  background: #473829;
}

.product_thumb {
  position: relative;
  margin-bottom: 8px;
}

/* Smooth zoom for product images on hover */
.product_thumb img {
  transition: transform 450ms ease;
  transform-origin: center;
  will-change: transform;
}
.single_product:hover .product_thumb img {
  transform: scale(1.04);
}

.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 450ms ease; /* match tile/overlay speed */
}
/* Do not reveal Quick View on hover anymore; reveal via JS-added class */
.single_product.show-quick .quick_button {
  opacity: 1;
  visibility: visible;
}
.quick_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 450ms; /* match tile/overlay speed */
  display: none !important; /* fully hide quick view button on tiles */
}

.quick_button a {
  line-height: 45px;
  background: #996a52;
  color: #f2dbc2;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  display: block;
}

.quick_button a:hover {
  background: #c49c64;
}

.product_black_section .quick_button a {
  font-family: "Baloo 2", serif;
  font-size: 14px;
}

.product_black_section .quick_button a:hover {
  background: #c49c64;
}

.product_content {
  text-align: center;
  position: relative;
}
.product_content h3 {
  line-height: 22px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.product_content h3::before {
  background-image: linear-gradient(
    to right,
    transparent,
    #2d2d2d 30%,
    85%,
    transparent
  );
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.product_content h3 a {
  color: #996a52;
}
.product_content h3 a:hover {
  color: #c49c64;
}
.product_black_section .product_content h3 {
  font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tag_cate {
  margin-bottom: 10px;
}
/* Hide stray empty category links so no "''" or blanks show */
.tag_cate a:empty {
  display: none;
}
.product_black_section .tag_cate a {
  color: #996a52;
  font-size: 13px;
}
.product_black_section .tag_cate a:hover {
  color: #c49c64;
}
.price_box > span {
  font-size: 16px;
  font-weight: 500;
  color: #996a52;
}

.price_box > span.old_price {
  color: #473829;
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
}

.product_hover {
  position: absolute;
  top: 66%; /* keep fixed to avoid hover flicker */
  z-index: 9;
  left: 0;
  background: #c49c64;
  padding: 3px 8px 20px 8px;
  box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out; /* slightly slower hover in/out */
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* avoid capturing events while hidden */
  transform: translateY(6px);
}
.single_product:hover .product_hover {
  top: 66%;
  opacity: 1;
  visibility: visible;
}

.product_black_section .product_hover {
  background: #996a52;
  left: -17px;
  right: -17px; /* span full tile width including padding */
}

.product_ratings {
  margin-bottom: 6px;
}

.product_ratings ul li {
  display: inline-block;
}

.product_ratings ul li a {
  color: #c49c64;
}

/* Smooth glow transition for rating stars */
.product_ratings ul li a i {
  transition: color 450ms ease, text-shadow 450ms ease;
}
/* Glow stars the same as heart icon on tile hover only */
.single_product:hover .product_ratings ul li a i {
  color: #f2dbc2;
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.6), 0 0 6px rgba(196, 156, 100, 0.35);
}
/* Ensure specificity wins inside overlay */
.single_product:hover .product_hover .product_ratings ul li a i {
  color: #f2dbc2 !important;
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.6), 0 0 6px rgba(196, 156, 100, 0.35) !important;
}

.product_desc {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 14px;
}

.product_desc::before {
  background-image: linear-gradient(
    to right,
    transparent,
    #473829 30%,
    85%,
    transparent
  );
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_desc p {
  font-size: 13px;
  line-height: 18px;
  color: #473829;
}
.action_links ul li {
  display: inline-block;
}
.action_links ul li.add_to_cart a {
  line-height: 35px;
  padding: 0 18px;
  width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  transition: background-color 450ms ease, color 450ms ease, transform 450ms ease;
  transform-origin: center;
}

.action_links ul li a {
  line-height: 37px;
  height: 35px;
  width: 35px;
  background: #996a52;
  color: #f2dbc2;
  display: block;
  text-align: center;
  transition: background-color 450ms ease, color 450ms ease, transform 450ms ease;
  transform-origin: center;
}

.action_links ul li a:hover {
  background: transparent; /* remove hover fill */
  color: #f2dbc2; /* keep icon/text color */
  transform: scale(1.06);
}

/* Glow only the icon glyphs on hover */
.action_links ul li a:hover i,
.action_links ul li a:hover span {
  color: #f2dbc2;
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.6), 0 0 6px rgba(196, 156, 100, 0.35);
}

/* Slightly smaller hover scale for Add to Cart */
.action_links ul li.add_to_cart a:hover {
  transform: scale(1.02);
  background: transparent; /* no hover fill on button */
  color: #f2dbc2;
  text-shadow: 0 0 3px rgba(196, 156, 100, 0.6), 0 0 6px rgba(196, 156, 100, 0.35);
}

.product_black_section .action_links ul li.add_to_cart a {
  font-family: "Trebuchet MS", sans-serif;
}

.product_container button {
  display: none !important;
}

/* add this from last part  */

.p_section1 .slick-list {
  padding-bottom: 135px !important;
  margin-bottom: -135px;
  z-index: 9;
  padding-top: 18px !important;
  margin-top: -30px;
  position: relative;
}

.p_bottom.p_section1 .slick-list {
  padding-bottom: 120px !important;
  margin-bottom: -120px;
}

/* till here */

/* banner section  */
.banner_fullwidth {
  background: url(images/banner/TronRings2.jpg);
  margin-bottom: 64px;
}

.banner_fullwidth .row {
  height: 510px;
}

.black_fullwidth .banner_text:hover {
  transform: scale(1.1);
}

.black_fullwidth .banner_text p {
  color: #473829;
}

.black_fullwidth .banner_text h2 {
  color: #996a52;
  font-family: serif;
  font-weight: 400;
}

.black_fullwidth .banner_text span {
  color: #473829;
}

.black_fullwidth .banner_text a {
  color: #996a52;
  border: 2px solid #996a52;
}

.black_fullwidth .banner_text a:hover {
  color: #473829;
  background: #996a52;
}

.banner_text {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.banner_text p {
  font-size: 16px;
  margin: 0;
}

.banner_text h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 65px;
}
.banner_text > span {
  font-size: 16px;
  margin: 0;
  display: block;
}

.banner_text a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #c49c64;
  border: 2px solid #c49c64;
  padding: 0 45px;
  border-radius: 3px;
  margin-top: 70px;
  line-height: 46px;
  display: inline-block;
}

/* ******** product section ******* */
.product_container.bottom button {
  display: block !important;
  position: absolute;
  top: -72px; /* nudge arrows slightly lower */
  right: 38px; /* shift arrows slightly left */
  z-index: 99;
  border: 0;
  background: inherit;
  font-size: 15px;
  background: transparent;
  color: #473829; /* requested arrow color */
  transition: transform 200ms ease; /* slight hover effect */
}

.product_container.bottom button:hover {
  color: #473829; /* keep same color on hover */
  transform: scale(1.06);
}

.product_container.bottom button.next_arrow {
  right: 21px; /* keep consistent offset from prev */
}

.product_black_section.bottom {
  border-bottom: 1px solid #473829;
  padding-bottom: 34px;
  margin-bottom: 80px;
}
.section_title {
  margin-bottom: 33px;
  position: relative;
}

.section_title::before {
  content: "";
  height: 2px;
  background: #473829;
  position: absolute;
  left: 0;
  right: 15px;
  top: 50%;
}

.section_title h2 {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-transform: capitalize;
  padding-right: 20px;
  background: #f2dbc2;
  color: #473829;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Spectral SC', serif; /* unify section headings */
}

.blog_section {
  padding-bottom: 62px;
  border-bottom: 1px solid #f2dbc2;
  margin-bottom: 62px;
}

.blog_section .section_title {
  margin-bottom: 30px;
}

.blog_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 64px;
  position: relative;
  z-index: 9;
}

.blog_black .section_title::before {
  background: #473829;
}

.blog_black .section_title h2 {
  color: #473829;
  background: #f2dbc2;
  font-weight: 400;
}

.blog_black .blog_wrapper .owl-nav {
  background: transparent; /* remove background behind arrows */
}

.blog_black .blog_wrapper .owl-nav div,
.blog_black .blog_wrapper .owl-nav div i {
  color: #473829 !important; /* match bestselling arrow color */
  transition: color 450ms ease, transform 200ms ease;
}

.blog_black .blog_wrapper .owl-nav div:hover,
.blog_black .blog_wrapper .owl-nav div:hover i {
  color: #473829 !important; /* keep same color on hover */
  transform: scale(1.06);
}
.blog_content {
  text-align: left;
}

.blog_content h3 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 21px;
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog_content h3 a {
  color: #473829;
  letter-spacing: 1px;
  font-family: "Poppins", serif !important;
  font-weight: 500;
}
.blog_content h3 a:hover {
  color: #c49c64;
}

.blog_content .read_more a {
  color: #996a52;
}
.blog_content .read_more a:hover {
  color: #c49c64;
}

.author_name p {
  color: #996a52;
}

.author_name p span.themes {
  color: #996a52;
}

.post_desc p {
  color: #473829;
  font-size: 13px;
}
.blog_wrapper .col-lg-4 {
  flex: 0 0 100%;
  width: 100%;
}

.blog_wrapper .owl-nav {
  position: absolute;
  top: -72px; /* align height with bestselling arrows */
  right: 21px; /* align right offset with next arrow */
  display: flex;
  background: transparent;
  padding: 0 10px;
  font-size: 15px; /* match bestselling arrow size */
  z-index: 99;
}

.blog_wrapper .owl-nav div.owl-next {
  margin-left: 8px;
}

.blog_thumb {
  position: relative;
  margin-bottom: 20px;
}
.blog_thumb a {
  display: block;
}
.blog_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.blog_thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.author_name {
  margin-bottom: 10px;
}
.author_name p {
  font-size: 13px;
  text-transform: capitalize;
  color: #996a52;
}

.author_name p span.themes {
  color: #c49c64;
}

.author_name p span.post_by {
  color: #996a52;
}

.post_desc {
  margin-bottom: 12px;
}
.post_desc p {
  line-height: 26px;
  color: #996a52;
}
.blog_content p.post_desc {
  color: #473829;
  line-height: 25px;
  margin-bottom: 21px;
}

.blog_column3 i {
  font-size: 17px;
  padding: 0 5px;
}

.blog_column3 .ion-chevron-left:hover {
  color: #c49c64;
}
.blog_column3 .ion-chevron-right:hover {
  color: #c49c64;
}

/* ********** instagram ********* */
.instagram__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instagram__item img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .instagram__item img { height: 460px; }
}
@media (max-width: 576px) {
  .instagram__item img { height: 360px; }
}

.instagram__item:hover::after {
  opacity: 1;
}
.instagram__item:hover .instagram__text {
  opacity: 1;
  visibility: visible;
}
.instagram__item::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(229, 166, 89, 0.719);
  content: "";
  opacity: 0;
  z-index: 1;
  transition: all, 0.3s;
}

.instagram__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all, 0.3s;
  z-index: 2;
}

.instagram__text i {
  font-size: 30px;
  color: #f2dbc2;
}

.instagram__text a {
  font-size: 16px;
  color: #f2dbc2;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

/* Mobile: add spacing between Instagram tiles */
@media (max-width: 576px) {
  .instagram .row { margin-left: -6px; margin-right: -6px; }
  .instagram .row > [class^="col-"],
  .instagram .row > [class*=" col-"] { padding-left: 6px !important; padding-right: 6px !important; margin-bottom: 12px; }
  /* Add a subtle #473829-tinted shadow to tiles */
  .instagram__item { box-shadow: 0 4px 12px rgba(71, 56, 41, 0.18); }
}

/* ***********************subscribe *********** */
.newsletter_area {
  border-bottom: 1px solid #473829;
  padding-bottom: 70px;
  margin-bottom: 65px;
}

.newsletter_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 70px;
}

.newsletter_black h2 {
  color: #473829;
  font-family: serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 32px;
}
.newsletter_black p {
  color: #996a52;
  line-height: 26px;
  margin-bottom: 37px;
}
.newsletter_black .newsletter_content form {
  width: inherit;
  position: unset;
  display: flex;
  justify-content: center;
  width: 600px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.newsletter_black .newsletter_content form input {
  width: 100%;
  border: 2px solid #473829;
  font-size: 12px;
  color: #473829;
  padding: 0 20px;
  border-radius: 4px;
  padding: 10px 224px 10px 20px;
  background: none;
}
.newsletter_black .newsletter_content form button {
  position: absolute;
  font-family: "Poppins", serif;
  content: "";
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 60px;
  background: #473829;
  color: #f2dbc2;
  height: 100%;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}

.newsletter_black .newsletter_content form button:hover {
  color: #c49c64;
}
.newsletter_content {
  text-align: center;
}

/* Mobile: make newsletter form fit small screens */
@media (max-width: 576px) {
  /* Tighten vertical spacing between newsletter (Adorned Updates) and Instagram */
  .newsletter_area { padding-bottom: 12px; margin-bottom: 12px; }
  .newsletter_black { margin-bottom: 12px; }
  .instagram { margin-top: 4px; }
  .newsletter_black .newsletter_content form {
    width: 100%;
    max-width: 100%;
    padding: 0 8px; /* small side padding */
  }
  .newsletter_black .newsletter_content form input {
    padding: 10px 110px 10px 12px; /* leave room for button on the right */
    font-size: 12px;
  }
  .newsletter_black .newsletter_content form button {
    right: 8px;
    top: 0;
    height: 100%;
    padding: 0 18px; /* slimmer button */
    font-size: 14px;
  }
}

/* ****************banner section ************** */
.banner_section_five {
  border-bottom: 0;
  padding: 25px;
}
.banner_section_five .row {
  margin-right: 0;
  margin-left: 0;
}

.port-box {
  background-color: #473829;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(71, 56, 41, 0.35); /* softer, transparent */
  position: relative;
}

.text-overlay {
  font-family: 'Spectral SC', serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #473829;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 600ms ease;
}
.text-overlay h1,
.text-overlay p {
  color: #F2DBC2;
}

/* Ensure overlay heading uses Spectral SC Regular (not bold) */
.text-overlay h1 {
  font-family: 'Spectral SC', serif !important;
  font-weight: 400 !important;
}

.text-overlay h1 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.text-overlay p {
  font-size: 1.2rem;
  margin: 0;
}

.port-box:hover .text-overlay {
  opacity: 0.8;
  visibility: visible;
  pointer-events: auto;
}

.port-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ******************* ************* */
/* footer section */
.footer_black {
  border-top: 1px solid #473829;
  padding-top: 67px;
}

.footer_top {
  padding-bottom: 61px;
}
.footer_black .widgets_container > h3 {
  color: #473829;
  font-family: serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer_contact p {
  margin-bottom: 0;
  line-height: 30px;
  color: #c49c64;
}

.footer_contact p a:hover {
  color: #c49c64;
}

.footer_contact ul {
  margin-top: 10px;
}
.footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}

.footer_contact ul li:last-child {
  margin-right: 0;
}
.footer_contact ul li a {
  color: #f2dbc2;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #473829;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.footer_contact ul li a:hover {
  background: #c49c64;
}

.footer_menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #996a52;
}

.footer_menu ul li a:hover {
  color: #c49c64;
}

/* ***************** */
.simple_product_items {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid 2d2d2d;
}

.simple_product_items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.simple_product_thumb {
  width: 22%;
}

.simple_product_content {
  width: 70%;
  margin-left: 17px;
}

.simple_product_content .tag_cate {
  margin-bottom: 0;
}
.simple_product_content .product_name h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.simple_product_content .product_name h3 a {
  color: #996a52;
  font-size: 23px;
}

.simple_product_content .product_name h3 a:hover {
  color: #c49c64;
}

.simple_product_content .product_price span {
  color: #473829;
  font-size: 14px;
  font-weight: 400;
}

.simple_product_content .product_price span.old_price {
  text-decoration: line-through;
  padding-right: 8px;
}

.simple_product_content .product_price span.current_price {
  color: #996a52;
  font-weight: 500;
}

/* *********footer bottom ******* */
.footer_bottom {
  padding: 38px 0 46px;
}

.copyright_area {
  text-align: center;
}
.copyright_area p {
  text-transform: capitalize;
  line-height: 26px;
  color: #c49c64;
}

/* Mobile: add more space between social links and footer titles */
@media (max-width: 576px) {
  .footer_top .footer_contact { margin-bottom: 18px; }
  .footer_top .footer_contact ul { margin-bottom: 10px; }
  /* Nudge Top Rated Products a bit lower */
  .footer_black .widgets_container.product_widget { margin-top: 16px; }
}

.copyright_area p a {
  color: #996a52;
}
.copyright_area p a:hover {
  text-decoration: underline;
}

/* ***********************over ************** */
/* ***************modal section ************* */

.modal-dialog.modal-dialog-centered {
  min-width: 870px;
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}
.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #f2dbc2;
  margin: 0 2px;
}

.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 17px;
  color: #473829;
  line-height: 26px;
}

.see_all {
  margin-bottom: 27px;
}
.see_all a {
  color: #473829;
  text-decoration: underline;
}
.see_all a:hover {
  color: #c49c64;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  color: #473829;
  line-height: 20px;
}

.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}

.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #f2dbc2;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 15px;
  color: #212121;
  font-weight: 400;
}

.modal_social ul li a:hover {
  background: #c49c64;
  color: #f2dbc2;
  border-color: #c49c64;
}
.modal_price {
  margin-bottom: 16px;
}
.modal_price span {
  font-weight: 600;
  color: #996a52;
  font-size: 16px;
}

.modal_price span.old_price {
  color: #473829;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  color: #473829;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.modal_add_to_cart {
  border-bottom: 1px solid ebebeb;
  padding-bottom: 30px;
}
.modal_add_to_cart form input {
  width: 80px;
  border: 1px solid #f2dbc2;
  background: none;
  padding: 0 17px;
  border-radius: 5px;
  height: 40px;
}

.modal_add_to_cart form button {
  background: none;
  border: 1px solid #473829;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #473829;
  color: #f2dbc2;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.modal_add_to_cart form button:hover {
  background: #c49c64;
  color: #f2dbc2;
  border-color: #c49c64;
}
.modal_body {
  padding: 0 6px 38px;
}
/* Quick View panel background: match homepage */
.modal-content {
  background: #f2dbc2;
}
/* Shift Quick View details right to clear the right arrow */
.modal_right {
  padding-left: 56px;
}
@media (max-width: 767.98px) {
  .modal_right { padding-left: 0; }
}

.modal-content button.close {
  position: relative;
  left: 94%;
  width: 30px;
  height: 30px;
  display: block;
  border: none; /* remove border */
  top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
  background: transparent; /* remove background */
  color: #473829;          /* brown X */
  transition: background-color 300ms ease, color 300ms ease, transform 120ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.modal-content button.close:hover,
.modal-content button.close:focus {
  background: transparent; /* keep no background */
  border: none;
  box-shadow: none; /* remove any ring/border */
  color: #473829;
  outline: none;
  transform: scale(1.1);
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}
.modal_add_to_cart #modalAddToCart,
.modal_add_to_cart #modalAddToFav {
  border: none !important;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 120ms ease;
}
/* space the quick-view action buttons slightly */
.modal_add_to_cart .d-flex > .button {
  margin-right: 8px;
}
.modal_add_to_cart .d-flex > .button:last-child {
  margin-right: 0;
}
/* Quick View action buttons hover color */
.modal_add_to_cart #modalAddToCart:hover,
.modal_add_to_cart #modalAddToFav:hover,
.modal_add_to_cart #modalAddToCart:focus,
.modal_add_to_cart #modalAddToFav:focus,
.modal_add_to_cart #modalAddToCart:active,
.modal_add_to_cart #modalAddToFav:active {
  background: #c49c64;
  color: #f2dbc2;
  outline: none;
  transform: scale(1.03);
}
/* Quick View slideshow arrows: match close button style */
#modalPrev.modal_nav_btn,
#modalNext.modal_nav_btn {
  background: transparent !important;
  color: #473829 !important; /* brown icon */
  border: none !important;
  transition: background-color 300ms ease, color 300ms ease, transform 120ms ease, border-color 300ms ease, box-shadow 300ms ease;
  /* place arrows just outside the image while staying vertically centered */
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
}
/* pull outside the image edges */
#modalPrev.modal_nav_btn { left: -28px !important; right: auto !important; }
#modalNext.modal_nav_btn { right: -28px !important; left: auto !important; }
#modalPrev.modal_nav_btn:hover,
#modalNext.modal_nav_btn:hover,
#modalPrev.modal_nav_btn:focus,
#modalNext.modal_nav_btn:focus {
  background: transparent !important;
  color: #473829 !important;
  outline: none;
  transform: translateY(-50%) scale(1.1) !important;
}
.modal_description.mb-15 {
  margin-bottom: 25px;
  border-bottom: 1px solid ebebeb;
  padding-bottom: 23px;
}
/* Quick View specs text color to match button text */
.modal_specs {
  color: #473829; /* match button background brown */
  margin-bottom: 25px; /* add space before Share section */
}
.modal_specs * {
  color: inherit;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
  display: block;
}
.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2dbc2;
  border-radius: 3px;
  color: #473829;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
  background: #c49c64;
  color: #f2dbc2;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

.arrow-left {
  position: absolute;
  top: 29px;
  left: -9px;
  font-size: 20px;
  height: 25px;
  width: 21px;
  color: #473829;
  padding: 2px;
  border-radius: 6px;
  padding-right: 3px;
}
.arrow-right {
  position: absolute;
  top: 27px;
  right: -12px;
  font-size: 20px;
  height: 25px;
  width: 24px;
  color: #473829;
  padding: 2px;
  border-radius: 6px;
  padding-left: 5px;
}
.arrow-left:hover,
.arrow-right:hover {
  background: #c49c64;
  color: #f2dbc2;
}

/* Mobile tab section now prunes extra tiles via JS instead of CSS */

/* Very small phones: cap logo width/height to avoid overflow */
@media (max-width: 360px) {
  .page-home .header_middel .logo a img { height: 110px !important; max-width: 80vw; width: auto; }
}

/* Tablet: slightly larger home logo */
@media (min-width: 576px) and (max-width: 992px) {
  .page-home .header_middel .logo a img { height: 140px !important; max-height: none; width: auto; }
}
