:root {
  --mahogany-red: #bf181e;
  --dark-garnet: #6e0000;
  --shadow-grey: #231f20;
  --black: #000000;
  --tiger-orange: #e57f20;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--black);
  color: #ffffff;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}

/* Utility/Exception Styles (e prefix) */
.e1 {
  color: var(--tiger-orange);
}

.e2 {
  background-color: #f29923;
  color: #000000;
}

.e3 {
  color: #d0c5c0;
  font-size: 14px;
}

/* HERO SLIDESHOW (z1) */
#z1se1 {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  overflow: hidden;
}

.z1se1 {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  overflow: hidden;
}

#z1se1.z1se1:not(.products-page):not(.product-detail) {
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 1280px) {
  #z1se1.z1se1:not(.products-page):not(.product-detail) {
    height: clamp(600px, 42vw, 760px);
  }
}

#z1d1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.z1d1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.z1i1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1000ms linear;
  z-index: 1;
}

.z1d2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.32) 72%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.z1d3 {
  max-width: 720px;
  z-index: 10;
  position: relative;
}

#z1se1.z1se1:not(.products-page):not(.product-detail) .z1d3 {
  margin-left: max(2vw, calc((100vw - 1480px) / 2));
}

.z1p1 {
  margin-bottom: 8px;
  font-size: 14px;
}

.z7a1 {
  display: block;
  margin-top: 12px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 150ms ease;
}

.z7a1:hover {
  background-color: #dd1e1e;
}

.z1h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 16px;
}

.z1h1 .e1 {
  background: linear-gradient(90deg, #00534e 0%, #f7b718 46%, #8d153a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.z1p2 {
  color: #d0c5c0;
  margin-bottom: 24px;
}

.z1bt1 {
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  background-color: #f29923;
  color: #ffffff;
  transition: background-color 150ms ease;
}

.z1bt1:hover {
  background-color: #dd1e1e;
}

/* CATEGORIES (z2) */
#z2se1 {
  padding: 35px 40px 0;
  background-color: var(--black);
}

.z2se1 {
  padding: 35px 40px 0;
  background-color: var(--black);
}

.z2d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.z2h1 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.z2s1 {
  color: #d0c5c0;
  font-size: 14px;
}

#z2d2 {
  position: relative;
  width: 100%;
  display: block;
}

.z2d2 {
  position: relative;
  width: 100%;
  display: block;
}

.z2d3 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.z2d4 {
  display: flex;
  gap: 1px;
  overflow: hidden;
}

.z2d5 {
  min-width: 300px;
  text-align: center;
  flex-shrink: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .z2d5 {
    min-width: 320px;
  }
}

.z2d6 {
  /* background-color: #5050507a; */
  padding: 10px;
  border-radius: 18px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z2i1 {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.z2p1 {
  font-size: 16px;
  text-align: center;
}

.z2bt1,
.z2bt2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 8px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
  z-index: 10;
}

.z2bt1:hover,
.z2bt2:hover {
  background-color: #dd1e1e;
}

.z2bt1 {
  left: 0;
}

.z2bt2 {
  right: 0;
}

/* TOP SELLING ITEMS (z3) */
#z3se1 {
  padding: 35px 40px;
}

.z3se1 {
  padding: 35px 40px;
}

