:root{
  --bg:#ffffff;
  --text:#0f0f10;
  --muted:#6b6b70;
  --border:#e9e9ee;
  --black:#000;
  --white:#fff;
  --shadow-sm: 0 8px 24px rgba(0,0,0,.06);
  --shadow-md: 0 18px 44px rgba(0,0,0,.14);
  --radius: 18px;
}

*{
  box-sizing:border-box;
}

html, body{
  margin:0;
  padding:0;
  font-family: Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  scroll-behavior:smooth;
}

body{
  line-height:1.4;
}

/* HEADER */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 24px;
  min-height:86px;
  backdrop-filter:blur(10px);
}

.brand{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}

.brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.logo{
  height:54px;
  width:auto;
  max-width:160px;
  object-fit:contain;
  display:block;
  transform:none;
}

.brand-text h1{
  margin:0;
  font-size:28px;
  letter-spacing:2px;
  font-weight:900;
  line-height:1.05;
}

.brand-text p{
  margin:4px 0 0;
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1.6px;
}

.nav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.nav a{
  text-decoration:none;
  color:var(--text);
  font-weight:700;
  position:relative;
  padding-bottom:4px;
}

.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:var(--text);
  border-radius:2px;
}

/* BOUTONS */
.btn{
  display:inline-block;
  padding:12px 20px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid var(--text);
  color:var(--text);
  background:#fff;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
  cursor:pointer;
  font-weight:700;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-sm);
}

.btn.primary{
  background:#000;
  color:#fff;
  border-color:#000;
}

.btn.primary:hover{
  background:#111;
  border-color:#111;
}

.ghost-light{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.34);
}

.ghost-light:hover{
  background:rgba(255,255,255,.10);
  box-shadow:none;
}

.btn.paypal{
  width:100%;
  background:#ffc439;
  border-color:#ffc439;
  color:#111;
}

.btn.revolut{
  width:100%;
  background:#000;
  border-color:#000;
  color:#fff;
}

/* HERO DU HAUT */
.hero-home{
  position:relative;
  z-index:1;
  min-height:calc(100vh - 86px);
  background:url("images/hero-accueil.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 24px;
  overflow:hidden;
  text-align:center;
}

.hero-home::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:140px;
  background:linear-gradient(
    to bottom,
    rgba(8,8,10,0) 0%,
    rgba(8,8,10,0.55) 40%,
    rgba(8,8,10,0.92) 100%
  );
  pointer-events:none;
  z-index:2;
}

.hero-home-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.58) 100%);
}

.hero-home-content{
  position:relative;
  z-index:2;
  max-width:900px;
  color:#fff;
}

.hero-words{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index:1;
}

.hero-words span{
  position:absolute;
  color:#fff;
  font-family:'Oswald', sans-serif;
  font-size:26px;
  text-transform:uppercase;
  white-space:nowrap;
  letter-spacing:1px;
}

.hero-words span:nth-child(1){ top:12%; left:12%; opacity:0.05; }
.hero-words span:nth-child(2){ top:22%; left:72%; opacity:0.04; }
.hero-words span:nth-child(3){ top:58%; left:18%; opacity:0.06; }
.hero-words span:nth-child(4){ top:73%; left:62%; opacity:0.05; }
.hero-words span:nth-child(5){ top:42%; left:42%; opacity:0.03; }
.hero-words span:nth-child(6){ top:16%; left:48%; opacity:0.05; }
.hero-words span:nth-child(7){ top:80%; left:26%; opacity:0.04; }
.hero-words span:nth-child(8){ top:52%; left:78%; opacity:0.05; }

.hero-home-tag{
  display:inline-block;
  padding:10px 22px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:26px;
}

.hero-home-title{
  font-family:'Oswald', sans-serif;
  margin:0 0 18px;
  font-size:68px;
  line-height:1.08;
  text-transform:none;
  font-weight:600;
  letter-spacing:.5px;
  text-shadow:0 2px 20px rgba(255,255,255,0.05);
}

.hero-home-title{
  text-shadow:0 2px 20px rgba(255,255,255,0.05);
}

.hero-home-text{
  font-family:'Inter', sans-serif;
  margin:0 auto 30px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.90);
  max-width:760px;
  font-weight:400;
  letter-spacing:.2px;
}

.hero-home-manifesto{
  margin:0 0 18px;
  font-size:18px;
  font-weight:700;
  letter-spacing:1px;
  color:rgba(255,255,255,.88);
}

.hero-home-points{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 26px;
}

.hero-home-points span{
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:13px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(4px);
}

.hero-words{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index:1;
}

