/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2024 | 04:01:43 */
/* @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"); */
.newsp {
/*   min-height: 100vh; */
  padding: 1rem 0rem;
/*   display: flex; */
  justify-content: center;
  color: #222;
/*   background-color: #fcfcfc; */
  font-size: 20px;
/*   font-family: "Nunito", sans-serif; */
	font-family: "Be Vietnam Pro", sans-serif;
  	width: 100%;
}
.newsp label{
	margin-bottom:0;	
}
.newsp .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.newsp .card {
  width: 100%;
  height: fit-content;
/*   border-radius: 10px; */
  overflow: hidden;
/*   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(45deg, var(--card-bg-color-1), var(--card-bg-color-2));
  transition: --card-bg-color-1 0.3s, --card-bg-color-2 0.3s; */
/* 	border-top: 1px solid #000; */
	border-bottom: 1px solid #000;
}
.newsp .card:first-child{
	border-top: 1px solid #000;
}
.card:has(input:checked) {
  --card-bg-color-1: #a8b0f4;
  --card-bg-color-2: #fdbebe;
}
.card:has(input:checked) label .expand-btn {
  transform: rotate(-90deg);
}
.card:has(input:checked) .detail-box {
  grid-template-rows: 1fr;
}
.card:has(input:checked) .transition-box {
  transform: translateY(0);
}
.card:has(input:checked) .content {
  transition-delay: 0.2s;
  transform: scale(1);
  opacity: 1;
}
.card:has(input:checked) .btn {
  opacity: 1;
  transform: translateY(0%);
}
.card:has(input:checked) .btn:nth-child(1) {
  transition-delay: 0.4s;
}
.card:has(input:checked) .btn:nth-child(2) {
  transition-delay: 0.5s;
}
.card:has(input:checked) .btn:nth-child(3) {
  transition-delay: 0.6s;
}
.card:has(input:checked) .btn:nth-child(4) {
  transition-delay: 0.7s;
}
.card:has(input:checked) .btn:nth-child(5) {
  transition-delay: 0.8s;
}
.newsp label {
  display: block;
  padding: 18px 0px;
  cursor: pointer;
  user-select: none;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.newsp label .expand-btn {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.newsp input {
  display: none !important;
}
.newsp .detail-box {
  line-height: 1.5;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s;
}
.newsp .inner-box {
  min-height: 0;
}
.transition-box {
  padding: 16px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  transition: transform 0.5s;
  transform: translateY(-100%);
}
.newsp .content {
  padding: 10px;
	font-size:15px;
/*   background-color: #fff; */
  border-radius: 5px;
  transition: all 0.5s;
  transform: scale(0.6);
  opacity: 0;
	color:#824c23;
}
.product-short-description{
	color:#824c23;
}
.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  --btn-opacity: 0;
  --btn-translate-y: 50%;
}
.newsp .btn {
  width: 0.6rem;
  height: 0.6rem;
  color: #79b7ff;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.36rem;
  font-family: "Noto Emoji", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(50%);
}
@property --card-bg-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #e3e3e3;
}
@property --card-bg-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #e3e3e3;
}
