Bestel hier je 1op1 dieet producten
body,.phoenix-page,section,.container,.row{
background:#fff !important;
}
.gb-form{
max-width:1100px;
margin:0 auto;
font-family:inherit;
}
.gb-card{
border:1px solid rgba(0,0,0,.12);
border-radius:12px;
padding:14px;
margin:10px 0;
background:#fff;
}
.gb-h2{
font-size:18px;
margin:0 0 8px;
font-weight:700;
}
.gb-price{
font-weight:400;
color:#666;
font-size:15px;
}
.gb-grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}
.gb-grid-3{
display:grid;
grid-template-columns:2fr 110px;
gap:10px;
align-items:center;
}
.gb-item{
padding:4px 0;
border-bottom:1px dashed rgba(0,0,0,.08);
}
.gb-item:last-child{border-bottom:0}
.gb-name{
font-size:15px;
font-weight:500;
}
.gb-form input,
.gb-form textarea{
background:#eee !important;
color:#000 !important;
caret-color:#000 !important;
-webkit-text-fill-color:#000 !important;
border:1px solid #ccc !important;
border-radius:8px;
padding:6px 10px;
height:34px;
font-weight:600;
box-shadow:none !important;
text-shadow:none !important;
}
.gb-form input:focus,
.gb-form textarea:focus{
background:#e6e6e6 !important;
outline:none;
border-color:#999;
}
.gb-form input::placeholder,
.gb-form textarea::placeholder{
color:#777;
-webkit-text-fill-color:#777 !important;
opacity:1 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
-webkit-text-fill-color:#000 !important;
box-shadow:0 0 0px 1000px #eee inset !important;
}
.gb-btn{
width:100%;
padding:10px;
border-radius:10px;
border:0;
cursor:pointer;
font-weight:700;
}
.gb-note{
font-size:13px;
opacity: .75;
margin-top:8px;
}
@media (max-width: 820px){
.gb-grid-2{grid-template-columns:1fr}
.gb-grid-3{grid-template-columns:1fr 80px}
}
