/* Product UI fixes Ã¢ÂÂ cards, sidebar, images, filter tabs, responsive
   Overlay only. Same links/actions; clearer layout and affordances. */

/* ========== Homepage hero slider (#Gslider) ========== */
#Gslider.carousel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e8efe8 0%, #f4f6f4 45%, #eef1ef 100%);
}

#Gslider .carousel-inner,
#Gslider .carousel-item {
  height: 550px;
  max-height: 550px;
  background: transparent;
}

#Gslider .carousel-item {
  position: relative;
}

/* Atmosphere + text readability without empty side panels */
#Gslider .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(46, 71, 59, 0.72) 0%,
      rgba(46, 71, 59, 0.45) 28%,
      rgba(46, 71, 59, 0.12) 52%,
      rgba(46, 71, 59, 0) 70%
    ),
    radial-gradient(ellipse at 78% 50%, rgba(209, 77, 65, 0.12) 0%, transparent 55%);
}

/* Full-bleed short hero Ã¢ÂÂ fills frame cleanly */
#Gslider .carousel-inner img,
#Gslider .carousel-item > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  object-position: center right;
  opacity: 1;
  transform: scale(1.02);
  transition: transform 6s ease;
}

#Gslider .carousel-item.active > img {
  transform: scale(1);
}

/* Offer text Ã¢ÂÂ open overlay, no floating card */
#Gslider .carousel-caption {
  left: clamp(28px, 6vw, 80px);
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  width: auto;
  max-width: min(420px, calc(100% - 140px));
  margin: 0;
  padding: 0;
  text-align: left !important;
  text-shadow: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#Gslider .carousel-caption h1 {
  display: block;
  width: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
  background: none;
  border: 0;
  border-radius: 0;
}

#Gslider .carousel-caption p {
  margin: 0 0 22px;
  padding: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.92);
  text-align: left !important;
}

#Gslider .carousel-caption .ws-btn,
#Gslider .carousel-caption a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 12px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #2E473B !important;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(46, 71, 59, 0.2);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

#Gslider .carousel-caption .ws-btn::after,
#Gslider .carousel-caption a.btn::after {
  content: "\2192";
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
}

#Gslider .carousel-caption .ws-btn:hover,
#Gslider .carousel-caption a.btn:hover {
  background: #D14D41;
  border-color: #D14D41;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(209, 77, 65, 0.3);
}

#Gslider .carousel-caption .ws-btn:hover::after,
#Gslider .carousel-caption a.btn:hover::after {
  transform: translateX(4px);
}

#Gslider .carousel-caption .ws-btn:focus-visible,
#Gslider .carousel-caption a.btn:focus-visible {
  outline: 2px solid #A3C7A1;
  outline-offset: 3px;
}

#Gslider .carousel-control-prev,
#Gslider .carousel-control-next {
  width: 56px;
  opacity: 1;
  z-index: 3;
}

#Gslider .carousel-control-prev-icon,
#Gslider .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 16px 16px;
  border: 1px solid rgba(220, 229, 220, 0.95);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(46, 71, 59, 0.14);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#Gslider .carousel-control-prev:hover .carousel-control-prev-icon,
#Gslider .carousel-control-next:hover .carousel-control-next-icon {
  background-color: #2E473B;
  border-color: #2E473B;
  transform: scale(1.05);
}

#Gslider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232E473B' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#Gslider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232E473B' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#Gslider .carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#Gslider .carousel-control-next:hover .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#Gslider .carousel-indicators {
  bottom: 12px;
  margin: 0;
  z-index: 3;
}

#Gslider .carousel-indicators li {
  width: 24px;
  height: 4px;
  margin: 0 3px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 3px rgba(46, 71, 59, 0.2);
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}

#Gslider .carousel-indicators li.active {
  width: 38px;
  background-color: #D14D41;
}

@media (max-width: 991px) {
  #Gslider .carousel-inner,
  #Gslider .carousel-item {
    height: 420px;
    max-height: 420px;
  }

  #Gslider .carousel-caption {
    max-width: min(360px, calc(100% - 90px));
  }
}

@media (max-width: 767px) {
  #Gslider .carousel-inner,
  #Gslider .carousel-item {
    height: 320px;
    max-height: 320px;
  }

  #Gslider .carousel-item::before {
    background: linear-gradient(
      180deg,
      rgba(46, 71, 59, 0.08) 0%,
      rgba(46, 71, 59, 0.35) 45%,
      rgba(46, 71, 59, 0.72) 100%
    );
  }

  #Gslider .carousel-item > img {
    object-position: center top;
  }

  #Gslider .carousel-caption {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 40px;
    transform: none;
    max-width: none;
    width: auto;
    padding: 0;
  }

  #Gslider .carousel-caption h1 {
    font-size: 1.55rem;
    margin-bottom: 8px;
  }

  #Gslider .carousel-caption p {
    margin-bottom: 14px;
    font-size: 0.98rem;
  }

  #Gslider .carousel-caption .ws-btn,
  #Gslider .carousel-caption a.btn {
    width: auto;
    padding: 10px 20px;
    font-size: 11px;
  }

  #Gslider .carousel-control-prev,
  #Gslider .carousel-control-next {
    width: 40px;
  }

  #Gslider .carousel-control-prev-icon,
  #Gslider .carousel-control-next-icon {
    width: 34px;
    height: 34px;
  }

  #Gslider .carousel-indicators {
    bottom: 8px;
  }
}

/* ========== Full header Ã¢ÂÂ modern Watermelon shell ========== */
.header.shop.wm-header {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #6b7c72;
  background: #fff;
  border-bottom: 0;
}

/* Top utility bar */
.header.shop.wm-header .topbar {
  padding: 8px 0;
  background: var(--wm-mint-soft);
  border-bottom: 1px solid var(--wm-line);
}

.header.shop.wm-header .topbar .row {
  align-items: center;
  min-height: 28px;
}

.header.shop.wm-header .topbar .list-main {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.header.shop.wm-header .topbar .list-main li {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--wm-ink);
  vertical-align: middle;
}

.header.shop.wm-header .topbar .list-main li::before,
.header.shop.wm-header .topbar .list-main li::after {
  display: none !important;
}

.header.shop.wm-header .topbar .list-main li i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  padding: 0;
  font-size: 13px;
  line-height: 1 !important;
  color: var(--wm-coral);
  position: static !important;
  top: 0 !important;
  vertical-align: middle;
}

.header.shop.wm-header .topbar .list-main li a {
  display: inline-flex;
  align-items: center;
  color: var(--wm-ink);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header.shop.wm-header .topbar .list-main li a:hover {
  color: var(--wm-coral);
}

.header.shop.wm-header .top-left .list-main,
.header.shop.wm-header .right-content .list-main {
  justify-content: flex-start;
}

.header.shop.wm-header .right-content {
  text-align: right;
}

.header.shop.wm-header .right-content .list-main {
  justify-content: flex-end;
}

/* Middle: logo + search + actions */
.header.shop.wm-header .middle-inner {
  padding: 14px 0;
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--wm-line);
}

.header.shop.wm-header .middle-inner .row {
  align-items: center;
}

.header.shop.wm-header .logo {
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 48px;
}

.header.shop.wm-header .logo a {
  display: inline-flex;
  align-items: center;
}

.header.shop.wm-header .logo img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

.header.shop.wm-header .search-bar-top {
  margin: 0;
  text-align: left;
}

.header.shop.wm-header .search-bar {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid var(--wm-line);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(46, 71, 59, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header.shop.wm-header .search-bar:focus-within {
  border-color: var(--wm-mint);
  box-shadow: 0 0 0 4px rgba(163, 199, 161, 0.28);
}

.header.shop.wm-header .search-bar .nice-select,
.header.shop.wm-header .search-bar select {
  flex: 0 0 auto;
  min-width: 130px;
  height: 48px !important;
  line-height: 48px !important;
  margin: 0;
  padding-left: 18px;
  border: 0 !important;
  border-right: 1px solid var(--wm-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
  float: none;
}

.header.shop.wm-header .search-bar .nice-select::after {
  right: 14px;
  border-color: var(--wm-ink);
}

.header.shop.wm-header .search-bar form {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  position: relative;
  width: auto;
  margin: 0;
}

.header.shop.wm-header .search-bar input {
  flex: 1 1 auto;
  width: 100%;
  height: 48px !important;
  margin: 0;
  padding: 0 54px 0 16px;
  border: 0 !important;
  background: transparent;
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

.header.shop.wm-header .search-bar input::placeholder {
  color: #8a9690;
}

.header.shop.wm-header .search-bar .btnn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 40px;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header.shop.wm-header .search-bar .btnn:hover {
  background: var(--wm-coral);
  color: #fff;
  transform: scale(1.03);
}

/* Wishlist / cart action buttons */
.header.shop.wm-header .right-bar,
.header.shop.wm-header .wm-header-actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  position: relative;
  min-height: 48px;
}

.header.shop.wm-header .right-bar .sinlge-bar {
  display: block;
  margin: 0 !important;
  float: none;
  position: relative;
  top: 0 !important;
}

.header.shop.wm-header .right-bar .single-icon.wm-action {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  min-width: 0;
  height: 48px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--wm-line);
  color: var(--wm-ink) !important;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(46, 71, 59, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header.shop.wm-header .right-bar .wm-action-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 15px;
  line-height: 1 !important;
  flex: 0 0 36px;
  transition: background 0.2s ease, color 0.2s ease;
}

.header.shop.wm-header .right-bar .wm-action-icon i {
  display: block;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  position: static !important;
  top: 0 !important;
}

.header.shop.wm-header .right-bar .wm-action-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.2;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.header.shop.wm-header .right-bar .wm-action-label {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--wm-ink);
}

.header.shop.wm-header .right-bar .wm-action-count {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--wm-muted);
}

.header.shop.wm-header .right-bar .single-icon.wm-action:hover {
  background: #fff;
  border-color: var(--wm-mint);
  color: var(--wm-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.1);
}

.header.shop.wm-header .right-bar .single-icon.wm-action:hover .wm-action-icon {
  background: var(--wm-ink);
  color: #fff;
}

.header.shop.wm-header .right-bar .single-icon.wm-action:hover .wm-action-label {
  color: var(--wm-ink);
}

.header.shop.wm-header .right-bar .single-icon .total-count {
  position: absolute;
  top: 2px;
  left: 28px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wm-coral);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border: 2px solid #fff;
}

/* Hide zero badges Ã¢ÂÂ cleaner empty state */
.header.shop.wm-header .right-bar .single-icon .total-count[data-count="0"] {
  display: none;
}

@media (max-width: 1199px) {
  .header.shop.wm-header .right-bar .wm-action-meta {
    display: none;
  }

  .header.shop.wm-header .right-bar .single-icon.wm-action {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .header.shop.wm-header .right-bar .wm-action-icon {
    width: 100%;
    height: 100%;
    background: var(--wm-mint-soft);
  }

  .header.shop.wm-header .right-bar .single-icon .total-count {
    top: -2px;
    left: auto;
    right: -2px;
  }
}

/* Cart / wishlist dropdown polish */
.header.shop.wm-header .shopping .shopping-item {
  top: 58px;
  right: 0;
  width: 320px;
  padding: 16px;
  border: 1px solid var(--wm-line);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(46, 71, 59, 0.16);
}

.header.shop.wm-header .shopping .dropdown-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--wm-line);
}

