This commit is contained in:
Roman Pyrih
2026-05-06 13:52:37 +02:00
parent 88f1477bf4
commit 75a840cb4a
3 changed files with 26 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4098,9 +4098,33 @@ body#product {
}
.product-add-to-cart {
.product-bar.container {
padding-left: 0;
padding-right: 0;
}
.product-actions-custom--wrapper {
width: 100%;
}
.control-label {
font-family: 'Inter';
font-weight: 700;
font-size: 18px;
line-height: 1.7;
color: #3c3c3c;
margin-bottom: 10px;
display: inline-block;
}
.product-quantity {
flex-direction: column;
.p02p04-total-price {
font-size: 2rem !important;
}
.add {
margin-top: 30px;
}
}
}
}
}