.elementor-4001 .elementor-element.elementor-element-b2a5e9e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-4001 .elementor-element.elementor-element-6c4f77c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-4001 .elementor-element.elementor-element-6c4f77c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4001 .elementor-element.elementor-element-5e8b335d > .elementor-container{max-width:1600px;}.elementor-4001 .elementor-element.elementor-element-5e8b335d{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-6c4f77c *//* Hawtons Hero Section - Elementor Custom CSS */
/* All classes prefixed with 'hwt-' to avoid conflicts with WordPress theme */

/* Reset styles within component */
.hwt-hero-section,
.hwt-hero-section *,
.hwt-hero-section *::before,
.hwt-hero-section *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hwt-hero-section {
  background: linear-gradient(to right, #fafafa 50%, #f5f5f5 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 3.5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.hwt-hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* Left Content */
.hwt-hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
  min-width: 0;
  flex-shrink: 1;
  padding-right: 36px;
  padding-left: 40px;
}

/* Badge */
.hwt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 13px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  width: fit-content;
}

.hwt-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
}

.hwt-badge-text {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Heading */
.hwt-hero-heading {
  font-size: 60px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: -0.9px;
  color: #171717;
  margin: 0;
  padding: 0;
}

.hwt-hero-heading .hwt-text-muted {
  color: #737373;
}

/* Description */
.hwt-hero-description {
  font-size: 18px;
  font-weight: 450;
  line-height: 30px;
  letter-spacing: -0.72px;
  color: #525152;
  max-width: 570px;
  margin: 0;
  padding: 0;
}

/* CTA Buttons */
.hwt-cta-buttons {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}

.hwt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 450;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  outline: none;
}

.hwt-btn-primary {
  background-color: #000000;
  color: #ffffff;
}

.hwt-btn-primary:hover {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

.hwt-btn-secondary {
  background-color: #ffffff;
  color: #171717;
  border: 1px solid #d4d4d4;
}

.hwt-btn-secondary:hover {
  background-color: #f5f5f5;
  color: #171717;
  text-decoration: none;
}

/* Trust Indicators */
.hwt-trust-indicators {
  display: flex;
  gap: 24px;
  padding-top: 33px;
  border-top: 1px solid #e5e5e5;
}

.hwt-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hwt-trust-item svg {
  flex-shrink: 0;
}

.hwt-trust-item span {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  letter-spacing: -0.24px;
}

/* Right Content - Product Image Section */
.hwt-hero-image-section {
  width: 50%;
  min-width: 0;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 72px;
  padding-right: 40px;
  overflow: visible;
}

.hwt-hero-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  margin-bottom: 60px;
  overflow: visible;
}

.hwt-product-image-container {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 500px;
  border-radius: 8px;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  flex-shrink: 0;
}

