:root {
  --web-bg: #f5f8f5;
  --web-bg-soft: #eaf2ea;
  --web-surface: #ffffff;
  --web-ink: #133126;
  --web-muted: #4e665b;
  --web-border: #d7e4d9;
  --web-primary: #7f2656;
  --web-primary-strong: #0c3f2d;
  --web-accent: #7e2659;
  --web-welcome-bar-bg: #f4085f;
  --web-welcome-bar-text: #ffffff;
  --web-footer-main-bg: #1c1c1c;
  --web-footer-copyright-bg: #1c1c1c;
  --web-button-bg: #161616;
  --web-button-text: #ffffff;
  --web-header-menu-color: #171717;
  --web-header-menu-hover-color: #f4085f;
  --web-shadow: 0 16px 34px rgba(17, 45, 33, 0.09);
  --web-radius: 6px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--web-ink);
  background: radial-gradient(circle at 12% 8%, #d1c2ca 0%, transparent 30%), 
     radial-gradient(circle at 88% 4%, #dff2e8 0%, transparent 28%), 
     linear-gradient(180deg, #f9fbf9 0%, #f3f8f4 48%, #f8faf8 100%);
  font-family: var(--web-content-font, "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif);
  min-height: 100vh;
  position: relative;
}

h1,
h2,
h3,
.web-banner-copy h1 {
  font-family: var(--web-header-font, Georgia, serif);
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

.web-bg-shape {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(46px);
  opacity: 0.33;
  pointer-events: none;
  z-index: -1;
  animation: webFloat 10s ease-in-out infinite;
}

.web-bg-shape-a {
  top: -130px;
  left: -130px;
  background: #f2c170;
}

.web-bg-shape-b {
  right: -130px;
  bottom: -150px;
  background: #97d8bd;
  animation-delay: 1.4s;
}
h1#web-product-title {
    margin: 0;
    font-size: 46px;
}
@keyframes webFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(0); }
}

.web-header-stack {
  position: sticky;
  top: 0;
  z-index: 50;
}

.web-header {
  background: #fff;
  border: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: none;
  margin-top: -23px;
}

.web-welcome-bar {
  min-height: 70px;
  max-height: 80px;
  display: grid;
  grid-template-columns: minmax(130px, 260px) minmax(0, 1fr) minmax(130px, 260px);
  align-items: center;
  gap: 16px;
  padding: 0 49px 23px;
  overflow: hidden;
  background: var(--web-welcome-bar-bg);
  color: var(--web-welcome-bar-text);
  font-size: 14px;
  line-height: 1;
}

.web-welcome-social {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.web-welcome-social a,
.web-social-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
  text-decoration: none;
}

.web-welcome-social svg,
.web-social-icon svg,
.web-welcome-offer svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-welcome-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.web-welcome-marquee {
  overflow: hidden;
  min-width: 0;
  text-align: center;
}

.web-welcome-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  min-width: max-content;
  white-space: nowrap;
  animation: webWelcomeMarquee 24s linear infinite;
}

.web-welcome-message p {
  display: inline;
  margin: 0;
}

.web-welcome-offer {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.web-welcome-offer svg {
  width: 18px;
  height: 18px;
}

.web-welcome-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.95;
}

@keyframes webWelcomeMarquee {
  0% { transform: translateX(28vw); }
  14% { transform: translateX(0); }
  48% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.web-footer-inner {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.web-header-inner {
  width: 100%;
  min-height: 121px;
  display: grid;
  grid-template-columns: minmax(250px, 390px) minmax(0, 1fr) minmax(160px, 250px);
  grid-template-areas: "brand nav actions";
  align-items: center;
  gap: 20px;
  padding: 0 49px 0 67px;
}

.web-brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--web-ink);
  font-weight: 700;
  max-width: 300px;
}

.web-brand-text {
  display: grid;
  justify-items: center;
  line-height: 1;
  max-width: 260px;
  min-width: 0;
}

.web-brand-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f41462;
  background: linear-gradient(90deg, #f41462 0%, #ff3a45 48%, #f8a018 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--web-header-font, Georgia, serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.web-brand-tagline {
  margin-top: 4px;
  color: #f41462;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.55em;
  text-transform: uppercase;
}

.web-brand-mark {
  overflow: hidden;
}

.web-brand-mark-logo {
  width: min(180px, 44vw);
}

.web-brand-logo {
  width: auto;
  max-width: 180px;
  max-height: 64px;
  object-fit: contain;
  display: block;
}

.web-mobile-menu-toggle {
  grid-area: menu;
  width: 40px;
  height: 40px;
  display: none;
  place-items: center;
  gap: 5px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: var(--web-header-menu-color);
  cursor: pointer;
}

.web-mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.web-nav {
  grid-area: nav;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-family: var(--web-menu-font, "Segoe UI", sans-serif);
  min-width: 0;
  white-space: nowrap;
}

.web-nav a,
.web-nav-item > a {
  text-decoration: none;
  color: var(--web-header-menu-color);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.web-nav a:hover,
.web-nav-item:hover > a,
.web-nav-item:focus-within > a {
  color: var(--web-header-menu-hover-color);
  background: transparent;
}

.web-nav-item {
  position: relative;
}

.web-nav-item-head {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.web-nav-submenu-toggle {
  display: none;
}

.web-nav-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--web-border);
  border-radius: var(--web-radius);
  box-shadow: var(--web-shadow);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  z-index: 40;
}

.web-nav-item:hover .web-nav-panel,
.web-nav-item:focus-within .web-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.web-nav-panel-list {
  display: grid;
  gap: 2px;
}

.web-nav-panel-list a {
  border-radius: 6px;
}

.web-nav-panel-mega {
  width: min(560px, 92vw);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.web-nav-sub-card {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 110px;
  border: 1px solid var(--web-border);
  background: #fffcf5;
}

.web-nav-sub-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 6px;
}

.web-nav-sub-card span {
  font-size: 13px;
  line-height: 1.25;
}

.web-nav-view-more {
  color: var(--web-primary-strong) !important;
  font-weight: 700;
}

.web-header-actions {
  grid-area: actions;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  margin-top: -24px;
  min-width: 0;
}

.web-header-icon {
  position: relative;
  width: 27px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  color: var(--web-header-menu-color);
  text-decoration: none;
}

.web-header-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-header-icon:hover {
  color: var(--web-header-menu-hover-color);
}

.web-header-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.web-pill {
  position: absolute;
  top: -3px;
  right: -8px;
  display: none;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f4085f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.web-pill:not(:empty) {
  display: inline-grid;
}

.web-main {
  width: 100%;
  margin: 0;
  padding: 20px 40px 20px;
  background: #fff;
  box-sizing: border-box;
}

.web-benefits {
  width: 100%;
  margin: 0 auto 0;
}

.web-benefits-grid-default {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 40px 40px 50px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.web-benefit-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  padding: 0 40px;
  border-left: 1px solid #dedede;
  color: #080808;
}

.web-benefit-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.web-benefit-icon {
  width: 26px;
  height: 26px;
  color: #0a0a0a;
}

.web-benefit-icon svg,
.web-footer-social svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-benefit-item h3 {
  margin: 0 0 8px;
  font-family: var(--web-header-font, Georgia, serif);
  font-size: 22px;
  line-height: 1.1;
  font-weight: normal;
}

.web-benefit-item p {
  margin: 0 0 14px;
  color: #050505;
  font-size: 14px;
  line-height: 1.35;
}

.web-benefit-item a {
  color: inherit;
  text-underline-offset: 3px;
}

.web-card,
.web-product-card,
.web-category-card {
  background: var(--web-surface);
 /* border: 1px solid var(--web-border);
  border-radius: var(--web-radius);
  box-shadow: var(--web-shadow); */
}

.web-banner-slider {
  position: relative;
  width: calc(100% + 80px);
  margin: -20px -40px 28px;
  border-radius: 28px;
  overflow: clip;
  min-height: 600px;
  border: 0;
  box-shadow: none;
  background: linear-gradient(132deg, #214736, #1e7251 60%, #24694f);
}

.web-banner-track {
  position: relative;
  min-height: 500px;
}

.web-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}

.web-banner-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.web-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(132deg, #214736, #1e7251 60%, #24694f);
}

.web-banner-bg img { 
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.web-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background:linear-gradient(0deg, rgba(4, 10, 7, 0.86) 0%, rgba(4, 10, 7, 0.55) 42%, rgba(4, 10, 7, 0.12) 100%); */
  background: linear-gradient(0deg, rgb(4 7 5 / 56%) 0%, rgba(4, 10, 7, 0.45) 50%, rgba(4, 10, 7, 0.12) 0);
}

.web-banner-copy {
  position: absolute;
  inset: auto auto 26px 26px;
  width: min(640px, calc(100% - 52px));
  color: #fff;
  z-index: 2;
  animation: webReveal 0.45s ease;
}

.web-banner-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.web-banner-copy p {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.9);
}

