.product-thumbnail .product-tag {
  position: absolute;
  top: -30px !important;
  left: 0px !important;
  padding: 6px 12px;
  font-weight: normal;
  line-height: 13px;
  z-index: 1;
  /*font-family: "Lato", sans-serif;*/
  font-size: .8rem;
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
}

.elementor-tabs .product-thumbnail .product-tag{  display: none; }
.summary.entry-summary .product-onsale{ display: none; }

.product-thumbnail .secondary-product-image{ background-color: #FFF; }

.product-hero-section .entry-hero-container-inner{ background-image: none !important;}
.single-product .entry-header.product-title{ min-height: auto !important; }

/* Show only first and last breadcrumb items */

#base-breadcrumbs .base-breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Hide all breadcrumb items */
#base-breadcrumbs .base-breadcrumb-container > span {
    display: none;
}

/* Show first breadcrumb */
#base-breadcrumbs .base-breadcrumb-container > span:first-child {
    display: inline-flex;
}

/* Show last breadcrumb */
#base-breadcrumbs .base-breadcrumb-container > span:last-child {
    display: inline-flex;
}

/* Show delimiter before last item */
#base-breadcrumbs .base-breadcrumb-container > .bc-delimiter:nth-last-child(2) {
    display: inline-flex;
}

@media (max-width: 768px) {
.woocommerce ul.products li.product .product-thumbnail .product-actions{
  gap: 20px !important;
}
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title{
  -webkit-line-clamp: 4 !important;
}

.entry-header.product-archive-title .base-breadcrumbs{ width: 49%; }
.entry-header.product-archive-title #base-breadcrumbs .base-breadcrumb-container{ justify-content: center;}
.entry-header.product-archive-title .page-title.archive-title{ width: 49%; }
.entry-header.product-archive-title .archive-description{
  padding: 0rem 2rem;
  text-align: center !important;
}
@media (max-width: 480px) {
  .entry-header.product-archive-title .base-breadcrumbs{ width: 100%; }
  .entry-header.product-archive-title .page-title.archive-title{ width: 100%; }
}

/* Mobile Only Read More */

@media (max-width: 767px) {

    .archive-description {
        position: relative;
    }

    .archive-description .readmore-content {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .archive-description.expanded .readmore-content {
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .read-more-toggle {
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        font-weight: 600;
        color: #000;
        text-decoration: underline;
    }
}
.products ins .woocommerce-Price-amount.amount{ font-size: 1.2rem; color: #000 !important;}
.single-product .summary.entry-summary ins .woocommerce-Price-amount.amount{ font-size: 2rem; color: #000 !important;}



.base-sticky-add-to-cart-content .product-attribute-inline{ display: none; }

.base-sticky-add-to-cart-content .button.epf-add-prescription-button{ margin-bottom: 0px; }





/* ==========================================
   YeloCommerce Owl Carousel Styling
   Modern Premium Navigation & Dots
========================================== */

.yelocommerce-content-carousel {
    position: relative;
}

/* Navigation */
.yelocommerce-content-carousel .owl-nav {
    margin: 0;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev,
.yelocommerce-content-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    border: 0 !important;
    outline: none !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    z-index: 10;
    overflow: hidden;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.yelocommerce-content-carousel .owl-nav button.owl-next {
    right: -30px;
}

/* Gradient Hover Background */
.yelocommerce-content-carousel .owl-nav button.owl-prev::after,
.yelocommerce-content-carousel .owl-nav button.owl-next::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--global-palette-btn-bg);
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 1;
}

/* Hide Owl Default Icons */
.yelocommerce-content-carousel .owl-nav button span {
    display: none;
}

/* Custom Arrows */
.yelocommerce-content-carousel .owl-nav button.owl-prev::before,
.yelocommerce-content-carousel .owl-nav button.owl-next::before {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev::before {
    content: "←";
}

.yelocommerce-content-carousel .owl-nav button.owl-next::before {
    content: "→";
}

/* Hover Effects */
.yelocommerce-content-carousel .owl-nav button.owl-prev:hover,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.yelocommerce-content-carousel .owl-nav button.owl-prev:hover::after,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover::after {
    opacity: 1;
}

.yelocommerce-content-carousel .owl-nav button.owl-prev:hover::before,
.yelocommerce-content-carousel .owl-nav button.owl-next:hover::before {
    color: #ffffff;
}

/* Active Click Effect */
.yelocommerce-content-carousel .owl-nav button.owl-prev:active,
.yelocommerce-content-carousel .owl-nav button.owl-next:active {
    transform: translateY(-50%) scale(0.95);
}

/* Disabled */
.yelocommerce-content-carousel .owl-nav button.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* Dots */
.yelocommerce-content-carousel .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.yelocommerce-content-carousel .owl-dot {
    outline: none;
}

.yelocommerce-content-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #d1d5db !important;
    border-radius: 50px;
    transition: all 0.35s ease;
    display: block;
}

.yelocommerce-content-carousel .owl-dot:hover span {
    background: #9ca3af !important;
}

.yelocommerce-content-carousel .owl-dot.active span {
    width: 36px;
    background: var(--global-palette-btn-bg) !important;
}

/* Slide Styling */
.yelocommerce-content-carousel .carousel-item {
    background: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .carousel-item:hover {
    transform: translateY(-5px);
}

.yelocommerce-content-carousel .carousel-image img {
    width: 100%;
    height: auto;
    display: block;
}

.yelocommerce-content-carousel h3 {
    margin: 20px 0 12px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.yelocommerce-content-carousel .carousel-content {
    color: #6b7280;
    line-height: 1.7;
}

.yelocommerce-content-carousel .carousel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    background: var(--global-palette-btn-bg);
    transition: all 0.35s ease;
}

.yelocommerce-content-carousel .carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Tablet */
@media (max-width: 1024px) {

    .yelocommerce-content-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .yelocommerce-content-carousel .owl-nav button.owl-prev,
    .yelocommerce-content-carousel .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .yelocommerce-content-carousel .owl-nav button.owl-prev::before,
    .yelocommerce-content-carousel .owl-nav button.owl-next::before {
        font-size: 18px;
    }

    .yelocommerce-content-carousel h3 {
        font-size: 20px;
    }

    .yelocommerce-content-carousel .owl-dot.active span {
        width: 28px;
    }
}