*:focus {
    outline: none !important
}

h1,h2 {
    margin: 0
}

.zw-product-header {
    background: linear-gradient(139deg,#003f3c 100.49%,rgba(0,63,60,0.00) 300.67%)
}

.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    height: 100%;
    padding: 60px 0
}

.slider-row {
    overflow: hidden
}

.slider-track {
    display: flex;
    will-change: transform
}

.slider-track img {
    width: 280px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0
}

.hero-section {
    min-height: 690px;
    position: relative;
    background: var(--color-green-deep);
    z-index: 0;
    overflow: hidden
}

.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/sites/zweb/images/commerce/themes/themes-bg-gradient.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    pointer-events: none
}

.hero-section-inner {
    max-width: 1240px;
    padding-top: 100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.hero-section h1 {
    color: #01ee65;
    font-family: Caveat;
    font-size: 86px;
    line-height: 99px;
    letter-spacing: -2.39px
}

.hero-section h1 span {
    display: block;
    font-family: var(--zf-primary-bold);
    color: #fff;
    font-size: 100px;
    line-height: 79px;
    letter-spacing: -2.39px;
    margin: 0 0 15px
}

.hero-section .interactive-cta-btn-wrapper {
    padding-top: 30px
}

.bg-slider {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1
}

.bg-slider-item {
    position: relative;
    display: flex;
    padding-bottom: 30px;
    animation: slide-ltr 22s linear infinite
}

.bg-slider-item:nth-child(2) {
    animation: slide-rtl 22s linear infinite
}

.bg-slider-item:nth-child(3) {
    animation: slide-ltr 22s linear infinite
}

.bg-slider-item img {
    width: 100%;
    height: 100%
}

@keyframes slide-ltr {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes slide-rtl {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.template-section {
    max-width: 1240px;
    padding: 0 20px;
    margin: 90px auto 0
}

.template-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 23px;
    border-bottom: 1px solid #dfdfdf
}

.template-section-header h2 {
    font-family: var(--zf-primary-semibold);
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -2px
}

.template-section-header h2 span {
    color: #00973f
}

.template-brand-selection {
    display: flex;
    gap: 10px;
    align-items: center
}

.category-dropdown {
    display: flex;
    border: .7px solid #c1c8c7;
    padding: 0 7px;
    border-radius: 20px;
    cursor: pointer;
    transition: border-color .3s ease
}

.category-dropdown:hover {
    border-color: var(--color-green-deep)
}

.category-dropdown:has(.open) {
    border-color: var(--color-green-deep)
}

.category-dropdown img {
    margin-right: 10px;
    transition: transform .3s ease
}

.category-dropdown.rotate img {
    transform: rotate(180deg)
}

.template-brands {
    margin: 5px 10px;
    position: relative
}

.template-brands .selected {
    font-family: var(--zf-primary-medium);
    color: #089949
}

.template-brands .options {
    position: absolute;
    top: 40px;
    right: -45px;
    width: fit-content;
    border: .7px solid var(--color-green-deep);
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease
}

.template-brands.open .options {
    opacity: 1;
    padding: 0;
    z-index: 10;
    box-shadow: 4px 4px 0 var(--color-green-deep)
}

.template-brands .options li {
    padding: 10px 15px 12px 22px;
    list-style: none;
    transition: background .2s;
    white-space: nowrap
}

.template-brands .options li:not(:last-child) {
    border-bottom: .7px solid #c1c8c7
}

.template-brands .options li:hover {
    color: #008452
}

.template-wrapper {
    margin: 80px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.template-wrapper-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 2%
}

.template-item {
    width: 380px;
    overflow: hidden
}

.template-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s ease-out,transform .3s ease-out
}

.template-item.show {
    opacity: 1;
    transform: translateY(0)
}

.template-item.hidden {
    opacity: 0;
    transform: translateY(20px)
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.load-more-button.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.load-more-button.fade-in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.load-more-button {
    position: relative;
    border: 1px solid #089949;
    color: #089949;
    background-color: transparent;
    border-radius: 40px;
    padding: 15px 30px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}

.load-more-button:hover {
    background-color: #089949;
    color: #fff
}

.template-wrapper-inner.fade-in::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0,#FFF 39.58%,rgba(255,255,255,0.00) 100%);
    pointer-events: none;
    z-index: 2
}

.template-wrapper-inner::after ~ .load-more-button.fade-out {
    background: 0
}

.template-item .template-item-inner .interactive-cta-btn-wrapper {
min-width: max-content
}

.template-item .template-item-inner {
    border: .6px solid #6d6d6d;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.template-item-img {
    width: 100%;
    aspect-ratio: 317 / 320;
    overflow: hidden;
    display: flex;
    padding: 47px 40px 0;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
    border-radius: 8px;
    box-sizing: border-box
}

.template-item-img img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: -5px;
    object-fit: contain;
    display: block
}