.web-banner-btn {
  margin-top: 16px;
  display: inline-flex;
  text-decoration: none;
}

.web-banner-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.web-banner-nav {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #123225;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.web-banner-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.web-banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  padding: 0;
}

.web-banner-dot.is-active {
  background: #fff;
}

.web-home-search .web-search-form {
  max-width: 760px;
}

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

.web-search-form {
  margin-top: 18px;
  display: flex;
  gap: 8px;
}

.web-search-form input,
.web-filter-form input,
.web-filter-form select,
.web-form input,
.web-form select,
.web-form textarea,
.web-variant-select,
.web-qty {
  width: 100%;
  border: 1px solid var(--web-border);
  border-radius: 6px;
  background: #fffcf5;
  color: var(--web-ink);
  padding: 11px 12px;
  font: inherit;
}
.web-variant-value {
  margin: 10px 0;
  font-weight: bold;
}
.web-search-form button,
.web-filter-form button,
.web-btn,
.web-form button {
  --motion-translateY: 0%;
  min-height: 43px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  padding: 0 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 350px;
  font: inherit;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-search-form button:hover,
.web-filter-form button:hover,
.web-btn:hover,
.web-form button:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-btn[disabled],
button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.web-btn-ghost {
  background: var(--web-button-bg);
  color: var(--web-button-text);
  border-color: var(--web-button-bg);
  text-decoration: none;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body.web-modal-open {
  overflow: hidden;
}

.web-variant-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(24, 32, 28, 0.48);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  padding: 14px;
}

.web-variant-modal {
  width: min(540px, 100%);
  background: var(--web-surface);
  border: 1px solid var(--web-border);
  border-radius: 23px;
  box-shadow: var(--web-shadow);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.web-variant-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.web-variant-modal-head h3 {
  margin: 0;
  font-size: 18px;
}

.web-variant-modal-close {
  border: 1px solid var(--web-border);
  background: #fff;
  color: var(--web-ink);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.web-variant-modal-product {
  margin: 0;
}

.web-variant-modal-meta {
  display: grid;
  gap: 6px;
}

.web-variant-modal-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--web-border);
  padding-bottom: 6px;
}

.web-variant-modal-meta-row span {
  color: var(--web-muted);
  font-size: 13px;
}

.web-variant-modal-meta-row strong {
  color: var(--web-ink);
}

.web-variant-modal-stock {
  margin: 0;
  color: #8b2300;
}

.web-variant-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.web-quickbox-overlay {
  z-index: 70;
}

.web-quickbox-modal {
  width: min(1120px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  padding: 18px;
  position: relative;
}

.web-quickbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.web-quickbox-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 20px;
}

.web-quickbox-gallery {
  min-width: 0;
}

.web-quickbox-main-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f8faf8;
  border: 1px solid var(--web-border);
  border-radius: var(--web-radius);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.web-quickbox-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.web-quickbox-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid var(--web-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--web-ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.web-quickbox-gallery-prev {
  left: 10px;
}

.web-quickbox-gallery-next {
  right: 10px;
}

.web-quickbox-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.web-quickbox-thumbs button {
  border: 1px solid var(--web-border);
  background: #fff;
  border-radius: var(--web-radius);
  aspect-ratio: 1 / 1;
  padding: 3px;
  cursor: pointer;
}

.web-quickbox-thumbs button.is-active {
  border-color: var(--web-primary);
  box-shadow: 0 0 0 2px rgba(127, 38, 86, 0.12);
}

.web-quickbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.web-quickbox-info {
  min-width: 0;
  padding-right: 40px;
}

.web-quickbox-info h3 {
  margin: 2px 0 8px;
  font-size: 46px;
  line-height: 1.15;
}

.web-quickbox-options {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}

.web-quickbox-option-group p {
  margin: 0 0 7px;
  color: var(--web-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.web-quickbox-option-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.web-quickbox-option {
  min-width: 58px;
  min-height: 42px;
  border: 1px solid var(--web-border);
  border-radius: var(--web-radius);
  background: #fff;
  color: var(--web-ink);
  padding: 8px 10px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  font: inherit;
  font-weight: 600;
}

.web-quickbox-option.is-selected {
  border-color: var(--web-button-bg);
  background: var(--web-button-bg);
  color: var(--web-button-text);
  overflow: hidden;
  box-shadow: 0;
}

.web-quickbox-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.web-quickbox-option-image {
  width: 58px;
  height: 58px;
  padding: 3px;
}

.web-quickbox-option-image img {
  width: 115%;
  height: 115%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.web-quickbox-stock {
  display: grid;
  gap: 7px;
  margin: 12px 0;
}

.web-quickbox-stock div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--web-muted);
  font-size: 13px;
}

.web-quickbox-stock strong {
  color: var(--web-ink);
}

.web-quickbox-stock-track {
  height: 8px;
  border-radius: 999px;
  background: #edf3ee;
  overflow: hidden;
}

.web-quickbox-stock-track i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #F2A01F 0%, #36322b 100%);
}

.web-quickbox-actions {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 8px;
  margin-top: 14px;
}

.web-quickbox-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--web-border);
  margin-top: 14px;
  padding-top: 12px;
}

.web-quickbox-foot-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.web-quickbox-help {
  color: var(--web-primary-strong);
  font-weight: 700;
  text-decoration: none;
}

.web-quickbox-detail {
  color: #111;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.web-quickbox-detail:hover,
.web-quickbox-help:hover {
  text-decoration: underline;
}

.web-quickbox-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.web-quickbox-share a,
.web-quickbox-share button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--web-border);
  border-radius: 999px;
  background: #fff;
  color: var(--web-primary-strong);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

.web-quickbox-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.web-cart-sidebar-open {
  overflow: hidden;
}

.web-cart-sidebar {
  position: fixed;
  inset: 0;
  z-index: 75;
  pointer-events: none;
}

.web-cart-sidebar-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 49, 38, 0.34);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.web-cart-sidebar-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100%;
  background: #fff;
  border-left: 1px solid var(--web-border);
  box-shadow: -18px 0 40px rgba(17, 45, 33, 0.16);
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translateX(100%);
  transition: transform 0.24s ease;
}

.web-cart-sidebar.is-open {
  pointer-events: auto;
}

.web-cart-sidebar.is-open .web-cart-sidebar-backdrop {
  opacity: 1;
}

.web-cart-sidebar.is-open .web-cart-sidebar-panel {
  transform: translateX(0);
}

.web-cart-sidebar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--web-border);
}

.web-cart-sidebar-head p {
  margin: 0 0 4px;
  color: var(--web-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.web-cart-sidebar-head h3 {
  margin: 0;
  font-size: 22px;
}

.web-cart-sidebar-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--web-border);
  border-radius: 999px;
  background: #fff;
  color: var(--web-ink);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.web-cart-sidebar-items {
  overflow: auto;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.web-cart-sidebar-empty {
  border: 1px dashed var(--web-border);
  border-radius: var(--web-radius);
  padding: 18px;
  text-align: center;
}

.web-cart-sidebar-empty p {
  margin: 0 0 8px;
}

.web-cart-sidebar-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  border: 1px solid var(--web-border);
  border-radius: var(--web-radius);
  padding: 10px;
  background: #fff;
}

.web-cart-sidebar-item-image {
  aspect-ratio: 1 / 1;
  border-radius: var(--web-radius);
  background: #f6faf7;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--web-primary);
  font-weight: 800;
}

.web-cart-sidebar-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.web-cart-sidebar-item-body {
  min-width: 0;
}

.web-cart-sidebar-item-body h4 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.3;
}

