@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap");

:root {
    --main-bg: #f8f8f8;
    --glass-border: #fafafa;
    --btn-bg: #f41168;
    --black: #000000;
    --white: #ffffff;
}

/* =============================================
   ACCESSIBILITY — Skip Link
============================================= */
.acc-skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    background: #f41168;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    z-index: 99999;
    text-decoration: none;
    transition: top .2s;
}
.acc-skip-link:focus { top: 0; color: #fff; }

/* =============================================
   ACCESSIBILITY — Focus Styles (Keyboard Nav)
============================================= */
:focus-visible {
    outline: 3px solid #f41168 !important;
    outline-offset: 3px !important;
    border-radius: 4px;
}

/* =============================================
   ACCESSIBILITY — Font Size Modes
   Zoom is applied via JS (body.style.zoom) so
   px/rem/em units all scale together.
============================================= */

/* =============================================
   ACCESSIBILITY — Dyslexia Font
   Only targets text-bearing elements, not layout divs
============================================= */
body.acc-dyslexia p,
body.acc-dyslexia h1, body.acc-dyslexia h2, body.acc-dyslexia h3,
body.acc-dyslexia h4, body.acc-dyslexia h5, body.acc-dyslexia h6,
body.acc-dyslexia a, body.acc-dyslexia button, body.acc-dyslexia li,
body.acc-dyslexia span, body.acc-dyslexia label, body.acc-dyslexia td,
body.acc-dyslexia th, body.acc-dyslexia input, body.acc-dyslexia textarea {
    font-family: 'OpenDyslexic', sans-serif !important;
    letter-spacing: 0.05em;
    word-spacing: 0.15em;
    line-height: 1.8;
}

/* =============================================
   ACCESSIBILITY — High Contrast & Grayscale
   Filters applied via JS (body.style.filter).
   contrast(300%) boosts readability without inverting —
   no "black on black" or "white on white" text issues.
   Grayscale+contrast together = pure B&W high-contrast.
============================================= */

/* =============================================
   ACCESSIBILITY — Toolbar Widget
   Positioned on RIGHT side so it never
   overlaps the floating WhatsApp/Call buttons
============================================= */
.acc-toolbar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.acc-toggle-btn {
    background: #f41168;
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: -2px 2px 10px rgba(0,0,0,.2);
    flex-shrink: 0;
}
.acc-toggle-btn:hover { background: #c8004f; }
.acc-panel {
    position: absolute;
    right: 44px;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 14px 14px 14px 14px;
    display: none;
    flex-direction: column;
    gap: 8px;
    min-width: 200px;
    box-shadow: -4px 4px 20px rgba(0,0,0,.12);
}
.acc-panel.open { display: flex; }
.acc-panel-title {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #aaa;
    margin-bottom: 2px;
}
.acc-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    width: 100%;
    transition: background .15s, border-color .15s;
    text-align: left;
    font-family: "Urbanist", sans-serif;
}
.acc-btn:hover { background: #fff0f5; border-color: #f41168; color: #f41168; }
.acc-btn.active { background: #f41168; color: #fff; border-color: #f41168; }
.acc-btn i { width: 16px; text-align: center; font-size: 13px; flex-shrink: 0; }
.acc-font-row { display: flex; gap: 6px; }
.acc-font-row .acc-btn { justify-content: center; flex: 1; padding: 8px 4px; }
.acc-divider { border: none; border-top: 1px solid #f0f0f0; margin: 2px 0; }
.acc-reset-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    background: transparent;
    border: 1px dashed #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: color .15s, border-color .15s;
    font-family: "Urbanist", sans-serif;
}
.acc-reset-btn:hover { color: #f41168; border-color: #f41168; }
body {
    overflow-x: hidden;
    font-family: "Urbanist", sans-serif;
    background-color: #f6f9ff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
}
/* =========================
   TOP BAR
========================= */

.menu-header {
    position: relative;
    background: rgba(246, 249, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(201, 210, 226, 0.75);
    z-index: 1;
}

/* =========================
   UPDATED WITH NEW ROOT COLORS
========================= */

.vt-topbar {
    position: relative;
    height: 62px;
    background: transparent;
    border-bottom: 1px solid rgba(234, 236, 244, 0.85);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 38px;
    z-index: 10;
}

/* Animated Glow */

.vt-topbar-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(
        circle,
        rgba(255, 184, 0, 0.16),
        transparent 70%
    );
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    animation: glowMove 6s ease-in-out infinite alternate;
}

@keyframes glowMove {
    0% {
        transform: translateX(-50%) scale(1);
    }
    100% {
        transform: translateX(-50%) scale(1.2);
    }
}

/* =========================
   SOCIAL ICONS
========================= */

.vt-left-icons {
    position: relative;
    display: flex;
    gap: 12px;
    z-index: 2;
}

.vt-left-icons a {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    text-decoration: none;
    font-size: 13px;
    transition: 0.35s ease;
    backdrop-filter: blur(10px);
}

.vt-left-icons a:hover {
    background: var(--black);
    color: var(--white);
    transform: translateY(-4px) rotate(-6deg);
    box-shadow: var(--gold-shadow);
    border: none;
}

/* =========================
   MARQUEE
========================= */

.vt-marquee-wrap {
    position: absolute;
    left: 220px;
    right: 220px;
    overflow: hidden;
    white-space: nowrap;
}

.vt-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    animation: marquee 6s linear infinite;
}

.vt-marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-marquee-item i {
    color: var(--btn-bg);
    font-size: 14px;
}

.vt-marquee-item span {
    color: var(--black);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* =========================
   RIGHT BUTTONS
========================= */

.vt-right-actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 2;
}

.vt-action-btn {
    position: relative;
    height: 40px;
    padding: 0 18px;
    border-radius: 14px;
    background: var(--black);

    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--white);
    overflow: hidden;
    transition: 0.35s ease;
    backdrop-filter: blur(10px);
}

.vt-action-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        transparent
    );
    left: -100%;
    top: 0;
    transition: 0.6s;
}

