@font-face{
  font-family:Figtree;
  src:url('assets/fonts/figtree.ttf') format('truetype');
  font-style:normal;
  font-weight:300 900;
  font-display:swap
}
@font-face{
  font-family:Fredoka;
  src:url('assets/fonts/fredoka.ttf') format('truetype');
  font-style:normal;
  font-weight:300 700;
  font-display:swap
}
:root{
  --cream:#FEFBF3;
  --plum:#470C2D;
  --pink:#FD2A7A;
  --ink:#1A0A14;
  --pink-text:#C81E5E;
  --border:#ECE3DF;
  --muted:#705b65;
  --wash:#f3ede4;
  --body:'Figtree','Segoe UI',sans-serif;
  --title:'Fredoka','Trebuchet MS',sans-serif
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:30px
}
body{
  margin:0;
  background:var(--cream);
  color:var(--plum);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6
}
h1,h2,h3,p,figure{
  margin:0
}
h1,h2,h3{
  line-height:1.08
}
h1,h2{
  font-family:var(--title);
  font-weight:500;
  letter-spacing:-.035em
}
h2{
  font-size:clamp(36px,4vw,53px)
}
a{
  color:inherit;
  text-decoration:none
}
button,input,select{
  font:inherit
}
button,a,input,select,summary{
  -webkit-tap-highlight-color:transparent
}
a,button,input,select,summary{
  touch-action:manipulation
}
button{
  cursor:pointer
}
img{
  max-width:100%;
  display:block
}
svg.icon{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.svg-defs{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.wrap{
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto
}
.section-space{
  padding-block:100px
}
.eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  line-height:1.6
}
.announcement{
  background:var(--plum);
  color:var(--cream);
  text-align:center;
  padding:9px 20px;
  font-size:11px;
  letter-spacing:.08em
}
.header{
  height:103px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.brand img{
  width:138px;
  height:auto
}
.header nav{
  display:flex;
  gap:34px;
  font-size:14px;
  font-weight:600
}
.header nav a{
  padding:12px 0
}
.header nav a:hover,.footer a:hover{
  color:var(--pink-text)
}
.header-contact{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--plum);
  border-radius:30px;
  padding:10px 19px;
  font-size:13px;
  font-weight:700
}
.header-contact>span{
  margin-left:12px
}
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
  padding-top:19px;
  padding-bottom:54px
}
.hero-copy{
  padding-block:32px
}
.hero .eyebrow{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px
}
.little-line{
  width:24px;
  height:2px;
  background:var(--pink)
}
h1{
  font-size:clamp(42px,4.65vw,68px);
  margin:23px 0 26px;
  line-height:1.06;
  letter-spacing:-.045em
}
h1>span{
  color:var(--pink-text)
}
.hero-description{
  font-size:17px;
  line-height:1.75;
  color:var(--muted)
}
.hero-description strong{
  color:var(--plum);
  font-weight:600
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:53px;
  padding:14px 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:800;
  line-height:1.3;
  transition:background .18s,transform .18s
}
.button:hover{
  transform:translateY(-2px)
}
.primary{
  background:var(--pink);
  color:var(--ink)
}
.primary:hover{
  background:#f34887
}
.hero .button{
  margin-top:29px
}
.button>.icon:last-child{
  margin-left:14px;
  width:19px
}
.text-link{
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  gap:22px;
  align-items:center;
  border-bottom:1px solid var(--plum);
  padding:6px 0
}
.hero-secondary{
  display:flex;
  width:max-content;
  margin-top:17px;
  font-size:12px;
  border:0
}
.hero-note{
  margin-top:43px;
  display:flex;
  gap:13px;
  font-size:11px;
  line-height:1.7;
  color:var(--muted)
}
.hero-note .icon{
  width:28px;
  height:28px;
  color:var(--plum);
  margin-top:4px
}
.hero-note strong{
  font-weight:500
}
.hero-visual{
  position:relative;
  padding-bottom:19px
}
.hero-photo{
  position:relative;
  overflow:hidden;
  border-radius:160px 160px 12px 12px;
  background:var(--wash);
  height:610px
}
.hero-photo>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 55%
}
.hero-photo figcaption{
  position:absolute;
  bottom:19px;
  left:22px;
  background:var(--cream);
  border-radius:100px;
  padding:7px 14px;
  font-size:10px;
  font-weight:600
}
.craft-seal{
  position:absolute;
  top:37px;
  right:-21px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:123px;
  height:123px;
  background:var(--cream);
  border-radius:50%;
  outline:1px dashed var(--plum);
  outline-offset:-7px;
  transform:none
}
.craft-seal img{
  height:42px;
  width:42px;
  object-fit:contain
}
.craft-seal span{
  font-size:8px;
  letter-spacing:.1em;
  line-height:1.5;
  text-align:center
}
.craft-seal strong{
  font-family:var(--title);
  font-size:17px;
  font-weight:500;
  letter-spacing:0
}
.photo-index{
  position:absolute;
  bottom:0;
  right:0;
  font-size:8px;
  letter-spacing:.14em
}
.promise-strip{
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border)
}
.promise-strip .wrap{
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:20px;
  padding-block:23px
}
.promise-strip span{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:600
}
.promise-strip .icon{
  width:21px;
  color:var(--pink-text)
}
.section-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:37px
}
.section-heading h2{
  margin-top:15px
}
.section-heading>p{
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
  padding-bottom:5px
}
.collection-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px
}
.card-image{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  aspect-ratio:4/5;
  background:var(--wash)
}
.card-image>img{
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform .4s
}
.costume-card:hover .card-image>img{
  transform:scale(1.035)
}
.tag{
  position:absolute;
  top:17px;
  left:17px;
  background:var(--cream);
  padding:5px 10px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.09em;
  border-radius:30px
}
.card-arrow{
  position:absolute;
  bottom:17px;
  right:17px;
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  background:var(--cream);
  border-radius:50%;
  font-size:21px
}
.card-copy{
  padding:21px 2px 0
}
.card-copy h3{
  font-family:var(--title);
  font-weight:500;
  font-size:24px;
  letter-spacing:-.02em
}
.card-copy p{
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  margin-top:8px;
  max-width:280px
}
.collection-footnote{
  text-align:center;
  margin-top:39px;
  font-size:13px;
  color:var(--muted)
}
.collection-footnote a{
  color:var(--plum);
  border-bottom:1px solid var(--plum);
  margin-left:7px;
  font-weight:600
}
.image-disclosure{
  font-size:10px;
  text-align:center;
  color:var(--muted);
  margin-top:14px
}
.workshop{
  background:var(--wash);
  padding-block:75px
}
.workshop-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:65px;
  align-items:center
}
.workshop-photo img{
  height:440px;
  width:100%;
  object-fit:cover;
  border-radius:10px
}
.workshop-photo figcaption{
  font-size:9px;
  color:var(--muted);
  margin-top:10px
}
.workshop-copy h2{
  font-size:clamp(34px,3.6vw,49px);
  margin:17px 0 24px
}
.workshop-copy>p:not(.eyebrow):not(.workshop-signature){
  font-size:14px;
  color:var(--muted);
  margin-top:14px;
  max-width:360px
}
.stitch{
  height:1px;
  border-top:1px dashed #af8b95;
  max-width:160px;
  margin:26px 0
}
.workshop-signature{
  font-family:var(--title);
  font-size:23px;
  line-height:1.35
}
.workshop-signature strong{
  font-weight:500;
  color:var(--pink-text)
}
.steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin:48px 0;
  padding:0
}
.steps li{
  border-top:1px solid var(--border);
  padding-top:23px
}
.step-number{
  font-size:13px;
  font-weight:600;
  color:var(--pink-text);
  display:block;
  margin-bottom:22px
}
.steps h3{
  font-family:var(--title);
  font-weight:500;
  font-size:22px
}
.steps p{
  font-size:13px;
  color:var(--muted);
  margin-top:12px;
  max-width:230px
}
.delivery{
  padding:27px 30px;
  border:1px solid var(--border);
  border-radius:10px;
  display:grid;
  grid-template-columns:200px 1fr 1fr;
  gap:32px;
  align-items:center
}
.delivery .eyebrow{
  font-size:9px
}
.delivery strong{
  font-family:var(--title);
  font-size:29px;
  font-weight:500
}
.delivery>div p>span{
  font-size:12px
}
.delivery>p,.delivery details{
  font-size:12px;
  color:var(--muted)
}
summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:44px
}
summary::-webkit-details-marker{
  display:none
}
summary span{
  font-size:22px;
  font-weight:400
}
.delivery summary{
  color:var(--plum);
  font-weight:700
}
.delivery details p{
  padding-top:8px
}
.newsletter{
  background:var(--plum);
  color:var(--cream);
  padding-block:85px
}
.newsletter-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.newsletter-copy h2{
  font-size:clamp(37px,4vw,53px);
  margin:23px 0;
  line-height:1.11
}
.newsletter-copy>p:not(.eyebrow){
  font-size:14px;
  color:#e1cbd6;
  line-height:1.8
}
.newsletter-hand{
  margin-top:41px;
  width:85px;
  height:90px;
  transform:none
}
.newsletter-copy .newsletter-note{
  margin-top:15px;
  font-size:11px!important
}
.signup{
  background:var(--cream);
  color:var(--plum);
  border-radius:14px;
  padding:34px
}
.signup h3{
  font-family:var(--title);
  font-size:27px;
  font-weight:500
}
.form-intro{
  font-size:12px;
  color:var(--muted);
  margin-top:8px
}
.local-notice{
  font-size:10px;
  color:var(--muted);
  border-left:2px solid var(--pink);
  padding-left:8px;
  margin:12px 0 19px
}
.field{
  margin-top:14px
}
.field>label{
  display:block;
  font-size:12px;
  font-weight:700;
  margin-bottom:6px
}
.field label span{
  font-weight:400;
  color:var(--muted)
}
input:not([type=checkbox]),select{
  width:100%;
  min-width:0;
  height:45px;
  background:transparent;
  border:1px solid #c3adb6;
  border-radius:6px;
  padding:9px 12px;
  color:var(--plum);
  font-size:14px
}
input::placeholder{
  color:#84737b
}
select{
  padding-right:6px
}
input:focus,select:focus{
  border-color:var(--plum)
}
.phone-input{
  display:flex;
  border:1px solid #c3adb6;
  border-radius:6px;
  align-items:center
}
.phone-input>span{
  padding:0 13px;
  font-size:13px;
  border-right:1px solid var(--border)
}
.phone-input>input{
  border:0
}
.phone-input:focus-within{
  outline:2px solid var(--plum);
  outline-offset:2px
}
.field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px
}
.checkbox{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:11px;
  line-height:1.6;
  margin-top:17px;
  cursor:pointer
}
.checkbox input{
  accent-color:var(--plum);
  width:17px;
  height:17px;
  flex-shrink:0;
  margin:2px 0 0
}
.email-details{
  margin-top:9px
}
.email-details summary{
  font-size:11px;
  font-weight:600;
  min-height:37px
}
.email-details .field{
  margin-top:4px
}
.submit-button{
  width:100%;
  margin-top:21px;
  justify-content:space-between
}
.submit-button:disabled{
  opacity:.6;
  cursor:wait;
  transform:none
}
.privacy-link{
  font-size:10px;
  text-align:center;
  color:var(--muted);
  margin-top:12px
}
.privacy-link a{
  text-decoration:underline;
  text-underline-offset:2px
}
.field-error{
  display:block;
  color:#a91b42;
  font-size:11px;
  margin-top:4px
}
.field-error:empty{
  display:none
}
[aria-invalid=true]{
  border-color:#a91b42!important
}
.form-result:not(:empty){
  padding:14px;
  margin-top:17px;
  background:#e6eedf;
  border:1px solid #607b50;
  border-radius:7px;
  font-size:13px;
  color:#244523
}
.form-result a{
  display:inline-block;
  margin-top:8px;
  text-decoration:underline
}
.form-result.error{
  background:#f9e4ea;
  color:#831131;
  border-color:#a91b42
}
.honeypot{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden
}
.closing{
  padding-block:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.closing h2{
  margin-top:12px
}
.footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  padding-block:35px 45px;
  border-top:1px solid var(--border)
}
.footer p{
  font-size:11px;
  color:var(--muted);
  line-height:1.8;
  margin-top:8px
}
.footer-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 35px;
  font-size:12px
}
.footer-note{
  text-align:right
}
.footer-note>span{
  font-size:9px
}
.mobile-cta{
  display:none
}
.skip-link{
  position:fixed;
  top:-80px;
  left:16px;
  z-index:50;
  padding:12px;
  background:var(--plum);
  color:var(--cream)
}
.skip-link:focus{
  top:16px
}
:focus-visible{
  outline:2px solid var(--pink-text);
  outline-offset:5px
}
input:focus-visible,select:focus-visible{
  outline-offset:2px
}
.legal{
  max-width:750px;
  padding-block:60px 100px
}
.legal h1{
  font-size:48px
}
.legal h2{
  font-size:25px;
  margin:30px 0 13px
}
.legal p{
  margin:15px 0;
  color:var(--muted)
}
.legal a:not(.button){
  text-decoration:underline
}
.legal .button{
  margin-top:20px
}
@media(min-width:1440px){
  .hero-photo{
    height:655px
  }
  .hero{
    gap:70px
  }
}
@media(max-width:1050px){
  .wrap{
    width:calc(100% - 64px)
  }
  .header nav{
    gap:20px
  }
  .hero{
    gap:30px
  }
  .hero-photo{
    height:540px
  }
  h1{
    font-size:49px
  }
  .hero .eyebrow{
    font-size:8px
  }
  .hero-description{
    font-size:15px
  }
  .craft-seal{
    right:-13px;
    width:105px;
    height:105px
  }
  .workshop-grid{
    gap:35px
  }
  .newsletter-grid{
    gap:45px
  }
  .signup{
    padding:26px
  }
  .delivery{
    grid-template-columns:160px 1fr;
    gap:20px
  }
  .delivery details{
    grid-column:2
  }
  .card-copy h3{
    font-size:21px
  }
}
@media(max-width:760px){
  .wrap{
    width:calc(100% - 40px)
  }
  .announcement{
    font-size:9px;
    padding:8px 12px
  }
  .header{
    height:83px;
    gap:14px
  }
  .brand img{
    width:117px
  }
  .header nav{
    margin-left:auto
  }
  .header nav a{
    display:none
  }
  .header nav a:last-child{
    display:block;
    font-size:12px
  }
  .header-contact{
    border:0;
    padding:8px;
    font-size:0;
    gap:0
  }
  .header-contact>span{
    display:none
  }
  .header-contact .icon{
    width:23px;
    height:23px
  }
  .hero{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:12px;
    padding-bottom:30px
  }
  .hero-copy{
    padding:10px 0 0
  }
  .hero .eyebrow{
    font-size:9px
  }
  h1{
    font-size:clamp(40px,10vw,62px);
    margin:21px 0
  }
  .hero-description{
    font-size:15px;
    line-height:1.7
  }
  .hero .button{
    margin-top:24px;
    min-height:54px
  }
  .hero-secondary{
    margin-top:11px
  }
  .hero-note{
    display:none
  }
  .hero-visual{
    margin-top:5px
  }
  .hero-photo{
    height:auto;
    aspect-ratio:4/4.6;
    border-radius:110px 110px 10px 10px
  }
  .hero-photo img{
    object-position:center 60%
  }
  .craft-seal{
    right:-6px;
    top:26px;
    width:103px;
    height:103px
  }
  .photo-index{
    font-size:7px
  }
  .promise-strip .wrap{
    gap:9px;
    padding-block:19px;
    justify-content:space-between
  }
  .promise-strip span{
    flex-direction:column;
    text-align:center;
    gap:6px;
    font-size:9px
  }
  .promise-strip .icon{
    width:19px;
    height:19px
  }
  .section-space{
    padding-block:60px
  }
  .section-heading{
    display:block;
    margin-bottom:27px
  }
  .section-heading h2{
    margin-top:12px
  }
  .section-heading>p{
    font-size:13px;
    margin-top:20px
  }
  .collection-grid{
    grid-template-columns:1fr;
    gap:30px
  }
  .card-image{
    aspect-ratio:4/4.3
  }
  .card-image img{
    object-position:center 58%
  }
  .card-copy{
    padding-top:16px
  }
  .card-copy h3{
    font-size:26px
  }
  .card-copy p{
    max-width:100%;
    font-size:14px
  }
  .tag{
    font-size:9px
  }
  .collection-footnote{
    margin-top:31px;
    line-height:2
  }
  .collection-footnote a{
    display:block;
    width:max-content;
    margin:auto
  }
  .image-disclosure{
    font-size:10px;
    max-width:270px;
    margin:16px auto 0
  }
  .workshop{
    padding-block:45px
  }
  .workshop-grid{
    grid-template-columns:1fr;
    gap:29px
  }
  .workshop-photo img{
    height:310px;
    object-position:40% center
  }
  .workshop-copy h2{
    font-size:39px
  }
  .workshop-copy>p:not(.eyebrow):not(.workshop-signature){
    max-width:none;
    font-size:15px
  }
  .workshop-photo figcaption{
    font-size:8px
  }
  .workshop-signature{
    font-size:25px
  }
  .process .section-heading .text-link{
    margin-top:20px
  }
  .steps{
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
    margin:31px 0
  }
  .steps h3{
    font-size:23px
  }
  .steps p{
    font-size:13px
  }
  .step-number{
    margin-bottom:15px
  }
  .delivery{
    grid-template-columns:1fr;
    gap:14px;
    padding:24px
  }
  .delivery details{
    grid-column:auto
  }
  .delivery>p{
    font-size:13px
  }
  .newsletter{
    padding-block:48px
  }
  .newsletter-grid{
    grid-template-columns:1fr;
    gap:32px
  }
  .newsletter-copy h2{
    font-size:40px;
    margin:18px 0
  }
  .newsletter-hand,.newsletter-note{
    display:none
  }
  .signup{
    padding:25px 20px
  }
  .signup h3{
    font-size:25px
  }
  .local-notice{
    font-size:10px
  }
  .field>label{
    font-size:12px
  }
  input:not([type=checkbox]),select{
    font-size:16px;
    height:48px
  }
  .checkbox{
    font-size:12px;
    line-height:1.6
  }
  .email-details summary{
    font-size:12px
  }
  .privacy-link{
    font-size:11px
  }
  .closing{
    padding-block:50px;
    display:block
  }
  .closing h2{
    font-size:41px
  }
  .closing .button{
    margin-top:26px;
    font-size:13px;
    padding-inline:20px
  }
  .footer{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    padding-block:30px 100px
  }
  .footer-links{
    grid-template-columns:1fr;
    gap:10px;
    justify-self:end
  }
  .footer-note{
    grid-column:1/-1;
    text-align:left
  }
  .mobile-cta.visible{
    display:flex;
    position:fixed;
    z-index:20;
    bottom:max(13px,env(safe-area-inset-bottom));
    left:20px;
    right:20px;
    box-shadow:0 4px 24px #470c2d25;
    justify-content:space-between
  }
  .legal{
    padding-top:25px
  }
  .legal h1{
    font-size:37px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    transition:none!important;
    animation:none!important
  }
}
@media(min-width:761px) and (max-width:1050px){
  h1{
    font-size:clamp(35px,4.7vw,49px)
  }
}

