/* ==========================================================================
   GLOBAL / RESET
   ========================================================================== */

@font-face {
    font-family: 'montserrat';
    src: url('./guanxe-icons.woff2') format('woff2'),
         url('./montserrat_guanxe.woff2') format('woff2');
    font-style: normal;
}

:root {
  --cc-bg: #f0f0f2;
  --cc-surface: #ffffff;
  --cc-primary: #e5005a;
  --cc-primary-strong: #c4004c;
  --cc-accent: #e5005a;
  --cc-text: #222734;
  --cc-muted: #6d7482;
  --cc-border: #d9d9df;
  --cc-radius: 18px;
  --cc-shadow: 0 14px 34px rgba(15, 31, 51, 0.09);
}

body {
  background: var(--cc-bg);
  color: var(--cc-text);
  overflow-x: hidden;
  letter-spacing: -.02em;
  font-family: 'montserrat','sans-serif' !important;
  /* font-family: 'montserrat','arial','sans-serif' !important; */
}
body#category {
    background: var(--cc-bg);
}

#wrapper {
  padding-top: 0 !important;
}

/* Fixes for exact category screenshot matching */
#wrapper .customclassic-listing-page {
  margin-top: 0;
}

/* ===== Fixed Header ===== */
/* #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(0);
  opacity: 1;
} */

/* Hide state */
#header.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* Smooth behavior */
.top-header {
  transition: all 0.3s ease;
}
/* Optional shadow when visible */
#header:not(.header-hidden) {
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

span.wk-header-account-icons .material-icons {
    color: #333 !important;
    font-size: 20px;
    float: right;
}
.dropdown-menu.wk-header-account-dropdown a:hover {
    color: var(--cc-primary) !important;
}
.dropdown-menu.wk-header-account-dropdown a:hover i {
    color: var(--cc-primary) !important;
}
.wishlist-container {
  margin-top: 3rem;
}
.wk-header-account-dropdown .dropdown-item:last-child {
    position: relative;
}
.wk-header-account-dropdown .dropdown-item:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;     /* reduce from left */
    right: 20px;    /* reduce from right */
    height: 1px;
    background: #ddd;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
.contact-rich,
.contact-rich h4 {
  margin-top: 4rem;
}

.policy-text strong {
  color: #2f3645;
  display: block;
}

.policy-text small {
  color: #8b8f9a;
}

.stat h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.stat p {
  font-size: 15px;
  margin-top: 5px;
  color: rgba(255,255,255,0.85);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#_desktop_user_info {
  display: none;
}

#_desktop_cart {
    color: white;
    /* margin-right: 12px; */
}
div#_desktop_cart .blockcart .header .hidden-sm-down {
    display: none;
}
div#_desktop_cart .blockcart .header .cart-products-count {
    margin-right: 12px;
    margin-top: 8px;
    position: absolute;
}

nav.header-nav .container .row {
    display: flex;
    align-items: center;
}

#header {
  position: sticky;
  top: 0;
  z-index: 90;
  transition: transform 0.25s ease;
}

#header.is-hidden {
  transform: translateY(-110%);
}

#header .header-nav {
  background: var(--cc-primary);
  color: #fff;
  border: 0;
}

#header .header-nav a,
#header .header-nav .btn-unstyle,
#header .header-nav .expand-more {
  color: #fff;
}

#header .header-nav .right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}

#header .header-top {
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

#header .menu {
  width: 100%;
}

#_desktop_logo img {
  max-height: 38px !important;
}

/* Background */
.top-header {
  background: var(--cc-primary);
  padding: 15px 0;
}

.language-selector.dropdown.js-dropdown button {
    padding: 6px 0px 6px 10px;
    border-radius: 16px;
    margin-right: -6px;
}
.language-selector.dropdown.js-dropdown button:hover {
    background: #d3074c;
}
.currency-selector.dropdown.js-dropdown button {
    padding: 6px 0px 6px 10px;
    border-radius: 16px;
}
.currency-selector.dropdown.js-dropdown button:hover {
    background: #d3074c;
}

/* Layout */
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  min-width: 0;
}

/* Logo */
.header-logo {
  flex: 0 0 auto;
  min-width: 0;
}

.header-logo img {
  height: 40px;
  max-width: 100%;
  outline: none !important;
  display: block;
}

.header-logo a:focus,
.header-logo a:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Search bar */
.header-search {
  /* flex: 1 1 420px; */
  display: flex;
  justify-content: center;
  padding: 0 30px;
  /* min-width: 220px; */
}

.header-search form {
  width: 100%;
  max-width: clamp(280px, 45vw, 520px);
  position: relative;
}

.header-search input[type="text"] {
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 10px 45px 10px 20px;
  min-width: 0;
}

.header-search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 50%;
  border: none;
  width: 35px;
  height: 35px;
}

/* Right side actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
  position: relative;
}

.header-item a {
  color: #fff;
  font: inherit;
}

.header-item.user-info a.account {
  display: flex;
  align-items: center;
  color: white !important;
}

.header-item {
  display: flex;
  align-items: center;
  min-width: 0;
}

#_desktop_cart .header a {
    color: white;
    display: flex;
    gap: 3px;
    align-items: center;
}

#_desktop_cart .blockcart {
  position: relative;
}

#_desktop_cart .header a {
  position: relative;
  padding: 6px 8px;
  border-radius: 999px;
}

#_desktop_cart .header .cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* border: 1px solid rgba(255, 255, 255, 0.55); */
}

#_desktop_cart .header .cart-products-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: white;
  color: var(--cc-primary);
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  min-width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 999px;
  padding: 0 3px;
  /* box-shadow: 0 0 0 2px var(--cc-primary); */
}

#_desktop_cart .blockcart:hover .header a,
#_desktop_cart .blockcart:focus-within .header a {
  background: #fff;
}

#_desktop_cart .blockcart:hover .header a .cart-products-count {
  background: var(--cc-primary);
  color: white;
}


#_desktop_cart .blockcart:hover .header a .material-icons,
#_desktop_cart .blockcart:hover .header a,
#_desktop_cart .blockcart:focus-within .header a .material-icons,
#_desktop_cart .blockcart:focus-within .header a {
  color: var(--cc-primary) !important;
}

#_desktop_cart .cart-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: -120px;
  width: 360px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ededed;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 200;
}

#_desktop_cart .blockcart:hover .cart-dropdown,
#_desktop_cart .blockcart:focus-within .cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#_desktop_cart .cart-empty {
  font-size: 14px;
  color: #333;
}

#_desktop_cart .cart-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#_desktop_cart .cart-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: start;
}

#_desktop_cart .cart-item-image img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
}

#_desktop_cart .cart-item-title {
  font-weight: 600;
  font-size: 14px;
  color: #1f1f1f;
}

#_desktop_cart .cart-item-meta {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

#_desktop_cart .cart-item-qty {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

#_desktop_cart .cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

#_desktop_cart .cart-item-actions .remove-from-cart {
  color: var(--cc-primary);
}

#_desktop_cart .cart-item-price {
  font-weight: 600;
  font-size: 13px;
  color: var(--cc-primary);
}

#_desktop_cart .cart-summary {
  background: #fde8b5;
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 12px;
}

#_desktop_cart .cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #1f1f1f;
  margin-bottom: 8px;
}

#_desktop_cart .cart-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--cc-primary);
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}

.header-item.help-icon a {
    color: white !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
#header #top-menu > li > a {
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
  padding: 0.65rem 0.95rem;
}

#header #top-menu > li > a:hover,
#header #top-menu > li.current > a {
  background: #eef5ff;
  color: var(--cc-primary);
}

#header #top-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border: none;
  color: #A4A3A3;
  font-size: 21px;
  padding: 10px 15px;
  cursor: pointer;
  height: 50px;
}

.nav-arrow:hover {
  color: #fff;
}

.nav-arrow.prev { left: 0%; border: 2px solid; border-radius: 50px; }

.nav-arrow.next { right: 0%; border: 2px solid; border-radius: 50px; }

/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */
.customclassic-home-usp li {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  text-align: center;
  font-size: 0.85rem;
  padding: 0.45rem 0.65rem;
}

.page-home .products-section-title,
.products-selection .h2,
#main .h2 {
  color: #113256;
  font-size: 1.2rem;
  margin-bottom: 0.95rem;
}

#carousel .caption .display-1,
#carousel .caption h2 {
  color: #fff;
  font-size: 1.7rem;
}

.customclassic-home-hero {
  margin: 0 0 1.75rem;
  padding: 2.3rem 2.1rem;
  border-radius: 26px;
  background: radial-gradient(circle at 18% 20%, #3da8ff 0%, #0d63c7 35%, #083a79 100%);
  color: #fff;
}

.customclassic-home-hero__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
  opacity: 0.85;
}

.customclassic-home-hero__title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.customclassic-home-search #search_widget {
  max-width: 720px;
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem;
}

.customclassic-home-search #search_widget form {
  display: flex;
  align-items: center;
}

.customclassic-home-search #search_widget input[type="text"] {
  border: 0;
  height: 50px;
  border-radius: 999px;
  padding-left: 1.15rem;
}

