<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-wrap {
    max-width: 1250px
}

h1 {
    font-size: 68px;
    line-height: 70px;
    margin-bottom: 24px;
    letter-spacing: -1.2px
}

h2 {
    font-family: var(--zf-primary-bold);
    font-size: 58px;
    line-height: 62px;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: -1px
}

.highlight {
    color: var(--color-green-medium)
}

h3 {
    font-family: var(--zf-primary-bold);
    font-size: 24px;
    color: var(--color-dark-text);
    margin-top: 0;
    margin-bottom: 12px
}

.hero-container {
    max-width: 75%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.zw-product-header {
    background-color: var(--color-cream-light)
}

.zw-product-header * {
    color: var(--color-white)
}

.space-between {
    display: flex;
    justify-content: space-between
}

.ecommerce-infrastructure-section {
    background-color: var(--color-cream-light);
    padding: 60px 0 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.content-column {
    width: 100%;
    text-align: center
}

.ecommerce-infrastructure-section .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    display: flex;
    justify-content: center;
    font-size: .875em
}

.ecommerce-infrastructure-section .breadcrumbs li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.ecommerce-infrastructure-section .breadcrumbs .breadcrumb-link {
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent
}

.ecommerce-infrastructure-section .breadcrumbs .breadcrumb-link:hover {
    border-bottom: 1px solid #000;
    color: #000
}

.ecommerce-infrastructure-section .breadcrumbs .separator {
    margin: 0 4px
}

.ecommerce-infrastructure-section .breadcrumbs .breadcrumb-current {
    font-weight: bold;
    opacity: 1;
    color: var(--color-green-medium)
}

.description-text {
    max-width: 90%;
    margin: auto;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px
}

.desktop-payment-img-wrap {
    padding-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px
}

.scene-background {
    width: 75%;
    height: auto;
    display: block;
    max-width: 100%
}

.ui-element {
    position: absolute;
    opacity: 0;
    max-width: 100%
}

.illustration-column {
    position: relative;
    width: 100%;
    max-width: 100%
}

.illustration-column.initiate-transition .sales-order-progress {
    width: 16vw;
    top: 60%;
    left: -6%;
    transform: translateY(-60%) scale(1);
    animation: zoomInFadeIn 1.2s forwards .3s
}

.illustration-column.initiate-transition .message-popup {
    width: 18vw;
    top: 58%;
    right: -7%;
    transform: translateY(-58%) scale(1);
    animation: zoomInFadeIn 1.2s forwards .6s
}

@keyframes zoomInFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.5)
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1)
    }
}

.interactive-cta-btn-wrapper {
    justify-content: center
}

.payment-options-section {
    padding: 140px 0
}

.features-section__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 25px;
    justify-content: center
}

.feature-card {
    background-color: var(--color-green-primary);
    color: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: left;
    display: flex;
    gap: 27px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: transform .3s ease
}

.feature-card__image-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    height: 0;
    width: 100%;
    border-radius: 8px
}

#product-variants {
    background-image: url('/sites/zweb/images/commerce/feature-manage/product-phone-with-variants.webp')
}

#assemble-products {
    background-image: url('/sites/zweb/images/commerce/feature-manage/ipad-accessories-combo.webp')
}

#track-inventory {
    background-image: url('/sites/zweb/images/commerce/feature-manage/laptop-discount-code-entry.webp')
}

.top-selling-items-section,.why-choose-section,.bottom-cta-wrapper,.faq-image-section,.features-section {
    padding-top: 140px
}

.top-selling-items-section h2 {
    padding: 0
}

.top-selling-items-section p {
    padding-bottom: 50px
}

.feature-card__image {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.why-choose-section__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    justify-content: center
}

.why-choose-section h3 {
    font-weight: 400
}

.choice-card {
    background-color: #fff;
    border-radius: 20px;
    border: .5px solid var(--color-green-deep);
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform .3s ease,box-shadow .3s ease
}

.choice-card:hover {
    transform: translateY(-5px)
}

.choice-card__icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.caveat-font {
    font-family: "Caveat",sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--color-green-primary)
}

