: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;
}

#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;
}

.z1p1 {
  margin-bottom: 8px;
}

.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: 48px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 16px;
}

.z1p2 {
  color: #d0c5c0;
  margin-bottom: 24px;
}

.z1bt1 {
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  background-color: #f29923;
  color: #000000;
  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;
  margin-bottom: 24px;
}

.z2h1 {
  font-size: 24px;
  font-weight: bold;
}

.z2s1 {
  color: #d0c5c0;
}

#z2d2 {
  position: relative;
}

.z2d2 {
  position: relative;
}

.z2d3 {
  width: 100%;
}

.z2d4 {
  display: flex;
  gap: 1px;
  overflow: hidden;
}

.z2d5 {
  min-width: 300px;
  text-align: center;
  flex-shrink: 0;
  padding: 12px 0;
}

@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: 24px;
  margin-bottom: 32px;
}

.z3d1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 640px) {
  .z3d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .z3d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.z3d2 {
  background-color: #5050507a;
  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);
  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: 13px;
  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: 200px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z3h2 {
  margin-top: 16px;
}

/* Product card titles - set to 15px across frontend */
.z3h2 {
  font-size: 15px;
}

.z3p1 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
}

/* WHY CHOOSE US (z4) */
#z4se1 {
  padding: 35px 40px;
}

.z4se1 {
  padding: 35px 40px;
}

.z4h1 {
  font-size: 24px;
  margin-bottom: 40px;
}

.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: 24px;
  margin-bottom: 32px;
}

.z5d1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 640px) {
  .z5d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.z5d2 {
  background-color: #5050507a;
  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);
  transition: transform 150ms ease;
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.z5d2:hover {
  transform: translateY(-3px);
}

.z5i1 {
  width: 200px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z5h2 {
  margin-top: 16px;
}

.z5h2 {
  font-size: 15px;
}

.z5p1 {
  font-size: 18px;
  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: 24px;
  margin-bottom: 32px;
}

.z7d1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  justify-items: center;
}

@media (max-width: 640px) {
  .z7d1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.z7d2 {
  background-color: #5050507a;
  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);
  transition: transform 150ms ease;
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.z7d2:hover {
  transform: translateY(-3px);
}

.z7i1 {
  width: 200px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

.z7h2 {
  margin-top: 16px;
}

.z7h2 {
  font-size: 15px;
}

.z7p1 {
  font-size: 16px;
  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: 24px;
  margin-bottom: 32px;
}

#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: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.z10i1 {
  max-height: 56px;
  max-width: 100%;
  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: 60px;
  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;
}

/* 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(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .products-page .z1d3 {
    grid-template-columns: repeat(2, 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;
}

.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;
}

.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;
  }
}

@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: 280px;
  }

  .z2d6 {
    width: min(100%, 300px);
    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: 160px;
  }

  .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: min(78vw, 320px);
  }

  .z2d6 {
    width: min(100%, 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;
  }
}