.web-cart-sidebar-item-body p {
  margin: 0 0 8px;
  color: var(--web-muted);
  font-size: 12px;
}

.web-cart-sidebar-item-meta,
.web-cart-sidebar-qty-row,
.web-cart-sidebar-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.web-cart-sidebar-item-meta {
  margin-bottom: 8px;
  font-size: 13px;
}

.web-cart-sidebar-item-meta strong {
  color: var(--web-primary-strong);
}

.web-cart-sidebar-qty {
  display: inline-grid;
  grid-template-columns: 30px 32px 30px;
  align-items: center;
  border: 1px solid var(--web-border);
  border-radius: 999px;
  overflow: hidden;
}

.web-cart-sidebar-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  color: var(--web-ink);
  cursor: pointer;
  font-size: 16px;
}

.web-cart-sidebar-qty span {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.web-cart-sidebar-remove {
  --motion-translateY: 0%;
  min-height: 34px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-cart-sidebar-remove:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-cart-sidebar-foot {
  display: grid;
  gap: 10px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--web-border);
  background: #fbfdfb;
}

.web-cart-sidebar-total {
  font-size: 15px;
}

.web-cart-sidebar-total strong {
  color: var(--web-primary-strong);
  font-size: 18px;
}

.web-hero-card {
  padding: 22px;
}

.web-hero-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--web-muted);
}

.web-section {
  margin-top: 0;
}

.web-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 25px;
  margin-top: 40px;
}

.web-section-head h1,
.web-section-head h2 {
  margin: 0;
}
.web-section-head h2 {
  font-weight: 600;
    font-size: 30px;
}

.web-category-hero {
  display: grid;
  gap: 20px;
  margin: 12px 0 28px;
}

.web-category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1;
}

.web-category-breadcrumb a {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: #111;
  text-decoration: none;
}

.web-category-breadcrumb svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-category-breadcrumb strong {
  color: #050505;
  font-weight: 600;
}

.web-category-breadcrumb a.web-breadcrumb-text-link {
  width: auto;
  height: auto;
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.web-category-breadcrumb a.web-breadcrumb-text-link:hover {
  text-decoration: underline;
}

.web-page-breadcrumb {
  margin: 0 0 24px;
}

.web-product-breadcrumb {
  max-width: var(--web-max-width);
  margin: 0 auto 24px;
  padding: 0;
}

.web-category-hero h1 {
  margin: 0;
  color: #1e1e1e;
  font-family: var(--web-header-font, Georgia, serif);
  font-size: 67px;
  font-weight: 500;
  line-height: 0.98;
}

.web-subcategory-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 15px; 
  color: #b8b8b8;
  font-size: 22px;
  line-height: 1.15;
}

.web-subcategory-nav a {
  color: #aaaaaa;
  text-decoration: none;
  text-underline-offset: 7px;
  transition: color 0.16s ease;
}

.web-subcategory-nav a:hover,
.web-subcategory-nav a.is-active {
  color: #080808;
}

.web-subcategory-nav a.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.web-subcategory-nav span {
  color: #b8b8b8;
}

.web-products-toolbar {
  display: flex;
  align-items: center;
  gap: 52px;
  margin: 10px 0 24px;
}

.web-products-filter-toggle {
  --motion-translateY: 0%;
  min-height: 56px;
  padding: 0 26px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-products-filter-toggle:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-products-filter-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-products-filter-toggle strong {
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--web-button-bg);
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.web-products-filter-toggle:hover strong {
  background: var(--web-button-bg);
  color: #fff;
}

.web-products-count {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.web-products-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}

.web-products-filter-drawer.is-open {
  display: block;
}

.web-products-filter-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.36);
}

body.web-filter-drawer-open {
  overflow: hidden;
}

.web-products-filter-panel {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(565px, 100vw);
  background: #fff;
  border-radius: 0 32px 32px 0;
  display: flex;
  flex-direction: column;
  box-shadow: 18px 0 36px rgba(0, 0, 0, 0.08);
}

.web-products-filter-panel-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.web-products-filter-head {
  min-height: 122px;
  padding: 36px 42px 30px 37px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.web-products-filter-head h2 {
  margin: 0;
  color: #101010;
  font-family: var(--web-header-font, Georgia, serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.web-products-filter-close {
  width: 48px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: #161616;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.web-products-filter-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 36px 37px 32px;
}

.web-products-filter-block {
  padding: 26px 0 28px;
  border-bottom: 1px solid #eeeeee;
}

.web-products-filter-block:first-child {
  padding-top: 0;
  padding-bottom: 36px;
  border-bottom: 0;
}

.web-products-filter-sort {
  position: relative;
  display: block;
  min-height: 62px;
  padding: 14px 52px 11px 27px;
  border-radius: 6px;
  background: #f8f8f8;
}

.web-products-filter-sort span {
  display: block;
  margin-bottom: 4px;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 1;
}

.web-products-filter-sort select {
  width: 100%;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171717;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  appearance: none;
  outline: none;
}

.web-products-filter-sort::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-right: 1.7px solid #151515;
  border-bottom: 1.7px solid #151515;
  transform: rotate(45deg);
  pointer-events: none;
}

.web-products-filter-section-head {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 500;
  cursor: pointer;
}

.web-products-filter-section-head span[aria-hidden="true"] {
  font-size: 20px;
  line-height: 1;
}

.web-products-filter-section-head[aria-expanded="false"] + .web-products-filter-section-body {
  display: none;
}

.web-products-filter-section-body {
  margin-top: 26px;
}

.web-products-price-range.is-disabled {
  opacity: 0.5;
}

.web-products-price-slider {
  position: relative;
  height: 30px;
  margin-bottom: 28px;
}

.web-products-price-slider-track,
.web-products-price-slider-active {
  position: absolute;
  top: 13px;
  height: 3px;
  border-radius: 999px;
}

.web-products-price-slider-track {
  left: 0;
  right: 0;
  background: #dedede;
}

.web-products-price-slider-active {
  background: #111;
}

.web-products-price-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.web-products-price-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #161616;
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
}

.web-products-price-slider input[type="range"]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #161616;
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
}

.web-products-price-slider input[type="range"]::-webkit-slider-runnable-track,
.web-products-price-slider input[type="range"]::-moz-range-track {
  background: transparent;
}

.web-products-price-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.web-products-price-inputs label {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.web-products-price-inputs span {
  color: #444;
  font-size: 14px;
}

.web-products-price-inputs input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  outline: none;
}

.web-products-filter-options {
  display: grid;
  gap: 13px;
}

.web-products-filter-option {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1f1f1f;
  font-size: 15px;
  cursor: pointer;
}

.web-products-filter-option input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #151515;
}

.web-products-filter-option small {
  color: #7d7d7d;
  font-size: 13px;
}

