/* Product Archive */
@media (max-width: 1200px) {
  .vict-product .content .container .container_inner {
    width: 1068px;
  }
}

.md-visible {
  display: none;
}

@media (min-width: 768px) {
  .md-visible {
    display: block;
  }
}

@media (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

.load-more {
  cursor: pointer;
}

.vict-products {
  line-height: 1.5;
}

.vict-products-container {
  display: grid;
  grid-template-columns: 100%;
}

.vict-products-container-sidebar-left {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 60px;
}

@media (min-width: 1024px) {
  .vict-products-container-sidebar-left {
    grid-template-columns: 300px 1fr;
  }
}

.vict-products ul,
.vict-products ol {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

.vict-products .intro {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .vict-products .intro {
    font-size: 1em;
  }
}

.vict-product-category {
  position: relative;
  margin-bottom: 24px;
  padding: 10px;
  background-color: rgb(0 0 0 / 70%);
  color: #fff;
  border-radius: 8px;
}

.vict-product-category > .overlay {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.vict-product-category .title {
  margin: 20px 5px 5px 5px;
}

@media (min-width: 768px) {
  .vict-product-category .title {
    font-size: 2.25em;
    margin: 30px 10px 10px 10px;
  }
}

.vict-product-list {
  display: grid;
}

.vict-product-list[class*="columns"] {
  gap: 10px;
}

@media (min-width: 768px) {
  .vict-product-list[class*="columns"] {
    gap: 30px 24px;
  }
}

/* TODO */
.vict-product a,
.vict-product a:visited {
  text-decoration: none;
  color: #000;
}
/* TODO */

.vict-product .title-short {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 3px 0;
}

.vict-product .title-full, .vict-product .extra-info {
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vict-product .title-full, .vict-product .extra-info {
    font-size: 0.9em;
  }
}

.vict-product .brand {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #777;
  margin-bottom: 5px;
  padding: 4px 10px;
  border: 1px solid #777;
  border-radius: 50px;
}

.vict-product .vict-product-img {
  margin-bottom: 8px;
}

.vict-product .vict-product-img img {
  object-fit: cover;
  aspect-ratio: 12/7;
}

.load-more {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0 20px 0;
}

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

.d-none {
  display: none;
}

.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .columns-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vict-product.swiper-slide {
  font-size: 18px;
  width: 90%;
}
/* Product Archive -- End */

/* Start layout.css */
.grid {
  display: grid;
}
/* End layout.css */

/* Start borders.css */
.rounded {
  border-radius: 6px;
}
/* End borders.css */

/* DELETE STYLE ABOVE AFTER LIVE */
.vict-single-product {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

@media (min-width: 768px) {
  .vict-single-product {
    flex-direction: inherit;
  }
}

.vict-single-product .main {
  width: auto;
}

@media (min-width: 768px) {
  .vict-single-product .main {
    width: 64%;
  }
}

.vict-single-product .aside {
  width: auto;
}

@media (min-width: 768px) {
  .vict-single-product .aside {
    width: 36%;
  }
}

.vict-single-product .title-short {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 16px;
}

.vict-single-product .title-short .title-full {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.vict-single-product .product-img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-meta {
  margin: 10px 0;
  padding-bottom: 20px;
}

.product-meta ul,
.product-meta ol {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

.product-meta .section-heading {
  margin-bottom: 20px;
}

.product-meta .section-heading h2 {
  font-weight: 800;
}

.product-meta .section-heading h2::before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #be0d1a;
  border-radius: 20px;
  margin-right: 12px;
  top: 1px;
  width: 5px;
  height: 20px;
}

@media (min-width: 768px) {
  .product-meta .section-heading h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .product-meta .section-content {
    font-size: 1em;
  }
}

.product-meta .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 6px;
}

@media (min-width: 768px) {
  .product-meta .gallery {
    display: flex;
    gap: 25px;
  }

  .product-meta .gallery .item {
    width: 160px;
  }

  .product-meta .gallery .item h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.5;
  }
}