/* Urgencia real bajo el CTA del hero: días que faltan para la fecha que trae al cliente. */
.hero-urgency{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:14px 0 0;
  max-width:44ch;
  font-size:14px;
  line-height:1.45;
  color:var(--plum-soft, #6b4257)
}
.hero-urgency .icon{
  flex:none;
  width:18px;
  height:18px;
  margin-top:2px;
  color:var(--magenta, #FD2A7A)
}
.hero-urgency strong{
  color:var(--magenta, #FD2A7A);
  font-weight:800
}

/* Instagram en el pie: mismo peso que los demás enlaces, con el símbolo delante. */
.footer-links .social{
  display:inline-flex;
  align-items:center;
  gap:8px
}
.footer-links .social .icon{
  width:20px;
  height:20px
}

/* Sin precio en la web: el bloque de entrega abre con la invitación a cotizar. */
.delivery-lead{
  font-family:var(--title);
  font-size:17px;
  line-height:1.3;
  margin:6px 0 0
}

/* El contador cambia cada segundo: ancho estable para que la frase no baile. */
#dias-halloween{
  font-variant-numeric:tabular-nums;
  white-space:nowrap
}


/* Pop-up de bienvenida y código de la comunidad. */
.welcome{
  width:min(420px,calc(100vw - 32px));
  border:0;
  border-radius:20px;
  padding:34px 32px 30px;
  background:var(--cream);
  color:var(--plum);
  text-align:center;
  box-shadow:0 24px 60px rgba(26,10,20,.28)
}
.welcome::backdrop{
  background:rgba(26,10,20,.55)
}
.welcome h2{
  font-size:26px;
  line-height:1.15;
  margin:8px 0 14px
}
.welcome h2 span{
  color:var(--magenta)
}
.welcome .eyebrow{
  justify-content:center
}
.welcome-list{
  list-style:none;
  margin:0 0 22px;
  padding:0;
  display:grid;
  gap:8px;
  text-align:left;
  font-size:15px
}
.welcome-list li{
  padding-left:22px;
  position:relative
}
.welcome-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--magenta)
}
.welcome .button{
  width:100%;
  justify-content:center
}
.welcome-later{
  display:block;
  margin:14px auto 0;
  background:none;
  border:0;
  cursor:pointer;
  font:inherit;
  font-size:14px;
  opacity:.7
}
.welcome-close{
  position:absolute;
  top:10px;
  right:14px
}
.welcome-close button{
  background:none;
  border:0;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  color:inherit;
  opacity:.55
}
.result-title{
  font-family:var(--title);
  font-size:19px;
  margin:0 0 6px
}
.result-code{
  font-family:var(--title);
  font-size:27px;
  letter-spacing:.06em;
  color:var(--magenta);
  border:2px dashed var(--magenta);
  border-radius:12px;
  padding:10px 14px;
  margin:0 0 10px;
  text-align:center
}
.result-baja{
  display:inline-block;
  margin-top:12px;
  font-size:13px
}

/* La prioridad de la comunidad, en el bloque de entrega. */
.delivery-comunidad{
  margin:10px 0 0;
  font-size:13px;
  color:var(--magenta, #FD2A7A);
  font-weight:600
}
