:root {
  --catalog-ui-font: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html,
body {
  font-family: var(--catalog-ui-font);
  position: relative;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

body button,
body input,
body select,
body textarea,
body table {
  font-family: inherit;
}

body.catalog-public-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.catalog-public-layout > .footer-container {
  margin-top: auto;
}

.home {
  padding-bottom: 8px;
}

input#search_bar:focus {
  box-shadow: none;
}
input#search_bar {
  color: white;
}

.table-image-td img {
  max-height: 180px;
}

tbody#tbody-content td.qty input {
      padding: 6px 8px !important;
}

th.td-precio {
  min-width: 110px !important;
}


.contenedor_categorias .categorias img,
.contenedor_productos .productos img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: -3px 0px 17px grey;
}

.contenedor_categorias .categorias .child_ {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: -3px 0px 17px grey;
}

.contenedor_categorias .categorias img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    object-position: center;
}

.footer-container {
  font-family: inherit;
  width: 100%;
  margin-top: 24px;
}

.catalog-footer-shell--public .catalog-footer-shell__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.footer-container p {
  margin: 0;
}

.footer-bottom-bar {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 16px;
}

.footer-bottom-bar__social {
  display: flex;
  justify-content: center;
}

.footer-bottom-bar__legal {
  justify-self: center;
  text-align: center;
}

.footer-bottom-bar__legal p {
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.footer-bottom-bar__legal-line,
.footer-bottom-bar__legal-rights {
  display: inline;
}

.footer-bottom-bar__legal-rights::before {
  content: " - ";
}

.footer-bottom-bar__payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.footer-social-list a:hover,
.footer-social-list a:focus,
.footer-social-list a:active {
  color: #d9b277 !important;
  border-color: rgba(217, 178, 119, 0.5);
  background: rgba(217, 178, 119, 0.08);
  text-decoration: none;
}

.footer-social-list i {
  color: currentColor;
  font-size: 15px;
  text-align: center;
}

.footer-payment-strip__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 18px;
  padding: 0;
}

.footer-payment-strip__item img {
  display: block;
  max-height: 12px;
  width: auto;
  margin: 0 auto;
  opacity: 0.92;
}

.header_ .cart-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  min-width: 136px;
  min-height: 48px;
  padding: 7px 13px 7px 9px;
  color: rgba(255, 255, 255, 0.96) !important;
  white-space: nowrap;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.06) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  font-family: inherit;
  margin: 0 0 0 auto;
  text-decoration: none;
}

.header_ .cart-container > *,
.header_ .cart-container > * * {
  pointer-events: none;
}

.header_ .cart-container::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05) 52%, rgba(255, 255, 255, 0.12));
  pointer-events: none;
}

.header_ .cart-container:hover,
.header_ .cart-container:focus-visible {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
  outline: none;
  text-decoration: none;
}

.header_ .cart-container:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header_ .cart-container__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  overflow: hidden;
}

.header_ .cart-container__icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12) 52%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.header_ .cart-container__icon::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 4px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  opacity: 0.92;
  pointer-events: none;
}

.header_ .cart-container__icon i {
  position: relative;
  z-index: 1;
}

.header_ .cart-container__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.header_ .cart-container__title {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94) !important;
}

.header_ .cart-container__summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.header_ .cart-container__count {
  display: inline-block;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

.header_ .cart-container__label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66) !important;
}


.container_modal {
  padding: 2rem 0rem;
}


 .table-image thead td, .table-image thead th {
	 border: 0;
	 color: #666;
	 font-size: 0.8rem;
}
 .table-image td, .table-image th {
	 vertical-align: middle;
	 text-align: center;
}
 .table-image td.qty, .table-image th.qty {
	 max-width: 2rem;
}
 .price {
	 margin-left: 1rem;
}
 .modal-footer {
	 padding-top: 0rem;
}

#modalLabel {
  font-size: 26px;
  font-family: inherit;
  text-align: center;
}

#cartModal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 760px;
}

@media (min-width: 992px) {
  #cartModal .modal-dialog {
    max-width: 860px;
  }

  #cartModal .cart-modal__table {
    table-layout: fixed;
  }

  #cartModal .cart-modal__table thead th:nth-child(1),
  #cartModal .table-image-td {
    width: 96px;
  }

  #cartModal .cart-modal__table thead th:nth-child(3),
  #cartModal .cart-item-cell--price,
  #cartModal .cart-modal__table thead th:nth-child(4),
  #cartModal .cart-item-cell--qty,
  #cartModal .cart-modal__table thead th:nth-child(5),
  #cartModal .cart-item-cell--subtotal {
    width: 110px;
  }

  #cartModal .cart-modal__table thead th:nth-child(6),
  #cartModal .cart-item-cell--action {
    width: 56px;
  }

  #cartModal .cart-item-cell--name {
    width: auto;
    padding-right: 16px;
  }
}

#cartModal {
  background: rgba(9, 14, 22, 0.58);
  backdrop-filter: blur(4px) saturate(115%);
  -webkit-backdrop-filter: blur(4px) saturate(115%);
}

#cartModal .modal-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 60px);
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fffdf9;
  box-shadow:
    0 34px 78px rgba(15, 23, 42, 0.34),
    0 14px 34px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.7);
}

.cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 16px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7f1 100%);
  border-bottom: 1px solid rgba(221, 209, 192, 0.72);
}

.cart-modal__title {
  margin: 0;
  color: #33291f;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.cart-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 1px solid #ece2d6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #8a7866;
  opacity: 1;
  text-shadow: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cart-modal__close:hover,
.cart-modal__close:focus {
  background: #f8f2ea;
  border-color: #decfbc;
  color: #5a4a39;
  opacity: 1;
  outline: none;
  transform: translateY(-1px);
}

.cart-modal__close span {
  display: block;
  margin-top: -2px;
  font-size: 26px;
  line-height: 1;
}

.cart-modal__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

.cart-modal__items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px 22px 10px;
}

.cart-modal__table {
  margin-bottom: 0;
}

.table-image-td {
  width: 30%;
}

#cartModal .table-image td.qty,
#cartModal .table-image th.qty {
  max-width: none;
  width: auto;
}

#cartModal .table-image-td img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}

#cartModal th {
    font-size: 12px !important;
}

#cartModal button.btn.btn-secondary {
  margin: 0;
}

#cartModal .modal-footer {
  padding-top: 12px !important;
}

#cartModal td {
  vertical-align: middle;
}

.cart-modal__summary {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 22px 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(218, 205, 188, 0.86);
  background: linear-gradient(180deg, #fffdfa 0%, #f7f0e6 100%);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.cart-modal__summary-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5b49;
}

.cart-modal__summary-value {
  display: block;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #198754;
}

.cart-modal__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 22px 10px;
}

.cart-modal__share-label {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #8b7c69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.cart-modal__share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.cart-modal__share-button {
  gap: 10px;
  min-height: 44px;
  min-width: 148px;
  padding: 0 16px;
}

.cart-modal__share-button--instagram {
  border-color: #e4d6de;
  background: linear-gradient(180deg, #fff8fb 0%, #fff1f6 100%);
  color: #7a2846;
}

.cart-modal__share-button--instagram:hover,
.cart-modal__share-button--instagram:focus {
  border-color: #d8c2cf;
  background: linear-gradient(180deg, #fff2f8 0%, #ffe7f0 100%);
  color: #6e213e;
}

.cart-modal__footer {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 22px 22px !important;
  gap: 12px;
}

.cart-modal__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.cart-modal__action-button:hover,
.cart-modal__action-button:focus {
  transform: translateY(-1px);
}

.cart-modal__action-button--secondary {
  border: 1px solid #e3d8c9;
  background: #fff;
  color: #574737;
  box-shadow: none;
}

.cart-modal__action-button--secondary:hover,
.cart-modal__action-button--secondary:focus {
  border-color: #d9c9b5;
  background: #f8f2ea;
  color: #3f3226;
}

.cart-modal__action-button--primary {
  border-color: #3ea05a;
  background: linear-gradient(180deg, #5fc876 0%, #41aa5c 100%);
  box-shadow: 0 16px 28px rgba(65, 170, 92, 0.24);
}

.cart-modal__action-button--primary:hover,
.cart-modal__action-button--primary:focus {
  border-color: #379251;
  background: linear-gradient(180deg, #58c16f 0%, #389753 100%);
  box-shadow: 0 18px 32px rgba(56, 151, 83, 0.3);
}

.cart-item-name {
  display: block;
  color: #242424;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.cart-item-metric__label {
  display: none;
}

.cart-item-metric__value {
  display: block;
  font-weight: 600;
}

.cart-item-cell--qty .cart-item-metric__control {
  max-width: 170px;
}

.cart-quantity-stepper {
  position: relative;
  display: inline-grid;
  grid-template-columns: 44px minmax(56px, 1fr) 44px;
  align-items: stretch;
  width: 100%;
  border: 1px solid #e5dbcf;
  border-radius: 14px;
  overflow: hidden;
  background: #fcfaf7;
  box-shadow: none;
}

.cart-quantity-stepper[data-loading="1"] {
  opacity: 0.75;
}

.cart-quantity-stepper__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: rgba(244, 236, 224, 0.78);
  color: #6b5b49;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.cart-quantity-stepper__button:hover,
.cart-quantity-stepper__button:focus {
  background: #ece2d4;
  color: #473b2d;
  outline: none;
}

.cart-quantity-stepper__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cart-quantity-stepper__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 0 8px;
  border-left: 1px solid #eee3d7;
  border-right: 1px solid #eee3d7;
  background: #ffffff;
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.cart-quantity-stepper .cart-quantity-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.cart-item-cell--action {
  white-space: nowrap;
}

.cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border: 1px solid #e6ddd1;
  border-radius: 11px;
  background: #fffdf9;
  color: #8f7c68;
  box-shadow: none;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm:hover,
.cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm:focus {
  background: #f8f1ea;
  border-color: #e2c7c1;
  color: #bf4d4d;
  transform: translateY(-1px);
}

.cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm i {
  font-size: 13px;
}

.header_ #count-cart {
    padding: 1px 6px;
}


.input_cantidad input {
  display: inline-block;
  margin-left: 12px;
  max-width: 105px;
  display: inline-block;
}

.input_cantidad span {
  display: inline-block !important;
}

.input_cantidad {
      margin-bottom: 10px;
      display: flex;
    align-items: center;
}

span, h4, a {
    font-family: inherit;
}

.child_2 h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h2.entry-title {
    text-align: center;
    margin-bottom: 0;
}

.catalog-product-detail-page {
    padding: 22px 0 46px;
    background: #f4f6f8;
}

.catalog-product-detail-page > .container {
    width: 100%;
    max-width: 1210px;
}

.catalog-detail-breadcrumb {
    max-width: 1180px;
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 13px;
    border: 1px solid rgba(31, 37, 48, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
}

.catalog-detail-breadcrumb a {
    color: #4b5563;
}

.catalog-detail-breadcrumb .current {
    color: #7b8494;
}

.catalog-detail-heading {
    max-width: 1180px;
    margin: 0 auto 18px;
}

h2.catalog-detail-title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #151a22;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.catalog-detail-category {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff;
    color: #687386;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(31, 37, 48, 0.08);
    border-radius: 14px;
    background: #f8fafc;
}

.product-quantity-label {
    font-weight: 600;
    color: #444;
}

.product-quantity-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(31, 37, 48, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 42px;
}

.product-quantity-stepper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    background: #fff;
    border: none;
    cursor: pointer;
    color: #555;
    transition: background 0.2s, color 0.2s;
}

.product-quantity-stepper__btn:hover:not(:disabled) {
    background: #f1f5f9;
    color: #111;
}

.product-quantity-stepper__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-quantity-stepper__input {
    width: 50px;
    height: 100%;
    border: none;
    border-left: 1px solid rgba(31, 37, 48, 0.10);
    border-right: 1px solid rgba(31, 37, 48, 0.10);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    -moz-appearance: textfield;
}

.product-quantity-stepper__input::-webkit-outer-spin-button,
.product-quantity-stepper__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity-stepper__input:disabled {
    background: #fafafa;
    color: #999;
}

.container_producto .imagen img,
.container_producto .descripcion img{
    margin: auto;
}

.catalog-product-image-frame {
    position: relative;
    text-align: center;
}

.catalog-product-gallery-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 22px;
    border: 1px solid rgba(31, 37, 48, 0.07);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.catalog-product-image-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    min-height: 420px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 0;
    border: 1px solid rgba(31, 37, 48, 0.06);
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    padding: 0;
    vertical-align: top;
}
 
.catalog-product-image-frame--characteristics .catalog-product-image-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 0;
    border-radius: 14px;
    border-color: rgba(128, 128, 128, 0.22);
    background: transparent;
    box-shadow: none;
}

