/* :root {
  --ink: #f5f3ef;
  --near-black: #141414;
  --stone: #b7b3ac;
  color-scheme: light;
  --dim: rgba(20, 20, 20, 0.55);
  --background-color:rgba(18, 18, 18, 1);
} */
    :root {
     color-scheme: light;
     --ink: #f5f3ef;
     --near-black: #141414;
     --stone: #b7b3ac;
     --dim: rgba(20, 20, 20, 0.55);
     /* --background-color: rgba(18, 18, 18, 1); */
     --background-color:white !important;
   }
html {
  color-scheme: light !important;
}


* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  /* padding: 0; */
  height: 100%;
  background: var(--background-color);
  color: var(--ink);
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}

/* ---------- Nav ---------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: none;
  transition: background-color 0.4s ease;
  z-index: 10;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
}


.nav.is-scrolled {
 
  background-color: white;
  height: 15vh;
}






.nav__logo {
  font-family: 'Beau Rivage', cursive;
  font-size: 2.3rem;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1;
}

.nav__logo img{
  width: 200px;
}


.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav__link2 span,.nav__link2 svg{
  color: black;
}
.nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  /* color: #6b6259; */
  color:white;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}


.nav__link:hover {
  /* color: #1a1a1a; */
  transform: translateY(-2px);
}

.nav__link svg {
  flex-shrink: 0;
}

/* Hidden on desktop; only appears on small screens */
.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 25;
}

.nav__hamburger span {
  width: 22px;
  height: 1.4px;
  /* background: #1a1a1a; */
  background: #ffff;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav__hamburger-shop span{
  background: black;
}

.nav__hamburger.is-active .span1{
  transform: translateY(6.4px) rotate(45deg);
}

.nav__hamburger.is-active .span2{
  opacity: 0;
}

.nav__hamburger.is-active .span3{
  transform: translateY(-6.4px) rotate(-45deg);
}

/* Standalone mobile cart icon; hidden on desktop since Cart already shows in nav__links */
.nav__cart-mobile {
  display: none;
  /* color: #1a1a1a; */
  color: #ffff;
}
.nav__cart-mobile2{
  color: black;
}

.nav__mobile-right {
  display: none;
  align-items: center;
  gap: 16px;
}

.nav__account-mobile {
  color: #1a1a1a;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.hero__slides {
  position: absolute;
  inset: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  background-color: var(--stone);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 7s ease;
}

.hero__slide.is-active {
  opacity: 1;
  transform: scale(1.12);
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20,20,20,0.35) 0%,
    rgba(20,20,20,0) 22%,
    rgba(20,20,20,0) 60%,
    rgba(20,20,20,0.4) 100%
  );
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 900;
  padding-bottom: 22vh;
}

.shop-btn {
  display: inline-block;
  padding: 14px 44px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  color: var(--ink);
  font-weight: 600px;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease;
}

.shop-btn:hover {
  background: var(--ink);
  color: var(--near-black);
}

.hero__dots {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.dot.is-active {
  opacity: 1;
  background: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    transition: opacity 0.4s ease;
    transform: none !important;
  }
}

/* ---------- Newsletter ---------- */

.newsletter {
  background: var(--stone);
  color: var(--near-black);
  padding: 20px 32px;
  text-align: center;
  height: 40vh;
}

.newsletter__inner {
  max-width: 480px;
  margin: 0 auto;
}

.newsletter__heading {
  /* font-family: 'Beau Rivage', cursive; */
  font-family: sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 0 14px;
}

.newsletter__sub {
  margin: 0 0 32px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.65);
}

.newsletter-form {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.35);
}

.newsletter-form__input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--near-black);
}

.newsletter-form__input:focus {
  outline: none;
}

.newsletter-form__input::placeholder {
  color: rgba(20, 20, 20, 0.4);
}

.newsletter-form__submit {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--near-black);
  padding: 12px 4px;
  transition: opacity 0.2s ease;
}

.newsletter-form__submit:hover {
  opacity: 0.6;
}

.newsletter-form__status {
  margin: 16px 0 0;
  font-size: 0.82rem;
  min-height: 1.2em;
}

.newsletter-form__status.is-success {
  color: #3f6b3f;
}

