*:not(.cl-blob) { position: relative; z-index: 1; } .cl-breadcrumb { font-size: 13px; color: var(--cl-muted); margin-bottom: 18px; } .cl-breadcrumb a { color: var(--cl-primary-deep); } .cl-breadcrumb a:hover { color: var(--cl-accent); } .cl-breadcrumb span { margin: 0 8px; color: rgba(45, 52, 54, 0.3); } .cl-loft-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 6px 14px 6px 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cl-primary-deep); background: rgba(255, 255, 255, 0.7); border: 1px solid var(--cl-line); border-radius: 999px; } .cl-loft-tag::before { content: ''; width: 14px; height: 14px; border-radius: 60% 40% 50% 50%; background: linear-gradient(135deg, var(--cl-primary), var(--cl-accent)); opacity: 0.85; } /* dual-sticky */ .cl-product { display: grid; gap: 28px; margin-bottom: 40px; align-items: start; } .cl-product__gallery { background: rgba(255, 255, 255, 0.78); border: 1px solid var(--cl-line); border-radius: 28px; padding: 16px; position: relative; overflow: hidden; box-shadow: 0 18px 40px rgba(124, 156, 191, 0.12); } .cl-product__gallery::before { content: ''; position: absolute; width: 140px; height: 120px; top: -30px; right: -20px; border-radius: 55% 45% 60% 40%; background: rgba(167, 139, 186, 0.16); pointer-events: none; } .cl-product__gallery::after { content: ''; position: absolute; inset: 0; border-radius: 28px; opacity: 0.035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); } .cl-gallery-inner { position: relative; z-index: 1; background: var(--cl-bg); border-radius: 20px; padding: 8px; overflow: hidden; } .cl-gallery-caption { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 12px; padding: 0 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cl-muted); } .cl-gallery-caption span:last-child { color: var(--cl-accent); } .cl-product__buy { background: rgba(255, 255, 255, 0.92); border: 1px solid var(--cl-line); border-radius: 28px; padding: 28px 24px 30px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; box-shadow: 0 18px 40px rgba(167, 139, 186, 0.1); } .cl-product__buy::before { content: ''; position: absolute; width: 160px; height: 140px; bottom: -50px; left: -40px; border-radius: 45% 55% 50% 50%; background: rgba(124, 156, 191, 0.12); pointer-events: none; } .cl-product__buy > * { position: relative; z-index: 1; } .cl-buy__title { font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0; line-height: 1.18; } .cl-buy__loft { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cl-accent); background: var(--cl-accent-soft); border-radius: 999px; } .cl-buy__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 4px 0 2px; } .cl-buy__now { font-family: var(--cl-font-display); font-size: 2.2rem; font-weight: 700; color: var(--cl-ink); letter-spacing: -0.02em; } .cl-buy__old { font-size: 1rem; color: var(--cl-muted); text-decoration: line-through; } .cl-buy__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; font-size: 13px; color: var(--cl-muted); padding-bottom: 4px; border-bottom: 1px solid var(--cl-line); } .cl-buy__rating { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--cl-ink); } .cl-installment { margin: 0; font-size: 13px; color: var(--cl-muted); line-height: 1.5; padding: 12px 14px; background: rgba(124, 156, 191, 0.08); border-radius: 16px; border: 1px solid rgba(124, 156, 191, 0.18); } .cl-installment strong { color: var(--cl-ink); } .cl-installment a { margin-left: 4px; color: var(--cl-primary-deep); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .cl-add-form button[type="submit"] { width: 100%; padding: 15px 24px; background: linear-gradient(135deg, var(--cl-primary) 0%, var(--cl-accent) 100%); color: #fff; border: none; border-radius: 999px; font-family: var(--cl-font-body); font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; min-height: 52px; box-shadow: 0 10px 24px rgba(124, 156, 191, 0.28); transition: transform 0.15s, box-shadow 0.15s, filter 0.15s; } .cl-add-form button[type="submit"]:hover { filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(167, 139, 186, 0.32); } .cl-info { background: rgba(255, 255, 255, 0.85); border: 1px solid var(--cl-line); border-radius: 28px; padding: 16px 24px 28px; margin-bottom: 36px; position: relative; overflow: hidden; box-shadow: 0 12px 32px rgba(124, 156, 191, 0.08); } .cl-info::before { content: ''; position: absolute; width: 200px; height: 160px; top: -60px; right: -40px; border-radius: 50% 40% 55% 45%; background: rgba(167, 139, 186, 0.1); pointer-events: none; } .cl-band { margin-bottom: 36px; } .cl-band__label { font-family: var(--cl-font-display); font-size: 1.2rem; font-weight: 600; margin: 0 0 16px; color: var(--cl-ink); } .cl-band__label span { display: inline-block; padding-bottom: 6px; border-bottom: 2px solid var(--cl-primary); } .cl-reviews, .cl-recommend { margin-bottom: 36px; } /* footer */ .cl-footer { background: var(--cl-ink); color: rgba(248, 250, 252, 0.88); padding: 56px 24px 28px; position: relative; overflow: hidden; } .cl-footer::before { content: ''; position: absolute; width: 280px; height: 220px; top: -80px; right: 10%; border-radius: 55% 45% 50% 50%; background: rgba(124, 156, 191, 0.18); pointer-events: none; } .cl-footer::after { content: ''; position: absolute; width: 200px; height: 180px; bottom: 40px; left: 5%; border-radius: 40% 60% 45% 55%; background: rgba(167, 139, 186, 0.12); pointer-events: none; } .cl-footer a { color: #B8C9D9; } .cl-footer a:hover { color: #D4C4E0; } .cl-footer__grid { max-width: var(--cl-max); margin: 0 auto 36px; display: grid; gap: 32px; position: relative; z-index: 1; } .cl-footer__brand h3 { font-size: 1.45rem; color: #fff; margin-bottom: 12px; } .cl-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(248, 250, 252, 0.62); } .cl-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .cl-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(248, 250, 252, 0.22); border-radius: 999px; color: #F8FAFC; } .cl-footer__social a:hover { background: var(--cl-primary); border-color: var(--cl-primary); color: #fff; } .cl-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .cl-footer h4 { font-family: var(--cl-font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #A78BBA; margin-bottom: 14px; font-weight: 700; } .cl-footer__links { list-style: none; margin: 0; padding: 0; } .cl-footer__links li { margin-bottom: 10px; } .cl-footer__links a { font-size: 14px; } .cl-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(248, 250, 252, 0.88); } .cl-footer__subscribe { max-width: var(--cl-max); margin: 0 auto 28px; position: relative; z-index: 1; } .cl-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .cl-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1px solid rgba(248, 250, 252, 0.25); border-radius: 999px 0 0 999px; background: transparent; color: #fff; font-family: var(--cl-font-body); font-size: 14px; } .cl-footer__subscribe input::placeholder { color: rgba(248, 250, 252, 0.4); } .cl-footer__subscribe button { padding: 12px 20px; background: linear-gradient(135deg, var(--cl-primary), var(--cl-accent)); color: #fff; border: none; border-radius: 0 999px 999px 0; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 44px; font-family: var(--cl-font-body); } .cl-footer__subscribe button:hover { filter: brightness(1.08); } .cl-footer__payments { max-width: var(--cl-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; position: relative; z-index: 1; } .cl-footer__payments svg { height: 28px; width: auto; } .cl-footer__bottom { max-width: var(--cl-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(248, 250, 252, 0.16); font-size: 12px; text-align: center; color: rgba(248, 250, 252, 0.42); line-height: 1.8; position: relative; z-index: 1; } .cl-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .cl-menu-toggle { display: none; } .cl-desktop-only { display: inline-flex; } .cl-header__search { display: block; } .cl-main-nav { display: flex; } .cl-product { grid-template-columns: 1.12fr 0.88fr; gap: 32px; } .cl-product__gallery { position: sticky; top: 100px; } .cl-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .cl-header__top { padding: 8px 12px 0; min-height: 56px; } .cl-logo { font-size: 1.2rem; } .cl-main { padding: 18px 14px 56px; } .cl-blob { display: none; } .cl-product__buy { padding: 22px 16px 24px; } .cl-product__gallery { padding: 12px; border-radius: 22px; } .cl-info { padding: 10px 16px 22px; border-radius: 22px; } .cl-add-form button[type="submit"] { width: 100%; } }
Cloud loft edit Β· Soft light finds Β· Free shipping over $75
Cloud loft Β· Soft paper light

⚑ Draadloze autostofzuiger die écht werkt. Geen plekje blijft vies. 🎯 TOOLS & GADGETS Zet de schakelaar voor het LSF-top Stijl:DRAAK LF10266485MHS2XL GEBRUIKSVRIENDELIJK MEERTALIG Ontworpen voor

EUR35.99 EUR85.99
SKU 59112770895
4.0

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

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours Β· Estimated delivery Sep 26 - Oct 1

Description

⚑ Draadloze autostofzuiger die écht werkt. Geen plekje blijft vies. 🎯 TOOLS & GADGETS Zet de schakelaar voor het LSF top Stijl:DRAAK LF10266485MHS2XL GEBRUIKSVRIENDELIJK MEERTALIG Ontworpen voor Zet de schakelaar voor het eerste gebruik op "AAN" om automatisch opladen en verlichting in te schakelen 'wr3DtMKcw5w='

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