* { position: relative; z-index: 1; } /* ribbon-tape corner */ .il-ribbon { position: absolute; top: 18px; right: -28px; z-index: 2; padding: 6px 36px; background: linear-gradient(180deg, #A8BEC9 0%, var(--il-accent) 100%); color: var(--il-ink); font-family: var(--il-font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; transform: rotate(32deg); box-shadow: 0 2px 6px rgba(26, 35, 50, 0.15); pointer-events: none; } .il-ribbon::before, .il-ribbon::after { content: ''; position: absolute; bottom: -4px; width: 10px; height: 8px; background: var(--il-primary-deep); opacity: 0.35; } .il-ribbon::before { left: 2px; clip-path: polygon(0 0, 100% 0, 0 100%); } .il-ribbon::after { right: 2px; clip-path: polygon(0 0, 100% 0, 100% 100%); } .il-buy__title { font-size: clamp(1.4rem, 2.6vw, 2rem); margin: 0; line-height: 1.18; padding-right: 48px; } .il-buy__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--il-muted); } .il-buy__rating { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: var(--il-panel-soft); border-radius: 999px; color: var(--il-ink); letter-spacing: 0; text-transform: none; font-size: 13px; } .il-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding: 16px 18px; background: linear-gradient(135deg, var(--il-panel-soft) 0%, #F7FBFD 100%); border-radius: 14px; border-left: 4px solid var(--il-primary); position: relative; } .il-price__tape { position: absolute; top: -8px; left: 20px; width: 72px; height: 14px; background: rgba(143, 163, 176, 0.55); transform: rotate(-3deg); border-radius: 2px; box-shadow: 0 1px 2px rgba(26, 35, 50, 0.08); pointer-events: none; } .il-price__now { font-family: var(--il-font-display); font-size: 1.85rem; font-weight: 700; letter-spacing: -0.03em; color: var(--il-ink); } .il-price__old { font-size: 0.95rem; color: var(--il-accent); text-decoration: line-through; } .il-installment { margin: 0; font-size: 13px; color: var(--il-muted); line-height: 1.5; padding: 12px 14px; background: rgba(61, 126, 166, 0.06); border-radius: 10px; border: 1px solid rgba(61, 126, 166, 0.14); } .il-installment strong { color: var(--il-ink); } .il-installment a { margin-left: 4px; color: var(--il-primary-deep); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .il-buy__form button[type="submit"] { width: 100%; padding: 15px 20px; background: var(--il-primary); color: #fff; border: none; border-radius: 999px; font-family: var(--il-font-display); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; min-height: 52px; transition: background 0.15s, transform 0.1s; } .il-buy__form button[type="submit"]:hover { background: var(--il-primary-deep); transform: translateY(-1px); } .il-gallery { order: 1; position: relative; background: var(--il-panel); border-radius: 22px; padding: 16px; border: 1px solid rgba(61, 126, 166, 0.14); box-shadow: 0 16px 36px rgba(26, 35, 50, 0.06); overflow: hidden; } .il-gallery__blob { position: absolute; width: 200px; height: 180px; bottom: -60px; right: -40px; background: rgba(61, 126, 166, 0.08); border-radius: 50% 40% 60% 45% / 45% 55% 40% 60%; pointer-events: none; z-index: 0; } .il-gallery__inner { position: relative; z-index: 1; background: var(--il-panel-soft); border-radius: 14px; padding: 8px; overflow: hidden; } .il-gallery__caption { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 10px; border-top: 1px dashed rgba(61, 126, 166, 0.25); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--il-muted); } .il-gallery__caption span:last-child { color: var(--il-primary); } /* ribbon strip above info */ .il-info { margin-bottom: 36px; position: relative; background: var(--il-panel); border-radius: 18px; padding: 28px 24px 30px; border: 1px solid var(--il-line); overflow: hidden; } .il-info__tape { position: absolute; top: 12px; left: 40%; width: 110px; height: 18px; background: rgba(143, 163, 176, 0.45); transform: rotate(-2deg); border-radius: 2px; box-shadow: 0 1px 3px rgba(26, 35, 50, 0.1); z-index: 2; pointer-events: none; } .il-info__blob { position: absolute; width: 160px; height: 140px; top: -40px; left: -50px; background: rgba(61, 126, 166, 0.07); border-radius: 60% 40% 50% 50% / 40% 55% 45% 60%; pointer-events: none; } .il-info__head { position: relative; z-index: 1; margin-bottom: 12px; padding-top: 8px; } .il-info__head h2 { font-size: 1.25rem; margin: 0; } .il-info__head p { margin: 6px 0 0; font-size: 14px; color: var(--il-muted); } .il-info__body { position: relative; z-index: 1; } .il-band { margin-bottom: 36px; padding-top: 4px; } .il-band__label { font-family: var(--il-font-display); font-size: 1.15rem; font-weight: 700; margin: 0 0 16px; padding-bottom: 10px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--il-primary); } .il-band__label::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--il-accent); box-shadow: 0 0 0 4px rgba(143, 163, 176, 0.25); } .il-reviews, .il-recommend { margin-bottom: 36px; } /* footer */ .il-footer { position: relative; z-index: 1; background: var(--il-ink); color: rgba(240, 246, 250, 0.88); padding: 56px 24px 28px; overflow: hidden; } .il-footer::before { content: ''; position: absolute; width: 320px; height: 280px; top: -80px; right: -60px; background: rgba(61, 126, 166, 0.18); border-radius: 55% 45% 50% 50% / 45% 55% 45% 55%; pointer-events: none; } .il-footer a { color: #A8C8DC; } .il-footer a:hover { color: #fff; } .il-footer__grid { max-width: var(--il-max); margin: 0 auto 36px; display: grid; gap: 32px; position: relative; z-index: 1; } .il-footer__brand h3 { font-size: 1.5rem; color: #fff; margin-bottom: 12px; } .il-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 18px; color: rgba(240, 246, 250, 0.65); } .il-footer__social { display: flex; gap: 8px; flex-wrap: wrap; } .il-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1.5px solid rgba(240, 246, 250, 0.28); border-radius: 10px; color: #F0F6FA; } .il-footer__social a:hover { background: var(--il-primary); border-color: var(--il-primary); color: #fff; } .il-footer__social svg { width: 18px; height: 18px; fill: currentColor; } .il-footer h4 { font-family: var(--il-font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #A8C8DC; margin-bottom: 14px; font-weight: 700; } .il-footer__links { list-style: none; margin: 0; padding: 0; } .il-footer__links li { margin-bottom: 10px; } .il-footer__links a { font-size: 14px; } .il-footer address { font-style: normal; font-size: 14px; line-height: 1.85; color: rgba(240, 246, 250, 0.88); } .il-footer__subscribe { max-width: var(--il-max); margin: 0 auto 28px; position: relative; z-index: 1; } .il-footer__subscribe form { display: flex; gap: 0; flex-wrap: wrap; } .il-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 14px; border: 1.5px solid rgba(240, 246, 250, 0.28); border-radius: 999px 0 0 999px; background: transparent; color: #fff; font-family: var(--il-font-body); font-size: 14px; } .il-footer__subscribe input::placeholder { color: rgba(240, 246, 250, 0.4); } .il-footer__subscribe button { padding: 12px 22px; background: var(--il-primary); 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(--il-font-display); } .il-footer__subscribe button:hover { background: var(--il-primary-deep); } .il-footer__payments { max-width: var(--il-max); margin: 0 auto 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; position: relative; z-index: 1; } .il-footer__payments svg { height: 28px; width: auto; } .il-footer__bottom { max-width: var(--il-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(240, 246, 250, 0.18); font-size: 12px; text-align: center; color: rgba(240, 246, 250, 0.45); line-height: 1.8; position: relative; z-index: 1; } .il-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .il-menu-toggle { display: none; } .il-desktop-only { display: inline-flex; } .il-utility__search { display: block; } .il-main-nav { display: flex; } .il-split { grid-template-columns: 0.95fr 1.15fr; gap: 28px; } .il-buy { order: 0; } .il-gallery { order: 0; position: sticky; top: 72px; } .il-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .il-utility__inner { padding-left: 12px; padding-right: 12px; } .il-nav__inner { padding-left: 12px; padding-right: 12px; } .il-logo { font-size: 1.1rem; } .il-main { padding: 18px 14px 56px; } .il-buy { padding: 22px 16px 24px; border-radius: 16px; } .il-gallery { padding: 12px; border-radius: 16px; } .il-info { padding: 22px 16px 24px; } .il-ribbon { top: 14px; right: -34px; font-size: 9px; } .il-buy__form button[type="submit"] { width: 100%; } }
Ice lab · Cool-cast edits · Free shipping over $80
Ice lab · Dual-buy left bay

MedFuture Berberyna ekstrakt 500mg 60 kapsułek Graines d'amarante style = 'font-family :" Times 5908271352017 Suppléments pour le foie They also promote muscle

SKU 96802480712 4.4
EUR20.56 EUR45.56

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

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Sep 15 - Sep 20

Lab notes

Soft-blob field with ribbon-tape seals — cool ice-lab sheet for description and returns.

Description

MedFuture Berberyna ekstrakt 500mg 60 kapsułek Graines d'amarante style = 'font family :" Times 5908271352017 Suppléments pour le foie They also promote muscle style = 'font family :" Times New Roman " steam distilled clary sage essential oil has a positive and regenerative effect

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