* { position: relative; z-index: 1; } /* fold-crease on buy */ .sfc-buy__fold { position: absolute; top: 0; right: 0; width: 52px; height: 52px; background: linear-gradient(225deg, #F5D9C4 50%, transparent 50%), linear-gradient(225deg, transparent 48%, rgba(42, 33, 28, 0.14) 50%, transparent 52%); z-index: 2; pointer-events: none; } .sfc-buy__fold::after { content: ''; position: absolute; inset: 0; background: linear-gradient(225deg, transparent 50%, rgba(47, 107, 79, 0.2) 50%); clip-path: polygon(0 0, 100% 0, 100% 100%); } /* buy rhythm: title → court seal → saffron price → rating/SKU → installment → ship → size → ATC */ .sfc-buy__body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 12px; } .sfc-buy__title { font-size: clamp(1.4rem, 2.6vw, 2rem); margin: 0; padding-right: 40px; line-height: 1.15; } .sfc-court-seal { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sfc-accent); background: rgba(47, 107, 79, 0.08); border: 1px dashed rgba(47, 107, 79, 0.35); border-radius: 999px; } .sfc-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 14px 16px; background: linear-gradient(135deg, var(--sfc-primary) 0%, var(--sfc-primary-deep) 100%); color: #FFF8F0; border-radius: 2px; border-bottom: 3px solid var(--sfc-accent); } .sfc-price__now { font-family: var(--sfc-font-display); font-size: 1.85rem; letter-spacing: -0.01em; } .sfc-price__old { font-size: 0.95rem; opacity: 0.72; text-decoration: line-through; } .sfc-buy__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; font-size: 13px; color: var(--sfc-muted); padding-bottom: 4px; } .sfc-buy__rating { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--sfc-ink); } .sfc-buy__sku { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .sfc-installment { margin: 0; font-size: 13px; color: var(--sfc-muted); line-height: 1.45; padding: 10px 0; border-top: 1px solid var(--sfc-line); border-bottom: 1px solid var(--sfc-line); } .sfc-installment strong { color: var(--sfc-ink); } .sfc-installment a { margin-left: 4px; color: var(--sfc-primary-deep); text-decoration: underline; text-underline-offset: 2px; font-weight: 700; } .sfc-buy__form button[type="submit"] { width: 100%; padding: 14px 20px; background: var(--sfc-accent); color: #fff; border: none; border-radius: 2px; font-family: var(--sfc-font-body); font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; min-height: 52px; box-shadow: 4px 4px 0 var(--sfc-ink); transition: background 0.15s, transform 0.1s, box-shadow 0.1s; } .sfc-buy__form button[type="submit"]:hover { background: var(--sfc-accent-soft); transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--sfc-ink); } /* duotone-panel */ .sfc-duotone { display: grid; grid-template-columns: 1fr; border-radius: 4px; overflow: hidden; border: 1.5px solid var(--sfc-line); margin-bottom: 36px; box-shadow: 0 10px 28px rgba(42, 33, 28, 0.07); } .sfc-duotone__saffron { background: linear-gradient(165deg, var(--sfc-primary) 0%, var(--sfc-primary-deep) 100%); color: #FFF8F0; padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; justify-content: center; position: relative; } .sfc-duotone__saffron::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 42px 0 0 42px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.12); pointer-events: none; } .sfc-duotone__saffron h2 { color: #fff; font-size: 1.4rem; margin: 0; } .sfc-duotone__saffron p { margin: 0; font-size: 14px; line-height: 1.6; opacity: 0.92; } .sfc-duotone__sheet { background: var(--sfc-panel); padding: 8px 22px 26px; position: relative; overflow: hidden; } .sfc-duotone__sheet::before { content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 46px 46px 0; border-color: transparent #E8F2EC transparent transparent; pointer-events: none; z-index: 1; } .sfc-duotone__label { display: inline-flex; margin: 16px 0 8px; padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sfc-accent); background: rgba(47, 107, 79, 0.1); border-radius: 2px; position: relative; z-index: 1; } .sfc-band { margin-bottom: 36px; padding-top: 8px; } .sfc-band__label { font-family: var(--sfc-font-display); font-size: 1.25rem; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 3px solid var(--sfc-primary); display: inline-block; } .sfc-reviews, .sfc-recommend { margin-bottom: 36px; } /* footer */ .sfc-footer { background: var(--sfc-ink); color: rgba(255, 248, 240, 0.88); padding: 56px 24px 28px; border-top: 4px solid var(--sfc-primary); } .sfc-footer a { color: #E8A06A; } .sfc-footer a:hover { color: #9BC4AE; } .sfc-footer__grid { max-width: var(--sfc-max); margin: 0 auto 36px; display: grid; gap: 32px; } .sfc-footer__brand h3 { font-size: 1.55rem; color: #FFF8F0; margin-bottom: 12px; } .sfc-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(255, 248, 240, 0.65); } .sfc-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .sfc-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1.5px solid rgba(255, 248, 240, 0.28); border-radius: 2px; color: #FFF8F0; } .sfc-footer__social a:hover { background: var(--sfc-primary); border-color: var(--sfc-primary); color: #fff; } .sfc-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .sfc-footer h4 { font-family: var(--sfc-font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #E8A06A; margin-bottom: 14px; font-weight: 700; } .sfc-footer__links { list-style: none; margin: 0; padding: 0; } .sfc-footer__links li { margin-bottom: 10px; } .sfc-footer__links a { font-size: 14px; } .sfc-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(255, 248, 240, 0.88); } .sfc-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .sfc-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1.5px solid rgba(255, 248, 240, 0.28); border-radius: 2px 0 0 2px; background: transparent; color: #fff; font-family: var(--sfc-font-body); font-size: 14px; } .sfc-footer__subscribe input::placeholder { color: rgba(255, 248, 240, 0.4); } .sfc-footer__subscribe button { padding: 12px 20px; background: var(--sfc-primary); color: #fff; border: none; border-radius: 0 2px 2px 0; font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--sfc-font-body); } .sfc-footer__subscribe button:hover { background: var(--sfc-accent); } .sfc-footer__payments { max-width: var(--sfc-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .sfc-footer__payments svg { height: 28px; width: auto; } .sfc-footer__bottom { max-width: var(--sfc-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255, 248, 240, 0.18); font-size: 12px; text-align: center; color: rgba(255, 248, 240, 0.45); line-height: 1.8; } .sfc-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .sfc-menu-toggle { display: none; } .sfc-desktop-only { display: inline-flex; } .sfc-utility__search { display: block; } .sfc-main-nav { display: flex; } .sfc-product { grid-template-columns: 1.12fr 0.88fr; gap: 28px; } .sfc-gallery { position: sticky; top: 72px; } .sfc-duotone { grid-template-columns: 0.82fr 1.18fr; } .sfc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .sfc-utility__inner { padding-left: 12px; padding-right: 12px; } .sfc-nav__inner { padding-left: 12px; padding-right: 12px; } .sfc-logo { font-size: 1.2rem; } .sfc-main { padding: 18px 14px 56px; } .sfc-gallery { padding: 10px; } .sfc-buy__body { padding: 18px 16px 22px; } .sfc-duotone__sheet { padding: 4px 16px 22px; } .sfc-buy__form button[type="submit"] { width: 100%; } }
Saffron court · Warm-hour edits · Free shipping over $75
Saffron court · Dual sticky terrace

Court notes

Duotone terrace — saffron brief on the left, garden-folded ledger on the right.

Ledger sheet
Description

✨Schönes Geschenk! "Ich liebe dich" Halskette Color:Golden 'UQfCrsKXwrLCmDY=' Farbe:Goldblau Erkek Bezi Balkone und Terrassentüren LF10344361C083XL 'UQfCrsKXwrLCmDY=' So erhalten Sie jedes Mal perfekt geformte

Exchange/Return Notes
  • We offer a 30-day return/exchange service after receiving.
  • Final sale items are not eligible for returns or exchanges.
  • To process your return/exchange, please contact us at [email protected]
  • Please click here for more details>>> Return & Exchange Policy

Discover

Random picks

You may also like

Recommended

recommand products