/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.product-prev, .product-next {
    background: transparent;
    border: 1px solid var(--theme-palette-color-1);
    border-radius: 36px;
    color: var(--theme-palette-color-1);
}

.model_card {
    box-shadow: none;
    border: 1px solid #A0A0A2;
}

@media (min-width: 768px) {
    .ct-footer [class*=ct-contact-info] .contact-info {
        flex-direction: row !important;
        gap: 6px;
    }
}

.promobox-category-top {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 68px;
    padding-top: 68px;
    background: url(/wp-content/uploads/2025/03/bg-promos.png) center center no-repeat;
    background-size: cover;
}

.promobox-category-top h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #000000;
}

.bottom .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1400px;
}

section.related-products-section {
    background: #ededed;
    padding-bottom: 36px;
    padding-top: 18px;
}

.image-section {
    max-width: 580px;
}

.product-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme-palette-color-1);
    margin: 0;
    line-height: 1;
}

.product-code {
    color: #000000;
}

.product-price {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.product-stocks .stock {
    min-width: 200px;
    border: 1px solid #A0A0A2;
    color: #3B3A3A;
}

.dg2-tabs-titles .tab {
    background: var(--theme-palette-color-5);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.dg2-tabs-titles {
    gap: 4px;
}

@media (max-width: 999px) {
    :root {
        --wp--preset--spacing--80 : 2rem
    }
    h1.page-title {
    font-size: 26px;
}
    .wrapper-grid{
        padding-left: 20px;
        padding-right: 20px;
    }
    .promobox-category-top {
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .promobox-category-top h1 {
        font-size: 26px;
    }


}
@media (max-width: 767px) {
    .product-stocks .stock{
        min-width: 170px;
    }
}
.color-wrapper .visible-colors{
    gap:0;
}
.color-box {
    margin-left: -3px;
}
.color.color-click.active:after {
    border: 2px solid #333333;
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 30px;
}
.gallery-slider .swiper-button-next:after,.gallery-slider  .swiper-button-prev:after {
    color: var(--theme-palette-color-5);
    font-size: 18px;
}