.customclassic-home-search #search_widget button[type="submit"] {
  border-radius: 999px;
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  margin-right: 0.3rem;
}

.customclassic-home-usp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

/* Removed unused header auth modal styles (no matching markup found). */


.page-home .featured-products {
  background: var(--cc-surface);
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  box-shadow: var(--cc-shadow);
  padding: 1.3rem;
  margin-bottom: 1.15rem;
}

/* Trending Activities (home featured products) - title, reviews, price */
.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-description {
  position: relative;
  padding-right: 5.5rem;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-title {
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-title a {
  color: var(--cc-primary);
  font-weight: 700;
  font-size: 0.92rem;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .customclassic-rating-line {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.15rem;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .customclassic-rating-line span {
  font-size: 0.72rem;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .customclassic-rating-score {
  color: var(--cc-primary);
  font-weight: 700;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .customclassic-rating-reviews {
  color: #8b94a5;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-price-and-shipping {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-price-and-shipping .regular-price {
  font-size: 0.68rem;
  color: #9aa0aa;
  text-decoration: line-through;
}

.page-home .featured-products[data-type="popularproducts"] .product-miniature .product-price-and-shipping .price {
  color: var(--cc-primary);
  font-weight: 800;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .page-home .featured-products[data-type="popularproducts"] .product-miniature .product-description {
    padding-right: 0;
  }

  .page-home .featured-products[data-type="popularproducts"] .product-miniature .product-price-and-shipping {
    position: static;
    align-items: flex-start;
    margin-top: 0.2rem;
  }
}

#carousel {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  box-shadow: var(--cc-shadow);
}

#carousel .carousel-item img {
  min-height: 320px;
  object-fit: cover;
}

#carousel .caption {
  left: 3rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  padding: 1.25rem;
  border-radius: 15px;
  background: rgba(10, 26, 47, 0.62);
}

/* ==========================================================================
   PRODUCT LISTING
   ========================================================================== */
.wk-product-page-section {
  background: white;
  margin-bottom: -3rem;
}

.customclassic-category-hero h1,
.customclassic-category-hero #category-description,
.customclassic-category-stats {
  color: #fff;
}

.customclassic-listing-page .customclassic-category-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.customclassic-listing-page .products-selection .total-products p {
  font-size: 0.78rem;
  margin: 0.38rem 0;
  color: #5a6071;
}

#search_filters .h6 {
  font-size: 0.78rem;
  font-weight: 700;
}

div#js-product-list-top .total-products p {
    font-size: 1.1rem;
    font-family: inherit;
    margin-left: -5px;
}

.customclassic-listing-page .product-miniature .product-flags li {
  border-radius: 3px;
  font-size: 0.62rem;
  padding: 0.18rem 0.32rem;
}

.customclassic-listing-page .pagination .page-list li a,
.customclassic-listing-page .pagination .page-list li span {
  border: 0;
  background: transparent;
  border-radius: 4px;
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  font-size: 0.95rem;
  color: var(--cc-primary);
  box-shadow: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.customclassic-listing-page .pagination .page-list li.current a {
  background: #fff;
  color: var(--cc-primary);
  font-weight: 700;
  transform: translateY(-1px);
  /* box-shadow: 0 8px 18px rgba(15, 31, 51, 0.12); */
}

.customclassic-listing-page .pagination .page-list li a:hover {
  color: var(--cc-primary);
  text-decoration: none;
}

.customclassic-listing-page #search_filters .facet ul {
  margin-bottom: 0.25rem;
}

.customclassic-listing-page .active_filters .h6 {
  font-size: 0.75rem;
  color: #4d5464;
  margin-bottom: 0.3rem;
  display: none;
}

.customclassic-listing-page .pagination {
  border-top: 0;
  margin-top: 1rem;
  padding-top: 0.2rem;
}

.customclassic-listing-page .pagination .page-list {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customclassic-listing-page .pagination .pagination-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.8rem;
  font-size: 0.98rem;
  color: #2d3142;
  white-space: nowrap;
}

.customclassic-listing-page .pagination .pagination-meta__left {
  font-size: 0.98rem;
  color: #2d3142;
  text-wrap: auto;
  line-height: 22px;
}

.customclassic-listing-page .pagination .pagination-meta__right {
  font-size: 0.95rem;
  color: #2d3142;
  white-space: nowrap;
}

.customclassic-listing-page .pagination .pagination-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.customclassic-listing-page .pagination .pagination-col {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.customclassic-listing-page .pagination .pagination-col--pages {
  justify-content: center;
}

.customclassic-listing-page .pagination .pagination-col--prev {
  justify-content: flex-start;
}

.customclassic-listing-page .pagination .pagination-col--next {
  justify-content: flex-end;
}

.customclassic-listing-page .pagination .pagination-cta {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-primary);
  /* box-shadow: 0 10px 18px rgba(15, 31, 51, 0.12); */
  text-decoration: none;
  gap: 2px;
}

.customclassic-listing-page .pagination .pagination-cta i {
  font-size: 20px;
  line-height: 1;
}

.customclassic-listing-page .pagination .pagination-cta.disabled {
  opacity: 0.4;
  pointer-events: none;
}

#search_filters .facet .facet-title {
    width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #dddddd !important;
    color: #333 !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
}

.product-miniature .thumbnail-container {
  margin-bottom: .70rem !important;
}

.product-miniature .thumbnail-container {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--cc-border);
  box-shadow: 0 7px 20px rgba(15, 31, 51, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-miniature .thumbnail-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 31, 51, 0.14);
}

.product-miniature .product-title a {
  color: #0f2a48;
  font-weight: 700;
}

.product-miniature .price {
  color: var(--cc-primary);
  font-weight: 800;
}

.customclassic-listing-page .products-selection {
  padding: 4px 5px;
  margin-bottom: 1rem;
}

.customclassic-category-hero .category-cover {
  margin: 0;
  border-radius: 0;
}

.customclassic-category-hero .category-cover img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: brightness(0.62);
}

.customclassic-category-hero .block-category-inner {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  z-index: 2;
}

.customclassic-filters #search_filters {
  position: sticky;
  top: 95px;
}

.customclassic-products-list .product-miniature {
  margin-bottom: 1.15rem;
}

/* View switch buttons */
.customclassic-view {
  background: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.6rem;
  border-radius: 12px;
  color: var(--cc-muted);
}

.customclassic-view--active {
  background: #fff;
  border-color: var(--cc-border);
  color: var(--cc-primary);
}

.customclassic-listing-page {
  margin-top: 0.15rem;
}

.customclassic-listing-page .block-category.customclassic-category-hero {
  margin-bottom: 0.9rem;
  border: 1px solid #d0d0d8;
  border-radius: 4px;
  box-shadow: none;
}

.customclassic-listing-page .customclassic-category-hero .category-cover img {
  min-height: 210px;
  filter: brightness(0.78);
}

.customclassic-listing-page .customclassic-category-hero .block-category-inner {
  bottom: 0.75rem;
  left: 1rem;
  right: 1rem;
}

.customclassic-listing-page .customclassic-category-search #search_widget {
  background: #fff;
  border-radius: 999px;
  max-width: 220px;
  margin: 0;
  padding: 0.15rem;
}

.customclassic-listing-page .customclassic-category-search #search_widget form {
  display: flex;
}

.customclassic-listing-page .customclassic-category-search #search_widget input[type="text"] {
  font-size: 0.82rem;
  height: 28px;
}

.customclassic-listing-page .customclassic-category-search #search_widget button[type="submit"] {
  height: 28px;
  padding: 0 0.7rem;
  font-size: 0.75rem;
}

.customclassic-listing-page .customclassic-category-stats,
.customclassic-listing-page #category-description {
  display: none;
}

.wk-view-toggle button {
    padding: 6px 5px;
}

.customclassic-listing-page .products-sort-order .select-title {
  width: 100%;
  background: #fff;
  border: 1px solid #d0d0d8;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 0.3rem 0.5rem;
}

#search_filters .text-uppercase {
  display: none;
}

.customclassic-view-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* right: -1rem; */
}

.wk-view-toggle button {
    font-size: 14px;
}

.customclassic-view {
  /* width: 30px; */
  border: none !important;
  border-radius: 3px;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.customclassic-view-toggle i {
    margin-right: 5px;
}

.customclassic-view .material-icons {
  font-size: 18px;
}

.customclassic-view-toggle {
  cursor: pointer;
  padding: 0;
}

.customclassic-view-toggle:focus {
  outline: none;
  /* box-shadow: 0 0 0 2px rgba(229, 0, 90, 0.2); */
}

/* .customclassic-view--active {
  color: #fff;
  background: var(--cc-primary);
  border-color: var(--cc-primary);
} */

#left-column #search_filters_wrapper {
  margin-top: 0.1rem;
}

.wk-view-toggle{
  display:inline-flex;
  align-items:center;
  border: 1px solid #d9d9d9;
  border-radius:30px;
  padding: 0px 16px;
  background: white;
}

#search_filters {
  border-radius: 4px;
  border: 1px solid #d0d0d8;
  box-shadow: none;
  padding: 0.55rem 0.65rem;
}