.template-item-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    background-color: #fff;
    padding: 14px 20px;
    border-top: .6px solid #6d6d6d;
    transition: transform .5s ease
}

.template-item-inner:hover .template-item-detail {
    transform: translateY(-100%)
}

.template-item-inner:hover .template-item-img {
    transform: scale(1.05)
}

.template-view-details {
    color: #000;
    align-self: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(currentColor,currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size .5s ease
}

.template-view-details:hover {
    background-size: 100% 1px
}

.template-view-details.disabled-link {
    background-image: none;
    cursor: default
}

.template-item-detail:has(.disabled-link) {
    justify-content: flex-end
}

.template-view-details.disabled-link {
    display: none
}

.template-item-view-demo .interactive-cta-btn {
min-width: max-content
}

.template-item-view-demo .interactive-cta-btn-content {
    color: #000;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 30px;
    letter-spacing: -0.12px;
    text-decoration: none
}

.template-item-view-demo img {
    vertical-align: middle;
    margin-right: 5px
}

.template-item-inner .interactive-cta-btn-wrapper {
    padding: 0
}

.template-item-inner .interactive-cta-btn-wrapper .interactive-cta-btn-content {
    height: 35px;
    width: 105px;
    padding: 2px;
    align-items: center;
    transform: none
}

.template-item-inner .interactive-cta-btn-wrapper .interactive-cta-btn-content:hover {
    transform: none
}

.template-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px
}

.template-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 17.95px;
    margin: 0
}

.template-info-wrapper .template-status-container {
    background: var(--color-green-medium);
    color: #fff;
    padding: 0 10px;
    border-radius: 15px
}

.template-info-wrapper .template-status-container .new-badge {
    font-family: "Caveat";
    line-height: 20px;
    font-weight: 600
}

.start-today-outer-container {
    padding: 0 20px
}

.start-today-container {
    max-width: 1240px;
    margin: 120px auto;
    padding: 0;
    width: 100%;
    min-height: 550px;
    position: relative;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01403d;
    overflow: hidden;
    aspect-ratio: 1240 / 550
}

.start-today-img-container {
    width: 133px;
    height: 424px;
    position: absolute
}

.start-today-left {
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#01403d 0,rgba(1,64,61,0) 56%)
}

.start-today-right {
    right: 0;
    bottom: 0;
    background: linear-gradient(to top,#01403d 0,rgba(1,64,61,0) 100%)
}

.start-today-img-container img {
    width: 133px;
    height: 424px;
    object-fit: contain;
    display: block;
    position: absolute;
    bottom: 0
}

.start-today-right img {
    height: 443px
}

.start-today-content {
    width: 700px;
    position: relative;
    z-index: 99;
    text-align: center
}

.start-today-container h2 {
    color: #fff;
    font-size: 47px;
    padding: 0 20px;
    margin: 0
}

.start-today-container .interactive-cta-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px
}

.start-today-container .interactive-cta-btn {
    max-width: 70%;
    display: flex;
    justify-content: center
}

.start-today-container .interactive-cta-btn-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 45px 32px;
    font-size: 24px;
    text-decoration: none
}

.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slider-row {
    display: flex;
    white-space: nowrap;
    position: relative;
    height: 200px;
    margin-bottom: 30px;
    animation: scroll-left 60s linear infinite
}

