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

/* Frostec shop archive card polish */
.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product,
.post-type-archive-product ul.products li.product {
    border: 1px solid #e4eadf;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(22, 62, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    overflow: hidden;
}

.woocommerce-shop ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover,
.tax-product_tag ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover {
    transform: translateY(-2px);
    border-color: #b9d6b2;
    box-shadow: 0 14px 32px rgba(22, 62, 42, 0.13);
}

.woocommerce-shop ul.products li.product figure,
.tax-product_cat ul.products li.product figure,
.tax-product_tag ul.products li.product figure,
.post-type-archive-product ul.products li.product figure {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f8f3;
}

.woocommerce-shop ul.products li.product img,
.tax-product_cat ul.products li.product img,
.tax-product_tag ul.products li.product img,
.post-type-archive-product ul.products li.product img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 8px;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.8em;
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-shop ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.tax-product_tag ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
    margin-top: 8px;
    font-weight: 700;
}

.woocommerce-shop ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.tax-product_tag ul.products li.product .button,
.post-type-archive-product ul.products li.product .button {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    border-radius: 6px;
}


/* Frostec homepage first viewport */
.home #gspb_row-id-gsbp-ba12e794-8152 {
    min-height: 0 !important;
    padding-top: clamp(36px, 5vw, 64px) !important;
    padding-bottom: clamp(36px, 5vw, 64px) !important;
    align-items: center !important;
}

.home #gspb_row-id-gsbp-ba12e794-8152 > .gspb_row__content {
    min-height: 0 !important;
    align-items: center !important;
}

.home #gspb_col-id-gsbp-76dcbe7,
.home #gspb_container-id-gsbp-11e433b {
    min-height: 0 !important;
    height: auto !important;
}

.home #gspb_container-id-gsbp-11e433b {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home #gspb_heading-id-gsbp-bc9fcb3 {
    max-width: 760px;
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
}

.home #gspb_text-id-gsbp-9952ebf {
    max-width: 760px;
    font-size: clamp(16px, 1.7vw, 19px) !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
}

.home #gspb_row-id-gsbp-cd3fce5 {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}

.home #gspb_container-id-gsbp-bc9b7f3 {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 18px !important;
}

@media (max-width: 767px) {
    .home #gspb_row-id-gsbp-ba12e794-8152 {
        padding-top: 28px !important;
        padding-bottom: 32px !important;
    }

    .home #gspb_heading-id-gsbp-bc9fcb3 {
        font-size: 32px !important;
    }
}
