.elementor-kit-521{--e-global-color-primary:#444444;--e-global-color-secondary:#54595F;--e-global-color-text:#707070;--e-global-color-accent:#164621;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:500;color:#164621;font-family:"Poppins", Sans-serif;}.elementor-kit-521 e-page-transition{background-color:#FFBC7D;}.elementor-kit-521 a{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-521 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-521{font-size:13px;}.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 *//* ===== GRID ===== */
:is(.homepage-woo, .archive-woo, .related) .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    justify-content: center !important;
    margin: 0 auto !important;
}
.homepage-woo.monthly-feature .products {
    grid-template-columns: repeat(3, 1fr) !important;
}
:is(.homepage-woo, .archive-woo, .related) .products::before,
:is(.homepage-woo, .archive-woo, .related) .products::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 768px) {
   :is(.homepage-woo, .archive-woo, .related) .products { grid-template-columns: repeat(2, 1fr); 
       gap: 8px !important;
   }
   .homepage-woo.monthly-feature .products { grid-template-columns: repeat(1, 1fr) !important; }
}
@media (max-width: 480px) {
   :is(.homepage-woo, .archive-woo, .related) .products { grid-template-columns: repeat(2, 1fr); }
   .homepage-woo.monthly-feature .products { grid-template-columns: repeat(1, 1fr) !important; }
}

/* ===== RELATED: 3 columns desktop, full width (override the shared 4-col) ===== */
section.related.products { width: 100% !important; }
.related .products { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 768px) { .related .products { grid-template-columns: repeat(2, 1fr) !important; 
     gap: 8px !important;
} }
@media (max-width: 480px) { .related .products { grid-template-columns: repeat(2, 1fr) !important; } }


/* ===== CARD SHELL (SG style) ===== */
:is(.homepage-woo, .archive-woo, .related) .product {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    overflow: hidden;
    text-align: left !important;
    padding: 10px 10px 15px !important;
    margin: 0px !important;
    font-family: "Poppins", sans-serif;
}

/* Link wraps image(+title[+description]); grows so the bottom group (button / price+button) drops to the bottom */
:is(.homepage-woo, .archive-woo, .related) .product a.woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto !important;
    position: relative;
    overflow: hidden;
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #707070;
}

/* Image — no zoom */
:is(.homepage-woo, .archive-woo, .related) .product img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
}

/* White overlay on hover, covering ONLY the square image */
:is(.homepage-woo, .archive-woo, .related) .product a.woocommerce-loop-product__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}
:is(.homepage-woo, .archive-woo, .related) .product:hover a.woocommerce-loop-product__link::after {
    opacity: 1;
}

/* Title */
:is(.homepage-woo, .archive-woo, .related) .woocommerce-loop-product__title {
    font-size: 14px !important;
    font-weight: 600;
    color: #164621;
    margin: 0 0 5px !important;   /* was 0 */
    padding: 0 !important;
    font-weight: 600 !important;
}

/* Description (homepage only — no-op on archive). 3-line clamp, both HTML variants */
:is(.homepage-woo, .archive-woo, .related) .product-description {
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #6f8f78;
    flex: 0 0 auto;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 4.5em;
    margin:  0 0 15px;
}
:is(.homepage-woo, .archive-woo, .related) .product-description .short-desc {
    display: contents;
}
:is(.homepage-woo, .archive-woo, .related) .product-description p {
    display: inline;
    margin: 0;
}
:is(.homepage-woo, .archive-woo, .related) .product-description br {
    display: none;
}
:is(.homepage-woo, .archive-woo, .related) .product-detail-list { display: none !important; }

/* Price (archive only — no-op on homepage). Sits below the separator, above the button */
:is(.homepage-woo, .archive-woo, .related) .price {
    padding: 10px 15px 0 !important;
    margin: 0 !important;
    color: #61B474 !important;
    font-weight: 500;
    font-size: 14px;
}

/* ===== BUTTON (bottom-right green pill) ===== */
:is(.homepage-woo, .archive-woo, .related) .product .button {
    align-self: flex-end;
    margin: 12px 15px 0 !important;
    padding: 6px 16px !important;
    font-size: 0.625rem !important;
    letter-spacing: 0.5px !important;
    color: #fff !important;
    background-color: #164621 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-style: normal !important;       /* kill Elementor italic */
    text-decoration: none !important;    /* kill Elementor underline */
    line-height: 1.4 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

:is(.homepage-woo, .archive-woo, .related) .product .button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
:is(.homepage-woo, .archive-woo, .related) .product .button:hover::before { transform: scaleX(1); }

@media (max-width: 768px) {
    :is(.homepage-woo, .archive-woo, .related) .product .button { align-self: center !important; }
}


/* ===== SORT-BY BAR (archive) ===== */
.woocommerce-ordering {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 30px !important;
    flex-wrap: nowrap !important;
}
.woocommerce-ordering::before {
    content: "Sort By:";
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    white-space: nowrap !important;
    display: inline-block !important;
}
.woocommerce-ordering select.orderby {
    border: none !important;
    border-bottom: 1px solid #333 !important;
    background-color: transparent !important;
    padding: 10px 45px 10px 5px !important;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px !important;
    transition: all 0.3s ease;
}
.woocommerce-ordering select.orderby:hover {
    border-bottom-color: #C9A643 !important;
}
@media (max-width: 480px) {
    .woocommerce-ordering { gap: 8px !important; }
    .woocommerce-ordering::before { font-size: 0.75rem; }
    .woocommerce-ordering select.orderby { font-size: 0.8rem; }
}


/* ===== SWIPER PAGINATION ===== */
.swiper-pagination-horizontal {
    bottom: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #ffffff !important;
    opacity: 0.5;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 !important;
}
.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: #000 !important;
    opacity: 1;
}

/* ===== LINK UNDERLINES ===== */
.product-link a, .footer-link a span.elementor-icon-list-text {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    text-decoration: none !important;
}
.product-link a::after, .footer-link a span.elementor-icon-list-text::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; width: 100%; height: 1px;
    background-color: #C9A643;
    display: none;
}
.product-link a:hover::after, .footer-link a:hover span.elementor-icon-list-text::after {
    display: block;
}

#polarpuff-subtitle p{
    margin-bottom: 0px !important;
}/* End custom CSS */