.header.shop.wm-header .shopping .dropdown-cart-header span,
.header.shop.wm-header .shopping .dropdown-cart-header a {
  float: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.header.shop.wm-header .shopping .dropdown-cart-header a:hover {
  color: var(--wm-coral);
}

.header.shop.wm-header .shopping-list li {
  border-bottom-color: var(--wm-line);
  overflow: visible;
}

.header.shop.wm-header .shopping-list li .cart-item-remove-form {
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: block;
  width: 22px;
  height: 22px;
}

.header.shop.wm-header .shopping-list li .remove {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #ededed !important;
  border-radius: 4px;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
  box-shadow: none;
}

.header.shop.wm-header .shopping-list li .remove i,
.header.shop.wm-header .shopping-list li .remove .fa {
  display: inline-block;
  color: inherit !important;
  font-size: 12px;
  line-height: 1;
  opacity: 1 !important;
}

.header.shop.wm-header .shopping-list li .remove:hover {
  background: #222 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.header.shop.wm-header .shopping-list h4 a {
  color: var(--wm-ink);
}

.header.shop.wm-header .shopping-list h4 a:hover {
  color: var(--wm-coral);
}

.header.shop.wm-header .shopping-item .bottom .btn {
  background: var(--wm-ink);
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header.shop.wm-header .shopping-item .bottom .btn:hover {
  background: var(--wm-coral);
  color: #fff;
}

@media (max-width: 991px) {
  .header.shop.wm-header .topbar .list-main {
    gap: 6px 12px;
  }

  .header.shop.wm-header .right-content {
    text-align: left;
    margin-top: 6px;
  }

  .header.shop.wm-header .right-content .list-main {
    justify-content: flex-start;
  }

  .header.shop.wm-header .middle-inner {
    padding: 12px 0;
  }

  .header.shop.wm-header .logo {
    margin-bottom: 10px;
    justify-content: center;
  }

  .header.shop.wm-header .search-bar {
    max-width: none;
  }

  .header.shop.wm-header .right-bar {
    justify-content: center;
    margin-top: 12px;
    gap: 12px;
  }
}

/* ========== Main navigation Ã¢ÂÂ modern, professional ========== */
.header.shop.wm-header .header-inner,
.header.sticky.wm-header .header-inner {
  background: var(--wm-ink);
  border-bottom: 1px solid rgba(163, 199, 161, 0.18);
  box-shadow: 0 8px 24px rgba(46, 71, 59, 0.12);
}

.header.shop .menu-area,
.header.shop .navbar,
.header.shop .navbar-collapse,
.header.shop .nav-inner {
  width: 100%;
  float: none;
  margin: 0;
}

.header.shop .nav.main-menu {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  float: none;
}

.header.shop .nav.main-menu > li {
  float: none;
  margin: 0 !important;
  position: relative;
}

.header.shop .nav.main-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header.shop .nav.main-menu > li > a i {
  margin-left: 2px;
  font-size: 10px;
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header.shop .nav.main-menu > li:hover > a,
.header.shop .nav.main-menu > li.active > a {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(163, 199, 161, 0.35);
}

.header.shop .nav.main-menu > li.active > a {
  background: rgba(163, 199, 161, 0.22) !important;
  box-shadow: inset 0 0 0 1px rgba(163, 199, 161, 0.55);
}

.header.shop .nav.main-menu > li:hover > a i {
  opacity: 1;
  transform: translateY(1px);
}

/* NEW badge */
.header.shop .nav.main-menu > li > a .new,
.header.shop .nav li .new {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1;
  margin-left: 2px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #D14D41;
  border-radius: 999px;
  left: auto;
  top: auto;
}

.header.shop .nav li .new::before {
  display: none;
}

/* Dropdown panels */
.header.shop .nav li .dropdown {
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(6px) scaleY(1);
  transform-origin: top center;
  min-width: 220px;
  width: max-content;
  max-width: 280px;
  padding: 8px;
  background: #fff;
  border: 1px solid #dce5dc;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(46, 71, 59, 0.16);
  opacity: 0;
  visibility: hidden;
}

.header.shop .nav li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header.shop .nav li .dropdown li {
  margin: 0;
  float: none;
}

.header.shop .nav li .dropdown li a {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #2E473B !important;
  background: transparent !important;
  border-radius: 8px;
  text-transform: none;
}

.header.shop .nav li .dropdown li a:hover,
.header.shop .nav li .dropdown li:hover > a {
  color: #2E473B !important;
  background: #E8F2E7 !important;
}

.header.shop .nav li .dropdown.sub-dropdown {
  left: calc(100% + 8px);
  top: -8px;
  transform: translateX(0) translateY(6px);
  border-radius: 12px;
  border: 1px solid #dce5dc;
  box-shadow: 0 16px 40px rgba(46, 71, 59, 0.16);
}

.header.shop .nav li .dropdown li:hover > .dropdown.sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

/* Sticky header keeps brand nav */
.header.sticky .header-inner {
  background: #2E473B !important;
  box-shadow: 0 10px 28px rgba(46, 71, 59, 0.2);
}

.header.sticky .header-inner .nav li a {
  color: rgba(255, 255, 255, 0.88);
}

.header.sticky .header-inner .nav li:hover > a,
.header.sticky .header-inner .nav li.active > a {
  color: #fff !important;
}

.header.sticky .header-inner .nav li .dropdown li a {
  color: #2E473B !important;
}

.header.sticky .header-inner .nav li .dropdown li a:hover {
  color: #2E473B !important;
}

@media (max-width: 991px) {
  .header.shop .nav.main-menu {
    justify-content: flex-start;
    padding: 6px 0;
    gap: 2px;
  }

  .header.shop .nav.main-menu > li > a {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* ========== Section rhythm (start/end padding) ========== */
.section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.section-title,
.shop-section-title {
  margin-bottom: 32px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.section-title h2,
.shop-section-title h1 {
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.small-banner,
.small-banner.section {
  padding-top: 32px !important;
  padding-bottom: 8px !important;
}

.midium-banner {
  padding-top: 24px !important;
  padding-bottom: 32px !important;
}

.most-popular .section-title {
  margin-bottom: 28px !important;
}

.most-popular.section,
.product-area.section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.shop-home-list,
.shop-home-list.section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.shop-services.section,
.shop-services.section.home {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* ========== Product cards Ã¢ÂÂ reference-inspired, unique brand ========== */
.wm-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wm-product-card.single-product,
.single-product.wm-product-card {
  --card-ink: #2E473B;
  --card-coral: #D14D41;
  --card-mint: #A3C7A1;
  --card-mint-bg: #E8F2E7;
  --card-surface: #eef1ef;
  position: relative;
  margin-top: 0;
  margin-bottom: 28px;
  height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce5dc;
  border-radius: 14px;
  overflow: visible;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.wm-product-card.single-product:hover,
.single-product.wm-product-card:hover {
  border-color: #c5d4c4;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.1);
  transform: translateY(-2px);
}

/* Image stage */
.wm-product-card .product-img {
  position: relative;
  padding: 14px 14px 0;
  background: #fff;
  border-radius: 14px 14px 0 0;
  overflow: visible;
}

.wm-product-card .product-img > a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--card-surface);
  border-radius: 12px;
  overflow: hidden;
  padding: 22px 18px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.wm-product-card .product-img > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 62%;
  height: 10px;
  background: radial-gradient(ellipse, rgba(46, 71, 59, 0.12) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.wm-product-card .product-img > a img,
.wm-product-card .product-img > a img.default-img,
.wm-product-card .product-img > a img.hover-img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.wm-product-card .product-img > a img.hover-img {
  position: absolute;
  inset: 22px 18px;
  width: auto !important;
  height: auto !important;
  opacity: 0;
}

.wm-product-card:hover .product-img > a img.default-img {
  transform: scale(1.04);
}

.wm-product-card:hover .product-img > a img.hover-img {
  opacity: 1;
}

/* Top-left badges */
.wm-product-card .product-img a span.new,
.wm-product-card .product-img a span.hot,
.wm-product-card .product-img a span.price-dec,
.wm-product-card .product-img a span.out-of-stock {
  z-index: 4;
  left: 12px;
  right: auto;
  top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 11px;
  height: 26px;
  line-height: 26px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.wm-product-card .product-img a span.price-dec {
  background: var(--card-coral) !important;
  color: #fff !important;
}

.wm-product-card .product-img a span.new {
  background: var(--card-ink) !important;
  color: #fff !important;
}

.wm-product-card .product-img a span.hot {
  background: #3d7a55 !important;
  color: #fff !important;
}

.wm-product-card .product-img a span.out-of-stock {
  background: #64748b !important;
  color: #fff !important;
}

/* Floating image controls */
.wm-product-card .button-head,
.wm-product-card:hover .button-head {
  position: absolute !important;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: auto;
  height: calc(100% - 14px);
  max-height: none;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0;
  pointer-events: none;
  z-index: 5;
}

.wm-product-card .product-action {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  pointer-events: none;
  z-index: 6;
}

.wm-product-card .product-action a {
  pointer-events: auto;
  position: absolute !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 15px;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--card-ink) !important;
  border: 1px solid rgba(46, 71, 59, 0.12) !important;
  box-shadow: 0 2px 10px rgba(46, 71, 59, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Quick view Ã¢ÂÂ bottom-left */
.wm-product-card .product-action a:first-child {
  top: auto !important;
  bottom: 10px !important;
  left: 10px !important;
  right: auto !important;
}

/* Wishlist Ã¢ÂÂ top-right, slightly inset from edge */
.wm-product-card .product-action a:last-child {
  top: 10px !important;
  bottom: auto !important;
  right: 22px !important;
  left: auto !important;
}

.wm-product-card .product-action a::after {
  content: attr(title);
  position: absolute;
  left: 50%;
  right: auto;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--card-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 4px 12px rgba(46, 71, 59, 0.18);
  z-index: 10;
}

.wm-product-card .product-action a:first-child::after {
  top: auto;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
}

.wm-product-card .product-action a:first-child:hover::after,
.wm-product-card .product-action a:first-child:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wm-product-card .product-action a:last-child::after {
  top: calc(100% + 8px);
  bottom: auto;
  transform: translateX(-50%) translateY(-4px);
}

.wm-product-card .product-action a:last-child:hover::after,
.wm-product-card .product-action a:last-child:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wm-product-card .product-action a:first-child:hover {
  background: var(--card-ink) !important;
  color: #fff !important;
  border-color: var(--card-ink) !important;
  box-shadow: 0 4px 14px rgba(46, 71, 59, 0.22);
}

.wm-product-card .product-action a:last-child:hover {
  background: #fff !important;
  color: var(--card-coral) !important;
  border-color: rgba(209, 77, 65, 0.35) !important;
  box-shadow: 0 4px 14px rgba(209, 77, 65, 0.15);
}

.wm-product-card .product-action a:hover {
  transform: scale(1.08);
}

.wm-product-card .product-action a:active {
  transform: scale(0.96);
}

.wm-product-card .product-action a span {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.wm-product-card .product-action a i {
  display: block !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
}

/* Beat Eshop theme rules on .product-img .product-action links */
.wm-product-card .product-img .product-action a,
.wm-product-card .product-img .button-head .product-action a {
  display: inline-flex !important;
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  line-height: 1 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

.wm-product-card .product-img .product-action a:first-child {
  top: auto !important;
  bottom: 10px !important;
  left: 10px !important;
  right: auto !important;
}

.wm-product-card .product-img .product-action a:last-child {
  top: 10px !important;
  bottom: auto !important;
  right: 22px !important;
  left: auto !important;
}

.wm-product-card .product-img .product-action a i,
.wm-product-card .product-img .button-head .product-action a i {
  line-height: 1 !important;
}

/* Product info */
.wm-product-card .product-content {
  padding: 22px 16px 18px;
  padding-right: 62px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.wm-product-card .product-content h3,
.wm-product-card .product-content h3 a {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #1a2332;
  margin: 0;
}

.wm-product-card .product-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wm-product-card .product-content h3 a:hover {
  color: var(--card-coral);
}

.wm-product-card .wm-save-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--card-mint-bg);
  color: var(--card-ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.wm-product-card .wm-save-badge::before {
  content: "Ã¢ÂÂ";
  font-size: 8px;
  color: #3d7a55;
}

.wm-product-card .product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: auto;
}

.wm-product-card .product-price .wm-price-current,
.wm-product-card .product-price > span.wm-price-current {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.wm-product-card .product-price del {
  padding-left: 0 !important;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
}

.wm-product-card .wm-price-off {
  font-size: 12px;
  font-weight: 700;
  color: var(--card-coral);
}

/* FAB add to cart */
.wm-product-card .product-action-2 {
  position: absolute !important;
  right: 14px;
  bottom: 14px;
  left: auto !important;
  top: auto !important;
  width: auto;
  z-index: 6;
}

.wm-product-card .product-action-2 a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background: var(--card-ink) !important;
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(46, 71, 59, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wm-product-card .product-action-2 a:hover {
  background: var(--card-coral) !important;
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(209, 77, 65, 0.35);
}

.wm-product-card .product-action-2 a span {
  display: none !important;
}

.wm-product-card .product-action-2 a i {
  line-height: 1 !important;
}

/* Legacy cards (list view, carousels without wm-product-card) */
.single-product:not(.wm-product-card) {
  margin-top: 0;
  margin-bottom: 28px;
  height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  overflow: hidden;
}

.single-product:not(.wm-product-card) .product-content h3 a,
.list-content .title a {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #222;
}

.list-content .product-price span {
  font-size: 16px;
  font-weight: 700;
  color: #f7941d;
}

/* Home isotope grid alignment */
.product-area .isotope-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.product-area .isotope-item {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
}

.product-area .single-product {
  margin-top: 0;
}

/* Trending filter tabs Ã¢ÂÂ centered under section title */
.product-area .product-info .nav-main {
  margin-bottom: 24px;
  text-align: center;
}

.product-area .filter-tope-group,
.product-area .nav.nav-tabs.filter-tope-group {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
  border: 0 !important;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.product-area .filter-tope-group .btn {
  margin: 0 !important;
  border: 1px solid #e5e8eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px 18px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-area .filter-tope-group .btn:hover {
  border-color: #f7941d !important;
  color: #f7941d !important;
  background: #fff8f0 !important;
}

.product-area .filter-tope-group .btn.how-active1 {
  background: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

.product-area .filter-tope-group .btn.how-active1:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

/* Shop grid columns: equal visual rhythm */
.shop .row > [class*="col-"] > .single-product {
  margin-top: 0;
}

/* Popular / related carousel cards */
.popular-slider .single-product,
.owl-carousel .single-product {
  margin: 0 6px 10px;
  height: auto;
}

/* ========== List view ========== */
.shop-list .row > .col-12 {
  margin-bottom: 24px;
}

.shop-list .row > .col-12 > .row {
  align-items: stretch;
  background: #fff;
  border: 1px solid #eceff1;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.shop-list .row > .col-12 > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.shop-list .single-product {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  height: 100%;
  box-shadow: none;
  transform: none;
}

.shop-list .single-product:hover {
  box-shadow: none;
  transform: none;
}

.shop-list .single-product .product-img {
  display: block;
  position: relative;
  padding: 14px;
  height: 100%;
}

.shop-list .single-product .product-img > a {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  min-height: 180px;
  padding: 16px;
}

.shop-list .single-product .product-img > a img.hover-img {
  inset: 16px;
}

.shop-list .single-product .button-head,
.shop-list .single-product:hover .button-head {
  order: unset;
  width: 100%;
  margin: 0;
  padding: 12px 0 0;
}

.shop-list .single-product .product-action a span {
  display: none !important;
}

.shop-list .list-content {
  padding: 20px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop-list .list-content .des {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-list .list-content .btn.cart {
  align-self: flex-start;
  margin-top: 4px;
}

/* ========== Shop toolbar Ã¢ÂÂ Watermelon ========== */
.shop .shop-top.wm-shop-top,
.shop .wm-shop-top {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  clear: both;
  background: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--wm-line);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  overflow: visible;
  min-height: 0;
  box-shadow: 0 8px 20px rgba(46, 71, 59, 0.04);
}

.shop .wm-shop-top .shop-shorter,
.shop .wm-shop-top__filters {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px 16px;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.shop .wm-shop-top .single-shorter,
.shop .wm-shop-top__field {
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.shop .wm-shop-top .single-shorter label,
.shop .wm-shop-top__field label {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-muted);
}

.shop .wm-shop-top .single-shorter select,
.shop .wm-shop-top__field select,
.shop .wm-shop-top .nice-select {
  min-width: 110px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0 36px 0 12px;
  border: 1px solid var(--wm-line) !important;
  border-radius: 10px !important;
  background: #f7faf7 !important;
  color: var(--wm-ink) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  float: none;
}

.shop .wm-shop-top .nice-select:after {
  right: 14px;
  border-color: var(--wm-ink);
}

.shop .wm-shop-top .nice-select .list {
  border-radius: 10px;
  border: 1px solid var(--wm-line);
  box-shadow: 0 10px 24px rgba(46, 71, 59, 0.12);
}

.shop .wm-shop-top .nice-select .option:hover,
.shop .wm-shop-top .nice-select .option.focus,
.shop .wm-shop-top .nice-select .option.selected.focus {
  background: #E8F2E7 !important;
  color: #2E473B !important;
}

/* List view toggle removed */
.shop .wm-shop-top .view-mode {
  display: none !important;
}

/* Price filter Ã¢ÂÂ single line */
.shop .wm-shop-top__price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 12px;
  flex: 1 1 auto;
  margin-left: auto;
  min-width: 0;
  max-width: none;
}

.shop .wm-shop-top__price-title {
  display: inline-block;
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-muted);
}

.shop .wm-shop-top__price #slider-range {
  flex: 1 1 120px;
  width: auto;
  min-width: 90px;
  max-width: 180px;
  margin: 0 8px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: #d7e3d8;
}

.shop .wm-shop-top__price #slider-range .ui-slider-range {
  background: var(--wm-ink);
  border-radius: 999px;
}

.shop .wm-shop-top__price #slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -6px;
  margin-left: -8px;
  border: 2px solid var(--wm-ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(46, 71, 59, 0.18);
  cursor: pointer;
  outline: none;
}

.shop .wm-shop-top__price #slider-range .ui-slider-handle:hover,
.shop .wm-shop-top__price #slider-range .ui-slider-handle:focus {
  border-color: var(--wm-coral);
  background: var(--wm-mint-soft);
}

.shop .wm-shop-top__price input#amount {
  flex: 0 0 auto;
  width: 110px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid var(--wm-line);
  border-radius: 10px;
  background: #f7faf7;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
}

.shop .wm-shop-top__price .filter_button {
  flex: 0 0 auto;
  margin: 0;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 40px;
  box-shadow: 0 8px 16px rgba(46, 71, 59, 0.16);
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.shop .wm-shop-top__price .filter_button:hover {
  background: var(--wm-coral);
  transform: translateY(-1px);
}

/* ========== Shop sidebar Ã¢ÂÂ Watermelon ========== */
.shop-sidebar.wm-shop-sidebar,
.wm-shop-sidebar {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  position: sticky;
  top: 20px;
  display: grid;
  gap: 14px;
}

.wm-side-panel {
  margin: 0;
  padding: 18px 16px 16px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(46, 71, 59, 0.04);
}

.wm-side-panel__head {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--wm-line);
}

.wm-side-panel__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.wm-side-empty {
  margin: 0;
  font-size: 13px;
  color: var(--wm-muted);
}

/* Categories */
.wm-side-nav,
.wm-side-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wm-side-nav__item {
  margin: 0 0 4px;
}

.wm-side-nav__row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.wm-side-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--wm-ink) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-side-nav__link:hover {
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
}

.wm-side-nav__link.is-active,
.wm-side-nav__item.is-active > .wm-side-nav__row > .wm-side-nav__link {
  background: var(--wm-ink);
  color: #fff !important;
}

.wm-side-nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 42px;
  height: 36px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid var(--wm-line);
  border-radius: 10px;
  background: #fff;
  color: var(--wm-ink);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wm-side-nav__toggle:hover {
  background: var(--wm-mint-soft);
  border-color: var(--wm-mint);
}

.wm-side-nav__toggle i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.wm-side-nav__item.is-open > .wm-side-nav__row > .wm-side-nav__toggle i {
  transform: rotate(180deg);
}

.wm-side-nav__item.is-active > .wm-side-nav__row > .wm-side-nav__toggle {
  border-color: var(--wm-ink);
  background: var(--wm-mint-soft);
}

.wm-side-nav__count {
  flex: 0 0 auto;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.wm-side-nav__sub {
  margin: 4px 0 8px;
  padding: 0 0 0 8px;
  border-left: 2px solid var(--wm-mint-soft);
  overflow: hidden;
}

.wm-side-nav__sub[hidden] {
  display: none !important;
}

.wm-side-nav__sub a {
  display: block;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--wm-muted) !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-side-nav__sub a:hover {
  background: #f4f8f4;
  color: var(--wm-ink) !important;
}

.wm-side-nav__sub a.is-active,
.wm-side-nav__sub li.is-active > a {
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
  font-weight: 700;
}

/* Recent products */
.wm-side-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.wm-side-product {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
}

.wm-side-product__media {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--wm-mint-soft);
  border: 1px solid var(--wm-line);
}

.wm-side-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wm-side-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 4px;
  color: var(--wm-ink) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.wm-side-product__title:hover {
  color: var(--wm-coral) !important;
}

.wm-side-product__price {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--wm-ink);
  font-weight: 700;
}

.wm-side-product__price del {
  margin-right: 4px;
  color: #8a9b92;
  font-weight: 500;
}

/* Brands */
.wm-side-brands {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.wm-side-brands a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--wm-ink) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-side-brands a i {
  font-size: 11px;
  color: #9aafa3;
  transition: color 0.2s ease, transform 0.2s ease;
}

.wm-side-brands a:hover {
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
}

.wm-side-brands a:hover i {
  color: var(--wm-coral);
  transform: translateX(2px);
}

/* (legacy single-widget hooks removed Ã¢ÂÂ wm-shop-sidebar uses wm-side-panel) */

/* ========== Product detail Ã¢ÂÂ Watermelon PDP ========== */
.wm-pdp {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  --wm-bg: #f4f7f4;
  padding-top: 8px;
  padding-bottom: 48px;
  background: transparent;
}

.wm-pdp__hero {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
  margin-bottom: 28px;
}

.wm-pdp__gallery,
.shop.single .product-gallery {
  margin-top: 0;
}

.shop.single .product-gallery .slides li,
.wm-pdp .product-gallery .slides li {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--wm-bg);
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  overflow: hidden;
}

.shop.single .product-gallery .slides li img,
.wm-pdp .product-gallery .slides li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.shop.single .flex-control-thumbs,
.wm-pdp .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.shop.single .flex-control-thumbs li,
.wm-pdp .flex-control-thumbs li {
  width: calc(25% - 8px);
  margin: 0 !important;
  height: 78px;
  background: var(--wm-bg);
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop.single .flex-control-thumbs li img,
.wm-pdp .flex-control-thumbs li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  border: 0 !important;
  box-sizing: border-box;
  opacity: 1 !important;
}

.shop.single .flex-control-thumbs li img.flex-active,
.wm-pdp .flex-control-thumbs li img.flex-active {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--wm-ink);
}

.wm-pdp__info,
.shop.single .product-des {
  margin-top: 0;
  padding-left: 12px;
}

.wm-pdp__eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.wm-pdp__title {
  margin: 0 0 14px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}

.wm-pdp__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: 0 0 18px;
}

.wm-pdp__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wm-pdp__rating .fa-star {
  color: #c9a227;
}

.wm-pdp__rating .fa-star-o {
  color: #c5d0c7;
}

.wm-pdp__review-link {
  margin-left: 4px;
  color: var(--wm-muted) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.wm-pdp__review-link:hover {
  color: var(--wm-coral) !important;
}

.wm-pdp__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.wm-pdp__stock.is-in {
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
}

.wm-pdp__stock.is-out {
  background: #fdeceb;
  color: var(--wm-coral);
}

.wm-pdp__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 16px;
}

.wm-pdp__price-now {
  color: var(--wm-ink);
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wm-pdp__price-was {
  color: #8a9a90;
  font-size: 1rem;
  font-weight: 500;
}

.wm-pdp__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fdeceb;
  color: var(--wm-coral);
  font-size: 12px;
  font-weight: 700;
}

.wm-pdp__summary {
  margin: 0 0 22px;
  color: var(--wm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wm-pdp__summary p {
  margin: 0;
}

.wm-pdp__buy {
  margin-top: 4px;
}

.wm-pdp__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 4px 0 18px;
}

.shop.single .quantity.wm-pdp__qty,
.wm-pdp__qty {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  vertical-align: middle;
}

.wm-pdp__qty-label {
  display: inline-block;
  margin: 0;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-muted);
  white-space: nowrap;
}

.shop.single .wm-pdp__qty .input-group,
.wm-pdp__qty .input-group {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  width: 132px !important;
  max-width: 132px !important;
  height: 48px;
  margin: 0;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: #f7faf7;
  overflow: hidden;
  box-sizing: border-box;
}

.shop.single .wm-pdp__qty .button,
.wm-pdp__qty .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px !important;
  height: 100% !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  border-radius: 0 !important;
  overflow: visible;
}

.shop.single .wm-pdp__qty .button.minus,
.shop.single .wm-pdp__qty .button.plus,
.wm-pdp__qty .button.minus,
.wm-pdp__qty .button.plus {
  left: auto !important;
  right: auto !important;
}

.shop.single .wm-pdp__qty .button .btn,
.shop.single .wm-pdp__qty .btn-number,
.wm-pdp__qty .btn-number {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--wm-ink) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.shop.single .wm-pdp__qty .input-number,
.wm-pdp__qty .input-number {
  flex: 1 1 auto;
  width: 52px !important;
  max-width: 52px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 15px;
  font-weight: 700;
  color: var(--wm-ink);
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wm-pdp__cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.wm-pdp__cart .btn,
.shop.single .add-to-cart.wm-pdp__cart .btn {
  min-height: 48px;
  height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px !important;
  background: var(--wm-ink) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 48px;
  box-shadow: 0 10px 22px rgba(46, 71, 59, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.wm-pdp__cart .btn:hover:not(:disabled) {
  background: var(--wm-coral) !important;
  transform: translateY(-1px);
}

.wm-pdp__cart .btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.wm-pdp__cart .btn.min,
.shop.single .add-to-cart.wm-pdp__cart .btn.min {
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E8F2E7 !important;
  color: var(--wm-ink) !important;
  box-shadow: none;
}

.wm-pdp__cart .btn.min:hover,
.shop.single .add-to-cart.wm-pdp__cart .btn.min:hover {
  background: var(--wm-ink) !important;
  color: #fff !important;
}

.wm-pdp__tax {
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--wm-line);
}

.wm-pdp__tax p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 13px;
  color: var(--wm-muted);
}

.wm-pdp__tax span {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.wm-pdp__tax a {
  color: var(--wm-muted) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.wm-pdp__tax a:hover {
  color: var(--wm-coral) !important;
}

/* Tabs */
.wm-pdp__tabs {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 8px 8px 24px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
  overflow: hidden;
}

.wm-pdp__tabs .nav-main {
  margin: 0;
  border-bottom: 1px solid var(--wm-line);
  padding: 8px 12px 0;
}

.wm-pdp__tabs .nav-tabs {
  border: 0;
  gap: 8px;
}

.wm-pdp__tabs .nav-tabs .nav-item {
  margin: 0;
}

.wm-pdp__tabs .nav-tabs .nav-link {
  margin: 0;
  padding: 12px 18px;
  border: 0 !important;
  border-radius: 12px 12px 0 0;
  background: transparent !important;
  color: var(--wm-muted) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
}

.wm-pdp__tabs .nav-tabs .nav-link.active {
  color: var(--wm-ink) !important;
  background: transparent !important;
}

.wm-pdp__tabs .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--wm-ink);
}

.wm-pdp__panel {
  padding: 24px 20px 8px;
}

.wm-pdp__desc,
.wm-pdp__desc p {
  color: var(--wm-muted);
  font-size: 15px;
  line-height: 1.75;
}

.wm-pdp__desc h1,
.wm-pdp__desc h2,
.wm-pdp__desc h3,
.wm-pdp__desc h4 {
  color: var(--wm-ink);
  margin-top: 1.25em;
}

.wm-pdp__reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 28px;
}

.wm-pdp__field-label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.wm-pdp__review-form textarea {
  width: 100%;
  border: 1px solid var(--wm-line) !important;
  border-radius: 12px !important;
  background: #f7faf7 !important;
  padding: 12px 14px;
  color: var(--wm-ink);
  resize: vertical;
}

.wm-pdp__review-form .button5 .btn {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink) !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wm-pdp__login-hint {
  margin: 0;
  padding: 18px;
  border-radius: 12px;
  background: var(--wm-mint-soft);
  color: var(--wm-muted);
}

.wm-pdp__login-hint a {
  color: var(--wm-ink) !important;
  font-weight: 700;
  text-decoration: underline;
}

.wm-pdp__avg {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wm-line);
}

.wm-pdp__avg strong {
  font-size: 2rem;
  color: var(--wm-ink);
  line-height: 1;
}

.wm-pdp__avg span {
  color: var(--wm-muted);
  font-size: 13px;
}

.wm-pdp__review-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--wm-line);
}

.wm-pdp__review-item .rating-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wm-mint-soft);
}

.wm-pdp__review-item h6 {
  margin: 0 0 4px;
  color: var(--wm-ink);
  font-weight: 700;
}

.wm-pdp__review-item .rating li {
  color: #c9a227;
}

.wm-pdp__review-item p {
  margin: 8px 0 0;
  color: var(--wm-muted);
  line-height: 1.6;
}

.wm-pdp__empty-reviews {
  margin: 0;
  color: var(--wm-muted);
}

/* Related */
.wm-pdp-related {
  padding-top: 12px;
  padding-bottom: 56px;
  background: transparent;
}

.wm-pdp-related__head {
  text-align: center;
  margin-bottom: 8px;
}

.wm-pdp-related__head h2 {
  margin: 0 0 6px;
  color: var(--wm-ink, #2E473B);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  font-weight: 700;
}

.wm-pdp-related__head p {
  margin: 0 0 18px;
  color: #5a6d63;
  font-size: 14px;
}

.wm-pdp-related .popular-slider .wm-product-card {
  margin: 0 8px 12px;
}

.wm-pdp-related .owl-carousel.popular-slider {
  position: relative;
  padding: 0 52px;
}

.wm-pdp-related.most-popular .owl-nav,
.wm-pdp-related .owl-nav {
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  pointer-events: none;
}

.wm-pdp-related.most-popular .owl-carousel .owl-nav div,
.wm-pdp-related.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev,
.wm-pdp-related.most-popular .owl-carousel .owl-controls .owl-nav .owl-next,
.wm-pdp-related .owl-carousel .owl-nav div,
.wm-pdp-related .owl-carousel .owl-nav button,
.wm-pdp-related .owl-nav button,
.wm-pdp-related .owl-nav div {
  pointer-events: auto;
  width: 44px !important;
  height: 44px !important;
  line-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #dce5dc !important;
  color: #2E473B !important;
  box-shadow: 0 8px 20px rgba(46, 71, 59, 0.12) !important;
  font-size: 14px !important;
  text-align: center !important;
  position: absolute !important;
  top: 42% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-pdp-related.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev,
.wm-pdp-related .owl-carousel .owl-nav .owl-prev,
.wm-pdp-related .owl-nav .owl-prev {
  left: 0 !important;
  right: auto !important;
}

.wm-pdp-related.most-popular .owl-carousel .owl-controls .owl-nav .owl-next,
.wm-pdp-related .owl-carousel .owl-nav .owl-next,
.wm-pdp-related .owl-nav .owl-next {
  right: 0 !important;
  left: auto !important;
}

.wm-pdp-related .owl-nav button:hover,
.wm-pdp-related .owl-nav div:hover,
.wm-pdp-related.most-popular .owl-carousel .owl-nav div:hover {
  background: #2E473B !important;
  border-color: #2E473B !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(46, 71, 59, 0.22) !important;
}

@media (max-width: 767px) {
  .wm-pdp-related .owl-carousel.popular-slider {
    padding: 0 40px;
  }

  .wm-pdp-related .owl-nav button,
  .wm-pdp-related .owl-nav div {
    width: 36px !important;
    height: 36px !important;
    line-height: 34px !important;
  }
}

@media (max-width: 991px) {
  .wm-pdp__hero {
    padding: 18px;
  }

  .wm-pdp__info,
  .shop.single .product-des {
    padding-left: 0;
    margin-top: 22px;
  }

  .wm-pdp__reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .wm-pdp__hero,
  .wm-pdp__tabs {
    border-radius: 14px;
    padding: 14px;
  }

  .wm-pdp__actions {
    flex-wrap: wrap;
    align-items: center;
  }

  .wm-pdp__qty .input-group,
  .shop.single .wm-pdp__qty .input-group {
    width: 132px !important;
  }

  .wm-pdp__cart {
    width: auto;
  }

  .shop.single .flex-control-thumbs li,
  .wm-pdp .flex-control-thumbs li {
    width: calc(33.333% - 7px);
    height: 64px;
  }
}

/* Related products section spacing */
.shop.single .owl-carousel.popular-slider {
  margin-top: 10px;
}

/* ========== Quick View modal — modern Watermelon shell ========== */
.wm-quickview-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: 24px;
}

.wm-quickview-modal.show,
.wm-quickview-modal.is-closing,
body.modal-open .wm-quickview-modal.fade.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wm-quickview-modal .modal-dialog,
.wm-quickview-modal .wm-quickview-dialog.modal-dialog {
  width: min(920px, 100%);
  max-width: 920px !important;
  max-height: calc(100vh - 48px);
  margin: 0 !important;
  pointer-events: none;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1;
  transition: opacity 0.24s ease !important;
  display: flex;
  align-items: center;
  min-height: auto;
  flex: 0 0 auto;
}

.wm-quickview-modal.show .modal-dialog {
  pointer-events: auto;
}

.wm-quickview-modal.fade:not(.show) .modal-dialog,
.wm-quickview-modal.is-closing .modal-dialog {
  opacity: 0;
  transform: none !important;
}

.wm-quickview-modal .modal-dialog .modal-content.wm-quickview__sheet,
.wm-quickview-dialog .modal-content.wm-quickview__sheet,
.wm-quickview__sheet {
  border-radius: 28px !important;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow: hidden;
}

.wm-quickview-modal.fade:not(.show) .wm-quickview__sheet,
.wm-quickview-modal.is-closing .wm-quickview__sheet {
  opacity: 0;
  transform: scale(0.98);
}

.wm-quickview-modal.fade.show:not(.is-closing) .wm-quickview__sheet {
  opacity: 1;
  transform: scale(1);
}

body.modal-open .modal.wm-quickview-modal,
body.modal-open .modal.wm-addcart-modal {
  z-index: 100050 !important;
}

.wm-quickview__sheet {
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Keep header behind modal overlay */
body.modal-open .modal-backdrop {
  z-index: 100040 !important;
}

body.modal-open .header.shop,
body.modal-open .header.shop .middle-inner,
body.modal-open .header.sticky .middle-inner,
body.modal-open .header.shop.wm-header .middle-inner {
  z-index: 100 !important;
}

.wm-quickview-dialog.modal-dialog,
.modal-dialog.wm-quickview-dialog {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #6b7c72;
  width: min(920px, 94vw) !important;
  max-width: 920px !important;
  max-height: calc(100vh - 2rem);
  margin: 1rem auto !important;
}

.wm-quickview-dialog .modal-content {
  border: 0;
  border-radius: 28px !important;
  overflow: hidden;
  max-height: calc(100vh - 2rem);
  box-shadow: 0 24px 64px rgba(46, 71, 59, 0.22);
  background: #fff;
}

.wm-quickview-dialog .wm-size-pill {
  min-width: 52px;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 14px;
}

.wm-quickview-dialog .wm-size-pill.is-active {
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.2);
}

.wm-quickview-dialog .quantity .input-group {
  width: 156px !important;
  height: 48px;
  border-radius: 999px;
}

.wm-quickview-dialog .quantity .btn-number,
.wm-quickview-dialog .quantity .button .btn {
  width: 44px !important;
  height: 48px !important;
  border-radius: 999px !important;
}

.wm-quickview-dialog .quantity .input-number {
  height: 48px !important;
  padding: 0 44px !important;
}

.wm-quickview-dialog .add-to-cart .btn.min {
  border-radius: 50% !important;
}

.wm-quickview-dialog .modal-header {
  border: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 30;
}

.wm-quickview-dialog .modal-header .close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  color: var(--wm-ink) !important;
  background: #fff !important;
  border: 1px solid var(--wm-line) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 16px rgba(46, 71, 59, 0.12);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wm-quickview-dialog .modal-header .close:hover {
  background: var(--wm-ink) !important;
  border-color: var(--wm-ink) !important;
  color: #fff !important;
}

.wm-quickview-dialog .modal-header .close span {
  font-size: 14px;
  line-height: 1;
}

.wm-quickview-dialog .modal-body {
  padding: 0 !important;
  overflow: hidden !important;
  height: auto !important;
  max-height: calc(100vh - 2rem) !important;
}

.wm-quickview-dialog .modal-body > .row {
  margin: 0;
  align-items: stretch;
}

.wm-quickview-dialog .modal-body > .row > [class*="col-"] {
  padding: 0;
}

/* Kill double scrollbars: page + Bootstrap modal overlay */
body.modal-open {
  overflow: hidden !important;
}

body.modal-open .modal {
  overflow: hidden !important;
}

/* Gallery Ã¢ÂÂ one full-size slide at a time */
.wm-quickview-dialog .product-gallery {
  position: relative;
  width: 100%;
  min-height: 0;
  background: var(--wm-mint-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wm-quickview-dialog .quickview-slider-active {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: 440px !important;
  margin: 0 !important;
  background: var(--wm-mint-soft);
  overflow: hidden;
  flex: 0 0 auto;
}

/* Show first image before Owl initializes */
.wm-quickview-dialog .quickview-slider-active:not(.owl-loaded) > .single-slider {
  display: none !important;
}

.wm-quickview-dialog .quickview-slider-active:not(.owl-loaded) > .single-slider:first-child {
  display: flex !important;
}

.wm-quickview-dialog .quickview-slider-active.owl-hidden,
.wm-quickview-dialog .quickview-slider-active.owl-loading {
  opacity: 1 !important;
}

.wm-quickview-dialog .quickview-slider-active .owl-stage-outer {
  height: 440px;
}

.wm-quickview-dialog .quickview-slider-active .owl-item {
  float: left;
}

.wm-quickview-dialog .quickview-slider-active .owl-item .single-slider,
.wm-quickview-dialog .product-gallery .single-slider {
  width: 100% !important;
  height: 440px !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--wm-mint-soft);
  margin: 0;
  padding: 0;
}

.wm-quickview-dialog .quickview-slider-active img,
.wm-quickview-dialog .single-slider img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 32px) !important;
  max-height: 420px !important;
  object-fit: contain;
  object-position: center;
  padding: 0 !important;
  margin: 0 auto;
}

/* Photo thumbnail buttons Ã¢ÂÂ show all product images */
.wm-quickview-dialog .wm-qv-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px 14px;
  background: #fff;
  border-top: 1px solid var(--wm-line);
}

.wm-quickview-dialog .wm-qv-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #E8F2E7;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-quickview-dialog .wm-qv-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wm-quickview-dialog .wm-qv-thumb:hover {
  border-color: var(--wm-mint);
}

