.elementor-503 .elementor-element.elementor-element-1d3940ac{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:2em;--padding-bottom:2em;--padding-left:2em;--padding-right:2em;}.elementor-503 .elementor-element.elementor-element-1d3940ac:not(.elementor-motion-effects-element-type-background), .elementor-503 .elementor-element.elementor-element-1d3940ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-503 .elementor-element.elementor-element-27ebca9{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-503 .elementor-element.elementor-element-27ebca9{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-503 .elementor-element.elementor-element-1d3940ac{--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}.elementor-503 .elementor-element.elementor-element-27ebca9{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-27ebca9 */.elementor-503 .elementor-element.elementor-element-27ebca9 {
  font-family: var(--e-global-typography-secondary-font-family);
}

/* Reviews Wrapper - Fluid to parent */
.product-review-cards {
  width: 100%;
  max-width: none;
}

/* Reviews Grid Container */
.product-review-cards .dl-reviews-container .product-reviews-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Hide cards beyond 2 on desktop */
.product-review-cards .product-review-item:nth-child(n+3) {
  display: none;
}

/* Individual Review Card */
.product-review-cards .product-review-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-review-cards .product-review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Review Link - Makes entire card clickable */
.product-review-cards .review-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px 30px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Review Header */
.product-review-cards .review-header {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
}

.product-review-cards .review-author {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-text);
  margin-bottom: 5px;
}

.product-review-cards .review-date {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 16px;
  color: var(--e-global-color-text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* Review Content */
.product-review-cards .review-content {
  flex-grow: 1;
  margin: 20px 0;
  line-height: 1.7;
}

.product-review-cards .review-content p {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-text);
  font-size: 22px;
  margin: 0;
}

/* Rating Stars */
.product-review-cards .review-rating {
  margin-top: auto;
  padding-top: 15px;
}

.product-review-cards .rating-value {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 32px;
  color: var(--e-global-color-secondary);
  font-weight: 600;
}

/* Controls Bar - Clean, integrated into container */
.product-review-cards .dl-reviews-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
  background: none;
  width: 100%;
}

.product-review-cards .dl-reviews-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-review-cards .dl-reviews-sort label {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 600;
  color: #FFF;
  margin: 0;
  white-space: nowrap;
}

.product-review-cards .dl-sort-select {
  font-family: var(--e-global-typography-secondary-font-family);
  padding: 10px 15px;
  border: 1px solid var(--e-global-color-866f4c2);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}

.product-review-cards .dl-reviews-count {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 22px;
  color: #FFF;
  font-weight: 500;
}

/* Pagination */
.product-review-cards .dl-reviews-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 30px;
  width: 100%;
}

.product-review-cards .dl-page-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-review-cards .dl-page-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.product-review-cards .dl-page-dot.active {
  background: #ffffff;
  width: 14px;
  height: 14px;
  cursor: default;
}

/* Loading State */
.product-review-cards .dl-reviews-loading {
  font-family: var(--e-global-typography-secondary-font-family);
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #FAFAFA;
}

/* Tablet - 2 columns */
@media (max-width: 1024px) {
  .product-review-cards .dl-reviews-container .product-reviews-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .product-review-cards .review-link {
    padding: 30px 25px 25px;
  }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
  .product-review-cards .dl-reviews-container .product-reviews-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Hide cards beyond 1 on mobile */
  .product-review-cards .product-review-item:nth-child(n+2) {
    display: none;
  }
  
  .product-review-cards .dl-reviews-controls {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .product-review-cards .dl-reviews-sort {
    width: 100%;
  }
  
  .product-review-cards .dl-sort-select {
    flex: 1;
  }
  
  .product-review-cards .dl-reviews-count {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS *//* ========================================
   Product Gallery Spacing
   ======================================== */

/* Reduce bottom margin on all product galleries in single product pages */
.single-product .woocommerce-product-gallery {
  margin-bottom: 0.5em !important;
}

/* Add top margin to gallery thumbnail navigation */
.single-product .flex-control-nav.flex-control-thumbs {
  margin-top: 2em !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}

/* Style thumbnail list items */
.single-product .flex-control-nav.flex-control-thumbs li {
  flex: 0 1 calc(25% - 0.375em);
  max-width: calc(25% - 0.375em);
}

.single-product .flex-control-nav.flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Product Price & Add to Cart
   ======================================== */

/* Reduce price widget font size and margin */
.elementor-widget-woocommerce-product-price .price {
  font-size: 0.75em !important;
  margin-bottom: 0 !important;
}

/* Add to cart button styling */
.single_add_to_cart_button {
  margin-top: 0.5em !important;
  width: 100%;
}

/* ========================================
   Product Variations
   ======================================== */

/* Variations table styling */
.variations {
  margin-bottom: 0.5em !important;
}

.variations,
.variations th,
.variations td {
  background-color: transparent !important;
}

.variations th {
  padding-left: 0 !important;
  text-align: left !important;
}

.variations td {
  padding-right: 0 !important;
}

/* Hide reset variations link */
.reset_variations {
  display: none !important;
}

/* Variation description spacing */
.woocommerce-variation-description {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* Variation price styling */
.woocommerce-variation-price {
  margin-bottom: 1.5em;
}

.woocommerce-variation-price bdi {
  font-size: 1em;
}/* End custom CSS */