.np-section {
    background-color: #F5F4F4;
}
.np-content {
    max-width: 1360px;
    margin: 0 auto;
}
.np-head {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.np-section-f1 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #08080C;
    margin: 0;
}
.np-section-f2 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.np-section-f3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #08080C;
    margin: 0;
}
.np-section-f4 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #0C0A08;
}
.np-section-f5 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #55514E;
}
.np-section-f6 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 12.4px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}
.np-section-f7 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.np-section-f8 {
    font-family: Satoshi, sans-serif;
    font-weight: 600;
    font-size: 11.6px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
}
.np-section-f9 {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-decoration: line-through;
    color: #80808A;
}
.np-section-f10 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 14.8px;
    line-height: 20px;
}

.np-section-f11 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #0C0A08;
}
.np-section-f12 {
    font-family: "Satoshi", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #08080C;
    overflow-x: scroll;
    scrollbar-width: none;
}
.np-section-f13 {
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 11.2px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
    color: #08080C;
}
.np-package-list {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    padding-bottom: 64px;
}
.np-package-item:hover {
    border: 1px solid #0C0A08;
}
.np-package-item {
    position: relative;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(41, 41, 122, 0.02);
    padding: 24px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
}
.np-package-image {
    width: 100%;
    border-radius: 2px;
}
.np-package-title {
    margin-top: 12px;
    margin-bottom: 2px;
}
.np-package-price span {
    color: #C2BEBC;
}
.np-package-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.np-package-info {
    margin-top: 8px;
    margin-bottom: 16px;
}
.np-package-add:hover {
    transition: all 300ms ease;
    background: #e05200;
}
.np-package-disabled {
    flex: 1;
    color: white;
    opacity: 0.5;
    background: #0C0A08;
    border-radius: 8px;
    padding: 12px 20px;
    border: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.np-package-add {
    flex: 1;
    color: white;
    transition: all 300ms ease;
    background: #0C0A08;
    border-radius: 8px;
    padding: 12px 20px;
    border: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.np-package-details:hover {
    transition: all 300ms ease;
    background: #0C0A08;
    color: white;
}
.np-go-cart:hover {
    transition: all 300ms ease;
    background: #e05200;
}
.np-go-cart-box {
    display: flex;
    justify-content: center;
    padding-bottom: 160px;
}
.np-go-cart {
    color: white;
    transition: all 300ms ease;
    background: #1EA112;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 12px 20px;
    border-radius: 8px;
    width: 400px;
    height: 52px;
    gap: 8px;
}
.np-go-cart-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: white;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.np-package-details {
    color: #08090C;
    transition: all 300ms ease;
    background: #E7E5E4;
    display: flex;
    justify-content: center;
    border: 0;
    padding: 12px 20px;
    border-radius: 8px;
    flex: 1;
}
.np-package-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}
.np-package-discount {
    background-color: #FF640A;
    border-radius: 4px;
    color: #FFFFFF;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 8px 12px;
    z-index: 1;
}
.np-package-image-box {
    position: relative;
}
.np-package-video:hover {
    background-color: #4566c4;
    transition: all 300ms ease;
    color: white;
}
.np-package-video {
    transition: all 300ms ease;
    position: absolute;
    right: 8px;
    bottom: 8px;
    background-color: #FFFFFF;
    color: #08090C;
    /*box-shadow: 0px 1px 3px 0px rgba(28, 30, 33, 0.01);*/
    box-shadow: 0px 2px 12px 0px rgba(55, 86, 175, 0.08);
    border-radius: 6px;
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.np-modal-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
    margin: 100px auto;
}
.np-modal-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 17px 40px;
    height: 68px;
    border-bottom: 1px solid rgba(182, 177, 175, 0.5);
}
.np-modal-mid video {
    width: 100%;
    border-radius: 8px;
}
.np-modal-mid {
    padding: 32px 40px 0 40px;
}
.np-modal-bottom {
    padding: 32px 40px 40px 40px;
}

.right-layer {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.46);
}
.right-layer-box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    width: 960px;
    overflow-y: scroll;
    box-shadow: 0px 0px 20px 0px rgba(11, 10, 10, 0.15);
    overflow-x: hidden;
}
.np-layer-head {
    padding: 12px 8px 12px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(182, 177, 175, 0.5);
    height: 68px;
}
.np-layer-name {
    color: #0C0A08;
}
.np-layer-close:hover {
    background: #e4e4e7;
    transition: all 300ms ease;
}
.np-layer-close {
    transition: all 300ms ease;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}
.np-layer-content {
    background: #FAFAFA;
    /*height: calc(100vh - 68px);*/
    min-height: 100%;
}
.np-layer-info {
    display: flex;
    gap: 32px;
    padding: 32px 40px 0 40px;
}
.np-layer-image img {
    width: 100%;
    border-radius: 8px;
}
.np-layer-image {
    flex: 1;
}
.np-layer-desc {
    flex: 1;
}
.np-layer-desc-content {
    margin-top: 12px;
}
.np-layer-add {
    padding: 24px 40px 0 40px;
}
.np-layer-add-button {
    display: flex;
    gap: 6px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.np-layer-desc-box {
    height: 165px;
    overflow-y: scroll;
    margin-top: 5px;
}
.np-layer-products-box {
    padding: 32px 40px 80px 40px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.np-layer-product {
    border-radius: 8px;
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 12px;
    width: 202px;
    /*min-height: 247px;*/
    height: 247px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.np-layer-product img {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 100%;
}
.np-layer-product-list {
    margin-top: 16px;
    /*display: flex;*/
    /*gap: 16px;*/
    /*width: max-content;*/
}
.np-layer-product-info {
    margin-top: auto;
    white-space: nowrap;
}
.np-layer-image-box {
    position: relative;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.np-layer-products .flickity-viewport {
    overflow: inherit;
}
.np-layer-products .carousel-cell:last-child {
    padding-right: 0;
}
.np-layer-products .carousel-cell:first-child {
    padding-left: 0;
}
.np-layer-products .carousel-cell {
    /*width: 25%;*/
    padding: 16px 8px 0;
}
.flickity-button-icon {
    display: none; /* hide default arrow */
}
.flickity-prev-next-button.next:hover {
    transition: all 300ms ease;
    background: #e05200 url('/img/arrow-right-white.svg') no-repeat center center;
}
.flickity-prev-next-button.previous:hover {
    transition: all 300ms ease;
    background: #e05200 url('/img/arrow-right-white.svg') no-repeat center center;
}
.flickity-prev-next-button.previous {
    transition: all 300ms ease;
    background-size: 20px 20px;
    background: #0C0A08 url('/img/arrow-right-white.svg') no-repeat center center;
    border-radius: 8px;
    transform: translateY(-50%) scale(-1);
}
.flickity-prev-next-button.next {
    transition: all 300ms ease;
    background-size: 20px 20px;
    background: #0C0A08 url('/img/arrow-right-white.svg') no-repeat center center;
    border-radius: 8px;
}

@media(max-width: 1240px) {
    .np-package-actions {
        flex-direction: column;
    }
}
@media(max-width: 991px) {
    .np-section {
        background-color: #F5F2F0;
    }
    .np-content {
        padding: 20px;
    }
    .np-head .np-section-f2 {
        text-align: center;
    }
    .np-package-info {
        color: #55514E;
    }
    .np-package-list {
        grid-template-columns: 1fr;
    }
    .np-go-cart-box {
        display: none;
    }
    .right-layer-box {
        width: 100%;
    }
    .np-layer-info {
        flex-direction: column;
        padding: 32px 24px 0 24px;
    }
    .np-layer-desc-box {
        height: auto;
    }
    .np-layer-add {
        padding: 24px 24px 0 24px;
    }
    .np-layer-products-box {
        padding: 32px 24px 80px 24px;
    }
    .np-modal-top {
        padding: 17px 24px;
    }
    .np-modal-mid {
        padding: 32px 24px 0 24px;
    }
    .np-modal-bottom {
        padding: 32px 24px 24px 24px;
    }
}