.wm-quickview-dialog .wm-qv-thumb.is-active {
  border-color: var(--wm-ink);
  box-shadow: 0 0 0 1px var(--wm-ink);
}

.wm-quickview-dialog .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}

.wm-quickview-dialog .owl-controls {
  position: static !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: visible;
  pointer-events: none;
}

.wm-quickview-dialog .owl-nav button,
.wm-quickview-dialog .owl-nav div,
.wm-quickview-dialog .owl-prev,
.wm-quickview-dialog .owl-next {
  pointer-events: auto;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  line-height: 40px !important;
  background: #fff !important;
  border: 1px solid var(--wm-line) !important;
  border-radius: 50% !important;
  color: var(--wm-ink) !important;
  box-shadow: 0 6px 16px rgba(46, 71, 59, 0.12);
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-quickview-dialog .owl-nav .owl-prev,
.wm-quickview-dialog .owl-carousel .owl-nav .owl-prev {
  left: 12px !important;
  right: auto !important;
  position: absolute !important;
}

.wm-quickview-dialog .owl-nav .owl-next,
.wm-quickview-dialog .owl-carousel .owl-nav .owl-next {
  right: 12px !important;
  left: auto !important;
  position: absolute !important;
}

.wm-quickview-dialog .owl-nav button:hover,
.wm-quickview-dialog .owl-nav div:hover,
.wm-quickview-dialog .owl-prev:hover,
.wm-quickview-dialog .owl-next:hover {
  background: var(--wm-ink) !important;
  color: #fff !important;
  border-color: var(--wm-ink) !important;
}

/* Content panel Ã¢ÂÂ single optional scrollbar on details only */
.wm-quickview-dialog .quickview-content {
  height: 100%;
  padding: 28px 28px 28px 24px !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 2rem);
  -webkit-overflow-scrolling: touch;
}

