.explore-section {
  background: #f2f2f2;
}

.explore-title {
  color: #0f2a44;
  letter-spacing: 0.5px;
}

.cat-card {
  display: block;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.cat-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
}

.cat-card.wide img {
  height: 260px;
  border-radius: 28px;
}

.cat-bar {
  /* position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px; */
  background: #0f2a44;
  color: #fff;
  padding: 5px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cat-bar i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e11d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.text-secondary-color {
  color: #2a4f68 !important;
}

/* RATED SECTION */
.rated-title {
  color: #0f2a44;
  letter-spacing: 0.5px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 2px solid #0f2a44;
  color: #0f2a44;
  text-decoration: none !important;
}

.product-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card img {
  width: 100%;
  border-radius: 14px;
  /* height: 70%; */
  object-fit: contain;
}

.product-card p {
  color: #6c7a89;
  font-size: 14px;
  line-height: 1.4;
}

.card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #0f2a44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-btn {
  flex: 1;
  border: none;
  border-radius: 999px;
  background: #d81f2a;
  color: #fff;
}

a,
link {
  text-decoration: none;
}

/* Featured section */

.featured-section {
  background: #f2f2f2;
}

.featured-eyebrow {
  color: #0f2a44;
  letter-spacing: 0.5px;
}

.featured-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  /* overflow: hidden; */
  position: relative;
  min-height: 70dvh;
}

.featured-title {
  font-weight: 900;
  color: #0f2a44;
  font-size: clamp(28px, 4vw, 40px);
}

.featured-desc {
  color: #6c7a89;
  line-height: 1.6;
  margin-bottom: 8px;
}

.price-tag {
  background: #0f2a44;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.add-cart-btn {
  background: #0f2a44;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.buy-now-btn {
  background: #d81f2a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 28px;
}

.featured-img-wrap {
  height: 100%;

  padding: 16px;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.icoTag {
  background-color: #e11d2e;
  color: #fff;
  padding: 7px 11px;

  border-radius: 100%;
}

/* CONTACT SECTION   */

.contact-section {
  background: #f2f2f2;
}

.contact-eyebrow {
  color: #0f2a44;
  letter-spacing: 0.5px;
}

.contact-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.contact-form .form-label {
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #4a6a88;
}

.contact-input {
  border: none;
  border-bottom: 1px solid #b8c3cf;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none;
}

.contact-input:focus {
  border-color: #0f2a44;
  box-shadow: none;
}

.send-btn {
  margin-top: 12px;
  background: #0f2a44;
  color: #fff;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.send-btn i {
  background: #d81f2a;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-divider {
  width: 1px;
  height: 60%;
  background: #d0d6dd;
}

.contact-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}

/* GLOBAL STANDARD SECTION */
.global-section {
  background: #fff;
}

.global-wrap {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
  align-items: start;
}

.global-left {
  max-height: 80vh; /* controls how long it scrolls */
  overflow: hidden;
}

.global-scroll {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 16px;
}

.global-scroll::-webkit-scrollbar {
  width: 4px;
}
.global-scroll::-webkit-scrollbar-thumb {
  background: #c7d0da;
  border-radius: 4px;
}

.global-title {
  font-weight: 900;
  color: #0f2a44;
  margin-bottom: 24px;
}

.global-scroll p {
  color: #5b6f86;
  line-height: 1.7;
  margin-bottom: 18px;
}

.global-logo {
  margin-top: 40px;
}

.global-logo img {
  max-width: 160px;
  border-radius: 1em;
}

.global-divider {
  width: 1px;
  background: #d0d6dd;
  height: 100%;
}

/* Sticky globe */
.global-right {
  position: relative;
}

.globe-wrap {
  position: sticky;
  top: 120px; /* adjust based on header height */
}

.globe-wrap img {
  width: 100%;
  max-width: 420px;
  display: block;
}

/* Mobile fallback */
@media (max-width: 991px) {
  .global-wrap {
    grid-template-columns: 1fr;
  }

  .global-divider {
    display: none;
  }

  .global-left,
  .global-scroll {
    max-height: none;
    overflow: visible;
  }

  .globe-wrap {
    position: static;
    margin-top: 40px;
  }
}

/* GLOBE SHELL ANIMATION */

/* New codew */

.globe-shell {
  width: 90%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;

  /* push light to top-right */
  background: radial-gradient(circle at 85% 20%, #ffffff 0%, #e7e7e7 60%);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.globe-shell::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #0f2a44;

  pointer-events: none;
}

.globe-mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
}

