:root {
    --bunnyBlue: #0064d7;
    --bunnyBlueLight: #0064d71b;
    --bunnyBlueDark: #0056b9;
    --bunnyGreen: #2e9a62;
    --bunnyText: #393B45;
    --bunnyGrey: #EBEBEB;
    --bunnyGreyDark: #989898;
    --bunnyGreyLight: #F4F4F4;
    --bunnyRed: #da4b4b;
    --bunnyWhite: #FFFFFF;
    --font-steel-grey: #4e5969;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, PingFang TC, Noto Sans TC, Microsoft Yahei, Helvetica Neue, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--font-primary);
    font-size: 16px;
    
}

.fixedHeight {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

a {
    color: var(--AlphaGreen);
    text-decoration: underline;
}

a:hover {
    color: var(--AlphaGreenDark);
}

ol,
ul {
    padding-left: 0rem;
    margin-bottom: 0rem;
}

p {
    margin-bottom: 0;
}

img {
    width: 100%;
}

/* Nav Header */
.navbar {
    box-shadow: 0px 13px 29px 2px rgb(0 0 0 / 5%);
}

.nav-brandWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-brand img {
    width: 200px;
}

.navSlogan {
    font-size: 0.9rem;
    background: #0064d700;
    color: var(--bunnyBlue);
    font-weight: 600;
    border-left: 1px solid var(--bunnyBlueLight);
    line-height: 1.5;
    padding-left: 1rem;
}

.navbar-expand-md .navbar-nav {
    gap: .5rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    background: var(--bunnyBlue);
    border-radius: 12px;
    padding: .5rem 1rem;
    color: var(--bunnyWhite);
    font-weight: 600;
    font-size: .9rem;
    display: flex;
    gap: 4px;
    
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    background: var(--bunnyBlueDark);
    transition: 0.15s linear;
}

.navbar-expand-md .navbar-nav .nav-link.installBtn {
    background: #f64063;
}

.navbar-expand-md .navbar-nav .nav-link.installBtn:hover {
    background: #d52d4d;
    transition: 0.15s linear;
}

.navbar-expand-md .navbar-nav .nav-link img {
    width: 16px;
}

.offcanvas.offcanvas-end {
    width: 100%;
    border-left: none;
}

.offcanvas-header {
    box-shadow: 0px 13px 29px 2px rgb(0 0 0 / 5%);
    padding: .75rem;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    border-radius: 12px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-title img {
    width: 200px;
}

.offcanvas-header .btn-close {
    margin-right:.25rem;
}

.offcanvas-header .btn-close:focus {
    border-radius: 12px;
    box-shadow: none;
}

.btnLogin {
    background: #1bbc79;
    border-radius: 12px;
    padding: .5rem 1rem;
    color: var(--bunnyWhite);
    font-weight: 600;
    font-size: .9rem;
    display: flex;
    gap: 4px;
    width: 100%;
    border: none;
    align-items: center;
    transition: 0.15s linear;
}

.btnLogin:hover {
    background: #0f9f63;
}

.btnLogin img {
    width: 16px;
}

/* KV */
.kvContainer {
    margin-top: 62px;
    background: url(../../image/frontend/img_kv.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0;
    height: 500px;
}

.kvWrapper {
    margin-top: 52px;
}

.kvWrapper h3 {
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--bunnyWhite);
    margin-bottom: 1rem;
    line-height: 1;
}

.kvWrapper p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--bunnyWhite);
    margin-bottom: 2rem;
}

.ctaWrapper {
    display: flex;
    gap: 1rem;
}

.ctaWrapper button {
    padding: .5rem 2.5rem;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 150ms ease-in-out;
    border: 1px solid #fff288;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07), inset 0 1px 0 0px rgba(255, 255, 255, 0.15);
    color: #000000;
    background-image: linear-gradient(180deg, #ffec79 0%, #ffe251 100%);
    text-shadow: -1px 0 1px #fff07a, 0 1px 1px #fff07a, 1px 0 1px #fff07a, 0 -1px 1px #fff07a;
}

.ctaWrapper button:hover {
    filter: brightness(1.1);
}

.ctaWrapper button:active {
    transform: scale(.95);
}

/* Breadcrumb */
.breadcrumbContainer {
    padding-top: 80px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bunnyGreyDark);
    content: var(--bs-breadcrumb-divider, ">");
    font-weight: 400;
}

