/* =========================================================
   FACEVALY CHECKOUT — LARGE READABLE TYPOGRAPHY
========================================================= */

:root {
    --fvc2-orange: #ff5a00;
    --fvc2-orange-dark: #e95000;

    --fvc2-bg: #f3f4f7;

    --fvc2-text: #232831;
    --fvc2-text-soft: #596273;

    --fvc2-muted: #7f8792;

    --fvc2-border: #dfe3e8;

    --fvc2-card: #ffffff;

    --fvc2-success: #0d9b6a;
    --fvc2-danger: #dc3545;
}


/* =========================================================
   GLOBAL
========================================================= */

.fvc2-page,
.fvc2-page *,
.fvc2-state,
.fvc2-state * {
    box-sizing: border-box;
}


.fvc2-page {
    min-height: 720px;

    padding:
        20px
        0
        110px;

    background:
        var(--fvc2-bg);

    color:
        var(--fvc2-text);

    font-family:
        Inter,
        "Noto Sans Bengali",
        "Hind Siliguri",
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 14px;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fvc2-container {
    width:
        min(
            1120px,
            calc(100% - 30px)
        );

    margin-inline: auto;
}


/* =========================================================
   LOADING STATE
========================================================= */

.fvc2-state {
    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    background:
        var(--fvc2-bg);

    color: #687180;

    font-size: 14px;
    font-weight: 600;
}


.fvc2-state i {
    color:
        var(--fvc2-orange);

    font-size: 17px;
}


/* =========================================================
   HEADER
========================================================= */

.fvc2-head {
    min-height: 72px;

    display: grid;

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

    align-items: center;

    margin-bottom: 14px;

    padding:
        0
        12px;

    border:
        1px solid
        var(--fvc2-border);

    border-radius: 12px;

    background: #fff;
}


.fvc2-head > button {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border: 0;
    border-radius: 50%;

    background: #f5f6f8;

    color: #525b67;

    font-size: 15px;

    cursor: pointer;

    transition:
        background 0.18s ease,
        color 0.18s ease;
}


.fvc2-head > button:hover {
    background: #fff0e8;

    color:
        var(--fvc2-orange);
}


.fvc2-head > div span {
    color:
        var(--fvc2-orange);

    font-size: 11px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 0.06em;
}


.fvc2-head h1 {
    margin:
        3px
        0
        0;

    color: #151b24;

    font-size: 28px;
    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -0.4px;
}


.fvc2-head > i {
    color:
        var(--fvc2-orange);

    text-align: center;

    font-size: 17px;
}


/* =========================================================
   ERROR
========================================================= */

.fvc2-error {
    min-height: 46px;

    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 11px;

    padding:
        10px
        13px;

    border:
        1px solid
        #fecaca;

    border-radius: 8px;

    background: #fff1f2;

    color: #b42318;

    font-size: 13px;
    line-height: 1.45;

    font-weight: 500;
}


.fvc2-error i {
    font-size: 14px;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.fvc2-layout {
    display: grid;

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

    align-items: start;

    gap: 14px;
}


.fvc2-main {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 13px;
}


/* =========================================================
   CARDS
========================================================= */

.fvc2-card,
.fvc2-mobile-summary {
    overflow: hidden;

    border:
        1px solid
        var(--fvc2-border);

    border-radius: 13px;

    background:
        var(--fvc2-card);

    box-shadow:
        0 2px 8px
        rgba(
            15,
            23,
            42,
            0.025
        );
}


/* =========================================================
   CARD TITLES
========================================================= */

.fvc2-title {
    min-height: 52px;

    display: flex;
    align-items: center;

    gap: 9px;

    padding:
        0
        14px;

    border-bottom:
        1px solid
        #eceff2;
}


.fvc2-title > i {
    color:
        var(--fvc2-orange);

    font-size: 15px;
}


.fvc2-title strong {
    color: #242a33;

    font-size: 16px;
    line-height: 1.3;

    font-weight: 700;
}


.fvc2-title > span {
    margin-left: auto;

    color:
        var(--fvc2-muted);

    font-size: 11px;

    font-weight: 500;
}


/* =========================================================
   PRODUCT REVIEW
========================================================= */

.fvc2-products article {
    position: relative;

    min-height: 102px;

    display: grid;

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

    align-items: center;

    gap: 12px;

    padding:
        12px
        13px;

    border-bottom:
        1px solid
        #eef0f3;
}


.fvc2-products article:last-child {
    border-bottom: 0;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.fvc2-product-image {
    width: 68px;
    height: 68px;

    display: grid;
    place-items: center;

    overflow: hidden;

    border:
        1px solid
        #e0e4e9;

    border-radius: 9px;

    background: #fff;
}


.fvc2-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}


.fvc2-image-fallback {
    width: 100%;
    height: 100%;

    display: grid;
    place-items: center;

    color: #b6bdc7;

    background: #fafafa;

    font-size: 18px;
}


/* =========================================================
   PRODUCT TEXT
========================================================= */

.fvc2-product-copy {
    min-width: 0;
}


.fvc2-product-copy > strong {
    display: block;

    overflow: hidden;

    color: #252b34;

    font-size: 14px;
    line-height: 1.35;

    font-weight: 650;

    white-space: nowrap;
    text-overflow: ellipsis;
}


.fvc2-product-copy > small {
    display: block;

    min-height: 20px;

    margin-top: 4px;

    overflow: hidden;

    color: #7e8794;

    font-size: 11px;
    line-height: 1.4;

    white-space: nowrap;
    text-overflow: ellipsis;
}


.fvc2-product-copy > div {
    min-height: 36px;

    display: flex;
    align-items: center;

    gap: 14px;

    margin-top: 6px;
}


/* =========================================================
   QUANTITY
========================================================= */

.fvc2-qty {
    height: 32px;

    display: grid;

    grid-template-columns:
        31px
        38px
        31px;

    overflow: hidden;

    border:
        1px solid
        #dde2e8;

    border-radius: 999px;
}


.fvc2-qty button,
.fvc2-qty b {
    display: grid;
    place-items: center;

    border: 0;

    background: #fff;

    font-size: 12px;
}


.fvc2-qty button {
    color:
        var(--fvc2-orange);

    font-weight: 700;

    cursor: pointer;
}


.fvc2-qty button:disabled {
    opacity: 0.4;

    cursor: default;
}


.fvc2-qty b {
    border-inline:
        1px solid
        #eceff2;

    color: #343a43;

    font-weight: 600;
}


.fvc2-line-price {
    color: #242a33;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   REMOVE PRODUCT
========================================================= */

.fvc2-remove {
    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    border: 0;
    border-radius: 8px;

    background: #fff0f1;

    color: #ef4654;

    font-size: 13px;

    cursor: pointer;
}


.fvc2-remove:hover:not(:disabled) {
    background: #ffe3e5;
}


.fvc2-remove:disabled {
    opacity: 0.45;

    cursor: default;
}


/* =========================================================
   CUSTOMER FIELDS
========================================================= */

.fvc2-fields {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 13px;

    padding: 15px;
}


.fvc2-fields label.address {
    grid-column:
        1 / -1;
}


.fvc2-fields label > span {
    display: block;

    margin-bottom: 7px;

    color: #4d5665;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 650;
}


.fvc2-fields label > div {
    min-height: 48px;

    display: grid;

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

    align-items: center;

    overflow: hidden;

    border:
        1px solid
        #d4dae2;

    border-radius: 8px;

    background: #fff;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}


.fvc2-fields label > div:focus-within {
    border-color:
        var(--fvc2-orange);

    box-shadow:
        0 0 0 3px
        rgba(
            255,
            90,
            0,
            0.08
        );
}


.fvc2-fields label > div > i {
    color: #919aa7;

    font-size: 14px;

    text-align: center;
}


.fvc2-fields input,
.fvc2-fields textarea {
    width: 100%;
    min-width: 0;

    padding:
        11px
        11px
        11px
        0;

    border: 0;
    outline: 0;

    resize: none;

    background: transparent;

    color: #2f3640;

    font-family: inherit;
    font-size: 13px;
    line-height: 1.45;

    font-weight: 450;
}


.fvc2-fields input::placeholder,
.fvc2-fields textarea::placeholder {
    color: #929aa6;

    opacity: 1;
}


/* =========================================================
   DELIVERY AREA
========================================================= */

.fvc2-area-grid {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 11px;

    padding: 15px;
}


.fvc2-area-grid > button {
    min-height: 82px;

    display: grid;

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

    align-items: center;

    gap: 9px;

    padding:
        11px
        12px;

    border:
        1px solid
        #dce1e7;

    border-radius: 9px;

    background: #fff;

    color:
        var(--fvc2-text);

    font-family: inherit;

    text-align: left;

    cursor: pointer;

    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}


.fvc2-area-grid > button:hover {
    border-color: #ffb28a;
}


.fvc2-area-grid > button.active {
    border-color:
        var(--fvc2-orange);

    background: #fff8f4;

    box-shadow:
        0 0 0 2px
        rgba(
            255,
            90,
            0,
            0.04
        );
}


.fvc2-area-grid > button > span {
    color: #adb4be;

    font-size: 18px;
}


.fvc2-area-grid > button.active > span {
    color:
        var(--fvc2-orange);
}


.fvc2-area-grid > button > div {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 4px;
}


.fvc2-area-grid > button > div strong {
    color: #2e3540;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 700;
}


.fvc2-area-grid > button > div small {
    color: #7f8794;

    font-size: 10px;
    line-height: 1.4;
}


.fvc2-area-grid > button > b {
    color:
        var(--fvc2-orange);

    font-size: 12px;

    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   ORDER NOTE
========================================================= */

.fvc2-note {
    display: block;

    padding:
        14px
        15px
        15px;
}


.fvc2-note textarea {
    width: 100%;

    min-height: 88px;

    padding: 12px;

    border:
        1px solid
        #d4dae2;

    border-radius: 8px;

    outline: 0;

    resize: vertical;

    color: #303741;

    background: #fff;

    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}


.fvc2-note textarea::placeholder {
    color: #929aa6;
}


.fvc2-note textarea:focus {
    border-color:
        var(--fvc2-orange);

    box-shadow:
        0 0 0 3px
        rgba(
            255,
            90,
            0,
            0.07
        );
}


.fvc2-note small {
    display: block;

    margin-top: 6px;

    color: #818a96;

    font-size: 10px;

    text-align: right;
}


/* =========================================================
   MOBILE SUMMARY DEFAULT
========================================================= */

.fvc2-mobile-summary {
    display: none;
}


/* =========================================================
   SUMMARY BODY
========================================================= */

.fvc2-summary-body {
    padding:
        14px
        15px
        16px;
}


.fvc2-summary-line {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    border-bottom:
        1px dashed
        #e1e5e9;

    color: #555f6d;

    font-size: 12px;
    line-height: 1.35;
}


.fvc2-summary-line strong {
    color: #292f38;

    font-size: 12px;

    font-weight: 650;
}


.fvc2-summary-line.discount strong {
    color:
        var(--fvc2-success);
}


/* =========================================================
   SUMMARY TOTAL
========================================================= */

.fvc2-summary-total {
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    margin-top: 7px;

    color: #252c35;

    font-size: 15px;

    font-weight: 750;
}


.fvc2-summary-total strong {
    color:
        var(--fvc2-orange);

    font-size: 22px;

    font-weight: 800;
}


/* =========================================================
   COUPON TOGGLE
========================================================= */

.fvc2-coupon-toggle {
    width: 100%;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 9px;

    margin-top: 10px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #303741;

    font-family: inherit;
    font-size: 12px;

    font-weight: 650;

    cursor: pointer;
}


.fvc2-coupon-toggle i {
    color:
        var(--fvc2-orange);

    font-size: 10px;
}


/* =========================================================
   COUPON BOX
========================================================= */

.fvc2-coupon-box {
    padding:
        4px
        0
        9px;
}


.fvc2-coupon-input {
    display: grid;

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

    gap: 8px;
}


.fvc2-coupon-input input {
    min-width: 0;

    height: 42px;

    padding:
        0
        11px;

    border:
        1px solid
        #d4dae2;

    border-radius: 7px;

    outline: 0;

    color: #303741;

    font-family: inherit;
    font-size: 12px;
}


.fvc2-coupon-input input::placeholder {
    color: #929aa6;
}


.fvc2-coupon-input input:focus {
    border-color:
        var(--fvc2-orange);
}


.fvc2-coupon-input button {
    border: 0;
    border-radius: 7px;

    background:
        var(--fvc2-orange);

    color: #fff;

    font-family: inherit;
    font-size: 11px;

    font-weight: 700;

    cursor: pointer;
}


.fvc2-coupon-input button:hover:not(:disabled) {
    background:
        var(--fvc2-orange-dark);
}


/* =========================================================
   APPLIED COUPON
========================================================= */

.fvc2-applied-coupon {
    min-height: 44px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 9px;

    padding:
        0
        11px;

    border:
        1px dashed
        #ffac80;

    border-radius: 7px;

    background: #fff8f4;
}


.fvc2-applied-coupon span {
    color:
        var(--fvc2-orange);

    font-size: 12px;

    font-weight: 700;
}


.fvc2-applied-coupon button {
    border: 0;

    background: transparent;

    color: #d92d20;

    font-family: inherit;
    font-size: 11px;

    font-weight: 600;

    cursor: pointer;
}


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

.fvc2-desktop-summary {
    position: sticky;

    top: 92px;
}


/* =========================================================
   SAVE STATE
========================================================= */

.fvc2-save-state {
    min-height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-top: 8px;

    color: #747e8b;

    font-size: 11px;

    font-weight: 500;
}


/* =========================================================
   PLACE ORDER BUTTON
========================================================= */

.fvc2-place-order {
    position: relative;

    overflow: hidden;

    border: 0;
    border-radius: 9px;

    background:
        linear-gradient(
            100deg,
            #ff5a00,
            #ff7a16,
            #ff5a00
        );

    background-size:
        220%
        100%;

    color: #fff;

    font-family: inherit;

    font-weight: 800;

    cursor: pointer;

    animation:
        fvc2ButtonFlow
        2.4s
        linear
        infinite,

        fvc2Pulse
        1.9s
        ease-in-out
        infinite;
}


.fvc2-place-order::after {
    content: "";

    position: absolute;

    top: -45%;
    left: -45%;

    width: 28%;
    height: 190%;

    background:
        rgba(
            255,
            255,
            255,
            0.38
        );

    transform:
        rotate(
            24deg
        );

    animation:
        fvc2Shine
        2.2s
        ease-in-out
        infinite;
}


.fvc2-place-order.desktop {
    width: 100%;

    min-height: 52px;

    display: grid;

    grid-template-columns:
        24px
        1fr
        auto;

    align-items: center;

    gap: 8px;

    margin-top: 14px;

    padding:
        0
        15px;

    font-size: 13px;
    line-height: 1.2;
}


.fvc2-place-order.desktop span {
    position: relative;

    z-index: 2;

    padding-left: 13px;

    border-left:
        1px solid
        rgba(
            255,
            255,
            255,
            0.4
        );

    font-size: 13px;
}


.fvc2-place-order > * {
    position: relative;

    z-index: 2;
}


.fvc2-place-order:disabled {
    opacity: 0.58;

    cursor: not-allowed;

    animation: none;
}


/* =========================================================
   BUTTON ANIMATIONS
========================================================= */

@keyframes fvc2ButtonFlow {
    to {
        background-position:
            -220%
            0;
    }
}


@keyframes fvc2Pulse {
    0%,
    100% {
        box-shadow:
            0
            7px
            18px
            rgba(
                255,
                90,
                0,
                0.18
            );
    }

    50% {
        box-shadow:
            0
            9px
            24px
            rgba(
                255,
                90,
                0,
                0.34
            );
    }
}


@keyframes fvc2Shine {
    0% {
        left: -45%;
    }

    52%,
    100% {
        left: 125%;
    }
}


/* =========================================================
   MOBILE FIXED BUTTON DEFAULT
========================================================= */

.fvc2-mobile-fixed {
    display: none;
}


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

@media (max-width: 767px) {

    .fvc2-page {
        min-height: 100vh;

        padding:
            0
            0
            92px;

        background: #f2f3f6;

        font-size: 13px;
    }


    .fvc2-container {
        width: 100%;

        margin: 0;
    }


    /* HEADER */

    .fvc2-head {
        position: sticky;

        top: 0;

        z-index: 60;

        min-height: 58px;

        margin: 0;

        padding:
            0
            9px;

        border: 0;

        border-bottom:
            1px solid
            #e7e9ec;

        border-radius: 0;
    }


    .fvc2-head > button {
        width: 36px;
        height: 36px;
    }


    .fvc2-head h1 {
        font-size: 20px;

        line-height: 1.15;
    }


    .fvc2-head > div span {
        display: none;
    }


    /* LAYOUT */

    .fvc2-layout {
        display: block;
    }


    .fvc2-main {
        gap: 10px;

        padding:
            10px
            8px
            0;
    }


    /* CARDS */

    .fvc2-card,
    .fvc2-mobile-summary {
        border: 0;

        border-radius: 14px;
    }


    /* TITLES */

    .fvc2-title {
        min-height: 49px;

        padding-inline: 13px;
    }


    .fvc2-title strong {
        font-size: 14px;
    }


    .fvc2-title > span {
        font-size: 10px;
    }


    /* PRODUCTS */

    .fvc2-products article {
        min-height: 90px;

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

        gap: 9px;

        padding:
            10px
            12px;
    }


    .fvc2-product-image {
        width: 54px;
        height: 54px;

        border-radius: 8px;
    }


    .fvc2-product-copy > strong {
        font-size: 13px;
    }


    .fvc2-product-copy > small {
        font-size: 10px;
    }


    .fvc2-product-copy > div {
        min-height: 31px;

        margin-top: 4px;
    }


    .fvc2-qty {
        height: 30px;

        grid-template-columns:
            28px
            34px
            28px;
    }


    .fvc2-qty button,
    .fvc2-qty b {
        font-size: 11px;
    }


    .fvc2-line-price {
        font-size: 13px;
    }


    .fvc2-remove {
        width: 31px;
        height: 31px;

        font-size: 12px;
    }


    /* CUSTOMER FIELDS */

    .fvc2-fields {
        display: block;

        padding: 13px;
    }


    .fvc2-fields label {
        display: block;

        margin-bottom: 12px;
    }


    .fvc2-fields label:last-child {
        margin-bottom: 0;
    }


    /*
     * Bangla labels visible রাখা হচ্ছে।
     * আগের CSS-এ mobile-এ labels display:none ছিল।
     */

    .fvc2-fields label > span {
        display: block;

        margin-bottom: 6px;

        font-size: 11px;
    }


    .fvc2-fields label > div {
        min-height: 47px;

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


    .fvc2-fields label > div > i {
        font-size: 13px;
    }


    .fvc2-fields input,
    .fvc2-fields textarea {
        padding:
            10px
            10px
            10px
            0;

        font-size: 12px;
    }


    /* DELIVERY */

    .fvc2-area-grid {
        grid-template-columns:
            1fr
            1fr;

        gap: 9px;

        padding: 13px;
    }


    .fvc2-area-grid > button {
        min-height: 78px;

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

        padding: 9px;

        gap: 7px;
    }


    .fvc2-area-grid > button > span {
        font-size: 16px;
    }


    .fvc2-area-grid > button > div strong {
        font-size: 12px;
    }


    .fvc2-area-grid > button > div small {
        font-size: 9px;

        line-height: 1.35;
    }


    .fvc2-area-grid > button > b {
        grid-column: 2;

        font-size: 11px;
    }


    /* NOTE */

    .fvc2-note {
        padding:
            12px
            13px
            13px;
    }


    .fvc2-note textarea {
        min-height: 78px;

        font-size: 12px;
    }


    .fvc2-note small {
        font-size: 9px;
    }


    /* MOBILE SUMMARY */

    .fvc2-mobile-summary {
        display: block;
    }


    .fvc2-summary-toggle {
        width: 100%;

        min-height: 56px;

        display: grid;

        grid-template-columns:
            1fr
            auto
            17px;

        align-items: center;

        gap: 9px;

        padding:
            0
            13px;

        border: 0;

        background: #fff;

        font-family: inherit;

        cursor: pointer;
    }


    .fvc2-summary-toggle > span {
        display: flex;
        align-items: center;

        gap: 8px;

        color: #303741;

        font-size: 13px;

        font-weight: 700;
    }


    .fvc2-summary-toggle > span i,
    .fvc2-summary-toggle > i {
        color:
            var(--fvc2-orange);
    }


    .fvc2-summary-toggle > strong {
        color:
            var(--fvc2-orange);

        font-size: 15px;

        font-weight: 800;
    }


    .fvc2-summary-line {
        font-size: 12px;
    }


    .fvc2-summary-line strong {
        font-size: 12px;
    }


    /* DESKTOP SUMMARY HIDE */

    .fvc2-desktop-summary {
        display: none;
    }


    /* FIXED BOTTOM BAR */

    .fvc2-mobile-fixed {
        position: fixed;

        left: 50%;
        bottom: 0;

        z-index: 150;

        width:
            min(
                520px,
                100%
            );

        min-height: 68px;

        display: grid;

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

        align-items: center;

        gap: 10px;

        padding:
            8px
            9px;

        border-top:
            1px solid
            #e3e7eb;

        background: #fff;

        box-shadow:
            0
            -5px
            18px
            rgba(
                0,
                0,
                0,
                0.06
            );

        transform:
            translateX(-50%);
    }


    .fvc2-mobile-fixed > div {
        display: flex;
        flex-direction: column;

        padding-left: 5px;
    }


    .fvc2-mobile-fixed > div small {
        color: #7f8792;

        font-size: 10px;
    }


    .fvc2-mobile-fixed > div strong {
        margin-top: 2px;

        color:
            var(--fvc2-orange);

        font-size: 18px;

        font-weight: 800;
    }


    .fvc2-mobile-fixed .fvc2-place-order {
        min-height: 51px;

        font-size: 13px;
    }
}


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

@media (max-width: 420px) {

    .fvc2-title strong {
        font-size: 13px;
    }


    .fvc2-product-copy > strong {
        font-size: 12px;
    }


    .fvc2-fields input,
    .fvc2-fields textarea {
        font-size: 12px;
    }


    .fvc2-area-grid > button > div strong {
        font-size: 11px;
    }


    .fvc2-area-grid > button > div small {
        font-size: 9px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .fvc2-area-grid {
        grid-template-columns:
            1fr;
    }


    .fvc2-area-grid > button {
        min-height: 72px;

        grid-template-columns:
            24px
            minmax(0, 1fr)
            auto;
    }


    .fvc2-area-grid > button > b {
        grid-column: auto;
    }


    .fvc2-mobile-fixed {
        grid-template-columns:
            105px
            minmax(0, 1fr);
    }


    .fvc2-mobile-fixed > div strong {
        font-size: 17px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (
    prefers-reduced-motion: reduce
) {
    .fvc2-place-order,
    .fvc2-place-order::after {
        animation: none;
    }
}