.catalog-product-image-frame--characteristics.is-characteristic-height-ready .catalog-product-image-box {
    min-height: var(--catalog-characteristic-min-image-height);
    height: var(--catalog-characteristic-min-image-height);
    max-height: max(var(--catalog-characteristic-min-image-height), 220px);
}

.catalog-product-characteristic-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.catalog-product-characteristic-gallery-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 620px;
    margin: 18px auto 0;
    gap: 10px;
}

.catalog-product-characteristic-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.catalog-product-characteristic-gallery-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    background: #fff;
    color: #444;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: background 0.2s, color 0.2s, transform 0.2s;
    z-index: 2;
    flex-shrink: 0;
}

.catalog-product-characteristic-gallery-arrow:hover,
.catalog-product-characteristic-gallery-arrow:focus {
    background: #f8f8f8;
    color: #111;
    transform: translateY(-1px);
    outline: none;
}

.catalog-product-characteristic-gallery-arrow:active {
    transform: translateY(1px);
}

.catalog-product-characteristic-gallery-arrow--prev {
    /* Arrow specific tweaks if needed */
}

.catalog-product-characteristic-gallery-arrow--next {
    /* Arrow specific tweaks if needed */
}

.catalog-product-characteristic-gallery::-webkit-scrollbar {
    display: none;
}

.catalog-product-characteristic-thumb {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    cursor: pointer;
    width: 82px;
    height: 82px;
    padding: 5px;
    border: 1px solid rgba(31, 37, 48, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.catalog-product-characteristic-thumb:hover,
.catalog-product-characteristic-thumb:focus {
    outline: none;
    border-color: rgba(31, 37, 48, 0.22);
    transform: translateY(-1px);
}

.catalog-product-characteristic-thumb.is-active {
    border-color: #1f2530;
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 37, 48, 0.12);
}

.catalog-product-characteristic-thumb.is-out-of-stock {
    opacity: 0.58;
}

.catalog-product-characteristic-thumb__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
}

.catalog-product-characteristic-thumb__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog-product-characteristic-thumb__stock-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #dc2626;
    box-shadow: 0 0 0 3px #fff;
}

.container_producto .imagen img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: .5s;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.catalog-product-characteristic-gallery .catalog-product-characteristic-thumb__media img {
    object-position: center;
}

.catalog-product-stock-ribbon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 165%;
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(153, 27, 27, 0.96), rgba(220, 38, 38, 0.92), rgba(153, 27, 27, 0.96));
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 22px rgba(127, 29, 29, 0.2);
    transform: translate(-50%, -50%) rotate(-33deg);
    transform-origin: center;
    pointer-events: none;
}

.contenedor_categorias,
.contenedor_productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenedor_categorias .categorias,
.contenedor_productos .productos {
    width: 20%;
    margin: 20px 20px;
    transition: .5s;
}

.contenedor_categorias .categorias:hover {
    box-shadow: -3px 3px 10px grey;
    opacity: .8;
}

.contenedor_productos .productos,
.contenedor_productos .productos img {
    transition: .5s;
}

.contenedor_productos .productos a:hover  {
    text-decoration: none;
}

.contenedor_productos .productos a  {
    color: black;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
}

.contenedor_productos .productos a:focus,
.contenedor_productos .productos a:active,
.contenedor_productos .productos a:focus-visible {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.contenedor_productos .productos a:focus .catalog-product-card-media,
.contenedor_productos .productos a:active .catalog-product-card-media,
.contenedor_productos .productos a:focus-visible .catalog-product-card-media {
    outline: none;
    box-shadow: -3px 3px 16px rgba(31, 37, 48, 0.18);
}

.catalog-product-card-shell {
    position: relative;
}

.contenedor_productos .productos .child_ {
    position: relative;
}

.catalog-product-card-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f6f3ed);
    box-shadow: -3px 3px 16px rgba(31, 37, 48, 0.18);
}

.contenedor_productos .productos .catalog-product-card-media > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.catalog-product-card-media--mosaic {
    padding: 10px;
}

.catalog-product-card-mosaic {
    display: grid;
    width: 100%;
    height: 100%;
    --catalog-product-card-mosaic-gap: 7px;
    gap: var(--catalog-product-card-mosaic-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    align-items: start;
}

.catalog-product-card-mosaic--count-1 {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.catalog-product-card-mosaic--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.catalog-product-card-mosaic--count-2 .catalog-product-card-mosaic__tile {
    height: 100%;
    aspect-ratio: auto;
}

.catalog-product-card-mosaic__tile {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(138, 82, 29, 0.08);
}

.catalog-product-card-mosaic--count-1 .catalog-product-card-mosaic__tile {
    height: 100%;
}

.catalog-product-card-mosaic--count-3 .catalog-product-card-mosaic__tile:last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    width: calc(50% - (var(--catalog-product-card-mosaic-gap) / 2));
}

.catalog-product-card-mosaic__tile img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
    object-fit: contain;
    object-position: center;
}

.catalog-product-card-mosaic__tile--out-of-stock::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.28));
    pointer-events: none;
}

.catalog-product-card-mosaic__overflow {
    position: absolute;
    inset: auto 8px 8px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.catalog-product-card-quick-add {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.92);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, opacity .2s ease;
}

.catalog-product-card-quick-add:hover,
.catalog-product-card-quick-add:focus {
    background: #111;
    color: #fff;
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    outline: none;
}

.catalog-product-card-quick-add[disabled] {
    opacity: 0.65;
    cursor: wait;
}

.catalog-product-card-quick-add i {
    font-size: 15px;
}

.catalog-product-card-quick-add__plus {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #d2a25f;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.catalog-product-stock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(153, 27, 27, 0.94);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.contenedor_productos .productos:hover .catalog-product-card-media > img {
    box-shadow: -3px 3px 10px grey;
    opacity: .8;
}

.contenedor_productos .productos:hover .catalog-product-card-mosaic__tile img {
    box-shadow: none;
    opacity: 1;
    transform: scale(1.03);
}


.header_ {
    background-color: #1a1a1a;
    position: relative;
    z-index: 2;
}

.barra_search {
    background-color: #2f2f2f;
    border: none;
}

.boton_search {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    margin: 0;
    transition: .5s;
}

.container_ {
    padding-right: 15px;
    padding-left: 15px;
}

.boton_search:hover {
    background-color: #ffffff3b;
    border-color: #2f2f2f;
}

.logo_header {
    max-width: 230px;
}

.header_ .row {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.header_ .header-row {
    position: relative;
}

.header_ .header-cart-slot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.category_home {
    background:#333;
    font-size:25px;
    color:white;
    padding:5px 0;
    text-align:center;
    font-family: inherit;
    margin-top: 15px;
    transition: .5s;
}

.category_home:hover {
    color: #aa621a;
    cursor: default;
}

.container_ .col-md-12 {
    min-height: auto;
    padding: 0;
}

div#carousel-example-generic {
    box-shadow: -2px 2px 8px grey;
}

