/** Shopify CDN: Minification failed

Line 185:78 Unexpected "{"
Line 373:18 Unexpected "{"
Line 373:27 Expected ":"
Line 379:18 Unexpected "{"
Line 379:27 Expected ":"
Line 389:18 Unexpected "{"
Line 389:27 Expected ":"
Line 397:18 Unexpected "{"
Line 397:27 Expected ":"
Line 411:18 Unexpected "{"
... and 12 more hidden warnings

**/

.section-complete-the-set .section__slider-buttons {
  position: static;
  transform: none;
}

.section-complete-the-set .section__slider-buttons button {
  margin-block-start: 0;
}

.section-complete-the-set .section__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-complete-the-set .section__drawer,
.section-complete-the-set .accordion {
  display: block;
  width: 100%;
}

.section-complete-the-set .section__drawer>a,
.section-complete-the-set .drawer__container {
  padding-block: var(--spacing-5);
  border-block-end: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

.section-complete-the-set .section__drawer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: underline solid transparent .1rem;
  text-underline-offset: .3rem;
  transition: text-decoration-color var(--duration-default);
  letter-spacing: var(--font-heading-letter-spacing);
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  text-transform: unset;
  font-weight: var(--font-heading-weight);
}

.section-complete-the-set .drawer__button-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1.2rem;
}

.section-complete-the-set .drawer__button-action span {
  position: absolute;
}

.section-complete-the-set .drawer__button .icon-chevron-end svg {
  width: 1.2rem;
  height: auto;
}

@media (hover:hover) {
  .section-complete-the-set .section__drawer-button:hover {
    color: rgb(var(--color-link));
  }
}

.section-complete-the-set .section__drawer-button::before {
  content: none;
}

.section-complete-the-set--flipped-mobile .section__grid> :first-child {
  order: 2;
}

.section-complete-the-set--flipped-mobile .section__grid> :last-child {
  order: 1;
}

.section__grid {
  row-gap: 0;
}

.section-complete-the-set .section__head {
  padding-block-end: 2rem;
  border-block-end: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  font-size: var(--font-size-static-h5);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: -.108rem;
}

.section-complete-the-set .section__head h2 {
  padding-block: 0;
  text-transform: capitalize;
  font-size:27px;
  font-weight: var(--font-weight-normal);
}

.section-complete-the-set .grid {
  gap: 6.4rem;
}

.drawer__content .drawer__title {
  font-size: var(--font-size-static-h4);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-static-sm);
  letter-spacing: -.144rem;
  padding: 0;
  margin: 0 0 2.4rem;
}

.drawer__content .rte,
.section-complete-the-set .accordion__body .rte {
  color: rgba(var(--color-foreground), .8);
}

.section-complete-the-set:has(.section__drawer details[open]) {
  position: relative;
}

@media screen and (max-width: 749px) {
  .section-complete-the-set .container {
    padding-inline: 0;
  }

  .section-complete-the-set .grid__item {
    padding-inline: var(--page-gutter);
  }

  .section-complete-the-set .section__slider {
    margin-inline-start: var(--page-gutter);
  }

  .section-complete-the-set .drawer__content {
    padding: 6.4rem 2.4rem;
  }

  .drawer__content .drawer__title {
    font-size: var(--font-size-static-h5);
  }

  .section-complete-the-set complementary-products {
    padding-inline-start: 0.4rem;
  }
}

