/*
Theme Name: Прицепы
Author: sergromanenko1
Version: 1.0
Text Domain: trailers
*/

.catalog__product-properties {
	height: auto;
}

.catalog__product-attrs {
	padding: 20px 30px;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	color: #333;
}

.catalog__product-attrs span {
	display: block;
}

.catalog__product-attrs span + span {
	margin-top: 5px;
}

.catalog__product-attrs span b {
	display: block;
}
#covid_note .note-item[data-type=info]{background-image: none !important;}


.bannerio {
    position: relative;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.bannerio > img {
    width: 100%;
    height: auto;
}

/*
.ban_link {
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(to right, #28a337, #f27e4c);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}*/

.ban_link {
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    background: transparent;
    border-radius: 10px;
}

.ban_link img {
    border-radius: 10px;
    overflow: hidden;
}

.ban_link img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}


.countdown-wrapper {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-timer {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-digits {
    display: flex;
    gap: 5px;
}

.digit {
    background: black;
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 8px;
    min-width: 30px;
    text-align: center;
}

.countdown-label {
    background: white;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    text-align: center;
    min-width: 60px;
}

.countdown-separator {
    font-size: 36px;
    font-weight: bold;
    margin: 0 5px 35px 5px;
    color: black;
}


@media screen and (max-width: 999px) {
    .countdown-wrapper {
        right: 20px;
    }

    .digit {
        font-size: 20px;
        padding: 3px 6px;
        min-width: 10px;
        border-radius: 5px;
    }
    .countdown-digits {
        display: flex;
        gap: 2px;
    }

    .countdown-label {
        font-size: 8px;
        padding: 2px 5px;
        min-width: 20px;
        border-radius: 3px;
    }

    .countdown-separator {
        font-size: 12px;
        margin: 0 2px 15px 2px;
    }

    .ban_link {
        bottom: 10px;
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .countdown-wrapper {
        right: 10px;
    }

    .digit {
        font-size: 12px;
        padding: 2px 3px;
        min-width: 10px;
        border-radius: 3px;
    }
    .countdown-digits {
        display: flex;
        gap: 2px;
    }

    .countdown-label {
        font-size: 5px;
        padding: 2px;
        min-width: 20px;
        border-radius: 2px;
    }

    .countdown-separator {
        font-size: 12px;
        margin: 0 2px 15px 2px;
    }

    .ban_link {
        bottom: 5px;
        max-width: 150px;
        border-radius: 2px;
    }

    .ban_link img {
        border-radius: 2px;
    }
}

.h6 {
    margin: 1.2em 0;
    font-size: 18px;
    font-weight: bold;
}

.h5 {
    margin: calc(18 / 20 * 1.1em) 0;
    font-size: 20px;
    font-weight: bold;
}
span.bold {
    font-weight: bold;
}