:root {
    --fv-pd-orange: #ff5a00;
    --fv-pd-cyan: #20b7da;
    --fv-pd-page: #f1f2f6;
    --fv-pd-border: #e8e9ec;
    --fv-pd-text: #24272d;
    --fv-pd-muted: #8b919a;
    --fv-pd-star: #f7b321;
}

.fv-pd-page {
    min-height: 700px;
    background: var(--fv-pd-page);
    color: var(--fv-pd-text);
}

.fv-pd-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--fv-pd-star);
}

.fv-pd-stars i {
    font-size: 11px;
}

.fv-pd-image-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: #fafafa;
    color: #c4c9d0;
}

.fv-pd-image-fallback i {
    font-size: 40px;
}

.fv-pd-page-state {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--fv-pd-page);
    color: #797f88;
}

.fv-pd-page-state i {
    color: var(--fv-pd-orange);
}

.fv-pd-page-state.error {
    color: #b42318;
}

/* =========================================================================
   DESKTOP
============================================================================ */

.fv-pd-desktop {
    display: block;
    padding-bottom: 44px;
}

.fv-pd-desktop-container {
    width: min(1190px, calc(100% - 32px));
    margin-inline: auto;
}

.fv-pd-breadcrumbs {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
    color: #777e87;
    font-size: 10px;
}

.fv-pd-breadcrumbs a {
    color: #078eb5;
}

.fv-pd-breadcrumbs span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fv-pd-breadcrumbs i {
    color: #afb4bb;
    font-size: 7px;
}

.fv-pd-desktop-main {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr) 320px;
    align-items: stretch;
    border: 1px solid #e6e7e9;
    background: #fff;
    box-shadow: 0 2px 10px rgba(24, 30, 42, 0.03);
}

.fv-pd-desktop-gallery {
    min-width: 0;
    padding: 14px;
    border-right: 1px solid #eee;
}

.fv-pd-desktop-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.fv-pd-desktop-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fv-pd-desktop-thumbnails {
    display: flex;
    gap: 7px;
    margin-top: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.fv-pd-desktop-thumbnails::-webkit-scrollbar {
    display: none;
}

.fv-pd-desktop-thumbnails button {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #e0e2e5;
    background: #fff;
}

.fv-pd-desktop-thumbnails button.active {
    border: 2px solid var(--fv-pd-orange);
}

.fv-pd-desktop-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fv-pd-desktop-info {
    min-width: 0;
    padding: 18px 20px 22px;
}

.fv-pd-brand-line {
    min-height: 20px;
    color: #8e949d;
    font-size: 9px;
}

.fv-pd-brand-line a {
    margin-left: 4px;
    color: #0a86c1;
}

.fv-pd-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.fv-pd-title-row h1 {
    margin: 2px 0 0;
    color: #20242a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
}

.fv-pd-title-row>div {
    display: flex;
    gap: 5px;
}

.fv-pd-title-row button {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #9aa0a8;
    font-size: 15px;
}

.fv-pd-title-row button:hover {
    color: var(--fv-pd-orange);
}

.fv-pd-desktop-rating {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #eee;
}

.fv-pd-desktop-rating button {
    border: 0;
    background: transparent;
    color: #1585bf;
    font-size: 9px;
}

.fv-pd-desktop-rating>span:last-child {
    color: #8b919a;
    font-size: 9px;
}

.fv-pd-price-panel {
    padding: 14px 0 10px;
}

.fv-pd-price-panel>strong {
    display: block;
    color: var(--fv-pd-orange);
    font-size: 32px;
    line-height: 1.1;
    font-weight: 400;
}

.fv-pd-price-panel>div {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
}

.fv-pd-price-panel del {
    color: #9ba0a7;
    font-size: 10px;
}

.fv-pd-price-panel span {
    color: #363b43;
    font-size: 10px;
}

.fv-pd-desktop-promo {
    min-height: 43px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fv-pd-desktop-promo span {
    color: #8a9099;
    font-size: 10px;
}

.fv-pd-desktop-promo strong {
    width: fit-content;
    padding: 5px 8px;
    background: #fff0e8;
    color: var(--fv-pd-orange);
    font-size: 9px;
}

.fv-pd-desktop-option-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 13px 0 0;
}

.fv-pd-desktop-option-row>span {
    color: #777e87;
    font-size: 10px;
}

.fv-pd-desktop-option-row>div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.fv-pd-desktop-option-row button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid #dcdfe3;
    background: #fff;
    color: #4d535c;
    font-size: 9px;
}

