@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=DM+Serif+Display&family=Inter:wght@300;400;500;600;700;800&family=League+Spartan:wght@900&display=swap');
@import url('https://db.onlinewebfonts.com/c/6dd2f2510b4a00a5461b2455928209c2?family=Brandon+Grot+W01+Light');

:root {
  --background-2: #F7F4ED;
  --color-primary: #ccb4ff;
  --color-2: #ffffff;
  --color-1: #7F7F7F;
  --border-brutal: #DFDFDF;
  --border-2: rgba(0,0,0,0.15);
  --hero-logo-progress: 0;
  --hero-manual-zoom: 1;
}

* { box-sizing: border-box }
html, body { margin: 0; padding: 0 }
body {
  font-family: "Brandon Grot W01 Light", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  color: var(--color-1);
}
main { padding-top: 72px; }
@media (max-width: 767.98px){ main { padding-top: 64px; } }
img { max-width: 100%; height: auto; display: block }
a { color: inherit; text-decoration: none }

/* Global sections */
.section-global { padding: 120px 0; border-bottom: 1px solid var(--border-brutal) }
.section-global.no-border { border-bottom: 0 }
/* Generic content section used on static pages (about, terms, panier...) */
.section { padding: 120px 0 }
@media (max-width: 991.98px){ .section-global, .section { padding: 100px 0 } }
@media (max-width: 767.98px){ .section-global, .section { padding: 80px 0 } }
@media (max-width: 575.98px){ .section-global, .section { padding: 60px 0 } }

