:root{--yellow:#ffd84f;--blue:#2f8de4;--pink:#ff6f9f;--green:#7ac943;--ink:#171717;--paper:#fffaf0;--line:#171717;--muted:#6b6258}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:10px;z-index:1000}.skip-link:focus{left:10px}.announcement-bar{background:var(--yellow);border-bottom:2px solid var(--line);padding:9px 16px;text-align:center;font-weight:700}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:#fff;border-bottom:2px solid var(--line);padding:14px 28px}.site-header__brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;letter-spacing:.02em}.site-header__brand img{width:34px;height:34px;border-radius:50%;border:2px solid var(--line)}.site-header__nav{display:flex;align-items:center;gap:22px;font-weight:800}.site-header__nav a,.nav-dropdown button,.site-header__tools a{font:inherit;background:transparent;border:0;cursor:pointer}.nav-dropdown{position:relative}.nav-dropdown__menu{display:none;position:absolute;top:100%;left:0;min-width:250px;background:#fff;border:2px solid var(--line);padding:10px;box-shadow:6px 6px 0 var(--line)}.nav-dropdown:hover .nav-dropdown__menu{display:grid;gap:8px}.site-header__tools{display:flex;gap:16px;font-weight:800}.cart-link span{display:inline-grid;place-items:center;min-width:22px;height:22px;border:2px solid var(--line);border-radius:999px;background:var(--yellow);font-size:12px}.site-header__menu{display:none;background:transparent;border:0;width:36px}.site-header__menu span{display:block;height:3px;background:var(--ink);margin:6px 0}.mobile-menu{display:none;background:#fff;border-bottom:2px solid var(--line);padding:18px 24px}.mobile-menu.is-open{display:grid;gap:14px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:28px;align-items:center;min-height:620px;padding:56px 6vw;border-bottom:2px solid var(--line);background:linear-gradient(135deg,#fff7c8,#ffe7ef 48%,#d8f2ff)}.hero h1{font-size:clamp(48px,8vw,112px);line-height:.88;margin:8px 0 24px;letter-spacing:0}.hero p{max-width:620px;font-size:20px}.eyebrow{text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:13px;color:#51483e}.button{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--line);background:#fff;color:var(--ink);font-weight:900;padding:13px 20px;border-radius:8px;box-shadow:4px 4px 0 var(--line);transition:transform .15s ease,box-shadow .15s ease}.button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--line)}.button--dark{background:var(--ink);color:#fff}.hero__media{border:2px solid var(--line);background:#fff;border-radius:8px;box-shadow:10px 10px 0 var(--line);overflow:hidden}.hero__media img{width:100%;height:520px;object-fit:cover}.hero__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero__tags span,.product-assurance span{border:2px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800}.feature-strip,.detail-grid,.moment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:36px 6vw;border-bottom:2px solid var(--line);background:#fff}.feature-strip article,.detail-grid article,.moment-grid article,.collection-tile{border:2px solid var(--line);background:var(--paper);border-radius:8px;padding:22px;box-shadow:4px 4px 0 var(--line)}.feature-strip span,.collection-tile span,.detail-grid span,.moment-grid span{font-weight:900;color:var(--blue)}.shop-section,.collection-tiles,.moment-section,.detail-section,.faq-section,.newsletter-section,.collection-layout,.collection-hero,.cart-page,.page-content{padding:48px 6vw}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2,.story-block h2,.bundle-section h2,.faq-section h2,.newsletter-section h2{font-size:clamp(30px,4vw,60px);line-height:.96;margin:0;letter-spacing:0}.category-tabs{display:flex;gap:10px;overflow:auto;padding-bottom:12px;margin-bottom:24px}.category-tabs button{white-space:nowrap;border:2px solid var(--line);border-radius:999px;background:#fff;padding:10px 14px;font-weight:900;cursor:pointer}.category-tabs button.is-active{background:var(--yellow)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;background:#fff;border:2px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:4px 4px 0 var(--line);height:100%;display:flex;flex-direction:column}.product-card__image{position:relative;display:block;background:#f8f2e9;aspect-ratio:1/1}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:18px}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--pink);border:2px solid var(--line);border-radius:999px;padding:5px 10px;font-weight:900}.product-card__body{padding:14px;display:grid;gap:8px;flex:1}.product-card__eyebrow{font-size:12px;font-weight:900;text-transform:uppercase;color:var(--muted);margin:0}.product-card h3{font-size:17px;line-height:1.1;margin:0}.product-card__meta{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}.product-card__price{display:grid;font-weight:900}.product-card__price s{font-size:12px;color:var(--muted)}.product-card__link{font-size:13px;font-weight:900;text-decoration:underline}.section-action{text-align:center;margin-top:28px}.tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.collection-tile{display:grid;gap:14px;background:#d8f2ff}.collection-tile strong{font-size:24px}.collection-tile em{font-style:normal;color:var(--muted);font-weight:800}.story-block,.bundle-section{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:56px 6vw;border-top:2px solid var(--line);border-bottom:2px solid var(--line);background:#fff}.story-block img,.bundle-section img{width:100%;height:420px;object-fit:cover;border:2px solid var(--line);border-radius:8px;box-shadow:8px 8px 0 var(--line)}.moment-grid{padding:0;grid-template-columns:repeat(4,1fr);border:0}.detail-grid{padding:0;border:0}.faq-section details{background:#fff;border:2px solid var(--line);border-radius:8px;padding:18px;margin:12px 0}.faq-section summary{font-weight:900;cursor:pointer}.newsletter-section{background:var(--yellow);border-top:2px solid var(--line);border-bottom:2px solid var(--line);text-align:center}.newsletter-form{display:flex;justify-content:center;gap:10px;margin-top:20px}.newsletter-form label{position:absolute;left:-9999px}.newsletter-form input{min-width:320px;border:2px solid var(--line);border-radius:8px;padding:14px;font:inherit}.site-footer{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:28px;background:#171717;color:#fff;padding:44px 6vw}.site-footer a{display:block;margin:8px 0;text-decoration:underline}.site-footer__bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.22);padding-top:18px;margin:0}.collection-hero{background:#fff7c8;border-bottom:2px solid var(--line)}.collection-hero h1,.page-content h1,.cart-page h1{font-size:clamp(42px,6vw,88px);line-height:.9;margin:0 0 16px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.collection-sidebar{position:sticky;top:90px;align-self:start;background:#fff;border:2px solid var(--line);border-radius:8px;padding:18px}.collection-sidebar a{display:block;padding:8px 0;font-weight:800}.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:44px;padding:50px 6vw}.product-gallery__main{display:grid;gap:16px}.gallery-image{width:100%;background:#fff;border:2px solid var(--line);border-radius:8px;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;overflow:auto;margin-top:14px}.product-gallery__thumbs button{border:2px solid var(--line);background:#fff;border-radius:8px;padding:4px;min-width:86px;cursor:pointer}.product-info{position:sticky;top:98px;align-self:start;background:#fff;border:2px solid var(--line);border-radius:8px;padding:26px;box-shadow:6px 6px 0 var(--line)}.product-info h1{font-size:clamp(34px,4.6vw,64px);line-height:.95;margin:0 0 18px}.product-price{display:flex;gap:14px;align-items:center;font-size:28px;font-weight:900}.product-price s{font-size:18px;color:var(--muted)}.stock-note{font-weight:900;color:#217a37}.product-form{display:grid;gap:12px;margin:24px 0}.product-form label{font-weight:900}.product-form select,.product-form input{width:100%;border:2px solid var(--line);border-radius:8px;padding:12px;font:inherit;background:#fff}.product-actions{display:grid;gap:12px}.shopify-payment-button__button{border-radius:8px!important;min-height:48px!important}.product-description{border-top:2px solid var(--line);padding-top:20px}.product-assurance{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;background:#fff;border:2px solid var(--line);border-radius:8px;padding:14px;margin-bottom:12px}.cart-item img{background:#f8f2e9;border-radius:8px}.cart-summary{margin-left:auto;max-width:360px;background:#fff;border:2px solid var(--line);border-radius:8px;padding:20px;display:grid;gap:12px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:none}.cart-drawer.is-open{display:block}.cart-drawer__panel{margin-left:auto;width:min(420px,100%);height:100%;background:#fff;padding:22px;overflow:auto}.cart-drawer__close{margin-left:auto;display:block;border:2px solid var(--line);border-radius:8px;background:#fff;padding:8px 12px;font-weight:900}.cart-drawer-item{display:grid;grid-template-columns:72px 1fr;gap:12px;border-bottom:1px solid #ddd;padding:12px 0}.cart-drawer-item img{background:#f8f2e9;border-radius:8px}.page-content{max-width:980px;margin:auto}.page-content>div{background:#fff;border:2px solid var(--line);border-radius:8px;padding:24px}@media(max-width:990px){.site-header{grid-template-columns:auto 1fr auto;padding:12px 16px}.site-header__menu{display:block}.site-header__nav{display:none}.site-header__brand span{font-size:20px}.hero,.story-block,.bundle-section,.product-page,.collection-layout,.site-footer{grid-template-columns:1fr}.hero{min-height:auto;padding-top:36px}.hero__media img{height:360px}.feature-strip,.detail-grid,.moment-grid,.tile-grid,.product-grid{grid-template-columns:1fr 1fr}.collection-sidebar,.product-info{position:static}.newsletter-form{display:grid}.newsletter-form input{min-width:0;width:100%}}@media(max-width:620px){body{font-size:15px}.announcement-bar{font-size:13px}.site-header__tools a:first-child{display:none}.hero h1{font-size:56px}.hero p{font-size:17px}.hero__media img{height:300px}.feature-strip,.detail-grid,.moment-grid,.tile-grid,.product-grid{grid-template-columns:1fr}.shop-section,.collection-tiles,.moment-section,.detail-section,.faq-section,.newsletter-section,.collection-layout,.collection-hero,.cart-page,.page-content,.product-page{padding:34px 18px}.product-card__meta{align-items:start}.story-block,.bundle-section{padding:34px 18px}.story-block img,.bundle-section img{height:280px}.site-footer{padding:34px 18px}.cart-item{grid-template-columns:90px 1fr}.cart-item strong{grid-column:2}.section-heading{display:block}.category-tabs{margin-left:-18px;margin-right:-18px;padding-left:18px}.product-gallery__main{gap:10px}.gallery-image:not(:first-child){display:none}}html,body{max-width:100%;overflow-x:hidden}.hero,.hero__copy,.hero__media,.product-card,.collection-tile{min-width:0}@media(max-width:990px){.hero h1{max-width:100%;overflow-wrap:normal}.hero__media{width:100%}}.search-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10020!important;display:block!important;visibility:hidden!important;pointer-events:none!important;background:#000000b8!important}.search-drawer.is-open{visibility:visible!important;pointer-events:auto!important}.search-drawer__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border:0!important;background:transparent!important;padding:0!important}.search-drawer__panel,.nedeh-search-page__shell{position:relative!important;width:min(92vw,420px)!important;max-height:calc(100dvh - 22px)!important;margin:11px auto!important;overflow:auto!important;border-radius:7px!important;background:#fff!important;color:#2e2e2e!important;box-shadow:0 10px 28px #0000002e!important;transform:translateY(8px)!important;opacity:0!important;transition:transform .18s ease,opacity .18s ease!important}.search-drawer.is-open .search-drawer__panel{transform:translateY(0)!important;opacity:1!important}.search-drawer__bar{display:grid!important;grid-template-columns:24px minmax(0,1fr) 28px!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:0 16px!important;border-bottom:1px solid #ececec!important}.search-drawer__bar svg{width:20px!important;height:20px!important;stroke:#333!important;fill:none!important;stroke-width:2!important}.search-drawer__bar input{width:100%!important;border:0!important;outline:0!important;padding:0!important;background:transparent!important;color:#333!important;font:400 16px/1.2 Arial,Helvetica,sans-serif!important}.search-drawer__bar input::placeholder{color:#222!important;opacity:1!important}.search-drawer__close{width:28px!important;height:28px!important;border:0!important;padding:0!important;background:transparent!important;color:#333!important;font:400 28px/1 Arial,Helvetica,sans-serif!important;cursor:pointer!important;text-align:center!important;text-decoration:none!important}.search-drawer__content{padding:18px 20px 24px!important}.search-drawer__heading{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;color:#333!important;font:400 16px/1.25 Arial,Helvetica,sans-serif!important}.search-drawer__clear{border:0!important;background:transparent!important;padding:0!important;color:#767676!important;font:inherit!important}.search-drawer__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:22px!important;row-gap:24px!important;margin-bottom:20px!important}.search-drawer__product{display:grid!important;gap:9px!important;min-width:0!important;text-decoration:none!important;color:#333!important}.search-drawer__image{width:100%!important;aspect-ratio:1/1.28!important;display:grid!important;place-items:center!important;background:#fff!important;overflow:hidden!important}.search-drawer__image img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.search-drawer__title{display:block!important;color:#333!important;font:400 14px/1.25 Arial,Helvetica,sans-serif!important;letter-spacing:0!important}.search-drawer__price{display:flex!important;flex-wrap:wrap!important;gap:5px!important;align-items:baseline!important;color:#333!important;font:400 14px/1.2 Arial,Helvetica,sans-serif!important}.search-drawer__price s{color:#8b8b8b!important}.search-drawer__section-title{margin:16px 0 14px!important;color:#333!important;font:400 16px/1.25 Arial,Helvetica,sans-serif!important}.search-drawer-open,.search-drawer-open body{overflow:hidden!important}.nedeh-search-page{min-height:70vh!important;padding:16px 0 44px!important;background:#fff!important}.nedeh-search-page__shell{width:min(92vw,420px)!important;max-height:none!important;margin-top:0!important;box-shadow:none!important;transform:none!important;opacity:1!important}@media(min-width:768px){.search-drawer__panel,.nedeh-search-page__shell{width:min(540px,92vw)!important}}@media(max-width:620px){body{background:#fff8e8;font-size:14px}.announcement-bar{padding:6px 18px;font-size:10px;line-height:1.25;border-bottom:1px solid #171717;white-space:normal}.site-header{position:sticky;grid-template-columns:40px 1fr 58px;gap:8px;padding:10px 14px;background:#fffdf7;border-bottom:1px solid #171717}.site-header__menu{width:32px}.site-header__menu span{height:2px;margin:5px 0}.site-header__brand{justify-self:center;gap:7px}.site-header__brand img{width:30px;height:30px;border:0}.site-header__brand span{font-size:20px;line-height:1}.site-header__tools{justify-self:end;gap:0}.site-header__tools a:first-child{display:none}.site-header__tools .cart-link{font-size:0}.site-header__tools .cart-link:before{content:"Cart";font-size:11px;font-weight:900;margin-right:5px}.cart-link span{min-width:18px;height:18px;border-width:1px;font-size:10px}.mobile-menu{padding:14px 18px;border-bottom:1px solid #171717}.hero{display:block;padding:42px 20px 26px;border-bottom:0;background:linear-gradient(180deg,#dff8ef,#fff0b8);min-height:0;overflow:hidden}.hero__copy{max-width:100%;overflow:hidden}.hero .eyebrow{font-size:9px;color:#2483da;letter-spacing:.08em;margin:0 0 8px}.hero h1{font-size:36px;line-height:.98;margin:0 0 14px;letter-spacing:0;max-width:315px}.hero p{max-width:31ch;font-size:11px;line-height:1.42;text-transform:uppercase;font-weight:900;letter-spacing:.02em;color:#073b73;margin:0 0 16px}.hero .button--dark{background:#ff5b9f;color:#fff;border:0;box-shadow:none;border-radius:999px;padding:10px 16px;font-size:11px}.hero__tags{gap:7px;margin-top:18px;flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.hero__tags::-webkit-scrollbar{display:none}.hero__tags span,.product-assurance span{border:1px solid #171717;border-radius:999px;padding:6px 9px;background:#fff;font-size:10px;line-height:1;font-weight:900}.hero__tags span{flex:0 0 auto}.hero__media{margin-top:20px;border:0;border-radius:18px;background:#fff7d7;box-shadow:none;padding:10px;overflow:hidden}.hero__media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;border-radius:14px;background:#fff}.feature-strip{grid-template-columns:1fr;padding:14px 20px 30px;gap:10px;background:#fff7d7;border:0}.feature-strip article,.detail-grid article,.moment-grid article{border:0;border-radius:10px;background:#fff;box-shadow:0 5px 14px #152a4e24;padding:14px 15px}.feature-strip span,.detail-grid span,.moment-grid span{font-size:11px;color:#2d86f7}.feature-strip h2{font-size:15px;line-height:1.15;margin:10px 0 6px}.feature-strip p{font-size:11px;line-height:1.35;margin:0;color:#3f4f63}.shop-section,.collection-tiles,.moment-section,.detail-section,.faq-section,.newsletter-section,.collection-layout,.collection-hero,.cart-page,.page-content,.product-page{padding:28px 16px}.section-heading{margin-bottom:14px}.section-heading .eyebrow{font-size:9px;color:#ff4d92}.section-heading h2,.story-block h2,.bundle-section h2,.faq-section h2,.newsletter-section h2{font-size:22px;line-height:1.05}.section-heading p{font-size:11px;line-height:1.35}.category-tabs{gap:7px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;margin-bottom:16px}.category-tabs button{border-width:1px;padding:7px 9px;font-size:9px;box-shadow:none}.product-grid{grid-template-columns:repeat(2,calc((100vw - 84px)/2))!important;gap:10px;width:100%;overflow:hidden}.product-grid>*,[data-category-card],.product-card *{min-width:0}.product-grid>*,[data-category-card]{width:calc((100vw - 84px)/2);max-width:calc((100vw - 84px)/2)}.product-card{border:0;border-radius:12px;background:#fff;box-shadow:0 6px 16px #152a4e29;overflow:hidden}.product-card__image{aspect-ratio:1/1;background:#fff7ee}.product-card__image img{padding:8px}.product-card__badge{top:6px;left:6px;border:0;background:#ff5b9f;color:#fff;border-radius:999px;padding:3px 6px;font-size:8px}.product-card__body{padding:8px;gap:4px}.product-card__eyebrow{font-size:8px;color:#2483da;line-height:1.1}.product-card h3{font-size:10px;line-height:1.16}.product-card__meta{display:block;margin-top:2px}.product-card__price span{font-size:11px;color:#ff4d92}.product-card__price s{font-size:9px;color:#9d9a95}.product-card__link{display:block;margin-top:4px;font-size:8px;color:#171717}.section-action{margin-top:18px}.section-action .button{border:0;box-shadow:0 5px 14px #0003;background:#07152e;color:#fff;border-radius:999px;padding:10px 16px;font-size:11px}.collection-tiles .section-heading h2{font-size:13px;line-height:1.35;font-weight:700;max-width:34ch}.tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.collection-tile{border:0;border-radius:12px;background:#fff;box-shadow:0 6px 16px #152a4e29;padding:14px;min-height:108px}.collection-tile strong{font-size:12px;line-height:1.15}.collection-tile em{font-size:10px}.story-block{display:grid;grid-template-columns:1fr;padding:22px 16px;margin:0 16px 22px;border:0;border-radius:16px;background:#dff7ff;gap:14px}.story-block img{order:-1;height:auto;aspect-ratio:1.15/1;object-fit:cover;border:0;border-radius:12px;box-shadow:none}.story-block .eyebrow{font-size:9px;color:#2483da}.story-block p{font-size:11px;line-height:1.45;color:#23415d}.moment-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.moment-grid article,.detail-grid article{padding:13px}.moment-grid h3,.detail-grid h3{font-size:12px;line-height:1.12;margin:8px 0 5px}.moment-grid p,.detail-grid p{font-size:10px;line-height:1.32;margin:0 0 8px;color:#4a5565}.moment-grid a,.detail-grid a{font-size:9px;font-weight:900;color:#2483da}.bundle-section{display:grid;grid-template-columns:1fr;margin:0 16px 22px;padding:22px 16px;border:0;border-radius:16px;background:#07152e;color:#fff;gap:16px}.bundle-section img{height:auto;aspect-ratio:1.05/1;object-fit:contain;background:#fff;border:0;border-radius:12px;box-shadow:none;padding:10px}.bundle-section p{font-size:11px;line-height:1.45;color:#d9efff}.bundle-section .button--dark{background:#ffd84f;color:#171717;border:0;box-shadow:none;border-radius:999px;font-size:10px}.faq-section details,.page-content>div,.cart-summary{border:0;border-radius:12px;box-shadow:0 6px 16px #152a4e24}.newsletter-section{background:#fff1bb;border:0}.newsletter-section p{font-size:11px}.newsletter-form{gap:8px}.newsletter-form input{border-width:1px;border-radius:999px;padding:11px 14px;font-size:12px}.newsletter-form .button{border:0;box-shadow:none;border-radius:999px}.site-footer{display:block;background:#07152e;padding:30px 18px}.site-footer h2{font-size:22px}.site-footer p,.site-footer a{font-size:12px}.site-footer nav{margin:24px 0}.collection-hero{background:#dff7ff;border-bottom:0}.collection-hero h1,.page-content h1,.cart-page h1{font-size:34px;line-height:1}.collection-sidebar{display:flex;gap:8px;overflow:auto;border:0;border-radius:0;background:transparent;padding:0 0 10px}.collection-sidebar h2{display:none}.collection-sidebar a{white-space:nowrap;background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;box-shadow:0 3px 9px #152a4e1f}.product-page{display:block}.product-info{border:0;border-radius:14px;box-shadow:0 6px 16px #152a4e29;padding:18px;margin-top:14px}.product-info h1{font-size:28px;line-height:1}.product-price{font-size:22px}.product-form select,.product-form input{border-width:1px}.product-actions .button{box-shadow:none}.gallery-image{border:0;border-radius:14px;background:#fff;box-shadow:0 6px 16px #152a4e29}}.announcement-bar{background:#fff!important;border-bottom:0!important;color:#172033!important;font-size:12px!important;font-weight:500!important;padding:7px 16px!important}.site-header{background:#fff!important;border-bottom:0!important;box-shadow:none!important;padding:18px 48px!important}.site-header__brand{gap:0!important}.site-header__brand img{width:74px!important;height:74px!important;border:0!important;border-radius:0!important;object-fit:contain!important}.site-header__brand span{display:none!important}.site-header__nav{gap:28px!important;font-size:13px!important;font-weight:650!important;color:#172033!important}.site-header__tools{gap:22px!important;font-size:13px!important;font-weight:650!important}.cart-link span{border:0!important;background:#ffd84f!important;min-width:18px!important;height:18px!important;font-size:10px!important}.hero{max-width:1280px!important;margin:0 auto 30px!important;border:0!important;border-radius:0 0 28px 28px!important;background:linear-gradient(135deg,#fff4b8,#ffe8ef 48%,#dff8ef)!important}.hero__media{background:#fff!important;border:0!important;border-radius:22px!important;box-shadow:none!important}.hero__media img{object-fit:contain!important;background:#fff!important}.feature-strip article,.detail-grid article,.moment-grid article,.product-card,.collection-card,.collection-tile{border:0!important;border-radius:14px!important;box-shadow:0 7px 18px #20345224!important}.product-card{background:#fff!important}.product-card__badge{border:0!important;background:#ff5b9f!important;color:#fff!important}.button,.category-tabs button,.hero__tags span,.product-assurance span{border-width:1px!important;box-shadow:none!important}.button--dark{border:0!important;border-radius:999px!important}.section-action .button{background:#07152e!important;color:#fff!important;border:0!important;border-radius:999px!important}.section-heading--collection{display:block!important;max-width:680px!important;margin-bottom:22px!important}.section-heading--collection h2{color:#172033!important;font-size:clamp(34px,4vw,56px)!important;line-height:.98!important;margin:0 0 10px!important}.section-heading--collection p{max-width:610px!important;color:#68748a!important;font-size:14px!important;line-height:1.45!important;margin:0!important}.collection-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.collection-card{position:relative!important;display:flex!important;flex-direction:column!important;gap:12px!important;min-height:304px!important;padding:18px!important;background:#fff8e8!important;color:#172033!important}.collection-card span{position:absolute!important;top:15px!important;left:18px!important;color:#2d86f7!important;font-size:12px!important}.collection-card em{position:absolute!important;top:12px!important;right:12px!important;background:#fff!important;border-radius:999px!important;color:#68748a!important;font-size:11px!important;font-style:normal!important;font-weight:800!important;padding:5px 9px!important}.collection-card img{width:100%!important;height:202px!important;margin-top:24px!important;object-fit:contain!important;background:#fffaf0!important;border-radius:12px!important}.collection-card strong{display:block!important;width:100%!important;margin-top:auto!important;padding:10px 12px!important;background:#fff!important;border-radius:999px!important;font-size:14px!important;line-height:1.1!important;text-align:center!important}.tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.collection-tile{background:#fff8e8!important;color:#172033!important;min-height:180px!important;padding:20px!important}@media(max-width:620px){.announcement-bar{font-size:9px!important;padding:7px 12px!important}.site-header{grid-template-columns:34px 1fr 34px!important;padding:8px 14px!important}.site-header__brand img{width:30px!important;height:30px!important}.site-header__tools{gap:0!important}.site-header__tools .cart-link:before{content:""!important;display:none!important}.cart-link{position:relative!important;width:20px!important;height:22px!important;font-size:0!important}.cart-link:after{content:""!important;position:absolute!important;right:0!important;bottom:1px!important;width:14px!important;height:15px!important;border:1.7px solid #172033!important;border-radius:3px!important}.cart-link span{position:absolute!important;top:-4px!important;right:-6px!important;z-index:2!important}.hero{margin:0!important;border-radius:0 0 18px 18px!important}.feature-strip article,.detail-grid article,.moment-grid article,.product-card,.collection-card,.collection-tile{border-radius:12px!important}.collection-card-grid,.tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.collection-card{min-height:172px!important;padding:10px!important;gap:7px!important}.collection-card span{top:9px!important;left:10px!important;font-size:9px!important}.collection-card em{top:7px!important;right:8px!important;font-size:8px!important;padding:3px 6px!important}.collection-card img{height:98px!important;margin-top:18px!important;border-radius:8px!important}.collection-card strong{font-size:10px!important;padding:7px 8px!important}}body.template-policy,body:has(.shopify-policy__container){background:#fff!important}body.template-policy #MainContent,body:has(.shopify-policy__container) #MainContent{background:#fff!important}.shopify-policy__container{width:min(100% - 40px,600px)!important;max-width:600px!important;margin:0 auto!important;padding:56px 0 88px!important;background:#fff!important;color:#172033!important}.shopify-policy__title{margin:0 0 22px!important;text-align:center!important}.shopify-policy__title h1{margin:0!important;color:#303030!important;font-size:56px!important;font-weight:760!important;line-height:1.05!important;letter-spacing:0!important}.shopify-policy__body{color:#07152e!important;font-size:14px!important;line-height:1.52!important}.shopify-policy__body h2,.shopify-policy__body h3{margin:38px 0 18px!important;color:#172033!important;font-weight:760!important;line-height:1.08!important}.shopify-policy__body h2{font-size:44px!important}.shopify-policy__body h3{font-size:28px!important}.shopify-policy__body p,.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 18px!important}.shopify-policy__body a{color:inherit!important;text-decoration:underline!important;text-underline-offset:2px!important}@media(max-width:620px){.shopify-policy__container{width:100%!important;padding:38px 18px 70px!important}.shopify-policy__title{margin-bottom:18px!important}.shopify-policy__title h1{font-size:38px!important}.shopify-policy__body{font-size:13px!important;line-height:1.5!important}.shopify-policy__body h2{font-size:32px!important}.shopify-policy__body h3{font-size:22px!important}body:has(.shopify-policy__container) #MainContent,.shopify-policy__container{width:min(100vw,390px)!important;max-width:min(100vw,390px)!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow-x:hidden!important}.shopify-policy__body,.shopify-policy__body *{max-width:100%!important;box-sizing:border-box!important;overflow-wrap:anywhere!important}}.hero__tags a{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;border:1px solid #171717!important;border-radius:999px!important;background:#fff!important;color:#06142c!important;padding:8px 12px!important;font-size:12px!important;line-height:1!important;font-weight:900!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important}.hero__tags a:hover,.hero__tags a:focus-visible{background:#fff8cc!important;outline:none!important}@media(max-width:620px){.hero__tags a{padding:6px 9px!important;font-size:10px!important}.hero__tags a:nth-child(n+4){display:none!important}}body.template-page,body.template-page #MainContent,body.template-page .shopify-section,body.template-page .page-content{background:#fff!important}body.template-page .page-content{width:100%!important;max-width:none!important;margin:0!important;padding:44px 24px 96px!important;border:0!important;box-shadow:none!important}body.template-page .page-content>h1{display:none!important}body.template-page .page-content>div{width:calc(100vw - 48px)!important;max-width:560px!important;margin:0 auto!important;padding:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.template-page .page-content .shopify-policy__title{display:block!important;margin:0 0 18px!important;padding:0!important;text-align:center!important;background:#fff!important;border:0!important;box-shadow:none!important}body.template-page .page-content .shopify-policy__title h1{margin:0!important;padding:0!important;color:#303030!important;font-size:54px!important;font-weight:800!important;line-height:1.04!important;letter-spacing:-.02em!important;text-transform:none!important}body.template-page .page-content .shopify-policy__body,body.template-page .page-content .shopify-policy__body .rte,body.template-page .page-content .shopify-policy__body .rte>div{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.template-page .page-content .shopify-policy__body p,body.template-page .page-content .shopify-policy__body li{color:#111!important;font-size:14px!important;font-weight:400!important;line-height:1.55!important;letter-spacing:0!important}body.template-page .page-content .shopify-policy__body p,body.template-page .page-content .shopify-policy__body ul,body.template-page .page-content .shopify-policy__body ol{margin:0 0 18px!important}body.template-page .page-content .shopify-policy__body ul,body.template-page .page-content .shopify-policy__body ol{padding-left:22px!important}body.template-page .page-content .shopify-policy__body h2{margin:44px 0 16px!important;color:#303030!important;font-size:46px!important;font-weight:800!important;line-height:1.04!important;letter-spacing:-.02em!important}body.template-page .page-content .shopify-policy__body h3{margin:34px 0 14px!important;color:#303030!important;font-size:28px!important;font-weight:800!important;line-height:1.12!important}@media(max-width:620px){body.template-page{overflow-x:hidden!important}body.template-page .page-content{padding:36px 20px 72px!important;overflow-x:hidden!important}body.template-page .page-content>div{width:calc(100vw - 40px)!important;max-width:calc(100vw - 40px)!important}body.template-page .page-content .shopify-policy__title h1{font-size:38px!important}body.template-page .page-content .shopify-policy__body,body.template-page .page-content .shopify-policy__body *{max-width:100%!important;overflow-wrap:anywhere!important}body.template-page .page-content .shopify-policy__body h2{font-size:34px!important}body.template-page .page-content .shopify-policy__body h3{font-size:22px!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/nedeh.css.map */