.fv-pd-desktop-option-row button.active {
    border: 1.5px solid var(--fv-pd-orange);
    color: var(--fv-pd-orange);
    box-shadow: inset 0 0 0 1px #fff0e8;
}

.fv-pd-desktop-option-row button i {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
}

.fv-pd-desktop-qty-row {
    min-height: 62px;
    display: grid;
    grid-template-columns: 90px auto 1fr;
    align-items: center;
    gap: 10px;
}

.fv-pd-desktop-qty-row>span {
    color: #777e87;
    font-size: 10px;
}

.fv-pd-desktop-qty-row small {
    color: #999fa7;
    font-size: 8px;
}

.fv-pd-qty-control {
    display: grid;
    grid-template-columns: 34px 38px 34px;
    height: 34px;
}

.fv-pd-qty-control button,
.fv-pd-qty-control strong {
    display: grid;
    place-items: center;
    border: 0;
}

.fv-pd-qty-control button {
    background: #f2f3f5;
    color: #949aa3;
    font-size: 15px;
}

.fv-pd-qty-control strong {
    background: #fff;
    color: #222;
    font-size: 11px;
    font-weight: 500;
}

.fv-pd-out-stock {
    margin: 4px 0 10px;
    color: #dc2626;
    font-size: 10px;
}

.fv-pd-desktop-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 9px;
}

.fv-pd-desktop-actions button {
    min-height: 48px;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.fv-pd-desktop-actions button.buy {
    background: var(--fv-pd-cyan);
}

.fv-pd-desktop-actions button.cart {
    background: var(--fv-pd-orange);
}

.fv-pd-desktop-actions button:disabled {
    opacity: 0.55;
}

.fv-pd-desktop-side {
    border-left: 1px solid #eee;
    background: #fafafa;
}

.fv-pd-desktop-side>section {
    padding: 16px;
    border-bottom: 1px solid #eceef0;
}

.fv-pd-desktop-side h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
    color: #555c65;
    font-size: 10px;
    font-weight: 500;
}

.fv-pd-side-line {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 8px;
    margin: 11px 0;
    color: #3e444c;
    font-size: 10px;
    line-height: 1.35;
}

.fv-pd-side-line>i {
    color: #8b9199;
    font-size: 14px;
    text-align: center;
}

.fv-pd-side-line span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fv-pd-side-line small {
    color: #9ca1a8;
    font-size: 8px;
}

.fv-pd-seller-card>span {
    color: #8e949c;
    font-size: 8px;
}

.fv-pd-seller-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 7px;
}

.fv-pd-seller-logo {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #fff0e8;
    color: var(--fv-pd-orange);
}

.fv-pd-seller-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-pd-seller-head strong {
    font-size: 12px;
    font-weight: 600;
}

.fv-pd-seller-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fv-pd-seller-metrics div {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    border-right: 1px solid #eee;
}

.fv-pd-seller-metrics div:last-child {
    border-right: 0;
}

.fv-pd-seller-metrics span {
    color: #858b94;
    font-size: 8px;
}

.fv-pd-seller-metrics strong {
    color: #262c34;
    font-size: 17px;
    font-weight: 500;
}

.fv-pd-seller-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
}

.fv-pd-seller-actions button {
    min-height: 35px;
    border: 1px solid #dfe2e5;
    background: #fff;
    color: #4d535c;
    font-size: 9px;
}

.fv-pd-seller-actions button:last-child {
    border-color: var(--fv-pd-orange);
    color: var(--fv-pd-orange);
}

.fv-pd-desktop-section {
    width: calc(100% - 320px);
    margin-top: 13px;
    border: 1px solid #e6e7e9;
    background: #fff;
}

.fv-pd-desktop-section>h2 {
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 17px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
}

.fv-pd-description {
    position: relative;
    max-height: 530px;
    overflow: hidden;
    padding: 18px 20px;
}

