/* Asra Kids / Little Things v1 — isolated storefront theme */
:root{--ak-primary:#7560d4;--ak-primary-dark:#5640ae;--ak-cream:#fbf8f1;--ak-brown:#715239;--ak-ink:#302842;--ak-heading-font:Georgia,serif;--ak-body-font:"Trebuchet MS",Arial,sans-serif;--ak-heading-size:42px;--ak-mobile-heading-size:30px;--ak-body-size:16px;--ak-radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}.asra-store{margin:0;color:var(--ak-ink);background:#fff;font:var(--ak-body-size)/1.6 var(--ak-body-font);--brand:var(--ak-primary);--brand-dark:var(--ak-primary-dark)}.asra-store h1,.asra-store h2,.asra-store h3{font-family:var(--ak-heading-font);font-weight:400;letter-spacing:-.035em;line-height:1.15;color:var(--ak-ink)}.asra-store h1{font-size:var(--ak-heading-size)}.asra-store h2{font-size:clamp(27px,2.7vw,38px)}.asra-store a{color:inherit;text-decoration:none}.asra-store p{color:#746e80}.asra-store img{max-width:100%}.asra-store button,.asra-store input,.asra-store select,.asra-store textarea{font:inherit}.asra-store button,.asra-store a{-webkit-tap-highlight-color:transparent}.asra-store :focus-visible{outline:3px solid var(--ak-primary);outline-offset:4px}.asra-store [hidden]{display:none!important}.ak-wrap{width:min(1320px,calc(100% - 80px));margin-inline:auto}.ak-wide{width:min(1540px,calc(100% - 48px));margin-inline:auto}.ak-section{padding-block:68px}.ak-topline{background:#f6f0e5;color:var(--ak-brown);font-size:11px;letter-spacing:.05em}.ak-topline .ak-wrap{min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:14px}.ak-topline a{display:flex;gap:6px;align-items:center}.ak-topline .ak-icon{width:15px;height:15px}.ak-icon{width:23px;height:23px;vertical-align:middle;flex:none}.ak-header{position:sticky;top:0;z-index:55;background:rgba(255,255,255,.98);border-bottom:1px solid #f0ebf6}.ak-header-main{display:flex;gap:24px;align-items:center;min-height:94px}.ak-brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;color:var(--ak-brown)!important}.ak-brand img{width:51px;height:54px;object-fit:contain}.ak-brand>span{font-family:Georgia,serif;font-size:26px;font-weight:600;line-height:1.05;letter-spacing:-.05em}.ak-brand small{display:block;font:9px/1.6 var(--ak-body-font);letter-spacing:.12em;color:#907461;margin-top:7px}.ak-nav{display:flex;gap:23px;margin-left:auto;align-items:center;white-space:nowrap;font-size:13px;font-weight:600}.ak-nav a{padding:8px 0;position:relative}.ak-nav a.active{color:var(--ak-primary)}.ak-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--ak-primary);border-radius:3px}.ak-search{display:flex;align-items:center;max-width:224px;flex:1 1 180px;background:#f7f5fb;border:1px solid #eee8f4;border-radius:30px;margin-left:10px}.ak-search input{border:0;background:transparent;box-shadow:none!important;padding:10px 0 10px 16px;min-width:0;width:100%;font-size:12px;color:var(--ak-ink)}.ak-search input::placeholder{color:#a19bad}.ak-search button{background:none;border:0;padding:10px 13px 10px 8px;cursor:pointer;color:var(--ak-primary)}.ak-actions{display:flex;gap:12px;align-items:center}.ak-icon-button{display:grid;place-items:center;width:30px;height:42px;background:none;border:0;padding:0;position:relative;color:var(--ak-ink);cursor:pointer}.ak-cart .cart-count{position:absolute;top:2px;right:-4px;background:var(--ak-primary);color:white;min-width:15px;height:15px;font:9px/15px Arial;text-align:center;border-radius:20px}.ak-menu-toggle{display:none}.ak-skip{position:fixed;top:-100px;left:15px;z-index:999;background:var(--ak-cream);padding:12px}.ak-skip:focus{top:12px}
.ak-hero{margin-top:24px;border-radius:var(--ak-radius);overflow:hidden;background:var(--ak-cream);border:1px solid #f2ede4}.ak-hero-image{width:100%;position:relative;background:#9586e3}.ak-hero-image picture{display:block}.ak-hero-image img{display:block;width:100%;height:auto;object-fit:contain}.ak-hero-image video{display:block;width:100%;height:auto;max-height:660px;aspect-ratio:1600/684;object-fit:contain}.ak-hero-bottom{padding:37px 52px 42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px}.ak-eyebrow{font-size:10px;letter-spacing:.2em;font-weight:700;color:var(--ak-primary);display:block;margin-bottom:12px}.ak-hero h1{margin:0 0 10px;max-width:730px}.ak-hero-bottom p{font-size:14px;margin:0;max-width:700px}.ak-hero-buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.ak-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--ak-primary);color:white!important;border:1px solid var(--ak-primary);border-radius:40px;min-height:48px;font-size:13px;font-weight:600;padding:13px 24px;transition:background .2s,transform .2s;cursor:pointer;white-space:nowrap}.ak-button:hover{background:var(--ak-primary-dark);transform:translateY(-1px)}.ak-button .ak-icon{width:18px;height:18px}.ak-button-cream{background:var(--ak-cream);border-color:var(--ak-cream);color:var(--ak-ink)!important}.ak-button-cream:hover{background:#fff}.ak-text-link{display:inline-flex;align-items:center;gap:13px;font-size:12px;font-weight:600;border-bottom:1px solid transparent;padding-bottom:4px}.ak-text-link:hover{border-color:var(--ak-primary);color:var(--ak-primary)}.ak-text-link .ak-icon{width:18px;height:18px}.ak-section-head{display:flex;gap:20px;align-items:end;justify-content:space-between;margin-bottom:30px}.ak-section-head h2{margin:0}.ak-section-head .ak-eyebrow{margin-bottom:9px}.ak-categories{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:22px}.ak-category{text-align:center;font-size:12px;font-weight:600;line-height:1.5;display:flex;flex-direction:column;align-items:center;gap:14px}.ak-category-art{width:100%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:#f3edf8;overflow:hidden;transition:transform .22s,box-shadow .22s}.ak-category-art img{width:81%;height:81%;object-fit:contain;mix-blend-mode:multiply}.ak-category-art .ak-icon{width:42px;height:42px;color:var(--ak-primary);stroke-width:1.25}.ak-tint-1 .ak-category-art{background:#faf0df}.ak-tint-2 .ak-category-art{background:#edf3ed}.ak-tint-3 .ak-category-art{background:#f9edf0}.ak-category:hover .ak-category-art{transform:translateY(-5px);box-shadow:0 14px 28px #71523912}.ak-category-page{min-height:55vh}.ak-category-page>p{margin-bottom:32px}.ak-category-page .ak-categories{grid-template-columns:repeat(4,1fr);gap:36px}.ak-category-page .ak-category-art{width:min(100%,190px)}
.ak-products-section{background:#faf9fc;border-top:1px solid #f1edf7;border-bottom:1px solid #f1edf7}.asra-store .product-grid{gap:25px}.asra-store .product-card{border:1px solid #eeeaf4;border-radius:18px;overflow:hidden;box-shadow:none;background:white;transition:transform .22s,box-shadow .22s;position:relative}.asra-store .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #3525500b}.asra-store .product-card-image{aspect-ratio:1/1.02;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.asra-store .product-card-image>img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.asra-store .product-card:hover .product-card-image>img{transform:scale(1.035)}.asra-store .product-card-body{padding:18px 20px 20px}.asra-store .product-card-category{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#94879f}.asra-store .product-card-title{font-size:15px;font-family:var(--ak-body-font);font-weight:600;color:var(--ak-ink);line-height:1.45;min-height:44px;display:block}.asra-store .product-card-meta{font-size:10px;color:#aea4b5}.asra-store .price-row{margin-top:10px}.asra-store .price{font-size:21px;color:var(--ak-primary-dark);font-weight:700}.asra-store .old-price{color:#aaa0b4}.asra-store .product-card .stock{font-size:11px;font-weight:400;color:#6b8373}.asra-store .product-card .stock.out{color:#a98677}.asra-store .product-card-actions .btn{border-radius:25px;padding:10px 15px;min-height:40px;font-size:12px}.asra-store .product-card-actions .icon-button{border-radius:50%;width:40px;height:40px;border-color:#eee6f3}.asra-store .product-badge{border-radius:30px;font-size:10px;padding:5px 10px;left:13px;top:13px;background:#efeaf9;color:var(--ak-primary-dark);border:0}.asra-store .product-badge.sale{background:#f9e7ee;color:#a45375}.asra-store .btn.primary{background:var(--ak-primary);border-color:var(--ak-primary);color:white}.asra-store .btn.primary:hover{background:var(--ak-primary-dark)}.asra-store .btn{border-radius:26px}.asra-store input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.asra-store select,.asra-store textarea{border-color:#e6dfed;border-radius:12px}.asra-store .panel,.asra-store .filters{border-color:#ece5f2;border-radius:var(--ak-radius);box-shadow:none}.asra-store .product-gallery,.asra-store .product-main-image{background:#fff;border-color:#ece5f2;border-radius:var(--ak-radius)}.asra-store .product-main-image img{object-fit:contain}.asra-store .cart-drawer{border-radius:24px 0 0 24px}.asra-store .drawer-head h2{font-size:29px}.asra-store .drawer-total strong{color:var(--ak-primary)}.asra-store .container{max-width:1320px}.asra-store .page{min-height:55vh}.asra-store .breadcrumb{font-size:12px;color:#9688a1}
.ak-empty{border:1px dashed #ded4e9;border-radius:22px;background:white;padding:38px;display:flex;justify-content:center;align-items:center;gap:30px;min-height:220px}.ak-empty img{object-fit:contain}.ak-empty h3{font-size:27px;margin:0 0 8px}.ak-empty p{margin:0 0 10px;font-size:14px}.ak-story{display:grid;grid-template-columns:42% 58%;border-radius:var(--ak-radius);overflow:hidden;background:#f4eee2;min-height:370px}.ak-story-illustration{display:grid;place-items:center;position:relative;background:#eee3d0;isolation:isolate;padding:30px}.ak-story-illustration:before{content:"";width:72%;aspect-ratio:1;position:absolute;background:#f9f3e7;border-radius:50%;z-index:-1}.ak-story-illustration img{width:260px;height:auto;max-width:80%}.ak-spark{position:absolute;font-family:Georgia;font-size:42px;color:#b19a77}.s1{top:38px;right:48px}.s2{bottom:45px;left:50px;font-size:32px}.s3{top:45px;left:58px;font-size:27px}.ak-story-copy{padding:58px 65px;background:#ebe5fa;display:flex;align-items:start;justify-content:center;flex-direction:column}.ak-story-copy h2{font-size:42px;max-width:490px;margin:0 0 20px}.ak-story-copy p{font-size:14px;max-width:460px;line-height:1.9;margin:0 0 24px;color:#756780}.ak-story-copy .ak-eyebrow{font-size:9px}.ak-footer{background:var(--ak-cream);border-top:1px solid #eee7dc;margin-top:20px}.ak-footer-top{border-bottom:1px solid #e8e0d5;padding-block:35px;display:flex;align-items:center;justify-content:space-between;gap:40px}.ak-footer-top .ak-brand img{width:60px;height:60px}.ak-footer-note{max-width:500px;font-size:13px;color:#998779}.ak-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:56px;padding-block:50px}.ak-footer-grid h3{font-size:24px;max-width:270px;margin:0 0 16px;color:var(--ak-brown)}.ak-footer-grid h4{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--ak-brown);margin:0 0 19px}.ak-footer-grid a,.ak-footer-grid p,.ak-muted{display:block;font-size:12px;margin:0 0 11px;color:#8c7e75}.ak-footer-grid a:hover{color:var(--ak-primary)}.ak-footer-logo{object-fit:contain;object-position:left;margin-top:15px}.ak-footer-bottom{border-top:1px solid #e8e0d5;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#a39587;padding-block:18px}.ak-about{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;min-height:470px}.ak-about h1{margin:0 0 22px}.ak-about-image{background:var(--ak-cream);border-radius:var(--ak-radius);display:grid;place-items:center;padding:40px}.ak-about-image img{object-fit:contain;max-height:390px;width:auto}.ak-prose{font-size:16px;line-height:1.95;margin-bottom:30px;white-space:normal}.ak-contact-list{display:grid;gap:16px;margin:28px 0}.ak-contact-list>a,.ak-contact-list>div:not(.ak-empty){display:flex;gap:17px;align-items:center;background:var(--ak-cream);border-radius:15px;padding:18px}.ak-contact-list small{display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#a39587}

@media(max-width:1250px){.ak-wrap{width:calc(100% - 48px)}.ak-nav{gap:17px;font-size:12px}.ak-header-main{gap:16px}.ak-search{max-width:190px}.ak-brand>span{font-size:24px}.ak-actions{gap:7px}.ak-categories{gap:15px}.ak-hero h1{font-size:38px}.ak-story-copy{padding:40px}.ak-story-copy h2{font-size:36px}.asra-store .product-grid{gap:18px}}
@media(max-width:1050px){.ak-nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:20px 30px;border-top:1px solid #eee;box-shadow:0 15px 20px #35255009;white-space:normal;flex-wrap:wrap;margin:0}.ak-nav.is-open{display:flex}.ak-menu-toggle{display:grid}.ak-search{margin-left:auto;max-width:300px}.ak-actions{gap:16px}.ak-categories{grid-template-columns:repeat(4,1fr);gap:24px}.ak-category-art{max-width:150px}.ak-hero-bottom{padding:32px;gap:24px}.ak-hero h1{font-size:34px}.ak-story-illustration img{width:210px}.ak-footer-grid{gap:26px}.ak-footer-note{max-width:350px}}
@media(max-width:700px){.ak-wrap{width:calc(100% - 36px)}.ak-wide{width:calc(100% - 20px)}.ak-topline .ak-wrap{font-size:9px;min-height:29px;justify-content:center}.ak-topline .ak-wrap>span:last-child{display:none}.ak-header-main{min-height:80px;gap:12px;flex-wrap:wrap;padding-top:10px;padding-bottom:12px}.ak-brand{gap:8px}.ak-brand img{width:40px;height:42px}.ak-brand>span{font-size:23px}.ak-brand small{font-size:7px;margin-top:5px}.ak-actions{margin-left:auto;gap:10px}.ak-icon-button{width:24px;height:32px}.ak-icon{width:21px;height:21px}.ak-search{order:4;max-width:none;flex-basis:100%;margin:0;height:38px}.ak-search input{font-size:12px;padding-block:7px}.ak-search button{padding-block:7px}.ak-nav{padding:18px;font-size:14px;gap:18px}.ak-hero{margin-top:12px;border-radius:18px}.ak-hero-image{min-height:0}.ak-hero-image img{width:100%;height:auto;object-fit:contain}.ak-hero-bottom{padding:24px 21px 28px;display:block}.ak-hero h1{font-size:var(--ak-mobile-heading-size);line-height:1.13}.ak-hero-bottom p{font-size:12px;line-height:1.65}.ak-eyebrow{font-size:8px;letter-spacing:.17em}.ak-hero-buttons{margin-top:22px;flex-direction:row;justify-content:space-between;gap:10px}.ak-button{font-size:11px;padding:11px 17px;min-height:42px;gap:15px}.ak-text-link{font-size:10px;gap:6px}.ak-text-link .ak-icon{width:15px}.ak-section{padding-block:39px}.ak-section-head{margin-bottom:22px;align-items:start;gap:12px}.ak-section-head h2{font-size:26px}.ak-section-head>.ak-text-link{white-space:nowrap;padding-top:25px}.ak-categories{gap:21px 11px}.ak-category{font-size:10px;gap:10px}.ak-category-art .ak-icon{width:28px;height:28px}.ak-category-art{max-width:90px}.ak-category-page .ak-categories{grid-template-columns:repeat(2,1fr);gap:24px}.ak-category-page .ak-category-art{max-width:150px}.asra-store .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.asra-store .product-card{border-radius:13px}.asra-store .product-card-image{padding:12px;aspect-ratio:1}.asra-store .product-card-body{padding:11px 12px 14px}.asra-store .product-card-title{font-size:12px;min-height:37px;line-height:1.5}.asra-store .product-card-category{font-size:8px}.asra-store .price{font-size:17px}.asra-store .old-price{font-size:10px}.asra-store .product-card-actions{gap:5px}.asra-store .product-card-actions .btn{font-size:9px;padding:8px 7px;min-height:33px}.asra-store .product-card-actions .icon-button{display:none}.asra-store .product-card-actions form{width:100%}.asra-store .product-card .stock{font-size:9px}.asra-store .product-badge{font-size:8px;padding:4px 7px;left:8px;top:8px}.ak-story{grid-template-columns:1fr}.ak-story-illustration{min-height:236px;padding:20px}.ak-story-illustration:before{width:205px}.ak-story-illustration img{width:180px}.ak-story-copy{padding:32px 27px}.ak-story-copy h2{font-size:33px}.ak-story-copy p{font-size:12px}.ak-story-copy .ak-eyebrow{font-size:8px}.ak-story .s1{right:55px}.ak-footer-top{padding-block:24px;gap:16px;flex-wrap:wrap}.ak-footer-top .ak-brand img{width:42px;height:44px}.ak-footer-note{font-size:11px;order:3;max-width:none;width:100%}.ak-footer-grid{grid-template-columns:1fr 1fr;gap:28px 22px;padding-block:30px}.ak-footer-grid h3{font-size:22px}.ak-footer-grid>div:first-child{grid-column:1/-1}.ak-footer-logo{display:none}.ak-footer-grid h4{font-size:10px;margin-bottom:15px}.ak-footer-bottom{font-size:9px;flex-direction:column;gap:6px}.ak-empty{padding:24px 20px;gap:16px;min-height:180px}.ak-empty img{width:75px;height:auto}.ak-empty h3{font-size:22px}.ak-empty p{font-size:11px}.ak-about{grid-template-columns:1fr;gap:25px;min-height:0}.ak-about-image{padding:25px}.ak-about-image img{max-height:220px}.ak-prose{font-size:14px}.asra-store .container{width:calc(100% - 36px)}.asra-store h1{font-size:var(--ak-mobile-heading-size)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.ak-category:hover .ak-category-art,.asra-store .product-card:hover{transform:none}}

.ds-cart-tools{display:flex;align-items:center;gap:12px}.ak-topline a{color:inherit}

.asra-store .cart-drawer[aria-hidden="true"]{visibility:hidden;box-shadow:none}.asra-store .cart-drawer[aria-hidden="false"]{visibility:visible}
.ak-nav a[href*="sort=sale"]{color:var(--ak-primary-dark)}