.vt-action-btn:hover::before {
    left: 100%;
}

.vt-action-btn:hover {
    background: var(--white);
    color: var(--black);
    transform: translateY(-3px);
}

.vt-action-btn i {
    font-size: 14px;
}

.vt-action-btn span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* =========================
   Navbar
========================= */

.vt-navbar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    margin: 0;
    z-index: 99999;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(223, 227, 235, 0.85);
    transition:
        0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.vt-navbar.vt-scrolled {
    padding: 12px 0;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.vt-navbar-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    animation: navFixFade 0.2s ease;
}

@keyframes navFixFade {
    from {
        opacity: 0.92;
    }
    to {
        opacity: 1;
    }
}

/* Inner */

.vt-navbar-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (min-width: 992px) {
    .vt-navbar-wrapper {
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .vt-navbar-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Logo */

.vt-logo img {
    max-width: 112px;
    display: block;
}

.vt-mobile-controls {
    display: none;
}

/* Wrapper */

.vt-navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

@media (min-width: 992px) {
    .vt-navbar-wrapper {
        justify-content: center;
        position: relative;
    }

    .vt-navbar-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Menu */

.vt-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vt-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #5f6678;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 999px;
    transition:
        0.35s ease,
        transform 0.35s ease;
    position: relative;
}

.vt-menu-link:hover {
    color: var(--btn-bg);
    background: rgba(244, 17, 104, 0.09);
    transform: translateY(-1px);
}

.vt-menu-link.active {
    color: var(--btn-bg);
    background: rgba(244, 17, 104, 0.16);
}

/* Right Side */

.vt-navbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Search */

.vt-search-box {
    position: relative;
    width: 240px;
}

.vt-search-box input {
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 18px;
    padding: 0 50px 0 18px;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.vt-search-box input:focus {
    box-shadow:
        0 0 0 4px rgba(244, 17, 104, 0.1),
        0 8px 25px rgba(0, 0, 0, 0.06);
}

.vt-search-box i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #777;
    font-size: 14px;
}

/* Icons */

.vt-nav-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.vt-icon-btn:hover {
    background: linear-gradient(135deg, #f41168, #ff5b95);
    color: #fff;
    transform: translateY(-3px);
}

/* Cart */

.vt-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Mobile Toggle */

.vt-mobile-toggle {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 16px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.vt-mobile-toggle span {
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 20px;
    transition: 0.3s ease;
}

/* Toggle Animation */

.vt-mobile-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.vt-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.vt-mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
/* Mobile Icons */
.vt-mobile-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.vt-mobile-cart-count {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */

@media (max-width: 991px) {
    .vt-mobile-toggle {
        display: flex;
    }

    .vt-mobile-controls {
        display: flex;
        margin-left: auto;
        align-items: center;
    }

    .vt-mobile-icon,
    .vt-mobile-cart-count {
        display: flex;
    }

    .vt-logo {
        position: static;
        transform: none;
        z-index: auto;
    }

    .vt-navbar-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 24px;
        border-radius: 0 0 30px 30px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

        flex-direction: column;
        align-items: flex-start;
        gap: 20px;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: 0.35s ease;
    }

    .vt-navbar-wrapper.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .vt-menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .vt-menu li {
        width: 100%;
    }

    .vt-menu-link {
        width: 100%;
        justify-content: center;
    }

    .vt-navbar-right {
        width: 100%;
        flex-direction: column;
    }

    .vt-search-box {
        width: 100%;
    }
}

/* Hero Slider start */

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.slider-item {
    position: relative;
}

.slider-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.vt-product-slider {
    margin: 0 -12px;
}

.vt-product-slider .slick-list {
    margin: 0 -12px;
}

.vt-product-slider .slick-slide {
    margin: 0 10px;

    box-sizing: border-box;
}

.vt-product-slider .slick-slide > div {
    height: 100%;
}

.vt-product-slider .slick-arrow {
    z-index: 2;
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.sbcategory-heading h2 {
    font-size: 38px;
    color: var(--black);
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.sbcategory-heading span {
    color: var(--btn-bg);
}
.sbcategory-heading p {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
}

.vt-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    margin: 0;
    box-sizing: border-box;
}

.slidervt-card {
    background: transparent !important;
    box-shadow: none;
    padding: 0px;
}

.slidervt-card img {
    width: 90%;
    height: auto;
}

.vt-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
}

.vt-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;

    background: #f7f7f7;
    object-fit: contain;
    box-shadow: none;
}

.card-img-top {
    width: 100%;
    height: auto;
    display: block;
}

.vt-card-body {
    padding: 10px 12px 12px;
    text-align: center;
}

.vt-card-body h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #111;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vt-size {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 4px;
}

.vt-img-wrap {
    position: relative;
}

.vt-size-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.vt-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--btn-bg);
    margin-bottom: 8px;
}
.vt-price-login {
    font-size: 11px;
    font-weight: 700;
    color: #f41168;
    text-decoration: none;
    border: 1px solid #f41168;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}
.vt-price-login:hover { background: #f41168; color: #fff; }

.vt-btns {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
}

.vt-btns a {
    flex: 1;
    padding: 6px 8px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 600;
    transition: 0.2s;
    white-space: nowrap;
}

.vt-btn-light {
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
}

.vt-btn-light:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.vt-btn-main {
    background: var(--btn-bg);
    color: #fff;
    border: none;
}

.vt-btn-main:hover {
    background: #d4005a;
    color: #fff;
}
.peptide-hero {
    height: 500px;
    background:
        linear-gradient(rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.8)),
        url("../images/bg-item.avif");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.brand-name {
    color: var(--white);
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: 400;
    padding-top: 40px;
}

.hero-content {
    max-width: 900px;
    margin: auto;
}
.hero-content h1 {
    color: var(--btn-bg);
    font-size: 56px;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
}
.hero-content p {
    color: var(--white);
    font-size: 18px;
    line-height: 1.9;
    max-width: 760px;
    margin: auto;
    font-weight: 500;
} /* Cards */
.hero-card {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    height: 100%;
}
.hero-card:hover {
    transform: translateY(-6px);
    border-color: rgba(241, 38, 120, 0.4);
}
.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--black);
    margin: auto auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--btn-bg);
    font-size: 22px;
}
.hero-card span {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
}
.our-product-heading h2 {
    font-size: 36px;
    color: var(--black);
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.our-product-heading span {
    color: var(--btn-bg);
}
.our-product-heading p {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
}
.vt-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.vt-tab-btn {
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: 600;
}

.vt-tab-btn.active {
    background: #f41168;
    color: #fff;
}

.vt-tab-content {
    display: none;
}

.vt-tab-content.active {
    display: block;
}
.vt-hidden {
    display: none;
}

.vt-load-btn {
    border: none;
    padding: 10px 26px;
    border-radius: 12px;
    background: #f41168;
    color: #fff;
    font-weight: 600;
}

.testing-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--black);
}
.testing-content span {
    color: var(--btn-bg);
}