.web-products-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.web-products-color-option {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.web-products-color-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.web-products-color-option.is-selected .web-products-color-swatch,
.web-products-color-option input:checked + .web-products-color-swatch {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

.web-products-color-swatch {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: block;
  border: 1px solid #d8d8d8;
  background: var(--web-swatch-color, #f1f1f1);
}

.web-products-color-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.web-products-filter-foot {
  padding: 18px 37px 24px;
  border-top: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 34%);
  box-shadow: 0 -18px 28px rgba(255, 255, 255, 0.92);
}

.web-products-filter-clear {
  --motion-translateY: 0%;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 22px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  color: var(--web-button-text);
  background: var(--web-button-bg);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-products-filter-submit {
  --motion-translateY: 0%;
  flex: 1 1 auto;
  min-height: 58px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-products-filter-clear:hover,
.web-products-filter-submit:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-muted {
  margin: 0;
  color: var(--web-muted);
  margin-bottom: 10px;
}

.web-link {
  color: var(--web-primary-strong);
  text-decoration: none;
  font-weight: 700;
}

.web-category-grid,
.web-product-grid {
  display: grid;
  gap: 14px;
}

.web-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 50px;
}

.web-category-card {
  text-decoration: none;
  color: var(--web-ink);
  padding: 16px;
  display: grid;
  justify-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.web-category-image {
  width: 118px;
  height: 118px;
  border-radius: 999px;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
  background: #edf5ef;
  border: 1px solid rgba(23, 58, 42, 0.1);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.54);
}

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

.web-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(23, 58, 42, 0.13);
}

.web-category-card h3 {
  margin: 0 0 5px; 
  font-size: 18px;
  font-weight: 500;
  font-family: var(--web-content-font, Georgia, serif);
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.web-category-card p {
  margin: 0;
  color: var(--web-muted);
}

.web-custom-shop-section {
  width: 100%;
  margin:  0;
}

.web-custom-shop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.web-custom-shop-head h2 {
  margin: 0 0 22px;
  color: #171717;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.96;
}

.web-custom-shop-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.web-custom-shop-tab {
  min-width: 112px;
  min-height: 47px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #f8f8f8;
  color: #151515;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.web-custom-shop-tab.is-active {
  background: #151515;
  color: #fff;
}

.web-custom-shop-nav {
  display: flex;
  align-items: center;
  gap: 10px; 
}

.web-custom-shop-nav button {
  width: 56px;
  height: 56px;
  border: 1px solid #171717;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.web-custom-shop-nav button:disabled {
  border-color: #d0d0d0;
  color: #b8b8b8;
  cursor: default;
}

.web-custom-shop-panel {
  width: 100%;
}

.web-custom-shop-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 26px;
}

.web-custom-shop-track::-webkit-scrollbar {
  display: none;
}

.web-custom-shop-track > .web-product-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 250px;
  scroll-snap-align: start;
}

.web-custom-shop-track .web-product-media {
  aspect-ratio: 5 / 4;
}

.web-custom-shop-track .web-product-body {
  padding: 10px 0;
}

.web-custom-shop-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: #f2f2f2;
  color: #111;
  text-decoration: none;
  scroll-snap-align: start;
}

.web-custom-shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 10px -12px 24px rgba(10, 46, 32, 0.15);
}

.web-custom-shop-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4ece5;
}

.web-custom-shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.web-custom-shop-card-body {
  min-height: 76px;
  gap: 16px;
  align-items: start;
  padding: 12px 22px 16px;
}

.web-custom-shop-card-body strong {
  overflow: hidden;
  color: #060606;
  font-size: 20px;
  line-height: 2.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.web-custom-shop-card-body strong a {
  color: inherit;
  text-decoration: none;
  font-family: var(--web-header-font, "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif);
}

.web-custom-shop-card-body strong a:hover {
  text-decoration: underline;
}

.web-custom-shop-card-body span {
  color: #050505;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.web-custom-shop-card-actions {
  padding: 0 22px 18px;
}

.web-custom-shop-card-actions .web-btn {
  width: 100%;
}

.web-instagram-section {
  width: 100%;
  margin: 50px 0 0;
  padding: 34px 0 10px;
  border-top: 1px solid #ececec;
}

.web-instagram-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  align-items: start;
}

.web-instagram-embed {
  min-width: 0;
}

.web-instagram-embed h2 {
  margin: 0 0 12px;
  color: #171717;
  font-size: 22px;
  font-weight: 600;
}

.web-instagram-embed-frame {
  min-width: 0;
  overflow: hidden;
}

.web-instagram-embed-frame blockquote,
.web-instagram-embed-frame iframe {
  max-width: 100% !important;
  min-width: 0 !important;
}

.web-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.web-similar-products-section {
  width: 100%;
  margin: 42px 0 0;
  padding: 20px 0 4px; 
}

.web-similar-products-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.web-similar-products-heading h2 {
  margin: 0;
  color: #171717;
  font-family: var(--web-header-font, Georgia, serif);
  font-size: 30px;
  line-height: 1.15;
  font-weight: normal;
}

.web-similar-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.web-similar-product-card .web-product-media {
  aspect-ratio: 5 / 4;
}

.web-product-grid-home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.web-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 24px 12px 24px rgba(25, 46, 32, 0.12);
}

.web-product-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--web-border);
  background: linear-gradient(135deg, #fbf3dd, #f5f8e8);
}

.web-product-promo-badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  max-width: calc(100% - 20px);
  pointer-events: none;
}

.web-product-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: #f4085f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(125, 72, 80, 0.24);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.web-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.web-lazy-host {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.web-lazy-image {
  opacity: 0;
  filter: saturate(0.88) contrast(0.95);
  transition: opacity 0.34s ease, filter 0.34s ease;
}

.web-lazy-image.web-lazy-loaded,
.web-lazy-image.web-lazy-error {
  opacity: 1;
  filter: none;
}

.web-lazy-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(247, 251, 247, 0.38));
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1;
}

.web-lazy-host.web-lazy-host-loaded > .web-lazy-loader {
  opacity: 0;
  visibility: hidden;
}

.web-lazy-loader-core {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  animation: webLazyPulse 1.8s ease-in-out infinite;
}

.web-lazy-ring {
  position: absolute;
  border-radius: 999px;
  border-style: solid;
  border-color: transparent;
}

.web-lazy-ring-a {
  inset: 0;
  border-width: 3px;
  border-top-color: #ff5f6d;
  border-right-color: #ffc371;
  animation: webLazySpin 1s linear infinite;
}

.web-lazy-ring-b {
  inset: 6px;
  border-width: 3px;
  border-top-color: #4facfe;
  border-left-color: #43e97b;
  animation: webLazySpinReverse 1.2s linear infinite;
}

.web-lazy-ring-c {
  inset: 12px;
  border-width: 2px;
  border-bottom-color: #7f53ac;
  border-right-color: #00d2ff;
  animation: webLazySpin 0.9s linear infinite;
}

.web-lazy-ring-d {
  inset: 18px;
  border-width: 2px;
  border-top-color: #ff9966;
  border-left-color: #00c9a7;
  animation: webLazySpinReverse 0.8s linear infinite;
}

@keyframes webLazySpin {
  to { transform: rotate(360deg); }
}

@keyframes webLazySpinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes webLazyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.web-product-slider {
  position: relative;
}

.web-product-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.22s ease;
}

.web-product-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

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

.web-product-slide .web-product-placeholder {
  height: 100%;
}

.web-product-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
  font-size: 18px;
  padding: 0;
}

.web-product-slider-nav-prev {
  left: 8px;
}

.web-product-slider-nav-next {
  right: 8px;
}

.web-product-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

.web-product-slider-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  padding: 0;
}

.web-product-slider-dot.is-active {
  background: #fff;
}

.web-product-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--web-muted);
  font-weight: 700;
  padding: 12px;
  text-align: center;
}

.web-product-body {
  padding: 13px 0;
}

.web-product-category {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--web-muted);
}

.web-product-body h3 {
  margin: 6px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--web-content-font, Georgia, serif);
  line-height: 1.25;
}

.web-product-body h3 a {
  color: var(--web-ink);
  letter-spacing: 0.2px;
  text-decoration: none;
}

.web-product-price {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 800;
  color: var(--web-primary-strong);
}

.web-product-sku {
  margin: 0 0 8px;
  color: var(--web-muted);
  font-size: 12px;
}

.web-product-cta {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}

.web-product-cta-no-qty {
  grid-template-columns: 1fr;
}

.web-product-cta-lg {
  grid-template-columns: 90px 1fr auto;
}

.web-products-section .web-filter-form {
  grid-template-columns: minmax(0, 1fr) auto;
}

.web-products-section .web-filter-form input {
  min-height: 62px;
  padding: 0 27px;
  border: 0;
  border-radius: 6px;
  background: #f8f8f8;
  color: #171717;
}

.web-products-section .web-filter-form input::placeholder {
  color: #767676;
}

.web-products-section .web-filter-form button {
  min-height: 60px;
  padding: 0 34px;
}

.web-products-section .web-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.web-products-section .web-product-media {
  aspect-ratio: 5 / 4;
}

.web-products-section .web-product-body {
  padding: 10px 0;
}

