.elementor-34 .elementor-element.elementor-element-011e2ab{--display:flex;}.elementor-34 .elementor-element.elementor-element-32435bd{width:100%;max-width:100%;text-align:center;font-family:"Alegreya SC", Sans-serif;font-size:18px;font-weight:300;text-transform:none;font-style:oblique;text-decoration:none;line-height:22px;word-spacing:5px;text-shadow:5px -7px 23px rgba(0,0,0,0.3);color:#780BC0;}.elementor-34 .elementor-element.elementor-element-32435bd > .elementor-widget-container{transition:background 0s;border-style:dashed;border-color:#02010200;box-shadow:-38px 0px 35px -58px rgba(0,0,0,0.5);}.elementor-34 .elementor-element.elementor-element-32435bd .elementor-widget-container{transition:background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-34 .elementor-element.elementor-element-32435bd p{margin-block-end:22px;}.elementor-34 .elementor-element.elementor-element-49bf895{--display:flex;}@media(max-width:1024px){.elementor-34 .elementor-element.elementor-element-32435bd{column-gap:0px;text-align:center;}.elementor-34 .elementor-element.elementor-element-32435bd p{margin-block-end:19px;}}/* Start custom CSS for text-editor, class: .elementor-element-32435bd */.affiliate-disclaimer {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-06d26ca *//* === Global Styles === */
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  color: #fff;
}

/* Page Wrapper */
.product-page {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
}

/* Product Group (page) */
.product-group {
  display: none;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-group.active {
  display: flex;
}

/* Two Columns */
.product-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 300px;
}

/* Product Card */
.product-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  text-align: center;
  color: #333;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

/* Product Image */
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fce7f3;
  padding: 10px;
}

/* Product Title */
.product-title {
  font-size: 18px;
  font-weight: 600;
  color: #5b21b6;
  min-height: 48px;
  margin-bottom: 8px;
}

/* Product Price */
.product-price {
  font-size: 20px;
  font-weight: 700;
  color: #db2777;
  margin-bottom: 12px;
}

/* Buy Button */
.buy-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #a855f7;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

.buy-btn:hover {
  background: #9333ea;
}

/* Kids Tag */
.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffb6f0;
  color: #3b0a64;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}

/* Pagination */
.pagination {
  text-align: center;
  margin-top: 30px;
}

.page-btn, .next-btn, .prev-btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 5px;
  background: #ec4899;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.page-btn.active {
  background: #a855f7;
}

.page-btn:hover, .next-btn:hover, .prev-btn:hover {
  background: #db2777;
}

/* Responsive */
@media (max-width: 768px) {
  .product-column {
    min-width: 100%;
  }
}/* End custom CSS */