.breadcrumb .breadcrumb-item {
    color: var(--bunnyText);
    font-size: .75rem;
    font-weight: 400;
}

.breadcrumb-item.active {
    font-weight: 600;
}

.breadcrumb .breadcrumb-item a {
    color: var(--bunnyText);
    text-decoration: none;
    transition: 0.2s linear;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--bunnyBlue);
    text-decoration: underline;
}

.breadcrumb-dark .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bunnyWhite);
}

.breadcrumb-dark .breadcrumb .breadcrumb-item {
    color: var(--bunnyWhite);
}

.breadcrumb-dark .breadcrumb .breadcrumb-item a {
    color: var(--bunnyWhite);
}

.breadcrumb-dark .breadcrumb .breadcrumb-item a:hover {
    opacity: .8;
    color: var(--bunnyWhite);
}

/* Step */
.stepContainer {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.stepContainer::before {
    position: absolute;
    content: '';
    background: url(../../image/frontend/img_path.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 96%;
    left: 0;
    height: 100%;
    top: 0%;
    z-index: 0;
}


.sectionTitle {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.sectionSubTitle {
    text-align: center;
    margin-top: .5rem;
    color: var(--font-steel-grey);
    font-size: 1rem;
}

.sectionSubTitle a {
    color: var(--bunnyBlue);
    transition: 0.2s linear;
}

.sectionSubTitle a:hover {
    color: var(--bunnyBlueDark);
}

.stepWrapper {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 2rem;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.stepWrapper li {
    width: 24.25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    flex-grow: 1;
}

.stepWrapper li img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--bunnyWhite);
    padding: 1rem;
}

.stepWrapper li span {
    color: var(--bunnyBlue);
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: .25rem;
}

.stepWrapper li h3 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: var(--bunnyText);
}

.stepWrapper li p {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--font-steel-grey);
}

.stepWrapper li p a {
    color: var(--bunnyBlue);
    transition: 0.2s linear;
}

.stepWrapper li p a:hover {
    color: var(--bunnyBlueDark);
}

/* Product List Tab*/
.productListContainer {
    margin: 2rem 0;
}

.productListContainer .nav {
    margin: 1rem 0;
    overflow-x: auto;
    gap: 1rem;
}

.productListContainer .nav-tabs {
    border-bottom: 0;
}

.productListContainer .nav-link {
    margin: 0;
    border-radius: 12px;
    border: 1px solid var(--bunnyGreyLight);
    color: var(--bunnyText);
    font-size: .9rem;
    padding: 0.5rem 1.25rem;
    transition: 0.15s linear;
    background-color: var(--bunnyWhite);
}

.productListContainer .nav-link:hover {
    border: 1px solid var(--bunnyBlue);
    color: var(--bunnyBlue);
}

.productListContainer .nav-link.active,
.productListContainer .show>.nav-link {
    color: var(--bunnyWhite);
    background: var(--bunnyBlue);
    border: 1px solid var(--bunnyBlue);
    font-weight: 600;
}

.productListContainer .tab-content>.active {
    margin: 2rem 0;
}

.viewAllWrapper {
    display: flex;
    margin-top: 2rem;
}

.viewAllBtn {
    border: none;
    background: transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 8px;
    color: var(--bunnyText);
    transition: 0.15s linear;
    text-decoration: underline;
}

.viewAllBtn:hover {
    background: var(--bunnyGreyLight);
}

.shoppingFaqWrapper .viewAllBtn {
    border: 1px solid var(--bunnyText);
    background: transparent;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 8px;
    color: var(--bunnyText);
    transition: 0.15s linear;
    text-decoration: none;
}

.shoppingFaqWrapper .viewAllBtn:hover {
    background: var(--bunnyText);
    color: var(--bunnyWhite);
}