.testing-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #000000;
    font-weight: 400;
    margin-bottom: 22px;
}
.testing-image img {
    border-radius: 15px !important;
}

.quality-card {
    background: #fff;

    border-radius: 16px;

    padding: 22px 20px;

    display: flex;
    align-items: flex-start;

    gap: 18px;

    height: 100%;

    transition: 0.3s ease;

    border: 1px solid #eee;
}

.quality-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.quality-icon {
    width: 58px;
    height: 58px;

    min-width: 58px;

    border-radius: 14px;

    background: linear-gradient(135deg, #f12678, #f30064);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 22px;
}

.quality-card h4 {
    font-size: 22px;
    font-weight: 700;

    color: #111;

    margin-bottom: 8px;
}

.quality-card p {
    margin: 0;

    color: #666;

    line-height: 1.7;

    font-size: 15px;
}

.footer {
    background-color: var(--black);

    padding: 70px 0 30px;

    color: var(--white);
}

/* Logo */

.footer-logo img {
    max-width: 170px;
}

/* Text */

.footer-text {
    color: var(--white);

    font-size: 15px;

    line-height: 1.9;

    margin-bottom: 0;
}

/* Titles */

.footer-title {
    color: var(--white);

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 20px;
}

/* Links */

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: var(--white);

    text-decoration: none;

    font-size: 15px;

    transition: 0.3s ease;
}

