.elementor-kit-66{--e-global-color-primary:#F65D4E;--e-global-color-primary_hover:#f4402f;--e-global-color-text:#191919;--e-global-color-accent:#000000;--e-global-color-lighter:#999999;--e-global-color-border:#E6E6E6;--e-global-typography-primary-font-family:"Verdana";--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Verdana";--e-global-typography-accent-font-family:"Verdana";--e-global-typography-text-font-family:"Verdana";--e-global-typography-heading_title-font-family:"Verdana";--e-global-typography-heading_title-font-size:26px;--e-global-typography-heading_title-font-weight:700;--e-global-typography-heading_title-line-height:44px;--e-global-typography-heading_title-letter-spacing:-1px;--e-global-typography-heading_title-word-spacing:1px;--e-global-typography-heading_footer-font-family:"Verdana";--e-global-typography-heading_footer-font-size:20px;--e-global-typography-heading_footer-font-weight:600;--e-global-typography-heading_footer-text-transform:uppercase;--e-global-typography-heading_footer-line-height:20px;}.elementor-kit-66 button,.elementor-kit-66 input[type="button"],.elementor-kit-66 input[type="submit"],.elementor-kit-66 .elementor-button{background-color:var( --e-global-color-primary );font-size:14px;font-weight:600;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:17px 31px 17px 31px;}.elementor-kit-66 button:hover,.elementor-kit-66 button:focus,.elementor-kit-66 input[type="button"]:hover,.elementor-kit-66 input[type="button"]:focus,.elementor-kit-66 input[type="submit"]:hover,.elementor-kit-66 input[type="submit"]:focus,.elementor-kit-66 .elementor-button:hover,.elementor-kit-66 .elementor-button:focus{background-color:var( --e-global-color-primary_hover );color:#FFFFFF;}.elementor-kit-66 h1{font-family:"Tahoma", georgia;font-size:22px;}.elementor-kit-66 h2{font-family:"Alata", georgia;font-size:19px;}.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);}.hfe-reading-progress-bar{background-color:#FA4F48;height:4px;}.hfe-reading-progress{bottom:0px;}@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-kit-66{--e-global-typography-heading_title-font-size:30px;--e-global-typography-heading_title-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === Blog Post Hyperlink Color Only === */
.single-post .entry-content a {
  color: #f65d4e !important; /* normal link color */
  text-decoration: underline; /* optional */
  transition: color 0.3s ease;
}

.single-post .entry-content a:hover {
  color: #000000 !important; /* hover color */
  text-decoration: underline;
}

/* Fix product card structure for consistent alignment */
.woocommerce ul.products li.product,
.products .product-item,
.product-grid .product {
    display: flex !important;
    flex-direction: column !important;
}

/* Product image container - fixed height */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.product-thumbnail {
    display: block !important;
    margin-bottom: 0px !important;
}

/* Product title - fixed height */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-title {
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: 60px !important;
    max-height: 60px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 0px !important;
}

/* Star rating - fixed height to prevent alignment issues */
.woocommerce ul.products li.product .star-rating,
.star-rating-wrapper {
display: block !important;
}

/* Price - always at same position */
.woocommerce ul.products li.product .price,
.product-price {
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-top: auto !important;
    display: block !important;
}

/* Old price styling */
.woocommerce ul.products li.product .price del,
.price del {
    font-size: 14px !important;
    opacity: 0.90 !important;
    margin-right: 2px !important;
}

/* New price styling */
.woocommerce ul.products li.product .price ins,
.price ins {
    text-decoration: none !important;
    font-weight: 800 !important;
}

/* Product page title - make smaller */
.product_title.entry-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    .product_title.entry-title {
        font-size: 18px !important;
    }
}

/* Sale badge smaller on mobile only */
@media (max-width: 768px) {
    .onsale {
        font-size: 10px !important;
        padding: 4px 6px !important;
        min-width: 35px !important;
        min-height: 35px !important;
        line-height: 1.2 !important;
    }
}/* End custom CSS */