.hero-words span{
  position:absolute;
  color:white;
  font-family: 'Playfair Display', serif;
  font-size:22px;
  opacity:0.06;
  white-space:nowrap;
}
.hero-words span:nth-child(1){ top:10%; left:15%; opacity:0.05; }
.hero-words span:nth-child(2){ top:25%; left:70%; opacity:0.04; }
.hero-words span:nth-child(3){ top:60%; left:20%; opacity:0.06; }
.hero-words span:nth-child(4){ top:75%; left:60%; opacity:0.05; }
.hero-words span:nth-child(5){ top:40%; left:40%; opacity:0.03; }
.hero-words span:nth-child(6){ top:15%; left:50%; opacity:0.05; }
.hero-words span:nth-child(7){ top:80%; left:30%; opacity:0.04; }
.hero-words span:nth-child(8){ top:50%; left:75%; opacity:0.05; }

.hero-home-subline{
  margin:0 0 24px;
  font-size:14px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.hero-home-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* SECTION PRODUITS */
.hero-showcase{
  min-height:calc(100vh - 86px);
  background:url("images/hero.jpg") center/cover no-repeat;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:24px;
  padding:88px 54px 48px;
  margin-top:-40px;
  position:relative;
  overflow:hidden;
}

.hero-showcase::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:120px;
  background:linear-gradient(
    to bottom,
    rgba(8,8,10,0.95) 0%,
    rgba(8,8,10,0.68) 45%,
    rgba(8,8,10,0) 100%
  );
  pointer-events:none;
  z-index:1;
}

.hero-dark-layer{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.54) 45%, rgba(0,0,0,.72) 100%);
}

.hero-showcase::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(rgba(255,255,255,0.09), transparent 70%);
  top:8%;
  left:10%;
  z-index:1;
  pointer-events:none;
  filter:blur(10px);
}

.hero-left,
.hero-right{
  position:relative;
  z-index:2;
}

.hero-left{
  color:#fff;
  max-width:560px;
  animation:fadeSoft .65s ease;
}

.hero-pill{
  border:1px solid rgba(255,255,255,.28);
  padding:10px 20px;
  border-radius:999px;
  font-size:14px;
  display:inline-block;
  margin-bottom:22px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.hero-main-title{
  font-size:120px;
  margin:0 0 16px;
  line-height:.92;
  text-transform:none;
  font-weight:900;
  letter-spacing:.3px;
  min-height:160px;
  display:flex;
  align-items:flex-end;
}

.hero-main-text{
  font-size:25px;
  margin:0 0 24px;
  color:rgba(255,255,255,.92);
  line-height:1.7;
  max-width:520px;
  min-height:130px;
}

#heroCategory,
#heroProductTitle,
#heroProductDesc{
  transition:all .25s ease;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-right{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:14px;
}

.hero-cards{
  display:flex;
  gap:22px;
  align-items:flex-end;
}

.hero-card{
  width:220px;
  min-height:430px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  overflow:hidden;
  cursor:pointer;
  transition:transform .24s ease, opacity .24s ease, box-shadow .24s ease, border-color .24s ease;
  opacity:.84;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  backdrop-filter:blur(12px);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  position:relative;
  animation:fadeSoft .65s ease;
  flex-shrink:0;
}

.hero-card.active{
  transform:translateY(-8px) scale(1.02);
  opacity:1;
  box-shadow:0 20px 42px rgba(0,0,0,.24);
  border-color:rgba(255,255,255,.28);
  z-index:3;
}

.hero-card::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:70%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.18),
    transparent
  );
  transition:left .8s ease;
}

.hero-card:hover::after{
  left:140%;
}

.hero-card img{
  width:100%;
  height:250px;
  object-fit:contain;
  background:#fff;
  display:block;
  padding:20px;
}

.hero-card-info{
  padding:20px 16px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:86px;
  text-align:center;
}

.hero-card-info span{
  display:block;
  font-size:15px;
  opacity:.96;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  line-height:1.4;
}

.hero-card-info h3{
  display:none;
}

.hero-arrow{
  background:rgba(255,255,255,.16);
  border:none;
  color:#fff;
  font-size:34px;
  width:60px;
  height:60px;
  border-radius:50%;
  cursor:pointer;
  flex-shrink:0;
  transition:background .22s ease, transform .22s ease;
}

.hero-arrow:hover{
  background:rgba(255,255,255,.26);
  transform:scale(1.05);
}

/* STRUCTURE GLOBALE */
.page{
  padding:40px 28px;
}

.page-title{
  max-width:1100px;
  margin:0 auto 18px;
}

.page-title h2{
  margin:0;
  font-size:32px;
}

.page-title p{
  margin:8px 0 0;
  color:var(--muted);
}

.catalog-nav{
  max-width:1100px;
  margin:0 auto 24px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.section-title{
  max-width:1100px;
  margin:30px auto 16px;
  font-size:24px;
}

/* CATALOGUE */
.grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  transition:transform .25s ease, box-shadow .25s ease;
  position:relative;
}

.card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-md);
}

