@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-8.ttf) format('truetype');
}

:root{--paper:#f8f6f1;--white:#fffefb;--ink:#2B211D;--muted:#756B63;--line:#dedfd6;--gold:#B49A6A;--soft:#eeeee5;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #B49A6A;outline-offset:4px}button{touch-action:manipulation}a{color:inherit;text-decoration:none}.masthead{height:104px;margin:0 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{font-size:23px;letter-spacing:5px;font-weight:600;text-align:center;line-height:1.5}.brand span{display:block;font-size:9px;letter-spacing:4px;font-weight:450}.edition{font-size:10px;letter-spacing:2.5px;text-align:center}.edition span{display:block;font-size:12px;letter-spacing:0;margin-top:7px;color:var(--muted)}.text-button{border:0;background:none;font-size:13px;padding:14px 0;font-weight:550;min-height:48px}.text-button span{margin-left:8px;font-size:20px}main{max-width:1500px;margin:auto;padding:0 5%}.intro{display:grid;grid-template-columns:1.05fr 1fr;min-height:365px;align-items:center;border-bottom:1px solid var(--line);padding:32px 0 38px;gap:30px}.eyebrow{font-size:10px;letter-spacing:2.8px;font-weight:600;color:var(--gold);margin:0 0 16px}h1,h2,h3,p{margin-top:0}h1{font:400 clamp(36px,4.6vw,64px)/1.1 'Playfair Display',Georgia,serif;letter-spacing:-1.8px;margin:0 0 20px}h1 em{font-weight:400;color:#756B63}.intro-copy>p:not(.eyebrow){font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:24px}.intro-caption{font-size:10px;letter-spacing:.8px;display:flex;align-items:center;gap:9px}.intro-caption>span{height:6px;width:6px;background:var(--gold);border-radius:100%}.hero-art{height:300px;position:relative;max-width:440px;width:100%;justify-self:center;background:radial-gradient(ellipse at 50% 60%,#e9e5d9 0,transparent 68%)}.hero-perfume{position:absolute;width:280px;height:280px;object-fit:contain;top:-8px;left:50%;transform:translateX(-50%);mix-blend-mode:multiply}.hero-note{position:absolute;width:92px;padding:8px;background:#fdfbf7;border:1px solid #e7e4da;box-shadow:0 8px 28px #293f3010;border-radius:50px 50px 12px 12px;text-align:center}.hero-note .note-art{width:75px;height:75px;object-fit:cover;mix-blend-mode:multiply;border-radius:50%}.hero-note span{font-size:11px}.hero-note.first{bottom:28px;left:10px;transform:rotate(-8deg)}.hero-note.second{right:10px;top:36px;transform:rotate(8deg)}.hero-label{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center;font-size:9px;letter-spacing:2px;white-space:nowrap}.hero-label small{display:block;letter-spacing:0;font-size:11px;color:var(--muted);margin-top:5px}.discovery{padding:30px 0 18px}.search-row{display:flex;gap:16px}.search{position:relative;display:flex;align-items:center;border:1px solid #d4d9cf;background:var(--white);border-radius:8px;flex:1;min-width:0;height:60px;padding:0 18px;gap:13px}.search svg{width:21px;fill:none;stroke:var(--ink);stroke-width:1.4;flex-shrink:0}.search input{border:0;outline:0!important;background:none;width:100%;font-size:15px;color:var(--ink);min-width:0;height:100%}.search:focus-within{outline:2px solid var(--gold);outline-offset:2px}.search input::placeholder{color:#756B63}.search-hint{font-size:11px;white-space:nowrap;color:#95998f}.saved{background:transparent;border:1px solid #d4d9cf;border-radius:8px;padding:0 17px;font-size:22px;display:flex;align-items:center;gap:9px}.saved span{font-size:12px}.saved b{font-size:10px;font-weight:500;background:#e6e9df;border-radius:50%;min-width:22px;height:22px;display:grid;place-items:center}.saved[aria-pressed=true]{background:var(--ink);color:var(--paper)}.saved[aria-pressed=true] b{color:var(--ink)}.filter-line{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0 30px}.segments{display:flex;gap:5px;padding:4px;background:#eeeee7;border-radius:7px}.segments button{padding:13px 21px;border:0;background:transparent;border-radius:5px;font-size:13px;min-height:48px}.segments button[aria-pressed=true]{background:var(--ink);color:#fffefb;box-shadow:0 2px 4px #2B211D17}.segments button span{font-size:10px;margin-left:5px;opacity:.65}.family-label,.sort-label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:10px}select{border:0;background:transparent;padding:13px 20px 13px 5px;color:var(--ink);font-size:12px;min-height:48px;cursor:pointer;max-width:210px}.notes-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.notes-heading h2{font-family:'Playfair Display',Georgia,serif;font-size:23px;font-weight:400;margin-bottom:7px}.notes-heading p{font-size:11px;margin:0;color:var(--muted)}.notes-heading button{font-size:11px;white-space:nowrap}.note-list{display:grid;grid-template-columns:repeat(10,1fr);gap:12px}.note-button{border:1px solid transparent;border-radius:8px;padding:7px 4px 10px;background:none;min-width:0;position:relative}.note-button .note-art{display:block;width:100%;max-width:85px;aspect-ratio:1;object-fit:cover;margin:0 auto 9px;border-radius:50%;mix-blend-mode:multiply;transition:transform .2s}.note-button span{font-size:11px;display:block}.note-button:hover .note-art{transform:translateY(-3px)}.note-button[aria-pressed=true]{border-color:#a9b09d;background:#e9edde}.note-button[aria-pressed=true]:after{content:'✓';position:absolute;right:7px;top:5px;border-radius:50%;background:var(--ink);color:white;width:20px;height:20px;font-size:12px;display:grid;place-items:center}.active-filters{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.active-filters:empty{margin:0}.chip{border:1px solid #cdd5c6;background:#eff1e9;border-radius:25px;font-size:11px;padding:10px 14px;min-height:44px}.chip span{padding-left:10px}.clear-filters{background:none;border:0;text-decoration:underline;color:var(--muted);font-size:11px;padding:10px}.collection{padding:28px 0 55px;border-top:1px solid var(--line)}.collection-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:10px}.collection-heading .eyebrow{font-size:9px;margin-bottom:9px}.collection-heading h2{font:400 29px/1.25 'Playfair Display',Georgia,serif;margin:0}.collection-heading h2 span{font:12px 'DM Sans',Arial,sans-serif;margin-left:8px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 19px}.product-card{position:relative;background:var(--white);border:1px solid #e5e6dc;border-radius:9px;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 9px 28px #233c3310;transform:translateY(-2px)}.product-open{background:none;border:0;width:100%;padding:0;display:block;text-align:left}.product-photo{width:100%;height:210px;object-fit:contain;mix-blend-mode:multiply;display:block;padding:14px 25px 0;background:#f5f4ee}.product-art{position:relative;background:#f5f4ee}.card-category{position:absolute;left:14px;top:14px;font-size:9px;letter-spacing:1.1px;text-transform:uppercase;z-index:1}.heart{position:absolute;right:8px;top:7px;z-index:2;border:0;background:#fffdf5a8;border-radius:50%;width:44px;height:44px;font:24px Arial;color:#756B63}.heart[aria-pressed=true]{color:#2B211D}.product-info{padding:17px 17px 12px}.product-info h3{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:500;line-height:1.2;margin:0 0 7px;min-height:48px}.inspiration{font-size:10px;color:var(--muted);line-height:1.5;min-height:30px;margin:0 0 11px}.price-line{display:flex;align-items:center;justify-content:space-between;font-size:13px}.price-line small{font-size:10px;font-weight:400;color:var(--muted);margin-left:4px}.price-line .arrow{font-size:20px;font-weight:400}.card-notes{display:flex;justify-content:center;padding:11px 8px 14px;gap:4px;border-top:1px solid #eeeee6;margin:0 12px}.card-note{width:33.333%;border:0;background:none;padding:0;min-height:66px}.card-note .note-art{width:43px;height:43px;border-radius:50%;object-fit:cover;mix-blend-mode:multiply}.card-note span{display:block;font-size:9px;margin-top:4px;overflow-wrap:anywhere}.empty{text-align:center;padding:50px 20px}.empty>span{font-size:45px;color:var(--gold)}.empty h3{font:28px 'Playfair Display',Georgia,serif;margin:15px 0}.empty p{color:var(--muted);font-size:14px}.primary{border:0;border-radius:5px;background:var(--ink);color:var(--paper);padding:16px 25px;min-height:50px}footer{border-top:1px solid var(--line);padding:35px 0;display:grid;grid-template-columns:1fr 1.4fr 1.7fr;align-items:center;gap:25px}.footer-brand{font-size:16px;text-align:left;letter-spacing:4px}.footer-brand span{font-size:7px;margin-left:19px}.footer-brand+p{margin:0;font-size:13px}footer small{color:var(--muted);font-size:9px;line-height:1.8;text-align:right}dialog{border:0;border-radius:14px;padding:0;background:var(--paper);color:var(--ink);width:min(950px,94vw);max-height:92dvh;overflow:auto;box-shadow:0 20px 80px #2B211D55}dialog::backdrop{background:#2B211Daa;backdrop-filter:blur(5px)}body.modal-open{overflow:hidden}.close{position:absolute;right:12px;top:12px;width:48px;height:48px;border:1px solid #dce0d5;border-radius:50%;background:var(--paper);z-index:3;font-size:30px}.detail-layout{display:grid;grid-template-columns:.9fr 1.1fr}.detail-visual{padding:48px 25px 24px;background:#efeee5;display:flex;flex-direction:column;align-items:center}.detail-photo{width:100%;max-height:350px;object-fit:contain;mix-blend-mode:multiply}.detail-visual .card-notes{width:100%;border:0;gap:10px;margin:20px 0}.detail-visual .card-note .note-art{width:70px;height:70px}.detail-visual .card-note span{font-size:11px}.detail-visual .primary{width:100%;margin-top:20px}.detail-info{padding:55px 36px 35px}.detail-info h2{font:400 38px/1.1 'Playfair Display',Georgia,serif;letter-spacing:-.5px;margin-bottom:15px}.detail-info .inspiration{font-size:12px;min-height:0;margin-bottom:20px}.detail-price{font-size:22px;margin-bottom:24px}.detail-price small{font-size:13px;color:var(--muted)}.note-pyramid{border-top:1px solid var(--line);padding-top:8px}.pyramid-row{display:grid;grid-template-columns:85px 1fr;padding:15px 0;gap:15px;border-bottom:1px solid var(--line)}.pyramid-row strong{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.7px}.pyramid-row p{font-size:13px;line-height:1.7;margin:0}.pyramid-row small{display:block;font-size:9px;color:var(--muted);text-transform:none;letter-spacing:0;font-weight:400;margin-top:5px}.detail-story{font-size:13px;line-height:1.8;color:var(--muted);margin-top:23px}.detail-story p{margin-bottom:14px}.detail-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.detail-facts span{font-size:10px;padding:8px 10px;background:#e8ebdf;border-radius:5px}.try-it{font-size:12px;line-height:1.6;text-align:center;margin:22px 0 0}.detail-disclaimer{font-size:9px;line-height:1.6;color:var(--muted);margin-top:22px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:14px 22px;background:var(--ink);color:var(--paper);font-size:13px;border-radius:7px;z-index:20;transition:.2s;max-width:90vw;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}
@media(min-width:1400px){.product-photo{height:265px}.product-info h3{min-height:26px}}@media(max-width:1050px){.search-hint{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.note-list{grid-template-columns:repeat(8,1fr);gap:8px}.note-list:not(.expanded) .note-button:nth-child(n+9){display:none}.intro{min-height:340px}.hero-art{height:280px}.family-label{font-size:0}.product-photo{height:215px}.segments button{padding:12px 17px}footer{grid-template-columns:1fr 1fr}footer small{grid-column:1/-1;text-align:left}.detail-info{padding:65px 25px 25px}}
@media(max-width:760px){.masthead{height:84px}.brand{font-size:19px}.edition{display:none}main{padding:0 5%}.intro{gap:10px;min-height:290px;padding:25px 0}.intro-copy>p:not(.eyebrow){font-size:12px}.intro-caption{font-size:9px}.hero-art{height:230px}.hero-perfume{width:210px;height:210px}.hero-note{width:68px;padding:4px}.hero-note .note-art{width:58px;height:58px}.hero-note.first{left:0;bottom:35px}.hero-note.second{right:0;top:10px}.hero-label{font-size:8px}.hero-label small{font-size:9px}h1{font-size:38px}.eyebrow{font-size:8px}.search{height:55px;padding:0 12px}.search input{font-size:13px}.saved{padding:0 12px}.saved span{display:none}.filter-line{gap:10px;flex-wrap:wrap;margin-bottom:24px}.segments{flex:1}.segments button{flex:1;padding:10px;font-size:12px}.family-label{margin-left:auto}.notes-heading h2{font-size:20px}.notes-heading p{font-size:10px;line-height:1.5}.notes-heading button{font-size:10px}.note-list{grid-template-columns:repeat(5,1fr);gap:5px}.note-list:not(.expanded) .note-button:nth-child(n+9){display:block}.note-button span{font-size:10px}.collection-heading h2{font-size:25px}.collection-heading h2 span{display:block;margin:8px 0 0;font-size:11px}.sort-label{font-size:0}.sort-label select{max-width:150px;font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.product-photo{height:205px;padding:20px 12px 0}.product-info{padding:14px}.product-info h3{font-size:19px}.card-notes{margin:0 6px;padding:10px 0}.card-note .note-art{width:40px;height:40px}.card-note span{font-size:9px}.detail-layout{grid-template-columns:1fr}.detail-visual{padding:35px 25px 25px}.detail-photo{height:230px;width:250px}.detail-visual .card-notes{max-width:330px;margin:5px 0}.detail-visual .primary{max-width:340px}.detail-info{padding:30px}.detail-info h2{font-size:34px}.try-it{margin-top:14px}.collection{padding-top:24px}.intro-caption{display:none}}
@media(max-width:420px){h1{font-size:31px}.hero-art{height:205px}.hero-perfume{width:180px;height:180px}.hero-note{width:55px}.hero-note .note-art{width:45px;height:45px}.hero-note span{font-size:9px}.hero-note.first{left:-8px}.hero-note.second{right:-5px}.intro-copy>p:not(.eyebrow){font-size:11px}.product-photo{height:175px}.product-info h3{font-size:18px}.product-info{padding:12px}.search-row{gap:8px}.search input{font-size:12px}.notes-heading{gap:10px}.notes-heading h2{font-size:18px}.segments button span{display:none}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media(min-width:768px) and (max-height:900px){.masthead{height:78px}.intro{min-height:235px;padding:20px 0;gap:20px}.intro h1{font-size:43px;margin-bottom:12px}.intro-copy>p:not(.eyebrow){font-size:12px;margin-bottom:12px}.intro .eyebrow{margin-bottom:10px}.hero-art{height:205px;max-width:370px}.hero-perfume{width:205px;height:205px;top:-10px}.hero-note{width:68px;padding:5px}.hero-note .note-art{width:56px;height:56px}.hero-note.first{bottom:20px;left:35px}.hero-note.second{top:10px;right:20px}.hero-label{font-size:8px}.hero-label small{font-size:9px}.discovery{padding-top:20px}.filter-line{margin:13px 0 18px}.notes-heading{margin-bottom:8px}.note-button .note-art{max-width:61px;margin-bottom:5px}.collection{padding-top:22px}}

.mobile-access{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:22px 0 0;padding:22px 30px;background:#e9eddf;border:1px solid #d5dccb;border-radius:12px}.mobile-access-copy{max-width:620px}.mobile-access .eyebrow{margin:0 0 9px}.mobile-access h2{font:400 30px/1.2 'Playfair Display',Georgia,serif;margin:0 0 12px;max-width:530px}.mobile-access-copy>p:not(.eyebrow){font-size:14px;line-height:1.6;margin:0 0 12px;color:var(--muted)}.mobile-access-copy>a{color:var(--ink);font-size:14px;font-weight:600;text-underline-offset:4px;display:inline-block;padding:6px 0}.mobile-access-code{margin:0;flex:0 0 190px;text-align:center}.mobile-access-code img{display:block;width:180px;height:180px;margin:auto;background:white;border-radius:4px}.mobile-access-code figcaption{font-size:11px;margin-top:8px;color:var(--ink)}
@media(max-width:760px){.mobile-access{padding:20px;gap:18px;align-items:center}.mobile-access h2{font-size:25px}.mobile-access-copy>p:not(.eyebrow){font-size:12px}.mobile-access-code{flex-basis:154px}.mobile-access-code img{width:154px;height:154px}.mobile-access-code figcaption{font-size:10px}}
@media(max-width:540px){.mobile-access{flex-direction:column;text-align:center;padding:22px 18px}.mobile-access h2{font-size:26px}.mobile-access-code{flex-basis:auto}.mobile-access-code img{width:180px;height:180px}}

/* Transparent ingredient sprites retain the original 6 by 5 cell layout. */
.note-art{display:inline-block;background-size:600% 500%;background-repeat:no-repeat;background-color:transparent;vertical-align:middle}
.note-button .note-art,.card-note .note-art,.hero-note .note-art{border-radius:0;mix-blend-mode:normal;border:0;box-shadow:none}
.card-note .note-art{margin:0 auto}
.hero-note{background:transparent;border:0;border-radius:0;box-shadow:none}

@font-face{font-family:'Bodoni Moda';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/bodoni-moda.ttf') format('truetype')}
:root{--line:rgba(180,154,106,.42);--soft:#f1ede5;--display:'Bodoni Moda',Didot,'Times New Roman',serif}
.product-grid{gap:34px 26px}
.product-card{border:.5px solid var(--line);border-radius:2px;background:var(--paper)}
.product-card:hover{box-shadow:0 8px 30px #2b211d08;transform:none}
.product-art,.product-photo{background:var(--paper)}
.product-photo{height:240px;padding:26px 26px 8px}
.product-info{padding:24px 22px 22px}
.product-info h3{font:400 28px/1.18 var(--display);letter-spacing:-.35px;min-height:66px;margin-bottom:14px;overflow-wrap:break-word}
.price-line{align-items:baseline;gap:8px;margin-top:20px}
.price-line b{font:400 32px/1.2 var(--display);color:var(--ink)}
.price-line small,.detail-price small{font:400 12px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:1.3px;text-transform:uppercase;white-space:nowrap}
.inspiration{font-size:12px;line-height:1.7;letter-spacing:1.2px;text-transform:uppercase;min-height:42px;color:var(--muted)}
.card-category{top:17px;left:20px;font-size:12px;letter-spacing:2px;color:var(--muted)}
.card-notes{border-top:.5px solid var(--line);margin:0 20px;padding:20px 0 24px;gap:10px}
.card-note{min-height:86px}
.card-note .note-art{width:52px;height:52px}
.card-note span:not(.note-art),.note-button span:not(.note-art),.hero-note span:not(.note-art){font:400 12px/1.5 var(--display);letter-spacing:1.1px;text-transform:uppercase;color:var(--ink);margin-top:10px;overflow-wrap:anywhere}
.note-button{padding:12px 5px 16px}
.note-button span:not(.note-art){font-size:14px;letter-spacing:1.2px}
.note-button[aria-pressed=true]{border-color:var(--gold);background:#b49a6a12}
.note-button[aria-pressed=true]:after{background:var(--ink)}
.segments,.detail-facts span{background:var(--soft)}
.search,.saved{border:.5px solid var(--line);border-radius:3px}
.mobile-access{background:transparent;border:.5px solid var(--line);border-radius:2px;padding:26px 32px}
.mobile-access h2,.collection-heading h2,.notes-heading h2{font-family:var(--display);font-weight:400}
.detail-info{padding:62px 38px 40px}
.detail-info h2{font:400 44px/1.12 var(--display);letter-spacing:-.5px}
.detail-info .inspiration{font-size:12px;letter-spacing:1.5px;line-height:1.8}
.detail-price{font:400 40px/1.25 var(--display);margin:28px 0}
.detail-visual{background:var(--paper)}
.detail-visual .card-note span:not(.note-art){font-size:14px}
.pyramid-row{padding:20px 0;grid-template-columns:100px 1fr}
.pyramid-row strong{font-size:12px;letter-spacing:1.2px;line-height:1.6}
.pyramid-row small{font-size:12px;line-height:1.5}
.pyramid-row p,.detail-story{font-size:14px;line-height:1.8}
.detail-facts span{font-size:12px;letter-spacing:1.1px;text-transform:uppercase}
.edition,.eyebrow{font-size:12px;letter-spacing:2.4px}
.edition span,.intro-caption,.hero-label{font-size:12px;text-transform:uppercase;letter-spacing:1.5px}
.collection{padding-top:36px;padding-bottom:48px}
.collection-heading{margin-bottom:30px}
@media(min-width:1400px){.product-photo{height:285px}}
@media(max-width:1050px){.product-grid{gap:28px 18px}.product-info{padding:22px 18px}.product-info h3{font-size:26px}.price-line b{font-size:30px}.card-notes{margin:0 14px;gap:6px}}
@media(max-width:760px){.product-grid{gap:22px 14px}.product-photo{height:205px;padding:25px 14px 8px}.product-info{padding:20px 14px}.product-info h3{font-size:25px;min-height:60px}.inspiration{font-size:12px;letter-spacing:.7px}.price-line b{font-size:29px}.price-line small{display:block;margin:5px 0 0;font-size:12px}.card-notes{margin:0 10px;padding:18px 0;gap:5px}.card-note .note-art{width:42px;height:42px}.card-note span:not(.note-art){font-size:12px;letter-spacing:.5px}.note-button span:not(.note-art){font-size:12px;letter-spacing:.6px}.card-category{font-size:12px;left:14px}.detail-info{padding:30px 24px}.detail-info h2{font-size:38px}.mobile-access{padding:22px 18px}}
@media(max-width:420px){.product-photo{height:175px}.product-info h3{font-size:23px}.price-line b{font-size:28px}.card-note .note-art{width:36px;height:36px}.card-notes{margin:0 7px;gap:3px}.product-info{padding:18px 12px}}