.web-products-section .web-product-category {
  font-size: 11px;
}
/*
.web-products-section .web-product-body h3 {
  margin: 4px 0;
  font-size: 26px;
  line-height: 1.25;
  min-height: 37px;
} */

.web-products-section .web-product-price {
  margin: 0 0 8px;
  font-size: 17px;
}

.web-products-section .web-product-cta {
  grid-template-columns: 64px 1fr;
  gap: 6px;
}

.web-products-section .web-product-cta-no-qty {
  grid-template-columns: 1fr;
}

.web-products-section .web-product-cta .web-qty {
  padding: 8px 8px;
}

.web-load-more {
  margin-top: 16px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.web-load-more .web-btn {
  min-width: 160px;
}

.web-product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


.web-product-detail-media {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(160deg, #f6f2e9, #ffffff);
}

.web-product-detail-media img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 280px;
  flex: 1 1 auto;
  object-fit: cover;
  border-radius: 10px;
  max-height: 650px;
}

#web-product-main-image-placeholder {
  width: 100%;
  min-height: 280px;
  flex: 1 1 auto;
}

.web-product-thumb-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 8px;
  padding: 10px 0 12px;
  border-top: 1px solid var(--web-border);
  background: #fff;
}

.web-product-thumb-btn {
  border: 1px solid var(--web-border);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.web-product-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.web-product-thumb-btn.is-active {
  border-color: var(--web-primary);
  box-shadow: 0 0 0 2px rgba(22, 94, 67, 0.2);
}

.web-image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 14, 0.86);
  z-index: 60;
  display: grid;
  place-items: center;
  align-items: center;
  padding: 24px;
}

.web-image-lightbox-dialog {
  position: relative;
  width: min(94vw, 1120px);
  height: min(82vh, 760px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  place-items: center;
}

.web-image-lightbox-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

.web-image-lightbox-thumbs {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  padding: 4px 2px;
}

.web-image-lightbox-thumbs[hidden] {
  display: none;
}

.web-image-lightbox-thumb {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  cursor: pointer;
}

.web-image-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.web-image-lightbox-thumb.is-active {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.web-image-lightbox-close,
.web-image-lightbox-nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  color: #13221a;
  font-size: 26px;
  line-height: 1;
}

.web-image-lightbox-close {
  top: 8px;
  right: 8px;
}

.web-image-lightbox-prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.web-image-lightbox-next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.web-product-description {
  margin: 8px 0;
  color: var(--web-primary);
}

.web-product-detail-extra {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.web-product-rating-brief {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 8px;
  flex-wrap: wrap;
}

.web-product-rating-value {
  color: #16212d;
  font-size: 15px;
  font-weight: 700;
}

.web-rating-stars {
  --rating-percent: 0%;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.web-rating-stars::before,
.web-rating-stars::after {
  content: "★★★★★";
}

.web-rating-stars::before {
  color: #d8dce2;
}

.web-rating-stars::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-percent);
  overflow: hidden;
  color: #151b22;
  white-space: nowrap;
}

.web-rating-stars-sm {
  font-size: 16px;
}

.web-product-rating-link {
  color: #5f6c79;
  font-size: 14px;
  text-decoration: none;
}

.web-product-rating-link:hover {
  text-decoration: underline;
}

.web-product-feedback-section {
  margin: 58px calc(50% - 50vw) 0;
  padding: 54px 22px 72px;
  background: #e5f3f7;
}

.web-product-feedback-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.web-product-feedback-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px;
  justify-self: center;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.web-product-feedback-tab {
  min-width: 132px;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #16212d;
  padding: 0 24px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.web-product-feedback-tab.is-active {
  background: #161616;
  color: #fff;
}

.web-product-feedback-panel {
  display: grid;
  gap: 22px;
}

.web-product-feedback-summary-card,
.web-product-feedback-card {
  background: #fff;
  border-radius: 8px;
}

.web-product-feedback-summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
}

.web-product-feedback-summary-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.web-product-feedback-summary-copy strong {
  color: #16212d;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1;
}

.web-product-feedback-summary-copy div {
  display: grid;
  gap: 6px;
}

.web-product-feedback-summary-copy p {
  margin: 0;
  color: #7d8b98;
  font-size: 14px;
}

.web-product-feedback-cta,
.web-product-feedback-submit {
  min-height: 60px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  padding: 0 32px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.web-product-feedback-submit {
  min-width: 138px;
}

.web-product-feedback-cta:hover,
.web-product-feedback-submit:hover {
  opacity: 0.92;
}

.web-product-feedback-empty {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 48px 20px 54px;
  text-align: center;
}

.web-product-feedback-empty h2 {
  margin: 0;
  color: #16212d;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
}

.web-product-feedback-empty p {
  margin: 0;
  color: #324c63;
  font-size: 18px;
}

.web-product-feedback-list {
  display: grid;
  gap: 18px;
}

.web-product-feedback-card {
  display: grid;
  gap: 16px;
  padding: 22px 24px;
  color: #16212d;
}

.web-product-feedback-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.web-product-feedback-card-head h3,
.web-product-feedback-card h4 {
  margin: 0;
}

.web-product-feedback-card-head h3 {
  font-size: 18px;
}

.web-product-feedback-card-head p {
  margin: 6px 0 0;
  color: #7d8b98;
  font-size: 13px;
}

.web-product-feedback-card-rating {
  display: grid;
  justify-items: end;
  gap: 6px;
  color: #324c63;
  font-size: 13px;
}

.web-product-feedback-card h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.web-product-feedback-message {
  margin: 0;
  color: #324c63;
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-line;
}

.web-product-feedback-media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.web-product-feedback-media-thumb {
  display: block;
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 8px;
  background: #d4dce4;
  cursor: zoom-in;
  overflow: hidden;
  padding: 0;
}

.web-product-feedback-media-grid img,
.web-product-feedback-media-grid video {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: #d4dce4;
  max-width: 300px;
}

.web-product-feedback-media-thumb img {
  max-width: none;
  display: block;
}

.web-product-feedback-question-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #73cee9;
  color: #16212d;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
}

.web-feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 75;
  display: none;
  place-items: center;
  padding: 20px;
}

.web-feedback-modal.is-open {
  display: grid;
}

.web-feedback-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 34, 26, 0.56);
}

.web-feedback-dialog {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 8px;
  background: #fff4ec;
  padding: 28px 38px 32px;
  color: #233d52;
}

.web-feedback-dialog-question {
  width: min(680px, calc(100vw - 32px));
}

.web-feedback-close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #161616;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.web-feedback-dialog h2 {
  margin: 0 0 26px;
  color: #2b4a5e;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  text-align: center;
}

.web-feedback-form {
  display: grid;
  gap: 18px;
}

.web-feedback-form label,
.web-feedback-rating-block {
  display: grid;
  gap: 10px;
}

.web-feedback-form label > span,
.web-feedback-rating-block > label,
.web-feedback-upload-head > span {
  color: #2b4a5e;
  font-size: 14px;
  font-weight: 700;
}

.web-feedback-form input,
.web-feedback-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #405b70;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #223749;
  padding: 14px 18px;
  font: inherit;
  outline: none;
}

.web-feedback-form textarea {
  min-height: 142px;
  resize: vertical;
}

.web-feedback-form input::placeholder,
.web-feedback-form textarea::placeholder {
  color: #8ea2b7;
  opacity: 1;
}

.web-feedback-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.web-feedback-rating-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.web-feedback-rating-stars-input {
  display: flex;
  align-items: center;
  gap: 6px;
}

.web-feedback-rating-stars-input button {
  border: 0;
  background: transparent;
  color: #c2c9d1;
  padding: 0;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.web-feedback-rating-stars-input button.is-active {
  color: #161616;
}

.web-feedback-upload-block {
  display: grid;
  gap: 10px;
}

.web-feedback-upload-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.web-feedback-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #405b70;
  border-radius: 6px;
  background: #fff;
  color: #233d52;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.web-feedback-upload-block p {
  margin: 0;
  color: #324c63;
  font-size: 14px;
}

.web-feedback-upload-list {
  display: grid;
  gap: 8px;
}

.web-feedback-upload-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.web-feedback-upload-item a {
  color: #233d52;
  text-decoration: none;
  word-break: break-all;
}