.card::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:70%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.16),
    transparent
  );
  transition:left .8s ease;
}

.card:hover::after{
  left:140%;
}

.card img{
  width:100%;
  height:260px;
  object-fit:contain;
  background:#fafafa;
  display:block;
  padding:10px;
}

.card-body{
  padding:16px;
}

.badge{
  display:inline-block;
  background:#000;
  color:#fff;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  margin-bottom:10px;
}

.card-body h3{
  margin:0 0 8px;
  font-size:18px;
}

.price{
  font-weight:800;
  margin:6px 0 14px;
  font-size:18px;
}

/* PAGE PRODUIT */
.back-link{
  display:inline-block;
  margin-bottom:18px;
  text-decoration:none;
  color:var(--text);
  font-weight:600;
}

.product-layout{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:84px 1fr 420px;
  gap:26px;
  align-items:start;
}

.thumbs{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.thumb{
  width:74px;
  height:74px;
  object-fit:contain;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fafafa;
  cursor:pointer;
  display:block;
  padding:6px;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.thumb:hover{
  transform:scale(1.04);
  border-color:#000;
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.product-image{
  border:1px solid var(--border);
  border-radius:20px;
  background:#fafafa;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.product-image img{
  max-width:95%;
  max-height:420px;
  object-fit:contain;
  display:block;
  padding:12px;
}

.product-info{
  border:1px solid var(--border);
  border-radius:20px;
  padding:18px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.product-info h2{
  margin:0 0 8px;
  font-size:30px;
}

.price.big{
  font-size:1.7rem;
  margin:10px 0 8px;
}

.desc{
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.row{
  margin:12px 0 10px;
}

label{
  display:block;
  font-weight:700;
  margin-bottom:6px;
}

select{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  width:180px;
  background:#fff;
}

.reviews{
  margin:10px 0 18px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fbfbfb;
}

.stars{
  letter-spacing:2px;
  font-size:18px;
}

.muted{
  color:var(--muted);
}

.orderref{
  margin:12px 0 18px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fbfbfb;
}

.delivery{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:10px 0 18px;
}

.delivery input{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  width:100%;
}

.delivery .two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.shipping-note{
  margin:10px 0 16px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fafafa;
  line-height:1.5;
  font-size:14px;
}

.stock-count{
  margin:8px 0 14px;
  font-weight:700;
  color:#111;
}

.payment-box{
  max-width:700px;
  margin:0 auto;
  border:1px solid var(--border);
  border-radius:20px;
  padding:22px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.payment-note{
  margin:8px 0 12px;
}

.delivery-price{
  margin:0 0 14px;
  font-weight:700;
  color:#c1121f;
}

.cash{
  margin-top:12px;
  padding:10px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fafafa;
  font-size:14px;
}

.pay{
  margin-top:12px;
}

.pay form{
  margin-bottom:10px;
}

/* SUIVI */
.tracking-box{
  max-width:700px;
  margin:0 auto 24px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.tracking-box input{
  flex:1;
  min-width:260px;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:12px;
}

.tracking-result{
  max-width:900px;
  margin:0 auto;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  padding:20px;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.tracking-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
  margin-top:16px;
}

/* CONFIANCE */
.trust-section{
  padding:40px 20px;
  background:#fff;
}

.trust-container{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.trust-item{
  border:1px solid var(--border);
  padding:18px;
  text-align:center;
  border-radius:14px;
  background:#fafafa;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation:fadeSoft 0.65s ease;
}

.trust-item:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-sm);
  border-color:#dcdce2;
}

.trust-item h3{
  margin:0 0 10px;
  font-size:16px;
}

.trust-item p{
  margin:0;
  font-size:14px;
  color:var(--muted);
  line-height:1.5;
}

/* A PROPOS */
.about-section{
  padding:52px 20px;
  background:#f6f6f6;
}

.about-container{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  animation:fadeSoft 0.65s ease;
}

.about-container h2{
  margin:0 0 14px;
}

.about-container p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

/* FAQ */
.faq-section{
  padding:52px 20px;
}

.faq-container{
  max-width:760px;
  margin:0 auto;
}

.faq-container h2{
  margin:0 0 18px;
}

.faq-item{
  margin-bottom:16px;
  border:1px solid var(--border);
  padding:16px;
  border-radius:12px;
  background:#fafafa;
  transition:transform .22s ease, box-shadow .22s ease;
  animation:fadeSoft 0.65s ease;
}

.faq-item:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-sm);
}

.faq-item h4{
  margin:0 0 8px;
}

.faq-item p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

/* POPUP */
.popup{
  display:none;
  position:fixed;
  inset:0;
  z-index:60;
  background:rgba(0,0,0,.6);
  justify-content:center;
  align-items:center;
}

.popup-content{
  width:min(420px, 92vw);
  background:#fff;
  border-radius:18px;
  padding:18px;
  position:relative;
  box-shadow:var(--shadow-md);
}

.popup-close{
  position:absolute;
  top:10px;
  right:12px;
  border:none;
  background:transparent;
  font-size:22px;
  cursor:pointer;
}

/* FOOTER */
.footer{
  text-align:center;
  padding:30px;
  border-top:1px solid var(--border);
  font-size:14px;
  color:var(--muted);
}

/* ANIMATION */
.hero-left,
.hero-card,
.trust-item,
.about-container,
.faq-item{
  animation:fadeSoft 0.65s ease;
}

@keyframes fadeSoft{
  from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* RESPONSIVE */
@media(max-width:1200px){
  .hero-home-title{
    font-size:60px;
  }

  .hero-main-title{
    font-size:60px;
  }

  .hero-card{
    width:220px;
    min-height:430px;
  }
}

@media(max-width:1100px){
  .hero-home{
    min-height:auto;
    padding:60px 26px;
  }

  .hero-home-title{
    font-size:56px;
  }

  .hero-showcase{
    grid-template-columns:1fr;
    padding:36px 28px 40px;
    min-height:auto;
    margin-top:0;
  }

  .hero-left{
    max-width:100%;
  }

  .hero-right{
    justify-content:flex-start;
  }

  .hero-main-title{
    font-size:62px;
    min-height:auto;
  }

  .hero-card{
    width:210px;
    min-height:410px;
  }
}

@media(max-width:980px){
  .grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .product-layout{
    grid-template-columns:84px 1fr;
  }

  .product-info{
    grid-column:1 / -1;
  }

  .trust-container{
    grid-template-columns:repeat(2,1fr);
  }

  .hero-cards{
    flex-wrap:wrap;
  }

  .hero-home-title{
    font-size:52px;
  }

  .hero-home-text{
    font-size:18px;
  }
}

@media(max-width:700px){
  .hero-home{
    padding:42px 20px;
  }

  .hero-home-title{
    font-size:70px;
  }

  .hero-home-text{
    font-size:44px;
    line-height:1.6;
  }

  .hero-main-title{
    font-size:100px;
  }

  .hero-main-text{
    font-size:17px;
    min-height:auto;
  }

  .hero-card{
    width:100%;
    min-height:auto;
  }

  .hero-card img{
    height:220px;
  }
}

@media(max-width:600px){
  .header{
    padding:14px 16px;
    flex-direction:column;
    gap:12px;
    height:auto;
  }

  .brand{
    flex-direction:column;
    text-align:center;
  }

  .logo{
    height:58px;
    max-width:150px;
    transform:none;
  }

  .brand-text h1{
    font-size:22px;
  }

  .brand-text p{
    font-size:12px;
  }

  .nav{
    justify-content:center;
    gap:12px;
  }

  .nav a{
    margin-left:0;
  }

  .hero-home{
    padding:32px 18px 36px;
  }

  .hero-home-tag{
    font-size:12px;
    padding:8px 16px;
  }

  .hero-home-title{
    font-size:38px;
    letter-spacing:1px;
  }

  .hero-home-text{
    font-size:15px;
  }

  .hero-home-subline{
    font-size:12px;
  }

  .hero-home-actions{
    flex-direction:column;
    align-items:center;
  }

  .hero-showcase{
    padding:26px 18px 30px;
  }

  .hero-main-title{
    font-size:60px;
    letter-spacing:0;
  }

  .hero-main-text{
    font-size:15px;
  }

  .hero-right{
    flex-direction:column;
    align-items:stretch;
  }

  .hero-cards{
    flex-direction:column;
    width:100%;
  }

  .hero-card{
    width:100%;
    min-height:auto;
  }

  .hero-card img{
    height:220px;
  }

  .hero-card-info{
    min-height:72px;
    padding:16px;
  }

  .hero-card-info span{
    font-size:13px;
    letter-spacing:1.4px;
  }

  .hero-arrow{
    display:none;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .product-layout{
    grid-template-columns:1fr;
  }

  .thumbs{
    flex-direction:row;
  }

  .thumb{
    width:64px;
    height:64px;
  }

  .delivery .two{
    grid-template-columns:1fr;
  }

  .tracking-box{
    flex-direction:column;
  }

  .tracking-grid{
    grid-template-columns:1fr;
  }

  .trust-container{
    grid-template-columns:1fr;
  }

.shipping-box{
  margin:12px 0 18px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fafafa;
  font-size:14px;
}

.shipping-box label{
  font-weight:600;
  cursor:pointer;
}

.shipping-choice{
  margin:6px 0 4px;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fafafa;
}

.shipping-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:600;
  line-height:1.5;
  cursor:pointer;
}

.shipping-check input{
  margin-top:3px;
}

.shipping-extra{
  margin:8px 0 0 28px;
  font-size:14px;
}
}
