Bestel hier je 1op1 dieet producten
/* PAGINA */
body, .phoenix-page, section, .container, .row {
background: #ffffff !important;
}
/* FORM BASIS */
.gb-form {
max-width: 1100px;
margin: 0 auto;
font-family: inherit;
}
/* KAARTEN */
.gb-card {
border: 1px solid rgba(0,0,0,.12);
border-radius: 12px;
padding: 14px;
margin: 10px 0;
background:#fff;
}
/* TITELS */
.gb-h2 {
font-size: 18px;
margin: 0 0 8px;
font-weight: 700;
}
.gb-price {
font-weight: 400;
color: #666;
font-size: 15px;
}
/* GRID */
.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;
}
/* ITEMS */
.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;
}
/* INPUTS */
.gb-form input,
.gb-form textarea {
background: #eeeeee !important;
color: #000000 !important;
caret-color: #000000 !important;
-webkit-text-fill-color: #000000 !important;
border: 1px solid #cccccc !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;
}
/* Autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-text-fill-color: #000000 !important;
box-shadow: 0 0 0px 1000px #eeeeee inset !important;
}
/* BUTTON */
.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;
}
/* MOBIEL */
@media (max-width: 820px) {
.gb-grid-2 { grid-template-columns: 1fr; }
.gb-grid-3 { grid-template-columns: 1fr 80px; }
}