.z3h1 {
  font-size: 18px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.z3d1 {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1024px) {
  .z3d1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .z3d1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.z3d2,
.z5d2,
.z7d2 {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgb(141 141 141 / 17%);
  transition: transform 150ms ease;
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.z3a2 {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.z3a2:hover {
  transform: translateY(-3px);
}

.z3a2 .z3p1 {
  margin-bottom: 0;
}

.z3tags {
  display: flex;
  gap: 6px;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin: 13px 0 8px;
  position: relative;
  z-index: 5;
}

.z3tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.4px;
  border-radius: 999px;
  padding: 6px 10px;
  margin: 0;
}

.z3tag-category {
  background-color: rgba(229, 127, 32, 0.2);
  color: #ffd5aa;
}

.z3tag.e1 {
  border: 1px solid #403232;
  color: #9df0bf;
  border-color: #2c5f42;
  background-color: rgba(44, 95, 66, 0.22);
}

.z3tag.e2 {
  border: 1px solid #403232;
  color: #ffd2d2;
  border-color: #6e2c2c;
  background-color: rgba(110, 44, 44, 0.2);
}

.z3d3 {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.z3arrow {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f29923;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
}

.z3d2:hover {
  transform: translateY(-3px);
}

.z3i1 {
  width: 150px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z3h2 {
  margin-top: 8px;
}

/* Product card titles - set to 15px across frontend */
.z3h2 {
  font-size: 14px;
  font-weight: 500;
}

.z3p1 {
  font-size: 15px;
  color: #ffffff;
  margin-top: 0;
}

/* WHY CHOOSE US (z4) */
#z4se1 {
  padding: 35px 40px;
}

.z4se1 {
  padding: 35px 40px;
}

.z4h1 {
  font-size: 18px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.z4d1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .z4d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.z4d2 {
  background-color: var(--shadow-grey);
  padding: 24px;
  border-radius: 6px;
  text-align: center;
}

.z4d3 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.z4i1 {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.z4h2 {
  font-size: 16px;
}

/* PRODUCTS GRID (z5) */
#z5se1 {
  padding: 35px 40px;
}

.z5se1 {
  padding: 35px 40px;
}

.z5h1 {
  font-size: 18px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.z5d1 {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1024px) {
  .z5d1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.z5d2:hover {
  transform: translateY(-3px);
}

.z5i1 {
  width: 150px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z5h2 {
  margin-top: 8px;
}

.z5h2 {
  font-size: 14px;
  font-weight: 500;
}

.z5p1 {
  font-size: 15px;
  color: #ffffff;
  margin-top: 0;
}

.z5a1 {
  display: block;
  margin-top: 12px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 150ms ease;
}

.z5a1:hover {
  background-color: #dd1e1e;
}

/* PROMO BANNERS (z6) */
#z6se1 {
  padding: 35px 40px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
}

.z6d1 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.z6d1:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.z6d1-1 {
  grid-column: span 2;
  background-image: url('../img/supset/servicesup.jpg');
}

.z6d1-2 {
  grid-column: span 1;
  background-image: url('../img/supset/serviceoncoch.jpg');
}

.z6d1-3 {
  grid-column: span 1;
  background-image: url('../img/supset/serviceaccso.jpg');
}

.z6d1-4 {
  grid-column: span 2;
  background-image: url('../img/supset/servicechampion.jpg');
}

.z6d1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
}

.z6d2 {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.z6h1 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.z6bt1 {
  margin-top: 12px;
  padding: 10px 24px;
  width: fit-content;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background-color: #f29923;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(242, 153, 35, 0.3);
}

.z6bt1:hover {
  background-color: #dd1e1e;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(221, 30, 30, 0.4);
}

/* SECOND PRODUCT GRID (z7) */
#z7se1 {
  padding: 35px 40px;
}

.z7se1 {
  padding: 35px 40px;
}

.z7h1 {
  font-size: 18px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.z7d1 {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1024px) {
  .z7d1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.z7d2:hover {
  transform: translateY(-3px);
}

.z7i1 {
  width: 150px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z7h2 {
  margin-top: 8px;
}

.z7h2 {
  font-size: 14px;
  font-weight: 500;
}

.z7p1 {
  font-size: 15px;
  color: #ffffff;
  margin-top: 0;
}

/* DISCOUNT (z8) */
#z8se1 {
  padding: 48px 40px;
  background-color: var(--shadow-grey);
  border-radius: 6px;
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.z8se1 {
  padding: 48px 40px;
  background-color: var(--shadow-grey);
  border-radius: 6px;
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.z8d1 {
  flex: 1;
}

.z8h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.z8d2 {
  display: flex;
  gap: 16px;
  text-align: center;
}

.z8d3 {
  flex: 1;
}

.z8p1 {
  font-size: 20px;
}

.z8i1 {
  height: 160px;
  display: none;
}

@media (min-width: 768px) {
  .z8i1 {
    display: block;
  }
}

/* TESTIMONIAL (z9) */
#z9se1 {
  padding: 64px 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  #z9se1 {
    grid-template-columns: 1fr;
  }
}

.z9se1 {
  padding: 64px 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  background-color: var(--shadow-grey);
  border-left: 5px solid var(--mahogany-red);
}

@media (max-width: 768px) {
  .z9se1 {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
}

.z9i1 {
  border-radius: 6px;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  display: block;
}

.z9d1 {
  padding: 32px;
  background-color: var(--black);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.z9h1 {
  font-size: 30px;
  margin-bottom: 24px;
  color: var(--tiger-orange);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.z9p1 {
  color: #d0c5c0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  quotes: """ """;
}

.z9p1::before {
  content: open-quote;
  color: var(--mahogany-red);
  font-size: 32px;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 4px;
}

.z9p1::after {
  content: close-quote;
  color: var(--mahogany-red);
  font-size: 32px;
  line-height: 0;
  vertical-align: -0.4em;
  margin-left: 4px;
}

.z9p2 {
  font-size: 16px;
  color: var(--tiger-orange);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* BRAND LOGOS (z10) */
#z10se1 {
  padding: 50px 40px;
  overflow: hidden;
}

.z10se1 {
  padding: 50px 40px;
  overflow: hidden;
}

.z10h1 {
  font-size: 18px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

#z10d1 {
  overflow: hidden;
}

.z10d1 {
  overflow: hidden;
}

#z10d2 {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: brandMarquee 24s linear infinite;
}

.z10d2 {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: brandMarquee 24s linear infinite;
}

#z10d1:hover #z10d2,
.z10d1:hover .z10d2 {
  animation-play-state: paused;
}

.z10d3 {
  /* background-color: var(--shadow-grey); */
  border-radius: 6px;
  height: 96px;
  width: 192px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.z10i1 {
  width: 192px;
  height: 96px;
  object-fit: contain;
  opacity: 0.9;
}

@keyframes brandMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* CTA (z11) */
#z11se1 {
  position: relative;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('../img/footer/darkgym.jpg') center/cover no-repeat;
}

.z11se1 {
  position: relative;
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('img/footer/darkgym.jpg') center/cover no-repeat;
}

.z11d1 {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 6px;
}

.z11h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.z11p1 {
  color: #d0c5c0;
}

/* Logo styling */
.logo {
  height: 50px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Carousel utilities (used with js/carousel.js) */
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
  will-change: transform;
}

.category-card {
  margin-right: 24px;
}

.category-card:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .z1se1,
  #z1se1 {
    min-height: 520px;
    height: auto;
    padding: 32px 32px 40px;
  }

  .z1d3 {
    max-width: 600px;
  }

  .z1h1 {
    font-size: 36px;
  }

  .z2se1,
  #z2se1,
  .z3se1,
  #z3se1,
  .z4se1,
  #z4se1,
  .z5se1,
  #z5se1,
  .z7se1,
  #z7se1,
  .z10se1,
  #z10se1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .z2d5 {
    min-width: 300px;
    display: flex;
    flex-shrink: 0;
    visibility: visible;
  }

  .z2d6 {
    width: 280px;
    height: 230px;
    display: flex;
    visibility: visible;
  }

  .z2d4 {
    display: flex;
  }

  .z2d3,
  .carousel-container {
    display: block;
    width: 100%;
  }

  #z6se1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, auto);
  }

  .z6d1-1,
  .z6d1-4 {
    grid-column: span 2;
  }

  .z6d1-2,
  .z6d1-3 {
    grid-column: span 1;
  }

  .z8se1,
  #z8se1 {
    margin-left: 24px;
    margin-right: 24px;
    padding: 36px 24px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .z2d2,
  #z2d2 {
    display: block;
    position: relative;
    width: 100%;
  }

  .z2d3,
  .carousel-container {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .z2d4,
  .carousel-slide {
    display: flex;
    overflow: hidden;
  }

  .z2d5 {
    min-width: 300px;
    display: flex;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1;
  }

  .z2d6 {
    width: 280px;
    height: 230px;
    display: flex;
    visibility: visible !important;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .z1se1,
  #z1se1 {
    min-height: 440px;
    padding: 24px 20px 32px;
    align-items: flex-end;
  }

  .z1d3 {
    max-width: 100%;
  }

  .z1p1 {
    font-size: 12px;
  }

  .z1h1 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .z1p2 {
    margin-bottom: 18px;
    font-size: 14px;
    max-width: 24rem;
  }

  .z1bt1,
  .z6bt1 {
    padding: 10px 18px;
  }

  .z2se1,
  #z2se1,
  .z3se1,
  #z3se1,
  .z4se1,
  #z4se1,
  .z5se1,
  #z5se1,
  .z7se1,
  #z7se1,
  .z10se1,
  #z10se1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z2d1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .z2d3,
  .carousel-container {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: block;
    overflow: hidden;
  }

  .z2d4 {
    gap: 12px;
  }

  .z2d4,
  .carousel-slide {
    display: flex;
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
  }

  .z2d5 {
    min-width: clamp(200px, 72vw, 280px);
    width: clamp(200px, 72vw, 280px);
    padding: 8px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .z2d6 {
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .z2bt1,
  .z2bt2 {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .z2bt1 {
    left: 50%;
    transform: translateX(-48px);
  }

  .z2bt2 {
    right: 50%;
    transform: translateX(48px);
  }

  .z2d2 {
    padding-bottom: 60px;
    width: 100%;
    display: block;
    position: relative;
    min-height: 280px;
  }

  .z3d1,
  .z5d1,
  .z7d1 {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .z3d2,
  .z5d2,
  .z7d2 {
    max-width: none;
  }

  .z3i1,
  .z5i1,
  .z7i1 {
    width: 120px;
  }

  .z4d1 {
    gap: 16px;
  }

  #z6se1 {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(180px, auto);
    padding: 24px 16px;
  }

  .z6d1-1,
  .z6d1-2,
  .z6d1-3,
  .z6d1-4 {
    grid-column: span 1;
  }

  .z6d2 {
    padding: 20px;
  }

  .z6h1 {
    font-size: 20px;
  }

  .z8se1,
  #z8se1 {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #z9se1,
  .z9se1 {
    padding: 40px 16px;
    gap: 24px;
  }

  #z10se1,
  .z10se1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .z1se1,
  #z1se1 {
    min-height: 390px;
    padding: 20px 16px 28px;
  }

  .z1h1 {
    font-size: 24px;
  }

  .z2d5 {
    min-width: 200px;
  }

  .z2d6 {
    width: min(100%, 220px);
    height: 170px;
  }

  .z3d1,
  .z5d1,
  .z7d1 {
    gap: 10px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .z3d2,
  .z5d2,
  .z7d2 {
    width: 100%;
    max-width: 100%;
    padding: 4px;
  }

  .z3i1,
  .z5i1,
  .z7i1 {
    /* width: 100%;
    height: 96px;
    max-height: none;
    object-fit: contain; */
  }

  .z3h2,
  .z5h2,
  .z7h2 {
    font-size: 10px;
  }

  .z3p1,
  .z5p1,
  .z7p1 {
    font-size: 11px;
  }

  .z3tags {
    gap: 3px;
    margin-top: 6px;
    margin-bottom: 2px;
  }

  .z3tag {
    padding: 4px 7px;
    font-size: 8px;
  }

  .z3d3 {
    gap: 4px;
  }

  .z3arrow {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .z4d1 {
    grid-template-columns: 1fr;
  }

  .products-page .z1d3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #z6se1 {
    grid-auto-rows: minmax(160px, auto);
  }
}

/* LIGHT THEME */
html[data-theme="light"] {
  --black: #f7f4ef;
  --shadow-grey: #ffffff;
  --dark-garnet: #e0c8c0;
  color-scheme: light;
}

html[data-theme="light"] body {
  background-color: #f7f4ef;
  color: #201819;
}

html[data-theme="light"] .hd-navbar {
  background-color: rgba(255, 252, 247, 0.96);
  border-bottom-color: #ead7cf;
}

html[data-theme="light"] .hd-nav-links a,
html[data-theme="light"] .hd-icon-link {
  color: #24191a;
}

html[data-theme="light"] .hd-menu-button,
html[data-theme="light"] .hd-search-toggle-button,
html[data-theme="light"] .hd-theme-toggle {
  background: rgba(191, 24, 30, 0.06);
  border-color: #e0c8c0;
  color: #24191a;
}

html[data-theme="light"] .hd-theme-toggle-thumb {
  transform: translateX(28px);
  background-color: #bf181e;
}

html[data-theme="light"] .hd-theme-toggle-icon-dark::before {
  box-shadow: -5px 0 0 0 #fffaf3;
}

html[data-theme="light"] .hd-submenu,
html[data-theme="light"] .hd-nav-links {
  background-color: #fffaf3;
  border-color: #ead7cf;
  box-shadow: 0 18px 32px rgba(61, 36, 31, 0.12);
}

html[data-theme="light"] .hd-search-input,
html[data-theme="light"] .products-page .z1in1 {
  background-color: #ffffff;
  border-color: #e0c8c0;
  color: #201819;
}

html[data-theme="light"] .hd-search-input::placeholder {
  color: #8e7770;
}

html[data-theme="light"] .hd-search-results {
  background-color: #ffffff;
  border-color: #e0c8c0;
  box-shadow: 0 18px 32px rgba(61, 36, 31, 0.14);
}

html[data-theme="light"] .hd-search-result-item {
  border-bottom-color: #f0ded7;
}

html[data-theme="light"] .hd-search-result-name,
html[data-theme="light"] .z3p1,
html[data-theme="light"] .z5p1,
html[data-theme="light"] .z7p1,
html[data-theme="light"] .products-page .z1p1,
html[data-theme="light"] .products-page .z1d4,
html[data-theme="light"] .product-detail .z1bt2,
html[data-theme="light"] .related-section .z2d2,
html[data-theme="light"] .ft1h3 {
  color: #201819;
}

html[data-theme="light"] .hd-search-result-image {
  background-color: #f3ebe5;
}

html[data-theme="light"] .e3,
html[data-theme="light"] .z1p2,
html[data-theme="light"] .z2s1,
html[data-theme="light"] .z9p1,
html[data-theme="light"] .z11p1,
html[data-theme="light"] .product-detail .z1p1,
html[data-theme="light"] .ft1p1,
html[data-theme="light"] .ft1p2 {
  color: #6d5c58;
}

html[data-theme="light"] #z2se1,
html[data-theme="light"] .z2se1 {
  background-color: #f7f4ef;
}

html[data-theme="light"] .z3d2,
html[data-theme="light"] .z5d2,
html[data-theme="light"] .z7d2,
html[data-theme="light"] .z4d2,
html[data-theme="light"] .products-page .z1d2,
html[data-theme="light"] .products-page .z1d4,
html[data-theme="light"] .related-section .z2d2 {
  background-color: #ffffff;
  border-color: #ead7cf;
  box-shadow: 0 12px 28px rgba(61, 36, 31, 0.1);
}

html[data-theme="light"] .z3tag-category {
  background-color: #fff0df;
  color: #94450d;
}

html[data-theme="light"] .z3tag.e1,
html[data-theme="light"] .z13p2.e1,
html[data-theme="light"] .z12tag.e1,
html[data-theme="light"] .z16tag.e1 {
  color: #14623a;
  border-color: #9ed7b6;
  background-color: #eaf8f0;
}

html[data-theme="light"] .z3tag.e2,
html[data-theme="light"] .z13p2.e2,
html[data-theme="light"] .z12tag.e2,
html[data-theme="light"] .z16tag.e2 {
  color: #9b2525;
  border-color: #efb5b5;
  background-color: #fff0f0;
}

html[data-theme="light"] #z8se1,
html[data-theme="light"] .z8se1,
html[data-theme="light"] .z9se1,
html[data-theme="light"] .z9d1 {
  background-color: #fffaf3;
  border-color: #d9b8ae;
  box-shadow: 0 12px 28px rgba(61, 36, 31, 0.08);
}

html[data-theme="light"] .z11d1 {
  background-color: rgba(255, 250, 243, 0.88);
  color: #201819;
}

html[data-theme="light"] .ft1,
html[data-theme="light"] #ft1 {
  background: linear-gradient(135deg, #fffaf3 0%, #f4e8df 100%);
  color: #201819;
}

html[data-theme="light"] .ft1d3 {
  border-top-color: #ead7cf;
}

html[data-theme="light"] .ft1p3,
html[data-theme="light"] .z12empty,
html[data-theme="light"] .z16empty {
  color: #806d67;
}

html[data-theme="light"] .ft1social-icon {
  filter: none;
}

html[data-theme="light"] .pt1:focus-visible,
html[data-theme="light"] .wa1:focus-visible {
  outline-color: #201819;
}

html[data-theme="light"] #z12se1,
html[data-theme="light"] #z16se1,
html[data-theme="light"] #z20se1 {
  background:
    radial-gradient(circle at right top, rgba(191, 24, 30, 0.09), transparent 34%),
    radial-gradient(circle at left 30%, rgba(229, 127, 32, 0.1), transparent 30%),
    #f7f4ef;
}

html[data-theme="light"] #z12f1,
html[data-theme="light"] #z16f1,
html[data-theme="light"] .z20d3,
html[data-theme="light"] .z20d4,
html[data-theme="light"] #z13se1,
html[data-theme="light"] #z14d1,
html[data-theme="light"] .z12d8,
html[data-theme="light"] .z16d8 {
  background: #ffffff;
  border-color: #ead7cf;
  box-shadow: 0 12px 28px rgba(61, 36, 31, 0.1);
}

html[data-theme="light"] .z12filter-group,
html[data-theme="light"] .z16filter-group,
html[data-theme="light"] .z13d7,
html[data-theme="light"] .z20d6 {
  background-color: #fffaf3;
  border-color: #ead7cf;
}

html[data-theme="light"] .z12filter-label,
html[data-theme="light"] .z16filter-label,
html[data-theme="light"] .z13hh1,
html[data-theme="light"] .z14p1,
html[data-theme="light"] .z20h3 {
  color: #6d5c58;
}

html[data-theme="light"] .z12check,
html[data-theme="light"] .z16check,
html[data-theme="light"] .z12in1,
html[data-theme="light"] .z12sel1,
html[data-theme="light"] .z16in1,
html[data-theme="light"] .z16sel1,
html[data-theme="light"] .z20in1,
html[data-theme="light"] .z20ta1 {
  background-color: #ffffff;
  border-color: #e0c8c0;
  color: #201819;
}

html[data-theme="light"] .z12h1,
html[data-theme="light"] .z16h1,
html[data-theme="light"] .z20h1,
html[data-theme="light"] .z13h1,
html[data-theme="light"] .z14hh1,
html[data-theme="light"] .z15hh1,
html[data-theme="light"] .z12hhh1,
html[data-theme="light"] .z16hhh1,
html[data-theme="light"] .z13p7,
html[data-theme="light"] .z14p2,
html[data-theme="light"] .z20p4 {
  color: #201819;
}

html[data-theme="light"] .z12p1,
html[data-theme="light"] .z12p5,
html[data-theme="light"] .z16p1,
html[data-theme="light"] .z16p5,
html[data-theme="light"] .z20p1,
html[data-theme="light"] .z20p2,
html[data-theme="light"] .z13a1,
html[data-theme="light"] .z13p3,
html[data-theme="light"] .z13p6 {
  color: #6d5c58;
}

html[data-theme="light"] .z13img1 {
  background-color: #fffaf3;
}

html[data-theme="light"] .z13p1,
html[data-theme="light"] .z12tag-category,
html[data-theme="light"] .z16tag-category {
  background-color: #fff0df;
  color: #94450d;
}

html[data-theme="light"] .z13a3 {
  border-color: #d9b8ae;
  color: #201819;
}

html[data-theme="light"] .z14d2 {
  border-color: #ead7cf;
}

html[data-theme="light"] .z14d2:nth-child(odd) {
  background-color: #fffaf3;
}

/* PRODUCTS PAGE (products.php) - z1 */
#z1se1.products-page {
  padding: 48px 40px;
}

.products-page .z1h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

.products-page .z1d1 {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 3fr;
}

@media (max-width: 768px) {
  .products-page .z1d1 {
    grid-template-columns: 1fr;
  }
}

.products-page .z1d2 {
  background-color: var(--shadow-grey);
  padding: 20px;
  border-radius: 6px;
}

.products-page .z1in1 {
  width: 100%;
  padding: 8px;
  background-color: var(--black);
  border: 1px solid var(--dark-garnet);
  margin-bottom: 16px;
  color: #ffffff;
}

.products-page .z1h2 {
  margin-bottom: 8px;
}

.products-page .z1p1 {
  color: #ffffff;
}

.products-page .z1d3 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .products-page .z1d3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.products-page .z1d4 {
  background-color: var(--shadow-grey);
  padding: 16px;
  border-radius: 6px;
}

.products-page .z1i1 {
  height: 192px;
  width: 100%;
  object-fit: cover;
}

.products-page .z1h3 {
  margin-top: 12px;
}

.products-page .z1p2 {
  font-size: 18px;
}

.products-page .z1a1 {
  display: block;
  margin-top: 8px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}

/* PRODUCT DETAIL PAGE (product.php) */
#z1se1.product-detail {
  padding: 64px 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 768px) {
  #z1se1.product-detail {
    grid-template-columns: 1fr;
  }
}

.product-detail .z1i1 {
  width: 100%;
  border-radius: 6px;
}

.product-detail .z1d1 {
  padding: 0;
}

.product-detail .z1h1 {
  font-size: 30px;
  margin-bottom: 8px;
}

.product-detail .z1p1 {
  color: #d0c5c0;
  margin-bottom: 16px;
}

.product-detail .z1p2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.product-detail .z1s1 {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.product-detail .z1p3 {
  margin-bottom: 24px;
}

.product-detail .z1d2 {
  display: flex;
  gap: 16px;
}

.product-detail .z1bt1,
.product-detail .z1bt2 {
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.product-detail .z1bt2 {
  background-color: #333;
  color: #ffffff;
}

/* Related Products section */
#z2se1.related-section {
  padding: 40px 40px 80px;
}

.related-section .z2h1 {
  font-size: 24px;
  margin-bottom: 24px;
}

.related-section .z2d1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
}

@media (max-width: 768px) {
  .related-section .z2d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.related-section .z2d2 {
  background-color: rgba(35, 31, 32, 0.96);
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 220px;
  box-sizing: border-box;
}

.related-section .z2i1 {
  width: 250px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.related-section .z2h2 {
  margin-top: 12px;
}

.related-section .z2p1 {
  font-size: 18px;
}

/* FOOTER (ft1) - Modern Design */
#ft1 {
  background: linear-gradient(135deg, var(--shadow-grey) 0%, rgba(14, 14, 14, 0.8) 100%);
  color: #ffffff;
  margin-top: 80px;
  border-top: 2px solid var(--mahogany-red);
}

.ft1 {
  background: linear-gradient(135deg, var(--shadow-grey) 0%, rgba(14, 14, 14, 0.8) 100%);
  color: #ffffff;
  margin-top: 68px;
  border-top: 2px solid var(--mahogany-red);
}

.ft1 p,
.ft1 h3 {
  margin: 0;
}

.ft1d1 {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 36px 40px 30px;
}

@media (max-width: 1024px) {
  .ft1d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ft1d1 {
    grid-template-columns: 1fr;
  }
}

.ft1d2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Center logo, paragraph and social icons in the first footer column */
.ft1d1 > .ft1d2:first-child {
  align-items: center;
}

.ft1d1 > .ft1d2:first-child .ft1p1 {
  margin: 0 auto;
}

.ft1d2:not(:first-child) {
  position: relative;
}

.ft1d2:not(:first-child)::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--tiger-orange) 0%, rgba(229, 127, 32, 0.15) 100%);
  border-radius: 999px;
  margin-bottom: 2px;
}

.ft1i1 {
  height: 56px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}

.ft1h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--tiger-orange);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.ft1h3 {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 2px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.ft1p1 {
  color: #d0c5c0;
  line-height: 1.64;
  font-size: 14.8px;
  max-width: 320px;
  text-align: justify;
  text-justify: inter-word;
}

.ft1social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.ft1social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: rgba(229, 127, 32, 0.12);
  transition: transform 180ms ease, background-color 180ms ease;
}

.ft1social-link:hover {
  transform: translateY(-2px);
  background-color: rgba(229, 127, 32, 0.22);
}

.ft1social-link:focus-visible {
  outline: 2px solid var(--tiger-orange);
  outline-offset: 2px;
}

.ft1social-icon {
  width: 22px;
  height: 22px;
  display: block;
  filter: brightness(0) invert(1);
}

.ft1p2 {
  color: #d0c5c0;
  font-size: 13.6px;
  line-height: 1.45;
}

.ft1p2:hover {
  color: var(--tiger-orange);
}

.ft1a1,
.ft1a2 {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  transition: color 200ms ease, transform 180ms ease;
}

.ft1a1::after,
.ft1a2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--tiger-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}

.ft1a1:hover,
.ft1a2:hover {
  color: var(--tiger-orange);
  transform: translateX(2px);
}

.ft1a1:hover::after,
.ft1a2:hover::after {
  transform: scaleX(1);
}

.ft1a2 {
  font-weight: 500;
}

.ft1d3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 40px;
  text-align: center;
}

