a {
  text-decoration: none !important;
}


.product-info .info-title h1 {
  font-size: 22px;
  color: #222;
  margin-bottom: 14px;
}

.product-detail ul.product-info .info-meta {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.product-detail ul.product-info .info-price {
  font-size: 14px;
  color: #222;
}

.product-detail ul.product-info .money {
  font-size: 16px;
  color: #b5292f;
}
.product-detail ul.product-info .info-hometext p {
  font-size: 14px;
  color: #222;
}


.notes {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7
}

.notes .text {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 27px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--red-color);
  font-weight: 700
}

.notes .text-note {
  background: #f7f7f7;
  border-radius: 6px;
  height: 100px;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 140%;
  color: #222;
  padding: 11px 15px;
  box-sizing: border-box
}





.quantitys {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff
}

.quantitys .quantitys--minus,
.quantitys .quantitys--plus {
  width: 32px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center
}

.quantitys input {
  height: 34px;
  width: 38px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 0;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  line-height: 140%;
  color: #222
}



.product-detail .product-image-gallery .gallery-view .item-inner {
  aspect-ratio: 1/1;
}

.product-detail .product-image-gallery .gallery-view .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funcsFixed {
  position: sticky;
  bottom: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.funcsFixed .price-total .txt {
  font-size: 13px;
  color: #666;
  margin-bottom: 2px;
}

.funcsFixed .price-total .numb {
  font-size: 22px;
  line-height: 1.2;
  color: #b5292f;
  font-weight: 700;
}

.funcsFixed .funcsBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.funcsFixed .detail-btn {
  min-width: 128px;
  height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.funcsFixed .buy-now {
  background: #b5292f;
  color: #fff;
}

.funcsFixed .atc-btn {
  background: #222;
  color: #fff;
}

@media (max-width: 767px) {
  .funcsFixed {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    bottom: 8px;
  }

  .funcsFixed .funcsBox {
    width: 100%;
    justify-content: stretch;
  }

  .funcsFixed .detail-btn {
    flex: 1;
    min-width: 0;
  }
}


.product-detail .product-image-gallery .gallery-nav .item-inner {
  aspect-ratio: 3/4;
}

.product-detail .product-image-gallery .gallery-nav .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-card .total-food  .title{
  margin: 0;
}

.product-card .price {
  height: auto;
}