#search_filters .facet {
  padding: 0.35rem 0;
  border-bottom: 1px solid #e3e3e8;
}

#search_filters .facet:last-child {
  border-bottom: 0;
}

#search_filters .facet-label {
  font-size: 0.74rem;
  margin-bottom: 0.28rem;
}

#search_filters .custom-checkbox input[type="checkbox"] + span,
#search_filters .custom-radio input[type="radio"] + span {
  border-color: #b9bac3;
}

#search_filters .facet-label.active,
#search_filters .facet-label.active a,
#search_filters .facet-label a:hover {
  color: var(--cc-primary);
}

#search_filters .ui-slider-horizontal {
  height: 8px;
  border-radius: 999px;
  background: #d5d7de;
  width: 90% !important;
}

#search_filters .ui-widget-header {
  background: var(--cc-primary);
  margin-left: 10px;
}

#search_filters .ui-slider .ui-slider-handle {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 8px solid var(--cc-primary);
  background: #fff;
  top: -8px;
}

.ui-widget-content {
  border: none !important;
}

.customclassic-listing-page #js-product-list .products {
  margin: 0;
}

.customclassic-listing-page #js-product-list .products > .js-product {
  width: 100%;
  max-width: 100%;
  /* margin-bottom: 0.55rem; */
  padding: 0;
}

.customclassic-listing-page .product-miniature .thumbnail-container {
  display: grid;
  grid-template-columns: 170px 1fr 122px;
  gap: 0.55rem;
  align-items: stretch;
  border-radius: 4px;
  border: 1px solid #d0d0d8;
  box-shadow: none;
  background: #fff;
  padding: 1.05rem 1.3625rem .625rem 1.05rem;
}

.customclassic-listing-page .product-miniature .thumbnail-container:hover {
  transform: none;
  box-shadow: none;
}

.customclassic-listing-page .product-miniature .thumbnail-top {
  display: block;
}

.customclassic-listing-page .product-miniature .thumbnail-top .product-thumbnail {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  height: 116px;
}

.customclassic-listing-page .product-miniature .thumbnail-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customclassic-listing-page .product-miniature {
  margin: 0px 0px 0px 0px !important;
}

.customclassic-listing-page .product-miniature .highlighted-informations {
  display: none;
}

.customclassic-listing-page .product-miniature .product-description {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.customclassic-listing-page .product-miniature .product-title {
  margin-bottom: 0.22rem;
  line-height: 1.2;
}

.customclassic-listing-page .product-miniature .product-title a {
  color: var(--cc-primary); /* pink title to match reference */
  font-size: 1.375rem;
  font-weight: 700;
}

.customclassic-listing-page .product-miniature .product-price-and-shipping {
  display: none;
}

.customclassic-listing-page .product-miniature .customclassic-card-desc {
  color: #31384a;
  font-size: 1rem;
  line-height: 1.28;
  margin: 0.2rem 0 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.customclassic-listing-page .product-miniature .product-comments {
  margin-bottom: 0.18rem;
}

.customclassic-listing-page .product-miniature .comments-note,
.customclassic-listing-page .product-miniature .star_content,
.customclassic-listing-page .product-miniature .nb-comments {
  font-size: 0.72rem;
}

.customclassic-listing-page .product-miniature .customclassic-card-meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 420px;
}

.page-my-account #content .links .link-item {
    border: 1px solid #ccc;
}

.page-addresses .address {
    border: 1px solid #7a7a7a;
}
address {
    margin-bottom: 0rem;
}

.customclassic-listing-page .product-miniature .customclassic-card-meta span {
  font-size: .875rem;
  color: #7b8190;
  display: flex;
  align-items: center;
  /* border: 1px solid #e3e4ea;
  border-radius: 999px;
  padding: 0.14rem 0.45rem;
  background: #fafafb; */
}

.customclassic-listing-page .product-miniature .customclassic-list-cta, .customclassic-grid-cta  {
  /* border-left: 1px solid #ededf2; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3rem;
  padding-left: 0.55rem;
  margin-top: 45px;
}

.customclassic-listing-page .product-miniature .customclassic-list-regular-price {
  font-size: 0.67rem;
  color: #8b8f9a;
  text-decoration: line-through;
}

.customclassic-listing-page .product-miniature .customclassic-list-price {
  color: var(--cc-primary); /* pink price */
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.customclassic-listing-page .product-miniature .customclassic-discover-btn,
.customclassic-listing-page .product-miniature .customclassic-discover-btn:hover,
.customclassic-listing-page .product-miniature .customclassic-discover-btn:focus {
  width: 100%;
  min-width: 92px;
  text-align: center;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-size: 0.67rem;
  background: var(--cc-primary);
  border-color: var(--cc-primary);
}

.customclassic-listing-page .product-miniature .product-flags {
  position: absolute;
  top: 8px;
  left: 8px;
}

.customclassic-listing-page .container {
  max-width: 1181px;
}

.customclassic-listing-page .customclassic-category-hero {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.customclassic-listing-page .customclassic-category-hero .category-cover img {
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  object-position: center;
}

.customclassic-listing-page #left-column {
  padding-right: 6px;
}

.customclassic-listing-page #content-wrapper {
  padding-left: 6px;
}

.customclassic-listing-page #search_filters {
  background: #fff;
  border-color: #cfd2da;
  border-radius: 2px;
  padding: 0.80rem;
}

.customclassic-listing-page #search_filters .facet-title {
  color: #333;
  font-size: 0.80rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
  background: #efefef;
  padding: 10px 8px;
  width: 100%;
}

.customclassic-listing-page #search_filters .facet-label a {
  color: #61697a;
  font-size: 0.72rem;
}

.customclassic-listing-page #search_filters .facet-label.active a,
.customclassic-listing-page #search_filters .facet-label a:hover {
  color: var(--cc-primary);
}

.customclassic-listing-page #search_filters .custom-checkbox span,
.customclassic-listing-page #search_filters .custom-radio span {
  width: 13px;
  height: 13px;
}

.customclassic-listing-page #search_filters .facet .navbar-toggler {
  color: #7a8191;
}

/* Product List View - Exact match to reference image */
.customclassic-listing-page #js-product-list.customclassic-products-list .products {
  display: block;
}

/* Product Grid View */
.customclassic-listing-page #js-product-list.customclassic-products-grid .products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .products > .js-product {
  width: 33%;
  /* padding: 0 0.35rem;
  margin-bottom: 0.7rem; */
}