div#carousel-example-generic .carousel-control,
div#carousel-example-generic .carousel-control:focus,
div#carousel-example-generic .carousel-control:active,
div#carousel-example-generic .carousel-control:focus-visible {
    outline: none;
    box-shadow: none;
}

div#carousel-example-generic .carousel-control:focus-visible .glyphicon {
    text-shadow: 0 0 0 transparent, 0 0 10px rgba(255, 255, 255, 0.75);
}

div#carousel-example-generic .item img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    div#carousel-example-generic .item img {
        max-height: 300px;
    }

    div#carousel-example-generic .carousel-caption h2 {
        font-size: 16px;
    }
}

nav.navbar.navbar-default.navbar-static-top {
    margin-bottom: 0;
}

.col-md-12 .jumbotron {
    text-align: center;
}

li a {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ccc !important;
    text-transform: uppercase;
    line-height: 20px;
}

nav.navbar.navbar-default.navbar-static-top {
    background: black;
    box-shadow: -2px 2px 8px grey;
    border: none;
    position: relative;
    z-index: 1;
}

.col-md-12 img {
    max-width: 340px;
}

.catalog-product-image-box:hover img {
    opacity: .8;
}

.catalog-product-image-box:hover {
    box-shadow: -4px 4px 10px grey;
}


input.form-control.barra_search {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.header_ .logo {
    text-align: center;
}

.header_ .barra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_ .barra form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

@media (min-width: 993px) {
    .header_ {
        --header-cart-min-height: 48px;
    }

    .header_ .logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .header_ .logo a {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        min-height: var(--header-cart-min-height);
        max-width: 180px;
        width: auto;
    }

    .header_ .barra form {
        max-width: 860px;
    }

    .logo_header {
        display: block;
        max-width: 180px;
        max-height: calc(var(--header-cart-min-height) + 8px);
        width: auto;
        height: auto;
        margin: 0;
    }
}

.navbar-nav a:hover {
    color: #aa621a !important;
}

.navbar-nav a {
    transition: .5s;
}

.categorias a:hover {
    text-decoration: none;
}

.categorias a {
    position: relative;
    display: block;
    transition: .5s;
}

.categorias .child_2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 100%;
    bottom: 28px;
    transition: .5s;
}

.categorias .child_2 h4 {
    color: black;
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    transition: .5s;
}

.categorias .child_2:hover {
    background: black;
}

.categorias .child_2:hover h4{
    color: white;
}

.contenedor_productos .productos .child_2 {
    padding-top: 10px;
}

.catalog-product-card-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin: 0 0 8px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #f3ede4;
    color: #8a521d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contenedor_productos .productos .child_2 h4 {
    margin: 0 0 6px;
}

.catalog-product-card-price {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2530;
}

ul.nav.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-buttons {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 37, 48, 0.08);
  text-align: left;
}

.product-buttons > span,
.product-share-actions {
  display: block;
  margin-bottom: 0;
}

.product-buttons .product-characteristic-select-row {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(31, 37, 48, 0.08);
  border-radius: 14px;
  background: #f8fafc;
}

.product-buttons .input_select,
.product-quantity-label {
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  border-width: 1px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 18px rgba(31, 37, 48, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, filter .2s ease;
}

.product-buttons > span .product-detail-action-button {
  width: 100%;
}

.product-buttons .boton-add-to-cart {
  border-color: #06a65a;
  background: #06a65a;
  color: #fff;
}

.product-buttons .boton-add-to-cart:hover,
.product-buttons .boton-add-to-cart:focus {
  border-color: #058f4e;
  background: #058f4e;
  color: #fff;
}

.product-buttons .boton-order-only {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.product-buttons .boton-order-only:hover,
.product-buttons .boton-order-only:focus {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #fff;
}

.product-detail-action-button:hover,
.product-detail-action-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(31, 37, 48, 0.14);
}

.product-detail-action-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
}

.product-detail-action-button.btn-light {
  border-color: rgba(31, 37, 48, 0.16);
  background: #fff;
  color: #1f2530;
  box-shadow: none;
}

.product-detail-action-button.btn-light:hover,
.product-detail-action-button.btn-light:focus {
  background: #f8fafc;
}

.product-buttons button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.product-buttons a {
  color: white;
}

.product-share-actions {
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 37, 48, 0.08);
}

.product-share-actions__label {
  display: block;
  margin-bottom: 9px;
  color: #5b6472;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-share-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-share-actions__button {
  border-radius: 999px;
  width: auto;
  min-height: 38px;
  padding: 8px 14px;
  box-shadow: none;
  font-size: 13px;
}

.product-share-actions__button--whatsapp {
  background: #198754;
  border-color: #198754;
}

.product-share-actions__button--instagram {
  border-color: rgba(131, 58, 180, 0.18);
  background: #fff7fb;
  color: #7a2846;
}

.product-share-actions__hint {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.45;
}

.row.container_producto {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto 38px;
    padding: 4px 0 0;
}

.row.container_producto::before,
.row.container_producto::after {
    display: none;
}

