
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

.woo-slider-wrapper {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-top: 50px;
    margin-bottom: 30px;
}

.woo-slider-header {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.woo-slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    touch-action: manipulation;
}

.woo-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.woo-slider-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
    align-items: stretch;
}

.woo-slider-item {
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
}

.astra-style {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
    text-transform: uppercase;
}

.product-category {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.price {
    display: block;
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
}

.add_to_cart_button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .woo-slider-item { flex: 0 0 33.333%; max-width: 33.333%; }
}

@media (max-width: 768px) {
    .woo-slider-item { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 480px) {
    .woo-slider-item { flex: 0 0 50%; max-width: 50%; }
}


.product-category,
.add_to_cart_button {
    text-decoration: none !important;
}

.add_to_cart_button:hover {
    text-decoration: none !important;
}


.product-category,
.product-category a {
    text-decoration: none !important;
    color: inherit;
}

.product-category a:hover {
    text-decoration: none !important;
}