.ft1p3 {
  color: #999;
  font-size: 12.6px;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

.wa1 {
  position: fixed;
  right: 20px;
  bottom: 76px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 6px; */
  z-index: 121;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  animation: bounce 2s infinite;
  transition: transform 0.2s ease-in-out;
}

.wa1i1 {
  display: block;
  width:100%;
  height: 100%;
  object-fit: contain;
  /* margin: auto; */
}

.wa1:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4);
}

.wa1:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.pt1 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mahogany-red) 0%, var(--tiger-orange) 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 120;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 200ms ease, transform 220ms ease, visibility 220ms ease, box-shadow 220ms ease;
}

.pt1.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pt1:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.42);
}

.pt1:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .ft1d1 {
    gap: 18px;
    padding: 30px 20px 22px;
  }

  .ft1d2:not(:first-child)::before {
    width: 30px;
  }

  .ft1d3 {
    padding: 10px 20px;
  }

  .pt1 {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .wa1 {
    right: 14px;
    bottom: 62px;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}

html[data-theme="light"] #z12d1 {
  border-bottom-color: #ead7cf;
}

html[data-theme="light"] .z12lb1,
html[data-theme="light"] .z12lb2,
html[data-theme="light"] .z16lb1,
html[data-theme="light"] .z16lb2 {
  background-color: #fffaf3;
  border-color: #ead7cf;
  color: #5f4f4b;
}