.row.container_producto > .catalog-product-image-frame,
.row.container_producto > .catalog-product-purchase-panel {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.row.container_producto > .catalog-product-image-frame {
    display: flex;
    flex: 0 0 58%;
    width: 58%;
    flex-direction: column;
    align-items: stretch;
}

.row.container_producto > .catalog-product-purchase-panel {
    flex: 1 1 0;
    width: auto;
}

.catalog-product-purchase-panel {
  align-self: flex-start;
  padding: 26px;
  border: 1px solid rgba(31, 37, 48, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.catalog-product-price-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.catalog-product-price-label {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-purchase-panel h2#place_price {
  margin: 0;
  color: #111827;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.catalog-product-currency {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.catalog-product-description-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 28px 28px;
  border: 1px solid rgba(31, 37, 48, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.catalog-product-description-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(31, 37, 48, 0.08);
}

.catalog-product-description-tab {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 4px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-product-description-tab.is-active {
  color: #111827;
  box-shadow: inset 0 -2px 0 #111827;
}

.catalog-product-description-content {
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
}

.catalog-product-description-content :first-child {
  margin-top: 0;
}

.catalog-product-description-content :last-child {
  margin-bottom: 0;
}

.catalog-product-detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 37, 48, 0.08);
  color: #6b7280;
  font-size: 14px;
}

.catalog-product-detail-list strong {
  color: #111827;
}

.catalog-product-detail-page {
  padding: 28px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(190, 210, 235, 0.34), transparent 34%),
    radial-gradient(circle at top right, rgba(227, 205, 176, 0.26), transparent 28%),
    linear-gradient(180deg, #e9eef4 0%, #f5f7fa 26%, #edf1f5 100%);
}

.catalog-detail-breadcrumb {
  margin-bottom: 18px;
  padding: 11px 16px;
  border: 1px solid rgba(98, 112, 133, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.catalog-detail-heading {
  margin-bottom: 24px;
}

h2.catalog-detail-title {
  color: #111827;
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -0.03em;
}

.catalog-detail-category {
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.82);
  color: #5f6b7d;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.catalog-product-detail-layout {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 42px;
}

.catalog-product-gallery-card {
  padding: 28px;
  border: 1px solid rgba(140, 152, 168, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 252, 0.96));
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.catalog-product-image-box {
  min-height: 500px;
  border: 1px solid rgba(156, 163, 175, 0.15);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(246, 248, 251, 0.96) 62%, rgba(228, 235, 243, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 34px rgba(148, 163, 184, 0.12);
}

.catalog-product-image-frame--characteristics .catalog-product-image-box {
  border-radius: 24px;
  border-color: rgba(156, 163, 175, 0.16);
}

.catalog-product-characteristic-gallery-wrapper {
  max-width: 100%;
  margin-top: 20px;
  gap: 12px;
}

.catalog-product-characteristic-gallery {
  gap: 12px;
  padding: 4px 4px 8px;
}

.catalog-product-characteristic-gallery-arrow {
  width: 40px;
  height: 40px;
  border-color: rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #4b5563;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.catalog-product-characteristic-thumb {
  width: 86px;
  height: 86px;
  padding: 6px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.catalog-product-purchase-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-product-panel-card,
.catalog-product-actions-stack,
.catalog-product-description-section {
  border: 1px solid rgba(140, 152, 168, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.96));
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.catalog-product-panel-card {
  padding: 24px 24px 18px;
  border-radius: 26px;
}

.catalog-product-price-block {
  gap: 10px;
  margin-bottom: 0;
}

.catalog-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.catalog-product-price-label {
  color: #667085;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.catalog-product-purchase-panel h2#place_price {
  font-size: clamp(38px, 4vw, 46px);
  letter-spacing: -0.04em;
}

.catalog-product-currency {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #ecf1f7;
  color: #556274;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-panel-card h4 {
  display: inline-flex;
  align-items: center;
  margin: 14px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  background: #f5f7fb;
  color: #465364;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
  padding: 24px;
  border-radius: 26px;
}

.product-buttons .product-characteristic-select-row,
.product-quantity-wrapper {
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: #f7f9fc;
}

.product-buttons .input_select,
.product-quantity-label {
  color: #667085;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.product-quantity-wrapper {
  justify-content: space-between;
}

.product-quantity-stepper {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 15px;
  background: #fff;
  height: 48px;
}

.product-quantity-stepper__btn {
  width: 44px;
  color: #475467;
}

.product-quantity-stepper__btn:hover:not(:disabled) {
  background: #eef2f7;
}

.product-quantity-stepper__input {
  width: 56px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.product-detail-action-button {
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.product-buttons .boton-add-to-cart {
  border-color: #14804a;
  background: linear-gradient(180deg, #1aa85f 0%, #14804a 100%);
  box-shadow: 0 18px 30px rgba(20, 128, 74, 0.24);
}

.product-buttons .boton-order-only {
  border-color: #1f4dd8;
  background: linear-gradient(180deg, #3b6fff 0%, #1f4dd8 100%);
  box-shadow: 0 18px 30px rgba(31, 77, 216, 0.22);
}

.product-detail-action-button--ghost {
  border-color: rgba(17, 24, 39, 0.16);
  background: #ffffff;
  color: #1f2937 !important;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.product-detail-action-button--muted,
.product-detail-action-button.btn-light {
  border-color: rgba(148, 163, 184, 0.2);
  background: #eef2f7;
  color: #364152 !important;
  box-shadow: none;
}

.product-detail-action-button--ghost:hover,
.product-detail-action-button--ghost:focus,
.product-detail-action-button--muted:hover,
.product-detail-action-button--muted:focus,
.product-detail-action-button.btn-light:hover,
.product-detail-action-button.btn-light:focus {
  background: #e6ebf2;
  color: #101828 !important;
}

.product-detail-action-button a {
  color: inherit;
}

.product-share-actions {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.product-share-actions__label {
  margin-bottom: 12px;
  color: #667085;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.product-share-actions__buttons {
  gap: 10px;
}

.product-share-actions__button {
  min-height: 44px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.product-share-actions__button--whatsapp {
  border-color: rgba(20, 128, 74, 0.12);
  background: #e8f7ef;
  color: #157347;
  box-shadow: none;
}

.product-share-actions__button--instagram {
  border-color: rgba(217, 70, 239, 0.12);
  background: #fff1f7;
  color: #9a3d6a;
}

.product-share-actions__hint {
  margin: 10px 0 0;
  color: #7a8597;
  font-size: 12px;
  line-height: 1.55;
}

.catalog-product-description-section {
  padding: 28px 30px 30px;
  border-radius: 26px;
}

.catalog-product-description-tabs {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

.catalog-product-description-tab {
  padding-bottom: 9px;
  color: #475467;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.catalog-product-description-content {
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .catalog-product-detail-layout {
    gap: 22px;
    margin-bottom: 34px;
  }

  .catalog-product-gallery-card,
  .catalog-product-panel-card,
  .catalog-product-actions-stack,
  .catalog-product-description-section {
    border-radius: 22px;
  }

  .catalog-product-image-box {
    min-height: 360px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .catalog-product-detail-page {
    padding: 18px 0 38px;
  }

  .catalog-detail-breadcrumb,
  .catalog-product-gallery-card,
  .catalog-product-panel-card,
  .catalog-product-actions-stack,
  .catalog-product-description-section {
    width: 100%;
  }

  .catalog-detail-breadcrumb {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .catalog-detail-heading {
    margin-bottom: 18px;
  }

  h2.catalog-detail-title {
    font-size: 30px;
  }

  .catalog-product-gallery-card {
    padding: 18px;
    border-radius: 22px;
  }

  .catalog-product-image-box {
    min-height: 250px;
    border-radius: 18px;
  }

  .catalog-product-panel-card,
  .catalog-product-actions-stack,
  .catalog-product-description-section {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 22px;
  }

  .catalog-product-actions-stack {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .catalog-product-purchase-panel h2#place_price {
    font-size: 34px;
  }

  .product-quantity-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .product-quantity-stepper {
    width: 100%;
  }

  .product-quantity-stepper__input {
    flex: 1 1 auto;
    width: auto;
  }

  .product-detail-action-button,
  .product-share-actions__button {
    min-height: 48px;
    border-radius: 14px;
  }
}

.product-buttons a:active,
.product-buttons a:focus,
.product-buttons a:hover {
  text-decoration: none;
}

.footer-container p {
     text-align: center;
 }

.descripcion h2 {
  display: inline-block;
}

.descripcion h4 {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
}

.swal2-popup.swal2-modal.swal2-show {
  width: 30% !important;
}

.swal2-actions button {
  font-size: 16px !important;
  font-family: inherit !important;
}

div#swal2-html-container .btn {
  margin: 0 5px;
}

.swal2-styled:focus {
  outline-offset: inherit;
  outline: none;
  box-shadow: none;
}

input.swal2-input {
    max-width: 50%;
}

div#swal2-content {
    font-size: 17px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1370px;
    }
}

@media (max-width: 1150px) {
    .contenedor_categorias .categorias, .contenedor_productos .productos {
      width: 28%;
   }
}

@media (max-width: 992px) {
    .header_ .logo {
        text-align: center;
    }
    .catalog-product-detail-page {
        padding-top: 16px;
    }
    .catalog-detail-breadcrumb,
    .catalog-detail-heading,
    .catalog-product-description-section {
        max-width: 620px;
    }
    h2.catalog-detail-title {
        font-size: 30px;
    }
    .row.container_producto {
        flex-direction: column;
        gap: 24px;
        max-width: 620px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row.container_producto > .catalog-product-image-frame,
    .row.container_producto > .catalog-product-purchase-panel {
        flex: none;
        width: 100%;
    }
    .row.container_producto > .catalog-product-image-frame {
        align-items: center;
    }
    .catalog-product-purchase-panel {
        max-width: 560px;
        margin: 0 auto;
    }
    .col-md-7.imagen,
    .col-md-8.imagen {
        margin-bottom: 20px;
    }
    .col-md-5.descripcion,
    .col-md-4.descripcion {
        max-width: 387px;
        margin: auto;
    }
    .col-md-5.descripcion.catalog-product-purchase-panel {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .catalog-product-gallery-card {
        max-width: 560px;
        margin: 0 auto;
    }
    .catalog-product-image-box {
        min-height: 340px;
    }
    .swal2-popup.swal2-modal.swal2-show {
        min-width: 500px;
    }

}

@media (max-width: 768px) {
    .contenedor_categorias .categorias, .contenedor_productos .productos {
      width: 40%;
   }

    .contenedor_categorias .categorias, .contenedor_productos .productos {
        margin: 20px 12px;
    }

    .catalog-product-card-media--mosaic {
        padding: 8px;
    }

    .catalog-product-card-mosaic {
        --catalog-product-card-mosaic-gap: 6px;
    }
    .catalog-detail-breadcrumb,
    .catalog-detail-heading,
    .catalog-product-description-section {
        width: 92%;
    }
    .catalog-detail-breadcrumb {
        padding: 8px 10px;
    }
    h2.catalog-detail-title {
        font-size: 26px;
        line-height: 1.18;
    }
    .categorias .child_2 {
        bottom: 12px;
    }
    .categorias .child_2 h4 {
        font-size: 13px;
    }
    .col-md-5.descripcion,
    .col-md-4.descripcion {
        width: 82%;
        margin: auto;
        margin-top: 15px;
    }
    .col-md-5.descripcion.catalog-product-purchase-panel {
        width: 92%;
        max-width: 560px;
        margin: 0 auto;
    }
    .catalog-product-gallery-card {
        width: 92%;
        padding: 14px;
        border-radius: 16px;
    }
    .catalog-product-image-box {
        min-height: 260px;
        border-radius: 14px;
    }
    .catalog-product-characteristic-gallery-wrapper {
        gap: 8px;
        margin-top: 14px;
    }
    .catalog-product-characteristic-gallery-arrow {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }
    .catalog-product-purchase-panel {
        padding: 20px;
        border-radius: 16px;
    }
    .catalog-product-purchase-panel h2#place_price {
        font-size: 30px;
    }
    .catalog-product-description-section {
        padding: 20px;
        border-radius: 16px;
    }
    .product-quantity-wrapper {
        align-items: stretch;
        flex-direction: column;
    }
    .product-quantity-stepper {
        width: 100%;
    }
    .product-quantity-stepper__input {
        flex: 1 1 auto;
        width: auto;
    }
    .catalog-product-stock-ribbon {
        top: 50%;
        left: 50%;
        width: 165%;
        font-size: 11px;
        letter-spacing: 0.14em;
        transform: translate(-50%, -50%) rotate(-33deg);
    }

}

@media (max-width: 696px) {
    .logo_header {
      max-width: 177px;
    }

}

@media (max-width: 552px) {
    .swal2-popup.swal2-modal.swal2-show {
      min-width: 333px;
    }

}


@media (max-width: 499px) {
    .header_ .container {
      position: relative;
      overflow: visible;
    }
    .header_ .header-row {
      display: grid;
      grid-template-columns: 56px minmax(0, 1fr) minmax(136px, 146px);
      grid-template-areas:
        "nav logo cart"
        "search search search";
      align-items: center;
      column-gap: 8px;
      row-gap: 12px;
      padding: 10px 0 0;
    }
    .header_ .header-nav-slot {
      grid-area: nav;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      min-height: 52px;
      margin: 0;
      padding-left: 10px;
      background: transparent !important;
      box-shadow: none !important;
      z-index: 20;
    }
    .header_ .header-cart-slot {
        grid-area: cart;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        z-index: 7;
        width: auto;
        min-width: 0;
        min-height: 52px;
        padding: 0 10px 0 6px;
        box-sizing: border-box;
        justify-self: stretch;
        isolation: isolate;
    }
    .header_ .cart-container {
        position: relative;
        z-index: 8;
        width: 100%;
        max-width: none;
        min-height: 42px;
        min-width: 0;
        padding: 6px 9px 6px 8px;
        box-sizing: border-box;
        gap: 7px;
        margin: 0;
        pointer-events: auto;
        touch-action: manipulation;
    }
    .header_ .cart-container__icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .header_ .cart-container__title {
        font-size: 9px;
        letter-spacing: 0.06em;
    }
    .header_ .cart-container__count {
        min-width: 16px;
        padding: 1px 5px;
        font-size: 9px;
    }
    .header_ .cart-container__summary {
        gap: 3px;
    }
    .header_ .cart-container__label {
        font-size: 8px;
        letter-spacing: 0.06em;
    }
    .header_ .logo {
      grid-area: logo;
      position: relative;
      z-index: 1;
      float: none;
      width: auto;
      min-width: 0;
      text-align: center;
      margin: 0;
      padding: 0 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      overflow: hidden;
    }
    .header_ .barra {
      grid-area: search;
      float: none;
      width: 100%;
      margin: 0;
      clear: none;
      text-align: center;
    }
    .header_ .barra form {
      max-width: none;
      width: 100%;
    }
    .logo_header {
      max-width: 144px;
      max-height: 42px;
      width: 100%;
      height: auto;
      display: block;
    }
    .header_ .logo a {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      overflow: hidden;
    }
    .header_ .header-nav-toggle {
      position: relative;
      z-index: 21;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      float: none;
      margin: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
    }
    .header_ .header-nav-toggle:hover,
    .header_ .header-nav-toggle:focus {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.28);
      outline: none;
    }
    .header_ .header-nav-toggle .icon-bar {
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: #f5f5f5;
    }
    .header_ .header-nav-toggle .icon-bar + .icon-bar {
      margin-top: 4px;
    }
    .menu-principal {
      display: none;
    }
    ul.nav.navbar-nav {
      display: block;
    }
    .header_ .header-mobile-menu {
      position: absolute;
      top: 60px;
      left: 10px;
      width: min(320px, calc(100% - 20px));
      min-width: 0;
      max-width: none;
      z-index: 19;
    }
    .header_ .header-mobile-menu__panel {
      background: #222020;
      border-radius: 12px;
      box-shadow: -2px 2px 8px grey;
      padding: 6px 0;
      border: 1px solid rgba(75, 0, 130, 0);
    }
    .header_ .header-mobile-menu__panel > .nav {
      float: none;
      margin: 0;
    }
    .header_ .header-mobile-menu__panel > .nav > li {
      float: none;
    }
    .header_ .header-mobile-menu__panel > .nav > li > a,
    .header_ .header-mobile-menu__panel > .nav > li.dropdown > a {
      padding-left: 18px;
      padding-right: 18px;
    }
    .header_ .header-mobile-menu__panel .navbar-right {
      margin-right: 0;
      float: none !important;
    }
    .header_ .header-mobile-menu__panel .dropdown-menu {
      position: static;
      float: none;
      width: 100%;
      margin: 0;
      background: rgba(255, 255, 255, 0.04);
      border: 0;
      border-radius: 0;
      box-shadow: none;
    }
    .header_ .header-mobile-menu__panel .dropdown-menu > li > a {
      padding-left: 28px;
      padding-right: 18px;
    }
    .catalog-product-card-quick-add {
      top: 10px;
      right: 10px;
      width: 38px;
      height: 38px;
    }
    .catalog-product-card-quick-add i {
      font-size: 14px;
    }
}

@media (max-width: 411px) {
    .logo_header {
        max-width: 124px;
        max-height: 38px;
    }
    .header_ .header-row {
        grid-template-columns: 52px minmax(0, 1fr) minmax(124px, 132px);
        column-gap: 6px;
    }
    .header_ .header-nav-slot {
        padding-left: 8px;
    }
    .header_ .header-cart-slot {
        padding: 0 8px 0 6px;
    }
    .header_ .cart-container__title {
        font-size: 8px;
    }
    .header_ .cart-container__label {
        font-size: 7px;
    }
    .header_ .header-mobile-menu {
        left: 8px;
        width: min(250px, calc(100% - 16px));
    }
}

@media (max-width: 767px) {
  .header_ .header-cart-slot {
    position: relative;
    z-index: 12;
    isolation: isolate;
    pointer-events: auto;
  }
  .header_ .cart-container {
    position: relative;
    z-index: 13;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  #cartModal .modal-dialog {
    width: calc(100% - 16px);
    margin: 12px auto;
  }
  #cartModal .modal-content {
    max-height: calc(100vh - 45px);
    border-radius: 20px;
  }
  #cartModal .cart-modal__header {
    padding: 16px 18px 12px;
  }
  #cartModal .cart-modal__title {
    font-size: 22px;
  }
  #cartModal .cart-modal__close {
    width: 32px;
    height: 32px;
  }
  #cartModal .cart-modal__close span {
    font-size: 22px;
  }
  #cartModal .cart-modal__items {
    padding: 10px 16px 8px;
  }
  #cartModal .cart-modal__table,
  #cartModal .cart-modal__table tbody,
  #cartModal .cart-modal__table tr,
  #cartModal .cart-modal__table td {
    display: block;
    width: 100%;
  }
  #cartModal .cart-modal__table thead {
    display: none;
  }
  #cartModal #tbody-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #cartModal #tbody-content tr.cart-item-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto 34px;
    grid-template-areas:
      "image name . action"
      "image price . action"
      "qty qty subtotal subtotal";
    gap: 4px 12px;
    padding: 14px;
    border: 1px solid rgba(231, 221, 209, 0.95);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  }
  #cartModal #tbody-content tr.cart-item-row td {
    border: 0;
    padding: 0;
    text-align: left;
  }
  #cartModal .table-image-td {
    width: auto;
  }
  #cartModal .table-image-td img {
    width: 68px;
    height: 68px;
    max-height: none;
    object-fit: cover;
    border: 1px solid #efe7dc;
    border-radius: 14px;
    background: #fff;
  }
  #cartModal .cart-item-cell--image {
    grid-area: image;
  }
  #cartModal .cart-item-cell--name {
    grid-area: name;
    align-self: start;
  }
  #cartModal #tbody-content tr.cart-item-row td.cart-item-cell.cart-item-cell--action {
    grid-area: action;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: start;
    justify-self: stretch;
    margin: 0;
  }
  #cartModal .cart-item-cell--price,
  #cartModal .cart-item-cell--qty,
  #cartModal .cart-item-cell--subtotal {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  #cartModal .cart-item-cell--price {
    grid-area: price;
    padding: 0;
    background: none;
  }
  #cartModal .cart-item-cell--qty {
    grid-area: qty;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #efe7db;
  }
  #cartModal .cart-item-cell--subtotal {
    grid-area: subtotal;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    padding: 0;
    background: none;
    align-self: end;
  }
  #cartModal .cart-item-metric__label {
    margin-bottom: 5px;
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b7c69;
  }
  #cartModal .cart-item-name {
    font-size: 14px;
    line-height: 1.3;
    color: #2f251c;
  }
  #cartModal .cart-item-cell--price .cart-item-metric__label {
    display: none;
  }
  #cartModal .cart-item-cell--price .cart-item-metric__value {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: #837361;
  }
  #cartModal .cart-item-cell--subtotal .cart-item-metric__value {
    font-size: 18px;
    line-height: 1.05;
    color: #17724a;
    white-space: nowrap;
  }
  #cartModal .cart-item-cell--qty .cart-item-metric__control {
    max-width: 156px;
    width: 100%;
    justify-self: end;
  }
  #cartModal .cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm {
    margin: 0;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border-color: #df5a5a;
    background: #df5a5a;
    color: #fff;
    box-shadow: 0 10px 18px rgba(223, 90, 90, 0.2);
  }
  #cartModal .cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm:hover,
  #cartModal .cart-item-cell--action .boton-remove-action.btn.btn-danger.btn-sm:focus {
    border-color: #c94a4a;
    background: #c94a4a;
    color: #fff;
  }
  #cartModal .cart-modal__summary {
    margin: 14px 16px 0;
    padding: 14px 16px;
  }
  #cartModal .cart-modal__summary-label {
    font-size: 10px;
  }
  #cartModal .cart-modal__summary-value {
    font-size: 24px;
  }
  #cartModal .cart-modal__footer {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 14px 16px 18px !important;
    gap: 10px;
  }
  #cartModal .cart-modal__footer .btn {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  #cartModal .cart-modal__share {
    padding: 2px 16px 8px;
  }
  #cartModal .cart-modal__share-actions {
    flex-direction: column;
    gap: 12px;
  }
  #cartModal .cart-modal__share-button {
    width: 100%;
  }
  #cartModal .cart-modal__action-button--primary {
    order: 1;
  }
  #cartModal .cart-modal__action-button--secondary {
    order: 2;
    display: none;
  }
  #cartModal .cart-modal__action-button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }
  .footer-bottom-bar {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom-bar__social,
  .footer-bottom-bar__payments {
    justify-content: center;
  }
  .footer-bottom-bar__social {
    order: 1;
  }
  .footer-bottom-bar__payments {
    order: 2;
    gap: 12px;
  }
  .footer-bottom-bar__legal {
    order: 3;
  }
  .footer-bottom-bar__legal p {
    white-space: normal;
    max-width: 340px;
    margin: 0 auto;
  }
  .footer-bottom-bar__legal-line,
  .footer-bottom-bar__legal-rights {
    display: block;
  }
  .footer-bottom-bar__legal-rights {
    margin-top: 4px;
  }
  .footer-bottom-bar__legal-rights::before {
    content: none;
  }
  .footer-social-list {
    justify-content: center;
  }
  .footer-social-list a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .footer-payment-strip__item img {
    max-height: 13px;
  }
}

