.elementor-kit-18{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{color:#201F21;}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide the button during initial paint to prevent the flash */
.scroll-to-top {
  opacity: 0;
  pointer-events: none;
}

/* Once Elementor frontend has loaded, allow it to display/animate normally */
body.elementor-frontend .scroll-to-top {
  opacity: 1;
  pointer-events: auto;
}

.added_to_cart wc-forward {
    display: none!important;
}

/* === Woo Reviews styling (Defender) === */
.woocommerce #reviews,
.woocommerce #reviews *{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Remove the big “Reviews” title */
.woocommerce #reviews .woocommerce-Reviews-title{
  display:none !important;
}

/* Reduce the huge “X review for …” heading */
.woocommerce #reviews #comments > h2,
.woocommerce #reviews #comments > h3{
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin: 0 0 16px !important;
  font-weight: 600 !important;
}

/* Give everything a bit more breathing room */
.woocommerce #reviews #comments{
  margin-top: 12px;
}

.woocommerce #reviews #comments ol.commentlist{
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li{
  margin: 0 0 16px !important;
}

/* Make each review row cleaner */
.woocommerce #reviews #comments ol.commentlist li .comment_container{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
}

/* Avatar sizing */
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  margin: 0 !important;
}

/* Ensure the text is flush-left and not indented */
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  flex: 1;
}

/* Tidy up the meta line (name/date/stars) */
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta{
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: rgba(0,0,0,.65) !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong{
  font-weight: 600 !important;
  color: rgba(0,0,0,.85) !important;
}

/* Stars alignment + sizing */
.woocommerce #reviews .star-rating{
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px !important;
}

/* Review body text */
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* Form spacing (optional, stops it feeling bunched) */
.woocommerce #review_form_wrapper{
  margin-top: 22px;
}

/* === Improve spacing in review form === */

/* Add space between each form row */
.woocommerce #review_form .comment-form > p {
  margin-bottom: 20px !important;
}

/* Add spacing between label and input/textarea */
.woocommerce #review_form label {
  display: block;
  margin-bottom: 8px !important;
  font-weight: 500;
}

/* Add a bit more padding inside inputs for breathing room */
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form select,
.woocommerce #review_form textarea {
  padding: 12px 14px !important;
  border-radius: 8px;
}

/* ===== Better spacing for Woo review form ===== */

/* Space between heading text and form */
.woocommerce #review_form_wrapper {
  margin-top: 32px !important;
}

/* Space under the "Be the first to review..." line */
.woocommerce #review_form .comment-reply-title {
  display: block;
  margin-bottom: 20px !important;
}

/* Add proper spacing between each form row */
.woocommerce #review_form .comment-form > p {
  margin-bottom: 24px !important;
}

/* Create space between label and input */
.woocommerce #review_form label {
  display: block;
  margin-bottom: 10px !important;
}

/* Make textarea feel less cramped */
.woocommerce #review_form textarea {
  min-height: 140px;
}

/* === Review form spacing fix === */

/* Proper vertical spacing between each field row */
.woocommerce #review_form .comment-form-rating,
.woocommerce #review_form .comment-form-comment,
.woocommerce #review_form .comment-form-author,
.woocommerce #review_form .comment-form-email {
  margin-bottom: 28px !important;
}

/* Extra breathing room between rating and review textarea */
.woocommerce #review_form .comment-form-rating {
  margin-bottom: 24px !important;
}

/* Lighter grey borders on fields */
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form select,
.woocommerce #review_form textarea {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px;
  background: #fff;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Slightly darker on focus (feels premium) */
.woocommerce #review_form input:focus,
.woocommerce #review_form textarea:focus,
.woocommerce #review_form select:focus {
  border-color: #bdbdbd !important;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
  outline: none;
}

/* --- Fix Woo star rating showing as "SSSSS" --- */
@font-face {
  font-family: "star";
  src: url("/wp-content/plugins/woocommerce/assets/fonts/star.eot");
  src: url("/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"),
       url("/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"),
       url("/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Force Woo rating + review stars to use the star font */
.woocommerce .star-rating,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before {
  font-family: "star" !important;
}

/* --- Reviews layout fix: stop stars overlapping avatar --- */
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
  align-items: start;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: static !important;
  float: none !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px;
  margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Put stars above the name/date and give them breathing room */
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: none !important;
  display: block;
  margin: 2px 0 8px 0 !important;
}

/* Tidy the meta line spacing */
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0 0 10px 0 !important;
}

/* Make scroll-to-top button always clickable */
.scroll-to-top,
.e-scroll-to-top,
.elementor-scroll-to-top,
#scrollToTop {
  position: fixed;        /* important if it’s inside header */
  z-index: 999999;
  pointer-events: auto !important;
}

.added_to_cart {
    display: none!important;
}



.defender-free-shipping-notice {
  margin: 0 0 18px 0;
  padding: 12px 14px;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.defender-free-shipping-notice .alg-wc-left-to-free-shipping-progress-bar,
.defender-free-shipping-notice .alg_wc_left_to_free_shipping_progress_bar {
  margin-top: 8px;
}/* End custom CSS */