.page-product #wrapper {
  background: var(--lmab-primary);
}

.page-product #wrapper .row {
  margin: 0;
}

.page-product #wrapper > .container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: none;
  padding: var(--lmab-padding-desktop);
  margin-right: auto;
  margin-left: auto;
  background: var(--lmab-primary);
}

.page-product #content-wrapper {
  margin-top: 4.5rem;
  flex: 1 1 auto;
  min-width: 0;
}

.page-product .product {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  padding-top: 1rem;
  color: var(--lmab-secondary);
}

.page-product .product__left {
  flex: 0 0 clamp(18rem, 28vw, 24rem);
  max-width: clamp(18rem, 28vw, 24rem);
  padding-left: 0;
  padding-right: 0;
}

.page-product .product__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 34rem;
  max-width: 48rem;
  padding-left: 0;
  padding-right: 0;
}

.page-product #left-column {
  width: 100%;
  max-width: calc(var(--lmab-safe-left));
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .page-product #left-column {
    position: sticky;
    top: calc(
      var(--lmab-header-height, 4rem) + var(--lmab-safe-space-desktop, 3.5rem)
    );
    max-height: calc(
      100svh - var(--lmab-header-height, 4rem) -
        var(--lmab-safe-space-desktop, 3.5rem) - 1.5rem
    );
    overflow-y: auto;
    align-self: flex-start;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .page-product #left-column::-webkit-scrollbar {
    display: none;
  }
}

.page-product .product__left .breadcrumb__wrapper {
  background: transparent;
  margin-bottom: 1rem;
}

.page-product .product__left .breadcrumb__wrapper .container {
  display: block;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.page-product .product__left .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  min-width: 100%;
}

.page-product .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb {
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  color: var(--lmab-secondary) !important;
}

.breadcrumb-item {
  color: var(--lmab-secondary) !important;
}

.page-product .breadcrumb-item {
  display: inline-flex;
  min-width: 0;
  flex: 0 0 auto;
}

.page-product .breadcrumb-item:last-child {
  flex: 1 1 auto;
  overflow: hidden;
}

.page-product .product__left .breadcrumb__wrapper[data-depth="1"] {
  display: block;
}

.page-product .breadcrumb span {
  font-family: "BradfordLLRegular", serif;
  color: var(--lmab-secondary) !important;
}

.page-product .breadcrumb-item:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--lmab-secondary);
}

.page-product .product__images {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  gap: 0.5rem;
}

.page-product .product__images .carousel {
  border-radius: 0%;
  border: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-product .thumbnails__container .thumbnail img {
  border-radius: 0%;
  border: 1px solid var(--lmab-secondary);
}

.page-product .product__images .carousel-inner {
  background: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-product .product__images__main-opener {
  width: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.page-product .product__images .carousel-item picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  max-width: 100%;
  overflow: visible;
}

.page-product .product__images .carousel-item img {
  display: block;
  width: auto;
  height: clamp(16rem, 30vw, 25rem);
  margin: 0;
  max-width: 100%;
  border: 1px solid var(--lmab-secondary) !important;
}

.page-product .product__images__modal-opener,
.page-product .carousel-control-prev,
.page-product .carousel-control-next {
  display: none;
}

.page-product .thumbnails__container {
  margin-top: 0.5rem;
}

.thumbnails__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.3rem;
  padding: 0;
  margin: 0;
}

.page-product .thumbnail {
  flex: 0 0 4.75rem;
  height: 5rem;
  max-width: 3.75rem;
}

.page-product .thumbnail picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.thumbnails__container .thumbnail:not(:last-child) {
  margin-bottom: 0;
}

.page-product .thumbnail img {
  width: auto;
  height: 100%;
  max-width: 100%;
  border: 1px solid var(--lmab-secondary);
  object-fit: contain;
}

.page-product .product__name {
  margin-bottom: 0;
  font-family: "BradfordLLRegular", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--lmab-secondary);
  text-transform: uppercase;
  letter-spacing: 0;
}

.page-product .product__description-short {
  margin-bottom: 0;
  font-family: "BradfordLLRegular", serif;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--lmab-secondary);
  letter-spacing: 0;
}

.page-product .product__author {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 1rem;
  line-height: 1.25;
}

.page-product .product__author-link {
  color: var(--lmab-secondary);
  text-decoration: none;
  transition: color 160ms ease;
}

.page-product .product__author-link:hover,
.page-product .product__author-link:focus-visible {
  color: var(--lmab-hover);
}

.page-product .product__description-short p {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.95rem;
  line-height: 1.15rem;
  margin: 0;
}

.page-product .prices__wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: baseline;
}

.page-product .product__current-price {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 1rem;
  font-weight: 700;
}

.page-product .product__tax-info,
.page-product .product__tax-label {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.page-product .product__tax-label::after {
  content: " - HORS FRAIS DE PORT *";
}

.page-product .product__add-to-cart .mb-3 {
  margin-bottom: 0 !important;
}

.page-product .form-control {
  font-size: 0.95rem;
  line-height: 1rem;
}

.page-product .product__add-to-cart .action-add-to-cart-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}