.newsletter-form__status.is-error {
  color: #8a3f3f;
}

@media (max-width: 480px) {
  .newsletter__heading {
    font-size: 2.2rem;
  }
}



/* ---------- Newsletter popup ---------- */

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.newsletter-modal.is-open {
  display: flex;
}

.newsletter-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.7);
}

.newsletter-modal__card {
  position: relative;
  z-index: 1;
  background: var(--near-black);
  color: var(--ink);
  width: 100%;
  max-width: 420px;
  padding: 40px 36px;
  text-align: center;
}

.newsletter-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

.newsletter-modal__heading {
  font-family: sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 10px;
}

.newsletter-modal__sub {
  margin: 0 0 28px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(245, 243, 239, 0.6);
}

.newsletter-modal__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}

.newsletter-modal__input {
  background: transparent;
  border: 1px solid rgba(245, 243, 239, 0.25);
  color: var(--ink);
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  padding: 12px 14px;
}

.newsletter-modal__input:focus {
  outline: none;
  border-color: var(--ink);
}

.newsletter-modal__input::placeholder {
  color: rgba(245, 243, 239, 0.35);
}

.newsletter-modal__submit {
  background: var(--ink);
  color: var(--near-black);
  border: none;
  padding: 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.newsletter-modal__submit:hover {
  opacity: 0.8;
}

.newsletter-modal__disclaimer {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(245, 243, 239, 0.4);
}

/* ---------- Boot screen ---------- */

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 3s ease;
}

.boot-logo img{
  width: 150px;
  animation: bootZoom 0.7s ease-in-out infinite;
}

@keyframes bootZoom {
  0%   { transform: scale(1); opacity: 0.85; }
  50%  { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 0.85; }
}

.boot-screen.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .boot-logo {
    animation: none;
  }
}


/* about html styling */
.about{
  margin-top: 15vh;
  background: #ffffff;
  color: #141414;
}
.section_about img{
  width:500px;
  padding: 30px 40px;
  height: 80vh;
  height: auto;
  border-radius: 90px;
}
.section_about video{
  width: 500px;
  /* padding: 30px 40px; */
  height: 80vh;
}
.section_about{
  display: flex;
}
.below_about{
  
}

.about .text-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 60px;
}

/* contact styling */

/* ---------- Contact form ---------- */

.contact-section {
  background: #ffffff;
  color: #141414;
  padding: 96px 32px;
}

.contact-section__intro {
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
   font-family: sans-serif;
}

.contact-section__heading {
  /* font-family: 'Beau Rivage', cursive; */
  font-family: sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 16px;
  color: #141414;
}

.contact-section__sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: #6b6259;
}

.contact-form {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6b6259;
}

.contact-form__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.25);
  color: #141414;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  padding: 10px 2px;
  transition: border-color 0.2s ease;
}

.contact-form__input:focus {
  outline: none;
  border-color: #141414;
}

.contact-form__input::placeholder {
  color: rgba(20, 20, 20, 0.35);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 100px;
  border: 1px solid rgba(20, 20, 20, 0.25);
  padding: 12px;
}

.contact-form__honeypot {
  display: none;
}

.contact-form__submit {
  align-self: flex-start;
  margin-top: 8px;
  background: transparent;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  border-color: #141414;
  color: #141414;
}

.contact-form__status {
  margin: 4px 0 0;
  font-size: 0.85rem;
  min-height: 1.2em;
}

.contact-form__status.is-success {
  color: #3f6b3f;
}

.contact-form__status.is-error {
  color: #8a3f3f;
}

@media (max-width: 640px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

#products {
    text-align: center;
    padding: 40px 30px;
}
#products h2,#products p{
  color: black; 
  width: 100%;
}

.pro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
}

.pro {
    display: block;
    width: 23%;
    height: 340px;
    min-width: 250px;
    padding: 10px 12px;
    /* border: 1px solid #cce7d0; */
    cursor: pointer;
    border-radius: 25px;
    /* box-shadow: 20px 20px 20px 30px rgba(0, 0, 0, 0.02); */
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.pro img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

.pro .des {
    font-size: 12px;
    color: #1a1a1a;
    text-align: start;
}


.pro .des h4 {
    padding-top: 7px;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* color: #088178; */
    /* color: var(--stone); */
    color: #141414;
}

.pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    /* background-color: #e8f6ea; */
    color: var(--stone);
    font-weight: 500;
    /* color: rgb(8, 129, 120); */
    /* color: var(--stone); */
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: center;
}
.cs-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  border-radius: 30px;
  overflow: hidden;
}