.customclassic-listing-page #js-product-list.customclassic-products-list .product-miniature .thumbnail-container .customclassic-see-details {
  margin-top: -0.8rem;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-container {
  display: block;
  padding: 0.4rem;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-container .wishlist-button-add::before {
  background: rgba(0,0,0,.5) !important;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-top .product-thumbnail {
  height: 170px;
  margin-bottom: 0.45rem;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-list-cta {
  border-left: 0;
  border-top: 1px solid #ededf2;
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  padding-left: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-grid-cta {
  border-left: 0;
  /* border-top: 1px solid #ededf2; */
  margin-top: 0.45rem;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-discover-btn,
.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-discover-btn:hover,
.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-discover-btn:focus {
  width: auto;
  min-width: 100px;
}

.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .customclassic-card-desc {
  /* -webkit-line-clamp: 2; */
  display: none;
}
.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-container {
  padding: 0rem !important;
}
.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-container .product-description {
  padding-left: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.customclassic-listing-page #js-product-list.customclassic-products-grid .product-miniature .thumbnail-container .customclassic-grid-cta {
  padding-right: 0.5rem !important;
  padding-bottom: 0.6rem !important;
}

/* Enhanced List View Styles - Matching Reference Image */
.customclassic-listing-page .product-miniature .customclassic-rating-line {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.25rem;
}

.customclassic-listing-page .product-miniature .customclassic-rating-score {
  font-weight: 700;
  color: var(--cc-primary);
  font-size: 1rem;
}

.customclassic-listing-page .product-miniature .customclassic-rating-reviews {
  color: #6b7280;
  font-size: .875rem;
  margin-left: 5px;
}

.customclassic-listing-page .product-miniature .customclassic-card-meta-item i {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 2px;
}

/* Discover button styling */
.customclassic-listing-page .product-miniature .customclassic-discover-btn,
.customclassic-listing-page .product-miniature .customclassic-discover-btn:hover,
.customclassic-listing-page .product-miniature .customclassic-discover-btn:focus {
  width: auto;
  min-width: 92px;
  text-align: center;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  color: #fff;
  margin-top: 0.25rem;
  text-transform: none;
  float: right;
}

/* Free cancellation text */
.customclassic-listing-page .product-miniature .customclassic-list-free-cancel {
  border-bottom: .0625rem dotted #377c01;
  margin-left: 0.5rem;
}
.customclassic-listing-page .product-miniature .customclassic-list-cancel {
  font-size: 0.875rem;
  color: #377c01;
  font-weight: 700;
}

.customclassic-listing-page .product-miniature .customclassic-list-from {
  display: block;
  font-size: 0.67rem;
  color: #6b7280;
  margin-bottom: 0.18rem;
}

/* Active Filters Styling */
.customclassic-listing-page .active_filters {
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0.45rem;
  display: flex;
  align-items: baseline;
}

.customclassic-listing-page .active_filters .filter-block {
  display: inline-flex;
  align-items: center;
  background: #fff;
  /* border: 1px solid #d5d5dc; */
  /* border-radius: 999px; */
  padding: 10px 15px;
  margin: 0.15rem;
  font-size: 0.72rem;
}

div#js-product-list-footer .wk-category-description {
  margin-left: 1rem;
  margin-right: 10px;
}

.pagination .page-list {
  background: transparent !important;
}

.customclassic-listing-page .active_filters .filter-block .close {
  margin-left: 0.3rem;
  color: #6b7280;
}

/* Sort Orders Styling */
.customclassic-listing-page .sort-by {
  font-size: 0.78rem;
  color: #5a6071;
  padding-top: 0.4rem;
}

#notifications .notifications-container.container {
    padding: 0px;
}

.customclassic-listing-page .products-sort-order .select-title {
  background: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 0.35rem 0.6rem;
  min-width: 103px;
  color: #667085;
}

.customclassic-view-toggle:hover i {
    color: var(--cc-primary);
}

.customclassic-listing-page .products-sort-order .dropdown-menu {
  /* border: 1px solid #d0d0d8; */
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  right: 8px;
  background: white;
  margin-top: 1px;
  width: 14.88rem !important;
}

.customclassic-listing-page .products-sort-order .dropdown-menu a {
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
}

.customclassic-listing-page .products-sort-order .dropdown-menu a:hover {
    background: #efefef;
}

.customclassic-listing-page .products-sort-order .select-list {
  font-size: 0.78rem;
  padding: 0.35rem 0.6rem;
}

.customclassic-listing-page .products-sort-order .select-list:hover {
  background: #fff;
  color: #333;
}

/* Clear all button */
.customclassic-listing-page #_desktop_search_filters_clear_all .btn {
  font-size: 0.72rem;
  padding: 11px 10px;
  border: 1px solid var(--cc-primary);
  background: white;
  color: #232323;
  text-transform: capitalize;
  margin-left: 6px;
}

/* Filter button mobile */
.customclassic-listing-page .filter-button .btn {
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  color: #fff;
  border-radius: 4px;
  font-size: 0.78rem;
  padding: 0.35rem 0.6rem;
}

/* Code added for Grid style */
.customclassic-products-grid .product-miniature {
  margin: 0px 0px 0px 8px !important;
}

.customclassic-products-grid .customclassic-see-details {
  display: none;
}

.customclassic-products-grid .customclassic-rating-divider {
  display: none;
}

.customclassic-products-grid .customclassic-rating-reviews-count {
  display: none;
}

.customclassic-products-grid .customclassic-list-free-cancel {
  display: none;
}

.product-miniature {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-miniature:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.block-category,
.footer-container {
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  box-shadow: var(--cc-shadow);
}

.customclassic-category-search #search_widget {
  max-width: 580px;
  background: #fff;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}

.customclassic-category-search #search_widget input[type="text"] {
  border: 0;
}

.customclassic-category-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 0;
}

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
/* Title aligned under booking card similar to reference layout */
.product-right-main .h1, .product-right-main h1.h1 { margin-top:0.6rem; font-size:1.05rem; font-weight:800; color:var(--cc-text); }

.details-tabs .nav-tabs {
  border-bottom: none;
}

.details-tabs .nav-link {
  border: none;
  color: #777;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
}

.details-tabs .nav-link {
    color: var(--cc-primary);
    font-size: 1rem;
}

.details-tabs .nav-link.active {
  color: var(--cc-primary) !important;
  font-weight: 600;
}

.details-tabs .nav-link {
  position: relative;
  display: inline-block;
}

.details-tabs .nav-link.active::before {
  content: attr(data-tab-text);
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: auto;
  white-space: nowrap;
  height: 5px;
  border-bottom: 5px solid var(--cc-primary);
  color: transparent;
  transform: translateX(-50%);
  border-radius: 2px;
  pointer-events: none;
}

#product .tabs .nav-tabs {
  position: sticky;
  top: 72px;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid var(--cc-border);
}

#product .tabs .nav-link {
  border-radius: 999px;
  border: 0;
  margin-right: 0.4rem;
  color: var(--cc-muted);
}

#product .tabs .nav-link.active {
  background: #eaf2ff;
  color: var(--cc-primary);
}

/* Navigation arrows */
.guanxe-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 32px;
  transition: all 0.2s ease;
  z-index: 100;
}

.guanxe-nav-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
}

.guanxe-nav-arrow i {
  display: flex;
  align-items: center;
}

.guanxe-nav-prev {
  left: 20px;
}

.guanxe-nav-next {
  right: 20px;
}

.product-top-header .h1 {
  font-size: 1.9rem;
  line-height: 1.15;
  font-weight: 800;
  margin: 0;
}

#product .product-information {
  background: #fff;
  border-radius: 18px;
  padding: 1rem;
}

#product .tabs {
  margin-top: 1.25rem;
}

/* Removed unused account page styles (only referenced by templates/customer_bkp). */



/* Top header: full-width title row with price block aligned right */
.product-top-header {
  padding: 1.25rem 0 0.6rem;
  background: transparent;
}

.product-top-header .product-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-top-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-top-price .price,
.product-top-price .product-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--cc-primary-strong);
}

/* Gallery: large main photo and grid of side photos */
.product-images-full .gallery-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.6rem;
  align-items: start;
}

/* Booking sidebar: sticky on desktop, compact card with pink CTA */
.product-booking-sidebar,
.product-booking-card {
  width: 100%;
}

.product-booking-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--cc-border);
  padding: 1rem;
  box-shadow: 0 8px 28px rgba(15,31,51,0.06);
}

.product-booking-card .booking-price-amount {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--cc-primary); /* brighter pink accent */
}

.product-booking-card .booking-meta .rating-number {
  font-weight: 700;
  color: #333;
}

.product-booking-card .calendar-placeholder {
  min-height: 148px;
  border: 1px dashed #f0d6de;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#b04a63;
  background: linear-gradient(180deg, rgba(233,30,99,0.02), rgba(233,30,99,0.00));
}

.product-booking-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(15,31,51,0.06);
}

.product-booking-header {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f0f0f5;
}

.product-booking-price {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.product-booking-from {
  font-size: 0.75rem;
  color: #6b7280;
}

.product-booking-amount {
  font-size: 1.4rem;
  color: var(--cc-primary);
  font-weight: 800;
}

.product-booking-cta {
  background: var(--cc-primary) !important;
  border-color: var(--cc-primary) !important;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.product-booking-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.product-booking-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2f3645;
}

.product-booking-book {
  background: var(--cc-primary) !important;
  border-color: var(--cc-primary) !important;
  border-radius: 999px;
  padding: 0.55rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.product-booking-policies {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f0f0f5;
}

/* Hide product prices and actions from main section — shown in booking card */
.product-right-main .product-prices { display: none; }

.product-booking-card {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 22px rgba(15,31,51,0.06);
  width: 100%;
}

.product-booking-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.product-booking-body .booking-label { display:block; font-weight:600; margin-bottom:0.4rem; }

.product-booking-policies { display:flex; gap:0.6rem; margin-top:0.6rem; }

.product-booking-policies .policy-item { display:flex; gap:0.5rem; align-items:center; font-size:0.85rem; color:var(--cc-muted); }

.product-booking-policies .policy-item i { color:var(--cc-accent); }

/* Additional refinements to closely match guanxe booking page visuals */
.product-container.customclassic-product-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.product-container.customclassic-product-layout .col-md-6:first-child {
  flex: 1.2 1 0;
}

.product-container.customclassic-product-layout .col-md-6:last-child {
  flex: 0.9 1 0;
}

.page-content .product-images-gallery {
  background: var(--cc-surface);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 8px 30px rgba(15,31,51,0.06);
}

.product-cover img,
.product-images-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Policy bullet style - pink dots like reference */
.product-booking-policies { flex-direction:column; }

.product-booking-policies .policy-item {
  position:relative;
  padding-left:1.4rem;
  margin-bottom:0.45rem;
}

.product-booking-policies .policy-item:before{
  content:''; width:8px; height:8px; background:var(--cc-primary); border-radius:50%; position:absolute; left:0.25rem; top:0.6rem;
}

/* Override Bootstrap modal to be full-screen */
.guanxe-image-modal.modal {
  background: rgba(0, 0, 0, 0.92);
}

.guanxe-image-modal .modal-dialog-fullscreen {
  display: flex;
  flex-direction: column;
}

.guanxe-image-modal .guanxe-modal-content {
  background: rgba(33, 33, 33, 0.98);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}

/* Close button */
.guanxe-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1051;
  padding: 0;
  font-size: 28px;
  transition: all 0.2s ease;
}

.guanxe-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.guanxe-modal-close i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal body layout */
.guanxe-modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 0;
}

/* Main image area with navigation arrows */
.guanxe-image-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.guanxe-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.guanxe-main-image {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  display: block;
}

