.cfresh-vpb {
    --cfresh-accent: #79b941;
    --cfresh-accent-strong: #5e9f27;
    --cfresh-dark: #111713;
    --cfresh-soft: #f4f7f1;
    position: relative;
    width: 100%;
    padding: 22px 44px;
    background: #ffffff;
    color: var(--cfresh-dark);
    overflow: hidden;
}

.cfresh-vpb__header {
    position: relative;
    max-width: 680px;
    margin: 0 0 22px;
    padding: 0 0 16px;
}

.cfresh-vpb__header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cfresh-accent), #ffa600);
}

.cfresh-vpb__title {
    margin: 0;
    color: #092448;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.05;
}

.cfresh-vpb__description {
    max-width: 560px;
    margin: 8px 0 0;
    color: #4b5f75;
    font-size: 15px;
    line-height: 1.55;
}

.cfresh-vpb__viewport {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.cfresh-vpb__viewport::-webkit-scrollbar {
    display: none;
}

.cfresh-vpb__track {
    display: flex;
    gap: 14px;
    width: max-content;
}

.cfresh-vpb__card {
    position: relative;
    width: clamp(190px, 22vw, 330px);
    aspect-ratio: 9 / 13.5;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #dfe7da;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(17, 23, 19, 0.12);
}

.cfresh-vpb__media,
.cfresh-vpb__media img,
.cfresh-vpb__media video {
    display: block;
    width: 100%;
    height: 100%;
}

.cfresh-vpb__media {
    position: relative;
}

.cfresh-vpb__media img,
.cfresh-vpb__media video {
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cfresh-vpb__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
        linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cfresh-vpb__card:hover img,
.cfresh-vpb__card:hover video {
    transform: scale(1.04);
}

.cfresh-vpb__play {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(10, 14, 12, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px) saturate(140%);
}

.cfresh-vpb__play::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 17px;
    border-left: 18px solid var(--cfresh-accent);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.28));
}

.cfresh-vpb__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    gap: 2px;
    padding: 42px 14px 14px;
    text-align: left;
    color: #ffffff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0));
}

.cfresh-vpb__caption strong {
    font-size: 15px;
    line-height: 1.25;
}

.cfresh-vpb__caption small {
    font-size: 12px;
    line-height: 1.3;
}

.cfresh-vpb__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    appearance: none;
    background: rgba(17, 23, 19, 0.82);
    color: #ffffff;
    font-size: 30px;
    font-family: Arial, sans-serif;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%);
    transition: transform 0.18s ease, background 0.18s ease;
}

.cfresh-vpb__nav:hover {
    background: var(--cfresh-accent-strong);
    transform: translateY(-50%) scale(1.06);
}

.cfresh-vpb__nav--prev {
    left: 8px;
}

.cfresh-vpb__nav--next {
    right: 8px;
}

.cfresh-vpb-lock {
    overflow: hidden;
}

.cfresh-vpb-drawer {
    --cfresh-accent: #79b941;
    --cfresh-accent-strong: #5e9f27;
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
}

.cfresh-vpb-drawer__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.cfresh-vpb-drawer__panel {
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: 24px;
    width: min(410px, calc(100vw - 28px));
    border-radius: 8px;
    background: #050605;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    transform: translateX(calc(100% + 32px));
    transition: transform 0.28s ease;
}

.cfresh-vpb-drawer.is-open {
    pointer-events: auto;
}

.cfresh-vpb-drawer.is-open .cfresh-vpb-drawer__shade {
    opacity: 1;
}

.cfresh-vpb-drawer.is-open .cfresh-vpb-drawer__panel {
    transform: translateX(0);
}

.cfresh-vpb-drawer__close,
.cfresh-vpb-drawer__step {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    appearance: none;
    background: rgba(11, 15, 12, 0.78);
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1;
    text-align: center;
    text-transform: none;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(8px);
    transition: background 0.18s ease, transform 0.18s ease;
}