.footer-links li a:hover {
    color: var(--btn-bg);

    padding-left: 4px;
}

/* Contact */

.footer-contact p {
    color: var(--white);

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 10px;
}

.footer-contact strong {
    color: var(--white);
}

/* Bottom */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    color: var(--white);

    font-size: 14px;
}

@media (max-width: 768px) {
    .vt-logo img {
        max-width: 75px;
        display: block;
    }
    .sbcategory-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
}

/* =========================
   Peptide Library
========================= */

.library-heading h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
}

.library-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.library-categories {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.library-btn {
    padding: 8px 10px;
    border: 1px solid var(--btn-bg);
    background: transparent;
    color: var(--black);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

.library-btn.active,
.library-btn:hover {
    background: var(--btn-bg);
    color: #fff;
}

.library-sort select {
    width: 200px;

    border: 1px solid #1d2746;
    border-radius: 8px;
    padding: 8px 10px;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.library-search {
    max-width: 400px;
    position: relative;
}

.library-search input {
    width: 100%;

    border: 1px solid #1d2746;
    border-radius: 8px;
    padding: 8px 200px 8px 20px;
    outline: none;
    font-size: 16px;
    background: #fff;
}

.library-search button {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 20px;
    color: #06133b;
}

/* =========================
   Responsive
========================= */

/* About us start */
.about-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
        url("../images/thermometer.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 400px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.vt-subtitle {
    background: rgba(241, 38, 120, 0.1);
    color: #f12678;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.vt-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.vt-desc {
    color: #777;
    max-width: 600px;
    margin: auto;
    margin-top: 12px;
}

.vt-commitment-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 28px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    border: 1px solid #eee;
}

.vt-commitment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.vt-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    margin-bottom: 22px;
    border-radius: 18px;
    background: rgba(255, 5, 105, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-icon i {
    font-size: 30px;
    color: #f12678;
}

.vt-commitment-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #000000;
}

.vt-commitment-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 15px;
}
.value-grid {
    background: linear-gradient(135deg, #fff0f6, #ffffff);
}

.vt-badge {
    display: inline-block;
    background: rgba(241, 38, 120, 0.1);
    color: #f12678;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.vt-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

.vt-text {
    font-size: 18px;
    color: #666;
    margin-top: 18px;
    margin-bottom: 30px;
}

.vt-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #f12678;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.vt-btn-main:hover {
    background: #d91b68;
    color: #fff;
    transform: translateY(-3px);
}

.premiummistercard-item i {
    color: #f12678;
}
.vt-commitmenttitle {
    color: #f12678;
}
.microscope-right {
    color: #f12678;
}
/* Floating Contact Buttons */
.floating-contact {
    position: fixed;
    left: 10px;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
.floating-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.floating-btn:hover {
    transform: translateY(-4px) scale(1.08);
    color: #fff;
}

.whatsapp-btn {
    background: #25d366;
}

.call-btn {
    background: linear-gradient(135deg, #0d6efd, #00b4ff);
}

/* Breadcrumb */
.vt-pd-bc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #666;
    margin: 10px 0;
    flex-wrap: wrap;
}

.vt-pd-bc a {
    color: #666;
    text-decoration: none;
}

.vt-pd-bc a:hover {
    color: #f41168;
}

.vt-pd-bc i {
    font-size: 8px;
}

.vt-pd-bc .current {
    color: #333;
    font-weight: 600;
}

/* Gallery */
.vt-pd-main-img {
   
  
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
   
}

.vt-pd-main-img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition:
        transform 0.35s ease,
        opacity 0.15s;
    padding: 12px;
    border-radius:15px;
}

.vt-pd-main-img:hover img {
    transform: scale(1.04);
}

.vt-pd-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.vt-pd-thumb {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    border: 2px solid #ebebeb;
    background: #fff;
    padding: 4px;
    cursor: pointer;
    transition: border-color 0.15s;
    flex-shrink: 0;
}

.vt-pd-thumb.active,
.vt-pd-thumb:hover {
    border-color: #f41168;
}

.vt-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Info panel */
.vt-pd-info {
    position: sticky;
    top: 80px;
}

.vt-pd-cat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff3f8;
    color: #f41168;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #ffd6e8;
    margin-bottom: 10px;
}

.vt-pd-title {
    font-size: clamp(1.3rem, 2.8vw, 1.75rem);
    font-weight: 800;
    color: #0f0f0f;
    line-height: 1.2;
    margin-bottom: 5px;
}

.vt-pd-sku {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 12px;
}

.vt-pd-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.vt-pd-price-main {
    font-size: 1.9rem;
    font-weight: 900;
    color: #0f0f0f;
    line-height: 1;
}

.vt-pd-price-note {
    font-size: 12px;
    color: #aaa;
}

.vt-pd-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 10px 0;
}