@media (max-width: 430px) {
  #cartModal .modal-dialog {
    width: calc(100% - 20px);
    margin: 16px auto;
  }
  #cartModal .modal-content {
    max-height: calc(100vh - 64px);
  }
  #cartModal #tbody-content tr.cart-item-row {
    grid-template-columns: 60px minmax(0, 1fr) auto 30px;
    gap: 4px 10px;
    padding: 12px;
  }
  #cartModal .table-image-td img {
    width: 60px;
    height: 60px;
  }
  #cartModal .cart-item-name {
    font-size: 13px;
  }
  #cartModal .cart-item-metric__label {
    font-size: 8px;
  }
  #cartModal .cart-item-cell--qty {
    column-gap: 8px;
    padding-top: 7px;
  }
  #cartModal .cart-item-cell--subtotal .cart-item-metric__value {
    font-size: 16px;
  }
  #cartModal .cart-quantity-stepper {
    grid-template-columns: 38px minmax(44px, 1fr) 38px;
  }
  #cartModal .cart-quantity-stepper__button,
  #cartModal .cart-quantity-stepper__value {
    min-height: 38px;
  }
  #cartModal .cart-quantity-stepper__button {
    min-width: 38px;
    font-size: 20px;
  }
  #cartModal .cart-quantity-stepper__value {
    font-size: 16px;
  }
  #cartModal .cart-item-cell--qty .cart-item-metric__control {
    max-width: 148px;
  }
}