/* Shopping Faq */
.shoppingFaqWrapper {
    margin: 2rem 0;
}

.shoppingFaqWrapper .accordion-flush .accordion-item {
    border-bottom: 1px solid var(--bunnyGrey);
}

.shoppingFaqWrapper .accordion-button {
    padding: 1.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bunnyText);
    gap: .5rem;
    line-height: 1.5;
}

.shoppingFaqWrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.shoppingFaqWrapper .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.shoppingFaqWrapper .accordion-button:not(.collapsed) {
    color: var(--bunnyText);
    background-color: var(--bunnyWhite);
    box-shadow: none;
}

.shoppingFaqWrapper .accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}

.shoppingFaqWrapper .accordion-body {
    padding: 0 0 1rem 0;
    font-size: 1rem;
    color: var(--bunnyText);
    font-weight: 400;
}

/* Product Images */
.mainProductImg,
.detailProductImg {
    border-radius: 16px;
    overflow: hidden;
}

.detailProductImgSP {
    display: none;
}

.mainProductImg {
    margin-bottom: 1.5rem;
}

.productInfoWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.5rem;
    width: 100%;
    position: sticky;
    top: 6rem;
    z-index: 2;
}

.productName {
    font-size: 2rem;
    line-height: 1.25;
}

.btnSubmit {
    width: 100%;
    border: none;
    padding: 0.75rem;
    background: var(--bunnyBlue);
    border-radius: 12px;
    color: var(--bunnyWhite);
    font-weight: 600;
    font-size: 1.25rem;
    margin: 1rem 0;
    transition: 0.2s linear;
}

.btnSubmit:hover {
    background: var(--bunnyBlueDark);
}

.selectTitle {
    font-size: .85rem;
}

.selectTitle span {
    font-weight: 600;
}

.formSelectItemWrap {
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 1rem 0;
}

.formSelectItemWrap li {
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formSelectItemWrap li .btnFormSelection {
    font-size: .9rem;
    width: 100%;
    border: 1px solid var(--bunnyGrey);
    border-radius: 12px;
    padding: .75rem 0;
}

.btn-check+.btn.btnFormSelection:hover {
    border: 1px solid var(--bunnyBlue);
    background: var(--white);
    color: var(--bunnyBlue);
}

.btn-check:checked+.btn.btnFormSelection {
    border: 1px solid var(--bunnyBlue);
    color: var(--bunnyBlue);
    background-color: var(--bunnyBlueLight);
    font-weight: 500;
}

.productAccordionWrapper .accordion-flush .accordion-item:first-child {
    border-top: 1px solid var(--bunnyGrey);
}

.productAccordionWrapper .accordion-flush .accordion-item {
    border-bottom: 1px solid var(--bunnyGrey);
}

.productAccordionWrapper .accordion-button {
    padding: 1.25rem 0;
    font-size: .9rem;
    font-weight: 600;
    color: var(--bunnyText);
    gap: .5rem;
    line-height: 1.5;
}

.productAccordionWrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.productAccordionWrapper .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.productAccordionWrapper .accordion-button:not(.collapsed) {
    color: var(--bunnyText);
    background-color: var(--bunnyWhite);
    box-shadow: none;
}

.productAccordionWrapper .accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}

.productAccordionWrapper .accordion-body {
    padding: 0 0 1.5rem .5rem;
}

.productAccordionWrapper .accordion-body ol {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    line-height: 1.5;
    color: var(--bunnyText);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.productAccordionWrapper .accordion-body p {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--bunnyText);
    margin-top: 1rem;
}

/* Product List */
.subKvWrapper {
    padding-top: 90px;
    background: var(--bunnyBlue);
    padding-bottom: 60px;
}