html[data-theme="light"] .z12lb1:hover,
html[data-theme="light"] .z12lb2:hover,
html[data-theme="light"] .z16lb1:hover,
html[data-theme="light"] .z16lb2:hover {
  color: #201819;
  background-color: #fff0df;
  border-color: rgba(229, 127, 32, 0.36);
}

html[data-theme="light"] .z12in10,
html[data-theme="light"] .z12in11,
html[data-theme="light"] .z12sl1,
html[data-theme="light"] .z16in10,
html[data-theme="light"] .z16in11,
html[data-theme="light"] .z16sl1 {
  background-color: #ffffff;
  border-color: #e0c8c0;
  color: #201819;
}

html[data-theme="light"] .z12a1,
html[data-theme="light"] .z16a1 {
  background-color: #fffaf3;
  border-color: #d9b8ae;
  color: #201819;
}

html[data-theme="light"] .z12p2,
html[data-theme="light"] .z16p2,
html[data-theme="light"] .z12p7,
html[data-theme="light"] .z16p7 {
  color: #6d5c58;
}

html[data-theme="light"] .z12p3,
html[data-theme="light"] .z16p3 {
  background-color: #fff0df;
  color: #94450d;
}

html[data-theme="light"] .z12p4.e1,
html[data-theme="light"] .z16p4.e1,
html[data-theme="light"] .z17p2.e1 {
  color: #14623a;
  border-color: #9ed7b6;
  background-color: #eaf8f0;
}