@media (max-width: 500px) {
  #cartModal .cart-modal__body {
    height: 330px;
  }
  #cartModal .modal-content {
    max-height: calc(100vh - 57px);
  }
}

@media (max-width: 399px) {
  #cartModal .modal-dialog {
    width: calc(100% - 28px);
    margin: 24px auto;
  }
  #cartModal .cart-modal__header {
    padding: 14px 16px 10px;
  }
  #cartModal .cart-modal__items {
    padding-top: 8px;
  }
  #cartModal .cart-modal__summary {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #cartModal .cart-modal__footer {
    padding-top: 0px !important;
    padding-bottom: 14px !important;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  /*#cartModal .cart-modal__footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  }*/
}

@media (max-width: 360px) {
  .swal2-popup.swal2-modal.swal2-show {
    min-width: 275px;
  }
  .header_ .header-row {
    grid-template-columns: 48px minmax(0, 1fr) minmax(104px, 112px);
  }
  .header_ .cart-container {
    padding: 6px 9px 6px 7px;
  }
  .header_ .cart-container__title {
    font-size: 9px;
  }
  .header_ .cart-container__summary {
    gap: 4px;
  }
  .header_ .cart-container__label {
    display: none;
  }
  .header_ .header-nav-slot {
    padding-left: 6px;
  }
  .header_ .header-cart-slot {
    padding: 0 6px 0 4px;
  }
  .logo_header {
    max-width: 122px;
    max-height: 34px;
  }
  .footer-bottom-bar {
    gap: 12px;
  }
}




@media (min-width: 768px) {
    .barra_menu {
        display: flex;
        justify-content: center;
    }
    .header_ .navbar {
      display: none;
    }
    .descripcion .product-buttons span {
      display: block;
    }
}

@media (max-width: 767px) {
  .catalog-product-detail-page {
    overflow-x: hidden;
  }

  .product-detail-action-button {
    width: 100%;
  }

  .catalog-product-characteristic-gallery {
    gap: 10px;
    margin-top: 0;
  }

  .catalog-product-characteristic-thumb {
    width: 70px;
    height: 70px;
    border-radius: 14px;
  }

  .product-share-actions__buttons {
    flex-direction: column;
  }

  .product-share-actions__button {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 500px) {
    .header_ .navbar {
      display: none;
    }
}

body.catalog-modal-open {
  overflow: hidden;
}

.product-order-modal__dialog {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}

.product-order-modal__content {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.product-order-modal__header {
  padding: 28px 32px 16px;
  background: linear-gradient(135deg, #111111, #2b2b2b);
  color: #fff;
}

.product-order-modal__header .close {
  color: #fff;
  opacity: 0.85;
}

.product-order-modal__eyebrow {
  margin: 0 0 8px;
  color: #d3b27a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-order-modal__intro {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.product-order-modal__body {
  padding: 28px 32px 18px;
}

.product-order-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.product-order-modal__field--full {
  grid-column: 1 / -1;
}

.product-order-modal__address-group[hidden] {
  display: none !important;
}

.product-order-modal .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-order-modal__delivery-row {
  margin-top: -4px;
}

.product-order-modal .product-order-modal__delivery-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #2b2b2b;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 700;
}

.product-order-modal .product-order-modal__delivery-toggle input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #aa621a;
  cursor: pointer;
}

.product-order-modal__delivery-hint {
  margin: 4px 0 0 23px;
  color: #75706a;
  font-size: 11px;
  line-height: 1.35;
}

.product-order-modal .form-control {
  min-height: 46px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: none;
  padding: 10px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.product-order-modal textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.product-order-modal .form-control:focus {
  border-color: #aa621a;
  box-shadow: 0 0 0 3px rgba(170, 98, 26, 0.14);
}

.product-order-modal .form-group.has-error .form-control {
  border-color: #b94a48;
  background-color: #fff8f8;
}

.product-order-modal__error {
  min-height: 18px;
  margin: 7px 0 0;
  color: #b94a48;
  font-size: 12px;
}

.product-order-modal__status {
  min-height: 20px;
  margin-top: 6px;
  font-size: 13px;
}

.product-order-modal__status.is-error {
  color: #b94a48;
}

.product-order-modal__footer {
  padding: 0 32px 28px;
  border-top: 0;
}

.product-order-modal__footer .btn {
  min-width: 170px;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 700;
}

.catalog-autocomplete {
  position: relative;
  display: table-cell;
  width: 100%;
}

.catalog-autocomplete > .form-control {
  width: 100%;
}

.catalog-autocomplete__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 1060;
  max-height: 320px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.catalog-autocomplete__option {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: #1d1d1d;
  text-align: left;
  transition: background-color .16s ease, color .16s ease;
}

.catalog-autocomplete__option:hover,
.catalog-autocomplete__option.is-active {
  background: #f4ece2;
  color: #7a4511;
}

.catalog-autocomplete__option + .catalog-autocomplete__option {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.catalog-cart-feedback {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  width: min(380px, calc(100vw - 32px));
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22, 22, 22, 0.98), rgba(44, 44, 44, 0.96));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
  opacity: 0;
  color: #f5f1ea;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  transform: translateY(-10px) scale(0.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.catalog-cart-feedback__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.catalog-cart-feedback__icon::before {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.catalog-cart-feedback__text {
  flex: 1 1 auto;
}

.catalog-cart-feedback__close {
  flex: 0 0 auto;
  margin: -2px -2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: color .16s ease, opacity .16s ease;
}

.catalog-cart-feedback__close:hover,
.catalog-cart-feedback__close:focus {
  color: #fff;
  opacity: 1;
}

.catalog-cart-feedback.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.catalog-cart-feedback.is-success .catalog-cart-feedback__icon::before {
  content: '✓';
}

.catalog-cart-feedback.is-success {
  border-color: rgba(56, 142, 60, 0.4);
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.34), 0 0 0 1px rgba(56, 142, 60, 0.16);
}

.catalog-cart-feedback.is-error {
  border-color: rgba(185, 74, 72, 0.4);
  background: linear-gradient(135deg, rgba(96, 22, 22, 0.98), rgba(139, 34, 34, 0.96));
}

.catalog-cart-feedback.is-error .catalog-cart-feedback__icon::before {
  content: '!';
}

  @media (max-width: 767px) {
    .product-order-modal__dialog {
      margin: 10px;
      width: auto;
    }
    .product-order-modal__header,
    .product-order-modal__body,
    .product-order-modal__footer {
      padding-left: 20px;
      padding-right: 20px;
    }
    .product-order-modal__grid {
      grid-template-columns: 1fr;
    }
    .product-order-modal__delivery-row {
      margin-top: -2px;
    }
    .product-order-modal .product-order-modal__delivery-toggle {
      font-size: 12px;
    }
    .product-order-modal__delivery-hint {
      margin-left: 23px;
      font-size: 11px;
    }
    .product-order-modal__footer .btn {
      width: 100%;
      margin: 0 0 10px;
    }
    .catalog-cart-feedback {
      top: 12px;
      right: 12px;
      width: min(340px, calc(100vw - 24px));
    }
  }

.shared-cart-page {
  padding: 42px 0 56px;
}

.shared-cart-page__header {
  margin-bottom: 28px;
}

.shared-cart-page__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f7685;
}

.shared-cart-page__header h1 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  color: #23262d;
}

.shared-cart-page__intro {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #5c6270;
}

.shared-cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: start;
}

.shared-cart-page__table-shell,
.shared-cart-summary,
.shared-cart-page__empty {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.shared-cart-page__table-shell {
  overflow: hidden;
}

.shared-cart-page__table-wrap {
  overflow-x: auto;
}

.shared-cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.shared-cart-table thead th {
  padding: 16px 18px;
  border-bottom: 1px solid #e6e8ee;
  background: #f7f8fb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f7685;
  white-space: nowrap;
}

.shared-cart-table tbody td {
  padding: 18px;
  border-bottom: 1px solid #eef1f6;
  vertical-align: middle;
  color: #2a303a;
}

.shared-cart-table tbody tr:last-child td {
  border-bottom: 0;
}

.shared-cart-table__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f6f9;
}

.shared-cart-table__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shared-cart-table__thumb-fallback {
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c8493;
}

.shared-cart-table__product {
  min-width: 220px;
}

.shared-cart-table__product strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.shared-cart-table__product a {
  color: #20242d;
  text-decoration: none;
}

.shared-cart-table__product a:hover,
.shared-cart-table__product a:focus,
.shared-cart-table__link:hover,
.shared-cart-table__link:focus {
  color: #000;
  text-decoration: underline;
}

.shared-cart-table__value {
  font-size: 15px;
  color: #414957;
  white-space: nowrap;
}

.shared-cart-table__value--strong {
  font-weight: 700;
  color: #1f2530;
}

.shared-cart-table__stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.shared-cart-table__stock.is-in-stock {
  background: #eaf7ef;
  color: #1e7a47;
}

.shared-cart-table__stock.is-out-of-stock {
  background: #fff0f0;
  color: #b53a3a;
}

.shared-cart-table__link {
  font-size: 14px;
  font-weight: 700;
  color: #20242d;
  white-space: nowrap;
}

.shared-cart-summary {
  padding: 22px;
  position: sticky;
  top: 24px;
}

.shared-cart-summary__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f7685;
}

.shared-cart-summary h2 {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.15;
  color: #20242d;
}

.shared-cart-summary p {
  margin: 0 0 18px;
  color: #5f6675;
}