.page-product .product__add-to-cart .action-add-to-cart-wrapper-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}

.page-product .product-actions__quantity,
.page-product .product-actions__button {
  padding: 0;
}

.page-product .product-actions__button {
  flex: 0 0 auto;
  width: auto;
}

.page-product .quantity-button input {
  height: 1.75rem;
}

.page-product .product-actions__delivery {
  color: var(--lmab-secondary);
  flex: 0 0 calc(100% - 7.5rem);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.82rem;
  line-height: 1.15;
  padding: 0;
}

.page-product .product__delivery__information {
  display: block;
  max-width: 42rem;
}

.page-product .product-actions__button .add-to-cart {
  background: white;
  border-radius: 0;
  color: var(--lmab-secondary);
  font-family: "HammerBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.07rem 5rem;
  border: 1px solid var(--lmab-secondary);
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.page-product .product-actions__button .add-to-cart i {
  display: none;
}

.page-product .product-actions__button .add-to-cart:hover {
  text-decoration: none;
  background: var(--lmab-secondary);
  color: var(--lmab-primary);
}

.page-product .quantity-button {
  max-width: 7.5rem;
}

.page-product .quantity-button .input-group {
  border: 1px solid var(--lmab-secondary);
  overflow: hidden;
}

.page-product .quantity-button .btn,
.page-product .quantity-button .form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.85rem;
  line-height: 1rem;
  margin-bottom: -0.1rem;
  padding: 0;
  background-color: var(--lmab-primary);
}

.page-product .quantity-button .form-control:focus {
  box-shadow: none;
  border-left: 1px solid var(--lmab-secondary);
  border-right: 1px solid var(--lmab-secondary);
}

.page-product .quantity-button .minus-btn,
.page-product .quantity-button .plus-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.page-product .quantity-button .minus-btn {
  border-right: 1px solid var(--lmab-secondary);
}

.page-product .quantity-button .plus-btn {
  border-left: 1px solid var(--lmab-secondary);
}

.page-product .quantity-button .minus-btn:hover,
.page-product .quantity-button .plus-btn:hover {
  background-color: var(--lmab-secondary);
  color: var(--lmab-primary);
  opacity: 1;
}

.page-product .product__custom-details {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
}

.page-product .product__custom-details-title {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 0.1rem;
  text-transform: uppercase;
}

.page-product .product__custom-details-list {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

.page-product .product__custom-details-list div {
  display: flex;
  gap: 0.25rem;
}

.page-product .product__custom-details-list dt {
  font-weight: 400;
}

.page-product .product__custom-details-list dt::after {
  content: " :";
}

.page-product .product__custom-details-list dd {
  margin: 0;
}

.page-product .lmab-product-agenda {
  margin-top: 1.25rem;
  padding-top: 0.25rem;
  border-top: var(--lmab-line-size) solid var(--lmab-secondary);
  color: var(--lmab-secondary);
}

.page-product .lmab-product-agenda__title {
  margin: 0 0 0.6rem;
  color: var(--lmab-secondary);
  font-family: "HammerBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.page-product .lmab-product-agenda__events {
  display: grid;
  gap: 0.75rem;
}

.page-product .lmab-product-agenda__date {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.page-product .lmab-product-agenda__text {
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.9rem;
  line-height: 1.25;
}

.page-product .lmab-product-agenda__text p {
  margin: 0;
}

.page-product .lmab-product-agenda__link {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--lmab-secondary);
  font-family: "BradfordLLRegular", serif;
  font-size: 0.9rem;
  line-height: 1.15;
  text-decoration: underline;
}

.page-product #left-column .category-tree > .left-block__title {
  display: none;
}

.page-product
  #left-column
  .category-tree__child
  > .category-tree__list
  > .category-tree__item:first-child {
  display: none;
}

.page-product .category-tree__child .category-tree__list {
  row-gap: 0;
  padding-top: 0.5rem;
  scrollbar-width: none;
}

.page-product .category-tree__child .category-tree__list::-webkit-scrollbar {
  display: none;
}

.page-product .category-tree__child .category-tree__list a {
  font-family: "HammerBold", sans-serif;
  color: var(--lmab-secondary);
  font-size: 0.85rem;
  line-height: 0.65rem;
}

.page-product .category-tree__child .category-tree__list a:hover {
  color: var(--lmab-hover);
}

.page-product
  .category-tree__item.active
  > .category-tree__item__header
  .category-tree__item__link,
.page-product
  .category-tree__child
  .category-tree__item.active
  > .category-tree__item__header
  > a,
.page-product
  .category-tree__child
  .category-tree__item.active
  > .category-tree__item__header
  > .category-tree__item__link,
.page-product .category-tree__child .category-tree__item__link.is-current-url {
  color: var(--lmab-accent) !important;
}

.page-product .category-tree__separator {
  height: 1.5rem;
}