html[data-theme="light"] .z12p4.e2,
html[data-theme="light"] .z16p4.e2,
html[data-theme="light"] .z17p2.e2 {
  color: #9b2525;
  border-color: #efb5b5;
  background-color: #fff0f0;
}

html[data-theme="light"] #z12d8,
html[data-theme="light"] #z16d8 {
  background-color: #fffaf3;
  border-color: #d9b8ae;
}

html[data-theme="light"] #z17se1,
html[data-theme="light"] #z18se1,
html[data-theme="light"] #z19se1 {
  background:
    radial-gradient(circle at 10% 0%, rgba(229, 127, 32, 0.1), transparent 30%),
    radial-gradient(circle at 90% 0%, rgba(191, 24, 30, 0.08), transparent 34%),
    #f7f4ef;
}

html[data-theme="light"] .z17d3,
html[data-theme="light"] .z17d4,
html[data-theme="light"] #z18d1,
html[data-theme="light"] .z19d2 {
  background-color: #ffffff;
  border-color: #ead7cf;
  box-shadow: 0 12px 28px rgba(61, 36, 31, 0.1);
}

html[data-theme="light"] .z17d7 {
  background-color: #fffaf3;
  border-color: #ead7cf;
}

html[data-theme="light"] .z17a1,
html[data-theme="light"] .z17p3,
html[data-theme="light"] .z17p6,
html[data-theme="light"] .z18p1 {
  color: #6d5c58;
}

