EXKLUSIV NYHET – SVERIGES FÖRSTA PARFYMBUD FRI FRAKT ÖVER 399 KR INGEN FAKTURAAVGIFT 1–2 DAGARS LEVERANS SKAPA DIN EGEN DOFT
EXKLUSIV NYHET – SVERIGES FÖRSTA PARFYMBUD FRI FRAKT ÖVER 399 KR INGEN FAKTURAAVGIFT 1–2 DAGARS LEVERANS SKAPA DIN EGEN DOFT
Vårt sortiment - Nordic Essence – Exklusiva Eau de Parfum
/* --- Reset & Base --- */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; background: #ffffff; color: #1a1a1a; line-height: 1.6; } a { text-decoration: none; color: inherit; } img { max-width: 100%; display: block; } .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; } /* --- Typography --- */ .page-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; letter-spacing: -0.5px; } .page-subtitle { color: #666; font-size: 1.1rem; margin-bottom: 2rem; } .section-title { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 0.5rem; } /* --- Utility --- */ .text-center { text-align: center; } .mt-2 { margin-top: 2rem; } .mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; } .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } @media (max-width: 992px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .grid-4 { grid-template-columns: 1fr; } .page-title { font-size: 2rem; } } /* --- Buttons --- */ .btn { display: inline-block; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; border: none; cursor: pointer; transition: all 0.2s ease; text-align: center; } .btn-primary { background: #1a1a1a; color: #fff; } .btn-primary:hover { background: #333; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .btn-outline { background: transparent; border: 2px solid #1a1a1a; color: #1a1a1a; } .btn-outline:hover { background: #1a1a1a; color: #fff; } /* --- Top Bar --- */ .top-bar { background: #f8f8f8; padding: 8px 0; font-size: 0.85rem; border-bottom: 1px solid #eee; } .top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .top-bar .usp-list { display: flex; gap: 25px; list-style: none; font-weight: 500; } .top-bar .usp-list i { margin-right: 6px; color: #c9a03d; } .top-bar .lang-currency { display: flex; gap: 15px; color: #555; } .top-bar .lang-currency a:hover { color: #000; } /* --- Header --- */ .main-header { padding: 16px 0; border-bottom: 1px solid #eee; } .main-header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .logo img { height: 40px; width: auto; } .header-actions { display: flex; align-items: center; gap: 18px; } .header-actions a { color: #1a1a1a; font-size: 1.1rem; } .cart-icon { position: relative; } .cart-badge { position: absolute; top: -8px; right: -10px; background: #c9a03d; color: #fff; font-size: 0.65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } /* --- Navigation --- */ .main-nav { background: #fff; border-bottom: 1px solid #eee; } .main-nav .container { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; padding: 12px 20px; } .main-nav a { font-weight: 500; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: #1a1a1a; padding: 4px 0; border-bottom: 2px solid transparent; transition: border-color 0.2s; } .main-nav a:hover, .main-nav a.active { border-bottom-color: #c9a03d; } /* --- Marquee --- */ .marquee { background: #1a1a1a; color: #fff; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 3px solid #c9a03d; border-bottom: 3px solid #c9a03d; } .marquee-track { display: inline-block; animation: scrollMarquee 30s linear infinite; } .marquee-item { display: inline-block; margin: 0 30px; font-weight: 500; font-size: 0.85rem; letter-spacing: 1px; } .marquee-item .dot { color: #c9a03d; margin: 0 15px; } @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } /* --- Hero / Collection Header --- */ .collection-header { padding: 40px 0 20px; } .collection-header .container { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; } .collection-header .filter-sort { display: flex; gap: 12px; align-items: center; } .collection-header select { padding: 8px 16px; border-radius: 8px; border: 1px solid #ddd; background: #fff; font-size: 0.9rem; cursor: pointer; } .filter-btn { padding: 8px 18px; border-radius: 8px; border: 1px solid #ddd; background: #fff; font-weight: 500; cursor: pointer; transition: all 0.2s; } .filter-btn:hover { background: #f5f5f5; } .filter-btn i { margin-right: 6px; } /* --- Product Card --- */ .product-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); transition: transform 0.25s ease, box-shadow 0.25s ease; border: 1px solid #f0f0f0; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); } .product-card .image { aspect-ratio: 1 / 1; background: #f9f9f9; display: flex; align-items: center; justify-content: center; padding: 20px; } .product-card .image img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s ease; } .product-card:hover .image img { transform: scale(1.04); } .product-card .info { padding: 16px 18px 18px; } .product-card .info .name { font-weight: 600; font-size: 1rem; margin-bottom: 2px; } .product-card .info .name a:hover { color: #c9a03d; } .product-card .info .price { font-weight: 700; font-size: 1.05rem; color: #1a1a1a; } .product-card .info .old-price { text-decoration: line-through; color: #999; font-weight: 400; margin-right: 8px; font-size: 0.9rem; } .product-card .badge { display: inline-block; background: #c9a03d; color: #fff; font-size: 0.65rem; font-weight: 700; padding: 3px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; } .product-card .in-stock { font-size: 0.8rem; color: #2d7d46; } .product-card .in-stock i { margin-right: 4px; } .product-card .add-btn { margin-top: 10px; width: 100%; padding: 10px; border: 1px solid #ddd; background: transparent; border-radius: 50px; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: all 0.2s; } .product-card .add-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; } /* --- Features Strip --- */ .features { background: #fafafa; padding: 45px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-top: 40px; } .features .grid-4 { gap: 30px; } .feature-item { text-align: center; } .feature-item i { font-size: 2rem; color: #c9a03d; margin-bottom: 8px; } .feature-item h4 { font-weight: 600; margin-bottom: 2px; } .feature-item p { color: #666; font-size: 0.9rem; } /* --- Footer --- */ .footer { background: #1a1a1a; color: #ccc; padding: 45px 0 25px; } .footer .container { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; } .footer h4 { color: #fff; font-weight: 600; margin-bottom: 1rem; } .footer a { color: #aaa; display: block; margin-bottom: 5px; transition: color 0.2s; } .footer a:hover { color: #fff; } .footer .socials { display: flex; gap: 14px; margin-top: 10px; } .footer .socials a { font-size: 1.2rem; color: #aaa; } .footer .socials a:hover { color: #fff; } .footer .payment-icons { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; } .footer .payment-icons img { height: 26px; background: #fff; padding: 4px 10px; border-radius: 6px; } .footer-bottom { border-top: 1px solid #333; margin-top: 30px; padding-top: 18px; text-align: center; font-size: 0.8rem; color: #888; } @media (max-width: 768px) { .footer .container { grid-template-columns: 1fr 1fr; } .collection-header .container { flex-direction: column; align-items: stretch; } .collection-header .filter-sort { flex-wrap: wrap; } } @media (max-width: 500px) { .footer .container { grid-template-columns: 1fr; } }

Vårt sortiment

Upptäck vårt kompletta sortiment av prisvärda och exklusiva dofter.
Osäker på vilken doft som passar dig? Testa vår Doftguide och hitta din favorit.

Black EdP
Kampanj
349 kr 249 kr
I lager
Cherry EdP
Kampanj
349 kr 249 kr
I lager
Wood EdP
Kampanj
349 kr 249 kr
I lager
Himalaya EdP
Kampanj
349 kr 249 kr
I lager
Summit EdP
349 kr
I lager
Baccarat 540 EdP
Bästsäljare
349 kr
I lager
Tobacco Vanilla EdP
Bästsäljare
349 kr
I lager
Phantom EdP
349 kr
I lager

Gratis frakt

Vid beställningar över 399 kr.

Skickas samma dag

Vi strävar efter leverans inom 48h.

Säker betalning

Dina uppgifter hanteras tryggt.

Enkla returer

30 dagar öppet köp.