@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
.pcheader, .spheader, #header{
display:none!important;
opacity:0;
visibility: hidden;
}
#main_cont{
margin-top:0!important;
max-width: 800px;
margin: 0 auto;
position: relative;
}
#topBtn{
  display:none;
  opacity:0;
  visibility: hidden;
}
body {
  font-family: "Libre Baskerville", serif;
  margin: 0;
  background: #fff;
  color: #997C36;
}

.ll-logo{
  opacity: 0;
  position: absolute;
  top:10px;
  left: 10px;
  width:100px;
  z-index: 10;
  transition: opacity 0.25s ease;
}
.ll-logo.is-visible{
 opacity: 1;
 transition: opacity 0.25s ease;
}

.ll-logo svg {
 width:100%;
}

.ll-logo svg path{
 fill:#997C36;
}

/* SWIPER */
.lookbook-swiper,
.swiper-slide {
  width: 100vw;
  height: 100dvh;
  max-width: 800px;
}

.look-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INTRO SLIDE */
.intro-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-slide h1{
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
}
.intro-slide h2{
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 600;
}
.intro-slide h1 span {
 display: block;
 text-align: center;
 margin: auto;
}

.intro-slide h1 span svg {
  max-width:300px;
  margin: auto;
}

.intro-slide h1 span svg path{
 fill:#997C36;
}

.intro-image {
   width: 30vw;
    min-width: 300px;
    max-width: 600px;
    margin: 20px 0;
}

/* BOTTOM BAR */
.bottom-bar {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  pointer-events: none;
  z-index: 9;
  max-width:750px;
  margin: auto;
}

.bottom-bar button {
  pointer-events: auto;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 100px;
  color: #997C36;
  font-family: "Libre Baskerville", serif;
}

.bottom-bar .pagination-text{
  color: #fff;
  font-size: 14px;
}

/* MODALS */
.modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 10;
  max-width:800px;
  margin: auto;
}

.view-all-modal{
background: rgba(255,255,255,0.9);
transition: opacity 0.25s ease;
overflow-y: auto;
}
.view-all-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.view-all-scroll {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px; /* space for the close button */
}

.modal-close {
  border: none;
  background: rgba(255,255,255,0.8);
  color: #997C36;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.modal-close-bottom {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

/* VIEW ALL */
.view-all-modal .grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  padding: 20px 20px 90px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.view-all-modal.is-open .grid {
  transform: translateY(0);
}

.thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
}

.thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ITEMS MODAL (BOTTOM SHEET) */
.items-modal {
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: flex-end;
}
.view-items-btn{
  display:none;
}
.view-items-btn .view-icon {
  margin-left: 6px;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.25s ease;
}

.view-items-btn.is-open .view-icon {
  transform: rotate(45deg);
}

.items-modal h3{
  font-size: 21px;
  margin: 0 0 20px;
}

.items-content {
  background: rgba(255,255,255,0.9);
  width: 85%;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 73px;
  border-radius: 18px;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.items-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.items-modal.is-open .items-content {
  transform: translateY(0);
  opacity: 1;
}

.items-list{
  padding:0;
  margin:0;
}
.items-list li {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.buy-btn {
  color: #fff;
  background: #997C36;
  padding: 4px 8px;
  text-decoration: none;
  width: 45px;
  height: fit-content;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.buy-btn.disabled {
  opacity: 0.3;
}

.swipe-hint{
      border: 2px solid #d5c59e;
    border-radius: 100%;
    margin-top: 5px;
    height: 25px;
    width: 25px;
    opacity: 0;
    animation: circles 1.25s 
ease-out 3, swipe 1.25s 
ease-out 3;
position: absolute;
bottom: 20px;
}

@keyframes swipe {
  0% {
    transform: translateX(43vw);
  }
  20% {
    transform: translateX(43vw);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes circles {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}