.slider-row.reverse {
    animation: scroll-right 60s linear infinite
}

.slider-track {
    display: flex
}

.slider-track img {
    width: 300px;
    height: 180px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 12px;
    flex-shrink: 0
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

@media screen and (max-width: 1024px) {
    .hero-section h1 {
        font-size:64px;
        line-height: 74px
    }

    .bg-slider-item:first-child {
        opacity: 0
    }

    
    .template-wrapper-inner {
        justify-content: center;
    }

    .hero-section h1 span {
        font-size: 76px;
        line-height: 70px
    }

    .start-today-container h2 {
        font-size: 47px
    }
}

@media screen and (max-width: 992px) {
    .hero-section {
        display:flex;
        flex-direction: column;
        text-align: center;
        gap: 55px;
        min-height: unset;
        padding-bottom: 20px
    }

    .hero-section-inner {
        order: 1;
        padding-top: 50px
    }

    .bg-slider {
        position: relative;
        order: 3;
        bottom: 0
    }

    .bg-slider-item {
        width: 850px
    }

    .bg-slider-item:first-child {
        opacity: 1
    }

    .bg-slider-item:last-child {
        display: none
    }

    .interactive-cta-btn-wrapper {
        justify-content: center
    }

    .template-section-header {
        flex-direction: column;
        gap: 20px
    }

    .template-brand-selection {
        align-self: flex-end
    }

    .template-section-header {
        max-width: 820px;
        margin: auto
    }

    .template-section-header h2 {
        font-size: 44px
    }

    .template-wrapper-inner {
        max-width: 820px;
        justify-content: space-between;
        margin: auto
    }

    .template-item {
        max-width: 49%
    }

    .template-item-inner .template-item-detail {
        transform: translateY(-100%)
    }

    .start-today-img-container {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .hero-section h1 {
        font-size:55px;
        line-height: 69px
    }

    .hero-section h1 span {
        font-size: 66px;
        line-height: 70px
    }

    .template-section {
        margin: 40px auto 0
    }

    .template-section-header {
        justify-content: start;
        padding-bottom: 30px
    }

    .template-section-header h2 {
        font-size: 28px;
        text-align: center;
        letter-spacing: -1px;
        line-height: 1.1
    }

    .template-wrapper-inner {
        max-width: 400px;
        gap: 60px
    }

    .template-wrapper {
        margin: 40px 0
    }

    .template-item {
        max-width: 100%
    }

    .start-today-content h2 {
        width: 500px;
        margin: auto;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 480px) {
    .hero-section h1 {
        font-size:48px;
        line-height: 40px;
        letter-spacing: -1px
    }

    .hero-section h1 span {
        font-size: 52px;
        line-height: 48px;
        letter-spacing: -1px
    }

    .start-today-content h2 {
        width: auto;
        line-height: 1.4;
        font-size: 28px
    }

    .template-brand-selection {
        font-size: 14px;
        align-self: flex-end
    }

    .start-today-container {
        height: 300px;
        min-height: 300px;
        margin: 50px auto 100px
    }

    .start-today-content h2 {
        font-size: 28px;
        padding-bottom: 20px
    }

    .hero-section .interactive-cta-btn-wrapper {
        padding-top: 20px
    }

    .start-today-container .interactive-cta-btn-wrapper {
        padding-top: 0
    }

    .start-today-container .interactive-cta-btn-wrapper .interactive-cta-btn-content {
        font-size: 14px;
        padding: 35px 0
    }

    .template-item {
        width: 100%;
        overflow: hidden
    }
}

@media(max-width: 345px) {
    .hero-section h1 {
        font-size:42px
    }

    .hero-section h1 span {
        font-size: 40px;
        line-height: 40px
    }

    .interactive-cta-btn {
        width: 80%;
        margin: auto
    }

    .start-today-container .interactive-cta-btn {
        max-width: 100%
    }

    .interactive-cta-btn .interactive-cta-btn-content {
        font-size: 14px
    }

    .template-brands .selected {
        font-size: 12px
    }
}
