:root {
  --primary-color: #000;
  --secondary-color: #ABABAB;
  --tertiary-color: #78c400;
  --detail-color: #9100fa;
  --white-color: #fff;
  --whatsapp-color: #45a858;
  --primary-font: 'Barlow',
      sans-serif;
}

.page-grid {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1350px) {
  .page-grid {
    gap: 50px;
  }
}
@media screen and (min-width: 990px) {
  .page-grid .filters {
    width: 245px;
    min-width: 245px;
  }
}
@media screen and (max-width: 990px) {
  .page-grid .filters {
    width: 100%;
    left: 0;
    overflow: scroll;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 200px;
  }
}

.product {
  min-width: calc(100% - 330px);
}
@media screen and (max-width: 990px) {
  .product {
    margin-bottom: 50px;
  }
}
.product .go-back {
  display: flex;
  align-items: center;
  -moz-column-gap: 8.7px;
       column-gap: 8.7px;
  font-family: var(--primary-font);
  font-size: 1.2rem;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.product__container {
  padding-top: 58px;
  padding-left: 78px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .product__container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .product__container {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .product__container {
    gap: 18px;
    padding-top: 40px;
  }
}
.product__image {
  display: flex;
  -moz-column-gap: 57px;
       column-gap: 57px;
  justify-content: center;
  align-items: center;
  width: 42%;
}
@media screen and (max-width: 1600px) {
  .product__image {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .product__image {
    width: 70%;
  }
}
@media screen and (max-width: 990px) {
  .product__image {
    width: 100%;
  }
}
.product__image__arrow {
  cursor: pointer;
  min-width: 24px;
}
@media screen and (max-width: 990px) {
  .product__image__arrow {
    display: none;
  }
}
.product__image__arrow svg {
  width: 23.9px;
  height: 17.4px;
}
.product__image__arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.35;
}
.product__image__arrow.next-arrow {
  transform: scaleX(-1);
}
.product__image__slicks {
  width: 74.8%;
}
@media screen and (max-width: 990px) {
  .product__image__slicks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 19px;
         column-gap: 19px;
    flex-direction: row-reverse;
  }
}
.product__image__big {
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .product__image__big {
    width: 80%;
    margin-bottom: 0;
  }
}
.product__image__big__item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product__image__big__item__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 100%;
}
.product__image__big__item__overlay svg {
  width: 24.4px;
  height: 24.4px;
}
.product__image__big__item:hover .product__image__big__item__overlay {
  opacity: 1;
}
@media screen and (max-width: 990px) {
  .product__image__nav {
    width: 15%;
  }
}
.product__image__nav .slick-list {
  margin: 0 -4.5px;
}
@media screen and (max-width: 990px) {
  .product__image__nav .slick-list {
    margin: -5px 0;
  }
}
.product__image__nav .slick-list .slick-slide {
  margin: 0 4.5px;
}
@media screen and (max-width: 990px) {
  .product__image__nav .slick-list .slick-slide {
    margin: 5px 0;
  }
}
.product__image__nav .slick-track {
  margin-left: initial;
}
.product__image__nav__item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.product__image__nav__item.slick-current {
  border-color: #000000;
}
.product__content {
  width: 51%;
  margin-left: 74px;
}
@media screen and (max-width: 1600px) {
  .product__content {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .product__content {
    margin-left: 75px;
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .product__content {
    margin-left: 0;
    width: 100%;
  }
}
.product__title {
  font-family: var(--primary-font);
  font-size: 4rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
  .product__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 990px) {
  .product__title {
    font-size: 1.8rem;
    margin-bottom: 13px;
    letter-spacing: 1px;
  }
}
.product__info {
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.product__info:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 990px) {
  .product__info:not(:last-child) {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1450px) {
  .product__info {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 990px) {
  .product__info {
    font-size: 1rem;
    letter-spacing: 0.3px;
  }
}
.product__table {
  margin-top: 15px;
}
@media screen and (max-width: 990px) {
  .product__table {
    margin-top: 16px;
  }
}
.product__table:first-of-type {
  margin-top: 67px;
}
@media screen and (max-width: 1450px) {
  .product__table:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 990px) {
  .product__table:first-of-type {
    margin-top: 21px;
  }
}
.product__table__header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #707070;
}
.product__table__header--clickable {
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .product__table__header {
    padding-bottom: 10px;
  }
}
.product__table__header__title {
  text-transform: uppercase;
  letter-spacing: 2px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--primary-font);
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 990px) {
  .product__table__header__title {
    font-size: 0.9rem;
    letter-spacing: 0.3px;
  }
}
.product__table__header__meta, .product__table__header__colors {
  font-weight: 400;
  opacity: 0.85;
}
.product__table__header svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media screen and (max-width: 990px) {
  .product__table__header svg {
    width: 6px;
    height: 3px;
  }
}
.product__table__body {
  padding-top: 39px;
  display: none;
}
@media screen and (max-width: 990px) {
  .product__table__body {
    padding-top: 15px;
  }
}
.product__table__body table {
  border-collapse: collapse;
  font-family: var(--primary-font);
  font-size: 1.1rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 100%;
}
@media screen and (max-width: 990px) {
  .product__table__body table {
    font-size: 0.9rem;
  }
}
.product__table__body table thead tr th {
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.2px;
  padding: 0 7px 15px 7px;
  font-size: inherit;
}
@media screen and (max-width: 990px) {
  .product__table__body table thead tr th {
    padding-bottom: 8px;
    letter-spacing: 0;
  }
}
.product__table__body table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.product__table__body table tbody tr td {
  padding: 15px 10px;
  letter-spacing: 1.2px;
  font-size: inherit;
}
@media screen and (max-width: 990px) {
  .product__table__body table tbody tr td {
    padding: 8px 10px;
    letter-spacing: 0;
  }
}
.product__table__body table tbody tr td .btn-add-cart {
  font-size: inherit;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 990px) {
  .product__table__body table tbody tr td .btn-add-cart {
    padding: 0.5rem 0.6rem;
  }
}
.product__table__body table tbody tr td .btn-add-cart span {
  font-size: inherit;
}
.product__table__body table tbody tr td .sku-no-stock {
  font-size: inherit;
}
.product__table__body table .product__skus-table__details-col {
  width: 35%;
}
.product__table__body table th.sku-price,
.product__table__body table td.sku-price {
  width: auto;
  min-width: 110px;
  white-space: nowrap;
}
.product__table__body table th.sku-stock-5-andar,
.product__table__body table td.sku-stock-5-andar {
  width: auto;
  min-width: 80px;
  white-space: nowrap;
}
.product__table__load-details {
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .product__table__load-details {
    margin-top: 12px;
  }
}
.product__table__load-details__btn {
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 24px;
  border: 2px solid #000000;
  background: #000000;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 990px) {
  .product__table__load-details__btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
.product__table__load-details__btn:hover {
  background: rgb(38.25, 38.25, 38.25);
  border-color: rgb(38.25, 38.25, 38.25);
}
.product__table__load-details__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.product__table__load-details__btn--done {
  border-color: rgba(112, 112, 112, 0.4);
  background: rgba(112, 112, 112, 0.15);
  color: rgba(0, 0, 0, 0.7);
  cursor: not-allowed;
  pointer-events: none;
}
.product__table__load-details__loading {
  font-family: var(--primary-font);
  font-size: 1.1rem;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .product__table__load-details__loading {
    font-size: 0.9rem;
  }
}
.product__table__body .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 38px;
  -moz-column-gap: 11.2px;
       column-gap: 11.2px;
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .product__table__body .pagination {
    font-size: 1rem;
    margin-top: 12px;
    -moz-column-gap: 5.5px;
         column-gap: 5.5px;
  }
}
.product__table__body .pagination__arrow {
  cursor: pointer;
  width: 18px;
  height: 13.1px;
}
@media screen and (max-width: 990px) {
  .product__table__body .pagination__arrow {
    width: 8.45px;
    height: 6.1px;
  }
}
.product__table__body .pagination__arrow.arrow-left {
  transform: scaleX(-1);
}
.product__table__body .pagination__arrow--disabled {
  opacity: 0.2;
}
.product__table.active .product__table__header svg {
  transform: rotate(0);
}

.mfp-arrow:before,
.mfp-arrow:after {
  display: none;
}

.mfp-arrow {
  transform: scale(2);
}
.mfp-arrow svg path {
  fill: #fff;
}
.mfp-arrow.mfp-arrow-right svg {
  transform: scaleX(-1);
}

.mfp-counter,
.mfp-title {
  font-family: var(--primary-font);
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
}