.wm-quickview-dialog .quickview-content h2 {
  margin: 0 0 12px;
  padding-right: 36px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--wm-ink);
  text-transform: none;
}

.wm-quickview-dialog .quickview-ratting-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 14px;
  float: none !important;
  width: 100% !important;
}

.wm-quickview-dialog .quickview-ratting-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  float: none !important;
}

.wm-quickview-dialog .quickview-ratting i {
  color: #c5d0c8;
  font-size: 13px;
}

.wm-quickview-dialog .quickview-ratting i.yellow {
  color: #e6a700;
}

.wm-quickview-dialog .quickview-ratting-wrap a {
  color: var(--wm-muted);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.wm-quickview-dialog .quickview-stock {
  float: none !important;
}

.wm-quickview-dialog .quickview-stock span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--wm-ink);
  background: var(--wm-mint-soft);
  border: 1px solid rgba(163, 199, 161, 0.55);
  border-radius: 999px;
}

.wm-quickview-dialog .quickview-stock span i {
  color: #3d8b4f;
  margin: 0;
}

.wm-quickview-dialog .quickview-stock span .text-danger {
  color: var(--wm-coral) !important;
}

.wm-quickview-dialog .quickview-content > h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 14px;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--wm-ink);
}

.wm-quickview-dialog .quickview-content > h3 small,
.wm-quickview-dialog .quickview-content > h3 del {
  font-size: 0.95rem;
  font-weight: 500;
  color: #8a9690;
}

.wm-quickview-dialog .quickview-peragraph {
  margin: 0 0 18px;
}

.wm-quickview-dialog .quickview-peragraph p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--wm-muted);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wm-quickview-dialog .size {
  margin: 0 0 18px;
}

.wm-quickview-dialog .size .title,
.wm-quickview-dialog .size h4,
.wm-quickview-dialog .size h5 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

/* Size pills Ã¢ÂÂ single-line selectable chips */
.wm-size-pills {
  margin: 0 0 18px;
}

.wm-size-pills__label {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-ink, #2E473B);
}

.wm-size-pills__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wm-size-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 44px;
  min-height: 40px;
  height: auto;
  padding: 8px 14px;
  margin: 0;
  border: 1px solid #dce5dc;
  border-radius: 10px;
  background: #fff;
  color: #2E473B;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.wm-size-pill:hover {
  border-color: #2E473B;
  background: #E8F2E7;
}

.wm-size-pill.is-active {
  border-color: #2E473B;
  background: #2E473B;
  color: #fff;
  box-shadow: 0 6px 14px rgba(46, 71, 59, 0.18);
}

.wm-size-pill:focus-visible {
  outline: 2px solid #D14D41;
  outline-offset: 2px;
}

.wm-size-pill__qty {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.75;
}

.wm-size-pill.is-active .wm-size-pill__qty {
  opacity: 0.9;
}

.wm-size-pills__hint,
.wm-size-pills__empty {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--wm-muted, #6b7c72);
}

.wm-size-pills__empty {
  color: #D14D41;
  font-weight: 600;
}

.wm-quickview-dialog .wm-size-pills,
.product-buy .wm-size-pills,
.shop .wm-size-pills {
  margin: 0 0 16px;
}

.wm-quickview-dialog .size .nice-select,
.wm-quickview-dialog .size select {
  display: none !important;
}

.wm-quickview-dialog .quantity {
  margin: 0 0 14px;
  float: none !important;
  display: block !important;
}

.wm-quickview-dialog .quantity::before {
  content: "QUANTITY";
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wm-ink);
}

.wm-quickview-dialog .quantity .input-group {
  position: relative !important;
  display: block !important;
  width: 148px !important;
  height: 46px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: #fff;
  flex-wrap: nowrap;
}

.wm-quickview-dialog .quantity .button {
  position: absolute !important;
  top: 0 !important;
  z-index: 2;
  display: block !important;
  margin: 0;
  float: none !important;
}

.wm-quickview-dialog .quantity .button.minus {
  left: 0 !important;
  right: auto !important;
}

.wm-quickview-dialog .quantity .button.plus {
  right: 0 !important;
  left: auto !important;
}

.wm-quickview-dialog .quantity .btn-number,
.wm-quickview-dialog .quantity .button .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wm-ink) !important;
  box-shadow: none !important;
  font-size: 12px;
  line-height: 1 !important;
}

.wm-quickview-dialog .quantity .btn-number:hover,
.wm-quickview-dialog .quantity .button .btn:hover {
  color: var(--wm-coral) !important;
  background: var(--wm-mint-soft) !important;
}

.wm-quickview-dialog .quantity .btn-number:disabled,
.wm-quickview-dialog .quantity .button .btn:disabled {
  opacity: 0.35;
}

.wm-quickview-dialog .quantity .input-number {
  display: block !important;
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--wm-ink);
  background: transparent !important;
  box-shadow: none !important;
}

.wm-quickview-dialog .add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  float: none !important;
  margin: 0;
}

.wm-quickview-dialog .add-to-cart .btn {
  flex: 1 1 auto;
  height: 46px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.wm-quickview-dialog .add-to-cart .btn:hover {
  background: var(--wm-coral);
  color: #fff !important;
  transform: translateY(-1px);
}

.wm-quickview-dialog .add-to-cart .btn.min {
  flex: 0 0 46px;
  width: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
  border: 1px solid var(--wm-line);
  box-shadow: none;
}

.wm-quickview-dialog .add-to-cart .btn.min:hover {
  background: var(--wm-ink);
  color: #fff !important;
  border-color: var(--wm-ink);
}

.wm-quickview-dialog .default-social {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--wm-line);
}

@media (max-width: 991px) {
  .wm-quickview-dialog.modal-dialog {
    width: min(720px, 94vw) !important;
    max-width: 720px !important;
  }

  .wm-quickview-dialog .product-gallery {
    min-height: 0;
    height: auto !important;
  }

  .wm-quickview-dialog .quickview-slider-active,
  .wm-quickview-dialog .quickview-slider-active .owl-stage-outer,
  .wm-quickview-dialog .quickview-slider-active .owl-item .single-slider {
    min-height: 0;
    height: 340px !important;
  }

  .wm-quickview-dialog .quickview-slider-active img,
  .wm-quickview-dialog .single-slider img {
    max-height: 300px !important;
  }

  .wm-quickview-dialog .quickview-content {
    max-height: none;
    padding: 22px 18px 24px !important;
  }
}

@media (max-width: 767px) {
  .wm-quickview-dialog.modal-dialog {
    width: 94vw !important;
    max-width: 94vw !important;
    margin: 12px auto !important;
    padding: 0 !important;
  }

  .wm-quickview-dialog .product-gallery {
    height: auto !important;
  }

  .wm-quickview-dialog .quickview-slider-active,
  .wm-quickview-dialog .quickview-slider-active .owl-stage-outer,
  .wm-quickview-dialog .quickview-slider-active .owl-item .single-slider {
    height: 280px !important;
  }

  .wm-quickview-dialog .quickview-slider-active img,
  .wm-quickview-dialog .single-slider img {
    max-height: 240px !important;
  }

  .wm-quickview-dialog .wm-qv-thumb {
    width: 48px;
    height: 48px;
  }
}

/* Legacy modal gallery fallback Ã¢ÂÂ wm-quickview rules win via later overrides */
.modal .product-gallery,
.modal .quickview-slider-active {
  background: #E8F2E7;
  overflow: hidden;
}

.modal .product-gallery .single-slider,
.modal .quickview-slider-active .single-slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #E8F2E7;
}

/* Watermelon Quick View images Ã¢ÂÂ must beat earlier .modal img stretch rules */
.wm-quickview-dialog .quickview-slider-active img,
.wm-quickview-dialog .single-slider img {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 48px) !important;
  max-height: 400px !important;
  object-fit: contain !important;
  object-position: center;
}

/* Keep thumbnail strip images filled (do not inherit main-slide sizing) */
.wm-quickview-dialog .wm-qv-thumbs .wm-qv-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cart / wishlist product thumbs (related tables) */
.shopping-summery td.image img,
.shopping-cart td.image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  background: #f6f7f9;
  border: 1px solid #eceff1;
  border-radius: 6px;
  padding: 4px;
}

/* Empty / pagination */
.shop .text-warning {
  width: 100%;
  text-align: center;
  padding: 48px 16px;
  margin: 24px auto !important;
  color: #888 !important;
  font-weight: 600;
}

.shop .pagination {
  margin-top: 12px;
  margin-bottom: 8px;
}

/* ========== Watermelon pagination ========== */
.wm-pagination {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin: 28px 0 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(46, 71, 59, 0.05);
  box-sizing: border-box;
}

.wm-pagination__meta {
  margin: 0;
  flex: 0 1 auto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--wm-muted);
  text-align: left;
  white-space: nowrap;
}

.wm-pagination__meta strong {
  color: var(--wm-ink);
  font-weight: 700;
}

.wm-pagination__list {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wm-pagination__item {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.wm-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
}

a.wm-pagination__btn--page {
  border-color: var(--wm-line);
  background: #f7faf7;
  color: var(--wm-ink);
}

a.wm-pagination__btn:hover {
  background: var(--wm-mint-soft);
  border-color: var(--wm-ink);
  color: var(--wm-ink);
  transform: translateY(-1px);
}

.wm-pagination__btn--nav {
  min-width: auto;
  padding: 0 14px;
  background: var(--wm-mint-soft);
  border-color: transparent;
  color: var(--wm-ink);
}

a.wm-pagination__btn--nav:hover {
  background: var(--wm-ink);
  border-color: var(--wm-ink);
  color: #fff;
}

.wm-pagination__btn--nav i {
  font-size: 11px;
  line-height: 1;
}

.wm-pagination__nav-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wm-pagination__btn--ellipsis {
  min-width: 28px;
  padding: 0 4px;
  border: 0;
  color: var(--wm-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.wm-pagination__item.is-active .wm-pagination__btn--page {
  background: var(--wm-ink);
  border-color: var(--wm-ink);
  color: #fff;
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.22);
  cursor: default;
}

.wm-pagination__item.is-disabled .wm-pagination__btn {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  background: #f3f6f3;
  border-color: transparent;
  color: var(--wm-muted);
}

.wm-pagination__btn:focus-visible {
  outline: 2px solid var(--wm-coral);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .wm-pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
  }

  .wm-pagination__meta {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .wm-pagination__list {
    margin: 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .wm-pagination__btn {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .wm-pagination__btn--nav {
    padding: 0 12px;
  }
}

@media (max-width: 420px) {
  .wm-pagination__nav-text {
    display: none;
  }

  .wm-pagination__btn--nav {
    min-width: 36px;
    padding: 0;
  }
}

/* ========== Featured medium banners (homepage) ========== */
.midium-banner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.midium-banner .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}

.midium-banner .single-banner {
  position: relative;
  display: block;
  min-height: 300px;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dce5dc;
  background: #eef1ef;
  box-shadow: 0 10px 28px rgba(46, 71, 59, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.midium-banner .single-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.72) 38%,
    rgba(255, 255, 255, 0.18) 62%,
    rgba(255, 255, 255, 0) 78%
  );
}

.midium-banner .single-banner:hover {
  transform: translateY(-4px);
  border-color: #c5d4c4;
  box-shadow: 0 18px 42px rgba(46, 71, 59, 0.14);
}

.midium-banner .single-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.55s ease;
}

.midium-banner .single-banner:hover img {
  transform: scale(1.06);
}

.midium-banner .single-banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 28px 32px;
  max-width: min(58%, 420px);
}

.midium-banner .single-banner p {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E473B;
  background: rgba(163, 199, 161, 0.35);
  border: 1px solid rgba(163, 199, 161, 0.65);
  border-radius: 999px;
}

.midium-banner .single-banner h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #2E473B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.midium-banner .single-banner h3 span.price-dec {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #D14D41;
  border-radius: 999px;
}

.midium-banner .single-banner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  background: #2E473B;
  border: 2px solid #2E473B;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(46, 71, 59, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.midium-banner .single-banner a::after {
  content: "\2192";
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.midium-banner .single-banner a:hover {
  background: #D14D41;
  border-color: #D14D41;
  color: #fff !important;
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(209, 77, 65, 0.28);
}

.midium-banner .single-banner a:hover::after {
  transform: translateX(4px);
}

.midium-banner .single-banner a:focus-visible {
  outline: 2px solid #A3C7A1;
  outline-offset: 3px;
}

/* ========== Category small banners (homepage) ========== */
.small-banner .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.small-banner .row {
  margin-left: -8px;
  margin-right: -8px;
}

.small-banner .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
}

.small-banner .single-banner {
  position: relative;
  display: block;
  min-height: 170px;
  aspect-ratio: 16 / 7;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce5dc;
  background: #eef1ef;
  box-shadow: 0 8px 22px rgba(46, 71, 59, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.small-banner .single-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.82) 42%,
    rgba(255, 255, 255, 0.2) 62%,
    rgba(255, 255, 255, 0) 78%
  );
}

.small-banner .single-banner:hover {
  transform: translateY(-3px);
  border-color: #c5d4c4;
  box-shadow: 0 14px 30px rgba(46, 71, 59, 0.1);
}

.small-banner .single-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: transform 0.5s ease;
}

.small-banner .single-banner:hover img {
  transform: scale(1.05);
}

.small-banner .single-banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 22px 26px;
  max-width: 62%;
}

.small-banner .single-banner h3 {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #2E473B;
}