/* This layer moves endlessly */
.globe-scroll-layer {
  display: flex;
  height: 100%;
  width: 200%;
}

/* Each map takes half the width */
.globe-map {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

.globe-map svg {
  width: 200%;
  height: auto;
  transform: scale(1.2);
}

.world-fluid-inner {
  width: 100%;
  height: 100%;

  will-change: transform;
  transform: translateZ(0);
  filter: saturate(0.9) contrast(1.1);
}

.world-fluid-inner svg,
.world-fluid-inner canvas {
  width: 100%;
  height: 100%;
}

.global-logo {
  height: 15vh;
  width: auto;
  bottom: 10%;
}

.globe-scroll-layer {
  animation: globeScroll 40s linear infinite;
}

.globe-map {
  width: 50%;
  flex-shrink: 0;
}

@keyframes globeScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Footer Code */

.site-footer {
  background: #132f4c !important;
  color: #fff;
}

.footer-logo {
  max-width: 180px;
  opacity: 0.9;
  filter: drop-shadow(-5px 10px 2px rgba(0, 0, 0, 0.5));
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.footer-news-title {
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.footer-newsletter {
  display: flex;
  background: #fff;
  border-radius: 999px;
  padding: 4px;
  max-width: 360px;
}

.footer-newsletter input {
  border: none;
  outline: none;
  flex: 1;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
}

.footer-newsletter button {
  background: #d81f2a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.footer-copy {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

/* NAVBAR */
.site-nav {
  background: #fff;
  border-radius: 16px;
  margin: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.nav-logo {
  height: 44px;
}

.nav-pill {
  font-weight: 700;
  color: #132f4c !important;
  padding: 8px 16px !important;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.nav-pill:hover {
  background: rgba(15, 42, 68, 0.08);
}

.nav-pill.active {
  background: #0f2a44;
  color: #fff !important;
}

.nav-actions .icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* border: 1px solid #0f2a44; */
  background: #fff;
  color: #2a4f68;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #d81f2a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navWrapper {
  z-index: 1000;
  /* left: 50%;
  transform: translateX(-50%); */

  position: sticky;
  top: 2%;
}

/* .site-nav {
  transition-delay: 7s !important;
} */

/* CSTM SCROLLBAR */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #2a4f68 #f2f2f2;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2a4f68, #1c3f66);
  border-radius: 10px;
  border: 2px solid #f2f2f2;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1c3f66, #2a4f68);
}

/* Optional: for dark sections like footer */
.dark-scroll::-webkit-scrollbar-track {
  background: #2a4f68;
}

.dark-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d81f2a, #2a4f68);
  border: 2px solid #2a4f68;
}

/* Login/signup redesign ----------------> */
/* ================= LOGIN PAGE ================= */

.custom-login-page {
  padding-bottom: 80px;
}

.custom-login-wrapper {
  margin-top: 40px;
}

.custom-login-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.custom-login-card--primary {
  border: 2px solid #b11217;
}

.custom-login-title {
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.custom-login-subtitle {
  color: #666;
  margin-bottom: 20px;
}

.custom-login-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.custom-login-benefits li {
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-login-benefits i {
  color: #b11217;
  margin-right: 8px;
}

.custom-login-input {
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
}

.custom-login-forgot {
  font-size: 14px;
  font-weight: 600;
  color: #b11217;
}

.custom-login-forgot:hover {
  text-decoration: underline;
}

/* BUTTONS */
.custom-login-btn {
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.custom-login-btn--primary {
  background: #b11217;
  color: #fff;
  border: none;
}

.custom-login-btn--primary:hover {
  background: #941014;
}

.custom-login-btn--secondary {
  background: #f3f3f3;
  color: #333;
}

.custom-login-btn--secondary:hover {
  background: #e9e9e9;
}

/* ================= REGISTER PAGE ================= */

.custom-register-page {
  padding-bottom: 80px;
}

.custom-register-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.custom-register-header {
  text-align: center;
  margin-bottom: 30px;
}

.custom-register-title {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 6px;
}

.custom-register-subtitle {
  color: #666;
}

.custom-register-login-link {
  color: #b11217;
  font-weight: 700;
}

.custom-register-section {
  margin-top: 40px;
}

.custom-register-section-title {
  font-size: 1.5em;
  /* font-weight: 600; */
  margin-bottom: 16px;
}

.custom-register-input {
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
}

.custom-register-footer {
  margin-top: 40px;
  text-align: left;
}

.custom-register-btn {
  padding: 14px 32px;
  border-radius: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.custom-register-btn--primary {
  background: #b11217;
  color: #fff;
  border: none;
}

.custom-register-btn--primary:hover {
  background: #941014;
}

/* Toast update */
/* ================= CUSTOM ALERTS ================= */

.custom-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  animation: alertSlideIn 0.45s ease-out;
}

.custom-alert-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.custom-alert-content {
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}

.custom-alert-close {
  background: transparent;
  border: none;
  font-size: 16px;
  opacity: 0.6;
  cursor: pointer;
}

.custom-alert-close:hover {
  opacity: 1;
}

/* Variants */
.custom-alert--success {
  background: #ecfdf3;
  color: #137333;
}

.custom-alert--success .custom-alert-icon {
  color: #22c55e;
}

.custom-alert--warning {
  background: #fff7ed;
  color: #92400e;
}

.custom-alert--warning .custom-alert-icon {
  color: #f59e0b;
}

.custom-alert--danger {
  background: #fef2f2;
  color: #991b1b;
}

.custom-alert--danger .custom-alert-icon {
  color: #ef4444;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0 !important;
  left: unset !important;
}

/* Animation */
@keyframes alertSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .navWrapper {
    min-width: 90%;
  }
}

/* Comparison Screen start----------------- */
/* ===============================
   COMPARE PAGE REDESIGN
================================ */

.custom-compare-page {
  padding-bottom: 60px;
}

/* HEADER */
.custom-compare-header {
  margin-bottom: 30px;
}

.custom-compare-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 6px;
}

.custom-compare-subtitle {
  color: #777;
  font-size: 15px;
}

/* TABLE WRAP */
.custom-compare-table-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
}

/* TABLE */
.custom-compare-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 700px;
}

.custom-compare-table th,
.custom-compare-table td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

/* LABEL COLUMN */
.compare-label {
  font-weight: 700;
  color: #555;
  background: #fafafa;
  white-space: nowrap;
}

/* PRODUCT TITLE */
.compare-product-title a {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  text-decoration: none;
}

.compare-product-title a:hover {
  color: #b11217;
}

/* IMAGE */
.compare-image img {
  max-width: 140px;
  border-radius: 14px;
  background: #f8f8f8;
}

/* PRICE */
.compare-price {
  font-size: 18px;
  font-weight: 700;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}

.price-main {
  color: #b11217;
}

/* AVAILABILITY */
.compare-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eaf7ec;
  color: #2e7d32;
  font-size: 13px;
  font-weight: 700;
}

/* RATING */
.compare-rating {
  color: #f4b400;
}

.compare-rating .fa-star-o {
  color: #ccc;
}

.compare-review-count {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

/* DESCRIPTION */
.compare-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ATTRIBUTE GROUP */
.compare-attribute-group {
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 16px;
}

/* ACTIONS */

/* BUTTONS */
.custom-btn {
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  border: none;
  text-align: center;
}

.custom-btn--primary {
  background: #b11217;
  color: #fff;
}

.custom-btn--primary:hover {
  background: #8e0f13;
}

.custom-btn--danger {
  background: #f2f2f2;
  color: #333;
}

.custom-btn--danger:hover {
  background: #e6e6e6;
}

/* ACTION BUTTON LAYOUT FIX */

/* Buttons should size nicely next to each other */
.compare-actions .custom-btn {
  flex: 1;
  margin-bottom: 1em;
  min-width: 130px;
}

/* Optional: slightly smaller buttons in compare */
.compare-actions .custom-btn--primary,
.compare-actions .custom-btn--danger {
  padding: 12px 14px;
}

/* EMPTY STATE */
.custom-empty-state {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.custom-empty-state p {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .custom-compare-title {
    font-size: 26px;
  }

  .compare-image img {
    max-width: 100px;
  }

  .custom-compare-table th,
  .custom-compare-table td {
    padding: 12px;
  }
}

/* MY ACCOUNT RESTYLE */
/* ACCOUNT PAGE */

.account-header {
  text-align: left;
  color: #2a4f68;
}

.account-title {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  color: #2a4f68;
}

.account-subtitle {
  font-size: 0.95rem;
}

.account-card {
  background: #f5f5f5;
  border-radius: 18px;
  padding: 24px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.account-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.account-card-title {
  font-size: 1.1rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2a4f68;
}

.account-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-links li {
  margin-bottom: 10px;
}

.account-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #222;
  text-decoration: none;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.account-links a:hover {
  background: #e9e9e9;
  transform: translateX(4px);
}

/* account edit */
.account-form .form-label {
  font-weight: 500;
}

.account-form .form-control,
.account-form .form-select {
  border-radius: 10px;
  padding: 10px 14px;
}

.account-form .form-control:focus,
.account-form .form-select:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.1);
}

.account-card {
  background: #f5f5f5;
  border-radius: 18px;
  padding: 28px;
}

/* Wislist page */
/* Wishlist */
.wishlist-card {
  background: #f5f5f5;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.wishlist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.wishlist-img-wrap {
  background: #fff;
  padding: 16px;
  text-align: center;
  min-height: 180px;
}

.wishlist-img-wrap img {
  min-height: 180px;
  object-fit: contain;
}

.wishlist-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wishlist-title {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.wishlist-title a {
  text-decoration: none;
  color: #000;
}

.wishlist-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist-price {
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 6px;
}

.wishlist-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

/* Reset password */
.account-card {
  background: #f5f5f5;
  border-radius: 18px;
  padding: 28px;
}

.account-header {
  text-align: left;
}

.account-title {
  font-size: 1.6rem;
}

.account-subtitle {
  font-size: 0.95rem;
}

/* ================================
   ACCOUNT – ADDRESS PAGE

/* Card */

/* Headings */
#account-address h2 {
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Labels */
#account-address .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
}

/* Inputs */
#account-address .form-control,
#account-address .form-select {
  border-radius: 0.65rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
}

#account-address .form-control:focus,
#account-address .form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.15rem rgba(var(--bs-primary-rgb), 0.15);
}