.productListContainer {
    margin-top: -20px;
    background: var(--bunnyWhite);
    border-radius: 16px 16px 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tagLineWrapper {
    color: var(--bunnyWhite);
}

.tagLineWrapper h3 {
    font-size: 1.6rem;
    color: var(--bunnyWhite);
    margin-bottom: 0;
}

.tagLineWrapper p {
    font-size: 1rem;
    margin-top: .5rem;
}


.productListWrapper {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 3rem;
}

.productListWrapper li {
    width: 32%;
    position: relative;
    text-align: center;
    transition: 0.2s linear;
}

.productListWrapper li:hover .listItemImgWrapper {
    opacity: .75;
}

.productListWrapper li:hover .listItemTitle {
    text-decoration: underline;
}

.listItemImgWrapper {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.1s linear;
    width: auto;
    height: 256px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.listItemImgWrapper img {
    height: 100%;
    width: auto;
}

.listItemTitle {
    font-size: 1.125rem;
    line-height: 1.25;
    margin: .75rem 0;
    color: var(--bunnyText);
    font-weight: 600;
    transition: 0.2s linear;
}

.listItemPrice {
    font-size: 1rem;
    line-height: 1;
    color: var(--bunnyBlue);
    font-weight: 400;
    margin-bottom: 1rem;
}

.listItemPrice span {
    color: var(--bunnyBlue);
    font-weight: 600;
}

.productListWrapper li button {
    padding: .25rem 1.25rem;
    border: 1px solid var(--bunnyGrey);
    background: var(--bunnyWhite);
    border-radius: 8px;
    font-size: .85rem;
    transition: 0.2s linear;
}

.productListWrapper li button:hover {
    border: 1px solid var(--bunnyBlueDark);
    color: var(--bunnyBlueDark);
}

/* Contact Us */
.contactUsWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    gap: 1rem;
    border-top: 1px solid var(--bunnyGreyLight);
    padding: 3rem 0;
}

.contactUsWrapper img {
    width: 96px;
}

.contactUsWrapper p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--bunnyText);
}

.contactUsWrapper button {
    border: none;
    border-radius: 12px;
    background: var(--bunnyBlue);
    font-weight: 600;
    padding: .75rem 1.5rem;
    transition: 0.2s linear;
    color: var(--bunnyWhite);
}

.contactUsWrapper button:hover {
    background: var(--bunnyBlueDark);
}

/* Terms */
.termsWrapper {
    color: var(--bunnyText);
    font-weight: 400;
    text-align: justify;
}

.termsWrapper a {
    color: var(--bunnyText);
    text-decoration: underline;
    transition: 0.2s linear;
}

.termsWrapper a:hover {
    color: var(--bunnyBlueDark);
}

.termsWrapper p {
    line-height: 2;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.termsWrapper h3 {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 0.5rem;
    color: var(--bunnyBlueDark);
}

.termsWrapper ol {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    line-height: 1.5;
    color: var(--bunnyText);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.termsWrapper ol li ol {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    line-height: 1.5;
    color: var(--bunnyText);
    padding-left: 1rem;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    list-style-type: decimal-leading-zero;
}

/* Footer */
footer {
    background: #f7f8fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
    margin-top: 3rem;
}

footer .footerLogoWrapper {
    width: 250px;
}

.socialGroup {
    list-style: none;
    margin: 2rem 0;
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
}

.socialGroup li {
    border-radius: 50%;
    padding: .5rem;
    width: 36px;
    height: 36px;
}

.socialGroup li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialGroup li img {
    width: 100%;
}

.socialGroup li:hover {
    opacity: .9;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
}

.color_normal {
    background-color: var(--bunnyBlue);
}

.color_facebook {
    background-color: #0866FF;
}

.color_youtube {
    background-color: #CD201F;
}

.companyInfo {
    margin-bottom: 2rem;
    text-align: center;
}

.companyInfo h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .25rem;
    color: var(--bunnyText);
}

.companyInfo p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--bunnyText);
}

