@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.start{inset-inline-start:var(--spacing)}.table{display:table}.resize{resize:both}}:root{--pink:#f85383;--pink-light:#ffe3ec;--aqua:#10bdc2;--aqua-light:#d9f8f5;--yellow:#ffbd15;--yellow-light:#fff0b8;--purple:#9674dc;--purple-light:#eee7ff;--orange:#ff8124;--cream:#fffaf0;--cocoa:#3b1c12;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--cocoa);background:var(--cream);margin:0;font-family:Trebuchet MS,Avenir Next,Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.announcement{background:var(--aqua);color:#082f30;letter-spacing:.08em;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;min-height:34px;padding:7px 16px;font-size:.77rem;font-weight:900;display:flex}.announcement span{color:var(--pink);font-size:1rem}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf0f2;border-bottom:2px solid #3b1c1214;grid-template-columns:190px 1fr 190px;align-items:center;gap:24px;height:82px;padding:0 clamp(22px,5vw,76px);display:grid;position:sticky;top:0}.brand{transform-origin:0;align-items:center;width:116px;height:74px;transition:opacity .28s,transform .28s,visibility .28s;display:flex;overflow:hidden}.brand-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)scale(.88)}.brand-visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.brand img{object-fit:contain;width:100%;height:100%}.nav-links{justify-content:center;gap:clamp(18px,3vw,44px);font-size:.9rem;font-weight:900;display:flex}.nav-links a{position:relative}.nav-links a:after{content:"";background:var(--pink);border-radius:9px;height:4px;transition:all .2s;position:absolute;bottom:-7px;left:0;right:100%}.nav-links a:hover:after{right:0}.cart-button{color:var(--cocoa);background:var(--yellow-light);cursor:pointer;border:0;border-radius:999px;justify-self:end;padding:11px 15px;font-weight:900}.cart-button span{color:var(--pink);font-size:1.25rem}.cart-button b{color:#fff;background:var(--pink);border-radius:50%;place-items:center;width:23px;height:23px;margin-left:6px;font-size:.75rem;display:inline-grid}.menu-button{color:var(--cocoa);background:0 0;border:0;font-size:1.7rem;display:none}.hero{background:var(--cocoa);height:min(730px,100vh - 116px);min-height:560px;position:relative;overflow:hidden}.hero-slide{opacity:0;pointer-events:none;transition:opacity .8s;position:absolute;inset:0}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-slide.branded-slide{background:linear-gradient(135deg,var(--pink) 0%,var(--purple) 48%,var(--aqua) 100%);overflow:hidden}.hero-slide.branded-slide:before,.hero-slide.branded-slide:after{content:"";z-index:0;border:4px solid var(--cocoa);position:absolute;box-shadow:8px 9px #3b1c122e}.hero-slide.video-slide:before,.hero-slide.video-slide:after{display:none}.hero-slide.branded-slide:before{background:var(--pink);border-radius:50% 10%;width:145px;height:145px;top:-38px;left:43%;transform:rotate(25deg)}.hero-slide.branded-slide:after{background:var(--aqua);border-radius:50%;width:90px;height:90px;bottom:8%;right:4%}.hero-slide .branded-portrait{z-index:1;object-fit:cover;object-position:center center;width:58%;height:96%;position:absolute;bottom:2%;right:1.5%}.hero-video{object-fit:cover;object-position:center;background:#14080447;width:100%;height:100%;position:absolute;inset:0}.branded-slide .hero-shade{z-index:1;background:linear-gradient(90deg,#1f0a04eb 0%,#1f0a04c2 34%,#1f0a0461 54%,#1f0a040d 76%)}.branded-slide .hero-copy{z-index:3;color:#fff}.branded-slide .hero-copy .eyebrow{color:var(--yellow)}.branded-slide .hero-copy>p:not(.eyebrow){color:#fff}.branded-slide .hero h1,.branded-slide h1{text-shadow:0 4px 30px #0000004d}.hero-logo{z-index:4;box-shadow:5px 6px 0 var(--cocoa);background:#ffffffc7;border-radius:28px;margin:0;position:absolute;top:34px;left:clamp(28px,8vw,130px);transform:rotate(-2deg);object-fit:contain!important;object-position:center!important;width:clamp(120px,12vw,175px)!important;height:clamp(120px,12vw,175px)!important}.hero-slide:nth-child(2) img{object-position:center 45%}.hero-slide:nth-child(3) img{object-position:center 48%}.hero-shade{background:linear-gradient(90deg,#1f0a04d9 0%,#1f0a0494 38%,#1f0a041a 70%),linear-gradient(#0000 55%,#1f0a044d);position:absolute;inset:0}.hero-copy{z-index:2;color:#fff;width:min(600px,70vw);position:absolute;top:250px;left:clamp(28px,8vw,130px);transform:none}.eyebrow,.kicker{color:var(--pink);letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:1000}.hero-copy .eyebrow{color:var(--yellow)}.hero h1{letter-spacing:-.055em;text-wrap:balance;text-shadow:0 4px 30px #00000040;max-width:620px;margin:0 0 18px;font-size:clamp(3rem,6vw,6rem);line-height:.9}.hero-copy>p:not(.eyebrow){max-width:480px;margin:0 0 30px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.55}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:14px 25px;font-weight:1000;transition:all .18s;display:inline-flex;box-shadow:0 5px #3b1c1238}.button:hover{transform:translateY(-2px);box-shadow:0 7px #3b1c1238}.button-pink{color:#fff;background:var(--pink)}.button-aqua{color:#083c3d;background:var(--aqua)}.button-dark{color:#fff;background:var(--cocoa)}.slide-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b1c1233;border:2px solid #fff9;border-radius:50%;place-items:center;width:48px;height:48px;font-size:2rem;display:grid;position:absolute;top:50%}.slide-arrow.prev{left:24px}.slide-arrow.next{right:24px}.slide-dots{z-index:5;gap:9px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.slide-dots button{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.slide-dots button.active{background:#fff;border-radius:9px;width:30px}.section{padding:clamp(70px,8vw,120px) clamp(24px,6vw,90px)}.section h2{letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.3rem,4.7vw,4.8rem);line-height:.95}.category-section{text-align:center;background:#fff}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1240px;margin:45px auto 0;display:grid}.category-card{border:2px solid var(--cocoa);min-height:290px;box-shadow:5px 6px 0 var(--cocoa);border-radius:42% 42% 28px 28px;flex-direction:column;justify-content:center;align-items:center;padding:25px;transition:all .2s;display:flex;position:relative;overflow:hidden}.category-card:hover{box-shadow:8px 12px 0 var(--cocoa);transform:translateY(-6px)rotate(-1deg)}.cat-pink{background:var(--pink-light)}.cat-aqua{background:var(--aqua-light)}.cat-yellow{background:var(--yellow-light)}.cat-purple{background:var(--purple-light)}.category-symbol{border:3px solid var(--cocoa);color:#fff;background:var(--pink);width:105px;height:105px;box-shadow:4px 5px 0 var(--cocoa);border-radius:45% 55% 52% 48%;place-items:center;margin-bottom:12px;font-size:4rem;line-height:1;display:grid;transform:rotate(-5deg)}.cat-aqua .category-symbol{background:var(--aqua)}.cat-yellow .category-symbol{background:var(--yellow)}.cat-purple .category-symbol{background:var(--purple)}.category-card h3{margin:8px 0 4px;font-size:1.45rem}.category-card p{margin:0;font-size:.9rem}.circle-link{color:#fff;background:var(--cocoa);border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;bottom:18px;right:18px}.products-section{background:linear-gradient(#fffaf0,#fff2f6)}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1240px;margin:0 auto 38px;display:flex}.text-link{border-bottom:3px solid var(--pink);padding-bottom:5px;font-weight:900}.product-grid{grid-template-columns:repeat(3,1fr);gap:32px 22px;max-width:1240px;margin:auto;display:grid}.product-card{min-width:0}.product-art{border:2px solid var(--cocoa);background:#eee;border-radius:28px;place-items:center;height:350px;display:grid;position:relative;overflow:hidden}.product-art:before,.product-art:after{content:"";opacity:.5;border-radius:50%;position:absolute}.product-art:before{background:#fff;width:180px;height:180px;top:-55px;right:-60px}.product-art:after{background:#fff;width:110px;height:110px;bottom:-30px;left:-25px}.product-art.aqua{background:#a8edef}.product-art.pink{background:#ffc3d7}.product-art.yellow{background:#ffe292}.product-art.purple{background:#d9c8ff}.product-art.coral{background:#ffb299}.product-art.mint{background:#b9efdc}.product-art.has-photo{background:#fff}.product-art.has-photo:before,.product-art.has-photo:after{display:none}.product-photo{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-photo{transform:scale(1.035)}.product-badge{z-index:3;border:2px solid var(--cocoa);color:#fff;background:var(--pink);text-transform:uppercase;box-shadow:2px 3px 0 var(--cocoa);border-radius:999px;padding:8px 13px;font-size:.72rem;font-weight:1000;position:absolute;top:14px;left:14px}.heart-button{z-index:3;border:2px solid var(--cocoa);width:42px;height:42px;color:var(--pink);cursor:pointer;background:#fff;border-radius:50%;font-size:1.5rem;position:absolute;top:15px;right:15px}.jewel{z-index:2;filter:drop-shadow(7px 9px #3b1c122e);width:180px;height:210px;position:relative}.jewel i{border:4px solid var(--cocoa);background:var(--pink);display:block;position:absolute}.jewel-hearts i{border-radius:50% 50% 50% 10%;width:74px;height:68px;left:52px;transform:rotate(-45deg)}.jewel-hearts i:first-child{background:#38d0d0;top:8px}.jewel-hearts i:nth-child(2){background:#7ee3d8;top:78px}.jewel-hearts i:nth-child(3){background:#178ed1;top:148px}.jewel-hoops i{background:0 0;border-width:20px;border-radius:50%;width:105px;height:105px;left:38px}.jewel-hoops i:first-child{border-color:var(--pink);top:15px}.jewel-hoops i:nth-child(2){border-color:var(--orange);top:100px}.jewel-hoops i:nth-child(3){display:none}.jewel-beads i{border-radius:50%;width:74px;height:74px;top:70px}.jewel-beads i:first-child{background:var(--yellow);left:2px}.jewel-beads i:nth-child(2){background:var(--pink);left:55px}.jewel-beads i:nth-child(3){background:var(--aqua);left:108px}.jewel-necklace{border:8px solid var(--purple);border-top:0;border-radius:0 0 50% 50%;width:210px;height:160px}.jewel-necklace i{background:var(--purple);border-radius:50% 50% 50% 10%;width:70px;height:70px;bottom:-38px;left:62px;transform:rotate(-45deg)}.jewel-necklace i:not(:first-child){display:none}.jewel-flowers i{border-radius:50% 10%;width:75px;height:75px;top:65px}.jewel-flowers i:first-child{background:var(--orange);left:5px}.jewel-flowers i:nth-child(2){background:var(--pink);left:55px;transform:rotate(45deg)}.jewel-flowers i:nth-child(3){background:var(--yellow);left:105px}.jewel-charms i{border-radius:18px;width:72px;height:72px;top:70px;transform:rotate(45deg)}.jewel-charms i:first-child{background:var(--aqua);left:5px}.jewel-charms i:nth-child(2){background:var(--purple);border-radius:50%;left:55px}.jewel-charms i:nth-child(3){background:var(--yellow);left:105px}.product-info{justify-content:space-between;align-items:flex-end;gap:14px;padding:17px 5px 0;display:flex}.product-info p{color:#7a625a;text-transform:uppercase;letter-spacing:.08em;margin:0 0 5px;font-size:.75rem;font-weight:900}.product-info h3{margin:0 0 8px;font-size:1.15rem}.product-info strong{color:var(--pink)}.product-add-button,.product-soon-button{border:2px solid var(--cocoa);border-radius:999px;width:100%;min-height:48px;margin-top:15px;padding:10px 18px;font-weight:1000}.product-add-button{color:#fff;background:var(--cocoa);cursor:pointer;justify-content:center;align-items:center;gap:12px;transition:all .18s;display:flex;box-shadow:0 4px #3b1c1233}.product-add-button:hover{color:var(--cocoa);background:var(--yellow);transform:translateY(-2px)}.product-add-button span{font-size:1.4rem;line-height:.8}.product-soon-button{color:#80675d;cursor:not-allowed;background:#eee5df}.about{background:var(--aqua-light);grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(45px,8vw,120px);display:grid}.about-image{position:relative}.about-image img{object-fit:cover;border:3px solid var(--cocoa);width:100%;max-height:650px;box-shadow:12px 14px 0 var(--aqua);border-radius:48% 48% 24px 24px}.about-sticker{border:3px solid var(--cocoa);background:var(--yellow);text-align:center;width:140px;height:140px;box-shadow:5px 6px 0 var(--cocoa);border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;bottom:30px;right:-35px;transform:rotate(8deg)}.about-sticker b{color:var(--pink);font-size:1.8rem;line-height:.4}.about-copy{max-width:600px}.about-copy .lead{margin:26px 0 18px;font-size:1.45rem;font-weight:900;line-height:1.35}.about-copy>p:not(.kicker):not(.lead){font-size:1.03rem;line-height:1.75}.about-copy .button{margin-top:16px}.custom{background:var(--purple);color:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:520px;display:grid;overflow:hidden}.custom-copy{max-width:650px;position:relative}.custom .kicker{color:var(--yellow)}.custom-copy>p:not(.kicker){max-width:570px;font-size:1.1rem;line-height:1.7}.custom .button-dark{background:var(--yellow);color:var(--cocoa);margin-top:15px}.custom-coming-soon{cursor:not-allowed;box-shadow:none;opacity:.88}.custom-coming-soon:hover{box-shadow:none;transform:none}.sparkle{color:var(--yellow);font-size:3rem;position:absolute;top:-60px;right:10%}.sparkle.second{color:var(--pink);font-size:1.5rem;top:30px;right:-5%}.custom-shapes{height:390px;position:relative}.custom-shapes i{border:4px solid var(--cocoa);display:block;position:absolute;box-shadow:8px 10px #3b1c1259}.custom-shapes i:first-child{background:var(--pink);border-radius:50%;width:180px;height:180px;top:8%;left:5%}.custom-shapes i:nth-child(2){background:var(--yellow);border-radius:50% 10%;width:140px;height:140px;top:4%;right:8%;transform:rotate(20deg)}.custom-shapes i:nth-child(3){background:var(--aqua);border-radius:50% 50% 50% 10%;width:150px;height:150px;bottom:3%;left:30%;transform:rotate(-45deg)}.custom-shapes i:nth-child(4){background:var(--orange);border-radius:50%;width:70px;height:70px;bottom:13%;right:7%}.custom-shapes i:nth-child(5){background:#a8ed9c;border-radius:18px;width:65px;height:65px;bottom:10%;left:0;transform:rotate(30deg)}.newsletter{background:var(--yellow-light);justify-content:space-between;align-items:center;gap:50px;display:flex}.newsletter h2{max-width:680px;font-size:clamp(2rem,4vw,3.8rem)}.newsletter form{border:2px solid var(--cocoa);min-width:min(480px,42vw);box-shadow:5px 6px 0 var(--cocoa);background:#fff;border-radius:999px;padding:6px;display:flex}.newsletter input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:12px 18px}.newsletter button{color:#fff;background:var(--pink);cursor:pointer;border:0;border-radius:999px;padding:13px 20px;font-weight:1000}footer{color:#fff;background:var(--cocoa);grid-template-columns:1.4fr repeat(3,1fr);gap:45px;padding:65px clamp(24px,6vw,90px) 35px;display:grid}.footer-brand img{object-fit:contain;background:#fff;border-radius:28px;width:130px;height:130px}.footer-brand p{font-weight:900}footer h3{color:var(--yellow);margin:0 0 18px;font-size:1rem}footer a{color:#f2dfd8;margin:0 0 12px;font-size:.9rem;display:block}footer a:hover{color:var(--pink)}.copyright{color:#c9aaa0;text-align:center;border-top:1px solid #ffffff2e;grid-column:1/-1;margin:15px 0 0;padding-top:25px;font-size:.8rem}.cart-backdrop{z-index:60;opacity:0;visibility:hidden;background:#230f087a;transition:all .25s;position:fixed;inset:0}.cart-backdrop.open{opacity:1;visibility:visible}.cart-drawer{z-index:61;background:var(--cream);flex-direction:column;width:min(460px,100%);height:100%;padding:26px;transition:all .3s;display:flex;position:fixed;top:0;right:0;transform:translate(105%);box-shadow:-15px 0 50px #0000002e}.cart-drawer.open{transform:translate(0)}.cart-title{border-bottom:2px solid var(--cocoa);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.cart-title h2{margin:0;font-size:2rem}.cart-title h2 span{font-size:1rem}.cart-title>button{border:2px solid var(--cocoa);cursor:pointer;background:#fff;border-radius:50%;width:42px;height:42px;font-size:1.7rem}.empty-cart{text-align:center;margin:auto}.empty-cart>span{color:var(--pink);font-size:6rem;line-height:1;display:block}.empty-cart h3{font-size:1.5rem}.empty-cart p{color:#80675d}.empty-cart .button{margin-top:14px}.cart-items{padding:18px 0;overflow:auto}.cart-item{border-bottom:1px solid #ddcfc7;grid-template-columns:52px 1fr 32px;align-items:center;gap:12px;padding:14px 0;display:grid}.cart-item>span{border:2px solid var(--cocoa);width:52px;height:52px;color:var(--pink);background:var(--pink-light);border-radius:16px;place-items:center;font-size:1.7rem;display:grid}.cart-item p{margin:0;font-weight:900}.cart-item small{color:#8b7268;margin-top:4px;font-weight:400;display:block}.cart-item button{cursor:pointer;background:0 0;border:0;font-size:1.4rem}.cart-footer{border-top:2px solid var(--cocoa);margin-top:auto;padding-top:20px}.cart-footer .button{width:100%}.cart-footer .button:disabled{cursor:wait;opacity:.72}.cart-total{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:1.15rem;display:flex}.cart-total strong{color:var(--pink);font-size:1.35rem}.cart-footer>p{color:#80675d;font-size:.85rem}.checkout-error{background:var(--pink-light);border-radius:12px;padding:10px 12px;font-weight:800;color:#8b203c!important}.secure-checkout{color:#80675d;text-align:center;margin-top:12px;display:block}.checkout-notice{z-index:55;border:2px solid var(--cocoa);width:min(560px,100% - 32px);box-shadow:6px 8px 0 var(--cocoa);background:#fff;border-radius:18px;grid-template-columns:42px 1fr 34px;align-items:center;gap:12px;padding:14px 16px;display:grid;position:fixed;top:132px;left:50%;transform:translate(-50%)}.checkout-notice.success{background:var(--aqua-light)}.checkout-notice.canceled{background:var(--yellow-light)}.checkout-notice>span{color:#fff;background:var(--pink);border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.4rem;display:grid}.checkout-notice p{margin:0;font-size:.88rem}.checkout-notice p strong{display:block}.checkout-notice>button{cursor:pointer;background:0 0;border:0;font-size:1.5rem}@media (max-width:1000px){.site-header{grid-template-columns:100px 1fr 130px;padding:0 20px}.brand{width:90px}.nav-links{gap:16px;font-size:.78rem}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column;align-items:flex-start}.newsletter form{width:100%;min-width:0}.custom{grid-template-columns:1.2fr .8fr}.about{gap:50px}.about-sticker{right:-15px}.hero-copy{left:80px}.slide-arrow.prev{left:15px}.slide-arrow.next{right:15px}}@media (max-width:720px){.announcement{font-size:.64rem}.site-header{grid-template-columns:45px 1fr 95px;height:70px}.brand{justify-self:center;width:78px;height:64px}.menu-button{justify-self:start;display:block}.nav-links{background:var(--cream);border-bottom:2px solid var(--cocoa);flex-direction:column;gap:0;padding:10px 22px 20px;display:none;position:absolute;top:70px;left:0;right:0;box-shadow:0 12px 20px #3b1c1221}.nav-links.open{display:flex}.nav-links a{padding:14px 5px}.cart-button{padding:9px 10px;font-size:.78rem}.cart-button span{display:none}.hero{height:760px;min-height:0}.hero-slide img{object-position:60% center}.hero-slide .branded-portrait{object-position:center top;width:112%;height:55%;top:0;bottom:auto;right:-12%}.branded-slide .hero-shade{background:linear-gradient(#0000 0%,#fffaf033 25%,#fffaf0f2 47%,#fffaf0fc 100%)}.hero-logo{box-shadow:3px 4px 0 var(--cocoa);border-radius:20px;margin-bottom:8px;width:92px!important;height:92px!important}.hero-slide:nth-child(2) img{object-position:52% center}.hero-slide:nth-child(3) img{object-position:68% center}.hero-shade{background:linear-gradient(#1f0a0414 0%,#1f0a0494 45%,#1f0a04eb 100%)}.hero-copy{width:auto;inset:auto 24px 75px;transform:none}.hero h1{font-size:clamp(2.8rem,14vw,4.5rem)}.branded-slide .hero-copy{bottom:54px}.branded-slide .hero-copy h1{font-size:clamp(2.45rem,12vw,3.8rem)}.hero-copy>p:not(.eyebrow){font-size:.98rem}.slide-arrow{width:40px;height:40px;top:39%}.slide-arrow.prev{left:10px}.slide-arrow.next{right:10px}.section{padding:70px 20px}.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card{min-height:230px;box-shadow:3px 4px 0 var(--cocoa);border-radius:42% 42% 22px 22px;padding:18px 12px}.category-symbol{width:76px;height:76px;font-size:3rem}.category-card h3{font-size:1.05rem}.category-card p{font-size:.7rem}.circle-link{display:none}.section-heading{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr 1fr;gap:25px 12px}.product-art{border-radius:20px;height:230px}.jewel{transform:scale(.72)}.product-info{align-items:flex-start}.product-info h3{font-size:.92rem}.product-info button{width:36px;height:36px;font-size:1.3rem}.product-badge{padding:6px 8px;font-size:.6rem}.about{grid-template-columns:1fr}.about-sticker{width:105px;height:105px;font-size:.75rem;right:-4px}.about-copy .lead{font-size:1.2rem}.custom{grid-template-columns:1fr;gap:20px}.custom-shapes{height:270px}.newsletter form{border-radius:22px;flex-direction:column;padding:8px}.newsletter button{border-radius:14px}footer{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-brand{grid-column:1/-1}.copyright{text-align:left}.text-link{font-size:.85rem}}@media (max-width:390px){.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:260px}.product-art{height:320px}footer{grid-template-columns:1fr}}@media (max-width:720px){.hero-slide .branded-portrait{object-fit:cover;object-position:center 28%;width:96%;height:48%;top:0;bottom:auto;right:2%}.branded-slide .hero-shade{background:linear-gradient(#0000 0%,#1f0a042e 22%,#1f0a04d6 52%,#1f0a04f5 100%)}.hero-video{object-position:center}.hero-logo{border-radius:30px;margin:0;top:44px;left:50%;right:auto;transform:translate(-50%)rotate(-2deg);width:184px!important;height:184px!important}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.hero-slide:not(.active){display:none}}
