#index .taymgs-home-showcase {
  margin: 24px auto 36px;
}

#index .taymgs-head {
  text-align: center;
  margin-bottom: 20px;
}

#index .taymgs-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f4a25;
}

#index .taymgs-title {
  margin: 7px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: 0.92;
  color: #20160e;
}

#index .taymgs-subtitle {
  margin: 0;
  color: #716252;
  font-size: 14px;
  line-height: 1.6;
}

#index .taymgs-genre-block {
  margin: 0 0 28px;
}

#index .taymgs-genre-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(130, 97, 58, 0.2);
}

#index .taymgs-genre-title {
  margin: 0;
  color: #1f160f;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1;
}

#index .taymgs-genre-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(145, 108, 61, 0.3);
  background: #fff;
  color: #6d4c26;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#index .taymgs-genre-link:hover {
  background: #f3e3cb;
  color: #513316;
}

#index .taymgs-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#index .taymgs-card {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0;
  height: 100%;
}

#index .taymgs-products .taymgs-card,
#index .taymgs-products .taymgs-card.product-miniature {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#index .taymgs-card__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(129, 99, 62, 0.18);
  background: linear-gradient(180deg, #f7efe3 0%, #f4e8d6 100%);
  box-shadow: 0 16px 34px rgba(26, 18, 10, 0.1);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

#index .taymgs-card:hover .taymgs-card__inner {
  transform: translateY(-5px);
  box-shadow: 0 24px 42px rgba(26, 18, 10, 0.15);
}

#index .taymgs-card__media {
  position: relative;
  flex: 1 1 auto;
  padding: 14px;
  background: transparent;
}

#index .taymgs-card__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(145, 111, 67, 0.2);
  background: rgba(255, 255, 255, 0.92);
  color: #75502a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#index .taymgs-card__image {
  display: block;
  width: 100%;
  height: 248px;
  border-radius: 16px;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

#index .taymgs-card__image.product-thumbnail {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

#index .taymgs-card__image img {
  background: transparent !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.32s ease;
}

#index .taymgs-card:hover .taymgs-card__image img {
  transform: scale(1.04);
}

#index .taymgs-card__content {
  padding: 14px 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
}

#index .taymgs-card__title {
  margin: 0;
  text-align: center;
  width: 100%;
}

#index .taymgs-card__title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #23180f;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", Georgia, serif;
}

#index .taymgs-card__reviews {
  min-height: 16px;
  text-align: center;
}

#index .taymgs-card__price {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
}

#index .taymgs-card__price .price {
  color: #8e6336;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

#index .taymgs-card__price .regular-price {
  color: #8a8073;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 600;
  line-height: 1;
}

#index .taymgs-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid rgba(200, 72, 105, 0.25);
  background: #ffe7ed;
  color: #c12a57;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

#index .taymgs-card__actions {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#index .taymgs-volumes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 6px;
}

#index .taymgs-volume-btn {
  min-height: 43px;
  padding: 6px 5px;
  border-radius: 10px;
  border: 1px solid rgba(147, 109, 65, 0.3);
  background: #fff;
  color: #4d3821;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1;
  transition: all 0.2s ease;
}

#index .taymgs-volume-btn__size {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#index .taymgs-volume-btn__price {
  font-size: 8px;
  color: #7f684b;
  font-weight: 600;
}

#index .taymgs-volume-btn.is-active {
  border-color: transparent;
  background: linear-gradient(125deg, #986038 0%, #b47d4f 100%);
  color: #fff;
  box-shadow: 0 9px 18px rgba(121, 78, 40, 0.25);
}

#index .taymgs-volume-btn.is-active .taymgs-volume-btn__price {
  color: rgba(255, 255, 255, 0.9);
}

#index .taymgs-card__cart {
  width: 100%;
}

#index .taymgs-add-to-cart {
  width: 100%;
  min-height: 41px;
  border-radius: 11px;
  border: 0;
  background: linear-gradient(125deg, #996137 0%, #b78253 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

#index .taymgs-add-to-cart:hover,
#index .taymgs-add-to-cart:focus {
  background: linear-gradient(125deg, #8a542d 0%, #a66f43 100%);
  color: #fff;
}

#index .taymgs-empty {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(132, 96, 52, 0.18);
  background: #fff;
  color: #6b5f50;
  font-size: 13px;
}

@media (max-width: 1399px) {
  #index .taymgs-card__title a {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  #index .taymgs-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #index .taymgs-card__image {
    height: 224px;
  }
}

@media (max-width: 991px) {
  #index .taymgs-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #index .taymgs-card__title a {
    font-size: 16px;
  }

  #index .taymgs-card__price .price {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #index .taymgs-home-showcase {
    margin: 14px auto 22px;
  }

  #index .taymgs-head {
    margin-bottom: 14px;
  }

  #index .taymgs-subtitle {
    font-size: 13px;
    line-height: 1.5;
  }

  #index .taymgs-genre-block {
    margin-bottom: 16px;
  }

  #index .taymgs-genre-head {
    margin-bottom: 10px;
    padding-bottom: 7px;
  }

  #index .taymgs-genre-title {
    font-size: 30px;
  }

  #index .taymgs-genre-link {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 10px;
  }

  #index .taymgs-card__media {
    padding: 10px;
  }

  #index .taymgs-card__image {
    width: 72%;
    max-width: 190px;
    height: 170px;
    margin: 0 auto;
  }

  #index .taymgs-card__content {
    padding: 10px 12px 12px;
    gap: 8px;
    text-align: center;
    align-items: center;
  }

  #index .taymgs-card__badge {
    position: static;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 4px;
  }

  #index .taymgs-card__title a {
    font-size: 15px;
    line-height: 1.2;
  }

  #index .taymgs-card__price .price {
    font-size: 28px;
  }

  #index .taymgs-card__price .regular-price {
    font-size: 12px;
  }

  #index .taymgs-discount-badge {
    min-height: 20px;
    padding: 2px 8px;
    font-size: 10px;
  }

  #index .taymgs-volume-btn {
    min-height: 42px;
    padding: 6px 4px;
  }
}

@media (max-width: 575px) {
  #index .taymgs-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #index .taymgs-card__inner {
    border-radius: 16px;
  }

  #index .taymgs-card__image {
    width: 82%;
    max-width: 120px;
    height: 112px;
  }

  #index .taymgs-card__title a {
    font-size: 12px;
  }

  #index .taymgs-card__price .price {
    font-size: 20px;
  }

  #index .taymgs-card__content {
    padding: 8px 8px 10px;
    gap: 6px;
  }

  #index .taymgs-card__badge {
    padding: 3px 7px;
    font-size: 8px;
  }

  #index .taymgs-volumes {
    gap: 4px;
  }

  #index .taymgs-volume-btn {
    min-height: 36px;
    padding: 4px 2px;
  }

  #index .taymgs-volume-btn__size {
    font-size: 9px;
  }

  #index .taymgs-volume-btn__price {
    font-size: 7px;
  }

  #index .taymgs-add-to-cart {
    min-height: 35px;
    font-size: 11px;
  }
}