.vt-pd-size-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}

.vt-pd-size-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 7px;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.vt-pd-notice {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 11.5px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.vt-pd-notice i {
    color: #f41168;
    font-size: 12px;
    flex-shrink: 0;
}

/* Qty + CTA row — all in one line */
.vt-action-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.vt-qty-wrap {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
}

.vt-qty-btn {
    width: 34px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
}

.vt-qty-btn:hover {
    background: #f5f5f5;
}

.vt-qty-val {
    min-width: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    pointer-events: none;
}

.vt-btn-cart {
    flex: 1;
    min-width: 110px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid #111;
    background: #fff;
    color: #111;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.vt-btn-cart:hover {
    background: #111;
    color: #fff;
}

.vt-btn-buy {
    flex: 1;
    min-width: 110px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    background: #f41168;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.vt-btn-buy:hover {
    background: #d4005a;
}

/* Trust — horizontal strip */
.vt-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.vt-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    padding: 5px 10px;
    flex: 1;
    min-width: 120px;
}

.vt-trust-item i {
    font-size: 13px;
    color: #f41168;
    flex-shrink: 0;
}

.vt-trust-item span {
    font-size: 10.5px;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
}

/* Research disclaimer */
.vt-rn {
    background: #fff8fa;
    border: 1px solid #ffd6e8;
    border-radius: 8px;
    padding: 9px 12px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 11px;
    color: #666;
}