.guanxe-image-title {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Thumbnail strip at bottom */
.guanxe-thumbnails-container {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  flex-shrink: 0;
  max-height: 140px;
}

.guanxe-thumbnails-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

.guanxe-thumbnails-list {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.guanxe-thumb-item {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.guanxe-thumb-item:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.02);
}

.guanxe-thumb-item.active {
  border-color: var(--cc-primary);
  box-shadow: 0 0 8px rgba(233, 30, 99, 0.4);
}

.guanxe-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ensure sticky works inside the product details layout */
.product-details-section,
.product-details-section .container,
.product-details-section .row {
  overflow: visible;
}

.product-details-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-details-section .row > [class*="col-"] {
  float: none;
}

.product-details-section .col-lg-4,
.product-details-section .col-md-12,
.product-details-section .booking-sidebar-col {
  overflow: visible;
  align-self: flex-start;
}

/* small refinements */
.product-description a.view-complete { color: var(--cc-primary); font-weight:700 }

/* Product page booking card */
.product-right-column {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.product-right-main .product-add-to-cart { display: none; }

/* Product booking card (guanxe-style) */
.product-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.product-rating .stars i { color: #ffb400; font-size: 18px; }

.product-rating .reviews { display:block; font-size:0.85rem; color:var(--cc-muted); }

.product-left-miniatures {
  display:flex;
  gap:0.5rem;
  margin-top:0.7rem;
}

.product-left-miniatures img { width:72px; height:72px; object-fit:cover; border-radius:8px; border:1px solid var(--cc-border); }

/* Badge styles for product flags */
.product-flag { background:var(--cc-primary); color:#fff; padding:0.25rem 0.6rem; border-radius:6px; font-size:0.75rem; display:inline-block; margin-right:0.4rem; }

/* Slight spacing for product description & options box */
.product-information { margin-top:0.8rem; }

.product-additional-options { background:#fff; padding:0.85rem; border-radius:10px; border:1px solid var(--cc-border); }

/* Code added to make design of product details tab compatible with reference */
/* TABS */
.details-tabs {
  position: sticky;
  top: var(--sticky-tabs-top, 0px);
  z-index: 1;
  background: white;
}

.details-tabs__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 5px 8px 15px;
}

.details-tabs__inner .nav-tabs {
  margin-bottom: 0;
  flex: 1 1 auto;
}

.details-tabs .nav-item:not(:last-child) .nav-link {
  position: relative;
  padding-right: 18px;
  margin-right: 0px;
}

.details-tabs .nav-item:not(:last-child) .nav-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.12);
}

.sticky-tabs__price {
  display: none;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.sticky-tabs.is-stuck .sticky-tabs__price {
  display: flex;
  margin-right: -1%;
  align-items: baseline;
}

.sticky-tabs.is-stuck {
  box-shadow: 0 8px 18px rgba(20, 24, 31, 0.12);
}

.sticky-tabs.is-description-active {
  box-shadow: none;
}

.sticky-tabs__discount {
  color: #1aa05d;
  font-size: 0.875rem;
  font-weight: 600;
}

.sticky-tabs__regular {
  color: #9aa0aa;
  font-size: 0.875rem;
  text-decoration: line-through;
}

.sticky-tabs__current {
  color: var(--cc-primary);
  font-size: 1.5rem;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  border-radius: 999px;
  /* font-weight: 700; */
  padding: 0.7rem 1.3rem;
}

.btn-secondary {
  border-radius: 999px;
}

/* CSS for List type listing */
.products article .wishlist-button-add {
  position: absolute;
  top: -0.365rem;
  right: -0.365rem;
  z-index: 10;
  background: transparent !important;
}
/* Button base */
.wishlist-button-add {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px !important;
  height: 42px !important;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
/* Quarter circle background */
.wishlist-button-add::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #dcdcdc; /* match your UI */
  border-bottom-left-radius: 100%;
}
/* Icon styling */
.product-miniature .thumbnail-container .wishlist-button-add i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #fff;
  z-index: 3;
}

.wishlist-button-add i {
  position: absolute;
  top: 15px;
  right: 12px;
  font-size: 18px;
  color: #777;
  z-index: 3;
}
/* Hover effect */
.wishlist-button-add:hover i {
  color: #ff4d4d;
}

/* Wrapper fix */
.products-sort-order {
  position: relative;
  right: 1.3rem;
}

/* Button */
.products-sort-order .select-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
  cursor: pointer;
}

/* Add "Sort" text */
.products-sort-order .select-title::before {
  font-size: 14px;
  color: #666;
  margin-right: 6px;
  font-weight: 400;
}

/* Replace icon with vertical arrows */
.products-sort-order .select-title i {
  font-family: 'Material Icons';
  font-size: 18px;
  color: #999;
  line-height: 1;
}

/* Force correct icon */
.products-sort-order .select-title i::before {
  content: "unfold_more"; /* ⬍ style icon */
}

/* Remove default arrow */
.products-sort-order .select-title i {
  transform: none;
  margin-right: -6px;
  margin-left: 3px;
}

.products-sort-order .select-title {
  height: 32px;
}

.products article .wishlist-button-add i {
  color: white;
}

.people-control button { background:#fff; border:1px solid var(--cc-border); padding:0.35rem 0.6rem; border-radius:6px; cursor:pointer; }

button.gallery-more:hover {
    background: var(--cc-primary);
    color: white;
}

/* Login button */
.btn-login {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 15px;
  color: #fff !important;
  text-decoration: none;
}

#header-auth-email-form .form-group label {
  text-align: left !important;
  color: inherit !important;
}

/* Signup button */
.btn-signup {
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 25px;
  margin-right: 10px;
}

.language-selector.dropdown.js-dropdown button > span,
.language-selector.dropdown.js-dropdown i {
  color: white !important;
}

.language-selector.dropdown.js-dropdown {
  position: relative;
}

.language-selector.dropdown.js-dropdown.show button,
.language-selector.dropdown.js-dropdown.open button {
  background: #fff;
  border-radius: 999px;
  /* padding: 4px 10px; */
}

.language-selector.dropdown.js-dropdown.open ul {
    line-height: 2rem;
}

.language-selector.dropdown.js-dropdown.open ul li.current a {
    color: var(--cc-primary) !important;
}
.language-selector.dropdown.js-dropdown.open ul li a:hover {
    color: var(--cc-primary) !important;
}

.language-selector.dropdown.js-dropdown.show button > span,
.language-selector.dropdown.js-dropdown.show button i,
.language-selector.dropdown.js-dropdown.open button > span,
.language-selector.dropdown.js-dropdown.open button i {
  color: var(--cc-primary) !important;
}

.currency-selector.dropdown.js-dropdown button > span,
.currency-selector.dropdown.js-dropdown i {
  color: white !important;
}

.currency-selector.dropdown.js-dropdown {
  position: static;
}

.currency-selector.dropdown.js-dropdown .currency-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
}

.currency-selector.dropdown.js-dropdown .dropdown-menu {
  width: 560px;
  max-width: calc(100vw - 40px);
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ededed;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
  left: auto !important;
  right: 0 !important;
  transform: none;
  top: calc(100% + 8px);
  margin-top: 0;
}

.currency-selector.dropdown.js-dropdown.show button,
.currency-selector.dropdown.js-dropdown.open button {
  background: #fff;
  border-radius: 999px;
  /* padding: 4px 8px; */
}

.currency-selector.dropdown.js-dropdown.show button > span,
.currency-selector.dropdown.js-dropdown.show button i,
.currency-selector.dropdown.js-dropdown.open button > span,
.currency-selector.dropdown.js-dropdown.open button i {
  color: var(--cc-primary) !important;
}
.currency-selector.dropdown.js-dropdown.open button .currency-icon {
  color: var(--cc-primary) !important;
  border: 2px solid var(--cc-primary);
}

.currency-selector.dropdown.js-dropdown .currency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* gap: 8px 12px; */
}

.currency-selector.dropdown.js-dropdown .currency-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 2px;
  color: #1f1f1f;
  text-decoration: none;
}

.currency-selector.dropdown.js-dropdown .currency-symbol {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.currency-selector.dropdown.js-dropdown .currency-name {
  font-size: 14px;
  color: #1f1f1f;
}

.currency-selector.dropdown.js-dropdown .currency-item.current .currency-symbol {
  color: var(--cc-primary);
}

.currency-selector.dropdown.js-dropdown .currency-item.current .currency-name {
  color: var(--cc-primary);
  font-weight: 600;
}

@media (max-width: 991px) {
  .currency-selector.dropdown.js-dropdown .dropdown-menu {
    width: 100%;
  }

  .currency-selector.dropdown.js-dropdown .currency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-group.row {
  display: block;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.35rem;
}

.form-group .form-control {
  border-radius: 4px;
  border: 1px solid #d5d5dc;
  padding: 12px 0.55rem;
  font-size: 0.8rem;
}

.people-control .people-input { width:60px; text-align:center; padding:0.35rem; border:1px solid var(--cc-border); border-radius:6px; }

.date-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.booking-card .form-control {
  height: 45px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer .footer-container .links ul > li a {
  color: #cbd0db;
}

#footer .footer-container .links ul > li a:hover {
  color: #ccc;
}

#footer .footer-container .h3,
#footer .footer-container .h4 {
  color: #ccc;
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin-top: 4%;
}

#footer .footer-container {
  background: #1f232d;
  color: #f3f4f7;
  margin-top: 2rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#footer .footer-container a {
  color: #ccc;
}

