html{
margin-top: 0 !important;
}
body{
margin-top: 0 !important;
padding-bottom: 0 !important;
}
.product__main-title-h1 div {
font: inherit;
font-size: 25px;
line-height: 1.2;
margin: 0;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.custom-checkbox .checkbox-text {
text-align: start;
}
}
.form-policy .checkmark {
width: 16px;
height: 16px;
position: relative;
flex-shrink: 0;
border-width: 1px;
border-style: solid;
border-color: rgb(0, 0, 0);
border-image: initial;
}
.form-policy .checkmark::after {
content: "";
position: absolute;
left: 4px;
top: 1px;
width: 4px;
height: 9px;
transform: rotate(45deg);
opacity: 0;
border-right: 1px solid rgb(0, 0, 0);
border-bottom: 1px solid rgb(0, 0, 0);
}
.form-policy .custom-checkbox:has(input:checked) .checkmark::after {
opacity: 1;
} .catalog-parent__list>li:nth-child(n+3) .catalog-parent__img {height:100%}