.vt-rn i {
    color: #f41168;
    margin-top: 1px;
    flex-shrink: 0;
}

/* Tabs */
.vt-tabs-wrap {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    margin-top: 18px;
}

.vt-tab-nav {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.vt-tab-btn {
    padding: 11px 20px;
    font-size: 12.5px;
    font-weight: 600;
    color: #888;
    border: none;
    background: transparent;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.15s;
}

.vt-tab-btn.active {
    color: #f41168;
    border-bottom-color: #f41168;
    background: #fff;
}

.vt-tab-body {
    padding: 20px;
}

.vt-tab-pane {
    display: none;
}

.vt-tab-pane.active {
    display: block;
}

.vt-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

.vt-spec-card {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 9px;
    padding: 12px;
}

.vt-spec-label {
    font-size: 9.5px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
}

.vt-spec-val {
    font-size: 13px;
    font-weight: 800;
    color: #111;
}

/* Related */
.vt-related-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    text-decoration: none;
    display: block;
    height: 100%;
}

.vt-related-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.vt-related-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.vt-related-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vt-related-body {
    padding: 0px 12px;
}



.vt-related-cat h2 {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
  
}

.vt-related-cat p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  
}
.vt-related-price {
    font-size:22px;
    font-weight: 700;
    color: #f41168;
}
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url('../images/contact-bg.jpg');
    height: auto;
    background-size: cover;
    background-position: center;
   
}

.vt-related-badge {
    background: #f0fdf4;
    color: #166534;
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .vt-heading {
        font-size: 36px;
    }

    .vt-text {
        font-size: 16px;
    }
}

/* About us finish */