/* ==========================================================================
   UTILITIES / HELPERS
   ========================================================================== */
.block-categories {
  display: none !important;
}

.page-header {
  display: none;
}

.customclassic-favorite-btn {
  display: none;
}

.customclassic-checkout-page.checkout-process-page {
    margin-top: 2rem;
}

.cart-grid.row {
    margin-top: 3rem;
}

.customclassic-product-layout > .col-md-6:last-child {
  position: sticky;
  top: 95px;
  align-self: flex-start;
}

.customclassic-cart-page .cart-container,
.customclassic-cart-page .cart-summary,
.customclassic-checkout-page .checkout-step,
.customclassic-checkout-page .cart-summary {
  background: #fff;
}

.customclassic-checkout-page .checkout-step.-current,
.customclassic-checkout-page .checkout-step.-reachable {
  border: 1px solid var(--cc-border);
}

.gallery-mosaic .main-photo {
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-mosaic .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-mosaic .side-photos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.6rem;
}

.gallery-mosaic .side-photos .side-thumb {
  height: 205px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.gallery-mosaic .side-photos .side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-mosaic .see-more-photos {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(255,255,255,0.9);
  color: var(--cc-primary);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.booking-cta {
  display: inline-block;
  width: 100%;
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  color: #fff;
  font-weight: 800;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(233,30,99,0.12);
}

/* End product page adjustments */


/* Listing layout: left filters + right products */
/* .customclassic-product-layout {
  display: flex;
  gap: 1.25rem;
} */

.customclassic-filters {
  padding-top: 0.2rem;
}

/* Ensure products column stretches and cards look like the mockup */
.customclassic-product-layout > .col-lg-9 {
  display: block;
}

.row.sort-by-row {
    display: flex;
    align-items: center;
}

.wk-category-map-btn{
  background:none;
  border:0;
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  cursor:pointer;
  color:#555;
}

.wk-category-map-btn:focus{
  outline: none;
  box-shadow: none;
}

.wk-category-map-btn:focus-visible{
  outline: none;
  box-shadow: none;
}

.wk-divider{
  width:1px;
  height:18px;
  background:#d9d9d9;
  margin-left: 12px;
}

.wk-grid-icon{
  width:14px;
  height:14px;
  background:radial-gradient(circle,#aaa 2px,transparent 3px) 0 0/7px 7px;
}

.wk-map-icon{
  width:16px;
  height:12px;
  border:2px solid #aaa;
  border-radius:2px;
  position:relative;
}

.wk-map-icon:before,
.wk-map-icon:after{
  content:"";
  position:absolute;
  top:-2px;
  bottom:-2px;
  width:2px;
  background:#aaa;
}

.wk-map-icon:before{ left:4px; }

.wk-map-icon:after{ right:4px; }

/* .brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
  width: 10.88rem !important;
} */

span.magnitude {
    float: right;
    margin-right: 5px;
}

.calendar-placeholder {
  height: 140px;
  background: #fafafb;
  border: 1px dashed #e6e6ea;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8f9a;
  font-size: 0.8rem;
}

.policy-item {
  display: flex;
  gap: 0.55rem;
  font-size: 0.75rem;
}

.policy-item i {
  color: var(--cc-primary);
  font-size: 18px;
  flex-shrink: 0;
}

/* Product gallery mosaic */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.main-photo {
  grid-row: 1 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
}

.main-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
}

.side-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.side-thumb {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #f8f8f8;
  cursor: pointer;
}

.side-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
}

.see-more-photos {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.45rem;
}

.booking-price-block .booking-price-label {
  font-size: 0.85rem;
  color: var(--cc-muted);
}

.booking-price-block .booking-price-amount {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--cc-primary-strong);
}

.booking-price-block .booking-price-sub {
  font-size: 0.78rem;
  color: var(--cc-muted);
}

.booking-meta {
  text-align: right;
}

.calendar-placeholder { background:#f7fbff; border:1px dashed var(--cc-border); padding:0.8rem; text-align:center; border-radius:8px; }

.slots-list { display:flex; gap:0.4rem; flex-wrap:wrap; margin-bottom:0.6rem; }

.slots-list .slot { background:#fff; border:1px solid var(--cc-border); padding:0.45rem 0.6rem; border-radius:6px; cursor:pointer; }

.slots-list .slot:hover { border-color:var(--cc-primary); }

.people-control { display:flex; align-items:center; gap:0.5rem; }

.booking-total { display:flex; justify-content:space-between; align-items:center; padding:0.6rem; border-radius:8px; background:#fafcff; margin:0.6rem 0; }

.booking-total .total-label { font-weight:700; color:var(--cc-text); }

.booking-total .total-amount { font-weight:800; color:var(--cc-primary-strong); font-size:1.2rem; }

.booking-cta { background:var(--cc-primary); border-color:var(--cc-primary); padding:0.85rem 1rem; font-weight:700; border-radius:10px; }

/* Make booking CTA match theme primary pink used elsewhere */
.booking-cta {
  background: var(--cc-primary) !important;
  border-color: var(--cc-primary) !important;
  color: #fff;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  font-weight:700;
}

/* Make dashed calendar placeholder more like reference */
.calendar-placeholder { border:2px dashed #e6e9ee; height:120px; display:flex; align-items:center; justify-content:center; color:var(--cc-muted); font-weight:600; }

/* End guanxe modal styles */

/* Category page header design */

.rome-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: -0.5%;
  margin-bottom: 1rem;
}

.hero-bg img {
  width: 100%;
  height: 30px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.hero-tags span {
  background: #fff;
  color: var(--cc-primary);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 600;
}

.hero-title {
  font-size: 5rem;
  font-weight: 700;
  margin: 20px 0;
}

.hero-search {
  margin-top: 10px;
}

.date-box {
  background: #fff;
  width: 350px;
  height: 55px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
}

.hero-stats {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
  padding-right: 8px;
}

/* Code added to make product details page design as per reference site */
.wk-product-top-info {
  background: #fff;
  padding: 15px 25px;
  border-radius: 6px;
}

.wk-product-breadcrumb {
  font-size: 14px;
  color: #777;
}

.wk-product-breadcrumb a {
  color: var(--cc-primary);
  text-decoration: none;
}

.wk-product-breadcrumb .wk-separator {
  margin: 0 8px;
  color: #999;
}

.wk-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.wk-product-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.wk-product-rating-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}

.wk-rating-score {
  color: var(--cc-primary);
  font-weight: 700;
}

.wk-review-count {
  color: var(--cc-primary);
  text-decoration: none;
}

.wk-free-cancel {
  color: #4caf50;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.wk-product-right {
  text-align: right;
}

.wk-discount-percentage {
  color: #4caf50;
  font-size: 14px;
  margin-right: 5px;
}

.wk-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-right: 8px;
}

.wk-current-price {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--cc-primary);
  margin: 5px 0 15px;
}

.wk-availability-btn {
  background: linear-gradient(90deg, var(--cc-primary), var(--cc-primary));
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: none;
}

.wk_product_information {
  background: #fff;
}

.wk-availability-btn:hover {
  opacity: 0.8 !important;
  padding: 10px 28px;
}

.custom-product-gallery {
  margin-bottom: 30px;
  height: 401px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 3px;
  height: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item.first {
  grid-row: span 2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Top-right corner tile */
.gallery-item:nth-child(3) {
  border-top-right-radius: 10px;
}

/* Bottom-right corner tile */
.gallery-item:nth-child(5) {
  border-bottom-right-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: none;
  transition: 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.wk-product-page-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

/* Overlay "see more photos" button on the 5th tile */
.gallery-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: var(--cc-primary);
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
}

.gallery-more:focus {
  outline: 2px solid var(--cc-primary);
  outline-offset: 2px;
}

.hover-rating {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--cc-primary), var(--cc-primary));
  color: #fff;
  padding: 25px;
  width: 65%;
  height: 38%;
  border-bottom-right-radius: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 1;
  transition: 0.3s;
}
.hover-rating .rating-box .customer-rating {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* .gallery-item.first:hover .hover-rating {
  opacity: 1;
} */

.rating-box {
  font-size: 18px;
  font-weight: 600;
}

.rating-box .reviewer {
  margin-top: 8px;
  font-size: 14px;
}

.image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  padding: 18px 40px;
}

.image-popup.active {
  display: block;
}

.popup-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.popup-tab {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.popup-tab.active {
  background: #fff;
  color: var(--cc-primary);
  border-color: #fff;
}

.popup-content {
  position: relative;
  text-align: center;
}

#popupMainImage {
  max-height: 70vh;
  max-width: 80%;
}

.close-popup {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.popup-thumbnails {
  margin-top: 20px;
  text-align: center;
  display: none;
}

.popup-thumbnails.active {
  display: block;
}

.popup-thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
}

.popup-thumb.active,
.popup-thumb:hover {
  opacity: 1;
  border-color: var(--cc-primary);
}

.tabs-content {
  padding-top: 20px;
}

.booking-sidebar-sticky {
  position: sticky;
  top: 40px;
}

/* TAB CONTENT */
.tab-content-box {
  display: none;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  padding-left: 0px;
}

.tab-content-box.active {
  display: block;
}

/* RIGHT SIDEBAR */
.booking-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  align-self: flex-start;
}

