@charset "utf-8";

.producto-detalle-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: start;
  width: 100%;
  background: #fff;
}

.producto-detalle-hero__gallery {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0;
  background: #fbfaf8;
}

.producto-detalle-hero__photo {
  margin: 0;
  overflow: hidden;
  background: #fbfaf8;
}

.producto-detalle-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.producto-detalle-hero__photo--main {
  min-height: 820px;
}

.producto-detalle-hero__thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.producto-detalle-hero__photo--thumb {
  min-height: 360px;
}

.producto-detalle-hero__photo--wide {
  min-height: 520px;
}

.producto-detalle-hero__info {
  position: sticky;
  top: 1.5rem;
  align-self: start;
  width: 100%;
  max-width: 600px;
  padding: 3.5rem 4.25rem 3rem 4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  height: fit-content;
  background: #fff;
}

.producto-detalle-hero__breadcrumb {
  margin: 0;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #c0c0c0;
}

.producto-detalle-hero__title {
  margin: 0;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #2D2D2D;
}

.producto-detalle-hero__subtitle {
  margin: 0 0 0.2rem;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
}

.producto-detalle-hero__swatches {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.producto-detalle-hero__swatch {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.producto-detalle-hero__swatch--taupe {
  background: #8e6654;
}

.producto-detalle-hero__swatch--blue {
  background: #3241b4;
}

.producto-detalle-hero__swatch--black {
  background: #2a2a2a;
}

.producto-detalle-hero__swatch-divider {
  width: 1px;
  height: 44px;
  margin-left: 10px;
  background: #c9c4bd;
}

.producto-detalle-hero__filter {
  margin-left: auto;
  min-height: 27px;
  padding: 0 18px;
  border: 1.5px solid #c0c0c0;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
  cursor: pointer;
}

.producto-detalle-hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.producto-detalle-hero__actions .popup-container { min-width: 0; }
.producto-detalle-hero__ghost {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: none;
  border-radius: 7px;
  background: #f2f1ef;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: #2D2D2D;
  cursor: pointer;
  line-height: 1.3;
  word-break: break-word;
  text-align: center;
}

.producto-detalle-hero__sizes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.producto-detalle-hero__size {
  min-height: 60px;
  border: 1px solid #c0c0c0;
  border-radius: 7px;
  background: #fff;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  color: #2D2D2D;
  cursor: pointer;
}

.producto-detalle-hero__cta {
  width: 100%;
  min-height: 65px;
  margin-top: 0.15rem;
  border: 0;
	border-radius: 8px;
  background: #2D2D2D;
  color: #f2f1ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  column-gap: 12px;
  text-align: left;
}

.producto-detalle-hero__cta > span:last-child { white-space: nowrap; }

.producto-detalle-hero__shipping {
  align-self: center;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #2d2d2d;
}

.producto-detalle-highlight {
  margin: 0.35rem auto 0;
  width: 100%;
  padding: 1.6rem 1.7rem 1.9rem;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  background: #f2f1ef;
}

.producto-detalle-highlight__block + .producto-detalle-highlight__block {
  margin-top: 1.55rem;
  padding-top: 1.45rem;
  border-top: 1px solid #d8d0c7;
}

.producto-detalle-highlight__title,
.producto-detalle-highlight__subtitle {
  margin: 0 0 0.75rem;
  font-family: "Sitka Text", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #2D2D2D;
}

.producto-detalle-highlight__text,
.producto-detalle-highlight__list {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #2D2D2D;
}

.producto-detalle-highlight__list {
  padding-left: 1.15rem;
}

.producto-detalle-highlight__meta {
  margin: 4rem 0 0;
  font-family: "Sitka Text", Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
  color: #2f2a26;
}

.producto-detalle-highlight__meta span {
  margin-left: 0.7rem;
}

.producto-detalle-info {
  margin-top: 0.75rem;
}

.producto-detalle-info__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 1.35rem 0 2rem;
  border-bottom: 1px solid #c0c0c0;
}

.producto-detalle-info__badge {
  text-align: center;
}

.producto-detalle-info__badge img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 0.7rem;
}

.producto-detalle-info__badge p {
  margin: 0;
  font-family: "Sitka Text", Georgia, serif;
  font-size: 12px;
	font-weight: 500;
  line-height: 1.42;
  text-transform: uppercase;
  color: #2D2D2D;
	text-align: center;
}

.producto-detalle-info__accordion {
  margin-top: 1rem;
  overflow-anchor: none;
}

.producto-detalle-info__item {
  border-bottom: 1px solid #c0c0c0;
}

.producto-detalle-info__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
}

.producto-detalle-info__summary::-webkit-details-marker {
  display: none;
}

.producto-detalle-info__summary span {
  font-family: "Sitka Text", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
}

.producto-detalle-info__summary::after {
  content: "+";
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #2e2a27;
}

.producto-detalle-info__item[open] .producto-detalle-info__summary::after {
  content: "\00d7";
}

.producto-detalle-info__body {
  padding: 0 0 1.25rem;
}

.producto-detalle-info__list {
  margin: 0 0 1.3rem;
  padding-left: 1rem;
}

.producto-detalle-info__list li {
  margin-bottom: 0.35rem;
  font-family: "Poppins", sans-serif;
	text-align: justify;
  font-size: 13px;
  line-height: 1.65;
  color: #000;
}

.producto-detalle-info__text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
}

.producto-detalle-info__scale {
  margin-bottom: 1rem;
}

.producto-detalle-info__scale-head {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-size: 13px;font-weight: 500;
  color: #2D2D2D;
}

.producto-detalle-info__scale-bar {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 0.75rem;
}