.siteLinkWrapper {
    color: var(--font-steel-grey);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.siteLinkWrapper a {
    transition: 0.2s linear;
    text-decoration: none;
    font-size: .9rem;
    line-height: 1;
    border-right: 1px solid var(--bunnyBlueLight);
    padding-right: 1rem;
}

.siteLinkWrapper a:last-child {
    border-right: none;
    padding-right: 0;
}

.siteLinkWrapper a:hover {
    color: var(--bunnyBlue);
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .kvContainer {
        height: 450px;
    }

    .kvWrapper {
        margin-top: 32px;
    }

    .stepContainer::before {
        top: -5%;
    }
}

@media only screen and (max-width: 992px) {
    .kvContainer {
        height: 400px;
    }

    .kvWrapper {
        margin-top: 0;
    }

    .kvWrapper h3 {
        font-size: 2.8rem;
    }

    .kvWrapper p {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .stepContainer::before {
        width: 100%;
        left: -5%;
        top: -5%;
    }

    .listItemImgWrapper {
        height: 196px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .offcanvas .offcanvas-body {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-expand-md .navbar-nav .nav-link {
        justify-content: center;
        padding: .75rem 1rem;
        font-size: 1rem;
        gap: 6px;
    }

    .navbar-expand-md .navbar-nav .nav-link img {
        width: 20px;
    }

    .btnLogin {
        justify-content: center;
        padding: .75rem 1rem;
        font-size: 1rem;
        gap: 6px;
    }

    .btnLogin img {
        width: 20px;
    }

    .kvContainer {
        height: 350px;
    }

    .kvWrapper h3 {
        font-size: 2.4rem;
    }

    .kvWrapper p {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
    }

    .ctaWrapper button {
        font-size: 1rem;
        padding: .5rem 1.5rem;
    }

    .sectionSubTitle span {
        display: block;
    }

    .stepWrapper {
        gap: 4%;
    }

    .stepWrapper li {
        width: 48%;
    }

    .stepContainer::before {
        top: -20%;
        width: 110%;
    }

    .stepContainer::after {
        position: absolute;
        content: '';
        background: url(../../image/frontend/img_path.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 110%;
        left: -20%;
        height: 100%;
        bottom: -21%;
        z-index: 0;
    }

    .detailProductImg {
        display: none;
    }

    .navSlogan {
        display: none;
    }

    .detailProductImgSP {
        display: block;
        border-radius: 16px;
        overflow: hidden;
    }

    .contactUsWrapper {
        margin-top: 3rem;
        border-top: none;
    }

    .contactUsWrapper.wborder {
        border-top: 1px solid var(--bunnyGreyLight);
    }

    .productListWrapper {
        gap: 4%;
        row-gap: 2rem;
    }

    .productListWrapper li {
        width: 48%;
    }

}

@media only screen and (max-width: 600px) {
    .kvContainer {
        padding: 50px 0;
        position: relative;
        z-index: 1;
        background-position-x: calc(100% + 70px);
        height: 250px;
    }

    .kvContainer::before {
        position: absolute;
        content: '';
        background: rgb(0, 0, 0);
        background: linear-gradient(90deg, rgb(37 55 152 / 75%) 50%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .kvWrapper {
        padding: 0 0 10px 0;
        position: relative;
    }

    .kvWrapper h3 {
        font-size: 1.6rem;
        margin-bottom: .5rem;
    }

    .kvWrapper p {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .ctaWrapper {
        gap: .75rem;
        flex-wrap: wrap;
    }

    .ctaWrapper button {
        font-size: .8rem;
        padding: .25rem .75rem;
        border-radius: 8px;
        white-space: nowrap;
    }

    .stepContainer::before {
        top: -20%;
        width: 300%;
        left: unset;
    }

    .stepContainer::after {
        width: 300%;
        left: unset;
        bottom: -25%;
        right: 5%;
    }

    .shoppingFaqWrapper .accordion-button {
        padding: 1.125rem 0;
        font-size: 1rem;
    }

    .shoppingFaqWrapper .accordion-body {
        font-size: .9rem;
    }

    .productListContainer .nav {
        gap: .5rem;
    }

    .productListContainer .nav-link {
        font-size: .8rem;
        padding: .5rem 1rem;
    }

    .productName {
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .formSelectItemWrap li .btnFormSelection {
        font-size: .8rem;
        padding: 0.75rem .5rem;
    }

    .btnSubmit {
        margin: 1rem 0;
    }

    .listItemImgWrapper {
        height: 150px;
    }
}