.small-banner .single-banner a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  padding: 9px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2E473B !important;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dce5dc !important;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(46, 71, 59, 0.08);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.small-banner .single-banner a::after {
  content: "\2192";
  font-size: 13px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.small-banner .single-banner a:hover {
  color: #fff !important;
  background: #2E473B;
  border-color: #2E473B !important;
  transform: translateX(2px);
}

.small-banner .single-banner a:hover::after {
  transform: translateX(3px);
}

.small-banner .single-banner a:focus-visible {
  outline: 2px solid #A3C7A1;
  outline-offset: 3px;
}

/* ========== Latest Items (shop home list) ========== */
.shop-home-list .shop-section-title {
  text-align: center;
}

.shop-home-list .shop-section-title h1 {
  display: inline-block;
  font-size: 30px;
  color: #2E473B;
  padding-bottom: 15px;
}

.shop-home-list .shop-section-title h1::before {
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  background: #D14D41;
}

.shop-home-list .row > .col-md-4 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.shop-home-list .wm-latest-item.single-list,
.shop-home-list .single-list.wm-latest-item {
  margin-top: 0;
  padding: 0;
  border: 1px solid #dce5dc;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(46, 71, 59, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.shop-home-list .wm-latest-item.single-list:hover,
.shop-home-list .single-list.wm-latest-item:hover {
  transform: translateY(-3px);
  border-color: #c5d4c4;
  box-shadow: 0 14px 32px rgba(46, 71, 59, 0.1);
}

.shop-home-list .wm-latest-item > .row,
.shop-home-list .single-list.wm-latest-item > .row {
  margin: 0;
  align-items: stretch;
  min-height: 148px;
}

.shop-home-list .wm-latest-item > .row > [class*="col-"]:first-child,
.shop-home-list .single-list.wm-latest-item > .row > [class*="col-"]:first-child {
  padding-left: 0;
  padding-right: 0;
}

.shop-home-list .wm-latest-item .list-image,
.shop-home-list .single-list.wm-latest-item .list-image {
  position: relative;
  height: 100%;
  min-height: 148px;
  background: #eef1ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shop-home-list .wm-latest-item .list-image img,
.shop-home-list .single-list.wm-latest-item .list-image img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  transition: transform 0.45s ease;
}

.shop-home-list .wm-latest-item:hover .list-image img,
.shop-home-list .single-list.wm-latest-item:hover .list-image img {
  transform: scale(1.05);
}

.shop-home-list .wm-latest-item .list-image.overlay::before,
.shop-home-list .single-list.wm-latest-item .list-image.overlay::before {
  background: rgba(46, 71, 59, 0.35);
  border-radius: 0;
}

.shop-home-list .wm-latest-item .list-image .buy,
.shop-home-list .single-list.wm-latest-item .list-image .buy {
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  font-size: 15px;
  background: #2E473B;
  box-shadow: 0 6px 16px rgba(46, 71, 59, 0.28);
}

.shop-home-list .wm-latest-item .list-image .buy:hover,
.shop-home-list .single-list.wm-latest-item .list-image .buy:hover {
  background: #D14D41;
  color: #fff;
}

.shop-home-list .wm-latest-item .no-padding,
.shop-home-list .single-list.wm-latest-item .no-padding {
  padding: 0 !important;
  display: flex;
}

.shop-home-list .wm-latest-item .content,
.shop-home-list .single-list.wm-latest-item .content {
  padding: 18px 16px 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.shop-home-list .wm-latest-item .content .title,
.shop-home-list .single-list.wm-latest-item .content .title {
  margin: 0 0 10px;
  line-height: 1.35;
}

.shop-home-list .wm-latest-item .content .title a,
.shop-home-list .single-list.wm-latest-item .content .title a {
  font-size: 15px;
  font-weight: 700;
  color: #2E473B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.shop-home-list .wm-latest-item .content .title a:hover,
.shop-home-list .single-list.wm-latest-item .content .title a:hover {
  color: #D14D41;
}

.shop-home-list .wm-list-badge {
  display: inline-block;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 11px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E473B;
  background: rgba(163, 199, 161, 0.35);
  border: 1px solid rgba(163, 199, 161, 0.65);
  border-radius: 999px;
}

.shop-home-list .wm-list-badge--hot {
  color: #fff;
  background: #D14D41;
  border-color: #D14D41;
}

.shop-home-list .wm-list-badge--sale {
  color: #fff;
  background: #2E473B;
  border-color: #2E473B;
}

.shop-home-list .wm-list-badge--sold {
  color: #fff;
  background: #888;
  border-color: #888;
}

.shop-home-list .wm-list-price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.shop-home-list .wm-list-price-current {
  font-size: 15px;
  font-weight: 700;
  color: #2E473B;
}

.shop-home-list .wm-list-price del {
  font-size: 12px;
  color: #8a9690;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
  .section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .shop-sidebar,
  .wm-shop-sidebar {
    position: static;
    margin-bottom: 28px;
  }

  .wm-side-panel {
    padding: 16px 14px;
  }

  .shop.single .product-des {
    padding-left: 0;
    margin-top: 24px;
  }

  .shop.single .flex-control-thumbs li {
    height: 64px;
  }

  .small-banner .single-banner {
    min-height: 150px;
    aspect-ratio: 16 / 8;
  }

  .small-banner .single-banner .content {
    max-width: 68%;
    padding: 18px 20px;
  }

  .midium-banner .single-banner {
    min-height: 260px;
    aspect-ratio: 16 / 11;
  }

  .midium-banner .single-banner .content {
    max-width: 62%;
    padding: 22px 24px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .section-title,
  .shop-section-title {
    margin-bottom: 24px !important;
  }

  .small-banner .single-banner {
    min-height: 140px;
    aspect-ratio: 4 / 3;
  }

  .small-banner .single-banner::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.55) 48%,
      rgba(255, 255, 255, 0) 72%
    );
  }

  .small-banner .single-banner .content {
    top: auto;
    bottom: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding: 16px 18px 18px;
  }

  .small-banner .single-banner h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .wm-product-card .product-content {
    padding: 18px 14px 16px;
    padding-right: 58px;
  }

  .wm-product-card .product-action a,
  .wm-product-card .product-img .product-action a {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px;
  }

  .wm-product-card .product-action a::after {
    display: none;
  }

  .wm-product-card .product-action a i {
    font-size: 16px !important;
  }

  .wm-product-card .product-action-2 a {
    width: 34px;
    height: 34px;
    font-size: 13px;
    border-radius: 8px;
  }

  .wm-product-card:hover {
    transform: none;
  }

  .product-area .filter-tope-group .btn {
    padding: 9px 14px !important;
    font-size: 12px !important;
  }

  .product-area .product-info .nav-main {
    margin-bottom: 20px;
  }

  .midium-banner .single-banner {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .midium-banner .single-banner::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.55) 45%,
      rgba(255, 255, 255, 0) 72%
    );
  }

  .midium-banner .single-banner .content {
    top: auto;
    bottom: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding: 20px 18px 22px;
  }

  .midium-banner .single-banner h3 {
    font-size: 1.15rem;
    -webkit-line-clamp: 2;
  }

  .midium-banner .single-banner a {
    margin-top: 14px;
    padding: 10px 20px;
  }

  .shop-home-list .wm-latest-item > .row,
  .shop-home-list .single-list.wm-latest-item > .row {
    min-height: 132px;
  }

  .shop-home-list .wm-latest-item .list-image,
  .shop-home-list .single-list.wm-latest-item .list-image,
  .shop-home-list .wm-latest-item .list-image img,
  .shop-home-list .single-list.wm-latest-item .list-image img {
    min-height: 132px;
  }

  .shop-home-list .wm-latest-item .content,
  .shop-home-list .single-list.wm-latest-item .content {
    padding: 14px 12px;
  }

  .shop .shop-top,
  .shop .wm-shop-top {
    padding: 12px;
    flex-wrap: wrap;
    align-items: center;
  }

  .shop .shop-shorter,
  .shop .wm-shop-top__filters {
    width: 100%;
    flex-wrap: wrap;
  }

  .shop .wm-shop-top__field {
    flex: 1 1 auto;
  }

  .shop .wm-shop-top__field select,
  .shop .wm-shop-top .nice-select {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .shop .wm-shop-top__price {
    flex: 1 1 100%;
    margin-left: 0;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title title"
      "slider slider"
      "amount apply";
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .shop .wm-shop-top__price-title {
    grid-area: title;
  }

  .shop .wm-shop-top__price #slider-range {
    grid-area: slider;
    flex: none;
    width: calc(100% - 28px);
    max-width: none;
    min-width: 0;
    margin: 12px 14px 8px;
    overflow: visible;
  }

  .shop .wm-shop-top__price #slider-range .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -7px;
    margin-left: -10px;
  }

  .shop .wm-shop-top__price input#amount {
    grid-area: amount;
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .shop .wm-shop-top__price .filter_button {
    grid-area: apply;
    flex: 0 0 auto;
    width: auto;
    min-width: 72px;
    padding: 0 14px;
  }

  .shop-list .list-content {
    padding: 16px;
  }

  .shop-list .single-product .product-img > a {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .shop.single .flex-control-thumbs li {
    width: calc(25% - 6px);
    height: 56px;
  }

  .wm-quickview-dialog .quickview-slider-active img,
  .wm-quickview-dialog .single-slider img {
    max-height: 240px !important;
  }

  .wm-quickview-dialog .wm-qv-thumbs .wm-qv-thumb img {
    max-height: none !important;
  }

  .modal .quickview-slider-active img,
  .modal .single-slider img {
    max-height: 280px;
  }
}

@media (max-width: 575px) {
  .section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .product-area .isotope-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .small-banner .single-banner h3 {
    font-size: 1.02rem;
  }

  .small-banner .single-banner a {
    width: 100%;
    justify-content: center;
  }

  .midium-banner .single-banner {
    min-height: 220px;
  }

  .midium-banner .single-banner p {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }

  .midium-banner .single-banner h3 {
    font-size: 1.05rem;
  }

  .midium-banner .single-banner a {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .shop-home-list .row > .col-md-4 {
    margin-bottom: 14px;
  }

  .shop-home-list .wm-latest-item > .row,
  .shop-home-list .single-list.wm-latest-item > .row {
    min-height: 0;
  }

  .shop-home-list .wm-latest-item .list-image,
  .shop-home-list .single-list.wm-latest-item .list-image {
    min-height: 180px;
    border-radius: 14px 14px 0 0;
  }

  .shop-home-list .wm-latest-item .list-image img,
  .shop-home-list .single-list.wm-latest-item .list-image img {
    min-height: 180px;
  }

  .shop-home-list .wm-latest-item .content,
  .shop-home-list .single-list.wm-latest-item .content {
    padding: 16px;
    text-align: left;
  }

  .wm-side-product__media {
    width: 56px;
    height: 56px;
  }

  .wm-side-product {
    grid-template-columns: 56px 1fr;
  }
}

/* ========== Footer Ã¢ÂÂ modern Watermelon shell ========== */
.footer.wm-footer {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: rgba(163, 199, 161, 0.22);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(163, 199, 161, 0.12) 0%, transparent 48%),
    linear-gradient(180deg, #24382f 0%, #1c2c25 100%);
  color: rgba(255, 255, 255, 0.82);
}

.footer.wm-footer .footer-top.section {
  padding-top: 56px !important;
  padding-bottom: 40px !important;
}

.footer.wm-footer .single-footer {
  margin-bottom: 28px;
}

.footer.wm-footer .about {
  padding-right: 28px;
}

.footer.wm-footer .about .logo {
  margin-bottom: 16px;
}

.footer.wm-footer .about .logo a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(163, 199, 161, 0.35);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.footer.wm-footer .about .logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer.wm-footer .about .text {
  margin: 0 0 18px;
  max-width: 36ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.footer.wm-footer .about .call {
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--wm-line);
  border-radius: 12px;
}

.footer.wm-footer .about .call span {
  display: block;
  margin-top: 6px;
}

.footer.wm-footer .about .call a {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.wm-footer .about .call a:hover {
  color: var(--wm-coral);
}

.footer.wm-footer .single-footer h4 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer.wm-footer .single-footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--wm-coral);
  border-radius: 999px;
}

.footer.wm-footer .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.wm-footer .links ul li {
  margin: 0 0 10px;
}

.footer.wm-footer .links ul li:last-child {
  margin-bottom: 0;
}

.footer.wm-footer .links ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer.wm-footer .links ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--wm-mint);
  border-radius: 999px;
  transition: width 0.2s ease;
}

.footer.wm-footer .links ul li a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer.wm-footer .links ul li a:hover::before {
  width: 10px;
}

.footer.wm-footer .social .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.wm-footer .social .contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.footer.wm-footer .social .contact ul li:last-child {
  margin-bottom: 0;
}

.footer.wm-footer .social .contact ul li i {
  flex: 0 0 18px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1;
  color: var(--wm-mint);
}

.footer.wm-footer .social .contact ul li a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.wm-footer .social .contact ul li a:hover {
  color: #fff;
}

.footer.wm-footer .copyright {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid var(--wm-line);
}

.footer.wm-footer .copyright .inner {
  padding: 18px 0;
  border: 0;
}

.footer.wm-footer .copyright .row {
  align-items: center;
}

.footer.wm-footer .copyright .left p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
}

.footer.wm-footer .copyright .left a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(163, 199, 161, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer.wm-footer .copyright .left a:hover {
  color: var(--wm-coral);
  border-bottom-color: var(--wm-coral);
}

.footer.wm-footer .copyright .right {
  text-align: right;
}

.footer.wm-footer .copyright .right img {
  max-height: 28px;
  width: auto;
  opacity: 0.92;
  filter: grayscale(0.15);
}

@media (max-width: 767px) {
  .footer.wm-footer .about {
    padding-right: 0;
  }

  .footer.wm-footer .about .text {
    max-width: none;
  }

  .footer.wm-footer .copyright .left,
  .footer.wm-footer .copyright .right {
    text-align: center;
  }

  .footer.wm-footer .copyright .right {
    margin-top: 12px;
  }
}

/* ========== About Us Ã¢ÂÂ Watermelon ========== */
.wm-about-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5f7268;
  --wm-paper: #f7faf7;
  --wm-display: "Fraunces", "Georgia", serif;
  background: #fff;
  color: var(--wm-ink);
  overflow-x: hidden;
}

.wm-about-page .wm-about-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-coral);
}

.wm-about-page .wm-about-heading {
  margin: 0;
  font-family: var(--wm-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--wm-ink);
}

.wm-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.wm-about-btn:hover {
  transform: translateY(-1px);
}

.wm-about-btn--primary {
  background: var(--wm-ink);
  color: #fff !important;
  border: 1px solid var(--wm-ink);
}

.wm-about-btn--primary:hover {
  background: var(--wm-coral);
  border-color: var(--wm-coral);
  color: #fff !important;
}

.wm-about-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.wm-about-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border-color: #fff;
}

.wm-about-btn--light {
  background: #fff;
  color: var(--wm-ink) !important;
  border: 1px solid #fff;
}

.wm-about-btn--light:hover {
  background: var(--wm-mint-soft);
  border-color: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
}

/* ========== Shared Watermelon breadcrumbs ========== */
.wm-breadcrumbs {
  --wm-ink: #2E473B;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
}

.wm-breadcrumbs--bar {
  padding: 18px 0;
  background:
    linear-gradient(180deg, #E8F2E7 0%, #f4f8f4 100%);
  border-bottom: 1px solid var(--wm-line);
}

.wm-breadcrumbs--bar .container {
  display: flex;
  align-items: center;
}

.wm-breadcrumbs--overlay {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin: 0 0 36px;
  padding: 0;
  background: transparent;
  border: 0;
  animation: wmAboutCopyIn 0.7s ease both;
}

.wm-breadcrumbs__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 999px;
  border: 1px solid transparent;
}

.wm-breadcrumbs--bar .wm-breadcrumbs__list {
  background: #fff;
  border-color: var(--wm-line);
  box-shadow: 0 6px 18px rgba(46, 71, 59, 0.06);
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__list {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(15, 28, 22, 0.18);
}

.wm-breadcrumbs__list li {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.wm-breadcrumbs__list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1.5px solid #9aafa3;
  border-right: 1.5px solid #9aafa3;
  transform: rotate(45deg);
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__list li:not(:last-child)::after {
  border-top-color: rgba(255, 255, 255, 0.55);
  border-right-color: rgba(255, 255, 255, 0.55);
}

.wm-breadcrumbs__list a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--wm-ink);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__list a {
  color: rgba(255, 255, 255, 0.88);
}

.wm-breadcrumbs__list a:hover {
  color: var(--wm-ink);
  background: var(--wm-mint-soft);
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__list a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.wm-breadcrumbs__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wm-mint-soft);
  font-size: 11px;
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__home {
  background: rgba(232, 242, 231, 0.2);
}

.wm-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff;
  font-weight: 700;
}

.wm-breadcrumbs--overlay .wm-breadcrumbs__current {
  background: #E8F2E7;
  color: #2E473B;
}

/* Hide legacy theme breadcrumb bars (div.breadcrumbs only) */
div.breadcrumbs {
  display: none !important;
}

/* Hero Ã¢ÂÂ full-bleed image plane + open copy */
.wm-about-hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: stretch;
  padding: 28px 0 64px;
  background: linear-gradient(135deg, #1f332b 0%, #2E473B 48%, #3d5c4c 100%);
  overflow: hidden;
}

.wm-about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wm-about-hero__media img,
.wm-about-hero__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(1.02);
  animation: wmAboutMediaIn 1.1s ease both;
}

.wm-about-hero__fallback {
  background:
    radial-gradient(ellipse at 70% 40%, rgba(163, 199, 161, 0.35), transparent 55%),
    linear-gradient(135deg, #2E473B, #1a2a23);
}

.wm-about-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 51, 43, 0.88) 0%, rgba(31, 51, 43, 0.62) 42%, rgba(31, 51, 43, 0.28) 100%),
    linear-gradient(0deg, rgba(31, 51, 43, 0.55) 0%, transparent 45%);
  pointer-events: none;
}

.wm-about-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: inherit;
}

.wm-about-hero__copy {
  max-width: 560px;
  margin-top: auto;
  padding-top: 48px;
  animation: wmAboutCopyIn 0.85s ease 0.12s both;
}