/* Validation text */
#account-address .text-danger.small {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

/* Default address radios */
#account-address .form-check-input {
  cursor: pointer;
}

#account-address .form-check-label {
  font-size: 0.9rem;
  cursor: pointer;
}

/* Action buttons */
#account-address .btn {
  border-radius: 0.65rem;
  font-weight: 600;
}

#account-address .btn-primary {
  padding: 0.6rem 1.75rem;
}

#account-address .btn-outline-secondary {
  padding: 0.6rem 1.5rem;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .account-card {
    border-radius: 0.75rem;
  }

  #account-address .btn {
    width: 100%;
  }

  #account-address .d-flex.justify-content-between {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

/* Announcement Modal */
.announcement-modal {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f7f7f7;
}

/* Close button */
.announcement-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#homeAnnouncementModal img {
  max-height: 70vh;
  /* object-fit: cover; */
}

/* Slight overlay effect */
#homeAnnouncementModal .modal-body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.08));
}

/* === SLIDESHOW WRAPPER === */
.nice-slideshow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* === SLIDESHOW === */
.nice-slideshow {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f3f3f3;
}

/* === PROMO BANNERS BELOW === */
.slideshow-banners {
  align-items: stretch;
  justify-content: center;
}

.promo-banner {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  background: #f7f7f7;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.promo-banner img {
  width: 100%;
  height: 180px; /* 🔥 THIS fixes the huge banners */
  object-fit: contain;
}

