/*
Theme Name: Ruark Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: Henrik Smith
Author URI: 
Template: shoptimizer
Version: 0.3.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
ul {
  list-style-position: inside;
  margin-left: 1px;
}

.specs ul ul {
  margin-top: 0;
  list-style: disc;
}

.wp-block-media-text {
  position: relative;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 8%;
  z-index: 1;
}
.wp-block-media-text > .wp-block-media-text__content > * {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-media-text:not(.has-text-color) > .wp-block-media-text__content {
  color: var(--wp--preset--color--james-brown-100);
}
.wp-block-media-text:not(.has-background-color) {
  background-color: var(--wp--preset--color--angie-brown-20);
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  z-index: 0;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  width: 200%;
  left: 0;
  top: 0;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  aspect-ratio: 1/1;
}
.wp-block-media-text.is-image-fill-element.has-media-on-the-right > .wp-block-media-text__media img {
  left: -100%;
}
.wp-block-media-text:not(.is-image-fill-element):not(.bleed).padding > .wp-block-media-text__media {
  padding: 8%;
}
.wp-block-media-text:not(.is-image-fill-element):not(.bleed) > .wp-block-media-text__media img {
  width: 100%;
}

.single-product .product .woocommerce-product-details__short-description {
  font-size: inherit;
}
.single-product .product h1.product_title {
  margin-bottom: 12px;
}
.single-product .product .cart .single_add_to_cart_button {
  width: auto;
}
.single-product .product p.price {
  float: none;
  font-size: 22px;
  margin-top: 6px;
  color: #2c2d33;
  margin-bottom: 24px;
}
.single-product .wpclv-attributes .wpclv-attribute {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-attribute-label {
  display: none;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color {
  height: auto;
  width: auto;
  margin-top: 0;
  border-width: 2px;
  background-color: transparent;
  border-color: transparent;
  min-width: unset;
  border-radius: 0;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color:hover {
  background-color: #fff;
  transition: all 0.3s ease;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color span,
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color a {
  height: 18px;
  line-height: 18px;
  width: 18px;
  border-radius: 0;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color.active {
  background-color: var(--wp--preset--color--angie-brown-20);
  border-color: #000;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-button {
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-button span,
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-button a {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-button.active span,
.single-product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-button.active a {
  background-color: var(--wp--preset--color--blue-note-100);
  color: #fff;
}

.woocommerce-tabs {
  background-color: #ffffff;
}

.single-product-hero-cover {
  display: none;
}

@media (min-width: 993px) {
  .wp-block-cover {
    padding-top: var(--wp--preset--spacing--xx-large);
    padding-right: var(--wp--preset--spacing--medium);
    padding-bottom: var(--wp--preset--spacing--medium);
    padding-left: var(--wp--preset--spacing--medium);
    min-height: 50vh;
    aspect-ratio: 2/1;
  }
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto !important;
  }
  .single-product-hero-cover {
    display: flex;
    margin-top: -70px;
    aspect-ratio: 2/1;
  }
  .header-4 .header-4-container {
    border-bottom: none;
    box-shadow: none;
  }
}
div.product .specs {
  font-size: 12px;
  -moz-column-width: 20rem;
       column-width: 20rem;
  -moz-column-gap: 30px;
       column-gap: 30px;
  container-type: inline-size;
}
div.product .specs h3 {
  font-weight: 600;
  font-size: 15px;
  -moz-column-break-after: avoid;
       break-after: avoid;
}
div.product .specs h3 + ul {
  margin-top: 4px;
  margin-bottom: 0;
}
div.product .specs ul {
  list-style: none;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 993px) {
  div.product .specs {
    padding-left: 0;
    padding-right: 0;
  }
}
div.product #reviews {
  max-width: 700px;
  margin: 80px auto;
}
div.product #reviews .woocommerce-Reviews-title {
  display: none;
}
div.product #reviews #respond .comment-reply-title {
  font-weight: normal;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border-top: none;
  padding: 0;
}
@media (min-width: 993px) {
  .woocommerce-tabs.wc-tabs-wrapper .entry-content .wp-block-cover .wp-block-cover__inner-container {
    width: 50%;
    padding: 8%;
  }
}

footer .widget li {
  margin-bottom: 0;
  font-size: 12px;
}

footer .widget li a {
  font-size: 13px;
}

.wp-block-cover.sticky-content .wp-block-cover__inner-container {
  position: sticky;
  top: 120px;
}
.wp-block-cover.sticky-content.top-50 .wp-block-cover__inner-container {
  top: 50px;
}

.content-area blockquote.wp-block-quote::before {
  content: "";
  display: none;
}
.content-area blockquote.wp-block-quote p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 993px) {
  .content-area blockquote.wp-block-quote p {
    font-size: 24px;
  }
}

@media (min-width: 993px) {
  .home .site-content > .shoptimizer-archive .woocommerce-breadcrumb,
  .single-product .site-content > .shoptimizer-archive .woocommerce-breadcrumb {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .home #page .woocommerce-breadcrumb,
  .single-product #page .woocommerce-breadcrumb {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .home #page > .header-4-container {
    background: transparent;
    transition: all 0.5s ease;
  }
  .home #page > .header-4-container.scrolled-down {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .single-product #page > .header-4-container {
    background: transparent;
    transition: all 0.5s ease;
  }
  .single-product #page > .header-4-container.scrolled-down {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .single-product.product-overlay-top-default #page > .header-4-container .menu-primary-menu-container > ul > li > a,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-cart .cart-contents .amount,
  .single-product.product-overlay-top-default #page > .header-4-container .search-trigger,
  .single-product.product-overlay-top-default #page > .header-4-container .search-trigger:hover,
  .single-product.product-overlay-top-default #page > .header-4-container .search-trigger:focus,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-myaccount a,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-myaccount a:hover,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-cart a.cart-contents .count,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-cart-icon i {
    color: #fff;
  }
  .single-product.product-overlay-top-default #page > .header-4-container ul.menu > li.menu-item-has-children > a::after {
    background-color: #fff;
  }
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-cart a.cart-contents .count,
  .single-product.product-overlay-top-default #page > .header-4-container .shoptimizer-cart a.cart-contents .count:after {
    border-color: #fff;
  }
  .single-product.product-overlay-top-default #page > .header-4-container .site-branding .custom-logo-link img {
    filter: brightness(0) invert(1);
  }
}
.wp-block-cover .wp-block-cover__inner-container .hero-text-animate {
  --transition-timing: 0.8s;
  --copy-fade-transition: opacity var(--transition-timing) linear, transform var(--transition-timing) cubic-bezier(0.16, 1, 0.3, 1);
  --copy-fade-y-start: 70px;
  transition: var(--copy-fade-transition);
  opacity: 0;
  transform: translateY(var(--copy-fade-y-start));
  animation-timeline: view();
  animation-name: fade-up;
}

.header-4-container {
  transition: all 0.3s ease;
}
.header-4-container.scrolled-down {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-4-container .search-trigger span {
  border-right: none;
}
.header-4-container .shoptimizer-cart .cart-contents .amount {
  display: none;
}

figure.wp-block-gallery.slider {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 130px;
  overflow: hidden;
  min-width: calc(300px * var(--quantity));
  position: relative;
  gap: 0;
}
figure.wp-block-gallery.slider .wp-block-image {
  width: 300px !important;
  position: absolute;
  left: 100%;
  animation: autoRun 25s linear infinite;
  transition: all 0.5s;
  animation-delay: calc(25s / var(--quantity) * (var(--position) - 1) - 25s) !important;
}
figure.wp-block-gallery.slider .wp-block-image img {
  width: 100%;
  height: 92px;
}
figure.wp-block-gallery.slider .wp-block-image:has(figcaption):before {
  display: none;
}
figure.wp-block-gallery.slider .wp-block-image figcaption {
  background: transparent;
  position: relative;
  color: inherit;
  text-shadow: none;
  overflow: visible;
  line-height: 1.4;
  padding: 10px 0 0;
}
figure.wp-block-gallery.slider .wp-block-image figcaption::before {
  content: "";
  display: none;
}
figure.wp-block-gallery.slider:hover .wp-block-image {
  animation-play-state: paused !important;
  filter: grayscale(1);
}
figure.wp-block-gallery.slider .wp-block-image:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}
figure.wp-block-gallery.slider[reverse=true] .wp-block-image {
  animation: reversePlay 25s linear infinite;
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: -300px;
  }
}
@keyframes reversePlay {
  from {
    left: -300px;
  }
  to {
    left: 100%;
  }
}
@keyframes autoRun200 {
  from {
    left: 100%;
  }
  to {
    left: -200px;
  }
}
@keyframes reversePlay200 {
  from {
    left: -200px;
  }
  to {
    left: 100%;
  }
}
.overflow-hidden {
  overflow: hidden;
  max-width: 100%;
}

.w200 figure.wp-block-gallery.slider {
  min-width: calc(200px * var(--quantity));
}
.w200 figure.wp-block-gallery.slider .wp-block-image {
  width: 200px !important;
  animation: autoRun200 25s linear infinite;
  transition: all 0.5s;
  animation-delay: calc(25s / var(--quantity) * (var(--position) - 1) - 25s) !important;
}

body:not(.no-overflow) header.header--transparent-white.header-gradient-min::before,
body:not(.no-overflow) header.header--transparent-white.header-gradient-mid::before,
body:not(.no-overflow) header.header--transparent-white.header-gradient-max::before,
.header-0-container::before,
.single-product-hero-cover.overlay-top-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.66;
  width: 100%;
  height: 30rem;
  transform: translateY(-65%);
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background: linear-gradient(360deg, transparent, rgba(0, 0, 0, 0.196) 10.27%, rgba(0, 0, 0, 0.294) 18.73%, rgba(0, 0, 0, 0.59) 29%, rgba(0, 0, 0, 0.686) 37.89%, rgba(0, 0, 0, 0.686) 54.72%, rgba(0, 0, 0, 0.686) 64.05%, rgba(0, 0, 0, 0.686) 76.74%);
}

.archive.tax-product_cat .shoptimizer-category-banner, .archive.post-type-archive-product .shoptimizer-category-banner {
  min-height: 40vh;
  display: flex;
  align-items: end;
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  border-bottom: none;
}
.archive.tax-product_cat .shoptimizer-category-banner h1, .archive.post-type-archive-product .shoptimizer-category-banner h1 {
  margin-bottom: 5px;
}
@media (min-width: 993px) {
  .archive.tax-product_cat .shoptimizer-category-banner, .archive.post-type-archive-product .shoptimizer-category-banner {
    min-height: 60vh;
    text-align: center;
  }
}
.archive.tax-product_cat .shoptimizer-category-banner::before, .archive.post-type-archive-product .shoptimizer-category-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
  opacity: 66%;
  background-color: transparent;
  background-image: url(assets/img/hero-gradient-peak-center-desktop.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

ul.products li.product {
  align-self: auto !important;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease;
}
ul.products li.product .wpclv-attributes {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 6px;
}
ul.products li.product .wpclv-attributes .wpclv-attribute {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0;
}
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-attribute-label {
  display: none;
}
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color {
  height: auto;
  width: auto;
  margin-top: 0;
  border-width: 2px;
  background-color: transparent;
  border-color: transparent;
  min-width: unset;
  border-radius: 0;
}
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color:hover {
  background-color: #fff;
  transition: all 0.3s ease;
}
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color span,
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color a {
  height: 18px;
  line-height: 18px;
  width: 18px;
  border-radius: 0;
}
ul.products li.product .wpclv-attributes .wpclv-attribute .wpclv-terms .wpclv-term.wpclv-term-color.active {
  background-color: var(--wp--preset--color--angie-brown-20);
  border-color: #000;
}
ul.products li.product .price {
  font-size: 14px;
  margin-top: 6px;
  color: #2c2d33;
  margin-bottom: 0;
}
ul.products li.product .product-short-description {
  font-size: 13px;
  clear: both;
  padding-top: 10px;
  opacity: 0.5;
}
ul.products li.product .product-short-description p {
  font-size: 12px;
}
ul.products li.product .product-short-description ul {
  margin-left: 0;
  list-style: none;
}
ul.products li.product .product-short-description ul li {
  list-style-position: inside;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 0;
  border-top: 1px solid #efefef;
  padding: 4px 0;
}
ul.products li.product .product-short-description ul:last-child {
  margin-bottom: 0;
}
ul.products li.product .woocommerce-card__header {
  background-color: var(--wp--preset--color--angie-brown-20);
  padding: 1.5em 2em 2em;
  flex: 1;
  border-radius: 0 0 40px 0;
}
ul.products li.product .woocommerce-image__wrapper {
  overflow: hidden;
  /* border-radius: 15px 15px 0 0; */
}
ul.products li.product::before {
  content: none;
  display: none;
}
ul.products li.product .woocommerce-image__wrapper img {
  transition: transform 1s ease;
}
ul.products li.product:hover {
  transition: all 0.3s ease;
}
ul.products li.product:hover .product-short-description {
  transition: opacity 0.3s ease;
  opacity: 1;
}
ul.products li.product:hover .woocommerce-image__wrapper {
  transform: none;
}
ul.products li.product:hover .woocommerce-image__wrapper img {
  transform: scale(1.05);
  transition: transform 2.5s ease;
}