.cs-slides {
  position: absolute;
  inset: 0;
}

.cs-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 7s ease;
}

.cs-slide.is-active {
  opacity: 1;
  transform: scale(1.12);
}

.cs-scrim {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.35);
}

.comming_soon_header {
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: black;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.cs-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cs-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.cs-dot.is-active {
  opacity: 1;
  background: #fff;
}

/* ---------- Product quick-view modal ---------- */

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  background: #ffffff;
  color: #141414;
  overflow-y: auto;
}

.product-modal.is-open {
  display: block;
}

.product-modal__card {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 70px 24px 80px;
}

.product-modal__close {
  position: fixed;
  top: 14px;
  right: 20px;
  z-index: 2;
  background: none;
  border: none;
  color: #141414;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

.product-modal__gallery {
  margin-bottom: 24px;
  position: relative;
}

.product-badge {
  display: none; /* hidden unless a modifier class below is applied */
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  border-radius: 4px;
}

.product-badge--sold-out,
.product-badge--new-release {
  display: inline-block;
}

.product-badge--sold-out {
  background: #4a4a4a;
}

.product-badge--new-release {
  background: #1a7a3c;
}

/* "New Release" sits at the bottom-left of the product image.
   ("Sold Out" stays top-left.) */
.product-modal__image-wrap {
  position: relative;
}

.product-modal__image-wrap .product-badge--new-release {
  top: auto;
  bottom: 10px;
  left: 10px;
}

/* On the shop grid the image is 250px tall inside a card with 10px/12px
   padding, so its bottom edge is at 260px — pin the badge 10px above that. */
.pro .product-badge--new-release {
  top: 250px;
  bottom: auto;
  left: 22px;
  transform: translateY(-100%);
}

/* Sold-out state of the modal's main button */
.product-modal__add-btn--sold-out,
.product-modal__add-btn--sold-out:hover {
  background: #b9b6b0;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.product-modal__image {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background: #f5f3ef;
}

.product-modal__thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.product-modal__thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(20, 20, 20, 0.15);
  background: #f5f3ef;
  cursor: pointer;
  overflow: hidden;
}

.product-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-modal__thumb.is-active {
  border-color: #141414;
}

.product-modal__back {
  display: inline-block;
  margin-bottom: 16px;
  color: #6b6259;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

.product-modal__back:hover {
  color: #141414;
}

.product-modal__name {
  margin: 0 0 8px;
  font-size: 3rem;
  font-weight: 900;
  font-family: Impact, Haettenschweiler, 'Arial Black', sans-serif;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* text-transform: uppercase; */
  /* font-weight: 400; */
  color: #141414;
}

.product-modal__price {
  margin: 0 0 24px;
  font-size: 1.1rem;
  color: #141414;
}

.product-modal__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
 
  margin-bottom: 8px;
}

.product-modal__size-btn {
  min-width: 60px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.25);
  color: #141414;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.82rem;
  cursor: pointer;
  transition: 0.2s ease;
   border-radius: 14px;
}

.product-modal__size-btn:hover {
  border-color: #141414;
}

.product-modal__size-btn.is-active {
  background: #141414;
  color: #fff;
  border-color: #141414;
}

.product-modal__size-error {
  color: #a83b3b;
  font-size: 0.78rem;
  margin: 0 0 16px;
  min-height: 1.1em;
}
/* .product-modal__cart-slot2{
display: flex;
width: 100%;
} */
/* .product-modal__cart-slot2 a{
   min-width: 50px;
   background-color: red;
  padding: 8px 0px;
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.25);
  color: white;
  text-decoration: none;
  
  font-family: 'Work Sans', sans-serif;
  font-size: 0.7rem;
  cursor: pointer;
  transition: 0.2s ease;
   border-radius: 30px;
} */
.product-modal__cart-slot{
  width: 100%;
}

.product-modal__add-btn {
  width: 100%;
  background: #141414;
  color: #fff;
  border: none;
  padding: 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.product-modal__buy-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}

.product-modal__buy-actions .product-modal__add-btn {
  flex: none;
  width: 100%;
}

.product-modal__paynow-btn {
  flex: 1;
  width: 100%;
  background: transparent;
  color: #141414;
  border: 1px solid #141414;
  padding: 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.product-modal__paynow-btn:hover {
  background: #141414;
  color: #fff;
}

.checkout-form__pay-btn2,.checkout-form__pay-btn2 a{
  width: 100%;
  background: #141414;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top:20px;
}

.product-modal__add-btn:hover {
  opacity: 0.75;
}

.product-modal__qty {
  display: flex;
  flex: none;
  width: 140px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(20, 20, 20, 0.25);
  padding: 8px 16px;
}

.product-modal__qty-btn {
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  color: #141414;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 50%;
}

.product-modal__qty-btn:hover {
  background: rgba(20, 20, 20, 0.06);
}

.product-modal__qty-value {
  font-size: 0.95rem;
  font-weight: 500;
  color: #141414;
}

.product-modal__accordion {
  border-top: 1px solid #e2e2e2;
  margin-top: 24px;
}

.accordion-item {
  border-bottom: 1px solid #e2e2e2;
}

.accordion-item__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px 4px;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}

.accordion-item.is-open .accordion-item__header {
  background: #f2f2f2;
}

.accordion-item__chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.accordion-item.is-open .accordion-item__chevron {
  transform: rotate(180deg);
}

.accordion-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.accordion-item__panel-inner {
  padding: 0 4px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

/* Size guide image — intentionally has no fixed width/height so it can be
   any size or aspect ratio the admin uploads. It just fills the available
   width and keeps its own natural proportions. */
.accordion-item__size-guide-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ---------- Product detail page (product.html) ---------- */
/* Reuses the same .product-modal__card / __gallery / __info / __accordion
   markup and styling as the old quick-view popup, just laid out as a normal
   page instead of a fixed-position overlay. */
.product-page {
  background: #ffffff;
  color: #141414;
  min-height: 60vh;
}

.product-page .product-modal__card {
  padding-top: 28px;
}

/* ---------- Shipping method (payout.html) ---------- */
.shipping-method {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.shipping-method legend {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6b6259;
  padding: 0 0 6px;
}

.shipping-method__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 12px 14px;
  cursor: pointer;
  font-size: 0.88rem;
  transition: border-color 0.2s ease;
}

.shipping-method__option:has(input:checked) {
  border-color: #141414;
  border-width: 2px;
  padding: 11px 13px; /* keeps the box the same size when the border thickens */
}

.shipping-method__option-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipping-method__option input[type="radio"] {
  accent-color: #141414;
  width: 16px;
  height: 16px;
  margin: 0;
}

.shipping-method__option-price {
  font-weight: 500;
  color: #141414;
}

.shipping-method__error {
  margin: 0;
  font-size: 0.8rem;
  min-height: 1.1em;
  color: #a83b3b;
}

.floating-cart {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  /* background: #000; */
  background-color: var(--stone);
  color: #fff;
  display: none; /* hidden by default — shown only when cart has items */
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 3000;
  text-decoration: none;
}

.floating-cart.is-visible {
  display: flex;
}

.floating-cart__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e63946;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}


/* ---------- Cart page ---------- */

.cart-body {
  background: #ffffff;
  color: #141414;
  padding-top: 15vh;
  min-height: 100vh;
}

#cart-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 60px;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 30px;
}

.cart-header .cart-heading {
  margin: 0;
}

.cart-continue-btn {
  padding: 7px 12px;
  border: 1px solid rgba(20, 20, 20, 0.6);
  color: #141414;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.2s ease;
}

.cart-continue-btn:hover {
  background: #141414;
  color: #fff;
}

.cart-heading {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 30px;
}

.cart-empty {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #6b6259;
}

