* { position: relative; z-index: 1; } .tf-buy { position: relative; background: var(--tf-panel); border: 1px solid var(--tf-line); padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; } /* diagonal-slash accent on buy box */ .tf-buy::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: linear-gradient(100deg, var(--tf-clay) 0 34%, var(--tf-sand) 34% 58%, var(--tf-olive) 58% 100%); transform: skewY(-1.2deg); transform-origin: left top; } .tf-buy::after { content: ''; position: absolute; width: 140px; height: 140px; bottom: -48px; right: -40px; background: radial-gradient(circle at 40% 40%, rgba(92, 107, 74, 0.18), transparent 70%); border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%; pointer-events: none; } .tf-buy__kicker { display: inline-block; width: fit-content; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tf-olive); border-bottom: 2px solid var(--tf-sand); padding-bottom: 4px; margin-top: 4px; } .tf-buy__title { font-size: clamp(1.7rem, 3vw, 2.25rem); margin: 0; font-style: italic; } .tf-buy__meta { display: flex; flex-wrap: wrap; gap: 12px 18px; font-size: 13px; color: var(--tf-muted); } .tf-buy__rating { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--tf-ink); } .tf-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 10px 0 4px; border-top: 1px solid var(--tf-line); } .tf-price__now { font-family: var(--tf-font-display); font-size: 2.1rem; color: var(--tf-clay-deep); line-height: 1; } .tf-price__old { font-size: 1rem; color: var(--tf-muted); text-decoration: line-through; } .tf-installment { margin: 0; font-size: 13px; color: var(--tf-muted); line-height: 1.45; padding: 10px 12px; background: rgba(201, 166, 107, 0.18); border-left: 3px solid var(--tf-clay); } .tf-installment strong { color: var(--tf-ink); } .tf-installment a { margin-left: 4px; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .tf-buy form button[type="submit"] { width: 100%; padding: 14px 20px; margin-top: 4px; background: var(--tf-clay); color: #F3E6D8; border: none; border-radius: 2px; font-family: var(--tf-font-body); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 52px; position: relative; z-index: 1; transition: background 0.15s, transform 0.12s; } .tf-buy form button[type="submit"]:hover { background: var(--tf-olive); transform: translateY(-1px); } .tf-info { position: relative; background: var(--tf-panel); border: 1px solid var(--tf-line); padding: 16px 24px 28px; margin-bottom: 36px; overflow: hidden; } .tf-info::before { content: ''; position: absolute; top: -20px; left: 18%; width: 64%; height: 36px; background: linear-gradient(98deg, transparent 0 12%, rgba(197, 106, 69, 0.2) 12% 28%, transparent 28% 48%, rgba(92, 107, 74, 0.18) 48% 62%, transparent 62%); transform: skewX(-22deg); pointer-events: none; } .tf-reviews, .tf-discover, .tf-random, .tf-recommend { margin-bottom: 36px; position: relative; z-index: 1; } .tf-footer { position: relative; z-index: 1; background: var(--tf-ink); color: rgba(243, 230, 216, 0.9); padding: 56px 24px 28px; overflow: hidden; } .tf-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 14px; background: linear-gradient(105deg, var(--tf-clay) 0 30%, var(--tf-sand) 30% 55%, var(--tf-olive) 55% 100%); transform: skewY(-0.8deg); transform-origin: left top; } .tf-footer::after { content: ''; position: absolute; width: 220px; height: 220px; bottom: -60px; left: -40px; background: radial-gradient(circle, rgba(197, 106, 69, 0.22), transparent 70%); border-radius: 55% 45% 60% 40% / 50% 55% 45% 50%; pointer-events: none; } .tf-footer a { color: rgba(243, 230, 216, 0.92); } .tf-footer a:hover { color: var(--tf-sand); } .tf-footer__grid { max-width: var(--tf-max); margin: 0 auto 36px; display: grid; gap: 32px; position: relative; z-index: 1; } .tf-footer__brand h3 { font-size: 1.55rem; color: #F3E6D8; margin-bottom: 12px; font-style: italic; } .tf-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(243, 230, 216, 0.65); font-family: var(--tf-font-body); font-weight: 400; } .tf-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .tf-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(243, 230, 216, 0.3); border-radius: 2px; } .tf-footer__social a:hover { background: var(--tf-clay); border-color: var(--tf-clay); color: #fff; } .tf-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .tf-footer h4 { font-family: var(--tf-font-body); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tf-sand); margin-bottom: 14px; font-weight: 700; } .tf-footer__links { list-style: none; margin: 0; padding: 0; } .tf-footer__links li { margin-bottom: 10px; } .tf-footer__links a { font-size: 14px; } .tf-footer address { font-style: normal; font-size: 14px; line-height: 1.85; } .tf-footer__subscribe { max-width: var(--tf-max); margin: 0 auto 28px; position: relative; z-index: 1; } .tf-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .tf-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1px solid rgba(243, 230, 216, 0.3); border-radius: 2px 0 0 2px; background: transparent; color: #F3E6D8; font-family: var(--tf-font-body); font-size: 14px; } .tf-footer__subscribe input::placeholder { color: rgba(243, 230, 216, 0.4); } .tf-footer__subscribe button { padding: 12px 20px; background: var(--tf-clay); color: #F3E6D8; border: 1px solid var(--tf-clay); border-radius: 0 2px 2px 0; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--tf-font-body); } .tf-footer__subscribe button:hover { background: var(--tf-olive); border-color: var(--tf-olive); } .tf-footer__payments { max-width: var(--tf-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; position: relative; z-index: 1; } .tf-footer__payments svg { height: 28px; width: auto; } .tf-footer__bottom { max-width: var(--tf-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(243, 230, 216, 0.2); font-size: 12px; text-align: center; color: rgba(243, 230, 216, 0.45); line-height: 1.8; position: relative; z-index: 1; } .tf-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .tf-menu-toggle { display: none; } .tf-desktop-only { display: inline-flex; } .tf-utility__search { display: block; } .tf-main-nav { display: flex; } .tf-stage { grid-template-columns: 1.2fr 0.8fr; gap: 36px; } .tf-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .tf-utility__inner, .tf-nav__inner { padding-left: 14px; padding-right: 14px; } .tf-logo { font-size: 1.25rem; } .tf-wrap { padding: 20px 14px 56px; } .tf-buy { padding: 24px 18px 22px; } .tf-price__now { font-size: 1.75rem; } .tf-info { padding: 12px 16px 22px; } .tf-gallery::after { width: 18px; } }
Terracotta folio · Free shipping over $85 · Clay & olive house edits
Folio edit

Antislip Badmat Weich Materiaal - GripLuxe "zarella" terwijl het tijdloze design met

SKU: 4294864299
4.0
EUR44.95 EUR85.95

Pay in 4 interest-free payments of $11.24 Learn more

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 25 - Sep 30

Description

Antislip Badmat Weich Materiaal GripLuxe "zarella" terwijl het tijdloze design met terwijl het tijdloze design met een vrouwelijke uitstraling overtuigt 'QWbDr8KYwpg='

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

You may also like

recommand products