.producto-detalle-info__scale-bar img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.producto-detalle-info__line {
  position: relative;
  height: 6px;
	margin-left: 25px;
  background: #c0c0c0;
  border-radius: 999px;
}

.producto-detalle-info__line span {
  position: absolute;
  top: 50%;
  left: 82%;
  width: 17px;
  height: 17px;
  border: 3px solid #2d2d2d;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.producto-detalle-info__meta {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.producto-detalle-info__meta-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.producto-detalle-info__meta-row img {
  width: 37px;
  height: 42px;
  object-fit: contain;
}

.producto-detalle-info__meta-row span {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}

.producto-detalle-features {
  padding: 5.5rem 3.5rem 6rem;
  background: #f2f2f2;
}

.producto-detalle-features__content {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1.12fr);
  gap: 3rem;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.producto-detalle-features__copy {
  max-width: 540px;
  width: 100%;
}

.producto-detalle-features__title {
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c0c0c0;
  font-family: "Sitka Text", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
}

.producto-detalle-features__accordion {
  width: 100%;
  overflow-anchor: none;
}

.producto-detalle-features__item {
  border-bottom: 1px solid #c0c0c0;
}

.producto-detalle-features__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
}

.producto-detalle-features__summary::-webkit-details-marker {
  display: none;
}

.producto-detalle-features__summary-main {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.producto-detalle-features__summary-main img {
  width: 55px;
  height: 45px;
  object-fit: contain;
  flex: 0 0 auto;
}

.producto-detalle-features__summary-main span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #2D2D2D;
}

.producto-detalle-features__summary::after {
  content: "+";
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #3b3733;
  flex: 0 0 auto;
}

.producto-detalle-features__item[open] .producto-detalle-features__summary::after {
  content: "\00d7";
}

.producto-detalle-features__body {
  padding: 0 0 1.15rem 3.4rem;
}

.producto-detalle-features__text {
  max-width: 420px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.75;
  color: #605954;
}

.producto-detalle-features__visual {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.producto-detalle-features__figure {
  width: min(100%, 520px);
  margin: 0;
}

.producto-detalle-features__figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .producto-detalle-hero {
    grid-template-columns: 1fr;
  }

  .producto-detalle-hero__photo--main {
    min-height: 680px;
  }

  .producto-detalle-hero__photo--wide {
    min-height: 420px;
  }

  .producto-detalle-hero__info {
    position: static;
    top: auto;
    max-width: 100%;
    padding: 2.5rem 2rem 3rem;
    height: auto;
  }

  .producto-detalle-highlight {
    padding: 1.45rem 1.4rem 1.7rem;
  }

  .producto-detalle-features {
    padding: 4.25rem 2rem 4.75rem;
  }

  .producto-detalle-features__content {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .producto-detalle-features__copy {
    max-width: 100%;
  }

  .producto-detalle-features__visual {
    min-height: 520px;
  }
}

@media (max-width: 700px) {
  .producto-detalle-hero__photo--main {
    min-height: 500px;
  }

  .producto-detalle-hero__photo--thumb {
    min-height: 240px;
  }

  .producto-detalle-hero__photo--wide {
    min-height: 320px;
  }

  .producto-detalle-hero__info {
    padding: 2rem 1rem 2.5rem;
  }

  .producto-detalle-hero__actions,
  .producto-detalle-hero__sizes,
  .producto-detalle-info__badges {
    grid-template-columns: 1fr 1fr;
  }

  .producto-detalle-hero__title {
    font-size: 28px;
  }

  .producto-detalle-hero__filter {
    margin-left: 0;
  }

  .producto-detalle-highlight__meta {
    margin-top: 2.8rem;
    font-size: 16px;
  }

  .producto-detalle-features {
    padding: 3.25rem 1rem 3.75rem;
  }

  .producto-detalle-features__title {
    margin-bottom: 1.55rem;
    padding-bottom: 1.55rem;
    font-size: 20px;
  }

  .producto-detalle-features__summary-main span {
    font-size: 16px;
  }

  .producto-detalle-features__body {
    padding-left: 2.8rem;
  }

  .producto-detalle-features__visual {
    min-height: 420px;
  }

  .producto-detalle-features__figure {
    width: min(100%, 380px);
  }
}

@media (max-width: 520px) {
  .producto-detalle-hero__thumbs,
  .producto-detalle-hero__actions,
  .producto-detalle-hero__sizes,
  .producto-detalle-info__badges {
    grid-template-columns: 1fr;
  }

  .producto-detalle-info__scale-head {
    flex-direction: column;
    gap: 0.25rem;
  }

  .producto-detalle-hero__swatch-divider {
    display: none;
  }

  .producto-detalle-hero__filter {
    width: 100%;
    justify-content: space-between;
  }

  .producto-detalle-highlight {
    padding: 1.25rem 1rem 1.45rem;
  }

  .producto-detalle-highlight__title,
  .producto-detalle-highlight__subtitle {
    font-size: 17px;
  }

  .producto-detalle-highlight__meta {
    margin-top: 2.2rem;
    font-size: 15px;
  }

  .producto-detalle-highlight__meta span {
    display: block;
    margin: 0.35rem 0 0;
  }

  .producto-detalle-features__summary-main {
    gap: 0.8rem;
  }

  .producto-detalle-features__summary-main img {
    width: 32px;
    height: 32px;
  }

  .producto-detalle-features__summary-main span {
    font-size: 14px;
  }

  .producto-detalle-features__summary::after {
    font-size: 30px;
  }

  .producto-detalle-features__body {
    padding-left: 0;
  }

  .producto-detalle-features__text {
    max-width: none;
  }

  .producto-detalle-features__visual {
    min-height: 360px;
  }

  .producto-detalle-features__figure {
    width: min(100%, 280px);
  }
}
