h1 {
    color: var(--main-purple);
    line-height: 32px;
    font-weight: 600;
    font-size: 24px;
}

.pack-grid-leveler {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.w100 {
    width: 100%;
}
.cat-nav-wrapper {
    flex-direction: column;
}
.pack-item {
    background: #fff;
    overflow: hidden;
    height: min-content;
    position: relative;
    padding: 14px;
}

.pack-item:hover {
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgb(21 5 38 / 12%) !important;
}

.pack-item .image {
    background-image: url("/files/news_images/clzeeme5a001x11o86zefcwuq-csgo_skins.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: unset;
    min-height: 130px;
    aspect-ratio: 16 / 9;
    background-color: var(--light-purple);
    border-radius: 8px;
    margin-bottom: 12px;
}

.pack-item .image img {
    border-radius: 8px;
}

.pack-item .title {
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    color: var(--main-title);
}

.pack-item .price-details {
    display: flex;
    justify-content: space-between;
    
    padding: 3px 10px 7px 10px;
    align-items: center;
}

.pack-item .price-details .price {
    font-size: 17px;
    font-weight: bold;
    
}

.pack-item .price-details .action {

}

.pack-item .cat-image-block {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pack-item .cat-image-block .cat-img {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.pack-item .card-mark {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--bright-purple);
    border-radius: 12px;
    line-height: 19px;
    padding: 0px 7px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.pack-item .card-mark i {
    font-size: 8px;
    margin-top: -1px;
    margin-right: 3px;
}

.pack-item .card-pin {
    position: absolute;
    top: 12px;
    right: 12px;
    line-height: 19px;
    padding: 3px 7px;
    color: var(--bright-purple) !important;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.pack-item .details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pack-item .details .left-part {
    flex-grow: 1;
}

.pack-item .details .right-part {
    display: flex;
    align-items: center;
}

.pack-item .details .product-cat {
    color: var(--main-subtitle);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}

.pack-item .details .size {
    flex-grow: 1;
    color: var(--main-subtitle);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.pack-item .details .gsize {
    flex-grow: 1;
    color: var(--main-title);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}


.btn-buy-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 12px;
    border: none;
    width: 100%;
    font-size: 13px;
}

.btn-buy-product:hover {
    text-decoration: none;
    opacity: 0.9;
}

.main-pack {
    padding: 48px 44px;
}

.main-pack .pack-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.main-pack .image {
    max-width: 300px;
    height: 100%;
    border-radius: 12px;
    width: 100%;
    background-color: var(--light-purple);
    aspect-ratio: 16 / 9;
}

.main-pack .image img {
    border-radius: 12px;
}

.main-pack .description {
    max-width: 700px;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 24px;
    color: var(--main-subtitle);
}

button i {
    margin: 0 0 0 8px !important;
}

.pack-page {
    display: flex;
    gap: 20px;
}

.pack-page.index {
    flex-direction: column;
    gap: 20px;
}

.pack-page .download-box {

}

.pack-page .download-box .sticky {
    width: 330px;
    box-sizing: border-box;
    position: sticky;
    top: 108px;
    background-color: var(--light-purple);
    padding: 30px;
    box-shadow: 0px 0px 2px -1px #6b5878;
}

.pack-page .download-box h2 {
    color: #000;
    border: none;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
    padding: 0;
}

.pack-page .download-box button {
    margin-top: 8px;
}

.pack-page .content {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pack-page .content-block {
    padding: 30px;
}

.pack-page .content h1 {
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
}

.pack-page .content h3 {
    margin: 10px 0;
}

.fut-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fut-list .fut-item {
    font-size: 16px;
    line-height: 150%;
}

.fut-list .fut-item i {
    margin-right: 14px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 13px;
}

.pack-page .content .main-image {
    border-radius: 12px;
    width: 100%;
    background-color: var(--light-purple);
    aspect-ratio: 16 / 9;
}

.pack-page .content .main-image img {
    border-radius: 12px;
}

.pack-page .crumb-list {
    display: flex;
    align-items: center;
    color: var(--main-subtitle);
}

.pack-page .crumb-list .crumb-item {
    color: var(--main-subtitle);
    font-size: 14px;
    font-weight: 400;
}

.pack-page .crumb-list .slash {
    margin: 0 8px;
}

.pack-page .content .images-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pack-page .content .images-list .img-item {
    border-radius: 12px;
    width: 220px;
    background-color: var(--light-purple);
    aspect-ratio: 16 / 9;
}

.pack-page .content .pack-grid-leveler {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {

    .pack-page {
        flex-direction: column;
        padding: 12px 8px;
    }

    .main-pack {
        padding: 12px 14px;
    }

    .pack-grid-leveler,
    .pack-page .content .pack-grid-leveler {
        grid-template-columns: 1fr;
    }

    .main-pack .pack-container {
        flex-direction: column;
    }

    .pack-page .content-block {
        padding: 12px;
    }

    .pack-page .download-box .sticky {
        padding: 12px;  
    }
}

@media (max-width: 418px) {
    .pack-page .download-box .sticky {
        width: 100%;
    }
}