.shared-cart-summary__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.shared-cart-summary__action,
.shared-cart-summary__share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 11px 18px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.shared-cart-summary__action:hover,
.shared-cart-summary__action:focus,
.shared-cart-summary__share-button:hover,
.shared-cart-summary__share-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
}

.shared-cart-summary__action--primary {
  box-shadow: 0 16px 28px rgba(65, 170, 92, 0.2);
}

.shared-cart-summary__action--secondary,
.shared-cart-summary__share-button--instagram {
  border-color: #e5d9ca;
  background: #fff;
  color: #4d4033;
}

.shared-cart-summary__hint {
  margin: 0 0 16px !important;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.shared-cart-summary__share {
  margin-bottom: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 37, 48, 0.08);
}

.shared-cart-summary__share-label {
  display: block;
  margin-bottom: 10px;
  color: #6f7685;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shared-cart-summary__share-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shared-cart-summary__cta {
  width: 100%;
}

.shared-cart-page__alert {
  margin-top: 18px;
  border-radius: 14px;
}

.shared-cart-page__empty {
  padding: 32px 28px;
  text-align: center;
}

.shared-cart-page__empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #20242d;
}

.shared-cart-page__empty p {
  max-width: 640px;
  margin: 0 auto 20px;
  color: #5f6675;
}

@media (max-width: 991px) {
  .shared-cart-page__layout {
    grid-template-columns: 1fr;
  }

  .shared-cart-summary {
    position: static;
  }

  .shared-cart-summary__actions,
  .shared-cart-summary__share-actions {
    gap: 9px;
  }
}

@media (max-width: 1299px) {
  .shared-cart-page__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .shared-cart-summary {
    position: static;
    top: auto;
    order: 2;
  }

  .shared-cart-page__table-wrap {
    overflow: visible;
  }

  .shared-cart-table,
  .shared-cart-table tbody,
  .shared-cart-table tr,
  .shared-cart-table td {
    display: block;
  }

  .shared-cart-table thead {
    display: none;
  }

  .shared-cart-table tbody td {
    padding: 0;
    border: 0;
  }

  .shared-cart-table tbody tr {
    display: grid;
    grid-template-columns: 82px repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "photo product product product"
      "photo quantity price subtotal"
      "photo status status link";
    gap: 10px 14px;
    margin: 0 0 12px;
    padding: 15px;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    background: #fff;
  }

  .shared-cart-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .shared-cart-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #7b8393;
  }

  .shared-cart-table__cell--photo {
    grid-area: photo;
  }

  .shared-cart-table__cell--product {
    grid-area: product;
    min-width: 0;
  }

  .shared-cart-table__cell--quantity {
    grid-area: quantity;
  }

  .shared-cart-table__cell--price {
    grid-area: price;
  }

  .shared-cart-table__cell--subtotal {
    grid-area: subtotal;
  }

  .shared-cart-table__cell--status {
    grid-area: status;
  }

  .shared-cart-table__cell--link {
    grid-area: link;
  }

  .shared-cart-table__cell--photo::before,
  .shared-cart-table__cell--product::before,
  .shared-cart-table__cell--status::before,
  .shared-cart-table__cell--link::before {
    display: none;
  }

  .shared-cart-table__thumb {
    width: 82px;
    height: 82px;
    border-radius: 14px;
  }

  .shared-cart-table__product {
    min-width: 0;
  }

  .shared-cart-table__product strong {
    font-size: 17px;
    line-height: 1.28;
  }

  .shared-cart-table__stock {
    min-height: 28px;
    padding: 0 12px;
    justify-self: start;
  }

  .shared-cart-summary,
  .shared-cart-page__empty {
    padding: 18px;
  }

  .shared-cart-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "label amount cta"
      "meta amount cta";
    align-items: center;
    column-gap: 24px;
    row-gap: 6px;
    padding: 20px 22px;
  }

  .shared-cart-summary__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: auto;
    min-width: 180px;
    justify-self: end;
    grid-area: cta;
  }

  .shared-cart-summary h2,
  .shared-cart-page__empty h2 {
    font-size: 28px;
  }

  .shared-cart-summary__label {
    grid-area: label;
    margin: 0;
    align-self: end;
  }

  .shared-cart-summary h2 {
    grid-area: amount;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .shared-cart-summary > p:not(.shared-cart-summary__label) {
    grid-area: meta;
    margin: 0;
    align-self: start;
  }

  .shared-cart-table__value,
  .shared-cart-table__link {
    font-size: 14px;
  }

  .shared-cart-table__value {
    display: block;
  }

  .shared-cart-table__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .shared-cart-table__link:hover,
  .shared-cart-table__link:focus {
    color: #fff;
    text-decoration: none;
    background: #262626;
  }
}

@media (max-width: 767px) {
  .shared-cart-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .shared-cart-page {
    padding: 28px 0 40px;
  }

  .shared-cart-page__header {
    margin-bottom: 20px;
  }

  .shared-cart-page__header h1 {
    font-size: 30px;
  }

  .shared-cart-page__intro {
    font-size: 15px;
  }

  .shared-cart-page__table-shell {
    padding: 8px;
    border-radius: 18px;
  }

  .shared-cart-table tbody tr {
    display: grid;
    grid-template-columns: 76px repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "photo product product product"
      "photo quantity price subtotal"
      "photo status status link";
    gap: 9px 12px;
    margin: 0 0 10px;
    padding: 13px;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    background: #fff;
  }

  .shared-cart-table__thumb {
    width: 76px;
    height: 76px;
    border-radius: 14px;
  }

  .shared-cart-table__product strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .shared-cart-table__stock {
    min-height: 28px;
    padding: 0 12px;
    justify-self: start;
  }

  .shared-cart-summary h2,
  .shared-cart-page__empty h2 {
    font-size: 26px;
  }

  .shared-cart-summary {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 8px;
    padding: 18px;
  }

  .shared-cart-summary__label,
  .shared-cart-summary h2,
  .shared-cart-summary > p:not(.shared-cart-summary__label),
  .shared-cart-summary__cta {
    grid-area: auto;
  }

  .shared-cart-summary__cta {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
}

@media (max-width: 480px) {
  .shared-cart-page .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shared-cart-page__table-shell {
    padding: 8px;
  }

  .shared-cart-table tbody tr {
    grid-template-columns: 68px repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "photo product product"
      "photo quantity price"
      "photo subtotal status"
      "photo link link";
    gap: 8px 10px;
    padding: 12px;
  }

  .shared-cart-table tbody td::before {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .shared-cart-table__thumb {
    width: 68px;
    height: 68px;
  }

  .shared-cart-table__cell--quantity,
  .shared-cart-table__cell--price,
  .shared-cart-table__cell--subtotal {
    display: block;
  }

  .shared-cart-table__cell--quantity::before,
  .shared-cart-table__cell--price::before,
  .shared-cart-table__cell--subtotal::before {
    display: block;
    margin: 0 0 2px;
  }

  .shared-cart-table__product strong {
    font-size: 15px;
  }

  .shared-cart-table__stock {
    width: auto;
    justify-self: start;
    min-height: 26px;
    padding: 0 10px;
  }

  .shared-cart-summary h2,
  .shared-cart-page__empty h2 {
    font-size: 24px;
  }

  .shared-cart-table__link {
    justify-self: start;
    min-height: 32px;
    padding: 0 11px;
    font-size: 13px;
  }

  .shared-cart-page__alert {
    margin-top: 14px;
    padding: 12px 14px;
    font-size: 13px;
  }
}

/* Product detail: Brote-like flat layout */
.catalog-product-detail-page {
  padding: 26px 0 56px;
  background: #ecebea;
}

.catalog-product-detail-page > .container {
  width: 100%;
  max-width: 1240px;
}

.catalog-product-detail-page .catalog-detail-breadcrumb {
  width: auto;
  max-width: none;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #6c6b68;
  font-size: 14px;
  line-height: 1.5;
}

.catalog-product-detail-page .catalog-detail-breadcrumb a,
.catalog-product-detail-page .catalog-detail-breadcrumb .current,
.catalog-product-detail-page .catalog-detail-breadcrumb__separator {
  color: #6c6b68;
}

.catalog-product-detail-page .catalog-detail-breadcrumb a:hover,
.catalog-product-detail-page .catalog-detail-breadcrumb a:focus {
  color: #1f1f1f;
  text-decoration: none;
}

.catalog-product-detail-page .catalog-detail-breadcrumb__separator {
  display: inline-block;
  margin: 0 8px;
}

.catalog-product-detail-layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin: 0;
}

.row.container_producto > .catalog-product-image-frame,
.row.container_producto > .catalog-product-purchase-panel {
  float: none;
}

.catalog-product-image-frame,
.catalog-product-purchase-panel {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-product-media-stage,
.catalog-product-purchase-panel,
.catalog-product-actions-stack,
.catalog-product-description-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.catalog-product-media-stage {
  position: relative;
  margin-top: 14px;
}

.catalog-product-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  max-height: 420px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
  cursor: default;
}

.catalog-product-image-media {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.catalog-product-image-box img[data-product-detail-image] {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
}

.catalog-product-detail-page .catalog-product-image-box img[data-product-detail-image],
.catalog-product-detail-page .catalog-product-image-frame--characteristics img[data-product-detail-image],
.catalog-product-detail-page .container_producto .imagen img[data-product-detail-image] {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 229px !important;
  min-height: 0 !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.catalog-product-detail-page img.img-responsive[data-product-detail-image] {
  max-height: 223px !important;
}

.catalog-product-image-frame--characteristics .catalog-product-image-box {
  min-height: 420px;
  max-height: 420px;
}

.catalog-product-characteristic-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 78px;
  padding: 8px 14px;
  background: #0d0d0d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.catalog-product-detail-page .catalog-product-stock-ribbon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 165%;
  padding: 10px 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(153, 27, 27, 0.96), rgba(220, 38, 38, 0.92), rgba(153, 27, 27, 0.96));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(127, 29, 29, 0.2);
  transform: translate(-50%, -50%) rotate(-33deg);
  transform-origin: center;
}

.catalog-product-characteristic-gallery-wrapper {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.catalog-product-characteristic-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(92px, 92px);
  gap: 14px;
  justify-content: start;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.catalog-product-characteristic-gallery::-webkit-scrollbar {
  display: none;
}

.catalog-product-characteristic-gallery-arrow {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1b1b1b;
  box-shadow: none;
}

.catalog-product-characteristic-gallery-arrow:hover,
.catalog-product-characteristic-gallery-arrow:focus {
  background: transparent;
  color: #000;
  transform: none;
}

.catalog-product-characteristic-thumb {
  position: relative;
  width: 92px;
  min-width: 92px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: #f6f3ef;
  box-shadow: none;
  outline: none;
}

.catalog-product-characteristic-thumb.is-active {
  border-color: transparent;
}

.catalog-product-characteristic-thumb:hover,
.catalog-product-characteristic-thumb:focus,
.catalog-product-characteristic-thumb:focus-visible,
.catalog-product-characteristic-thumb.is-active:hover,
.catalog-product-characteristic-thumb.is-active:focus,
.catalog-product-characteristic-thumb.is-active:focus-visible {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.catalog-product-characteristic-thumb__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.catalog-product-characteristic-gallery .catalog-product-characteristic-thumb__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-product-characteristic-thumb.is-out-of-stock::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 47%, rgba(0, 0, 0, 0.35) 48%, rgba(0, 0, 0, 0.35) 52%, transparent 53%);
  pointer-events: none;
}

.catalog-product-characteristic-thumb__stock-dot {
  display: none;
}

.catalog-product-purchase-panel {
  padding: 0 15px;
}

.catalog-detail-heading {
  margin: 2px 0 18px;
  text-transform: uppercase;
}

.catalog-detail-title,
h2.catalog-detail-title,
h1.catalog-detail-title {
  margin: 0;
  color: #263244;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.catalog-product-price-block {
  margin-bottom: 8px;
}

.catalog-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-product-purchase-panel h2#place_price {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.catalog-product-tax-note {
  margin-bottom: 22px;
  color: #8f8b84;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog-product-actions-stack {
  margin-top: 0;
  padding: 0;
}

