Materac wysokoelastyczny HR z memory Tumnus 100 x 200
Opis
.mdc-product {
margin: 0;
font-family: 'Segoe UI', system-ui, sans-serif;
font-size: 32px;
line-height: 1.8;
color: #4a5568;
}
.mdc-product * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* HERO */
.mdc-hero {
background: #1a365d;
color: #ffffff;
padding: 3.5rem;
border-radius: 14px;
margin-bottom: 4rem;
}
.mdc-hero__tagline {
font-size: 1.5rem;
text-transform: uppercase;
letter-spacing: 0.1em;
opacity: 0.85;
margin-bottom: 1.5rem;
}
.mdc-hero__title {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1.75rem;
line-height: 1.25;
}
.mdc-hero__subtitle {
font-size: 1.8rem;
opacity: 0.9;
line-height: 1.6;
}
.mdc-hero__badges {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-top: 2.75rem;
}
.mdc-badge {
display: inline-block;
padding: 1rem 1.75rem;
background: rgba(255,255,255,0.15);
border-radius: 30px;
font-size: 1.4rem;
font-weight: 500;
}
/* SECTION TITLES */
.mdc-section-title {
font-size: 2.8rem;
font-weight: 600;
color: #1a202c;
margin-bottom: 2.25rem;
padding-bottom: 1rem;
border-bottom: 5px solid #38a169;
display: inline-block;
}
/* FOR WHO GRID */
.mdc-for-who {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 4rem;
}
.mdc-for-who__item {
padding: 2.25rem;
background: #f7fafc;
border-radius: 14px;
border-left: 7px solid #38a169;
}
.mdc-for-who__item h3 {
font-size: 2rem;
font-weight: 600;
color: #1a202c;
margin-bottom: 1.25rem;
}
.mdc-for-who__item p {
font-size: 1.6rem;
color: #718096;
line-height: 1.7;
}
/* BENEFITS */
.mdc-benefits {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 2rem;
margin-bottom: 4rem;
}
.mdc-benefit {
padding: 2.25rem;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 14px;
border-top: 6px solid #1a365d;
}
.mdc-benefit__number {
font-size: 6.5rem;
font-weight: 700;
color: #e2e8f0;
line-height: 1;
margin-bottom: 1.5rem;
}
.mdc-benefit h3 {
font-size: 1.9rem;
font-weight: 600;
color: #1a202c;
margin-bottom: 1.25rem;
}
.mdc-benefit p {
font-size: 1.5rem;
color: #4a5568;
line-height: 1.7;
}
/* HARDNESS COMPARISON */
.mdc-hardness-intro {
font-size: 1.75rem;
color: #4a5568;
margin-bottom: 2.25rem;
line-height: 1.7;
}
.mdc-hardness {
display: flex;
flex-wrap: wrap;
gap: 2.25rem;
margin-bottom: 4rem;
justify-content: center;
}
.mdc-hardness__side {
padding: 2.75rem;
border-radius: 14px;
text-align: center;
background: #ffffff;
flex: 1 1 300px;
max-width: 450px;
}
.mdc-hardness__side--h1 {
border: 5px solid #48bb78;
}
.mdc-hardness__side--h2 {
border: 5px solid #3182ce;
}
.mdc-hardness__side--h3 {
border: 5px solid #dd6b20;
}
.mdc-hardness__side--h4 {
border: 5px solid #c53030;
}
.mdc-hardness__label {
display: inline-block;
padding: 0.85rem 2rem;
border-radius: 30px;
font-size: 1.35rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1.75rem;
}
.mdc-hardness__side--h1 .mdc-hardness__label {
background: #f0fff4;
color: #276749;
}
.mdc-hardness__side--h2 .mdc-hardness__label {
background: #ebf8ff;
color: #2b6cb0;
}
.mdc-hardness__side--h3 .mdc-hardness__label {
background: #fffaf0;
color: #c05621;
}
.mdc-hardness__side--h4 .mdc-hardness__label {
background: #fff5f5;
color: #c53030;
}
.mdc-hardness__title {
font-size: 2.2rem;
font-weight: 600;
color: #1a202c;
margin-bottom: 0.75rem;
}
.mdc-hardness__weight {
font-size: 1.6rem;
color: #718096;
margin-bottom: 1.75rem;
}
.mdc-hardness__features {
text-align: left;
font-size: 1.6rem;
color: #4a5568;
list-style: none;
}
.mdc-hardness__features li {
padding: 0.85rem 0;
padding-left: 2.75rem;
position: relative;
}
.mdc-hardness__features li::before {
content: '✓';
position: absolute;
left: 0;
color: #38a169;
font-weight: 600;
}
/* ZONES */
.mdc-zones-intro {
font-size: 1.75rem;
color: #4a5568;
margin-bottom: 2.25rem;
line-height: 1.7;
}
.mdc-zones {
background: #f7fafc;
padding: 2.75rem;
border-radius: 14px;
margin-bottom: 4rem;
}
.mdc-zones__list {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 2.25rem;
}
.mdc-zone {
display: flex;
align-items: center;
padding: 1.75rem 2.25rem;
border-radius: 12px;
font-size: 1.75rem;
color: #ffffff;
}
.mdc-zone--hard { background: #2c5282; }
.mdc-zone--medium { background: #3182ce; }
.mdc-zone--soft { background: #63b3ed; }
.mdc-zone__number {
width: 60px;
height: 60px;
min-width: 60px;
flex-shrink: 0;
background: rgba(255,255,255,0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 1.6rem;
margin-right: 1.75rem;
}
.mdc-zones__desc {
text-align: center;
font-size: 1.6rem;
color: #4a5568;
}
/* SPECS TABLE */
.mdc-specs {
width: 100%;
border-collapse: collapse;
font-size: 1.6rem;
margin-bottom: 4rem;
}
.mdc-specs tr {
border-bottom: 1px solid #e2e8f0;
}
.mdc-specs tr:last-child {
border-bottom: none;
}
.mdc-specs th {
text-align: left;
padding: 1.75rem 2rem;
background: #f7fafc;
font-weight: 600;
color: #1a202c;
width: 40%;
}
.mdc-specs td {
padding: 1.75rem 2rem;
color: #4a5568;
}
/* LAYERS */
.mdc-layers {
display: flex;
flex-direction: column;
gap: 1.75rem;
margin-bottom: 4rem;
}
.mdc-layer {
display: flex;
align-items: center;
gap: 2rem;
padding: 2rem;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 14px;
}
.mdc-layer__img {
width: 95px;
height: 95px;
border-radius: 12px;
flex-shrink: 0;
object-fit: cover;
background: #f7fafc;
}
.mdc-layer h3 {
font-size: 1.85rem;
font-weight: 600;
color: #1a202c;
margin-bottom: 0.75rem;
}
.mdc-layer p {
font-size: 1.5rem;
color: #718096;
}
/* TRUST */
.mdc-trust {
background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
padding: 3rem;
border-radius: 14px;
margin-bottom: 4rem;
}
.mdc-trust__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 2rem;
text-align: center;
}
.mdc-trust__item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.mdc-trust__icon {
width: 60px;
height: 60px;
background: rgba(255,255,255,0.15);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 0.75rem;
}
.mdc-trust__title {
font-size: 1.5rem;
font-weight: 600;
color: #ffffff;
}
.mdc-trust__subtitle {
font-size: 1.2rem;
color: rgba(255,255,255,0.7);
}
/* COVERS */
.mdc-covers-info {
font-size: 1.6rem;
color: #4a5568;
margin-bottom: 2.25rem;
padding: 2rem;
background: #fffaf0;
border-left: 7px solid #dd6b20;
border-radius: 10px;
}
.mdc-covers {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 4rem;
}
.mdc-cov
