* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font:16px/1.55 var(--font);
}

h1,h2,h3,p {
  margin-top:0;
}

h1,h2,h3 {
  line-height:1.08;
  letter-spacing:-.045em;
}

h1 {
  font-size:clamp(2.8rem,5.6vw,5.4rem);
  font-weight:850;
  margin-bottom:24px;
}

h2 {
  font-size:clamp(1.8rem,3vw,2.65rem);
  font-weight:800;
  margin-bottom:18px;
}

h3 {
  font-size:1.25rem;
  letter-spacing:-.025em;
}

a {
  color:inherit;
  text-decoration:none;
}

button,input,select,textarea {
  font:inherit;
}

button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

button:disabled {
  cursor:not-allowed;
  opacity:.5;
}

button {
  color:inherit;
}

img {
  max-width:100%;
  display:block;
}

a,button {
  touch-action:manipulation;
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible {
  outline:3px solid #145fc3;
  outline-offset:4px;
}

input,select,textarea {
  width:100%;
  border:1px solid #b8bab0;
  border-radius:10px;
  background:white;
  color:var(--ink);
  padding:13px 14px;
  min-height:48px;
}

textarea {
  resize:vertical;
}

input[type=checkbox],input[type=radio] {
  width:19px;
  height:19px;
  min-height:0;
  accent-color:var(--ink);
  flex-shrink:0;
}

label {
  display:block;
  font-weight:650;
  margin:14px 0 7px;
}

small {
  font-size:12px;
}

.container {
  width:min(1320px,calc(100% - 80px));
  margin-inline:auto;
}

.section {
  padding:65px 0;
}

.eyebrow {
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  margin-bottom:17px;
}

.muted {
  color:var(--muted);
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}

.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:1000;
  background:white;
  padding:15px;
}

.skip-link:focus {
  top:10px;
}

.promo-bar {
  display:flex;
  justify-content:space-between;
  background:var(--yellow);
  padding:9px 40px;
  font-size:12px;
  font-weight:700;
}

.header {
  position:sticky;
  top:0;
  z-index:30;
  background:var(--paper);
  border-bottom:1px solid var(--line);
}

.header__main {
  display:flex;
  align-items:center;
  gap:60px;
  height:95px;
}

.logo {
  font-size:29px;
  letter-spacing:-1.5px;
  font-weight:900;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
}

.logo span {
  font-weight:650;
}

.logo i {
  color:var(--red);
  font-style:normal;
  font-size:34px;
  line-height:1;
  margin-left:4px;
}

.header__search {
  display:flex;
  flex:1;
  background:#f2f2e9;
  border:1px solid #e5e5d9;
  border-radius:30px;
  overflow:hidden;
}

.header__search input {
  border:0;
  background:transparent;
  min-width:0;
  padding-left:23px;
  font-size:14px;
}

.header__search button {
  border:0;
  background:transparent;
  font-size:29px;
  padding:0 21px;
}

.header__actions {
  display:flex;
  gap:15px;
}

.header__menu {
  display:none!important;
}

.nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:51px;
  font-size:13px;
  font-weight:700;
}

.nav a {
  padding:13px 0;
}

.nav a:hover,.footer a:hover {
  text-decoration:underline;
}

.nav__offers {
  color:#bc291f;
}

.mobile-nav {
  padding:16px 24px;
  background:var(--paper);
  max-height:65vh;
  overflow:auto;
}

.mobile-nav a {
  display:block;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}

.hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--yellow);
  border-radius:25px;
  margin-top:28px;
  min-height:535px;
  overflow:hidden;
  position:relative;
}

.hero__copy {
  padding:48px 0 45px 50px;
  z-index:2;
}

.pill {
  display:inline-block;
  border:1px solid #87700e;
  border-radius:20px;
  padding:6px 12px;
  font-size:10px;
  letter-spacing:.09em;
}