.highlight {
  background-size: 100% 100%;
  background-position: 0 0,0 0,0 0,0 0,0 0;
  background-image: radial-gradient(49% 81% at 45% 47%, #ccb4ff 0%, #2E5AFF00 100%),radial-gradient(113% 91% at 17% -2%, #BC9DFEFF 1%, #B4C8FFFF 37%, #2E5AFF00 97%),radial-gradient(142% 91% at 83% 7%, #FBD2FFD6 1%, #FF000000 73%),radial-gradient(142% 91% at -6% 74%, #E8E5FBFF 0%, #664DFBFF 0%, #EDEAFEFF 0%, #FF000000 73%),radial-gradient(142% 91% at 111% 84%, #FBD2FFCF 9%, #B4C8FFFF 100%);
}

.color-1 { color: var(--color-1) !important }
.color-2 { color: var(--color-2) !important }

display-1 { font-family: "Brandon Grot W01 Light"; font-size: calc(1.425rem + 2.1vw); line-height: 1.2 }
@media (min-width: 1200px){ .display-1 { font-size: 48px; line-height: 1.1 } }

.txt-1 { font-family: 'Caveat', sans-serif; font-size: 28px; color: var(--color-2); line-height: 1.5 }
.txt-2 { font-family: 'Caveat', sans-serif; font-size: clamp(18px, 5vw, 28px); color: var(--color-1); line-height: 1.5 }
.txt-3 { font-family: 'Caveat', sans-serif; font-size: 50px; color: var(--color-2); line-height: 1.5 }

/* Navbar (matches original .navbar styles) */
.navbar { transition: .3s; background: rgba(255,255,255,.8); padding: 0; box-shadow: 0 2px 4px rgba(0,0,0,.1); backdrop-filter: blur(10px) }
.navbar .container-fluid { padding: 0 }
.navbar .navbar-brand { padding: 0 16px; align-self: stretch; display: flex; align-items: center }
.navbar .navbar-brand img { height: 36px; width: auto }
.navbar .navbar-nav { padding: 20px 0 }
.navbar .navbar-nav .nav-link { text-decoration: none; text-transform: uppercase; font-family: "Brandon Grot W01 Light"; font-size: 15px; color: var(--color-1); border-radius: 4px; padding: .25rem .5rem; margin: 0 5px; font-weight: 500 }
.navbar .navbar-nav .nav-link:hover { background: rgb(77,77,77); color: var(--color-2) }
.navbar .navbar-nav .nav-link:active { background: rgb(66,66,66); color: var(--color-2) }
.navbar .navbar-toggler { padding: 8px; border: 0; box-shadow: 0 0 0 1px rgba(255,255,255,.05); border-radius: 50%; line-height: 0; background-color: rgba(255,255,255,.05); color: var(--color-1) }
@media (max-width: 991.98px){
  .navbar .navbar-nav .nav-link { margin: 5px 0 }
  .navbar .navbar-toggler { order: 2; margin: 0 8px }
  .navbar .navbar-collapse { order: 3 }
  .navbar .navbar-brand:first-child { margin-right: auto }
  .navbar .navbar-brand img { height: 28px }
}
.cart-count { margin-left: 6px; font-size: 12px; background: var(--color-primary); color: #000; border-radius: 999px; padding: 2px 6px }

/* Hero (matches .hero usage) */
.hero { min-height: 70vh; display:flex; align-items:center; justify-content:center; text-align:center; padding: 50px }
.hero h1 { overflow: visible; font-size: calc(1.575rem + 3vw); line-height: 1.15; font-family: 'League Spartan', sans-serif; display: inline-block; word-break: break-word }
.hero .container { display:flex; justify-content:center; align-items:center }

/* Immersive hero */
.experience {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 1000px;
  overflow: hidden;
  z-index: 20;
  margin-top: -72px;
  --experience-logo-render-size: 5000px;
  --experience-logo-start-width: 33vw;
  background-image:
    radial-gradient(49% 81% at 45% 47%, #ccb4ff 0%, rgba(46,90,255,0) 100%),
    radial-gradient(113% 91% at 17% -2%, #bc9dfe 1%, #b4c8ff 37%, rgba(46,90,255,0) 97%),
    radial-gradient(142% 91% at 83% 7%, rgba(251,210,255,0.84) 1%, rgba(255,0,0,0) 73%),
    radial-gradient(142% 91% at -6% 74%, #e8e5fb 0%, #664dfb 0%, #edeafe 0%, rgba(255,0,0,0) 73%),
    radial-gradient(142% 91% at 111% 84%, rgba(251,210,255,0.81) 9%, #b4c8ff 100%);
  background-color: #050505;
  display: flex;
  flex-direction: column;
}
.experience-show {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.experience-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(260px, 38vw, 560px);
  height: auto;
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}
.experience .experience-middle-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.experience .experience-middle {
  display: block;
  margin: 0 auto;
  width: var(--experience-logo-start-width);
  min-width: 33vw;
  max-width: none;
  height: auto;
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
}
.spacer-end {
  flex: 1;
}
@media (max-width: 767.98px) {
  .experience {
    min-height: 500px;
    margin-top: -64px;
  }
}

.experience-next {
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-size: clamp(32px, 4vw, 56px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #faf7ff;
  color: var(--color-1);
  font-family: 'League Spartan', sans-serif;
}
.experience-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: 2px solid #111;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.experience-btn:hover {
  background: transparent;
  color: #111;
  transform: translateY(-2px);
}

/* About page */
.hero--small {
  min-height: auto;
  padding: 120px 20px 80px;
}
.hero--small .container {
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.hero-title {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #333;
}
.hero-title span {
  padding: 4px 12px;
}
.hero-sub {
  font-family: 'Caveat', sans-serif;
  font-size: clamp(18px, 4vw, 26px);
  color: var(--color-1);
  max-width: 520px;
  margin: 0 auto;
}
.about-thumb {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.15);
}
.about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list {
  padding-left: 1.2rem;
  margin-top: 12px;
  margin-bottom: 0;
}
.about-list li {
  margin-bottom: 6px;
}

/* Terms (CGV) page */
.terms-section {
  background: #f9f9f9;
}
.terms-title {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(26px, 3vw, 32px);
  margin-bottom: 16px;
}
.terms-intro {
  max-width: 720px;
  margin-bottom: 32px;
}
.terms-section h2 {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* Home slider (matches src/pages/home/style.scss) */
.slider-container { width: 100%; overflow: hidden; position: relative; height: 400px }
.slider-track { display: flex; width: calc(200%); animation: scroll 20s linear infinite }
.slider-item { flex: 0 0 20%; height: 100%; position: relative }
.slider-item img { width: 100%; height: 100%; object-fit: cover }
@media (max-width: 991.98px){ .slider-item { flex: 0 0 50% } }
@media (max-width: 575.98px){ .slider-item { flex: 0 0 100% } }
@keyframes scroll { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }

/* Shop button */
.shop-button-container { margin-top: 100px; margin-bottom: -50px }
@keyframes float { 0% { box-shadow: 0 5px 15px 0 rgba(0,0,0,.6); transform: translateY(0) } 50% { box-shadow: 0 25px 15px 0 rgba(0,0,0,.2); transform: translateY(-20px) } 100% { box-shadow: 0 5px 15px 0 rgba(0,0,0,.6); transform: translateY(0) } }
.shop-button { background: transparent; border: 2px solid #fff; color: #fff; font-size: 16px; font-weight: 700; line-height: 24px; padding: 16px 23px; text-transform: uppercase; animation: float 6s ease-in-out infinite; border-radius: 12px; display:inline-block }
.shop-button:hover,.shop-button:active { outline: 0 }
.shop-button:hover { background: transparent; cursor: pointer; color: #fff }
@media (min-width:768px){ .shop-button { padding: 16px 32px } }

/* Animated letters (approximate framer-motion effect) */
.letters span { display:inline-block; opacity: 0; transform: translateY(20px); animation: letter-in .6s ease-out forwards }
@keyframes letter-in { to { opacity: 1; transform: translateY(0) } }
.fade-up { opacity: 0; transform: translateY(20px); animation: letter-in .6s ease-out .5s forwards }

/* Boutique cards (matches src/pages/boutique/style.scss) */
.product-section-boutique { padding: 50px 0; background: #f9f9f9; display:flex; flex-direction:column; justify-content:center; align-items:center; min-height: 100vh }
.product-section-boutique .row { justify-content: center }
.product-card-boutique { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,.1); transition: transform .3s ease; margin: 0 auto 30px; display:flex; flex-direction:column; align-items:center; justify-content:center; height: 400px; width: 300px }
product-card-boutique:hover { transform: scale(1.05) }
.product-image-boutique { height: 100%; width: 100%; object-fit: cover; display:block; border-radius: 10px; filter: brightness(.8); transition: filter .3s ease }
.product-card-boutique:hover .product-image-boutique { filter: brightness(.5) }
.overlay { position:absolute; inset:0; background: rgba(0,0,0,0); display:flex; justify-content:center; align-items:center }
.overlay-text { color: #fff; font-size: 24px; font-family: "Brandon Grot W01 Light"; text-transform: uppercase; text-align:center; z-index:2; opacity:1; transition: opacity .3s ease }
.product-link { display:block; text-decoration:none }

/* Brassière builder */
.product-section { padding: 30px 0; background: #f9f9f9 }
.product-section .section-title { text-align:center; font-family:'League Spartan', sans-serif; font-size: 32px; margin-bottom: 32px; color:#111 }
.product-section .section-title.section-title-muted { color:#6a6a6a }
.step { display:flex; align-items:center; margin: 20px }
.step-number {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}
.step-title { font-family: 'Caveat', sans-serif; font-size: 22px; color: var(--color-1) }
.product-card-brassiere.selected { border: 3px solid var(--color-primary) }
.select-circle { display: flex; justify-content: center; margin-top: 10px }
.select-circle input { width: 20px; height: 20px }
.btn { display: block; margin: 20px auto; text-align: center }
.carousel-container { position: relative; display: flex; align-items: center; width: 100%; max-width: 100%; justify-content: center; overflow: hidden; box-sizing: border-box; padding: 5px }
.carousel { display: flex; overflow-x: auto; scroll-behavior: smooth; -ms-overflow-style: none; width: 100%; white-space: nowrap; transition: transform .5s ease-in-out; box-sizing: border-box }
.carousel::-webkit-scrollbar { display: none }
.carousel-item { display: inline-flex; justify-content: center; flex: 0 0 calc(33.333% - 20px); margin: 10px; text-align: center; box-sizing: border-box }
@media (max-width: 1200px) { .carousel-item { flex: 0 0 calc(50% - 20px) } }
@media (max-width: 768px) { .carousel-item { flex: 0 0 calc(100% - 20px) } }
.product-card-brassiere { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; box-sizing: border-box; box-shadow: 0 4px 8px rgba(0,0,0,.1); align-items: center; min-height: 250px; max-width: 300px; padding-bottom: 20px; background: #fff }
.product-image-container { position: relative; width: 100%; padding-top: 120%; overflow: hidden; border-radius: 10px 10px 0 0 }
.product-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover }
.product-details .product-price { font-size: 14px; font-weight: 600; color: var(--color-1); margin-bottom: 8px }
.carousel-button { background-color: rgba(255,255,255,0.6); color: var(--color-primary); border: 1px solid var(--color-primary); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; cursor: pointer; position: absolute; z-index: 100; top: 50%; transform: translateY(-50%); margin: 0 10px }
.carousel-button.left { left: 0 }
.carousel-button.right { right: 0 }
.size-control { margin-bottom: 5px; font-size: 14px }
.size-control label { display: block; margin-bottom: 5px }
.size-control select { width: 20%; padding: 5px; border: 1px solid var(--color-1); border-radius: 5px; min-width: fit-content }
.selection-status { text-align:center; margin-top: 16px; font-size: 15px; color:#555 }

/* Shorts listing */
.product-section.short-builder .short-card { display:flex; flex-direction:column; justify-content:space-between; overflow:hidden; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,.1); margin:0 auto 20px; max-width:300px; padding-bottom:20px; background:#fff; height:100% }
.product-section.short-builder .short-details { display:flex; flex-direction:column; justify-content:space-between; padding:10px; text-align:center; font-family:"Brandon Grot W01 Light" }
.product-section.short-builder .short-image-container { position:relative; padding-top:100%; overflow:hidden; border-radius:10px 10px 0 0; width:100% }
.product-section.short-builder .short-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover }
.product-section.short-builder .short-name { text-transform:uppercase; font-size:14px; margin:3px 0 }
.product-section.short-builder .short-price { font-size:12px; font-weight:600; color: var(--color-1); margin-bottom:5px }
.product-section.short-builder .short-size-control { margin-bottom:5px; font-size:14px }
.product-section.short-builder .short-size-control select {
  width: auto;
  padding: 5px 10px;
  border: 1px solid var(--color-1);
  border-radius: 5px;
  min-width: fit-content;
}
.btn-panier { display:block; width:100%; border-radius:5px; padding:8px 14px; font-size:16px; font-weight:600; text-transform:uppercase; color: var(--color-2); background: rgba(204,180,255,0.95); border:none; box-shadow:none; cursor:pointer; transition: background .3s ease, opacity .3s ease }
.btn-panier:hover { background: rgba(204,180,255,1) }
.btn-panier:active { background: rgba(204,180,255,0.85) }
.btn-panier:focus { outline:none; box-shadow:none }
.visually-hidden { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0 }

/* Custom brassiere inputs */
.customization-options { display:flex; gap:20px; margin:40px 15%; flex-wrap:wrap }
.text-option,.file-option { flex:1; display:flex; flex-direction:column; min-width:220px }
.text-option input,.file-option input[type="file"] { padding:10px; font-size:16px; border:1px solid #ddd; border-radius:5px }
.file-option p,.custom-file-name { margin-top:10px; font-size:14px; color:#333 }

/* Footer (matches src/components/footer/style.scss) */
.footer-section { padding: 60px 20px; background: linear-gradient(135deg, #ccb4ff, #ffffff); color: #fff; display:flex; justify-content:space-between; align-items:center; width:100%; position:relative }
.footer-section .links { display:flex; flex-direction:column; align-items:flex-start; margin-left:20px }
.footer-section .link { color: #fff !important; font-size:16px; font-weight:800; text-decoration:none; text-transform: uppercase; transition:.2s; margin: 10px 0 }
.footer-section .link:hover { color: var(--color-primary); text-decoration: underline; text-underline-offset:.2em; text-decoration-thickness:1px }
.footer-section .contact { font-family: 'League Spartan', sans-serif; display:flex; flex-direction:column; align-items:flex-end; margin-right:20px; font-weight:800 }
.footer-section .social-heading { font-family: 'Caveat', sans-serif; font-size: 28px; color: var(--color-1); font-weight:800 }
.footer-section .social-link { display:flex; gap:20px; margin-top:10px }
.footer-section .social-link a { background-color: var(--color-primary); border-radius:50%; width:40px; height:40px; display:flex; align-items:center; justify-content:center; transition:.2s }
.footer-section .social-link a svg { fill: var(--color-2); width:24px; height:24px; transition:.2s }
.footer-section .social-link a:hover svg { fill: var(--color-1) }

/* Footer light (matches src/components/footer-light/style.scss) */
.footer-section-light { padding: 20px 20px; background: linear-gradient(180deg,  #fb289130,#f78e4c3f); color: #fff; display:flex; justify-content:space-between; align-items:center; width:100%; position:relative }
.footer-section-light .link { display:flex; flex-direction:column; align-items:flex-start; margin-left:20px; color: var(--color-1) !important; font-weight:800; font-size:14px; text-transform:uppercase; transition:.2s; margin:5px 0 }
.footer-section-light .link:hover { color: var(--color-primary); text-decoration: underline; text-underline-offset:.2em; text-decoration-thickness:1px }
.footer-section-light .contact { font-family: 'League Spartan', sans-serif; display:flex; flex-direction:column; align-items:flex-end; margin-right:20px; font-weight:800 }
.footer-section-light .social-heading { font-family: 'Caveat', sans-serif; font-size: 28px; color: var(--color-1); font-weight:800 }
.footer-section-light .social-link { display:flex; gap:20px; margin-top:10px }
.footer-section-light .social-link a { background-color: var(--color-primary); border-radius:50%; width:40px; height:40px; display:flex; align-items:center; justify-content:center; transition:.2s }
.footer-section-light .social-link a svg { fill: var(--color-2); width:24px; height:24px; transition:.2s }
.footer-section-light .social-link a:hover svg { fill: #000 }

.contact-social .social-link a {
  background-color: var(--color-1);
}
.contact-social .social-link a svg {
  fill: var(--color-2);
}

/* Contact page styles (src/pages/contact/style.scss) */
.contact-section {
  background: linear-gradient(180deg,  #fb2891a2,#f78e4cbe);
  padding: 100px 20px 80px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.contact-section > .container {
  max-width: 700px;
}
.contact-title { font-family: 'Caveat', sans-serif; font-size: 36px; color: var(--color-2); margin-bottom: 10px; position: relative }
.contact-title::before { content: ''; display:block; width:50px; height:50px; background-image: url('../assets/paper-plain.png'); background-size: contain; background-repeat: no-repeat; margin: 50px auto 20px }
.contact-info { font-family: 'Brandon Grot W01 Light'; color: #fff !important; margin-bottom: 20px }
.contact-info .contact-mail { color: #fff !important; font-weight:600; text-decoration:underline; text-decoration-thickness:1px }
.contact-highlight { max-width: 700px; margin: 20px auto; padding: 25px; border: 2px solid rgba(255,255,255,.8); border-radius: 20px; font-size: 26px; font-family: 'League Spartan', sans-serif; color: #fff !important; line-height: 1.5; font-weight:600 }
.contact-form { max-width: 600px; margin: 0 auto; color: var(--color-2) }
.contact-form .form-control { background: transparent; color: var(--color-2); text-transform: uppercase; border: none; border-bottom: 2px solid var(--color-2); border-radius: 0; padding: 10px 5px; margin-bottom: 20px; font-family: 'Brandon Grot W01 Light' }
.contact-form .form-control::placeholder { color: var(--color-2); opacity: 1 }
.contact-form .form-control:focus { outline: none; color: var(--color-2) }
.contact-form-button { background: rgba(255,255,255,.2); color: var(--color-2); border: none; border-radius: 30px; padding: 15px 30px; font-family: 'Brandon Grot W01 Light'; transition: all .3s ease }
.contact-form-button:hover { background: rgba(255,255,255,.3); transform: translateY(-2px) }

/* Utilities */
.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-40{margin-bottom:40px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-40{margin-top:40px}
.centered{min-height:100vh;display:grid;place-items:center;text-align:center;padding:2rem}

/* Product grid (category pages) */
.product-grid { padding: 50px 0 }
.product-grid .product-card { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,.1); transition: transform .3s ease; height: 320px }
.product-grid .product-card:hover { transform: scale(1.03) }
.product-grid .product-card img { width: 100%; height: 100%; object-fit: cover; display:block; filter: brightness(.85); transition: filter .3s ease }
.product-grid .product-card:hover img { filter: brightness(.6) }
.product-grid .product-overlay { position: absolute; inset: 0; display:flex; align-items:center; justify-content:center; color:#fff; font-family: "Brandon Grot W01 Light"; font-size: 22px; text-transform: uppercase; pointer-events:none }

/* CTA button (used in 404 + contact) */
.btn-cta { display:inline-block; background: var(--color-primary); color:#000; border:0; border-radius: 30px; padding: 12px 22px; font-weight:700; text-transform: uppercase; letter-spacing:.02em; transition: transform .15s ease, box-shadow .2s ease }
.btn-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 25px rgba(0,0,0,.15) }
.btn-cta:active { transform: translateY(0); box-shadow: 0 4px 12px rgba(0,0,0,.1) }

/* Contact page wrapper */
.contact-wrap { padding: 80px 0 }
.contact-wrap .form-control { background: transparent; border: none; border-bottom: 2px solid var(--border-2); border-radius:0 }
.contact-wrap .form-control:focus { box-shadow:none; border-bottom-color: var(--color-primary) }

/* Cart page */
.cart-items { display:flex; flex-direction:column; gap:16px; }
.cart-item { display:flex; gap:16px; padding:16px; border:1px solid var(--border-brutal); border-radius:8px; align-items:flex-start; }
.cart-item-image { width:120px; height:120px; object-fit:cover; border-radius:8px; flex:0 0 auto }
.cart-item-details h3 { margin:0 0 8px 0; font-size:18px }
cart-item-details p { margin:4px 0 }
.cart-total { margin-top:20px; padding-top:12px; border-top:1px solid var(--border-brutal) }
.product-card-brassiere .product-name,
.product-name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 3px 0;
  text-align: center;
}