.hwt-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Review Card */
.hwt-review-card {
  position: absolute;
  top: -58px;
  right: -80px;
  width: 240px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px 26px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.hwt-review-header {
  display: flex;
  gap: 12px;
  margin-bottom: 11px;
}

.hwt-reviewer-avatar {
  width: 48px;
  height: 48px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.hwt-reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hwt-reviewer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.hwt-reviewer-name {
  font-size: 14px;
  font-weight: 400;
  color: #171717;
}

.hwt-stars {
  display: flex;
  gap: 2px;
}

.hwt-review-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}

.hwt-verified-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hwt-verified-badge span {
  font-size: 11px;
  font-weight: 510;
  letter-spacing: -0.44px;
  color: #a3a3a3;
}

/* Purity Card */
.hwt-purity-card {
  position: absolute;
  bottom: -60px;
  left: -64px;
  width: 192px;
  height: 136px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px;
  text-align: center;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.hwt-purity-value {
  font-size: 36px;
  font-weight: 510;
  line-height: 36px;
  color: #000000;
}

.hwt-purity-label {
  font-size: 13px;
  font-weight: 510;
  letter-spacing: -0.26px;
  color: #737373;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}

/* Responsive Styles */
@media (max-width: 1300px) {
  .hwt-hero-container {
    padding: 0 24px;
  }
  
  .hwt-hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .hwt-hero-heading {
    font-size: 48px;
    line-height: 52px;
  }
  
  .hwt-hero-image-section {
    padding-left: 48px;
    padding-right: 24px;
  }
  
  .hwt-product-image-container {
    width: 320px;
    height: 400px;
  }
  
  .hwt-review-card {
    width: 200px;
    right: -66px;
    padding: 18px 20px;
  }
  
  .hwt-review-card .hwt-reviewer-avatar {
    width: 40px;
    height: 40px;
  }
  
  .hwt-review-card .hwt-reviewer-name {
    font-size: 12px;
  }
  
  .hwt-review-card .hwt-review-text {
    font-size: 11px;
    line-height: 16px;
  }
  
  .hwt-purity-card {
    width: 150px;
    height: 110px;
    left: -50px;
  }
  
  .hwt-purity-value {
    font-size: 28px;
  }
  
  .hwt-purity-label {
    font-size: 11px;
  }
  
  .hwt-trust-indicators {
    gap: 16px;
  }
  
  .hwt-trust-item span {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .hwt-hero-heading {
    font-size: 36px;
    line-height: 40px;
  }
  
  .hwt-hero-description {
    font-size: 14px;
    line-height: 22px;
  }
  
  .hwt-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  
  .hwt-trust-indicators {
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .hwt-product-image-container {
    width: 260px;
    height: 325px;
  }
  
  .hwt-review-card {
    width: 180px;
    right: -60px;
    top: -40px;
    padding: 14px 16px;
  }
  
  .hwt-purity-card {
    width: 130px;
    height: 100px;
    left: -43px;
    bottom: -40px;
  }
  
  .hwt-purity-value {
    font-size: 24px;
  }
  
  .hwt-purity-label {
    font-size: 8px;
    margin-top: 3px;
    white-space: nowrap;
  }
  
  .hwt-trust-item span {
    font-size: 10px;
  }
  
  .hwt-trust-item svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .hwt-hero-section {
    background: linear-gradient(to bottom, #fafafa 50%, #f5f5f5 50%);
  }
  
  .hwt-hero-container {
    flex-direction: column;
    gap: 60px;
    padding: 40px 24px;
  }
  
  .hwt-hero-content {
    width: 100%;
    padding: 0;
  }
  
  .hwt-hero-heading {
    font-size: 40px;
    line-height: 44px;
  }
  
  .hwt-hero-description {
    font-size: 16px;
    line-height: 26px;
  }
  
  .hwt-cta-buttons {
    flex-direction: column;
  }
  
  .hwt-trust-indicators {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .hwt-hero-image-section {
    width: 100%;
    padding: 60px 80px 80px;
    justify-content: center;
  }
  
  .hwt-product-image-container {
    width: 300px;
    height: 375px;
  }
  
  .hwt-review-card {
    width: 220px;
    right: -60px;
    top: -40px;
    padding: 18px;
  }
  
  .hwt-purity-card {
    width: 150px;
    height: 110px;
    left: -50px;
    bottom: -40px;
  }
  
  .hwt-purity-value {
    font-size: 28px;
  }
  
  .hwt-purity-label {
    font-size: 11px;
  }
  
  .hwt-trust-item span {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .hwt-hero-heading {
    font-size: 32px;
    line-height: 36px;
  }
  
  .hwt-hero-image-section {
    padding: 60px 20px 100px;
  }
  
  .hwt-review-card {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 20px;
  }
  
  .hwt-purity-card {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  
  .hwt-hero-image-wrapper {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for nm-banner-slider, class: .elementor-element-763657e0 */section {visibility: hidden}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-1f2c954b */section {visibility: hidden}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5e8b335d */section {height: 1px}/* End custom CSS */