.hero h1 {
  line-height:1.01;
  position:relative;
  letter-spacing:-.065em;
  margin:24px 0;
  font-size:clamp(3.5rem,5.8vw,5.8rem);
}

.hero__copy p {
  max-width:365px;
  font-size:16px;
  line-height:1.7;
  margin-bottom:24px;
}

.hero__note {
  display:block;
  font-size:11px;
  margin-top:17px;
}

.hero__swirl {
  font-size:.55em;
  display:inline-block;
  transform:rotate(12deg);
  margin-left:12px;
}

.hero__visual {
  position:relative;
  min-height:530px;
}

.hero__caption {
  position:absolute;
  right:26px;
  top:27px;
  letter-spacing:.18em;
  font-size:10px;
  font-weight:800;
}

.hero__product {
  position:absolute;
  background:#fffdf5;
  border:7px solid #fffdf5;
  box-shadow:0 12px 20px #80631a1c;
  border-radius:20px;
  width:48%;
  text-align:center;
  overflow:hidden;
}

.hero__product .product-art {
  width:100%;
  aspect-ratio:1.35;
}

.hero__product>span:last-child {
  display:block;
  background:var(--paper);
  font-size:11px;
  font-weight:800;
  padding:6px;
}

.hero__product--one {
  top:45px;
  left:2%;
  transform:rotate(-10deg);
}

.hero__product--two {
  right:4%;
  top:135px;
  transform:rotate(9deg);
  width:43%;
}

.hero__product--three {
  left:7%;
  bottom:36px;
  width:40%;
  transform:rotate(5deg);
}

.hero__sticker {
  background:var(--red);
  color:white;
  position:absolute;
  bottom:33px;
  right:10%;
  width:140px;
  height:140px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  transform:rotate(-12deg);
  font-size:15px;
  line-height:1.25;
  box-shadow:0 0 0 6px var(--yellow),0 0 0 7px #d29e00;
}

.hero__sticker strong {
  font-size:24px;
}

.hero__sticker span {
  font-size:16px;
  letter-spacing:6px;
  margin-top:8px;
}

.benefits {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px 8px;
  border-bottom:1px solid var(--line);
  font-size:12px;
}

.benefits b {
  margin-left:6px;
}

.section__heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:28px;
}

.section__heading h2 {
  margin:0;
}

.section__heading .eyebrow {
  margin-bottom:12px;
}

.text-link {
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
  border-bottom:1px solid var(--ink);
  padding-bottom:3px;
}

.category-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.category-card {
  border-radius:18px;
  position:relative;
  padding:25px 23px 21px;
  overflow:hidden;
  transition:transform .2s;
}

.category-card:hover {
  transform:translateY(-5px);
}

.category-card--kids {
  background:#ffe4e1;
}

.category-card--kitchen {
  background:#dfeddb;
}

.category-card--accessories {
  background:#e0edff;
}

.category-card--gadgets {
  background:#f4e5fc;
}

.category-card .product-art {
  width:100%;
  aspect-ratio:1.45;
  margin:8px 0 18px;
  mix-blend-mode:multiply;
}

.category-card h3 {
  font-size:19px;
  max-width:200px;
  min-height:43px;
  margin-bottom:18px;
}

.category-card>span:last-child {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  font-weight:700;
}

.category-card b {
  font-size:22px;
  font-weight:400;
}

.category-card__icon {
  position:absolute;
  top:15px;
  left:20px;
  font-size:28px;
  z-index:1;
}

.deal {
  background:#dceaff;
  border-radius:24px;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  padding:45px 55px;
  position:relative;
  overflow:hidden;
  min-height:340px;
}

.deal h2 {
  font-size:clamp(2.5rem,4vw,3.8rem);
}

.deal p {
  font-size:14px;
}

.deal__art {
  width:100%;
  aspect-ratio:1.5;
  mix-blend-mode:multiply;
  transform:rotate(8deg);
}

