/* =========================================================
   WEBShirt - Header
   ========================================================= */

.webshirt-header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 20;
}

.webshirt-header .container-md {
  max-width: 1440px;
}

/* ---------- Barre supérieure ---------- */

.webshirt-topbar {
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}

.webshirt-topbar__inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.webshirt-topbar__left {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.webshirt-topbar__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.webshirt-topbar__right > * {
  margin: 0;
}

/* ---------- Navigation principale ---------- */

.webshirt-mainnav {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.webshirt-mainnav__inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 35px;
}

.webshirt-logo {
  flex: 0 0 auto;
}

.webshirt-logo__title {
  margin: 0;
}

.webshirt-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 65px;
}

/* ---------- Menu ---------- */

.webshirt-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.webshirt-menu .top-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.webshirt-menu .top-menu > li {
  margin: 0;
}

.webshirt-menu .top-menu > li > a {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

/* ---------- CTA ---------- */

.webshirt-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.webshirt-btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.webshirt-btn--outline {
  border: 2px solid #00ee45;
  color: #111;
  background: #fff;
}

.webshirt-btn--primary {
  border: 2px solid #00ee45;
  background: #00ee45;
  color: #111;
}

/* ---------- Login / panier de displayNav2 ---------- */

.webshirt-topbar__right .header-block,
.webshirt-topbar__right .user-info,
.webshirt-topbar__right .blockcart {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}

/* ---------- Recherche provisoirement masquée ---------- */

.webshirt-menu #search_widget,
.webshirt-menu .search-widget {
  display: none !important;
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {

  .webshirt-topbar {
    display: none;
  }

  .webshirt-mainnav__inner {
    min-height: 70px;
    gap: 14px;
  }

  .webshirt-menu {
    display: none;
  }

  .webshirt-cta {
    display: none;
  }

  .webshirt-logo img {
    max-width: 145px;
    max-height: 55px;
  }
}
/* Masquer la recherche desktop dans le header WEBShirt */

.webshirt-menu #_desktop_ps_searchbar {

  display: none !important;

}
/* WEBShirt : suppression de la barre de recherche desktop */

#_desktop_ps_searchbar {

  display: none !important;

}
/* Expert dans la barre supérieure */
.webshirt-btn--expert {
  margin-left: 14px;
  min-height: 38px;
  padding: 7px 15px;
}

/* Espacement compte / panier / expert */
.webshirt-topbar__right {
  gap: 10px;
}

/* Menu principal un peu mieux réparti */
.webshirt-mainnav__inner {
  justify-content: space-between;
}

.webshirt-menu {
  margin-left: 20px;
}

/* =========================================================
   WEBShirt - Hero accueil
   ========================================================= */

.webshirt-hero {
  background: #f3eee8;
  padding: 58px 0;
  overflow: hidden;
}

.webshirt-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
}

.webshirt-hero__content {
  position: relative;
}

.webshirt-hero__tag {
  display: inline-block;
  background: #00ee45;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  padding: 24px 30px;
  border-radius: 16px;
  margin-bottom: 28px;
}

.webshirt-hero__brand {
  margin-left: 230px;
  margin-top: -35px;
  margin-bottom: 25px;
}



.webshirt-hero__intro {
  margin-left: 70px;
  font-size: 19px;
  font-style: italic;
  line-height: 1.25;
  color: #111;
}

.webshirt-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 991.98px) {
  .webshirt-hero {
    padding: 35px 0;
  }

  .webshirt-hero__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .webshirt-hero__brand,
  .webshirt-hero__intro {
    margin-left: 0;
  }

  .webshirt-hero__brand {
    margin-top: 0;
  }

  .webshirt-hero__tag {
    font-size: 18px;
  }
}
/* Vrai logo du hero */

.webshirt-hero__logo {
  display: block;
  width: 290px;
  max-width: 100%;
  height: auto;
}


/* Photo WEBShirt */

.webshirt-hero__image {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}
/* =========================================================
   Ajustements hero WEBShirt
   ========================================================= */

.webshirt-hero {
  padding: 44px 0 54px;
}