html[data-theme="light"] .z17h1,
html[data-theme="light"] .z17p7,
html[data-theme="light"] .z18hh1,
html[data-theme="light"] .z18p2,
html[data-theme="light"] .z19hh1,
html[data-theme="light"] .z19h1 {
  color: #201819;
}

html[data-theme="light"] .z17p1 {
  background-color: #fff0df;
  color: #94450d;
}

html[data-theme="light"] .z17a3 {
  border-color: #d9b8ae;
  color: #201819;
}

html[data-theme="light"] .z18d2 {
  border-bottom-color: #ead7cf;
}

html[data-theme="light"] .z19a1 {
  background-color: #fff0df;
  color: #201819;
}

@media (max-width: 1024px) {
  #z1se1,
  .z1se1,
  #z2se1,
  .z2se1,
  #z3se1,
  .z3se1,
  #z4se1,
  .z4se1,
  #z5se1,
  .z5se1,
  #z6se1,
  .z6se1,
  #z7se1,
  .z7se1,
  #z8se1,
  .z8se1,
  #z9se1,
  .z9se1,
  #z10se1,
  .z10se1,
  #z8se1,
  #z9se1,
  #z10se1,
  #z1se1.products-page,
  #z1se1.product-detail,
  #z2se1.related-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  #z6se1,
  .z6se1 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
  }
  
  .z6d1-1, .z6d1-4 {
    grid-column: span 2;
  }
  .z6d1-2, .z6d1-3 {
    grid-column: span 1;
  }

  #z8se1,
  .z8se1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  #z1se1,
  .z1se1 {
    min-height: 520px;
    height: auto;
    padding: 0 24px;
  }

  .z1h1 {
    font-size: 36px;
  }

  .z1d3 {
    max-width: 100%;
  }

  .z2d1,
  .z3d1,
  .z4d1,
  .z5d1,
  .z7d1,
  .related-section .z2d1,
  .products-page .z1d3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z3d2,
  .z5d2,
  .z7d2,
  .related-section .z2d2 {
    max-width: 100%;
  }

  .z3i1,
  .z5i1,
  .z7i1,
  .related-section .z2i1 {
    /* width: 100%; */
    max-width: 200px;
  }

  .z2d5 {
    min-width: clamp(200px, 78vw, 280px);
    width: clamp(200px, 78vw, 280px);
  }

  .z2d6 {
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  #z6se1,
  .z6se1 {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-auto-rows: 240px;
  }

  .z6d1-1, .z6d1-2, .z6d1-3, .z6d1-4 {
    grid-column: span 1;
  }

  #z8se1,
  .z8se1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #z8se1,
  .z8se1,
  .z8d2 {
    flex-direction: column;
  }

  .z8d2 {
    align-items: flex-start;
  }

  .z8h1 {
    font-size: 24px;
  }

  .z9se1 {
    gap: 24px;
  }

  .z10d3 {
    width: 192px;
  }

  .ft1d1 {
    padding-inline: 24px;
  }
}