.deal__circle {
  position:absolute;
  right:37px;
  top:28px;
  border:2px solid #2476cd;
  background:#ffdf45;
  transform:rotate(12deg);
  border-radius:50%;
  text-align:center;
  padding:25px 20px;
  font-size:14px;
  line-height:1.2;
}

.brand-note {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:60px;
  padding:60px 80px 80px;
}

.brand-note>span {
  color:var(--blue);
  font-size:150px;
  line-height:1;
  transform:rotate(-10deg);
}

.brand-note>div {
  max-width:650px;
}

.brand-note h2 {
  font-size:36px;
}

.brand-note p {
  color:var(--muted);
  font-size:15px;
}

.newsletter {
  background:var(--yellow);
  padding:45px 0;
}

.newsletter__inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px;
}

.newsletter h2 {
  font-size:36px;
  margin:0 0 10px;
}

.newsletter p {
  font-size:14px;
  margin-bottom:0;
}

.newsletter__inner>form {
  width:46%;
}

.newsletter__field {
  display:flex;
  gap:8px;
}

.newsletter__field input {
  min-width:0;
  border:0;
}

.newsletter__field button {
  white-space:nowrap;
}

.newsletter small {
  display:block;
  margin-top:9px;
}

.footer {
  padding:55px 0 20px;
  background:#f5f3e9;
}

.footer__grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:45px;
}

.footer h3 {
  font-size:14px;
  letter-spacing:0;
  margin:8px 0 22px;
}

.footer p {
  font-size:13px;
  line-height:1.9;
  color:var(--muted);
  margin-top:20px;
}

.footer__grid>div>a:not(.logo) {
  display:block;
  font-size:13px;
  color:var(--muted);
  margin:12px 0;
}

.footer__badge {
  font-size:10px;
  letter-spacing:.1em;
  border:1px solid #b6b5a8;
  border-radius:20px;
  padding:7px 10px;
  display:inline-block;
}

.footer__bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #dcdccf;
  padding-top:22px;
  margin-top:42px;
  font-size:11px;
  color:var(--muted);
}

.page-intro {
  padding:30px 0 35px;
}

.breadcrumb {
  display:flex;
  gap:12px;
  color:var(--muted);
  font-size:12px;
  margin-bottom:35px;
}

.page-intro h1 {
  font-size:clamp(2.5rem,4.5vw,4rem);
  margin-bottom:15px;
}

.page-intro p {
  color:var(--muted);
  max-width:680px;
}

.catalog {
  display:grid;
  grid-template-columns:215px 1fr;
  gap:40px;
  padding-bottom:70px;
}

.filters h2 {
  font-size:21px;
  letter-spacing:-.02em;
}

.filters label {
  font-size:13px;
}

.filters select {
  font-size:13px;
}

.filters__note {
  background:var(--yellow);
  border-radius:15px;
  padding:25px;
  margin-top:30px;
  font-size:24px;
  line-height:1.3;
}

.filters__note span {
  display:block;
  font-size:60px;
  text-align:right;
}

.catalog__toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:24px;
  gap:20px;
  font-size:13px;
}

.catalog__toolbar p {
  margin:0;
}

.catalog__toolbar label {
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  margin:0;
  font-weight:400;
}

.catalog__toolbar select {
  font-size:13px;
  width:auto;
  max-width:190px;
}

.catalog .product-grid {
  grid-template-columns:repeat(3,1fr);
}

.search-form {
  display:flex;
  gap:10px;
  margin-bottom:30px;
}

.search-form input {
  max-width:650px;
}

.product-page {
  padding-block:30px 60px;
}

.product-layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:65px;
  align-items:start;
}

.product-gallery__main {
  background:#f4f0e7;
  border-radius:22px;
  overflow:hidden;
}

.product-gallery__main .product-art {
  width:100%;
  aspect-ratio:1.1;
  mix-blend-mode:multiply;
  transition:transform .3s;
}

.product-gallery__main--zoom .product-art {
  transform:scale(1.45);
}