.wpclv-attributes .wpclv-attribute {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media only screen and (min-width: 993px) {
  form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
  form.woocommerce-checkout #dibs-wrapper {
    width: 100%;
  }
  form.woocommerce-checkout #dibs-wrapper #dibs-iframe {
    order: 0;
  }
  form.woocommerce-checkout #dibs-wrapper #dibs-order-review {
    flex: 1;
    order: 1;
    max-width: 500px;
    padding: 70px 70px 70px 0;
  }
}
@media (max-width: 992px) {
  .single-product .summary {
    padding-left: 1em;
    padding-right: 1em;
  }
  .single-product .summary h1.entry-title {
    font-size: 36px;
    padding-right: 0;
  }
  .single-product .commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .single-product .woocommerce-Tabs-panel .woocommerce-Reviews {
    padding-left: 2em;
    padding-right: 2em;
  }
  .single-product .related.products ul.products li.product .woocommerce-card__header {
    box-shadow: none;
    padding: 1.5em 2em 2em;
  }
}
@media (max-width: 768px) {
  .site h1 {
    font-size: 48px;
    letter-spacing: -0.01em;
  }
  .site h2 {
    font-size: 36px;
  }
  .site h2:not(:last-child) {
    margin-bottom: 16px;
  }
  .site h3 {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */