.elementor-1051 .elementor-element.elementor-element-5908cb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c6e7a34 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
}

.page-container {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.product-container {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* Product Image Section */
.product-image-section {
  background: #f8fafc;
  padding: 2rem;
}

.carousel-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.carousel-images {
  display: flex;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-image.active {
  opacity: 1;
}

.carousel-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.carousel-nav-button:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.prev-btn {
  left: 1rem;
}

.next-btn {
  right: 1rem;
}

.image-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #2563eb;
  width: 24px;
  border-radius: 6px;
}

.dot:hover {
  background: #94a3b8;
}

/* Product Details Section */
.product-details {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-header {
  margin-bottom: 2rem;
}

.product-badge {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stars {
  display: flex;
  color: #fbbf24;
}

.star {
  width: 20px;
  height: 20px;
}

.rating-text {
  color: #6b7280;
  font-size: 0.875rem;
}

.product-content {
  flex: 1;
  margin-bottom: 2rem;
}

.product-price {
  font-size: 3rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 1.5rem;
}

.product-description {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.features-section {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.features-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.features-list {
  list-style: none;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-icon {
  width: 20px;
  height: 20px;
  color: #10b981;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.feature-item span {
  color: #374151;
}

/* Product Actions */
.product-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quantity-.elementor-1051 .elementor-element.elementor-element-c6e7a34 {
  display: flex;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  width: fit-content;
}

.quantity-btn {
  background: #f9fafb;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #374151;
}

.quantity-btn:hover:not(:disabled) {
  background: #e5e7eb;
}

.quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quantity-display {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #1f2937;
  min-width: 3rem;
  text-align: center;
}

.add-to-cart-btn {
  background: #2563eb;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.add-to-cart-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.buy-now-btn {
  background: transparent;
  color: #374151;
  border: 2px solid #e5e7eb;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.buy-now-btn:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #f8fafc;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .product-container {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .product-details {
    padding: 2rem;
  }

  .product-title {
    font-size: 2rem;
    text-align: center;
  }

  .product-price {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-container {
    padding: 1rem;
  }

  .product-image-section {
    padding: 1.5rem;
  }

  .carousel-container {
    height: 400px;
  }

  .product-details {
    padding: 1.5rem;
  }

  .product-title {
    font-size: 1.75rem;
  }

  .product-price {
    font-size: 2rem;
  }

  .product-actions {
    gap: 0.75rem;
  }

  .add-to-cart-btn,
  .buy-now-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .page-container {
    padding: 0.5rem;
  }

  .product-container {
    border-radius: 1rem;
  }

  .carousel-container {
    height: 300px;
  }

  .product-details {
    padding: 1rem;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-price {
    font-size: 1.75rem;
  }

  .carousel-nav-button {
    width: 40px;
    height: 40px;
  }

  .prev-btn {
    left: 0.5rem;
  }

  .next-btn {
    right: 0.5rem;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-container {
  animation: fadeIn 0.6s ease-out;
}

/* Focus styles for accessibility */
.carousel-nav-button:focus,
.dot:focus,
.quantity-btn:focus,
.add-to-cart-btn:focus,
.buy-now-btn:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* New Dropdown Styles */
.toggle-description-container {
    border-top: 1px solid #e5e7eb;
    margin-top: 2rem;
}

/* Ensure the toggle button background is always white */
.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    background: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Ensure background remains white on hover and focus */
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: white;
    outline: none; /* Removes the default focus outline */
}

/* Ensure background remains white when expanded/toggled */
.dropdown-toggle[aria-expanded="true"] {
    background: white;
}

.dropdown-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.toggle-icon {
    transition: transform 0.3s ease;
    color: #6b7280;
}

.dropdown-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.dropdown-toggle[aria-expanded="true"] + .dropdown-content {
    max-height: 1000px;
    padding-bottom: 2rem;
    background: white;
    color: #333;
}

.dropdown-content .product-features {
    padding: 0;
    background-color: transparent;
    border: none;
    max-width: 100%;
}

.dropdown-content .feature-heading {
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dropdown-content .feature-list li {
    font-size: 0.95rem;
    margin-bottom: 8px;
}/* End custom CSS */