.web-feedback-upload-item button {
  border: 0;
  background: transparent;
  color: #233d52;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.web-feedback-captcha-row {
  color: #223749;
}

.web-feedback-captcha-row input {
  min-height: 52px;
  border: 1px solid #405b70;
  background: rgba(255, 255, 255, 0.5);
  color: #223749;
}

.web-feedback-captcha-row button {
  background: #1e2328;
  border-color: #1e2328;
  color: #fff;
}

.web-feedback-captcha-row button:hover {
  background: #fff;
  color: #1e2328;
}

.web-feedback-form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #324c63;
  font-size: 14px;
}

.web-feedback-form-status {
  min-height: 20px;
  color: #324c63;
}

.web-feedback-form-status.is-error {
  color: #b42318;
}

.web-feedback-form-status.is-success {
  color: #117a43;
}

@media (max-width: 960px) {
  .web-product-feedback-summary-card,
  .web-product-feedback-card-head,
  .web-feedback-upload-head,
  .web-feedback-form-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .web-feedback-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .web-product-rating-brief {
    gap: 8px;
  }

  .web-product-feedback-section {
    padding: 40px 16px 52px;
  }

  .web-product-feedback-tabs {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-product-feedback-tab {
    min-width: 0;
    min-height: 56px;
    padding: 0 14px;
  }

  .web-product-feedback-summary-card,
  .web-product-feedback-card,
  .web-feedback-dialog {
    padding: 18px;
  }

  .web-product-feedback-empty h2 {
    font-size: 40px;
  }

  .web-product-feedback-message {
    font-size: 16px;
  }

  .web-feedback-rating-stars-input button {
    font-size: 34px;
  }

  .web-feedback-captcha-row {
    grid-template-columns: 1fr;
  }
}

.web-product-share-row,
.web-product-share-left,
.web-product-detail-help-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.web-product-share-row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.web-product-share-left {
  flex-wrap: wrap;
}

.web-product-share-label {
  color: #171717;
  font-size: 15px;
}

.web-product-detail-help-link {
  color: #171717;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.web-product-detail-help-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-product-help-list {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #f7f7f7;
}

.web-product-help-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff;
  color: #222;
  line-height: 1.45;
}

.web-product-help-row:nth-child(even) {
  background: #f0f5f1;
}

.web-product-help-row p {
  margin: 0;
}

.web-product-help-row a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.web-product-help-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #555;
}

.web-product-help-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-product-accordions {
  display: grid;
  border-top: 1px solid #e6e6e6;
}

.web-product-accordion {
  border-bottom: 1px solid #e6e6e6;
}

.web-product-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 16px 0;
  color: #151515;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

.web-product-accordion summary::-webkit-details-marker {
  display: none;
}

.web-product-accordion-icon::before {
  content: "+";
  display: block;
  width: 24px;
  text-align: center;
  color: #222;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.web-product-accordion[open] .web-product-accordion-icon::before {
  content: "×";
  font-size: 25px;
}

.web-product-accordion-content {
  padding: 0 0 22px;
  color: #707070;
  font-size: 16px;
  line-height: 1.65;
}

.web-product-accordion-content p {
  margin: 0 0 12px;
}

.web-product-accordion-content p:last-child {
  margin-bottom: 0;
}

.web-product-detail-sku {
  margin: 4px 0 2px;
  font-size: 12px;
  font-weight: 500;
  color: var(--web-muted);
}

.web-product-stock {
  display: grid;
  gap: 7px;
  max-width: 280px;
  margin: 10px 0 14px;
}

.web-product-stock[hidden] {
  display: none;
}

.web-product-stock div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--web-muted);
  font-size: 13px;
}

.web-product-stock strong {
  color: var(--web-ink);
}

.web-product-stock-track {
  height: 8px;
  border-radius: 999px;
  background: #edf3ee;
  overflow: hidden;
}

.web-product-stock-track i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--web-button-bg) 0%, #ccc 100%);
}

.web-variant-fields {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.web-product-detail .web-sku-field-select {
  display: none;
}

.web-product-option-group {
  display: none;
  gap: 8px;
  margin: 12px 0;
}

.web-product-option-group p {
  margin: 0;
  color: var(--web-muted);
  font-size: 13px;
  font-weight: 700;
}

.web-product-option-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.web-product-option-tag {
  min-width: 58px;
  min-height: 42px;
  border: 1px solid var(--web-border);
  border-radius: px;
  background: #fff;
  color: var(--web-ink);
  padding: 8px 12px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 15px;
}

.web-product-option-tag:hover:not(:disabled) {
  border-color: var(--web-button-bg);
}

.web-product-option-tag.is-selected {
  border-color: var(--web-button-bg);
  background: var(--web-button-bg);
  color: var(--web-button-text);
  box-shadow: 0;
  border: 0;
}

.web-product-option-tag.is-disabled,
.web-product-option-tag:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.web-sku-field-select {
  width: 100%;
  border: 1px solid var(--web-border);
  border-radius: 10px;
  background: #fff;
  color: var(--web-ink);
  padding: 9px 12px;
  min-height: 40px;
  font-size: 14px;
}

.web-sku-field-select:focus {
  outline: none;
  border-color: var(--web-primary-strong);
  box-shadow: 0 0 0 3px rgba(36, 130, 93, 0.16);
}

.web-variant-select-hidden {
  display: none;
}

.web-filter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  max-width: 500px;
}

.web-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.web-pagination a {
  text-decoration: none;
  color: var(--web-primary-strong);
  font-weight: 700;
}

.web-card {
  padding: 16px;
}

.web-checkout-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
}

.web-form {
  display: grid;
  gap: 10px;
}

.web-form-row {
  display: grid;
  gap: 5px;
}

.web-form-row label {
  font-size: 14px;
  color: var(--web-muted);
  font-weight: 600;
}

.web-form-grid-2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.web-form-grid-3 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.web-btn-sm {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

.web-account-auth-grid {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#web-auth-panel h1, #web-auth-panel h2 {
  font-size: 24px;
  font-weight: 600;
}

.web-account-shell {
  display: grid;
  gap: 14px;
}

.web-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.web-account-head h1 {
  margin: 0;
}

.web-account-head-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.web-account-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.4fr 1fr;
}

.web-account-outstanding {
  margin: 8px 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--web-primary-strong);
}

.web-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.web-error {
  color: #8b2300;
  background: #ffe3d3;
  border: 1px solid #f1ba9f;
  border-radius: 10px;
  padding: 8px 10px;
  margin: 0;
}

.web-kv {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--web-border);
}

.web-kv-total {
  font-weight: 800;
}

.web-order-head {
  margin-bottom: 14px;
}

.web-table-wrap {
  overflow-x: auto;
}

.web-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.web-table th,
.web-table td {
  border-bottom: 1px solid var(--web-border);
  text-align: left;
  padding: 8px;
}

.web-static-card {
  padding: 18px;
}

.web-static-head h1 {
  margin: 0;
  font-size: 40px;
}

.web-static-image {
  margin: 16px 0 0;
  border-radius: var(--web-radius);
  overflow: hidden;
  border: 1px solid var(--web-border);
}

.web-static-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.web-static-content {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.web-static-content p {
  margin: 0;
  color: var(--web-muted);
  line-height: 1.65;
}

.web-map-section {
  width: 100%;
  margin-top: 42px;
  overflow: hidden;
  background: #f8f8f8;
}

.web-map-section iframe {
  display: block;
  width: 100% !important;
  height: min(400px, 55vw) !important;
  min-height: 240px;
  max-height: 400px;
  border: 0 !important;
}

.web-contact-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 14px 0;
}

.web-contact-item {
  background: #f3f9f4;
  border: 1px solid var(--web-border);
  border-radius: 14px;
  padding: 12px;
  text-decoration: none;
  color: var(--web-ink);
  display: grid;
  gap: 5px;
}

.web-contact-item span {
  color: var(--web-muted);
  font-size: 13px;
}

.web-contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--web-radius);
  background: #1f1f1f;
  color: #fff;
}