.promo-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* === BOOTSTRAP CAROUSEL === */
.nice-carousel {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f3f3f3;
}

.slideshow-img {
  height: clamp(260px, 45vh, 520px);
  object-fit: contain;
  border-radius: 1.5rem;
}

/* Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Indicators */
.carousel-indicators [data-bs-target] {
  background-color: #000;
  opacity: 0.3;
}

.carousel-indicators .active {
  opacity: 1;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .slideshow-img {
    height: 260px;
  }

  .promo-banner img {
    height: 140px;
  }
}

/* MINI CART START-------- */
/* === CART BUTTON === */
.cart-toggle {
  background: none;
  border: 0;
  padding: 0;
}

.cart-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Remove dropdown caret from cart */
.cart-toggle::after {
  display: none !important;
}

/* Badge */
/* .cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 999px;
  line-height: 1;
} */

/* === DROPDOWN === */
.cart-menu {
  width: 340px;
  max-width: 95vw;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Items */
.cart-items {
  max-height: 320px;
  overflow-y: auto;
}

.cart-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.cart-thumb img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* Info */
.cart-item-title {
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #000;
  text-decoration: none;
}

.cart-item-title:hover {
  text-decoration: underline;
}

.cart-meta {
  font-size: 12px;
}

/* Remove */
.cart-remove {
  background: none;
  border: 0;
  color: #999;
  padding: 6px;
}

.cart-remove:hover {
  color: #dc3545;
}

/* Summary */
.cart-summary {
  padding: 12px 16px;
  background: #fafafa;
  font-size: 14px;
}

/* Actions */
.cart-actions {
  padding: 16px;
  background: #fff;
}

/* Empty */
.cart-empty i {
  opacity: 0.4;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .cart-menu {
    width: 100%;
  }
}

/* Search bar */
/* === SEARCH MODAL === */
.search-modal {
  border-radius: 1.5rem;
  border: none;
  background: #f8f8f8;
}

.search-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.search-modal-inner {
  max-width: 720px;
  margin: 0 auto;
}

/* Input */
.search-input {
  border-radius: 0.75rem 0 0 0.75rem;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
}

/* Button */
.search-form .btn {
  border-radius: 0 0.75rem 0.75rem 0;
  font-weight: 600;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .search-modal .modal-body {
    padding: 2rem 1.5rem;
  }

  .search-input {
    font-size: 1rem;
  }
}

/* Checkout Twigs */
.checkout-login .form-check-input {
  cursor: pointer;
}

.checkout-login .form-check-label {
  cursor: pointer;
}

.checkout-login .btn {
  height: 48px;
  font-weight: 500;
}

.checkout-form .form-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout-form .form-control,
.checkout-form .form-select {
  height: 48px;
}

.checkout-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.checkout-form .form-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout-form .form-control,
.checkout-form .form-select {
  height: 48px;
}

.checkout-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Shipping method cards */
.shipping-method-options {
  display: grid;
  gap: 12px;
}

.shipping-option-card {
  display: block;
  cursor: pointer;
}

.shipping-option-input {
  display: none;
}

.shipping-option-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  background: #fff;
}

