
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 20px 0;
}

.card {
    background-color: transparent;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.image-slider-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 2;
}

.image-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.image-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.slider-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.slider-nav-button.left {
    left: 10px;
}

.slider-nav-button.right {
    right: 10px;
}

.card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    transition: transform 0.3s ease;
    transform: translateY(100%);
    text-align: center;
    z-index: 1;
}
.card:hover .card-content {
    transform: translateY(0);
}
.card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}
.card-subtitle {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
}

.card-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 500;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    fill: #4a90e2;
}

.card-price {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}
#content{

}
.ast-container {
    display: block !important;
    max-width: 100% !important;

}
.container {
    max-width: 100% !important;
}
.grd.dark {
    background: #091826CF;
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .sort-bar {
        padding-bottom: 15px;
    }
}
@media screen and (min-width: 992px) {
    .sort-bar {
        padding-bottom: 10px;
    }
}

.sort-bar {
    padding: 15px 0;
    font-family: 'oswaldbold';
}
@media screen and (min-width: 992px) {
    .sort-bar .item-wrapper:first-child {
        margin-left: 0;
    }
}

.sort-bar .item-wrapper:first-child {
    margin-top: 0;
}
@media screen and (min-width: 992px) {
    .sort-bar .item-wrapper {
        margin: 0 0 0 25px;
        display: inline-block;
    }
}
.sort-bar .item-wrapper {
    margin-top: 20px;
}
.sort-bar .sel-holder select {
    background: #fff;
    border: none;
    border-bottom: 1px dotted;
    width: 112%;
    padding-left: 0;
    font-size: 15px;
    border-radius: unset;
}
.sort-bar .item-wrapper label, .sort-bar .item-wrapper .toggle-elm
{
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .sort-bar label {
        vertical-align: middle;
        margin: -5px 20px 0 0;
    }
}
@media screen and (min-width: 992px) {
    .sort-bar .sel-holder {
        display: inline-block;
        vertical-align: middle;
        margin-top: -10px;
    }
}
@media screen and (min-width: 992px) {
    .sort-bar .sel-holder {
        display: inline-block;
    }
}
.sort-bar .sel-holder {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    #main {
        margin-top: 55px;
    }
}
.sort-bar #styles {
    display: none;
    padding-top: 30px;
}
@media screen and (min-width: 768px) {
    .sort-bar #styles .filter-list ul {
        max-width: none;
    }
}

.filter-list ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    max-width: 600px;
}
@media screen and (min-width: 992px) {
    .sort-bar #styles .filter-list li {
        width: 20%;
    }
}
@media screen and (min-width: 768px) {
    .sort-bar #styles .filter-list li {
        width: 20%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 992px) {
    .filter-list ul li {
        width: 33%;
    }
}
.filter-list ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 50%;
}
.checkbox.custom, .filter-list li {
    position: relative;
    vertical-align: top;
}
.checkbox.custom label, .filter-list li label {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .sort-bar label {
        vertical-align: middle;
        margin: -5px 20px 0 0;
    }
}
.checkbox.custom span, .filter-list li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    position: relative;
    background: #333;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.checkbox.custom input[type="checkbox"], .filter-list li input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
}
#price-results {
    padding: 20px 0;
    font-size: 1.25em;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-numbers {
    padding: 5px;
}
.checkbox.custom input[type="checkbox"], .filter-list li input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
}
.checkbox.custom input[type="checkbox"]:checked ~ span:before, .filter-list li input[type="checkbox"]:checked ~ span:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: -1px;
    top: -6px;
    color: #fff;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    display: block;
}