.cfresh-vpb-drawer__close:hover,
.cfresh-vpb-drawer__step:hover {
    background: var(--cfresh-accent-strong);
    transform: scale(1.06);
}

.cfresh-vpb-drawer__close {
    top: 14px;
    left: 14px;
    font-size: 24px;
}

.cfresh-vpb-drawer__step {
    right: 14px;
    font-size: 20px;
}

.cfresh-vpb-drawer__step--up {
    top: calc(50% - 48px);
}

.cfresh-vpb-drawer__step--down {
    top: calc(50% + 4px);
}

.cfresh-vpb-drawer__body {
    position: relative;
    height: 100%;
}

.cfresh-vpb-drawer__body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0));
}

.cfresh-vpb-drawer__video {
    position: relative;
    z-index: 0;
    height: 100%;
    background: #000000;
}

.cfresh-vpb-drawer__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cfresh-vpb-drawer__copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 114px;
    z-index: 2;
    padding: 132px 18px 22px;
}

.cfresh-vpb-drawer__copy h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.cfresh-vpb-drawer__copy p {
    max-width: 92%;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.cfresh-vpb-drawer__rating {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.cfresh-vpb-drawer__stars {
    color: #ffc928;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.cfresh-vpb-product {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 104px;
    gap: 11px;
    align-items: center;
    min-height: 86px;
    max-height: 116px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(5, 6, 5, 0.96);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.cfresh-vpb-product__image img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    object-fit: cover;
}

.cfresh-vpb-product__info {
    min-width: 0;
}

.cfresh-vpb-product__info a {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.cfresh-vpb-product__price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: baseline;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.cfresh-vpb-product__price del {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
}

.cfresh-vpb-product__price ins {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 104px;
    min-width: 104px;
    max-width: 104px;
    min-height: 52px;
    padding: 9px 8px;
    border: 0 !important;
    border-radius: 6px;
    appearance: none;
    background: #050605 !important;
    background-color: #050605 !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: normal;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 10px 20px rgba(121, 185, 65, 0.24);
    transition: background 0.18s ease, transform 0.18s ease;
}

.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:hover,
.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:focus {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #0d130b !important;
    transform: translateY(-1px);
}

.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:link,
.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:visited {
    color: #ffffff !important;
}

.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:hover,
.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:focus,
.cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button:hover:visited {
    color: #0d130b !important;
}

.cfresh-vpb-drawer .cfresh-vpb-product a.added_to_cart {
    grid-column: 3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 104px;
    min-width: 104px;
    max-width: 104px;
    min-height: 28px;
    margin: 6px 0 0;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 6px;
    background: #b62052 !important;
    background-color: #b62052 !important;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    opacity: 1 !important;
    visibility: visible !important;
}

.cfresh-vpb-drawer .cfresh-vpb-product a.added_to_cart:hover,
.cfresh-vpb-drawer .cfresh-vpb-product a.added_to_cart:focus {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #0d130b !important;
}

@media (max-width: 700px) {
    .cfresh-vpb {
        padding: 18px 16px;
    }

    .cfresh-vpb__header {
        margin-bottom: 18px;
    }

    .cfresh-vpb__title {
        font-size: 28px;
    }

    .cfresh-vpb__description {
        font-size: 14px;
    }

    .cfresh-vpb__card {
        width: 72vw;
    }

    .cfresh-vpb__nav {
        display: none;
    }

    .cfresh-vpb-drawer__panel {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        border-radius: 0;
    }

    .cfresh-vpb-product {
        grid-template-columns: 58px minmax(0, 1fr) 92px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .cfresh-vpb-drawer .cfresh-vpb-product a.cfresh-vpb-product__button {
        width: 92px;
        min-width: 92px;
        max-width: 92px;
        font-size: 10px;
    }

    .cfresh-vpb-drawer .cfresh-vpb-product a.added_to_cart {
        width: 92px;
        min-width: 92px;
        max-width: 92px;
    }
}