.booking-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* FORM */
.booking-card label {
  font-weight: 600;
  margin-bottom: 6px;
}

.booking-btn {
  background: var(--cc-primary);
  border: none;
  height: 50px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 15px;
}

.booking-btn:hover {
  background: var(--cc-primary);
}

div#header-item\ user-info\ header_user_info {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#_desktop_contact_link {
  display: none;
}

#currency-selector-label {
  display: none;
}

.mobile-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #fff;
  color: var(--cc-primary);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* Hide mobile clone source on desktop and mobile */
.mobile-user-source {
  display: none;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1280px) {
  .header-search {
    padding: 0 20px;
  }

  .header-search form {
    max-width: clamp(260px, 40vw, 480px);
  }

  .header-actions {
    gap: 12px;
  }
}

@media (max-width: 1200px) {
  .header-wrapper {
    gap: 10px;
  }

  .header-search {
    flex: 1 1 340px;
    padding: 0 14px;
  }

  .header-search form {
    max-width: clamp(240px, 36vw, 440px);
  }

  .header-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .header-item a {
    font-size: 0.95rem;
  }

  .btn-login,
  .btn-signup {
    padding: 4px 10px;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .header-actions .header-item select {
    max-width: 120px;
  }

  .header-item.help-icon {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header-wrapper {
    gap: 10px;
  }

  .header-search {
    flex: 1 1 300px;
    padding: 0 12px;
  }

  .header-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .header-item a {
    font-size: 0.92rem;
  }

  .btn-login,
  .btn-signup {
    padding: 4px 10px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .header-actions .header-item select {
    max-width: 120px;
  }

  .header-item.help-icon {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-wrapper {
    gap: 12px;
  }

  .header-search {
    flex: 1 1 320px;
    padding: 0 16px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-item a {
    font-size: 0.95rem;
  }

  .header-actions .header-item select {
    max-width: 140px;
  }

  .header-search-hero .tsh-search-panel {
    width: min(460px, 85vw);
  }
}

@media (max-width: 991px) {
  .header-search-hero {
    display: none;
  }
}

/* Make sidebar sticky on wider screens */
@media (min-width: 992px) {
  .product-layout-main .row {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 2rem;
    align-items: start;
  }
  .product-booking-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}

/* Responsive: stack gallery and sidebar on mobile */
@media (max-width: 991px) {
  .product-images-full .gallery-mosaic {
    grid-template-columns: 1fr;
  }
  .gallery-mosaic .side-photos {
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 110px;
  }
  .product-top-header .h1 { font-size: 1.5rem; }
  .product-top-price .price { font-size: 1.15rem; }
}

/* Make the filter button visible on mobile and hide the sidebar there */
@media (max-width: 991px) {
  .customclassic-filters { display: none; }
  #search_filters_wrapper { display: block; }
}

@media (max-width: 991px) {
  #header {
    position: static;
  }

  .customclassic-home-usp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customclassic-product-layout > .col-md-6:last-child {
    position: static;
  }

  #product .tabs .nav-tabs {
    position: static;
  }
}

@media (max-width: 767px) {
  .customclassic-home-hero {
    padding: 1.4rem 1rem;
    border-radius: 18px;
  }

  .customclassic-home-hero__title {
    font-size: 1.35rem;
  }

  .customclassic-home-usp {
    grid-template-columns: 1fr;
  }

  .customclassic-home-search #search_widget,
  .customclassic-category-search #search_widget {
    border-radius: 16px;
  }

  .customclassic-home-search #search_widget form,
  .customclassic-category-search #search_widget form {
    display: block;
  }

  .customclassic-category-hero .block-category-inner {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.75rem;
  }

  .customclassic-category-hero .category-cover img {
    min-height: 260px;
  }

  #carousel .carousel-item img {
    min-height: 220px;
  }

  #carousel .caption {
    left: 1rem;
    right: 1rem;
    max-width: none;
    padding: 0.85rem;
  }
}

.container.wk-product-listing {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 991px) {
  .customclassic-listing-page .product-miniature .thumbnail-container {
    grid-template-columns: 140px 1fr;
  }

  .customclassic-listing-page .product-miniature .customclassic-list-cta {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #ededf2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-left: 0;
  }

  .customclassic-listing-page .customclassic-category-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .customclassic-listing-page .product-miniature .thumbnail-container {
    grid-template-columns: 1fr;
  }

  .customclassic-listing-page .product-miniature .thumbnail-top .product-thumbnail {
    height: 180px;
  }

  .customclassic-listing-page .customclassic-category-search #search_widget {
    max-width: 100%;
  }

  .customclassic-listing-page .customclassic-category-hero h1 {
    font-size: 1.7rem;
  }

  .footer-container .links ul {
    background-color: #1f232d;
  }

  .footer-container .links ul > li {
    border-bottom: 0;
  }

  #search_filters_wrapper {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 10030;
    overflow-y: auto;
    padding: 0.75rem 0.75rem 1rem;
  }

  #search_filter_controls {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }

  #search_filter_controls .btn {
    flex: 1 1 0;
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
  }

  #search_filters .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    background: #efefef;
    padding: 8px 10px;
  }

  #search_filters .title .facet-title {
    flex: 1 1 auto;
    margin: 0;
    width: auto;
    white-space: normal;
    background: transparent !important;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .product-booking-card { position: static; max-width: 100%; }
  .product-right-column { flex-direction: column; }
}

@media (max-width: 767px) {
  .gallery-mosaic {
    grid-template-columns: 1fr;
  }
  .main-photo { grid-row: auto; }
  .side-photos { display: none; }

  #category #left-column #search_filters_wrapper {
    margin-right: 0px !important; 
    margin-left: 0px !important;
  }
}

@media (max-width: 991px) {
  .customclassic-listing-page .container {
    max-width: 100%;
  }

  .customclassic-listing-page #js-product-list.customclassic-products-grid .products > .js-product {
    width: 100%;
    padding: 0;
  }

  .customclassic-listing-page #left-column,
  .customclassic-listing-page #content-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* Sticky sidebar on desktop */
@media (min-width: 992px) {
  .product-right { grid-template-columns: 1fr; }
  .product-booking-card { position: sticky; top: 110px; }
}

@media (max-width: 991px) {
  .product-booking-card { position: static; }
  .product-meta-row { flex-direction:row; }
}