.webshirt-hero__inner {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 45px;
  max-width: 1320px;
}

.webshirt-hero__tag {
  font-size: 20px;
  line-height: 1.12;
  padding: 22px 30px;
  margin-left: 20px;
  margin-bottom: 12px;
  border-radius: 14px;
}

.webshirt-hero__brand {
  margin-left: 245px;
  margin-top: -18px;
  margin-bottom: 22px;
}

.webshirt-hero__logo {
  width: 290px;
}

.webshirt-hero__intro {
  margin-left: 90px;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.22;
}

.webshirt-hero__visual {
  justify-content: flex-start;
  padding-left: 15px;
}

.webshirt-hero__image {
  max-width: 380px;
  border-radius: 18px;
}

/* =========================================================
   WEBShirt - Comment ça marche
   ========================================================= */

.webshirt-steps {
  background: #fff;
  padding: 30px 0 38px;
}

.webshirt-steps__title {
  margin: 0 0 28px;
  text-align: center;
  color: #111;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

.webshirt-steps__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.webshirt-step {
  position: relative;
  text-align: center;
}

.webshirt-step__number {
  position: absolute;
  top: 12px;
  left: 18%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ee45;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.webshirt-step__icon {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ee45;
  font-size: 43px;
  line-height: 1;
}

.webshirt-step__text {
  margin-top: 8px;
  color: #111;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .webshirt-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
}
.webshirt-steps {
  background: #fff;
  padding: 32px 0 42px;
}

.webshirt-steps__title {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 28px;
}

.webshirt-steps__grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.webshirt-step {
  position: relative;
  text-align: center;
}

.webshirt-step__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  color: #111;
}

.webshirt-step__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.webshirt-step__number {
  position: absolute;
  top: 18px;
  left: calc(50% - 55px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00ee45;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  z-index: 2;
}

.webshirt-step__text {
  font-size: 12px;
  line-height: 1.05;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .webshirt-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
/* Ajustement final Comment ça marche */

.webshirt-steps {
  padding: 30px 0 34px;
}

.webshirt-steps__title {
  margin-bottom: 24px;
  font-size: 17px;
}

.webshirt-steps__grid {
  max-width: 920px;
  gap: 55px;
}

.webshirt-step__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 9px;
}

.webshirt-step__number {
  top: 7px;
  left: calc(50% - 47px);
  width: 22px;
  height: 22px;
  font-size: 13px;
}

.webshirt-step__text {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.05;
}

/* =========================================================
   WEBShirt - Sélection produits
   ========================================================= */

.webshirt-selection {
  background: #f3eee8;
  padding: 26px 0 34px;
}

.webshirt-selection__track {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr 1fr 0.72fr;
  gap: 22px;
  align-items: center;
}

.webshirt-selection__item,
.webshirt-selection__card {
  min-width: 0;
}

.webshirt-selection__media {
  min-height: 190px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  font-weight: 800;
  color: #111;
}

.webshirt-selection__media--yellow {
  background: #ffc400;
}

.webshirt-selection__media--photo {
  background: #b9d2c5;
}

.webshirt-selection__media--orange {
  background: #ff6b4a;
}

.webshirt-selection__card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.webshirt-selection__card-inner {
  width: 100%;
  max-width: 220px;
  padding: 24px 18px;
  background: #fff;
  border: 2px solid #00ee45;
  border-radius: 16px;
  box-shadow: 7px 7px 0 #00ee45;
}

.webshirt-selection__card-title {
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  margin-bottom: 18px;
}

.webshirt-selection__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  min-height: 36px;
  padding: 8px 18px;
  background: #00ee45;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .webshirt-selection__track {
    grid-template-columns: repeat(2, 1fr);
  }

  .webshirt-selection__card {
    order: 3;
  }
}

@media (max-width: 575.98px) {
  .webshirt-selection__track {
    grid-template-columns: 1fr;
  }
}
.webshirt-selection__image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
}

.webshirt-selection__item:first-child .webshirt-selection__image {
  object-position: center;
}

.webshirt-selection__item:last-child .webshirt-selection__image {
  object-position: center;
}
