#loja{
  background:
    radial-gradient(circle at top right, rgba(37, 99, 200, 0.08), transparent 28%),
    linear-gradient(180deg, var(--gray-100) 0%, var(--white) 100%);
}

.loja-header{
  text-align:center;
  margin-bottom:34px;
}

.loja-header .section-label{
  justify-content:center;
}

.loja-header .sub{
  margin:12px auto 0;
  max-width:640px;
  text-align:center;
}

.loja-carousel{
  position:relative;
  max-width:100%;
  min-width:0;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.75);
  border-radius:28px;
  padding:18px;
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(8px);
}

.loja-carousel__viewport{
  overflow:hidden;
  max-width:100%;
  min-width:0;
  border-radius:22px;
  background:var(--navy);
}

.loja-carousel__track{
  display:flex;
  transition:transform .82s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.loja-carousel__track.is-resetting{
  transition:none;
}

.loja-slide{
  flex:0 0 100%;
  position:relative;
  overflow:hidden;
  max-width:100%;
  min-width:0;
  aspect-ratio: 16 / 9;
  background:linear-gradient(145deg, var(--navy) 0%, #0f315f 100%);
}

.loja-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1);
  transition:transform .9s ease, filter .35s ease;
}

.loja-slide--showroom img{
  object-position:center center;
}

.loja-slide--calcados img{
  object-position:center 52%;
}

.loja-slide--panorama img{
  object-position:center 58%;
}

.loja-slide--separacao img{
  object-position:center center;
}

.loja-slide--certificados img{
  object-position:center center;
}

.loja-slide--loja8 img,
.loja-slide--loja9 img{
  object-position:center center;
}

.loja-slide::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(13,34,64,.04) 0%, rgba(13,34,64,.08) 34%, rgba(13,34,64,.66) 100%);
  pointer-events:none;
}

.loja-slide:hover img{
  transform:scale(1.05);
  filter:saturate(1.05);
}

.loja-slide__overlay{
  position:absolute;
  left:clamp(18px, 2.4vw, 30px);
  right:clamp(18px, 2.4vw, 30px);
  bottom:clamp(18px, 2.4vw, 28px);
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.loja-slide__eyebrow{
  display:inline-flex;
  align-self:flex-start;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(34,167,79,.18);
  border:1px solid rgba(110,232,154,.4);
  color:#dff9e8;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.loja-slide__title{
  max-width:28ch;
  color:var(--white);
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(28px, 3vw, 42px);
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  text-shadow:0 8px 30px rgba(0,0,0,.18);
}

.loja-slide__text{
  max-width:54ch;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.6;
}

.loja-carousel__controls{
  pointer-events:none;
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 30px;
}

.loja-carousel__arrow{
  pointer-events:auto;
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:var(--white);
  background:rgba(13,34,64,.68);
  box-shadow:0 10px 30px rgba(13,34,64,.18);
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.loja-carousel__arrow:hover{
  transform:translateY(-2px);
  background:rgba(21,50,96,.88);
  box-shadow:0 16px 34px rgba(13,34,64,.22);
}

.loja-carousel__arrow:focus-visible,
.loja-carousel__dot:focus-visible{
  outline:2px solid #7cf0a6;
  outline-offset:3px;
}

.loja-carousel__arrow svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

.loja-carousel__dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding-top:18px;
}

.loja-carousel__dot{
  width:11px;
  height:11px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  background:rgba(13,34,64,.18);
  transition:transform .22s ease, background .22s ease;
}

.loja-carousel__dot.is-active{
  background:var(--green-bright);
  transform:scale(1.2);
}

.loja-carousel.is-single .loja-carousel__controls,
.loja-carousel.is-single .loja-carousel__dots{
  display:none;
}

@media (max-width: 1024px){
  .loja-carousel{
    border-radius:24px;
    padding:16px;
  }

  .loja-carousel__controls{
    padding:0 20px;
  }
}

@media (max-width: 768px){
  .loja-header{
    margin-bottom:26px;
  }

  .loja-carousel{
    border-radius:22px;
    padding:14px;
  }

  .loja-slide{
    aspect-ratio: 4 / 5;
  }

  .loja-slide--showroom img{
    object-position:center center;
  }

  .loja-slide--calcados img{
    object-position:center center;
  }

  .loja-slide--panorama img{
    object-position:48% center;
  }

  .loja-slide--separacao img{
    object-position:44% center;
  }

  .loja-slide--certificados img{
    object-position:center center;
  }

  .loja-slide--loja8 img,
  .loja-slide--loja9 img{
    object-position:center center;
  }

  .loja-slide__title{
    max-width:16ch;
  }

  .loja-slide__text{
    font-size:14px;
    max-width:30ch;
  }

  .loja-carousel__controls{
    padding:0 14px;
  }

  .loja-carousel__arrow{
    width:44px;
    height:44px;
  }
}

@media (max-width: 480px){
  .loja-carousel{
    padding:12px;
  }

  .loja-slide{
    aspect-ratio: 4 / 5.4;
  }

  .loja-slide__overlay{
    gap:7px;
  }

  .loja-slide__eyebrow{
    font-size:10px;
    letter-spacing:1.2px;
    padding:7px 12px;
  }

  .loja-carousel__dots{
    gap:9px;
    padding-top:16px;
  }

  .loja-carousel__dot{
    width:10px;
    height:10px;
  }
}
