* { max-width: 100%; } .hc-product-info { max-width: 640px; margin: 0 auto 48px; display: flex; flex-direction: column; gap: 14px; text-align: center; } .hc-product__badge { display: inline-block; align-self: center; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hc-forest); border: 1px solid var(--hc-forest); padding: 5px 14px; border-radius: var(--hc-radius); } .hc-product__title { font-size: clamp(1.6rem, 4vw, 2.35rem); color: var(--hc-brown); } .hc-product__meta { font-size: 14px; color: var(--hc-muted); margin: 0; } .hc-product__rating { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; color: var(--hc-forest); font-weight: 600; } .hc-product__price-row { display: flex; align-items: baseline; justify-content: center; gap: 12px; flex-wrap: wrap; } .hc-product__price { font-family: var(--hc-font-heading); font-size: 1.85rem; font-weight: 700; color: var(--hc-forest); } .hc-product__old-price { font-size: 1.1rem; color: var(--hc-muted); text-decoration: line-through; } .hc-product__installment { font-size: 14px; color: var(--hc-muted); line-height: 1.5; margin: 0; } .hc-product__installment strong { color: var(--hc-brown); font-weight: 700; } .hc-product__installment a { margin-left: 4px; text-decoration: underline; font-weight: 600; } .hc-stitch-line { height: 0; border: none; border-top: 2px dashed var(--hc-stitch); margin: 8px 0 4px; width: 100%; } .hc-product-info .hc-shipping-slot, .hc-product-info .hc-size-slot { text-align: left; } .hc-add-form { margin-top: 4px; } .hc-add-form button[type="submit"] { width: 100%; padding: 16px 32px; background: var(--hc-forest); color: var(--hc-cream); border: 2px solid var(--hc-forest); border-radius: var(--hc-radius); font-family: var(--hc-font-heading); font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, color 0.2s; min-height: 52px; } .hc-add-form button[type="submit"]:hover { background: var(--hc-brown); border-color: var(--hc-brown); } .hc-info-sections { background: var(--hc-cream); border: 1px solid var(--hc-linen-dark); border-radius: var(--hc-radius); padding: 12px 24px 28px; margin-bottom: 48px; box-shadow: inset 0 0 0 4px var(--hc-linen); } .hc-section-heading { font-size: 1.35rem; color: var(--hc-forest); margin: 36px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--hc-linen-dark); text-align: center; } .hc-reviews-wrap { margin-bottom: 48px; } .hc-recommend { margin-bottom: 48px; } /* Footer */ .hc-footer { background: var(--hc-brown); color: rgba(255, 251, 245, 0.88); padding: 52px 20px 28px; border-top: 4px double var(--hc-stitch); } .hc-footer a { color: rgba(255, 251, 245, 0.92); } .hc-footer a:hover { color: var(--hc-stitch); } .hc-footer__grid { max-width: var(--hc-max); margin: 0 auto 40px; display: grid; gap: 32px; } .hc-footer__brand h3 { font-family: var(--hc-font-heading); font-size: 1.4rem; color: var(--hc-cream); margin-bottom: 12px; } .hc-footer__brand p { font-size: 14px; line-height: 1.7; margin: 0 0 16px; color: rgba(255, 251, 245, 0.72); } .hc-footer__social { display: flex; gap: 10px; flex-wrap: wrap; } .hc-footer__social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--hc-radius); background: rgba(255, 251, 245, 0.1); border: 1px solid rgba(196, 168, 130, 0.35); transition: background 0.2s; } .hc-footer__social a:hover { background: var(--hc-forest); } .hc-footer__social svg { width: 20px; height: 20px; fill: currentColor; } .hc-footer h4 { font-family: var(--hc-font-body); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hc-cream); margin-bottom: 16px; } .hc-footer__links { list-style: none; margin: 0; padding: 0; } .hc-footer__links li { margin-bottom: 8px; } .hc-footer__links a { font-size: 14px; } .hc-footer address { font-style: normal; font-size: 14px; line-height: 1.8; } .hc-footer__subscribe form { display: flex; gap: 8px; flex-wrap: wrap; } .hc-footer__subscribe input[type="email"] { flex: 1; min-width: 200px; padding: 12px 16px; border: 1px solid rgba(255, 251, 245, 0.25); border-radius: var(--hc-radius); background: rgba(255, 251, 245, 0.08); color: var(--hc-cream); font-family: inherit; font-size: 14px; } .hc-footer__subscribe input::placeholder { color: rgba(255, 251, 245, 0.5); } .hc-footer__subscribe button { padding: 12px 20px; background: var(--hc-forest); color: var(--hc-cream); border: none; border-radius: var(--hc-radius); font-family: inherit; font-weight: 700; cursor: pointer; min-height: 44px; } .hc-footer__payments { max-width: var(--hc-max); margin: 0 auto 24px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .hc-footer__payments svg { height: 28px; width: auto; } .hc-footer__bottom { max-width: var(--hc-max); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255, 251, 245, 0.18); font-size: 13px; text-align: center; color: rgba(255, 251, 245, 0.55); } .hc-footer__bottom a { margin: 0 4px; } @media (min-width: 750px) { .hc-main-nav { display: flex; } .hc-header__search { display: block; } .hc-menu-toggle { display: none; } .hc-desktop-only { display: inline-flex; } .hc-gallery-band { padding: 28px 40px; } .hc-add-form button[type="submit"] { width: auto; min-width: 300px; align-self: center; } .hc-add-form { display: flex; justify-content: center; } .hc-footer__grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; } } @media (max-width: 749px) { .hc-header__inner { gap: 8px; } .hc-logo { font-size: 1.1rem; } .hc-product-info { text-align: left; } .hc-product__badge { align-self: flex-start; } .hc-product__rating, .hc-product__price-row { justify-content: flex-start; } .hc-section-heading { text-align: left; } .hc-breadcrumb { text-align: left; } .hc-add-form button[type="submit"] { width: 100%; } }
Handmade quality · Free shipping over $75 · Explore the atelier
Description

"}' data-sheets-userformat='{"2":16792323

Polo Red Type M

9 Lafayette Street Type This unisex blend is the perfect mix of fruity & floral notes

This romantic blend opens with the sweet

Sugar Maple (Acer Saccharinum)

Juicy Couture Viva La Juicy Type W Coconut Oil Dry Oil Mist Size:150 ML "}' data-sheets-userformat='{"2":16792323Juicy Couture Viva La Juicy Type W A gourmet floral fragrance, which opens with notes of wild berries and juicy mandarin. The heart encompasses a floral blend of honeysuckle, gardenia and jasmine, while the base notes await us with a gourmet rhapsody of amber, caramel, vanilla, sandalwood and pralines This luxurious, lightweight and non greasy moisturizer absorbs instantly leaving you with soft, smooth and radiant skin. Directions:Start with clean

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