.feature-card__description {
    color: #fff
}

.choice-card__description {
    font-family: var(--zf-primary-regular);
    font-size: .97em;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5
}

.bottom-cta-wrapper h2 {
    width: 70%;
    margin: auto;
    padding-bottom: 20px
}

.bottom-cta-wrapper .content-wrap p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 60%;
    margin: auto
}

.faq-image-wrapper {
    display: flex;
    width: 100%;
    height: 80%
}

.accordion-container {
    width: 40%
}

.accordion-img-wrapper {
    width: 60%
}

.accordion-container,.accordion-img-wrapper {
    border: 1px solid #afafaf;
    border-radius: 16px
}

.accordion-img-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    width: 100%;
    background-color: var(--color-green-primary);
    border-radius: 20px;
    padding: 20px;
    position: relative
}

.accordion-image-container {
    width: 80%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.accordion-container {
    background: #fff;
    padding: 0 30px;
    overflow-y: auto;
    border-right: 0
}

.accordion-item {
    border-bottom: 1px solid #afafaf;
    padding: 40px 0
}

.accordion-item:last-child {
    border: 0
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.accordion-title {
    width: 65%;
    font-family: var(--zf-primary-semibold);
    letter-spacing: -1px;
    font-size: 22px;
    color: #000;
    margin: 0
}

.accordion-title.active {
    color: var(--color-green-medium);
    font-family: var(--zf-primary-bold)
}

.accordion-icon {
    width: 22px;
    height: 26px;
    border: 1px solid #498c88;
    border-radius: 20px;
    position: relative;
    transition: all .3s ease
}

.accordion-icon::before,.accordion-icon::after {
    content: "";
    position: absolute;
    background: #498c88;
    transition: all .3s ease
}

.accordion-icon::before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 1px;
    transform: translateY(-50%)
}

.accordion-icon::after {
    top: 7px;
    bottom: 7px;
    left: 50%;
    width: 1px;
    transform: translateX(-50%)
}

.accordion-icon.active {
    background-color: #00e365;
    border: 1px solid #003f3c
}

.accordion-icon.active::before {
    border: .5px solid #003f3c;
    transform: rotate(180deg)
}

.accordion-icon.active::after {
    transform: scaleY(0)
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease
}

.accordion-content p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6
}

.bottom-cta-wrapper {
    padding-bottom: 140px
}

.scroll-reveal-animation {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition-delay: var(--animation-delay,0s)
}

.scroll-reveal-animation.fade-in-up {
    opacity: 1;
    transform: translateY(0)
}

@media(min-width: 992px) {
    .mobile-image-wrapper,.mobile-view {
        display:none
    }
}

@media(min-width: 768px) {
    .mobile-view-payment-illustration {
        display:none
    }
}

@media(max-width: 1024px) {
    .hero-container {
        max-width:100%
    }

    h1 {
        width: 100%;
        margin: 0 auto 24px;
        font-size: 62px;
        line-height: 70px
    }

    h2 {
        width: 70%;
        margin: auto;
        font-size: 54px;
        line-height: 60px
    }

    .top-selling-items-section h2 {
        margin-bottom: 30px
    }

    .scene-background {
        width: 60%
    }

    .desktop-payment-img-wrap {
        padding: 0 20px 20px
    }

    .illustration-column.initiate-transition .sales-order-progress {
        width: 18vw;
        left: 5%
    }

    .illustration-column.initiate-transition .message-popup {
        right: 7%
    }

    .ecommerce-infrastructure-section {
        padding: 50px 24px
    }

    .illustration-column {
        padding-top: 30px
    }

    .feature-cards-grid {
        height: auto
    }

    .feature-card {
        padding: 60px 40px
    }

    .feature-card__title {
        margin-top: 20px
    }

    .feature-card__image {
        width: 100%
    }

    .accordion-title {
        width: 80%;
        font-size: 22px;
        line-height: 30px
    }

    .bottom-cta-wrapper h2 {
        margin-bottom: 0
    }

    .top-selling-items-section,.why-choose-section,.bottom-cta-wrapper,.faq-image-section,.features-section {
        padding-top: 100px
    }
}