.page-product .social-sharing {
  display: none;
}

.page-product .wishlist-button-add {
  display: none;
}

.page-product .product-flags {
  display: none;
}

.page-product #product-availability {
  display: none;
}

.page-product .blockreassurance_product {
  display: none;
}

.page-product #notifications,
.page-product #notifications > .container,
.page-product #notifications .alert.alert-info {
  display: none;
}

.page-product .product-comments-additional-info,
.page-product #product-comments-list-header,
.page-product #product-comments-list,
.page-product #empty-product-comment,
.page-product #product-comments-list-footer,
.page-product #product-comments-list-pagination {
  display: none;
}

.lmabcdc-product-wrapper {
  border-top: var(--lmab-line-size) solid var(--lmab-secondary);
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-top: 0.25rem;
}

.lmabcdc-product-title {
  font-family: "HammerBold", sans-serif;
  color: var(--lmab-secondary);
}

.lmabcdc-product-note {
  color: var(--lmab-secondary);
}

.lmabcdc-product-note p {
  margin: 0;
  font-family: "BradfordLLRegular", serif;
  font-size: 0.95rem;
  line-height: 1rem;
}

.page-product .product-accessories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10rem !important;
  color: var(--lmab-secondary);
}

.page-product .product-accessories .section-title {
  margin-bottom: 2rem;
  color: var(--lmab-secondary);
  font-family: "HammerBold", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.page-product .product-accessories .products.row {
  row-gap: 0;
  justify-content: flex-start;
}

.page-product .product-accessories .product-miniature {
  display: flex;
  flex: 0 0 25%;
  justify-content: start;
  overflow: visible;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .page-product .product {
    display: grid;
    grid-template-columns: minmax(9rem, 44%) minmax(0, 1fr);
    align-items: flex-start;
    column-gap: clamp(1.25rem, 5vw, 3rem);
    row-gap: 0;
    margin-left: 0;
    margin-right: 0;
    color: var(--lmab-secondary);
  }

  .page-product #left-column {
    display: none;
  }

  .page-product .product__col {
    display: contents;
  }

  .page-product .product__left {
    grid-column: 1;
    grid-row: 1 / span 4;
    order: 1;
  }

  .page-product .product__left,
  .page-product .product__images {
    width: 100%;
    max-width: 100%;
  }

  .page-product .product__images .carousel {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .page-product .product__images__main-opener {
    width: 100%;
  }

  .page-product .product__images .carousel-item picture {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .page-product .product__images .carousel-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .page-product .thumbnails__list {
    gap: 0.6rem;
  }

  .page-product .thumbnail {
    flex: 0 0 clamp(2.75rem, 8vw, 4.75rem);
    height: clamp(3.5rem, 10.5vw, 6rem);
    max-width: clamp(2.75rem, 8vw, 4.75rem);
  }

  .page-product .product__name {
    grid-column: 2;
    order: 2;
    font-size: clamp(1rem, 1vw, 1.5rem);
    line-height: 1.2;
  }

  .page-product .product__author {
    grid-column: 2;
    order: 2;
    margin-bottom: 0;
    font-size: clamp(1rem, 3.3vw, 1.25rem);
    line-height: 1.1;
  }

  .page-product .product__prices {
    grid-column: 2;
    order: 3;
  }

  .page-product .prices__wrapper {
    flex-wrap: wrap;
    row-gap: 0.25rem;
    margin-bottom: 1.5rem;
  }

  .page-product .product__current-price {
    font-size: clamp(1rem, 1vw, 1.5rem);
    line-height: 1.2;
  }

  .page-product .product__add-to-cart .action-add-to-cart-wrapper-child {
    gap: 0;
  }

  .page-product .product__actions {
    grid-column: 2;
    order: 5;
  }

  .page-product .product__add-to-cart .action-add-to-cart-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .page-product .product-actions__button .add-to-cart {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.08rem 2rem;
    border: 1px solid var(--lmab-secondary);
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
  }

  .page-product .product-actions__delivery {
    flex-basis: auto;
    font-size: clamp(0.9rem, 3.3vw, 1.1rem);
    line-height: 1.15;
  }

  .page-product .product-accessories .products.row {
    padding: 0 1rem;
    row-gap: 2rem;
    column-gap: 1rem;
    justify-content: flex-start;
  }

  .page-product .product-accessories .product-miniature {
    justify-content: center;
  }

  .page-product .product__description-short {
    grid-column: 1 / -1;
    order: 10;
    padding-bottom: 3rem;
  }

  .page-product .product__description-short p {
    margin: 0;
  }

  .page-product .product__custom-details {
    grid-column: 1 / -1;
    order: 11;
    margin-top: 0;
  }

  .page-product .product__custom-details-title,
  .page-product .product__custom-details-list {
    font-size: clamp(0.9rem, 3.1vw, 1.1rem);
    line-height: 1.05;
  }

  .page-product .lmab-product-agenda {
    grid-column: 1 / -1;
    order: 12;
  }
}