.product-gallery__main--gift {
  background:#ffead0;
}

.gallery-thumbs {
  display:flex;
  gap:12px;
  margin-top:15px;
}

.gallery-thumbs button {
  border:1px solid var(--line);
  background:white;
  border-radius:10px;
  overflow:hidden;
  width:90px;
  font-size:11px;
  padding:5px;
}

.gallery-thumbs button[aria-pressed=true] {
  border:2px solid var(--ink);
}

.gallery-thumbs .product-art {
  width:100%;
  aspect-ratio:1.3;
}

.product-info h1 {
  font-size:40px;
  margin:16px 0;
}

.product-info>p {
  color:var(--muted);
  font-size:15px;
}

.product-info .price {
  font-size:28px;
  margin:20px 0;
}

.product-info .price del {
  font-size:17px;
}

.product-info__purchase {
  display:flex;
  gap:12px;
  margin:22px 0 12px;
}

.product-info__purchase .button {
  flex:1;
}

.product-info details {
  border-top:1px solid var(--line);
  padding:18px 0;
  font-size:14px;
}

.product-info summary {
  cursor:pointer;
  font-weight:700;
}

.product-info details p {
  margin:12px 0 0;
  color:var(--muted);
}

.cart-layout,.checkout-layout {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:45px;
  padding-bottom:70px;
  align-items:start;
}

.checkout-form h2 {
  font-size:22px;
  margin:28px 0 18px;
}

.checkout-form h2:first-child {
  margin-top:0;
}

.form-panel {
  background:white;
  border:1px solid var(--line);
  padding:30px;
  border-radius:18px;
}

.form-panel label {
  font-size:14px;
}

.form-panel .button {
  margin-top:20px;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.checkout-option {
  border:1px solid var(--line);
  border-radius:10px;
  padding:14px;
  display:flex;
  gap:12px;
  align-items:center;
}

.story-layout,.contact-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  padding-block:20px 70px;
  align-items:center;
}

.contact-layout {
  align-items:start;
}

.story__art {
  border-radius:22px;
  background:var(--pink);
  padding:30px;
  text-align:center;
  font-weight:750;
}

.story__art .product-art {
  width:100%;
  aspect-ratio:1.1;
  mix-blend-mode:multiply;
}

.story-layout p {
  color:var(--muted);
}

.help-card {
  display:flex;
  flex-direction:column;
  gap:7px;
  border-bottom:1px solid var(--line);
  padding:24px 0;
}

.help-card span {
  font-size:14px;
  color:var(--muted);
}

.faq-list {
  max-width:850px;
  padding-bottom:80px;
}

.faq-list details {
  border-bottom:1px solid #d4d5c8;
  padding:25px 0;
}

.faq-list summary {
  font-weight:700;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:20px;
  list-style:none;
}

.faq-list details[open] summary span {
  transform:rotate(45deg);
}

.faq-list details p {
  color:var(--muted);
  padding-right:25px;
  margin:15px 0 0;
}

.policy {
  max-width:850px;
  padding-bottom:80px;
}

.policy section {
  margin:35px 0;
}

.policy h2 {
  font-size:24px;
}

.policy p {
  line-height:1.8;
  color:var(--muted);
}

.tracking {
  max-width:700px;
  margin-bottom:80px;
}

.tracking__step {
  border-left:3px solid var(--blue);
  padding:0 0 25px 20px;
  margin-left:10px;
}

.tracking__step:last-child {
  border-color:var(--line);
  color:var(--muted);
}

.tracking__step p {
  margin:5px 0;
  font-size:14px;
}

#tracking-result:not(:empty) {
  margin-top:30px;
}

.confirmation {
  grid-column:1/-1;
  background:var(--mint);
  border-radius:20px;
  padding:45px;
  text-align:center;
}

.confirmation h2 {
  font-size:36px;
}

.confirmation .button {
  margin-top:20px;
}