@media (max-width: 640px) {
  #z1se1,
  .z1se1,
  #z2se1,
  .z2se1,
  #z3se1,
  .z3se1,
  #z4se1,
  .z4se1,
  #z5se1,
  .z5se1,
  #z6se1,
  .z6se1,
  #z7se1,
  .z7se1,
  #z8se1,
  .z8se1,
  #z9se1,
  .z9se1,
  #z10se1,
  .z10se1,
  #z1se1.products-page,
  #z1se1.product-detail,
  #z2se1.related-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z2d1,
  .z3d1,
  .z4d1,
  .z5d1,
  .z7d1,
  .related-section .z2d1,
  .products-page .z1d3 {
    grid-template-columns: 1fr;
  }

  .z2d5 {
    min-width: clamp(200px, 78vw, 280px);
    width: clamp(200px, 78vw, 280px);
  }

  .z2d6 {
    width: 100%;
    max-width: 280px;
  }

  .z3d2,
  .z5d2,
  .z7d2,
  .related-section .z2d2 {
    max-width: 100%;
  }

  .z3i1,
  .z5i1,
  .z7i1,
  .related-section .z2i1 {
    /* max-width: 100%; */
  }

  #z6se1,
  .z6se1 {
    grid-auto-rows: 200px;
  }

  .z6d2 {
    padding: 18px;
  }

  .z8d2 {
    gap: 12px;
  }

  .products-page .z1d3,
  .product-detail .z1d2 {
    grid-template-columns: 1fr;
  }

  .product-detail .z1d2 {
    flex-direction: column;
  }

  .product-detail .z1bt1,
  .product-detail .z1bt2 {
    width: 100%;
  }

  .ft1d1 {
    padding: 30px 20px 22px;
  }

  .ft1d3 {
    padding: 10px 20px;
  }

  .pt1 {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .wa1 {
    right: 14px;
    bottom: 62px;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