.shipping-option-title {
  font-weight: 500;
}

.shipping-option-price {
  font-size: 0.9rem;
  color: #6c757d;
}

.shipping-option-check .check-indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ced4da;
  position: relative;
}

.shipping-option-input:checked + .shipping-option-content {
  border-color: #111;
  background: #f8f9fa;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator {
  border-color: #111;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #111;
  border-radius: 50%;
}

/* Step intro */
.checkout-step-intro {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.step-badge {
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Shipping groups */
.shipping-method-header {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #111;
}

/* Options grid */
.shipping-method-options {
  display: grid;
  gap: 14px;
}

/* Card */
.shipping-option-card {
  display: block;
  cursor: pointer;
}

.shipping-option-input {
  display: none;
}

.shipping-option-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: all 0.25s ease;
}

/* Left side */
.shipping-option-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shipping-option-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

/* Text */
.shipping-option-title {
  font-weight: 600;
}

.shipping-option-sub {
  font-size: 0.85rem;
  color: #6c757d;
}

/* Right side */
.shipping-option-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shipping-option-price {
  font-weight: 600;
}

/* Selection */
.check-indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ced4da;
  position: relative;
}

.shipping-option-input:checked + .shipping-option-content {
  border-color: #111;
  background: #f8f9fa;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator {
  border-color: #111;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #111;
  border-radius: 50%;
}

/* Hover */
.shipping-option-card:hover .shipping-option-content {
  border-color: #111;
}

/* Address toggle cards */
.checkout-address-toggle {
  display: grid;
  gap: 12px;
}

.address-option {
  display: flex;
  cursor: pointer;
}

.address-option input {
  display: none;
}

.address-option-content {
  display: block;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: all 0.25s ease;
}

.address-option-title {
  display: block;
  font-weight: 600;
}

.address-option-sub {
  font-size: 0.85rem;
  color: #6c757d;
}

.address-option input:checked + .address-option-content {
  border-color: #111;
  background: #f8f9fa;
}

/* Card */
.checkout-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.checkout-card__header {
  padding: 1rem 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f9fafb;
}

.checkout-card__body {
  padding: 1.25rem;
}

/* Inputs */
.checkout-input,
.checkout-select {
  border-radius: 12px;
}

/* Actions */
.checkout-actions {
  display: flex;
  justify-content: flex-end;
}