.catalog-product-option-group {
  margin-bottom: 28px;
}

.catalog-product-option-label {
  display: block;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
}

.catalog-product-option-select,
#caracteristica-post.catalog-product-option-select {
  display: block;
  width: 100%;
  max-width: 210px;
  min-width: 0;
  height: 36px;
  padding: 6px 30px 6px 10px;
  border: 1px solid #d2ccc3;
  border-radius: 0;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #4f4b45 50%), linear-gradient(135deg, #4f4b45 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50% - 2px), calc(100% - 10px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.catalog-product-option-select:hover,
.catalog-product-option-select:focus,
#caracteristica-post.catalog-product-option-select:hover,
#caracteristica-post.catalog-product-option-select:focus {
  border-color: #111;
  outline: none;
  box-shadow: none;
}

.catalog-product-detail-page .catalog-product-characteristic-badge {
  display: none !important;
}

.catalog-product-detail-page .catalog-product-characteristic-gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 18px;
}

.catalog-product-detail-page .catalog-product-characteristic-gallery {
  display: flex;
  flex: 0 1 196px;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  width: 196px;
  max-width: 196px;
  min-width: 196px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-width: none;
}

.catalog-product-detail-page .catalog-product-characteristic-gallery::-webkit-scrollbar {
  display: none;
}

.catalog-product-detail-page .catalog-product-characteristic-gallery-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.catalog-product-detail-page .catalog-product-characteristic-thumb {
  flex: 0 0 92px;
  margin-top: 1px;
  cursor: pointer;
}

.catalog-product-detail-page .catalog-product-image-box,
.catalog-product-detail-page .catalog-product-image-box *,
.catalog-product-detail-page .catalog-product-characteristic-gallery {
  cursor: auto;
}

.catalog-product-detail-page .catalog-product-image-box:hover,
.catalog-product-detail-page .catalog-product-image-box:focus,
.catalog-product-detail-page .catalog-product-image-box:focus-within {
  box-shadow: none;
}

.catalog-product-detail-page .catalog-product-image-box:hover img,
.catalog-product-detail-page .catalog-product-image-box:focus img,
.catalog-product-detail-page .catalog-product-image-box:focus-within img {
  opacity: 1;
}


.catalog-product-purchase-row {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: end;
  column-gap: 16px;
  margin-bottom: 12px;
}

.product-quantity-wrapper {
  display: block;
  width: 100%;
  max-width: 170px;
  min-width: 170px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-quantity-label {
  display: block;
  margin-bottom: 9px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper {
  display: inline-grid;
  grid-template-columns: 44px minmax(56px, 1fr) 44px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fcfaf7;
  border: 1px solid #e5dbcf;
  box-shadow: none;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-stepper__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-stepper__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-input {
  position: static;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 44px;
  min-width: 0;
  padding: 0 8px;
  border: 0;
  border-left: 1px solid #eee3d7;
  border-right: 1px solid #eee3d7;
  background: #ffffff;
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-input::-webkit-outer-spin-button,
.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-input:focus {
  outline: none;
}

.catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper .cart-quantity-input:disabled {
  background: #ffffff;
  color: #2b2b2b;
}

.catalog-product-cart-action {
  display: inline-flex;
  align-self: end;
}

.product-detail-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  min-height: 42px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  vertical-align: bottom;
  box-sizing: border-box;
}

.product-detail-action-button:hover,
.product-detail-action-button:focus {
  background: #000;
  border-color: #000;
  color: #fff;
  transform: none;
  text-decoration: none;
}

.product-detail-action-button[disabled],
.product-detail-action-button.disabled {
  opacity: 0.45;
}

.product-detail-action-button--secondary,
.product-detail-action-button.btn-light {
  border-color: #cfc8bf;
  background: transparent;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 600;
}

.product-detail-action-button--secondary:hover,
.product-detail-action-button--secondary:focus,
.product-detail-action-button.btn-light:hover,
.product-detail-action-button.btn-light:focus {
  border-color: #111;
  background: transparent;
  color: #111;
}

.catalog-product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.product-share-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-share-actions__label {
  margin: 0;
  color: #4d4a45;
  font-size: 15px;
  font-weight: 400;
}

.product-share-actions__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-share-actions__button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: #faf8f5;
  color: #73706b;
  font-size: 16px;
}

.product-share-actions__button:hover,
.product-share-actions__button:focus {
  background: #fff;
  color: #111;
}

.catalog-product-description-section {
  margin-top: 28px;
  padding: 0;
}

.catalog-product-description-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-product-description-tab {
  min-height: 0;
  padding: 0 18px 11px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #7f7b75;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-product-description-tab.is-active {
  color: #1a1a1a;
  border-bottom-color: #111;
  box-shadow: none;
}

.catalog-product-tab-panel[hidden] {
  display: none !important;
}

.catalog-product-description-content {
  color: #4f4b45;
  font-size: 15px;
  line-height: 1.62;
}

.catalog-product-description-content p,
.catalog-product-description-content li {
  color: inherit;
}

.catalog-product-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.catalog-product-detail-list__item {
  display: grid;
  gap: 4px;
}

.catalog-product-detail-list__item span {
  color: #7f7b75;
  font-size: 13px;
}

.catalog-product-detail-list__item strong {
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .catalog-product-detail-layout {
    display: block;
  }

  .row.container_producto > .catalog-product-image-frame,
  .row.container_producto > .catalog-product-purchase-panel {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .catalog-product-image-frame {
    margin-bottom: 28px;
  }

  .catalog-product-image-box,
  .catalog-product-image-frame--characteristics .catalog-product-image-box {
    min-height: 360px;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .catalog-product-detail-page {
    padding: 20px 0 38px;
  }

  .catalog-product-detail-page > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .catalog-product-image-frame,
  .catalog-product-purchase-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-product-detail-layout {
    gap: 0;
  }

  .catalog-product-image-box,
  .catalog-product-image-frame--characteristics .catalog-product-image-box {
    min-height: 320px;
    max-height: 320px;
    padding: 12px;
  }

  .catalog-product-image-box img[data-product-detail-image] {
    max-height: 260px;
  }

  .catalog-product-characteristic-gallery {
    width: 166px;
    max-width: 166px;
    min-width: 166px;
    gap: 10px;
  }

  .catalog-product-characteristic-thumb {
    width: 78px;
    min-width: 78px;
    flex-basis: 78px;
  }

  .catalog-detail-title,
  h1.catalog-detail-title,
  h2.catalog-detail-title {
    font-size: 19px;
  }

  .catalog-product-purchase-panel h2#place_price {
    font-size: 30px;
  }

  .catalog-product-purchase-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .product-quantity-wrapper {
    width: 100%;
    max-width: 170px;
    min-width: 0;
  }

  .catalog-product-detail-page .product-quantity-stepper.cart-quantity-stepper {
    display: inline-grid;
    grid-template-columns: 44px minmax(56px, 1fr) 44px;
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .product-share-actions {
    align-items: center;
    gap: 12px;
  }

  .product-share-actions__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .product-share-actions__button {
    width: 44px;
    min-width: 44px;
    justify-content: center;
  }

  .catalog-product-cart-action,
  .catalog-product-cart-action .product-detail-action-button,
  .catalog-product-secondary-actions > span,
  .catalog-product-secondary-actions .product-detail-action-button {
    width: 100%;
  }

  .catalog-product-cart-action {
    align-self: stretch;
  }

  .catalog-product-secondary-actions {
    margin-bottom: 18px;
  }

  .product-share-actions {
    flex-wrap: wrap;
    gap: 12px;
  }

  .catalog-product-description-tab {
    padding-left: 0;
    padding-right: 16px;
  }
}