.cart-empty a {
  color: #141414;
  text-decoration: underline;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ----- item list ----- */

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  column-gap: 20px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.cart-item__image {
  width: 80px;
  height: 100px;
  object-fit: cover;
  background: #f5f3ef;
}

.cart-item__info {
  min-width: 0;
}

.cart-item__name {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.cart-item__price {
  margin: 0 0 6px;
  font-size: 0.82rem;
  color: #6b6259;
}

.cart-item__size {
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: #6b6259;
}

.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cart-item__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  border: 1px solid rgba(20, 20, 20, 0.35);
  padding: 6px 10px;
  box-sizing: border-box;
}

.cart-item__qty-btn {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  font-size: 0.95rem;
  cursor: pointer;
  color: #141414;
}

.cart-item__qty span {
  min-width: 14px;
  text-align: center;
  font-size: 0.85rem;
}

.cart-item__line-total {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
}

.cart-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #141414;
  cursor: pointer;
  padding: 4px;
}

.cart-item__remove:hover {
  opacity: 0.6;
}

/* subtotal above the checkout button */
.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #141414;
}

/* ----- summary + checkout form ----- */

.cart-summary {
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 24px 22px;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  padding: 8px 0;
  color: #6b6259;
}

.cart-summary__row--total {
  color: #141414;
  font-size: 1.05rem;
  font-weight: 600;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  margin-top: 6px;
  padding-top: 14px;
}

.checkout-form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-form__heading {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
}

.checkout-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkout-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-form__field label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6b6259;
}

.checkout-form__field input,
.checkout-form__field textarea {
  border: 1px solid rgba(20, 20, 20, 0.2);
  background: transparent;
  padding: 10px 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  color: #141414;
}

.checkout-form__field input:focus,
.checkout-form__field textarea:focus {
  outline: none;
  border-color: #141414;
}

.checkout-form__field textarea {
  resize: vertical;
}

.checkout-form__status {
  margin: 0;
  font-size: 0.8rem;
  min-height: 1.1em;
  color: #6b6259;
}

.checkout-form__status.is-error {
  color: #a83b3b;
}

.checkout-form__pay-btn {
  background: #141414;
  color: #fff;
  border: none;
  padding: 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.checkout-form__pay-btn:hover:not(:disabled) {
  opacity: 0.8;
}

.checkout-form__pay-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cart-checkout-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #141414;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.cart-checkout-btn:hover {
  opacity: 0.8;
}

@media (max-width: 760px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 70px 1fr auto;
    column-gap: 14px;
  }

  .cart-item__image {
    width: 70px;
    height: 90px;
  }

  .checkout-form__row {
    grid-template-columns: 1fr;
  }
}


.shop-body{
  background-color: #fff;
}

/* ---------- Footer ---------- */
/* ---------- Footer ---------- */