/*  Custom button (no Bootstrap dependency) */
.checkout-btn-primary {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 3rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.checkout-btn-primary:hover {
  background: #000;
}

.checkout-btn-primary:disabled {
  opacity: 0.6;
}

/* ===============================
   CHECKOUT OPTION CARDS
   (Shipping & Payment)
   =============================== */

.shipping-methods,
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card wrapper */
.shipping-option-card,
.payment-option-card {
  display: block;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
}

/* Hover */
.shipping-option-card:hover,
.payment-option-card:hover {
  border-color: #111827;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Hide native radio */
.shipping-option-input,
.payment-option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Card inner layout */
.shipping-option-content,
.payment-option-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  gap: 16px;
}

/* Text block */
.shipping-option-text,
.payment-option-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shipping-option-title,
.payment-option-title {
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.shipping-option-price,
.payment-option-terms {
  font-size: 0.875rem;
  color: #6b7280;
}

/* Check indicator */
.shipping-option-check,
.payment-option-check {
  flex-shrink: 0;
}

.check-indicator {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  position: relative;
  transition: all 0.2s ease;
}

/* Selected state */
.shipping-option-input:checked + .shipping-option-content,
.payment-option-input:checked + .payment-option-content {
  background: #f9fafb;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator,
.payment-option-input:checked + .payment-option-content .check-indicator {
  border-color: #111827;
}

.shipping-option-input:checked + .shipping-option-content .check-indicator::after,
.payment-option-input:checked + .payment-option-content .check-indicator::after {
  content: "";
  width: 10px !important;
  height: 10px;
  background: #111827;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Disabled state */
.payment-option--disabled,
.shipping-option--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.payment-option--disabled:hover,
.shipping-option--disabled:hover {
  box-shadow: none;
  border-color: #e5e7eb;
}

/* ===============================
   COMMENTS TEXTAREA
   =============================== */

.checkout-form textarea.form-control {
  border-radius: 12px;
  padding: 12px 14px;
  resize: vertical;
}

/* ===============================
   CHECKOUT BUTTONS
   =============================== */

.checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 28px;
  border: none;
  transition: all 0.2s ease;
}

/* Primary CTA */
.checkout-btn--primary {
  background: #111827;
  color: #fff;
}

.checkout-btn--primary:hover {
  background: #000;
  transform: translateY(-1px);
}

.checkout-btn--primary:active {
  transform: translateY(0);
}

/* ===============================
   MOBILE TWEAKS
   =============================== */

@media (max-width: 576px) {
  .shipping-option-content,
  .payment-option-content {
    padding: 14px 16px;
  }

  .checkout-btn {
    width: 100%;
  }
}

/* ===============================
   CHECKOUT CONFIRM
   =============================== */

.checkout-confirm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===============================
   CHECKOUT CARD
   =============================== */

.checkout-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.checkout-card__header {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #fafafa;
}

.checkout-card__body {
  padding: 20px;
}

/* ===============================
   ORDER SUMMARY TABLE
   =============================== */

.checkout-summary-table {
  width: 100%;
  border-collapse: collapse;
}

.checkout-summary-table thead th {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fafafa;
}

.checkout-summary-table tbody td {
  padding: 16px;
  vertical-align: top;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem;
}

.checkout-summary-table tbody tr:last-child td {
  border-bottom: none;
}

/* Product name */
.checkout-product-name {
  font-weight: 600;
  color: #111827;
  text-decoration: none;
}

.checkout-product-name:hover {
  text-decoration: underline;
}

/* Product options */
.checkout-product-options {
  margin-top: 6px;
  color: #6b7280;
  line-height: 1.4;
}

/* Recurring badge */
.checkout-recurring .badge {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
}

/* ===============================
   TOTALS TABLE
   =============================== */

.checkout-totals-table {
  width: 100%;
}

.checkout-totals-table td {
  padding: 10px 0;
  font-size: 0.95rem;
}

.checkout-totals-table tr:not(.checkout-total-final) td {
  color: #374151;
}

.checkout-total-final td {
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  font-size: 1.05rem;
  color: #111827;
}

/* ===============================
   PAYMENT SECTION
   =============================== */

.checkout-payment {
  margin-top: 10px;
}

/* Payment buttons injected by gateways */
.checkout-payment .btn,
.checkout-payment button,
.checkout-payment input[type="submit"] {
  border-radius: 14px !important;
  font-weight: 600;
  padding: 14px 32px;
}

/* ===============================
   MOBILE OPTIMIZATION
   =============================== */

@media (max-width: 768px) {
  .checkout-card__body {
    padding: 16px;
  }

  .checkout-summary-table thead th {
    font-size: 0.75rem;
    padding: 12px;
  }

  .checkout-summary-table tbody td {
    padding: 14px 12px;
    font-size: 0.9rem;
  }

  .checkout-total-final td {
    font-size: 1rem;
  }
}
