﻿/* Yed storefront overrides */
.shop-thumb img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #f7f8fa;
}

.features-thumb img,
.deal-week-thumb img,
.category-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f7f8fa;
}

.deal-week-item.dw-big-item .deal-week-thumb img.main-img {
    height: 320px;
    object-fit: contain;
    background: #f7f8fa;
}

.category-item .content {
    font-size: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-area .single-slider {
    min-height: 480px;
}

.slider-content {
    background: rgba(11, 28, 44, 0.72);
    padding: 28px 30px;
    border-radius: 12px;
}

/* Hero: split layout â€” readable text + product image */
.yed-hero {
    background: #0b1c2c;
}

.yed-hero .slick-list,
.yed-hero .slick-track {
    min-height: 520px;
}

.yed-hero-slide {
    background: #0b1c2c !important;
    background-image: none !important;
    min-height: 520px !important;
    padding: 70px 0 !important;
    display: flex !important;
    align-items: center;
}

.yed-hero-row {
    min-height: 380px;
}

.yed-hero-copy {
    color: #fff;
    max-width: 540px;
    position: relative;
    z-index: 2;
}

.yed-hero-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7dd3fc;
    margin-bottom: 14px;
}

.yed-hero-title {
    color: #fff !important;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
    margin: 0 0 16px;
}

.yed-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    color: #cbd5e1 !important;
    font-size: 14px !important;
    margin: 0 0 14px !important;
}

.yed-hero-meta strong {
    color: #fff;
    font-size: 22px;
}

.yed-hero-meta span:not(:last-child)::after {
    content: "Â·";
    margin-left: 14px;
    color: #64748b;
}

.yed-hero-desc {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.55;
    margin: 0 0 24px !important;
    max-width: 480px;
}

.yed-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.yed-hero-actions .btn {
    margin: 0;
}

.yed-hero-btn-ghost {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
}

.yed-hero-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.yed-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    min-height: 360px;
}

.yed-hero-visual img {
    max-width: 100%;
    max-height: 340px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .yed-hero-slide {
        padding: 40px 0 !important;
        min-height: auto !important;
    }

    .yed-hero-visual {
        min-height: 260px;
        margin-top: 24px;
    }

    .yed-hero-visual img {
        max-height: 240px;
    }
}

.features-content p {
    color: inherit;
    opacity: 0.9;
    font-size: 14px;
}

/* Kill pharmacy template decorative backgrounds */
.features-area.features-bg,
.features-bg {
    background-image: none !important;
    background-color: #f5f7fa !important;
}

/* Clean category showcase (replaces overlay features cards) */
.yed-cat-showcase {
    background: #f5f7fa;
}

.yed-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #50b1f9;
    margin-bottom: 8px;
}

.yed-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0b1c2c;
    margin: 0 0 10px;
}

.yed-section-lead {
    color: #667085;
    font-size: 15px;
}

.yed-cat-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.yed-cat-card:hover {
    box-shadow: 0 12px 28px rgba(11, 28, 44, 0.1);
    transform: translateY(-3px);
}

.yed-cat-card-media {
    position: relative;
    display: block;
    background: #f7f8fa;
}

.yed-cat-card-media img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
}

.yed-cat-card-count {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #0b1c2c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.yed-cat-card-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.yed-cat-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.yed-cat-card-title a {
    color: #0b1c2c;
    text-decoration: none;
}

.yed-cat-card-title a:hover {
    color: #50b1f9;
}

.yed-cat-card-blurb {
    color: #50b1f9;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 8px;
}

.yed-cat-card-samples {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 18px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yed-cat-card-btn {
    align-self: flex-start;
    margin-top: auto;
}

.discount-wrap {
    background-image: none;
}

.discount-wrap.yed-product-banner {
    min-height: 280px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

.discount-wrap.yed-product-banner .discount-content,
.discount-wrap.yed-product-banner .discount-content .title a,
.discount-wrap.yed-product-banner .discount-content p,
.discount-wrap.yed-product-banner .discount-content span {
    color: #fff;
}

.testimonial-area.testimonial-bg,
.testimonial-bg {
    background-image: none !important;
    background-color: #0b1c2c !important;
}

.testimonial-item .testi-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}

.yed-card-blurb {
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    margin: 6px 0 10px;
    min-height: 38px;
}

.shop-item-rating .total-rating {
    font-size: 12px;
}

.yed-add-form {
    display: inline;
    margin: 0;
}

.yed-add-form button {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-transform: inherit;
}

.minicart .del-icon button {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
}

.minicart .cart-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.yed-product-gallery img.main-img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    background: #f7f8fa;
}

.yed-product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.yed-product-thumbs button {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    cursor: pointer;
}

.yed-product-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.checkout-panel {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 1.35rem 1.4rem;
    margin-bottom: 1.25rem;
}

.checkout-panel h3 {
    margin: 0 0 .4rem;
    font-size: 1.25rem;
}

.checkout-form label {
    font-weight: 600;
    margin-bottom: .35rem;
    display: block;
}

.payment-method-box {
    background: #f7f8fa;
    border-radius: 10px;
    padding: .85rem 1rem;
}

.bank-details-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.bank-details-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px solid #eee;
}

.bank-details-list li span {
    color: #777;
    font-weight: 600;
}

.checkout-success-box {
    background: #f0fff6;
    border: 1px solid #b7e6c9;
    border-radius: 14px;
    padding: 1.5rem;
}

.yed-shop-sidebar .cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yed-shop-sidebar .cat-list li {
    margin-bottom: 8px;
}

.yed-shop-sidebar .cat-list a.is-active {
    color: #0d6efd;
    font-weight: 700;
}

.breadcrumb-area {
    padding: 80px 0;
    background: #0b1c2c url(../img/bg/support_bg.jpg) center/cover no-repeat;
    margin-bottom: 40px;
}

.breadcrumb-area .title,
.breadcrumb-area .breadcrumb-item,
.breadcrumb-area .breadcrumb-item a,
.breadcrumb-area .breadcrumb-item.active {
    color: #fff;
}

.cart-table img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* ---- Janoshik Lab Results (yed-lab pharmacy cards) ---- */
.yed-lab {
  padding: 1.5rem 0 2rem;
}
.yed-lab__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.yed-lab__card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 0 0 1.1rem;
  background: #fff;
  border: 1px solid #d9e6f2;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.yed-lab__card:hover {
  border-color: #50b1f9;
  box-shadow: 0 12px 28px rgba(17, 30, 73, 0.1);
  color: inherit;
  text-decoration: none;
}
.yed-lab__stripe {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, #111e49, #50b1f9);
}
.yed-lab__stamp {
  position: absolute;
  top: 1rem;
  right: 0.85rem;
  padding: 0.2rem 0.45rem;
  border: 1.5px solid #50b1f9;
  color: #111e49;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(8deg);
}
.yed-lab__thumb {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f8fc;
}
.yed-lab__thumb img {
  max-height: 100px;
  max-width: 70%;
  object-fit: contain;
}
.yed-lab__body {
  display: grid;
  gap: 0.35rem;
  padding: 0 1rem;
}
.yed-lab__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111e49;
  line-height: 1.3;
}
.yed-lab__purity {
  font-size: 0.88rem;
  font-weight: 700;
  color: #50b1f9;
}
@media (max-width: 900px) {
  .yed-lab__grid { grid-template-columns: 1fr; }
}