@media (max-width: 768px) {
  .product-container.customclassic-product-layout { flex-direction:column; }
  .product-left-miniatures img { width:56px; height:56px; }
  .calendar-placeholder { height:90px; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .guanxe-nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .guanxe-nav-prev {
    left: 10px;
  }

  .guanxe-nav-next {
    right: 10px;
  }

  .guanxe-thumbnails-container {
    max-height: 110px;
  }

  .guanxe-thumb-item {
    width: 80px;
    height: 80px;
  }

  .guanxe-main-image {
    max-width: 95%;
    max-height: 80%;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 50px;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  .stat {
    width: 48%;
  }

  .hero-content {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .rome-hero {
    height: 600px;
  }

  .hero-title {
    font-size: 36px;
  }

  .date-box {
    width: 100%;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }

  .stat {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .wk-product-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .wk-product-right {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .wk-product-price-box {
    width: 100%;
    border-radius: 15px;
  }
}

@media (max-width: 576px) {
  .wk-product-title {
    font-size: 26px;
  }

  .wk-current-price {
    font-size: 22px;
  }
}

/* Removed unused header auth form label rule (no modal markup present). */

/* Responsive */
@media (max-width: 992px) {

  .customclassic-product-layout {
    gap: 0rem;
  }
  #header .header-top {
    margin-bottom: -55px;
  }

  .header-wrapper {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-search {
    order: 3;
    width: 100%;
    padding: 15px 0 0;
    flex: 1 1 100%;
  }

  .header-actions {
    gap: 10px;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .btn-login,
  .btn-signup {
    padding: 5px 12px;
    font-size: 13px;
  }
}

/* Mobile header fixes */

@media (max-width: 992px) {

  .header-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  /* LOGO */
  .header-logo {
    flex: 1;
  }

  .header-logo img {
    height: 28px;
  }

  /* ACTIONS (right side icons) */
  .header-actions {
    display: flex !important;
    align-items: center;
    gap: 12px;
  }

  /* Hide less important items */
  .header-actions .help-icon,
  .header-actions .signup-btn {
    display: none;
  }

  /* Make login smaller */
  .btn-login {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* SEARCH BAR FULL WIDTH BELOW */
  .header-search {
    order: 3;
    width: 100%;
    padding-top: 12px;
  }

  .header-search form {
    max-width: 100%;
  }

  .header-search input[type="text"] {
    padding: 10px 40px 10px 15px;
  }

  .header-search button {
    width: 32px;
    height: 32px;
  }

  /* Language and Currency dropdowns */
  .header-actions .header-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-actions .header-item select {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    font-size: 14px;
    margin: 0 8px;
  }

  /* Mobile header bar */
  .mobile-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 12px;
  }

  .mobile-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .mobile-menu-btn {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .mobile-header-icon {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
  }

  .mobile-header-icon .material-icons {
    font-size: 22px;
  }

  #header .top-logo {
    display: flex;
    align-items: center;
    min-height: 0;
  }

  #header .top-logo img {
    max-height: 26px;
    width: auto;
  }

  .mobile-inline-logo {
    display: flex;
    align-items: center;
  }

  .mobile-inline-logo a,
  .mobile-inline-logo img {
    display: inline-flex;
  }

  /* Force mobile header icons to white */
  .mobile-header-icon i,
  .mobile-menu-btn i,
  #_mobile_cart i,
  #_mobile_cart a,
  #_mobile_user_info i,
  #_mobile_user_info a {
    color: #fff !important;
  }


  .mobile-search-row {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-header {
    padding: 10px 0;
  }
  /* section#wrapper {
    padding-top: 1rem !important;
  } */
  /* #header {
    padding-bottom: 8px;
  } */
  body#identity .page-wrapper {
    padding-top: 1rem;
  }
  body#identity .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#addresses .page-wrapper {
    padding-top: 1rem;
  }
  body#addresses .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#address .page-wrapper {
    padding-top: 1rem;
  }
  body#address .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#history .page-wrapper {
    padding-top: 1rem;
  }
  body#history .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#module-psgdpr-gdpr .page-wrapper {
    padding-top: 1rem;
  }
  body#module-psgdpr-gdpr .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#module-blockwishlist-lists .page-wrapper {
    padding-top: 1rem;
  }
  body#module-blockwishlist-lists .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#order-slip .page-wrapper {
    padding-top: 1rem;
  }
  body#order-slip .mobile-header-bar {
    margin-bottom: 8px;
  }
  body#my-account .page-wrapper {
    padding-top: 1rem;
  }
  body#my-account .mobile-header-bar {
    margin-bottom: 8px;
  }
  #exportDataToCsv {
    margin-bottom: 5px;
  }

  .mobile-header-left {
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-header-right {
    gap: 10px;
    flex: 0 0 auto;
  }

  .mobile-header-icon .material-icons {
    font-size: 20px;
  }

  #header .top-logo img {
    max-height: 24px;
    max-width: 140px;
  }

  .mobile-cart-count {
    top: -5px;
    right: -6px;
  }
}

@media (max-width: 600px) {
  .mobile-header-left {
    gap: 8px;
  }

  .mobile-header-right {
    gap: 8px;
  }

  #header .top-logo img {
    max-width: 120px;
  }
}

@media (max-width: 540px) {
  .mobile-header-left {
    gap: 6px;
  }

  .mobile-header-right {
    gap: 6px;
  }

  .mobile-header-icon .material-icons {
    font-size: 19px;
  }

  #header .top-logo img {
    max-width: 110px;
  }
}

@media (max-width: 767px) {
  body.page-home .header-top.hidden-md-up {
    display: none;
  }
}

@media (max-width: 768px) {
  .customclassic-listing-page .pagination {
    gap: 0.4rem;
  }

  .customclassic-listing-page .pagination .pagination-meta {
    align-items: center;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    gap: 0.5rem;
    white-space: nowrap;
  }

  .customclassic-listing-page .pagination .pagination-meta__right {
    text-align: right;
    white-space: nowrap;
  }

  .customclassic-listing-page .pagination .pagination-row {
    grid-template-columns: auto 1fr auto;
    gap: 0.4rem;
  }

  .customclassic-listing-page .pagination .pagination-col--prev,
  .customclassic-listing-page .pagination .pagination-col--next {
    justify-content: center;
  }

  .customclassic-listing-page .pagination .page-list {
    flex-wrap: nowrap;
    gap: 0.45rem;
  }
}

@media (max-width: 600px) {
  .customclassic-listing-page .pagination .pagination-meta {
    font-size: 0.84rem;
    gap: 0.4rem;
  }

  .customclassic-listing-page .pagination .pagination-cta {
    width: 36px;
    height: 36px;
  }

  .customclassic-listing-page .pagination .page-list li a,
  .customclassic-listing-page .pagination .page-list li span {
    min-width: 30px;
    height: 30px;
    font-size: 0.88rem;
  }
}

@media (max-width: 420px) {
  .customclassic-listing-page .pagination .pagination-meta {
    font-size: 0.78rem;
    gap: 0.35rem;
  }

  .customclassic-listing-page .pagination .pagination-cta {
    width: 32px;
    height: 32px;
  }

  .customclassic-listing-page .pagination .pagination-cta i {
    font-size: 16px;
  }
}

#productImageSection {
  position: relative;
  min-height: 360px;
}

/* LOADER OVERLAY */
#productImageLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 340px;
  background: transparent;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SPINNER */
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #e60023;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {

  .sticky-tabs .wk-product-wishlist-icon.has-wishlist .wk-wishlist-text {
    display: none !important;
  }
  .details-tabs .nav-link.active {
    font-weight: 500;
  }
  .wk-product-carousel-indicators li {
      width: 18px;
      height: 18px;
      margin: 0px 4px;
  }
  .wk-product-carousel-indicators .active {
      width: 18px;
      height: 18px;
      margin: 1px;
      background: var(--cc-primary);
  }
  #carouselForMobileImages {
    position: relative;
  }
  #carouselForMobileImages .carousel-indicators {
    position: absolute;
    bottom: 25px;          /* distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;            /* above image */
    margin: 0;
  }
  #carouselForMobileImages .carousel-inner {
    height: auto !important;
  }

  #_mobile_cart,
  #_mobile_user_info {
    display: inline-flex;
    align-items: center;
  }
  .wk-availability-btn {
    float: right;
  }
  .wk-product-header {
    gap: 0px;
  }
  #_mobile_cart .blockcart,
  #_mobile_user_info .user-info,
  #_mobile_cart .header {
    display: inline-flex;
    align-items: center;
  }

  #_mobile_cart .material-icons,
  #_mobile_user_info .material-icons {
    font-size: 22px;
  }

  #_mobile_cart .cart-products-count {
    color: #fff;
  }
}

@media (max-width: 480px) {
  .mobile-header-right {
    gap: 10px;
  }

  .mobile-header-icon .material-icons {
    font-size: 19px;
  }

  .mobile-menu-btn i {
    font-size: 22px;
  }

  .mobile-cart-count {
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  .top-header {
    padding: 8px 0;
  }

  .mobile-header-left {
    gap: 8px;
  }

  .mobile-header-right {
    gap: 8px;
  }

  .mobile-header-icon .material-icons {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .mobile-header-right {
    gap: 6px;
  }

  .mobile-menu-btn i {
    font-size: 20px;
  }

  .mobile-header-icon .material-icons {
    font-size: 17px;
  }
}

@media (max-width: 576px) {

  .header-actions {
    display: block;
    width: 100%;
    text-align: center;
  }

  .header-actions .header-item {
    margin-bottom: 10px;
  }
}

.wk-search-heading-wrapper {
  width: 100%;
  padding: 20px 15px;
}

.wk-search-heading {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.wk-search-keyword {
  font-weight: 700;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
  .wk-search-heading {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .wk-search-heading {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .wk-search-heading {
    font-size: 20px;
    line-height: 1.3;
  }
}

.sticky-tabs.details-tabs .wishlist-button-add:before {
    display: none;
}

.sticky-tabs.details-tabs .wishlist-button-add {
    position: relative;
    top: auto;
    right: auto;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.sticky-tabs.details-tabs .wishlist-button-add i {
    position: static;
    color: #999 !important;
    font-size: 25px !important;
}
.sticky-tabs.details-tabs .wishlist-button-add i:hover {
    color: var(--cc-primary) !important;
}

.sticky-tabs .wk-product-wishlist-icon {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0px;
}

.sticky-tabs .wk-product-wishlist-icon.has-wishlist:hover .wishlist-button-add i {
    color: var(--cc-primary) !important;
}

.sticky-tabs .wk-product-wishlist-icon.is-favorited .wishlist-button-add i {
    color: var(--cc-primary) !important;
}

.sticky-tabs .wk-wishlist-text {
    display: none;
    color: var(--cc-primary);
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
    cursor: pointer;
}

.wk-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wk-description.is-clamped {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.product-images-full.container {
    margin-bottom: -1rem;
}

.wk-description-toggle {
  margin-top: 0.75rem;
  background: none;
  border: none;
  padding: 0;
  color: var(--cc-primary);
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
}

.wk-description-toggle:hover {
  text-decoration: underline;
}

body.tabs-js .tab-wise-content {
  display: none;
}

body.tabs-js .tab-wise-content.is-active {
  display: block;
}

.sticky-tabs .wk-product-wishlist-icon.has-wishlist .wk-wishlist-text {
    display: inline;
}

.sticky-tabs.is-stuck .wk-product-wishlist-icon.has-wishlist .wk-wishlist-text {
    display: none;
}