.wm-about-hero__brand {
  margin: 0 0 14px;
  font-family: var(--wm-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
}

.wm-about-hero__title {
  margin: 0 0 16px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  max-width: 18ch;
}

.wm-about-hero__lede {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(232, 242, 231, 0.88);
  max-width: 38ch;
}

.wm-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes wmAboutMediaIn {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.02); }
}

@keyframes wmAboutCopyIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Story */
.wm-about-story {
  padding: 72px 0 40px;
  background: #fff;
}

.wm-about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px 64px;
  align-items: start;
}

.wm-about-story__body p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--wm-muted);
}

.wm-about-story__body p + p {
  margin-top: 1.1em;
}

/* Values Ã¢ÂÂ scannable 2ÃÂ2 benefit grid */
.wm-about-values {
  padding: 56px 0 72px;
  background: var(--wm-paper);
}

.wm-about-values__head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.wm-about-values__lede {
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4a5c53;
}

.wm-about-values__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.wm-about-value {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px 14px;
  margin: 0;
  padding: 22px 22px 22px 18px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  animation: wmAboutCopyIn 0.7s ease both;
}

.wm-about-value:nth-child(1) { animation-delay: 0.05s; }
.wm-about-value:nth-child(2) { animation-delay: 0.1s; }
.wm-about-value:nth-child(3) { animation-delay: 0.15s; }
.wm-about-value:nth-child(4) { animation-delay: 0.2s; }

.wm-about-value:hover {
  border-color: var(--wm-mint);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(46, 71, 59, 0.08);
}

.wm-about-value__index {
  font-family: var(--wm-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--wm-coral);
  min-width: 1.6em;
}

.wm-about-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 14px;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 22px;
  flex-shrink: 0;
}

.wm-about-value__text {
  min-width: 0;
}

.wm-about-value h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--wm-ink);
}

.wm-about-value p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #3f5249;
}

/* CTA band */
.wm-about-cta {
  padding: 0 0 72px;
  background: #fff;
}

.wm-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 44px;
  border-radius: 20px;
  background:
    linear-gradient(125deg, #2E473B 0%, #3a5a4a 55%, #2E473B 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(46, 71, 59, 0.18);
}

.wm-about-cta__text h2 {
  margin: 0 0 8px;
  font-family: var(--wm-display);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.wm-about-cta__text p {
  margin: 0;
  max-width: 42ch;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(232, 242, 231, 0.88);
}

@media (max-width: 991px) {
  .wm-about-hero {
    min-height: 560px;
    padding: 64px 0 48px;
  }

  .wm-about-hero__veil {
    background:
      linear-gradient(180deg, rgba(31, 51, 43, 0.35) 0%, rgba(31, 51, 43, 0.82) 100%);
  }

  .wm-about-story__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wm-about-values__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .wm-about-values__head {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .wm-about-hero {
    min-height: 520px;
    padding: 20px 0 40px;
  }

  .wm-breadcrumbs--overlay {
    margin-bottom: 24px;
  }

  .wm-breadcrumbs__list {
    padding: 5px;
  }

  .wm-breadcrumbs__list a,
  .wm-breadcrumbs__current {
    padding: 7px 11px;
  }

  .wm-about-hero__brand {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .wm-about-hero__title {
    max-width: none;
  }

  .wm-about-story,
  .wm-about-values {
    padding-left: 0;
    padding-right: 0;
  }

  .wm-about-story {
    padding-top: 48px;
  }

  .wm-about-values {
    padding: 40px 0 56px;
  }

  .wm-about-values__list {
    grid-template-columns: 1fr;
  }

  .wm-about-value {
    grid-template-columns: auto 1fr;
    padding: 18px 16px;
  }

  .wm-about-value__index {
    display: none;
  }

  .wm-about-value__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .wm-about-cta {
    padding-bottom: 48px;
  }

  .wm-about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .wm-about-btn {
    width: 100%;
  }

  .wm-about-hero__actions .wm-about-btn {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-about-hero__media img,
  .wm-about-hero__fallback,
  .wm-about-hero__copy,
  .wm-about-value {
    animation: none !important;
  }
}

/* ========== Contact Ã¢ÂÂ Watermelon ========== */
.wm-contact-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #4a5c53;
  --wm-paper: #f7faf7;
  --wm-display: "Fraunces", "Georgia", serif;
  background: #fff;
  color: var(--wm-ink);
  overflow-x: hidden;
}

.wm-contact-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-coral);
}

.wm-contact-title {
  margin: 0 0 14px;
  font-family: var(--wm-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--wm-ink);
}

.wm-contact-lede {
  margin: 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--wm-muted);
}

.wm-contact-intro {
  padding: 40px 0 28px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(163, 199, 161, 0.28), transparent 50%),
    linear-gradient(180deg, #E8F2E7 0%, #fff 100%);
}

.wm-contact-main {
  padding: 12px 0 56px;
  background: #fff;
}

.wm-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.wm-contact-form-panel {
  padding: 32px 32px 36px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(46, 71, 59, 0.06);
}

.wm-contact-form-head h2 {
  margin: 0 0 8px;
  font-family: var(--wm-display);
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wm-ink);
}

.wm-contact-auth-note {
  margin: 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--wm-muted);
}

.wm-contact-auth-note a {
  color: var(--wm-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wm-contact-auth-note a:hover {
  color: var(--wm-coral);
}

.wm-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.wm-contact-field--full {
  grid-column: 1 / -1;
}

.wm-contact-field label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.wm-contact-field label span {
  color: var(--wm-coral);
}

.wm-contact-field input,
.wm-contact-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wm-ink);
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-contact-field textarea {
  min-height: 150px;
  resize: vertical;
}

.wm-contact-field input:focus,
.wm-contact-field textarea:focus {
  outline: none;
  border-color: var(--wm-mint);
  box-shadow: 0 0 0 3px rgba(163, 199, 161, 0.35);
}

.wm-contact-field input::placeholder,
.wm-contact-field textarea::placeholder {
  color: #8a9b92;
}

.wm-contact-form label.error,
.wm-contact-form .error {
  display: block;
  margin-top: 6px;
  color: var(--wm-coral) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.wm-contact-form input.error,
.wm-contact-form textarea.error {
  border-color: var(--wm-coral);
}

.wm-contact-actions {
  margin-top: 22px;
}

.wm-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(46, 71, 59, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.wm-contact-btn:hover {
  background: var(--wm-coral);
  transform: translateY(-1px);
}

.wm-contact-aside__card {
  padding: 28px 24px;
  border-radius: 20px;
  background:
    linear-gradient(165deg, #2E473B 0%, #3a5a4a 55%, #24382f 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(46, 71, 59, 0.2);
}

.wm-contact-aside__card h2 {
  margin: 0 0 8px;
  font-family: var(--wm-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.wm-contact-aside__lede {
  margin: 0 0 24px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(232, 242, 231, 0.82);
}

.wm-contact-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.wm-contact-channel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

a.wm-contact-channel:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.wm-contact-channel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #E8F2E7;
  color: #2E473B;
  font-size: 16px;
}

.wm-contact-channel__label {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 242, 231, 0.7);
}

.wm-contact-channel__value {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  word-break: break-word;
}

.wm-contact-hours {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wm-contact-hours__label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 242, 231, 0.65);
}

.wm-contact-hours__value {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
}

.wm-contact-map {
  padding: 0 0 72px;
  background: #fff;
}

.wm-contact-map__frame {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--wm-line);
  background: var(--wm-mint-soft);
  box-shadow: 0 14px 36px rgba(46, 71, 59, 0.08);
  height: min(420px, 55vh);
}

.wm-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.02);
}

.wm-contact-modal .modal-dialog {
  max-width: 420px;
  width: min(420px, 92vw);
  margin: 1.75rem auto;
}

.wm-contact-modal .modal-content {
  width: 100%;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(46, 71, 59, 0.2);
}

.wm-contact-modal .modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--wm-line);
  background: #fff;
}

.wm-contact-modal .modal-header h2 {
  margin: 0;
  font-family: var(--wm-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--wm-ink);
}

.wm-contact-modal .modal-header .close {
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--wm-line);
  background: #fff;
  opacity: 1;
  font-size: 18px;
  line-height: 34px;
  color: var(--wm-ink);
}

.wm-contact-modal .modal-body {
  height: auto;
  padding: 18px 20px 22px;
}

.wm-contact-modal .modal-body p {
  margin: 0;
  color: var(--wm-muted);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .wm-contact-layout {
    grid-template-columns: 1fr;
  }

  .wm-contact-aside__card {
    position: static;
  }
}

@media (max-width: 767px) {
  .wm-contact-intro {
    padding: 28px 0 18px;
  }

  .wm-contact-form-panel {
    padding: 22px 18px 24px;
  }

  .wm-contact-fields {
    grid-template-columns: 1fr;
  }

  .wm-contact-btn {
    width: 100%;
  }

  .wm-contact-map {
    padding-bottom: 48px;
  }

  .wm-contact-map__frame {
    height: 300px;
    border-radius: 16px;
  }
}


/* ========== Auth (Login) Ã¯Â¿Â½ Watermelon ========== */
.wm-auth-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  --wm-bg: #f3f7f3;
  background:
    radial-gradient(1200px 480px at 12% -10%, rgba(163, 199, 161, 0.35), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(209, 77, 65, 0.08), transparent 55%),
    var(--wm-bg);
  padding-bottom: 64px;
}

.wm-auth.section {
  padding: 12px 0 24px;
  background: transparent;
}

.wm-auth__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  max-width: 980px;
  margin: 8px auto 0;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(46, 71, 59, 0.08);
}

/* Decorative seam orb at green / white join */
.wm-auth__seam-orb {
  position: absolute;
  left: 47.5%;
  bottom: -110px;
  width: 220px;
  height: 220px;
  margin-left: -110px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(163, 199, 161, 0.32) 0 50%,
    #E8F2E7 50% 100%
  );
  pointer-events: none;
  z-index: 1;
}

.wm-auth__brand {
  position: relative;
  z-index: 2;
  padding: 48px 40px;
  background:
    linear-gradient(160deg, rgba(46, 71, 59, 0.96), rgba(46, 71, 59, 0.88)),
    linear-gradient(135deg, #2E473B, #3d5c4d);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}

.wm-auth__brand::after {
  content: none;
}

.wm-auth__brand-copy {
  position: relative;
  z-index: 2;
}

/* Shopping motion layer */
.wm-auth-shop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.wm-auth-shop__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.wm-auth-shop__glow--a {
  width: 220px;
  height: 220px;
  right: -60px;
  top: -40px;
  background: rgba(163, 199, 161, 0.22);
  animation: wm-auth-pulse 7s ease-in-out infinite;
}

.wm-auth-shop__glow--b {
  width: 180px;
  height: 180px;
  left: -50px;
  bottom: -30px;
  background: rgba(209, 77, 65, 0.14);
  animation: wm-auth-pulse 9s ease-in-out infinite reverse;
}

.wm-auth-shop__orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(232, 242, 231, 0.18);
  background: rgba(232, 242, 231, 0.06);
}

.wm-auth-shop__orb--1 {
  width: 70px;
  height: 70px;
  top: 18%;
  right: 12%;
  animation: wm-auth-float 8s ease-in-out infinite;
}

.wm-auth-shop__orb--2 {
  width: 42px;
  height: 42px;
  bottom: 22%;
  right: 22%;
  animation: wm-auth-float 6.5s ease-in-out infinite 0.8s;
}

.wm-auth-shop__orb--3 {
  width: 28px;
  height: 28px;
  top: 48%;
  left: 8%;
  animation: wm-auth-float 7.5s ease-in-out infinite 1.4s;
}

.wm-auth-shop__icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.wm-auth-shop__icon i {
  line-height: 1;
}

.wm-auth-shop__icon--cart {
  top: 14%;
  right: 10%;
  animation: wm-auth-drift 9s ease-in-out infinite;
}

.wm-auth-shop__icon--bag {
  top: 38%;
  right: 18%;
  width: 40px;
  height: 40px;
  font-size: 15px;
  animation: wm-auth-drift 10s ease-in-out infinite 1.2s reverse;
}

.wm-auth-shop__icon--tag {
  bottom: 28%;
  right: 8%;
  width: 38px;
  height: 38px;
  font-size: 14px;
  animation: wm-auth-drift 8s ease-in-out infinite 0.6s;
}

.wm-auth-shop__icon--heart {
  bottom: 16%;
  left: 14%;
  width: 36px;
  height: 36px;
  font-size: 13px;
  color: rgba(232, 242, 231, 0.85);
  animation: wm-auth-drift 11s ease-in-out infinite 1.8s reverse;
}

.wm-auth-shop__icon--gift {
  top: 58%;
  left: 6%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  animation: wm-auth-drift 9.5s ease-in-out infinite 0.4s;
}

@keyframes wm-auth-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes wm-auth-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  25% { transform: translate3d(-6px, -10px, 0) rotate(-4deg); }
  50% { transform: translate3d(4px, -18px, 0) rotate(3deg); }
  75% { transform: translate3d(8px, -8px, 0) rotate(-2deg); }
}

@keyframes wm-auth-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.12); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-auth-shop__glow,
  .wm-auth-shop__orb,
  .wm-auth-shop__icon {
    animation: none !important;
  }
}

.wm-auth__logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 22px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wm-auth__logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.wm-auth__logo img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.wm-auth__brand-kicker {
  position: relative;
  margin: 0 0 14px;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.wm-auth__brand-title {
  position: relative;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.wm-auth__brand-lede {
  position: relative;
  margin: 0 0 28px;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.wm-auth__perks {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.wm-auth__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.wm-auth__perks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 242, 231, 0.18);
  color: #E8F2E7;
  font-size: 12px;
}

.wm-auth__card {
  position: relative;
  z-index: 2;
  padding: 44px 40px 40px;
  background: #fff;
}

.wm-auth__card-head {
  margin: 0 0 24px;
}

.wm-auth__card-head h2 {
  margin: 0 0 8px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.wm-auth__card-head p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wm-auth__alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.wm-auth__alert i {
  margin-top: 1px;
  font-size: 15px;
  flex: 0 0 auto;
}

.wm-auth__alert--ok {
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
}

.wm-auth__alert--err {
  background: #fdeceb;
  color: var(--wm-coral);
  border: 1px solid rgba(209, 77, 65, 0.22);
}

.wm-auth__control.is-invalid input,
.wm-auth__control.is-invalid input:focus {
  border-color: var(--wm-coral) !important;
  box-shadow: 0 0 0 3px rgba(209, 77, 65, 0.12) !important;
}

.wm-auth__form {
  display: grid;
  gap: 16px;
}

.wm-auth__field label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-ink);
}

.wm-auth__field label span {
  color: var(--wm-coral);
}

.wm-auth__control {
  position: relative;
  display: flex;
  align-items: center;
}

.wm-auth__control > i {
  position: absolute;
  left: 14px;
  color: var(--wm-muted);
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
}

.wm-auth__control input,
.wm-auth-page .shop.login .form input,
.wm-auth__form input[type="email"],
.wm-auth__form input[type="password"],
.wm-auth__form input[type="text"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 14px 0 42px !important;
  border: 1px solid var(--wm-line) !important;
  border-radius: 12px !important;
  background: #f7faf7 !important;
  color: var(--wm-ink) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wm-auth__control input:focus,
.wm-auth__form input[type="email"]:focus,
.wm-auth__form input[type="password"]:focus,
.wm-auth__form input[type="text"]:focus {
  outline: none;
  border-color: var(--wm-ink) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(46, 71, 59, 0.1) !important;
}

.wm-auth__error {
  display: block;
  margin-top: 6px;
  color: var(--wm-coral);
  font-size: 12px;
  font-weight: 600;
}

.wm-auth__forgot {
  margin: 8px 0 0;
  text-align: right;
}

.wm-auth__forgot a {
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.wm-auth__forgot a:hover {
  color: var(--wm-coral);
  text-decoration: underline;
}

.wm-auth__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.wm-auth__actions--single {
  grid-template-columns: 1fr;
}

.wm-auth__actions--single .wm-auth__btn {
  width: 100%;
}

.wm-auth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.wm-auth__btn--primary {
  background: var(--wm-ink);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(46, 71, 59, 0.2);
}

.wm-auth__btn--primary:hover {
  background: var(--wm-coral);
  transform: translateY(-1px);
  color: #fff !important;
}

.wm-auth__btn--ghost {
  background: var(--wm-mint-soft);
  border-color: transparent;
  color: var(--wm-ink) !important;
}

.wm-auth__btn--ghost:hover {
  background: #fff;
  border-color: var(--wm-ink);
  color: var(--wm-ink) !important;
}

.wm-auth__foot {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--wm-line);
  text-align: center;
  color: var(--wm-muted);
  font-size: 13px;
}

.wm-auth__foot a {
  color: var(--wm-ink) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wm-auth__foot a:hover {
  color: var(--wm-coral) !important;
}

/* Override legacy shop.login chrome when present */
.wm-auth-page .shop.login,
.wm-auth-page .login-form h2::before,
.wm-auth-page .login-form h2::after {
  display: none;
}

@media (max-width: 991px) {
  .wm-auth__shell {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .wm-auth__seam-orb {
    left: 50%;
    bottom: auto;
    top: calc(100% * 0.42);
    width: 160px;
    height: 160px;
    margin-left: -80px;
    background: linear-gradient(
      180deg,
      rgba(163, 199, 161, 0.32) 0 50%,
      #E8F2E7 50% 100%
    );
  }

  .wm-auth__brand {
    padding: 32px 28px;
    min-height: 0;
  }

  .wm-auth__brand-lede {
    max-width: none;
    margin-bottom: 18px;
  }

  .wm-auth__perks {
    grid-template-columns: 1fr;
  }

  .wm-auth__card {
    padding: 32px 28px 28px;
  }
}

@media (max-width: 575px) {
  .wm-auth-page {
    padding-bottom: 40px;
  }

  .wm-auth__shell {
    border-radius: 18px;
  }

  .wm-auth__brand,
  .wm-auth__card {
    padding: 24px 20px;
  }

  .wm-auth__actions {
    grid-template-columns: 1fr;
  }
}

/* ========== Cart page  Watermelon ========== */
.wm-cart-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint: #A3C7A1;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  --wm-bg: #f3f7f3;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(163, 199, 161, 0.22), transparent 55%),
    var(--wm-bg);
  padding-bottom: 56px;
}

.wm-cart.section {
  padding: 8px 0 24px;
  background: transparent;
}

.wm-cart__head {
  margin: 0 0 28px;
}

.wm-cart__head h1 {
  margin: 0 0 6px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wm-cart__head p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 14px;
}

.wm-cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.wm-cart__main {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 8px 8px 16px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
}

.wm-cart__list-head {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) 0.9fr 1fr 0.9fr 48px;
  gap: 12px;
  padding: 14px 18px;
  margin: 0 8px 4px;
  color: var(--wm-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--wm-line);
}

.wm-cart__row {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) 0.9fr 1fr 0.9fr 48px;
  gap: 12px;
  align-items: center;
  padding: 18px;
  margin: 0 4px;
  border-radius: 14px;
  transition: background 0.2s ease;
}

.wm-cart__row:hover {
  background: #f7faf7;
}

.wm-cart__product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.wm-cart__thumb {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--wm-bg);
  border: 1px solid var(--wm-line);
}

