.elementor-21415 .elementor-element.elementor-element-7922b51{--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;--gap:0px 0px;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-5028f5c3{--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;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-40a4ea4{--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;--justify-content:center;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-209528e8{--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;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-1ebcac4b{--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;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-5153f27b{--display:flex;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-4b9c8937{--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;--background-transition:0.3s;}.elementor-21415 .elementor-element.elementor-element-31404e5b{--display:flex;--background-transition:0.3s;}@media(max-width:767px){.elementor-21415 .elementor-element.elementor-element-1ebcac4b{--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;}.elementor-21415 .elementor-element.elementor-element-6bda8cac .wd-nav.wd-nav-tabs .wd-nav-link{font-size:13px;}}@media(min-width:768px){.elementor-21415 .elementor-element.elementor-element-5028f5c3{--width:50%;}.elementor-21415 .elementor-element.elementor-element-40a4ea4{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-7857b59b */.free-shipping-section {
  background-color: #ffe5ec; /* Soft pink to complement #e92d74 */
  border: 2px solid #e92d74; /* Primary color for the border */
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.free-shipping-section h2 {
  font-size: 1.8rem;
  color: #e92d74; /* Primary color for the heading */
  margin-bottom: 10px;
  font-weight: bold;
}

.free-shipping-section p {
  font-size: 1rem;
  color: #333; /* Neutral dark text for readability */
  line-height: 1.5;
}

.free-shipping-section strong {
  color: #e92d74; /* Emphasize important text with primary color */
}

@media (max-width: 768px) {
  .free-shipping-section {
    padding: 15px;
  }

  .free-shipping-section h2 {
    font-size: 1.5rem;
  }

  .free-shipping-section p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for wd_products_tabs, class: .elementor-element-6bda8cac *//* Prevent horizontal scrolling and arrows */
.wd-nav-wrapper.wd-nav-tabs-wrapper.tabs-navigation-wrapper {
  overflow-x: hidden !important; /* Hide horizontal scroll */
  position: relative; /* Ensure proper alignment */
}

/* Hide scroll indicators if any */
.wd-nav-wrapper.wd-nav-tabs-wrapper.tabs-navigation-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar in WebKit browsers */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79fa0708 */.reviews-section {
  background-color: #f9f9f9;
  padding: 30px;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.reviews-section h2 {
  color: #e92d74; /* Brand color */
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.review {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.review:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.google-logo {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.review-text {
  flex: 1;
}

.review p {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.review strong {
  color: #000; /* Reviewer names in bold */
  font-weight: bold;
}

.button-container {
  text-align: center;
  margin-top: 30px;
}

.google-button {
  display: inline-block;
  background-color: #4285F4; /* Google blue */
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  max-width: 100%; /* Ensure button doesn't exceed container width */
  box-sizing: border-box; /* Ensures padding is accounted for */
}

.google-button:hover {
  background-color: #3367D6; /* Darker blue on hover */
}

@media (max-width: 768px) {
  .google-button {
    padding: 12px 16px; /* Slightly reduce padding on mobile */
    font-size: 0.9rem; /* Smaller font size for mobile */
  }

  .button-container {
    padding: 0 10px; /* Add horizontal padding to avoid cutoff */
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7a8a5a87 */.delivery-cities-section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 15px; /* Space between columns */
  padding: 0;
  list-style-type: none; /* Remove bullets */
  margin: 20px 0;
}

.delivery-cities-section ul li {
  font-size: 1rem; /* Adjust size for readability */
  color: #333; /* Neutral text color */
}

.delivery-cities-section {
  background-color: #fafafa; /* Subtle background for emphasis */
  border: 2px solid #e92d74; /* Matches your primary color */
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.delivery-cities-section h2 {
  font-size: 1.8rem;
  color: #e92d74;
  margin-bottom: 10px;
}

.delivery-cities-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .delivery-cities-section ul {
    grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns for smaller screens */
  }
}/* End custom CSS */