@media(max-width: 992px) {
    .hero-container {
        flex-direction:column;
        text-align: center
    }

    .desktop-view {
        display: none
    }

    .ecommerce-infrastructure-section .breadcrumbs li {
        font-size: 14px
    }

    .interactive-cta-btn-wrapper {
        justify-content: center
    }

    .interactive-cta-btn-wrapper .secondary-cta,.interactive-cta-btn-wrapper .interactive-cta-btn {
        margin: 0;
        min-width: 255px
    }

    .accordion-img-wrapper {
        display: none
    }

    .accordion-container {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 20px;
        border-right: 1px solid #000
    }

    .mobile-image-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding: 20px;
        border-radius: 20px;
        background-color: var(--color-green-primary)
    }

    .faq-image-wrapper {
        height: auto
    }

    .features-section__cards {
        max-width: 80%;
        margin: 0 auto
    }
}

@media(max-width: 768px) {
    .ecommerce-infrastructure-section .description-text {
        max-width:70%
    }

    h1 {
        max-width: 100%;
        width: 100% font-size:52px;
        line-height: 50px;
        margin-bottom: 24px
    }

    h2 {
        width: 100%;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 30px;
        padding: 0
    }

    .ecommerce-infrastructure-section .description-text,.image-marquee-section p {
        font-size: 16px;
        margin: auto
    }

    .interactive-cta-btn-wrapper {
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-top: 30px
    }

    .secondary-cta {
        margin: 0
    }

    .feature-cards-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .feature-card {
        padding: 60px 40px
    }

    .feature-card__title {
        width: 100%;
        font-size: 24px
    }

    .desktop-payment-img-wrap {
        display: none
    }

    .mobile-view-payment-illustration {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 20px
    }

    .bottom-cta-wrapper {
        padding-bottom: 100px
    }

    .bottom-cta-wrapper h2 {
        width: 100%
    }

    .features-section__cards {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .faq-image-section,.features-section {
        padding-top: 100px
    }
}

@media(max-width: 666px) {
    .illustration-column {
        width:100%
    }

    .interactive-cta-btn-wrapper {
        flex-direction: column
    }

    h2,.bottom-cta-wrapper h2,.description-text,.why-choose-section__heading {
        width: 100%;
        max-width: 100%
    }

    h1 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 24px
    }

    h2 {
        font-size: 44px;
        line-height: 48px
    }

    .desktop-payment-img-wrap {
        display: none
    }

    .features-section__cards {
        max-width: 100%
    }

    .top-selling-items-section p {
        padding-bottom: 20px
    }

    .top-selling-items-section,.why-choose-section,.bottom-cta-wrapper,.faq-image-section,.features-section {
        padding-top: 70px
    }
}

@media(max-width: 480px) {
    .ecommerce-infrastructure-section {
        padding:24px 0
    }

    h1 {
        font-size: 42px;
        line-height: 46px
    }

    h2 {
        font-size: 36px;
        line-height: 40px
    }

    h3 {
        font-size: 22px;
        width: 80%
    }

    .breadcrumbs li {
        font-size: 14px
    }

    .choice-card {
        padding: 35px
    }

    .feature-card {
        max-width: 100%
    }

    .feature-card__image-container {
        background-size: contain;
        margin: auto;
        background-position: center
    }

    .accordion-title {
        width: 90%;
        font-size: 18px;
        line-height: 24px
    }

    .accordion-icon {
        width: 18px;
        height: 22px
    }

    .why-choose-section {
        padding: 70px 0
    }

    .why-choose-section__cards {
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr))
    }

    .choice-card__icon-container {
        width: 50px;
        height: 50px
    }

    .faq-image-section,.features-section {
        padding-top: 70px
    }
}

@media(max-width: 375px) {
    h1 {
        font-size:34px;
        line-height: 40px;
        margin-bottom: 24px
    }

    h2 {
        font-size: 30px;
        line-height: 34px
    }

    .feature-card {
        padding: 40px 30px
    }

    .feature-card__description {
        font-size: 14px
    }
}
</pre></body></html>