.web-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.web-contact-form label {
  display: grid;
  gap: 7px;
  color: #fff;
  font-weight: 600;
}

.web-contact-form label span {
  font-size: 13px;
  color: #d7d7d7;
}

.web-contact-form input,
.web-contact-form select,
.web-contact-form textarea {
  min-height: 46px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #2b2b2b;
  color: #fff;
}

.web-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.web-contact-form select option {
  color: #111;
}

.web-contact-captcha-row {
  max-width: 560px;
}

.web-contact-page {
  margin-top: 0;
}

.web-contact-hero {
  margin-bottom: 50px;
}

.web-contact-hero h1 {
  margin: 0;
  color: #161616;
  font-size: clamp(72px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.86;
}

.web-contact-hero p {
  margin: 24px 0 0;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
}

.web-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 60px;
  align-items: start;
}

.web-contact-page .web-contact-form {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
}

.web-contact-page .web-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.web-contact-page .web-contact-form input,
.web-contact-page .web-contact-form select,
.web-contact-page .web-contact-form textarea {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 6px;
  background: #f8f8f8;
  color: #111;
  padding: 18px 28px;
  font-size: 16px;
  outline: none;
}

.web-contact-page .web-contact-form textarea {
  min-height: 168px;
  resize: vertical;
}

.web-contact-page .web-contact-form input::placeholder,
.web-contact-page .web-contact-form textarea::placeholder {
  color: #747474;
  opacity: 1;
}

.web-contact-page .web-contact-form select {
  color: #747474;
}

.web-contact-page .web-contact-form input:focus,
.web-contact-page .web-contact-form select:focus,
.web-contact-page .web-contact-form textarea:focus {
  box-shadow: inset 0 0 0 1px #1b1b1b;
}

.web-contact-page .web-contact-captcha-row {
  max-width: 640px;
  margin-top: -4px;
}