.footer {
  /* background: var(--ink); */
  /* background: #FFFDD0; */
  /* border-top: 1px solid lightgrey; */
  background-color: white;
  color: var(--near-black);
  padding: 10px 32px 20px;
  text-align: center;
  height:28vh;
}
.footer22{
  background: #FFFDD0;
  color: var(--near-black);
  padding: 20px 32px;
  text-align: center;
  height: 28vh;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.body-cart{
  /* position: relative; */
}

.footer__heading--main {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* margin: 0 0 16px; */
  color: var(--near-black);
}

.footer__email {
  display: block;
  font-size: 0.95rem;
  color:var(--near-black);
  text-decoration: none;
  margin-bottom: 22px;
  transition: color 0.2s ease;
}

.footer__email:hover {
  color: var(--stone);
}

.footer__socials {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 20px;
}

.footer__link {
  color: rgba(0, 0, 0, 0.85);
  animation: link infinite  0.2s ;
  text-decoration: none;
  
 
}
@keyframes moveBox {
  0% {
    /* transform: translate(2px, 2px); */
    transform: translateY(-2px);
  }
 
}


.footer__link:hover {
  color: var(--stone);
}

.footer__credit {
  margin: 0;
  padding-bottom: 7px;
  border-top: 1px solid rgba(245, 243, 239, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.4px;
  color: var(--near-black);
  animation: moveBox 1s infinite ease-in-out;
  
}
.footer__credit a{
  color: black;
  font-weight: 500;
  
  
}

.footer__credit-link {
  color: var(--near-black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__credit-link:hover {
  color: var(--stone);
}

@media (prefers-color-scheme: dark){
  html,
  body{
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}







/* responsiveness for products smaller screen size */


@media screen and (max-width: 575px) {
  .pro-container {
    gap: 10px;
    padding-top: 10px;
  }

  .pro {
    width: calc(50% - 5px);
    min-width: 0;
    height: 200px;
    padding: 8px 8px;
    margin: 8px 0;
  }

  .pro img {
    height: 130px;
    border-radius: 14px;
  }

  .pro .product-badge--new-release {
    top: 128px;
    left: 18px;
  }

  .pro .des h4 {
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
    padding-right: 12px;
    line-height: 1.3;
  }
  .des{
    align-items: center;
  }

  .pro .cart {
    width: 25px;
    height: 25px;
    line-height: 32px;
    bottom: 20px;
    align-items: center;
    /* display: flex; */
    display: none;
    justify-content: center;
    
  }

  .pro .cart i {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px){
  .nav__cart-mobile{
    margin-left: auto;
    padding-right: 20px;
  }
  .nav__hamburger {
    display: flex;
    order: 3;
  }
  .index-nav{
    padding: 35px 20px;
  }

  .nav__cart-mobile {
    display: flex;
    order: 2;
  }
    /* The full link list becomes a full-screen panel that slides down from the top */
  .nav__links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40vh;
    z-index: 20;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    /* background: rgba(0, 0, 0,0.2); */
    background: rgba(255, 255, 255,0.2);
    backdrop-filter: blur(10px);
    transform: translateY(-100%);
    transition: transform 0.35s ease;
  }

  .nav__links.is-open {
    transform: translateY(0);
  }
  .nav__links .nav__link {
    padding: 14px 32px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }

  /* Cart already shows separately on mobile, so hide the duplicate inside the dropdown */
  .nav__link--cart {
    display: none;
  }

  /* .footer__top {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  } */

  .footer{
    height: 23vh;
  }


  /* about responsiveness */
  .section_about{
    flex-direction: column;
  }
  .section_about img{
    width: 100%;
  }
  .section_about video{
    width: 100%;
  }
  .below_about{
    flex-direction: column-reverse;
  }
  body{
    /* border: 4px solid green; */

  }
  .contact-section {
  margin-top: 10vh;
  background: #ffffff;
  color: #141414;
  padding: 96px 32px;
}

.newsletter{
  height: 23vh;
}
#products h2{
  padding-top: 30px;
}

/* mobile setup for putting the logo in the center */
  .nav__mobile-right {
    display: flex;
    order: 3;
  }

  .nav__hamburger {
    order: 1;
  }

  .nav__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .boot-logo img{
  /* width: 100%;
  height: 100vh; */
  animation: bootZoom 0.7s ease-in-out infinite;
}

}

/* =========================================================
   Admin dashboard — new rules only, nothing above this line
   was touched. Matches the site's existing dark palette
   (--near-black / --ink / --stone) and Work Sans typography.
   ========================================================= */

.admin-page {
  /* background: #ffffff; */
  color: #141414;
  min-height: 100vh;
  padding-top: 15vh;
}

.admin-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.admin-nav__logo {
  font-family: sans-serif;
  font-size: 2rem;
  color: #141414;
  text-decoration: none;
}

.admin-nav__tag {
  font-size: 0.7rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #6b6259;
  margin-left: 10px;
}

.admin-logout-btn {
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.3);
  color: #141414;
  padding: 9px 18px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.admin-logout-btn:hover {
  opacity: 0.7;
}

/* ---------- Login ---------- */
.admin-page{
  background-color: white;
}
.admin-page2{
  background-color: white;
  opacity: 1;
  /* height: 600vh; */
}

.admin-login-wrap {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.admin-login-card {
  width: 100%;
  max-width: 380px;
  padding: 40px 36px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  text-align: center;
}

.admin-login-card__logo {
  font-family: sans-serif;
  font-size: 2rem;
  margin: 0 0 6px;
}

.admin-login-card__sub {
  font-size: 0.8rem;
  color: #6b6259;
  margin: 0 0 30px;
  letter-spacing: 0.4px;
}

.admin-form-field {
  text-align: left;
  margin-bottom: 16px;
}

.admin-form-field label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b6259;
  margin-bottom: 6px;
}

.admin-form-field input,
.admin-form-field textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.25);
  color: #141414;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  padding: 11px 13px;
}

.admin-form-field input:focus,
.admin-form-field textarea:focus {
  outline: none;
  border-color: #141414;
}

.admin-form-field textarea {
  resize: vertical;
}

.admin-submit-btn {
  width: 100%;
  /* background: var(--ink); */
  background: var(--near-black);
  color: var(--ink);
  border: none;
  padding: 13px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 6px;
}

.admin-submit-btn:hover:not(:disabled) {
  opacity: 0.8;
}

.admin-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.admin-error-text {
  color: #a83b3b;
  font-size: 0.8rem;
  margin: 14px 0 0;
  min-height: 1.1em;
}

/* ---------- Dashboard layout ---------- */

.admin-layout {
  /* max-width: 1000px; */
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 20px 24px 80px;
  
}

.admin-section {
  border: 1px solid rgba(20, 20, 20, 0.12);
  padding: 28px 26px;
  margin-bottom: 32px;
  background-color: white;
}

.admin-section__heading {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 0 20px;
}

.admin-product-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.admin-product-form .admin-form-field--full {
  grid-column: 1 / -1;
}

.admin-form-hint {
  font-size: 0.72rem;
  color: #6b6259;
  margin: 4px 0 0;
}

/* ---------- Product table ---------- */

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b6259;
  font-weight: 500;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}

.admin-table td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  font-size: 0.85rem;
  vertical-align: middle;
}