.wm-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-cart__meta {
  min-width: 0;
}

.wm-cart__title {
  display: block;
  color: var(--wm-ink) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.wm-cart__title:hover {
  color: var(--wm-coral) !important;
}

.wm-cart__meta-line {
  margin: 2px 0 0;
  color: var(--wm-muted);
  font-size: 12px;
  line-height: 1.4;
}

.wm-cart__summary {
  margin: 4px 0 0;
  color: var(--wm-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wm-cart__price,
.wm-cart__total {
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 700;
}

.wm-cart__price small {
  display: block;
  margin-top: 2px;
  color: var(--wm-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wm-cart__summary-note {
  margin: -8px 0 16px;
  color: var(--wm-muted);
  font-size: 12px;
  line-height: 1.4;
}

.wm-cart__coupon-label {
  display: block;
  margin: 0 0 8px;
  color: var(--wm-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wm-cart__btn--ink {
  background: var(--wm-ink);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.16);
}

.wm-cart__btn--ink:hover {
  background: var(--wm-coral);
  color: #fff !important;
  transform: translateY(-1px);
}

/* Simple cart layout */
.wm-cart__layout--simple {
  margin-top: 8px;
}

.wm-cart__row--simple {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  grid-template-areas:
    "thumb meta side"
    "thumb qty side";
  gap: 10px 16px;
  align-items: start;
  padding: 16px 18px;
  margin: 0;
  border-bottom: 1px solid var(--wm-line);
  border-radius: 0;
}

.wm-cart__row--simple .wm-cart__thumb {
  grid-area: thumb;
}

.wm-cart__row--simple .wm-cart__meta {
  grid-area: meta;
}

.wm-cart__row--simple .wm-cart__side {
  grid-area: side;
}

.wm-cart__row--simple .wm-cart__qty {
  grid-area: qty;
  align-self: end;
}

.wm-cart__row--simple:last-of-type {
  border-bottom: 0;
}

.wm-cart__row--simple:hover {
  background: transparent;
}

.wm-cart__row--simple.wm-cart__row--saving {
  opacity: 0.72;
  pointer-events: none;
}

.wm-cart__row--simple .wm-cart__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.wm-cart__price-line {
  margin: 0;
  color: var(--wm-muted);
  font-size: 13px;
  font-weight: 600;
}

.wm-cart__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-top: 2px;
}

.wm-cart__row--simple .wm-cart__total {
  font-size: 15px;
}

.wm-cart__layout--simple .wm-cart__list-head {
  display: none;
}

.wm-cart__layout--simple .wm-cart__summary h2 {
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.wm-cart__layout--simple .wm-cart__cta,
.wm-cart__layout--simple .wm-cart__btn--primary {
  width: 100%;
}

.wm-cart__layout--simple .wm-cart__empty {
  padding: 48px 20px;
}

.wm-cart__layout--simple .wm-cart__empty h2 {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .wm-cart__row--simple {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    grid-template-areas:
      "thumb meta remove"
      "qty qty total";
    border: 1px solid var(--wm-line);
    border-radius: 12px;
    margin: 0 0 10px;
    padding: 12px;
    gap: 8px 10px;
    background: #fff;
    align-items: start;
  }

  .wm-cart__row--simple .wm-cart__thumb {
    grid-area: thumb;
    align-self: start;
  }

  .wm-cart__row--simple .wm-cart__meta {
    grid-area: meta;
    min-width: 0;
    gap: 2px;
  }

  .wm-cart__row--simple .wm-cart__side {
    display: contents;
  }

  .wm-cart__row--simple .wm-cart__remove-btn {
    grid-area: remove;
    justify-self: end;
    align-self: start;
  }

  .wm-cart__row--simple .wm-cart__qty {
    grid-area: qty;
    align-self: center;
  }

  .wm-cart__row--simple .wm-cart__total {
    grid-area: total;
    align-self: center;
    justify-self: end;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }
}

.wm-cart__stepper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  width: 124px !important;
  height: 42px;
  margin: 0;
  border: 1px solid var(--wm-line);
  border-radius: 999px;
  background: #f7faf7;
  overflow: hidden;
}

.wm-cart__qty .button,
.wm-cart__stepper .button {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px !important;
  height: 100% !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

.wm-cart__qty .button .btn,
.wm-cart__stepper .btn-number {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wm-ink) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.wm-cart__qty .input-number,
.wm-cart__stepper .input-number {
  flex: 1 1 auto;
  width: 48px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-weight: 700;
  color: var(--wm-ink);
  box-shadow: none !important;
}

.wm-cart__remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fdeceb;
  color: var(--wm-coral);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wm-cart__remove-btn:hover {
  background: var(--wm-coral);
  color: #fff;
  transform: translateY(-1px);
}

.wm-cart__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 18px 8px;
  margin-top: 8px;
}

.wm-cart__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wm-ink) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.wm-cart__link:hover {
  color: var(--wm-coral) !important;
}

.wm-cart__aside {
  position: sticky;
  top: 16px;
}

.wm-cart__summary {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
}

.wm-cart__summary h2 {
  margin: 0 0 18px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.wm-cart__coupon-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 0 0 20px;
}

.wm-cart__coupon-form input {
  height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--wm-line) !important;
  border-radius: 12px !important;
  background: #f7faf7 !important;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
}

.wm-cart__coupon-form input:focus {
  outline: none;
  border-color: var(--wm-ink) !important;
  background: #fff !important;
}

.wm-cart__totals {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid var(--wm-line);
}

.wm-cart__totals li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--wm-line);
  color: var(--wm-muted);
  font-size: 14px;
}

.wm-cart__totals li strong {
  color: var(--wm-ink);
  font-weight: 700;
}

.wm-cart__totals li.last {
  border-bottom: 0;
  padding-top: 16px;
}

.wm-cart__totals li.last span,
.wm-cart__totals li.last strong {
  color: var(--wm-ink);
  font-size: 16px;
  font-weight: 800;
}

.wm-cart__save {
  color: var(--wm-coral) !important;
}

.wm-cart__cta {
  display: grid;
  gap: 10px;
}

.wm-cart__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wm-cart__btn--primary {
  background: var(--wm-ink);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(46, 71, 59, 0.18);
}

.wm-cart__btn--primary:hover {
  background: var(--wm-coral);
  color: #fff !important;
  transform: translateY(-1px);
}

.wm-cart__btn--ghost {
  background: #fff;
  border-color: var(--wm-line);
  color: var(--wm-ink) !important;
}

.wm-cart__btn--ghost:hover {
  border-color: var(--wm-ink);
  background: var(--wm-mint-soft);
}

.wm-cart__btn--soft {
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
  min-height: 44px;
  padding: 0 16px;
}

.wm-cart__btn--soft:hover {
  background: var(--wm-ink);
  color: #fff !important;
}

.wm-cart__empty {
  text-align: center;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 56px 24px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
}

.wm-cart__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 28px;
}

.wm-cart__empty h2 {
  margin: 0 0 8px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.wm-cart__empty p {
  margin: 0 0 22px;
  color: var(--wm-muted);
}

.wm-cart__perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.wm-cart__perk {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
}

.wm-cart__perk i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 16px;
  flex: 0 0 auto;
}

.wm-cart__perk strong {
  display: block;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 700;
}

.wm-cart__perk span {
  display: block;
  color: var(--wm-muted);
  font-size: 12px;
  margin-top: 2px;
}

.wm-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .wm-cart__layout {
    grid-template-columns: 1fr;
  }

  .wm-cart__aside {
    position: static;
  }

  .wm-cart__perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wm-cart__list-head {
    display: none;
  }

  .wm-cart__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "product remove"
      "price price"
      "qty total";
    gap: 12px 10px;
    padding: 16px;
    border: 1px solid var(--wm-line);
    margin: 8px 4px;
  }

  .wm-cart__product { grid-area: product; }
  .wm-cart__remove { grid-area: remove; justify-self: end; }
  .wm-cart__price { grid-area: price; }
  .wm-cart__qty { grid-area: qty; }
  .wm-cart__total { grid-area: total; justify-self: end; align-self: center; }

  .wm-cart__price::before,
  .wm-cart__qty::before,
  .wm-cart__total::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--wm-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .wm-cart__perks {
    grid-template-columns: 1fr;
  }

  .wm-cart__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ========== Wishlist � Watermelon ========== */
.wm-wish-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  --wm-bg: #f3f7f3;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(163, 199, 161, 0.22), transparent 55%),
    var(--wm-bg);
  padding-bottom: 56px;
}

.wm-wish.section {
  padding: 8px 0 24px;
  background: transparent;
}

.wm-wish__panel {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 8px 8px 16px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
}

.wm-wish__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--wm-line);
  margin: 0 4px 4px;
}

.wm-wish__head h1 {
  margin: 0;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wm-wish__head p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 13px;
  font-weight: 600;
}

.wm-wish__row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--wm-line);
}

.wm-wish__row:last-child {
  border-bottom: 0;
}

.wm-wish__thumb {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--wm-bg);
  border: 1px solid var(--wm-line);
  flex: 0 0 auto;
}

.wm-wish__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-wish__meta {
  min-width: 0;
}

.wm-wish__title {
  display: block;
  color: var(--wm-ink) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.wm-wish__title:hover {
  color: var(--wm-coral) !important;
}

.wm-wish__price {
  margin: 6px 0 0;
  color: var(--wm-muted);
  font-size: 14px;
  font-weight: 700;
}

.wm-wish__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wm-wish__actions form {
  margin: 0;
}

.wm-wish__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.16);
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.wm-wish__btn:hover {
  background: var(--wm-coral);
  color: #fff !important;
  transform: translateY(-1px);
}

.wm-wish__btn--primary {
  min-height: 48px;
  padding: 0 24px;
}

.wm-wish__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fdeceb;
  color: var(--wm-coral);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.wm-wish__remove:hover {
  background: var(--wm-coral);
  color: #fff;
}

.wm-wish__foot {
  padding: 12px 18px 8px;
}

.wm-wish__link {
  color: var(--wm-ink) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.wm-wish__link:hover {
  color: var(--wm-coral) !important;
}

.wm-wish__empty {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 48px 24px;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.05);
}

.wm-wish__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 26px;
}

.wm-wish__empty h2 {
  margin: 0 0 8px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.wm-wish__empty p {
  margin: 0 0 20px;
  color: var(--wm-muted);
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .wm-wish__row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .wm-wish__meta {
    min-width: 0;
    width: 100%;
  }

  .wm-wish__title {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .wm-wish__actions {
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
  }

  .wm-wish__btn {
    flex: 1;
  }
}

/* ========== Checkout — Watermelon (friendly international) ========== */
.wm-checkout-page {
  --wm-ink: #2E473B;
  --wm-coral: #D14D41;
  --wm-mint-soft: #E8F2E7;
  --wm-line: #dce5dc;
  --wm-muted: #5a6d63;
  --wm-bg: #f4f7f4;
  --wm-surface: #ffffff;
  background:
    radial-gradient(920px 400px at 0% 0%, rgba(163, 199, 161, 0.18), transparent 58%),
    var(--wm-bg);
  padding-bottom: 64px;
}

.wm-checkout.section {
  padding: 4px 0 20px;
  background: transparent;
}

.wm-ck-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--wm-muted);
  font-size: 13px;
  font-weight: 600;
}

.wm-ck-path a {
  color: var(--wm-ink) !important;
  text-decoration: none !important;
}

.wm-ck-path a:hover {
  color: var(--wm-coral) !important;
}

.wm-ck-path [aria-current="page"] {
  color: var(--wm-ink);
}

.wm-ck-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.wm-ck-aside {
  order: 2;
  position: sticky;
  top: 16px;
}

.wm-ck-main {
  order: 1;
}

.wm-ck-sheet {
  background: var(--wm-surface);
  border: 1px solid var(--wm-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(46, 71, 59, 0.04);
  overflow: hidden;
}

.wm-ck-block {
  padding: 22px;
  border-bottom: 1px solid var(--wm-line);
}

.wm-ck-block--last {
  border-bottom: 0;
}

.wm-ck-block h2 {
  margin: 0 0 14px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wm-ck-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.wm-ck-field--full {
  grid-column: 1 / -1;
}

.wm-ck-field label {
  display: block;
  margin: 0 0 6px;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
}

.wm-ck-field label > span:not(.wm-ck-optional) {
  color: var(--wm-coral);
}

.wm-ck-optional {
  color: var(--wm-muted) !important;
  font-weight: 500;
  font-size: 12px;
}

.wm-ck-field input,
.wm-ck-field select {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--wm-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--wm-ink) !important;
  font-size: 15px;
  box-shadow: none !important;
}

.wm-ck-field input::placeholder {
  color: #9aa89f;
}

.wm-ck-field input:focus,
.wm-ck-field select:focus {
  outline: none;
  border-color: var(--wm-ink) !important;
  box-shadow: 0 0 0 3px rgba(46, 71, 59, 0.1) !important;
}

.wm-ck-error {
  display: block;
  margin-top: 5px;
  color: var(--wm-coral);
  font-size: 12px;
  font-weight: 600;
}

.wm-ck-methods {
  display: grid;
  gap: 8px;
}

.wm-ck-method {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--wm-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.wm-ck-method input {
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--wm-ink);
}

.wm-ck-method__name {
  display: block;
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 700;
}

.wm-ck-method__price {
  margin-left: auto;
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.wm-ck-method__hint {
  display: block;
  margin-top: 2px;
  color: var(--wm-muted);
  font-size: 12px;
  font-weight: 500;
}

.wm-ck-method--pay > span {
  display: block;
}

.wm-ck-method.is-on {
  border-color: var(--wm-ink);
  background: var(--wm-mint-soft);
}

.wm-ck-free {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--wm-mint-soft);
  color: var(--wm-ink);
  font-size: 14px;
  font-weight: 600;
}

.wm-ck-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.wm-ck-link {
  color: var(--wm-ink) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.wm-ck-link:hover {
  color: var(--wm-coral) !important;
}

.wm-ck-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(46, 71, 59, 0.16);
}

.wm-ck-btn:hover {
  background: var(--wm-coral);
}

.wm-ck-btn__total {
  opacity: 0.9;
  font-weight: 600;
}

.wm-ck-btn--inline {
  min-width: 180px;
}

.wm-ck-summary {
  background: var(--wm-surface);
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(46, 71, 59, 0.06);
}

.wm-ck-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  background:
    linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
  border-bottom: 1px solid var(--wm-line);
}