@media (max-width: 991px) {
    .library-heading h2 {
        font-size: 42px;
    }

    .library-topbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .library-heading h2 {
        font-size: 34px;
    }

    .library-btn {
        padding: 10px 14px;
        font-size: 14px;
    }

    .library-search {
        max-width: 100%;
    }

    .library-sort {
        width: 100%;
    }

    .library-sort select {
        width: 100%;
    }
    .floating-btn {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .floating-contact {
        top: 65%;
        right: 15px;
        bottom: 20px;
    }
}

/* Pet Project Banner */
.pet-project-banner {
    background: linear-gradient(90deg, #fff0f5 0%, #fff8fc 100%);
    border-top: 2px solid rgba(244,17,104,0.15);
    border-bottom: 2px solid rgba(244,17,104,0.15);
}
.pet-project-inner {
    padding: 8px 0;
}

/* COA Checklist */
.coa-checklist {
    background: rgba(244,17,104,0.04);
    border-left: 3px solid #f41168;
    padding: 16px 20px;
    border-radius: 8px;
}
.coa-checklist li {
    font-size: 0.95rem;
    color: #333;
}

/* Why Choose Section */
.why-choose-section {
    background: #f9f9fb;
}
.why-badge {
    display: inline-flex;
    align-items: center;
    background: #fff0f5;
    color: #f41168;
    border: 1px solid rgba(244,17,104,0.2);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.why-heading {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #0d0d1a;
}
.why-subtext {
    max-width: 520px;
    font-size: 1rem;
    line-height: 1.7;
}
.why-card {
    background: #fff;
    border: 1px solid #f0f0f5;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(244,17,104,0.12);
}
.why-icon-box {
    width: 56px;
    height: 56px;
    background: #fff0f5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #f41168;
}
.why-divider {
    width: 32px;
    height: 3px;
    background: #f41168;
    border-radius: 4px;
}
.why-stats-bar {
    background: #fff;
    border: 1px solid #f0f0f5;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.why-stat-icon {
    width: 48px;
    height: 48px;
    background: #fff0f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #f41168;
    flex-shrink: 0;
}
.why-stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f41168;
    line-height: 1.2;
}
.why-stat-label {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
}

/* ===================================
   Section Wave Dividers
=================================== */
.vt-wave {
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.vt-wave svg {
    display: block;
    width: 100%;
    height: 70px;
}
.vt-wave-into-dark {
    background: #080808;
}
.vt-wave-into-light {
    background: #080808;
}

/* ===================================
   Brand Section Separators
=================================== */
.vt-brand-sep {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
}
.vt-brand-sep .sep-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(244,17,104,0.3), transparent);
}
.vt-brand-sep .sep-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff0f5;
    border: 1px solid rgba(244,17,104,0.25);
    border-radius: 50%;
    color: #f41168;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}
.vt-brand-sep:hover .sep-icon {
    transform: scale(1.15) rotate(15deg);
    background: #f41168;
    color: #fff;
}

/* ===================================
   Logo Improvements
=================================== */
.vt-logo img {
    max-width: 120px;
    filter: drop-shadow(0 0 8px rgba(244,17,104,0.25));
    transition: filter 0.3s ease, transform 0.3s ease;
}
.vt-logo img:hover {
    filter: drop-shadow(0 0 14px rgba(244,17,104,0.5));
    transform: scale(1.03);
}

/* Footer logo */
.footer-logo-img {
    max-width: 140px;
    filter: drop-shadow(0 0 10px rgba(244,17,104,0.2));
}

/* ===================================
   Hero → Pet Project Ticker Strip
=================================== */
.ht-ticker {
    background: linear-gradient(90deg, #0d0d1a 0%, #1a0a12 50%, #0d0d1a 100%);
    overflow: hidden;
    padding: 13px 0;
    border-top: 2px solid #f41168;
    border-bottom: 2px solid rgba(244,17,104,0.35);
    position: relative;
}
.ht-ticker::before,
.ht-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.ht-ticker::before {
    left: 0;
    background: linear-gradient(to right, #0d0d1a, transparent);
}
.ht-ticker::after {
    right: 0;
    background: linear-gradient(to left, #0d0d1a, transparent);
}
.ht-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: htTickerScroll 30s linear infinite;
}
.ht-ticker-track:hover {
    animation-play-state: paused;
}
.ht-ticker-item {
    white-space: nowrap;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.ht-ticker-item i {
    color: #f41168;
    font-size: 0.85rem;
}
.ht-ticker-dot {
    color: #f41168;
    font-size: 0.65rem;
    opacity: 0.7;
    flex-shrink: 0;
}
@keyframes htTickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===================================
   Pet Project Section
=================================== */
.pet-project-section {
    position: relative;
    overflow: hidden;
}

/* Badge */
.pp-badge {
    display: inline-flex;
    align-items: center;
    background: #fff0f5;
    color: #f41168;
    border: 1.5px solid rgba(244,17,104,0.3);
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Heading */
.pp-heading {
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    color: #0d0d1a;
    line-height: 1.25;
}
.pp-subtext {
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
}

/* ---- Left Image Side ---- */
.pp-image-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-pet-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 12px;
}

/* Fallback when no image */
.pp-pet-fallback {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #f41168;
}
.pp-pet-fallback i {
    font-size: 5rem;
    opacity: 0.8;
}
.pp-pet-fallback span {
    font-size: 1.1rem;
    font-weight: 800;
    color: #f41168;
    letter-spacing: 0.05em;
}

/* Floating decoratives */
.pp-float {
    position: absolute;
    z-index: 3;
    opacity: 0.65;
    animation: ppFloat 3s ease-in-out infinite alternate;
    line-height: 1;
    user-select: none;
}
.pp-float-heart1 {
    top: 12%;
    left: 4%;
    font-size: 1.6rem;
    color: #f41168;
    animation-delay: 0s;
}
.pp-float-heart2 {
    top: 8%;
    right: 8%;
    font-size: 1rem;
    color: #f41168;
    animation-delay: 1.2s;
}
.pp-float-paw1 {
    top: 28%;
    left: 8%;
    font-size: 2rem;
    opacity: 0.25;
    animation-delay: 0.6s;
}
.pp-float-paw2 {
    bottom: 38%;
    right: 4%;
    font-size: 1.3rem;
    opacity: 0.2;
    animation-delay: 1.8s;
}
@keyframes ppFloat {
    0%   { transform: translateY(0) rotate(-4deg); }
    100% { transform: translateY(-12px) rotate(4deg); }
}

/* ---- Cards ---- */
.pp-card {
    background: #fff;
    border: 1.5px solid #ebebf0;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.04);
}
.pp-card-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
}
.pp-amount {
    font-size: 2rem;
    font-weight: 900;
    color: #f41168;
    line-height: 1;
}

/* Progress bar */
.pp-progress-bar {
    height: 7px;
    background: #f0f0f5;
    border-radius: 999px;
    overflow: hidden;
}
.pp-progress-fill {
    height: 100%;
    background: linear-gradient(to right, #f41168, #ff6fa3);
    border-radius: 999px;
    animation: ppGrow 1.2s ease forwards;
}
@keyframes ppGrow {
    from { width: 0 !important; }
    to   { width: 68%; }
}

/* Circular progress */
.pp-circle-progress {
    position: relative;
    width: 80px;
    height: 80px;
}
.pp-circle-progress svg {
    width: 80px;
    height: 80px;
}
.pp-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.15;
}
.pp-pct {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: #f41168;
}
.pp-pct-label {
    display: block;
    font-size: 0.52rem;
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Support list */
.pp-support-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f5f5f8;
}
.pp-support-list li:last-child { border-bottom: none; }
.pp-support-list li i {
    width: 30px;
    height: 30px;
    background: #fff0f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f41168;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* Thank you bar */
.pp-thankyou-bar {
    background: #f9f9fb;
    border: 1.5px solid #ebebf0;
}
.pp-heart-icon {
    width: 46px;
    height: 46px;
    background: #f41168;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.05rem;
    flex-shrink: 0;
    animation: ppHeartbeat 1.6s ease-in-out infinite;
}
@keyframes ppHeartbeat {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.12); }
}
.pp-learn-btn {
    display: inline-flex;
    align-items: center;
    background: #f41168;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}
.pp-learn-btn:hover {
    background: #d4005a;
    transform: translateX(4px);
}

/* Stats bar */
.pp-stats-bar {
    background: #fff;
    border: 1.5px solid #ebebf0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.pp-stat-icon {
    width: 48px;
    height: 48px;
    background: #fff0f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f41168;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.pp-stat-num {
    font-size: 1.45rem;
    font-weight: 900;
    color: #0d0d1a;
    line-height: 1.2;
}
.pp-stat-label {
    font-size: 0.78rem;
    color: #888;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 575px) {
    .pp-pet-img    { max-width: 100%; }
    .pp-heading    { font-size: 1.5rem; }
    .pp-learn-btn  { width: 100%; justify-content: center; }
}

/* ===================================
   You Might Also Like — Related Cards
=================================== */
.vt-related-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
}
.vt-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(244,17,104,0.11);
    border-color: rgba(244,17,104,0.18);
}
.vt-related-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.vt-related-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
}
.vt-related-card:hover .vt-related-img img {
    transform: scale(1.03);
}
.vt-related-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.vt-related-cat {
    margin-bottom: 8px;
}
.vt-related-cat h2 {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    margin-bottom: 2px;
}
.vt-related-cat p {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vt-related-price {
    font-size: 15px;
    font-weight: 900;
    color: #f41168;
    display: block;
    margin-bottom: 10px;
}
.vt-related-btns {
    display: flex;
    gap: 6px;
    margin-top: auto;
}
.vt-related-btns a {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: block;
}
.vt-related-btns .vt-btn-light {
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
}
.vt-related-btns .vt-btn-light:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}
.vt-related-btns .vt-btn-main {
    background: #f41168;
    color: #fff !important;
    border: none;
}
.vt-related-btns .vt-btn-main:hover {
    background: #d4005a;
}