.fv-pd-description:not(.expanded)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    background: linear-gradient(transparent, #fff);
}

.fv-pd-description.expanded {
    max-height: none;
}

.fv-pd-rich-text {
    color: #333942;
    font-size: 11px;
    line-height: 1.65;
}

.fv-pd-rich-text img,
.fv-pd-rich-text video,
.fv-pd-rich-text iframe {
    max-width: 100%;
}

.fv-pd-video iframe {
    width: 100%;
    min-height: 430px;
    border: 0;
}

.fv-pd-view-more {
    min-width: 130px;
    min-height: 38px;
    display: block;
    margin: 0 auto 17px;
    border: 1px solid #2368ff;
    background: #fff;
    color: #2368ff;
    font-size: 10px;
}

.fv-pd-review-summary {
    display: grid;
    grid-template-columns: 210px 340px;
    gap: 25px;
    padding: 25px 22px;
    border-bottom: 1px solid #eee;
}

.fv-pd-review-summary>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fv-pd-review-summary>div:first-child>strong {
    font-size: 40px;
    font-weight: 400;
}

.fv-pd-review-summary>div:first-child small {
    color: #9aa0a8;
    font-size: 23px;
}

.fv-pd-review-summary>div:first-child>span:last-child {
    color: #8b919a;
    font-size: 9px;
}