.wm-ck-summary__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.wm-ck-summary__title h2 {
  margin: 0;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wm-ck-summary__count {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--wm-mint-soft);
  border: 1px solid var(--wm-line);
  color: var(--wm-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wm-ck-summary__edit {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--wm-ink) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  line-height: 1.2;
}

.wm-ck-summary__edit:hover {
  color: var(--wm-coral) !important;
}

.wm-ck-items {
  list-style: none;
  margin: 0;
  padding: 12px 14px 10px;
  max-height: 280px;
  overflow-y: auto;
  overflow-x: visible;
}

.wm-ck-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 4px;
  border-bottom: 1px solid #eef3ee;
  overflow: visible;
}

.wm-ck-item:last-child {
  border-bottom: 0;
}

.wm-ck-item__media {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  overflow: visible;
  background: var(--wm-mint-soft);
  border: 1px solid var(--wm-line);
}

.wm-ck-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.wm-ck-item__qty {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
}

.wm-ck-item__info strong {
  display: block;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.wm-ck-item__info small {
  display: block;
  margin-top: 3px;
  color: var(--wm-muted);
  font-size: 12px;
}

.wm-ck-item__info em {
  display: block;
  margin-top: 3px;
  color: #7a8b82;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.wm-ck-item__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.wm-ck-item__remove {
  margin: 0;
}

.wm-ck-item__remove button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--wm-line);
  border-radius: 8px;
  background: #fff;
  color: var(--wm-muted);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.wm-ck-item__remove button:hover {
  color: var(--wm-coral);
  border-color: var(--wm-coral);
  background: #fff5f4;
}

.wm-ck-item__price {
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.wm-ck-summary__promo {
  margin: 0 14px 14px;
  padding: 12px;
  border-radius: 14px;
  background: #f7faf7;
  border: 1px solid var(--wm-line);
}

.wm-ck-coupon {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 0;
}

.wm-ck-coupon input {
  height: 42px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--wm-line);
  border-radius: 10px;
  background: #fff;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 600;
}

.wm-ck-coupon input:focus {
  outline: none;
  border-color: var(--wm-ink);
}

.wm-ck-coupon button {
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--wm-ink);
  border-radius: 10px;
  background: #fff;
  color: var(--wm-ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.wm-ck-coupon button:hover {
  background: var(--wm-ink);
  color: #fff;
}

.wm-ck-coupon-ok {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0 0;
  color: #2F6B4F;
  font-size: 12px;
  font-weight: 700;
}

.wm-ck-coupon-remove {
  margin: 0;
}

.wm-ck-coupon-remove button {
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #d7e0d7;
  border-radius: 999px;
  background: #fff;
  color: var(--wm-ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.wm-ck-coupon-remove button:hover {
  border-color: var(--wm-coral);
  color: var(--wm-coral);
}

.wm-ck-totals {
  margin: 0;
  padding: 4px 18px 16px;
  border-top: 1px solid var(--wm-line);
  background: linear-gradient(180deg, #fff 0%, #f8fbf8 100%);
}

.wm-ck-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  color: var(--wm-muted);
  font-size: 14px;
}

.wm-ck-totals dt {
  margin: 0;
  font-weight: 500;
}

.wm-ck-totals dd {
  margin: 0;
  color: var(--wm-ink);
  font-weight: 700;
}

.wm-ck-save {
  color: var(--wm-coral) !important;
}

.wm-ck-totals__grand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  padding: 12px 0 4px;
  border-top: 1px dashed var(--wm-line, #d7e4d4);
  border-radius: 0;
  background: transparent;
  color: var(--wm-ink, #17241f);
}

.wm-ck-totals__grand span {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--wm-ink, #17241f);
}

.wm-ck-totals__grand strong {
  margin: 0;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #244F41;
}

.wm-ck-summary__actions {
  display: grid;
  gap: 10px;
  padding: 0 14px 16px;
}

.wm-ck-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 10px 12px 10px 10px;
  border: 1px solid #C9DCC6;
  border-radius: 16px;
  background: #E8F2E7;
  color: #17241F;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.wm-ck-cta:hover {
  transform: translateY(-1px);
  background: #DCEBDB;
  border-color: #B9CDB5;
  box-shadow: 0 8px 18px rgba(36, 79, 65, 0.1);
}

.wm-ck-cta:active {
  transform: translateY(0);
  background: #D2E4D1;
}

.wm-ck-cta__main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: left;
}

.wm-ck-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(36, 79, 65, 0.1);
  color: #244F41;
  font-size: 15px;
}

.wm-ck-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.wm-ck-cta__copy strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #17241F;
}

.wm-ck-cta__copy small {
  color: #3D4F47;
  font-size: 11px;
  font-weight: 600;
}

.wm-ck-cta__amount {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  background: #244F41;
  color: #fff;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.wm-ck-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px dashed var(--wm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wm-ink) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.wm-ck-back:hover {
  border-color: var(--wm-ink);
  border-style: solid;
  background: var(--wm-mint-soft);
  color: var(--wm-ink) !important;
}

.wm-ck-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wm-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}

.wm-ck-btn:hover {
  background: var(--wm-coral);
}

.wm-ck-btn--inline {
  min-width: 180px;
}

.wm-ck-empty {
  max-width: 420px;
  margin: 36px auto;
  padding: 36px 24px;
  text-align: center;
  background: var(--wm-surface);
  border: 1px solid var(--wm-line);
  border-radius: 18px;
}

.wm-ck-empty h1 {
  margin: 0 0 8px;
  color: var(--wm-ink);
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.wm-ck-empty p {
  margin: 0 0 18px;
  color: var(--wm-muted);
}

@media (max-width: 991.98px) {
  .wm-ck-layout {
    grid-template-columns: 1fr;
  }

  .wm-ck-aside {
    order: -1;
    position: static;
  }

  .wm-ck-items {
    max-height: none;
  }

  .wm-ck-summary__actions {
    position: static;
    bottom: auto;
    z-index: auto;
    margin: 0;
    padding: 8px 12px 14px;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 575.98px) {
  .wm-ck-grid {
    grid-template-columns: 1fr;
  }

  .wm-ck-block {
    padding: 14px 12px;
  }

  /* Keep thumb | info | price+remove on one row (don’t wrap under title) */
  .wm-ck-item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 10px 0;
  }

  .wm-ck-item__side {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
  }

  .wm-ck-item__price {
    order: -1;
  }
}

/* ── Global flash toasts ─────────────────────────────────────── */
.wm-toast-stack {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(320px, calc(100vw - 32px));
  pointer-events: none;
}

.wm-toast {
  --wm-toast-accent: var(--wm-ink, #2E473B);
  --wm-toast-accent-soft: rgba(163, 199, 161, 0.35);
  --wm-toast-glow: rgba(163, 199, 161, 0.45);
  pointer-events: auto;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    0 14px 34px rgba(46, 71, 59, 0.14),
    0 3px 10px rgba(46, 71, 59, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transform: translateX(calc(100% + 32px)) scale(0.94);
  opacity: 0;
  animation: wm-toast-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-toast:hover {
  transform: translateY(-2px) scale(1);
  box-shadow:
    0 24px 56px rgba(46, 71, 59, 0.18),
    0 6px 18px rgba(46, 71, 59, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wm-toast--success {
  --wm-toast-accent: var(--wm-ink, #2E473B);
  --wm-toast-accent-soft: rgba(163, 199, 161, 0.42);
  --wm-toast-glow: rgba(163, 199, 161, 0.55);
}

.wm-toast--error {
  --wm-toast-accent: var(--wm-coral, #D14D41);
  --wm-toast-accent-soft: rgba(209, 77, 65, 0.28);
  --wm-toast-glow: rgba(209, 77, 65, 0.42);
}

.wm-toast__glow {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--wm-toast-glow) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.65;
  filter: blur(8px);
}

.wm-toast__main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px 11px;
}

.wm-toast.is-leaving {
  animation: wm-toast-out 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  pointer-events: none;
}

.wm-toast__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--wm-toast-accent) 0%, color-mix(in srgb, var(--wm-toast-accent) 72%, #000) 100%);
  box-shadow:
    0 6px 14px var(--wm-toast-accent-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.wm-toast--error .wm-toast__icon {
  animation: wm-toast-pulse 2.4s ease-in-out infinite;
}

.wm-toast__content {
  flex: 1;
  min-width: 0;
  padding-top: 1px;
}

.wm-toast__title {
  margin: 0 0 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-toast-accent);
}

.wm-toast__message {
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--wm-ink, #2E473B);
}

.wm-toast--error .wm-toast__message {
  color: #3a2826;
}

.wm-toast__close {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 9px;
  background: rgba(46, 71, 59, 0.06);
  color: rgba(46, 71, 59, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wm-toast__close:hover,
.wm-toast__close:focus {
  background: rgba(46, 71, 59, 0.12);
  color: var(--wm-ink, #2E473B);
  transform: scale(1.05);
  outline: none;
}

.wm-toast__close i {
  font-size: 12px;
  line-height: 1;
}

.wm-toast__progress {
  display: block;
  height: 3px;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(1);
  background: linear-gradient(90deg, var(--wm-toast-accent) 0%, color-mix(in srgb, var(--wm-toast-accent) 65%, #fff) 100%);
  animation: wm-toast-progress 5s linear forwards;
}

.wm-toast:hover .wm-toast__progress {
  animation-play-state: paused;
}

@keyframes wm-toast-in {
  0% {
    transform: translateX(calc(100% + 32px)) scale(0.94);
    opacity: 0;
  }
  70% {
    transform: translateX(-6px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes wm-toast-out {
  from {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
  to {
    transform: translateX(calc(100% + 32px)) scale(0.92);
    opacity: 0;
    filter: blur(2px);
  }
}

@keyframes wm-toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@keyframes wm-toast-pulse {
  0%, 100% { box-shadow: 0 8px 18px var(--wm-toast-accent-soft), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
  50% { box-shadow: 0 8px 22px var(--wm-toast-glow), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
}

@media (max-width: 575px) {
  .wm-toast-stack {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
  }

  .wm-toast__main {
    padding: 11px 11px 10px;
    gap: 9px;
  }

  .wm-toast__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .wm-toast__message {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-toast,
  .wm-toast.is-leaving,
  .wm-toast__progress,
  .wm-toast--error .wm-toast__icon {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ── Add-to-cart modal (product grid FAB) ─────────────────────── */
.wm-addcart-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: 20px;
}

.wm-addcart-modal.show,
.wm-addcart-modal.is-closing,
body.modal-open .wm-addcart-modal.fade.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wm-addcart-modal .modal-dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: auto;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1;
  transition: opacity 0.22s ease !important;
}

.wm-addcart-modal.show .modal-dialog {
  pointer-events: auto;
}

.wm-addcart-dialog.modal-dialog {
  max-width: 420px;
}

.wm-addcart-modal .modal-dialog .modal-content.wm-addcart__sheet,
.wm-addcart-dialog .modal-content.wm-addcart__sheet,
.wm-addcart__sheet {
  position: relative;
  border: none;
  border-radius: 32px !important;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 28px 70px rgba(46, 71, 59, 0.2),
    0 8px 24px rgba(46, 71, 59, 0.08);
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.wm-addcart-modal.fade:not(.show) .wm-addcart__sheet,
.wm-addcart-modal.is-closing .wm-addcart__sheet {
  opacity: 0;
  transform: scale(0.96);
}

.wm-addcart-modal.fade:not(.show) .modal-dialog,
.wm-addcart-modal.is-closing .modal-dialog {
  opacity: 0;
  transform: none !important;
}

.wm-addcart-modal.fade.show:not(.is-closing) .wm-addcart__sheet {
  opacity: 1;
  transform: scale(1);
}

.wm-addcart__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--wm-ink, #2E473B);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(46, 71, 59, 0.12);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wm-addcart__close:hover,
.wm-addcart__close:focus {
  background: #fff;
  color: var(--wm-coral, #D14D41);
  transform: scale(1.05);
  outline: none;
}

.wm-addcart__close i {
  font-size: 13px;
  line-height: 1;
}

.wm-addcart__hero {
  padding: 28px 24px 20px;
  text-align: center;
  background: linear-gradient(180deg, var(--wm-mint-soft, #E8F2E7) 0%, #fff 100%);
  border-bottom: 1px solid var(--wm-line, #dce5dc);
  border-radius: 32px 32px 0 0;
}

.wm-addcart-modal .modal-dialog .modal-content.wm-addcart__sheet .wm-addcart__image,
.wm-addcart__image {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  padding: 8px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(46, 71, 59, 0.08);
  box-shadow: 0 10px 24px rgba(46, 71, 59, 0.08);
}

.wm-addcart__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wm-addcart__intro {
  max-width: 320px;
  margin: 0 auto;
}

.wm-addcart__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wm-muted, #6b7c72);
}

.wm-addcart__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--wm-ink, #2E473B);
}

.wm-addcart__price {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--wm-ink, #2E473B);
}

.wm-addcart__form {
  padding: 22px 24px 24px;
  border-radius: 0 0 32px 32px;
}

.wm-addcart__field {
  margin-bottom: 18px;
}

.wm-addcart__field--qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbf8;
  border: 1px solid var(--wm-line, #dce5dc);
}

.wm-addcart__label,
.wm-addcart-dialog .wm-size-pills__label {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wm-ink, #2E473B);
  letter-spacing: 0;
  text-transform: none;
}

.wm-addcart__field--qty .wm-addcart__label {
  margin: 0;
  flex: 0 0 auto;
}

.wm-addcart-dialog .wm-size-pills {
  margin: 0;
}

.wm-addcart-dialog .wm-size-pills__label .text-danger {
  color: var(--wm-coral, #D14D41) !important;
}

.wm-addcart-dialog .wm-size-pills__row {
  gap: 10px;
}

.wm-addcart-dialog .wm-size-pill {
  min-width: 52px;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 12px;
  border-color: var(--wm-line, #dce5dc);
}

.wm-addcart-dialog .wm-size-pill.is-active {
  border-color: var(--wm-ink, #2E473B);
  background: var(--wm-ink, #2E473B);
  box-shadow: 0 8px 18px rgba(46, 71, 59, 0.2);
}

.wm-addcart-dialog .wm-size-pills__hint {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--wm-muted, #6b7c72);
}

.wm-addcart-dialog .quantity,
.wm-addcart__stepper {
  margin: 0;
  float: none !important;
  display: block !important;
  flex: 0 0 auto;
}

.wm-addcart-dialog .quantity .input-group {
  position: relative !important;
  display: block !important;
  width: 132px !important;
  height: 44px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wm-line, #dce5dc);
  border-radius: 999px;
  background: #fff;
}

.wm-addcart-dialog .quantity .button {
  position: absolute !important;
  top: 0 !important;
  z-index: 2;
  display: block !important;
  margin: 0;
}

.wm-addcart-dialog .quantity .button.minus { left: 0 !important; }
.wm-addcart-dialog .quantity .button.plus { right: 0 !important; }

.wm-addcart-dialog .quantity .btn-number,
.wm-addcart-dialog .quantity .button .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wm-ink, #2E473B) !important;
  box-shadow: none !important;
}

.wm-addcart-dialog .quantity .btn-number:hover,
.wm-addcart-dialog .quantity .button .btn:hover {
  color: var(--wm-coral, #D14D41) !important;
  background: var(--wm-mint-soft, #E8F2E7) !important;
}

.wm-addcart-dialog .quantity .btn-number:disabled {
  opacity: 0.35;
}

.wm-addcart-dialog .quantity .input-number {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 40px !important;
  border: 0 !important;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--wm-ink, #2E473B);
  background: transparent !important;
}

.wm-addcart__submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 22px !important;
  border: none !important;
  border-radius: 999px !important;
  background: var(--wm-ink, #2E473B) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 28px rgba(46, 71, 59, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wm-addcart__submit:hover:not(:disabled) {
  background: #243830 !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(46, 71, 59, 0.28);
}

.wm-addcart__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.wm-addcart__submit i {
  font-size: 16px;
}

.modal-backdrop.show {
  opacity: 0.55;
}

.wm-wish__btn--disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 575px) {
  .wm-addcart-modal {
    padding: 12px;
    align-items: center;
  }

  .wm-addcart-modal .modal-dialog .modal-content.wm-addcart__sheet,
  .wm-addcart__sheet {
    border-radius: 28px !important;
  }

  .wm-addcart__hero {
    border-radius: 28px 28px 0 0;
  }

  .wm-addcart__form {
    border-radius: 0 0 28px 28px;
  }

  .wm-addcart__hero {
    padding: 24px 18px 18px;
  }

  .wm-addcart-modal .modal-dialog .modal-content.wm-addcart__sheet .wm-addcart__image,
  .wm-addcart__image {
    width: 148px;
    height: 148px;
  }

  .wm-addcart__form {
    padding: 18px 18px 20px;
  }

  .wm-addcart__field--qty {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .wm-addcart-dialog .quantity .input-group {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-addcart__sheet {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