@media screen and (min-width: 750px) {
  .section-complete-the-set .section__grid {
    align-items: center
  }

  .section-complete-the-set.section-complete-the-set--has-headings .section__grid {
    align-items: flex-start;
  }

  .section-complete-the-set .section__drawer-button {
    text-transform: none;
  }

  .section-complete-the-set--flipped-mobile .section__grid> :first-child,
  .section-complete-the-set--flipped-mobile .section__grid> :last-child {
    order: initial;
  }

  .section-complete-the-set--flipped-desktop .section__grid {
    direction: rtl;
  }

  .section-complete-the-set--flipped-desktop .section__grid > * {
    direction: initial;
  }
  [dir='rtl'] .section-complete-the-set--flipped-desktop .section__grid > * { {
    direction: rtl;
  }

  .section-complete-the-set .card-product__media {
    aspect-ratio: 4 / 3;
  }

  .section-complete-the-set .section__grid:has(.hidden + .grid__item),
  .section-complete-the-set .section__grid--centered {
    grid-template-columns: initial;
    margin-inline: auto;
  }

  .section-complete-the-set .section__grid:has(.hidden + .grid__item) .drawer__container {
    width: 50%;
    margin-inline: auto;
  }

  .section-complete-the-set .section__grid:has(.hidden + .grid__item) .drawer__container {
    width: 50%;
    margin-inline: auto;
  }

  .section-complete-the-set .max-w-fluid .section__grid:has(.hidden + .grid__item) .drawer__container,
  .section-complete-the-set .max-w-fluid .section__grid--centered .drawer__container {
    width: 100%;
  }

  .section-complete-the-set .section__grid--centered .grid__item.section__buttons {
    width: 100%;
    margin-inline: auto;
  }

  .section-complete-the-set:not(:has(complementary-products .swiper-slide)) .section__grid:not(.section__grid--centered) .grid__item.section__buttons {
    padding-inline-end: 0;
  }

  .section__grid:not(.section__grid--centered) .grid__item.section__buttons {
    padding-inline-end: 4.8rem;
  }
}
/* .section-complete-the-set:has(.section__drawer details[open])
.section-complete-the-set:has(.menu-opening) */
/* Imagen de dibujo técnico */
.product-technical-drawing img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top:50px;
}

@media (max-width: 749px) {
    .product-technical-drawing img {
        width: 100%;
    }
}

/* Especificaciones en dos columnas */


/* Contenedor de título + bloques */
.section-complete-the-set .section__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "title title"
        "left right";
    gap: 0 100px; /* row-gap column-gap */
}

.section-complete-the-set .section__head {
    grid-area: title;
    margin-bottom: 0px;
    border-block-end: none;
}

/* Título arriba ocupando ambas columnas */
.section-complete-the-set .section__buttons > .section__head {
  grid-column: 1 / -1;
  width: 100%;
}

/* Cada drawer ocupa una celda */
.section-complete-the-set .section__buttons > .section__drawer,
.section-complete-the-set .section__buttons > accordion-default {
  width: 100%;
  min-width: 0;
}

/* Orden: 1,2,3 izquierda / 4,5,6 derecha */
.section-complete-the-set .section__buttons > :nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.section-complete-the-set .section__buttons > :nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.section-complete-the-set .section__buttons > :nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.section-complete-the-set .section__buttons > :nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.section-complete-the-set .section__buttons > :nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.section-complete-the-set .section__buttons > :nth-child(7) {
  grid-column: 2;
  grid-row: 4;
}

/* Mobile: una sola columna */
@media screen and (max-width: 749px) {
  .section-complete-the-set .section__buttons {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .section-complete-the-set .section__buttons > * {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media screen and (min-width: 750px) {
  /* El contenido ocupa el ancho equivalente a las dos imágenes */
  .section-complete-the-set .section__grid {
    display: block;
  }

  .section-complete-the-set .section__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 66.666666%;
    max-width: 66.666666%;

    margin-left: 0;
    margin-right: auto;

    column-gap: 40px;
    row-gap: 0;
  }

  /* Título por encima de las dos columnas */
  .section-complete-the-set .section__buttons > .section__head {
    grid-column: 1 / -1;
    width: 100%;
  }

  /* Cada drawer ocupa completamente su celda */
  .section-complete-the-set .section__buttons > .section__drawer,
  .section-complete-the-set .section__buttons > accordion-default {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}

/* Móvil: ocupa todo el ancho y muestra una columna */
@media screen and (max-width: 749px) {
  .section-complete-the-set .section__buttons {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;
    max-width: 100%;

    column-gap: 0;
    row-gap: 0;
  }

  .section-complete-the-set .section__buttons > .section__head {
    grid-column: 1;
  }
}

#shopify-section-{{ section.id }} .gd-downloads {
  width: 100%;
  max-width: 520px;
  margin-top: 16px;
}

#shopify-section-{{ section.id }} .gd-download-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 28px;
  min-height: 71px;
  padding: 14px 8px 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.48);
}

#shopify-section-{{ section.id }} .gd-download-name {
  color: inherit;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .gd-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 92px;
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .gd-download-link:hover {
  opacity: 0.6;
}

#shopify-section-{{ section.id }} .gd-download-icon {
  display: block;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
}

@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} .gd-download-row {
    min-height: 58px;
    column-gap: 15px;
  }

  #shopify-section-{{ section.id }} .gd-download-name {
    font-size: 15px;
  }

  #shopify-section-{{ section.id }} .gd-download-link {
    min-width: 72px;
    font-size: 15px;
  }

  #shopify-section-{{ section.id }} .gd-download-icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}