.admin-table img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  /* background: rgba(20, 20, 20, 0.06); */
}

.admin-table input[type="text"],
.admin-table input[type="number"],
.admin-table input.price-input {
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.25);
  color: #141414;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.82rem;
  padding: 7px 9px;
  width: 100%;
}

.admin-table-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.admin-btn-small {
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.3);
  color: #141414;
  padding: 7px 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.admin-btn-small:hover {
  opacity: 0.7;
}

.admin-btn-danger {
  border-color: rgba(168, 59, 59, 0.5);
  color: #a83b3b;
}

.admin-empty-row td {
  text-align: center;
  color: #6b6259;
  padding: 30px 8px;
}

@media (max-width: 640px) {
  .admin-product-form {
    grid-template-columns: 1fr;
  }

  .admin-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Notice shown on the cart page when a sold-out item is removed */
.cart-notice {
  font-size: 14px;
  color: #b23b2e;
  margin: 0 0 12px;
}

/* ---------- Thank-you page shown after a successful payment ---------- */
.thanks-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: var(--ink, #f5f3ef);
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  overflow-y: auto;
}

.thanks-overlay__inner {
  max-width: 520px;
  text-align: center;
}

.thanks-overlay__close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #141414;
  cursor: pointer;
  padding: 8px;
}

.thanks-overlay__check {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border: 1.5px solid #141414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: thanks-pop 0.5s 0.15s cubic-bezier(0.2, 1.4, 0.4, 1) both;
}

.thanks-overlay__title {
  /* font-family: 'Beau Rivage', cursive; */
  display: none;
  font-weight: 400;
  font-size: clamp(2.8rem, 9vw, 4.6rem);
  line-height: 1.05;
  margin: 0 0 18px;
}

.thanks-overlay__title--small {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.thanks-overlay__text {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.75);
  margin: 0 0 22px;
}

.thanks-overlay__ref {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.4px;
  color: rgba(20, 20, 20, 0.5);
  margin: 0 0 28px;
  word-break: break-all;
}

.thanks-overlay__btn {
  background: #141414;
  color: #fff;
  border: 1px solid #141414;
  padding: 14px 34px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 5px 10px;
  transition: opacity 0.2s ease;
}

.thanks-overlay__btn:hover {
  opacity: 0.8;
}

.thanks-overlay__btn--ghost {
  background: transparent;
  color: #141414;
}

@keyframes thanks-pop {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* stock input in the admin products table */
.admin-table input.edit-stock {
  width: 70px;
}
.admin-table input.edit-stock.is-zero {
  border-color: #a83b3b;
  color: #a83b3b;
  font-weight: 600;
}
