
.section-embrace-the-purity {
  background: url("../images/slides/Untitled-8.jpg");
  /* height: 48.8rem; 
  padding: 12rem 4.8rem;*/
}

.embrace-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.embrace-image {
  width: 100%;
}

.embrace-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading-embrace {
  font-family: "Playfiar Display", serif;
  font-size: 7.4rem;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

/**************************/
/* Wealth Creation */
/**************************/

.section-wealth-creation {
  background: url("../images/slides/3-Photoroom\ \(1\).png");
  width: 100%;
  background-repeat: no-repeat;
  /* height: 48.8rem; */
  padding: 12rem 9.8rem;
}

.wealth-container {
  /* justify-content: space-between; */
}

.wealth-creation-img {
  height: 32rem;
}

.heading-wealth {
  color: #81010a;
}

.margin-bottom {
  margin-bottom: 2.2rem;
}

.more-details-link:link,
.more-details-link:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: #81010a;
  padding: 1.2rem 2.4rem;
  border-radius: 1.8rem;
  transition: background-color 0.4s ease;
}

.more-details-link:hover,
.more-details-link:active {
  background-color: #670108;
  color: #fff !important;
}
/**************************/
/* PRODUCTS */
/**************************/
.section-products {
  padding: 5.8rem 3.1rem;
}

.heading-secondary {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}

.slider {
  position: relative;
  overflow: hidden;
}

.products-container {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.product-card {
  flex: 0 0 300px;
  margin-right: 1rem;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.product-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.stock-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4caf50;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.add-to-cart:link,
.add-to-cart:visited {
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  background: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card:hover .add-to-cart {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-info {
  padding: 1rem;
}

.product-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.rating {
  color: #ffd700;
  margin-bottom: 0.5rem;
}

.price {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.variants {
  display: flex;
  gap: 5px;
  margin-bottom: 0.5rem;
}

.variant-button {
  background: #f0f0f0;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.variant-button:hover {
  background-color: #e0e0e0;
}

.compare-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .compare-button {
  opacity: 1;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-button.prev {
  left: 10px;
}

.slider-button.next {
  right: 10px;
}

/* ********************* */
/* ********************* */
/* ********************* */

/* Slider Styles */

/* Static Grid Styles */

.product-container {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

/* .static-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
} */

/* Product Card Styles */
.product-card {
  background: white;
  border: 2px solid #b8860b;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.coin-image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.coin-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.variants {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.variant-btn {
  background: #ffd700;
  border: none;
  border-radius: 50%;
/*   width: 35px;
  height: 35px; */
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.variant-btn:hover {
  background: #ffb700;
}

.quantity-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.quantity-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #666;
}

.quantity-btn:hover {
  color: #000;
}

.stock-status {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}

.in-stock {
  background: #b8860b;
  color: white;
}

.out-of-stock {
  background: #ff4444;
  color: white;
}