.web-contact-submit {
  --motion-translateY: 0%;
  width: fit-content;
  min-width: 192px;
  min-height: 60px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  padding: 0 34px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-contact-submit:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.web-contact-sidebar {
  display: grid;
  gap: 34px;
  color: #111;
}

.web-contact-sidebar section {
  display: grid;
  gap: 12px;
}

.web-contact-sidebar h2 {
  margin: 0;
  color: #85858c;
  font-family: var(--web-content-font, "Segoe UI", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.web-contact-sidebar p,
.web-contact-sidebar a {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.58;
  white-space: pre-line;
}

.web-contact-sidebar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.web-contact-social {
  display: flex;
  align-items: center;
  gap: 22px;
}

.web-contact-social a {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #111;
  text-decoration: none;
}

.web-contact-social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: grayscale(1) contrast(1.5);
}

.web-contact-social svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-footer {
  margin-top: 0;
  border-top: 0;
  background: var(--web-footer-main-bg);
  color: #fff;
  margin-top: -25px;
  border-radius: 28px 28px 0 0;
}

.web-footer-inner {
  width: 100%;
  padding: 0;
  color: inherit;
  display: block;
}

.web-footer-custom,
.web-footer-copyright {
  width: 100%;
  margin: 0;
}

.web-footer-custom {
  background: var(--web-footer-main-bg);
}

.web-footer-copyright {
  background: var(--web-footer-copyright-bg);
}

.web-main-footer-default {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 72px;
  padding: 72px 46px 72px;
}

.web-footer-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 64px 70px;
  padding-right: 72px;
  border-right: 1px solid #3a3a3a;
}

.web-footer-link-groups h3,
.web-footer-newsletter h2 {
  margin: 0 0 24px;
  font-family: var(--web-header-font, Georgia, serif);
  font-weight: 500;
  line-height: 0.98;
}

.web-footer-link-groups h3 {
  font-size: 25px;
}

.web-footer-link-groups a,
.web-footer-link-groups p,
.web-copyright-default a,
.web-copyright-default p {
  color: #fff;
}

.web-footer-link-groups a {
  display: block;
  margin: 0 0 14px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.web-footer-link-groups a:hover,
.web-copyright-default a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.web-footer-link-groups p {
  margin: 0;
  font-size: 15px;
  line-height: 1.32;
}

.web-footer-support a {
  width: max-content;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  line-height: 1.15;
}

.web-footer-newsletter {
  min-width: 0;
}

.web-footer-newsletter h2 {
  max-width: 520px;
  color: #fff;
  font-size: 50px;
}

.web-newsletter-form {
  display: grid;
  gap: 12px;
  max-width: 448px;
}

.web-newsletter-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 62px;
  padding: 0 14px 0 26px;
  background: #2b2b2b;
  border-radius: 6px;
}

.web-newsletter-input-row input,
.web-captcha-row input,
.web-contact-form input,
.web-contact-form select,
.web-contact-form textarea {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
}

.web-newsletter-input-row input::placeholder,
.web-captcha-row input::placeholder {
  color: #b9b9b9;
}

.web-newsletter-input-row button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.web-newsletter-input-row svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-captcha-row {
  display: grid;
  grid-template-columns: 160px minmax(86px, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #fff;
}

.web-captcha-row img {
  width: 160px;
  height: 52px;
  border-radius: 6px;
  background: #f7f7f7;
}

.web-captcha-row input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #2b2b2b;
}

.web-captcha-row button {
  --motion-translateY: 0%;
  min-height: 44px;
  border: 2px solid var(--web-button-bg);
  border-radius: 999px;
  background: var(--web-button-bg);
  color: var(--web-button-text);
  cursor: pointer;
  padding: 0 18px;
  transform: translateY(var(--motion-translateY));
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.web-captcha-row button:hover {
  --motion-translateY: -6%;
  background: #fff;
  border-color: var(--web-button-bg);
  color: var(--web-button-bg);
}

.web-form-status {
  min-height: 20px;
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.web-form-status.is-error {
  color: #ffb4b4;
}

.web-form-status.is-success {
  color: #c9ffc9;
}

.web-footer-social {
  display: flex;
  gap: 28px;
  margin-top: 204px;
  color: #fff;
}

.web-footer-social .web-social-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.web-footer-social img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.web-copyright-default {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 46px 32px;
  background: var(--web-footer-copyright-bg);
}

.web-copyright-default p {
  margin: 0 0 18px;
  font-size: 14px;
}

.web-copyright-default nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.web-copyright-default a {
  text-decoration: none;
  font-size: 12px;
}

.web-payment-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.web-payment-icon {
  width: 38px;
  height: 23px;
  padding: 0;
  border-radius: 2px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.web-payment-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 960px) {
  .web-welcome-bar {
    grid-template-columns: minmax(80px, auto) minmax(0, 1fr) minmax(0, auto);
    padding: 0 28px;
  }

  .web-welcome-bar::after {
    content: "";
  }

  .web-header-inner {
    min-height: auto;
    grid-template-columns: minmax(160px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    row-gap: 12px;
    padding: 18px 28px 20px;
  }

  .web-brand-name {
    font-size: 32px;
  }

  .web-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
  }

  .web-category-hero h1 {
    font-size: 54px;
  }

  .web-subcategory-nav {
    gap: 14px 20px;
    font-size: 24px;
  }

  .web-benefits-grid-default {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 34px 24px;
  }

  .web-benefit-item {
    padding: 18px;
    border-left: 0;
    border-top: 1px solid #dedede;
  }

  .web-benefit-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .web-main-footer-default {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 46px 28px;
  }

  .web-footer-link-groups {
    padding-right: 0;
    border-right: 0;
  }

  .web-footer-social {
    margin-top: 42px;
  }

  .web-copyright-default {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .web-product-detail,
  .web-checkout-grid {
    grid-template-columns: 1fr;
  }

  .web-product-cta-lg {
    grid-template-columns: 1fr;
  }

  .web-quickbox-grid {
    grid-template-columns: 1fr;
  }

  .web-quickbox-info {
    padding-right: 0;
  }

  .web-quickbox-main-image {
    max-height: 420px;
  }

  .web-contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .web-contact-hero {
    margin-bottom: 34px;
  }

  .web-contact-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-filter-form {
    grid-template-columns: 1fr;
  }

  .web-account-auth-grid,
  .web-account-grid {
    grid-template-columns: 1fr;
  }

  .web-nav-panel {
    right: 0;
    left: auto;
  }

  .web-products-section .web-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .web-similar-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .web-product-grid-home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .web-banner-slider,
  .web-banner-track {
    min-height: 420px;
  }

  .web-banner-copy {
    inset: auto auto 20px 20px;
    width: min(580px, calc(100% - 40px));
  }

  .web-custom-shop-head {
    align-items: flex-end;
    gap: 18px;
  }

  .web-custom-shop-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .web-custom-shop-track > .web-product-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .web-custom-shop-nav {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .web-header {
      border-radius: 0;
      margin-top: 0;
  }

  .web-welcome-bar {
    display: none;
  }

  .web-welcome-bar::after {
    display: none;
  }

  .web-header-inner {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "nav nav nav";
    justify-items: stretch;
    column-gap: 10px;
    row-gap: 0;
    padding: 12px 14px;
  }

  .web-mobile-menu-toggle {
    display: inline-grid;
    align-self: center;
    justify-self: start;
  }

  .web-brand {
    justify-self: start;
    max-width: min(170px, 38vw);
  }

  .web-brand-mark-logo {
    width: min(150px, 38vw);
  }

  .web-brand-logo {
    max-width: 150px;
    max-height: 54px;
  }

  .web-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 12px;
    padding: 12px 0 4px;
    border-top: 1px solid var(--web-border);
    white-space: normal;
  }

  .web-nav.is-open {
    display: flex;
  }

  .web-nav a,
  .web-nav-item > a {
    display: block;
    font-size: 15px;
    padding: 12px 0;
  }

  .web-nav-item-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 8px;
  }

  .web-nav-submenu-toggle {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    border: 0;
    background: transparent;
    color: var(--web-header-menu-color);
    cursor: pointer;
  }

  .web-nav-submenu-toggle span {
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
  }

  .web-nav-submenu-toggle span::before,
  .web-nav-submenu-toggle span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-50%, -50%);
  }

  .web-nav-submenu-toggle span::before {
    width: 16px;
    height: 2px;
  }

  .web-nav-submenu-toggle span::after {
    width: 2px;
    height: 16px;
    transition: opacity 0.16s ease;
  }

  .web-nav-item.is-expanded .web-nav-submenu-toggle span::after {
    opacity: 0;
  }

  .web-header-actions {
    justify-self: end;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0;
  }

  .web-header-icon {
    width: 30px;
    height: 36px;
  }

  .web-header-icon svg {
    width: 28px;
    height: 28px;
  }

  .web-brand-name {
    font-size: 30px;
  }

  .web-brand-tagline {
    letter-spacing: 0.42em;
  }

  .web-benefits-grid-default,
  .web-footer-link-groups,
  .web-contact-form-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="contact"] .web-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .web-contact-hero h1 {
    font-size: clamp(58px, 18vw, 84px);
  }

  .web-contact-hero p {
    font-size: 17px;
  }

  .web-contact-page .web-contact-form-grid,
  .web-contact-sidebar {
    grid-template-columns: 1fr;
  }

  .web-contact-page .web-contact-form input,
  .web-contact-page .web-contact-form select,
  .web-contact-page .web-contact-form textarea {
    padding: 16px 18px;
  }

  .web-benefit-item,
  .web-benefit-item:nth-child(-n + 2) {
    border-top: 1px solid #dedede;
    padding: 18px 0;
  }

  .web-benefit-item:first-child {
    border-top: 0;
  }

  .web-footer-newsletter h2 {
    font-size: 38px;
  }

  .web-captcha-row {
    grid-template-columns: 1fr;
  }

  .web-category-hero {
    gap: 16px;
  }

  .web-category-breadcrumb {
    gap: 12px;
    font-size: 14px;
  }

  .web-category-hero h1 {
    font-size: 42px;
  }

  .web-subcategory-nav {
    gap: 10px 14px;
    font-size: 20px;
  }

  .web-products-filter-foot {
    padding: 16px 20px 22px;
    gap: 10px;
  }

  .web-products-filter-clear,
  .web-products-filter-submit {
    min-height: 52px;
    font-size: 14px;
  }

  .web-products-filter-clear {
    padding: 0 16px;
  }

  .web-captcha-row img {
    width: 100%;
    max-width: 160px;
  }

  .web-nav-item {
    position: static;
  }

  .web-nav-panel {
    position: static;
    width: 100%;
    min-width: 100%;
    margin-top: 4px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .web-nav-item.is-expanded .web-nav-panel {
    display: grid;
  }

  .web-nav-panel-mega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-banner-slider,
  .web-banner-track {
    min-height: 360px;
  }

  .web-banner-slider {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }

  .web-banner-copy {
    inset: auto auto 16px 16px;
    width: calc(100% - 32px);
  }

  .web-banner-controls {
    right: 10px;
    bottom: 10px;
    gap: 6px;
  }
  /* .web-custom-shop-panel   .web-product-card:hover {
    box-shadow: none;
    transform: none;
  }*/

  .web-banner-nav {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .web-custom-shop-section {
    margin: 40px 0;
  }

  .web-custom-shop-head {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
  }

  .web-custom-shop-head h2{
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 30px;
  }

  .web-section-head h2 {
    font-weight: 600;
    font-size: 30px;
  }

  .web-custom-shop-tabs {
    gap: 10px;
  }

  .web-custom-shop-tab {
    min-width: 88px;
    min-height: 48px;
    padding: 0 18px;
  }

  .web-custom-shop-nav { 
    padding-top: 0;
  }

  .web-custom-shop-nav button {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }

  .web-custom-shop-card {
    flex-basis: min(82vw, 330px);
    min-width: min(82vw, 330px);
  }

  .web-custom-shop-track > .web-product-card {
    flex-basis: min(82vw, 330px);
    min-width: min(82vw, 330px);
  }

  .web-custom-shop-card-body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .web-instagram-track {
    grid-template-columns: 1fr;
  }

  .web-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .web-form-grid-3 {
    grid-template-columns: 1fr;
  }

  .web-variant-modal-actions {
    grid-template-columns: 1fr;
  }

  .web-quickbox-modal {
    max-height: 92vh;
    padding: 12px;
  }

  .web-quickbox-close {
    top: 8px;
    right: 8px;
  }

  .web-quickbox-info h3 {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
  }

  .web-quickbox-actions,
  .web-quickbox-foot {
    grid-template-columns: 1fr;
  }

  .web-quickbox-foot {
    display: grid;
    align-items: stretch;
  }

  .web-quickbox-foot-right {
    display: grid;
    justify-content: stretch;
    margin-left: 0;
  }

  .web-quickbox-detail {
    justify-self: start;
  }

  .web-product-breadcrumb {
    padding: 0;
  }

  .web-products-section .web-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-similar-products-section {
    margin-top: 30px;
    padding-top: 24px;
  }

  .web-similar-products-heading {
    align-items: flex-start;
  }

  .web-similar-products-heading h2 {
    font-size: 24px;
  }

  .web-similar-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .web-product-promo-badges {
    top: 7px;
    right: 7px;
    gap: 4px;
    max-width: calc(100% - 14px);
  }

  .web-product-promo-badge {
    min-height: 21px;
    padding: 4px 7px;
    font-size: 9px;
  }

  .web-product-slider-nav {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .web-product-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .web-products-section .web-product-media {
    aspect-ratio: 1 / 1;
  }

  .web-products-section .web-product-body {
    padding: 8px 0;
  }
/*
  .web-products-section .web-product-body h3 {
    font-size: 14px;
    min-height: 34px;
  }
*/
  .web-products-section .web-product-price {
    font-size: 15px;
  }

  .web-products-section .web-product-sku {
    display: none;
  }

  .web-products-section .web-product-cta {
    grid-template-columns: 56px 1fr;
  }

  .web-products-section .web-product-cta-no-qty {
    grid-template-columns: 1fr;
  }

  .web-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .web-load-more {
    justify-items: stretch;
  }

  .web-load-more .web-btn {
    width: 100%;
  }
}



@media (max-width: 500px) {
  .web-product-grid-home {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .web-products-section .web-product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
