/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/_src/scss/templates/archive-product.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/** @format */
.the-routine--theme #site-header {
  position: sticky;
  top: 0;
}

.post-type-archive-product {
  --title-size: 2.5rem;
}
@media (min-width: 992px) {
  .post-type-archive-product {
    --title-size: 5rem;
  }
}
.post-type-archive-product ul.products li.product a img {
  margin: 0;
}
.post-type-archive-product .woocommerce-breadcrumbs {
  display: none;
}
.post-type-archive-product .archive-product__outer-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.post-type-archive-product .archive-product__outer-grid::-webkit-scrollbar {
  display: none;
}
.post-type-archive-product .archive-product__outer-grid-item {
  padding-top: var(--site-content-padding);
  width: 100%;
}
@media (min-width: 992px) {
  .post-type-archive-product .archive-product__outer-grid-item {
    padding-top: 0;
    max-width: 50%;
  }
}
.post-type-archive-product .archive-product-featured-image__wrapper {
  position: sticky;
  top: var(--header-height);
  padding-bottom: var(--site-content-padding);
  height: calc(100vh - var(--header-height));
  display: none;
}
@media (min-width: 992px) {
  .post-type-archive-product .archive-product-featured-image__wrapper {
    display: block;
  }
}
.post-type-archive-product .archive-product-featured-image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-product .woocommerce-LoopProduct__form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .post-type-archive-product .woocommerce-LoopProduct__form {
    display: initial;
  }
}
.post-type-archive-product .woocommerce-LoopProduct__form > * {
  order: 2;
}
.post-type-archive-product .woocommerce-LoopProduct__details {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .woocommerce-LoopProduct__details {
    font-size: 20px;
    padding-top: 0.25em;
  }
}
.post-type-archive-product .woocommerce-LoopProduct__details p, .post-type-archive-product .woocommerce-LoopProduct__details-title {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
.post-type-archive-product .woocommerce-LoopProduct__row {
  --tr__loop-product-row-gap: 1.6rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.6rem;
  padding-bottom: 0;
  gap: var(--tr__loop-product-row-gap);
}
@media (min-width: 992px) {
  .post-type-archive-product .woocommerce-LoopProduct__row {
    --tr__loop-product-row-gap: 3rem;
    flex-direction: initial;
    padding-top: 3rem;
  }
}
.post-type-archive-product .woocommerce-LoopProduct__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: calc(50% - var(--tr__loop-product-row-gap) / 2);
}
.post-type-archive-product .attachment-woocommerce_thumbnail {
  margin: 0;
}
.post-type-archive-product .btn {
  width: 100%;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .btn {
    margin-top: 4.8rem;
  }
}
.post-type-archive-product .btn[download] {
  margin-top: 1.1rem;
}
.post-type-archive-product ul.products {
  margin-bottom: var(--site-content-padding);
}
.post-type-archive-product ul.products > li.product {
  float: none;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .post-type-archive-product ul.products > li.product {
    padding-left: 3.2rem;
    margin-bottom: 5rem;
  }
}
.post-type-archive-product ul.products > li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 0.9;
  padding: 0;
}
@media (min-width: 992px) {
  .post-type-archive-product ul.products > li.product .woocommerce-loop-product__title {
    padding-right: 10%;
  }
}
.post-type-archive-product ul.products > li.product .price {
  font-size: 1.8rem;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .post-type-archive-product ul.products > li.product .price {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.post-type-archive-product ul.products > li.product .price ins {
  text-decoration: none;
}
.post-type-archive-product ul.products > li:last-child {
  margin-bottom: 0 !important;
}
.post-type-archive-product ul.products > li .shipping-label {
  order: 2;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .post-type-archive-product ul.products > li .shipping-label {
    order: initial;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
}
.post-type-archive-product .tr-availability {
  order: 1;
  font-weight: 400;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-availability {
    margin-top: 2.8rem;
    font-size: 20px;
    padding-top: 0.25em;
    order: initial;
  }
}
.post-type-archive-product .tr-editorial {
  position: relative;
  width: 100%;
  padding-top: calc(var(--site-content-padding) * 2);
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial {
    padding-top: var(--site-content-padding);
    padding-left: 3.2rem;
    margin-bottom: 5rem;
  }
}
.post-type-archive-product .tr-editorial ul {
  display: grid;
  gap: 1.2rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial ul {
    gap: 1.6rem;
  }
}
.post-type-archive-product .tr-editorial ul::before, .post-type-archive-product .tr-editorial ul::after {
  content: none;
}
.post-type-archive-product .tr-editorial li {
  position: relative;
  width: 100%;
  padding-top: calc(var(--aspect-ratio) * 100%);
}
.post-type-archive-product .tr-editorial img,
.post-type-archive-product .tr-editorial video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-product .tr-editorial__column {
  background-color: var(--color-background);
}
.post-type-archive-product .tr-editorial--two-columns ul {
  grid-template-columns: repeat(2, 1fr);
}
.post-type-archive-product .tr-editorial--two-columns li {
  position: relative;
  width: 100%;
}
.post-type-archive-product .tr-editorial--two-columns img,
.post-type-archive-product .tr-editorial--two-columns video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-product .tr-editorial [data-label-num] {
  position: absolute;
  top: calc(var(--site-content-padding) / 2);
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.33em;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial [data-label-num] {
    top: 0;
    left: var(--site-content-padding);
    font-size: 1.4rem;
  }
}
.post-type-archive-product .tr-editorial [data-label-num]::before {
  content: attr(data-label-num);
  display: inline-block;
  border: 2px solid var(--color-foreground);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 1em;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial [data-label-num]::before {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.post-type-archive-product .tr-editorial__buttons {
  width: 100%;
}
.post-type-archive-product .tr-editorial__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial__content {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    margin-top: 4.8rem;
  }
}
.post-type-archive-product .tr-editorial__content--l, .post-type-archive-product .tr-editorial__content--r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-type-archive-product .tr-editorial__content--r {
  justify-content: space-between;
}
.post-type-archive-product .tr-editorial__editorial-title {
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  line-height: 0.9;
}
.post-type-archive-product .tr-editorial__product-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial__product-title {
    font-size: 2rem;
  }
}
.post-type-archive-product .tr-editorial__editorial-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .post-type-archive-product .tr-editorial__editorial-description {
    font-size: 1.8rem;
  }
}
.post-type-archive-product .tr-editorial__editorial-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.post-type-archive-product .tr-editorial__editorial-description p:first-child {
  margin-top: 0;
}
.post-type-archive-product .tr-editorial__editorial-description p:last-child {
  margin-bottom: 0;
}