.fv-pd-review-bars {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fv-pd-review-bars>div {
    display: grid;
    grid-template-columns: 30px 140px 30px;
    align-items: center;
    gap: 7px;
}

.fv-pd-review-bars>div>span {
    color: #f7b321;
    font-size: 9px;
}

.fv-pd-review-bars b {
    height: 10px;
    overflow: hidden;
    background: #eceef1;
}

.fv-pd-review-bars b i {
    display: block;
    height: 100%;
    background: #f7c04a;
}

.fv-pd-review-bars small {
    color: #606771;
    font-size: 9px;
}

.fv-pd-review-list article {
    min-height: 120px;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

.fv-pd-review-list article>small {
    display: block;
    margin-top: 5px;
    color: #7c838d;
    font-size: 8px;
}

.fv-pd-review-list article p {
    margin: 10px 0;
    color: #343a43;
    font-size: 10px;
    line-height: 1.55;
}

.fv-pd-review-images {
    display: flex;
    gap: 7px;
}

.fv-pd-review-images img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.fv-pd-no-reviews {
    min-height: 120px;
    display: grid;
    place-items: center;
    color: #9298a1;
    font-size: 10px;
}

.fv-pd-mobile {
    display: none;
}

/* =========================================================================
   TABLET
============================================================================ */

@media (max-width: 1080px) and (min-width: 768px) {
    .fv-pd-desktop-main {
        grid-template-columns: 320px minmax(0, 1fr);
    }

    .fv-pd-desktop-side {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-left: 0;
        border-top: 1px solid #eee;
    }

    .fv-pd-desktop-section {
        width: 100%;
    }
}

/* =========================================================================
   MOBILE
============================================================================ */

@media (max-width: 767px) {
    .fv-pd-page {
        padding-bottom: 54px;
        background: #f5f5f5;
    }

    .fv-pd-desktop {
        display: none;
    }

    .fv-pd-mobile {
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        background: #f5f5f5;
    }

    .fv-pd-mobile-gallery {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #fff;
        touch-action: pan-y;
    }

    .fv-pd-mobile-gallery>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        user-select: none;
        -webkit-user-drag: none;
    }

    .fv-pd-mobile-gallery .fv-pd-image-fallback {
        position: absolute;
        inset: 0;
    }

    .fv-pd-mobile-home,
    .fv-pd-mobile-top-actions button {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(43, 43, 43, 0.60);
        color: #fff;
        font-size: 14px;
    }

    .fv-pd-mobile-home {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .fv-pd-mobile-top-actions {
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
        gap: 7px;
    }

    .fv-pd-mobile-top-actions button.cart {
        position: relative;
    }

    .fv-pd-mobile-top-actions b {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 3px;
        border: 2px solid #fff;
        border-radius: 999px;
        background: #f04444;
        color: #fff;
        font-size: 7px;
    }

    .fv-pd-mobile-image-count {
        position: absolute;
        left: 50%;
        bottom: 13px;
        min-width: 32px;
        min-height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        border-radius: 999px;
        background: rgba(20, 20, 20, 0.64);
        color: #fff;
        font-size: 10px;
        transform: translateX(-50%);
    }

    .fv-pd-mobile-summary {
        padding: 10px 12px 12px;
        border-bottom: 8px solid #f5f5f5;
        background: #fff;
    }

    .fv-pd-mobile-promo-text {
        margin-bottom: 5px;
        color: #ff4466;
        font-size: 11px;
    }

    .fv-pd-mobile-price-actions {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
    }

    .fv-pd-mobile-price-actions>div:first-child>strong {
        display: block;
        color: #ff3f57;
        font-size: 24px;
        line-height: 1.1;
        font-weight: 600;
    }

    .fv-pd-mobile-price-actions small {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 3px;
    }

    .fv-pd-mobile-price-actions del {
        color: #a4a8ae;
        font-size: 10px;
    }

    .fv-pd-mobile-price-actions small b {
        padding: 1px 3px;
        background: #ffe9ee;
        color: #ff405e;
        font-size: 9px;
        font-weight: 500;
    }

    .fv-pd-mobile-price-actions>div:last-child {
        display: flex;
        gap: 7px;
    }

    .fv-pd-mobile-price-actions>div:last-child button {
        width: 31px;
        height: 31px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #9ea3a9;
        font-size: 18px;
    }

    .fv-pd-mobile-summary h1 {
        margin: 8px 0 0;
        color: #454545;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 400;
    }

    .fv-pd-mobile-rating {
        min-height: 31px;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .fv-pd-mobile-rating span:last-child {
        color: #8e949c;
        font-size: 9px;
    }

    .fv-pd-mobile-info-row {
        border-bottom: 7px solid #f5f5f5;
        background: #fff;
    }

    .fv-pd-mobile-info-row>button {
        width: 100%;
        min-height: 51px;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 15px;
        align-items: center;
        gap: 8px;
        padding: 0 14px;
        border: 0;
        background: #fff;
        text-align: left;
    }

    .fv-pd-mobile-info-row>button>span {
        color: #999fa7;
        font-size: 11px;
    }

    .fv-pd-mobile-info-row>button>small {
        overflow: hidden;
        color: #454b54;
        font-size: 9px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .fv-pd-mobile-info-row>button>i {
        color: #a8adb4;
        font-size: 8px;
    }

    .fv-pd-mobile-block {
        position: relative;
        min-height: 105px;
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr) 15px;
        gap: 7px;
        padding: 14px 13px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .fv-pd-mobile-block-label {
        color: #999fa8;
        font-size: 11px;
    }

    .fv-pd-mobile-block-content {
        min-width: 0;
    }

    .fv-pd-mobile-block-arrow {
        align-self: center;
        color: #aab0b7;
        font-size: 8px;
    }

    .fv-pd-mobile-delivery-location {
        display: flex;
        align-items: flex-start;
        gap: 5px;
        color: #ff5a1f;
        font-size: 9px;
        font-style: italic;
        line-height: 1.35;
    }

    .fv-pd-mobile-delivery-location i {
        margin-top: 2px;
    }

    .fv-pd-mobile-delivery-line {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 10px;
        color: #333942;
        font-size: 9px;
    }

    .fv-pd-mobile-delivery-line strong {
        font-weight: 600;
    }

    .fv-pd-mobile-service {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .fv-pd-mobile-service span {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        color: #333942;
        font-size: 9px;
        line-height: 1.3;
    }

    .fv-pd-mobile-service i {
        margin-top: 4px;
        font-size: 4px;
    }

    .fv-pd-mobile-reviews-link {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 13px;
        border-top: 7px solid #f5f5f5;
        border-bottom: 1px solid #eee;
        background: #fff;
        color: #8e949d;
        font-size: 10px;
    }

    .fv-pd-mobile-reviews-link button {
        border: 0;
        background: transparent;
        color: #ff5a1f;
        font-size: 9px;
        font-style: italic;
    }

    .fv-pd-mobile-description {
        margin-top: 7px;
        padding: 13px;
        background: #fff;
    }

    .fv-pd-mobile-description h2 {
        margin: 0 0 10px;
        font-size: 13px;
    }

    .fv-pd-mobile-description>div {
        position: relative;
        max-height: 220px;
        overflow: hidden;
        color: #4a5058;
        font-size: 10px;
        line-height: 1.55;
    }

    .fv-pd-mobile-description>div.expanded {
        max-height: none;
    }

    .fv-pd-mobile-description img,
    .fv-pd-mobile-description iframe {
        max-width: 100%;
    }

    .fv-pd-mobile-description>button {
        min-height: 34px;
        display: block;
        margin: 12px auto 0;
        padding: 0 13px;
        border: 1px solid #20b7da;
        background: #fff;
        color: #20a4c4;
        font-size: 9px;
    }

    .fv-pd-mobile-review-panel {
        margin-top: 7px;
        padding: 13px;
        background: #fff;
    }

    .fv-pd-mobile-review-panel h2 {
        margin: 0 0 13px;
        font-size: 13px;
    }

    .fv-pd-mobile-review-panel>div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .fv-pd-mobile-review-panel strong {
        font-size: 28px;
        font-weight: 500;
    }

    .fv-pd-mobile-review-panel strong small {
        color: #a0a5ac;
        font-size: 16px;
    }

    .fv-pd-mobile-review-panel span:last-child {
        color: #999fa7;
        font-size: 9px;
    }

    .fv-pd-mobile-bottom-bar {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 140;
        width: min(520px, 100%);
        height: 54px;
        display: grid;
        grid-template-columns: 54px 54px minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        border-top: 1px solid #e8e8e8;
        background: #fff;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
        transform: translateX(-50%);
    }

    .fv-pd-mobile-bottom-bar button {
        border: 0;
    }

    .fv-pd-mobile-bottom-bar button.mini {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        background: #fff;
        color: #747b84;
    }

    .fv-pd-mobile-bottom-bar button.mini i {
        font-size: 16px;
    }

    .fv-pd-mobile-bottom-bar button.mini small {
        font-size: 7px;
    }

    .fv-pd-mobile-bottom-bar button.buy {
        background: var(--fv-pd-cyan);
        color: #fff;
        font-size: 12px;
    }

    .fv-pd-mobile-bottom-bar button.cart {
        background: var(--fv-pd-orange);
        color: #fff;
        font-size: 12px;
    }

    .fv-pd-mobile-bottom-bar button:disabled {
        opacity: 0.55;
    }

    /* Bottom sheets */

    .fv-pd-sheet-backdrop {
        position: fixed;
        inset: 0;
        z-index: 200;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background: rgba(0, 0, 0, 0.44);
    }

    .fv-pd-sheet {
        width: min(520px, 100%);
        max-height: 80dvh;
        overflow-y: auto;
        padding: 8px 14px 16px;
        border-radius: 16px 16px 0 0;
        background: #fff;
    }

    .fv-pd-sheet-handle {
        width: 42px;
        height: 4px;
        margin: 0 auto 8px;
        border-radius: 999px;
        background: #d6d8dc;
    }

    .fv-pd-sheet-head {
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
    }

    .fv-pd-sheet-head strong {
        font-size: 14px;
    }

    .fv-pd-sheet-head button {
        width: 34px;
        height: 34px;
        border: 0;
        background: transparent;
    }

    .fv-pd-sheet-product {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 10px;
        padding: 13px 0;
    }

    .fv-pd-sheet-product>span {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .fv-pd-sheet-product>span img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .fv-pd-sheet-product>div {
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }

    .fv-pd-sheet-product>div strong {
        color: #ff3f57;
        font-size: 20px;
    }

    .fv-pd-sheet-product>div small {
        color: #7e858e;
        font-size: 9px;
    }

    .fv-pd-sheet-option-group {
        padding: 10px 0;
    }

    .fv-pd-sheet-option-group>span {
        display: block;
        margin-bottom: 7px;
        color: #555c65;
        font-size: 10px;
    }

    .fv-pd-sheet-option-group>div {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

    .fv-pd-sheet-option-group button {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 0 11px;
        border: 1px solid #dcdfe3;
        background: #fff;
        font-size: 9px;
    }

    .fv-pd-sheet-option-group button.active {
        border-color: var(--fv-pd-orange);
        color: var(--fv-pd-orange);
    }

    .fv-pd-sheet-option-group button i {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .fv-pd-sheet-qty {
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #eee;
    }

    .fv-pd-sheet-qty>span {
        font-size: 10px;
    }

    .fv-pd-sheet-apply {
        width: 100%;
        min-height: 42px;
        border: 0;
        background: var(--fv-pd-orange);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
    }

    .fv-pd-spec-list>div {
        min-height: 45px;
        display: grid;
        grid-template-columns: 110px 1fr;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #eee;
    }

    .fv-pd-spec-list span {
        color: #999fa7;
        font-size: 9px;
    }

    .fv-pd-spec-list strong {
        color: #363c44;
        font-size: 10px;
        font-weight: 500;
    }
}

@media (max-width: 360px) {
    .fv-pd-mobile-block {
        grid-template-columns: 72px minmax(0, 1fr) 12px;
    }

    .fv-pd-mobile-bottom-bar {
        grid-template-columns: 50px 50px minmax(0, 1fr) minmax(0, 1fr);
    }
}


/*
|--------------------------------------------------------------------------
| MOBILE BOTTOM ACTION BAR
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar {
    position: fixed;

    left: 50%;
    bottom: 0;

    z-index: 150;

    width: min(520px,
            100%);

    height: 52px;

    display: grid;

    grid-template-columns:
        54px 54px minmax(0, 1fr) minmax(0, 1fr);

    align-items: stretch;

    overflow: hidden;

    border-top: 1px solid #ececec;

    background: #ffffff;

    box-shadow:
        0 -3px 10px rgba(0, 0, 0, 0.05);

    transform: translateX(-50%);
}


/*
|--------------------------------------------------------------------------
| ALL BUTTONS
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar button {
    min-width: 0;

    padding: 0;

    border: 0;

    outline: 0;

    cursor: pointer;
}


/*
|--------------------------------------------------------------------------
| STORE + CHAT
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar .mini {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 2px;

    background: #ffffff;

    color: #777d85;
}


.fv-pd-mobile-bottom-bar .mini i {
    font-size: 16px;

    line-height: 1;
}


.fv-pd-mobile-bottom-bar .mini small {
    font-size: 7px;

    line-height: 1;

    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| STORE / CHAT DIVIDER
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar .mini:first-child {
    border-right: 1px solid #f0f0f0;
}


/*
|--------------------------------------------------------------------------
| BUY NOW
|--------------------------------------------------------------------------
|
| Screenshot-style diagonal left + right edge.
|
*/

.fv-pd-mobile-bottom-bar .buy {
    position: relative;

    z-index: 3;

    margin-left: -1px;
    margin-right: -10px;

    padding:
        0 18px 0 22px;

    background: #27b5d8;

    color: #ffffff;

    font-size: 12px;

    font-weight: 500;

    clip-path:
        polygon(12px 0,
            100% 0,
            calc(100% - 12px) 100%,
            0 100%);
}


/*
|--------------------------------------------------------------------------
| ADD TO CART
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar .cart {
    position: relative;

    z-index: 2;

    margin-left: 0;

    padding:
        0 12px 0 20px;

    background: #ff6a00;

    color: #ffffff;

    font-size: 12px;

    font-weight: 500;

    clip-path:
        polygon(12px 0,
            100% 0,
            100% 100%,
            0 100%);
}


/*
|--------------------------------------------------------------------------
| BUTTON PRESS EFFECT
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar button:active {
    filter: brightness(0.94);
}


/*
|--------------------------------------------------------------------------
| DISABLED
|--------------------------------------------------------------------------
*/

.fv-pd-mobile-bottom-bar button:disabled {
    cursor: not-allowed;

    opacity: 0.62;
}


/*
|--------------------------------------------------------------------------
| VERY SMALL MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 360px) {

    .fv-pd-mobile-bottom-bar {
        grid-template-columns:
            50px 50px minmax(0, 1fr) minmax(0, 1fr);
    }


    .fv-pd-mobile-bottom-bar .buy,
    .fv-pd-mobile-bottom-bar .cart {
        font-size: 11px;
    }

}