/*
Theme Name: Run & Relax Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 0.2.3
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
.cgkit-swatch.out-of-stock:not(.cgkit-disabled) {
  position: relative;
}
.cgkit-swatch.out-of-stock:not(.cgkit-disabled):before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 1rem;
  height: 1rem;
  background: url(assets/img/notification.svg) no-repeat center center;
  background-size: contain;
  z-index: 10;
}
.cgkit-swatch.out-of-stock.cgkit-swatch-selected:before {
  filter: invert(1);
}
.cgkit-swatch.out-of-stock:not(.cgkit-swatch-selected) {
  opacity: 0.3;
}
.cgkit-swatch.low-stock {
  position: relative;
  /*         &::after {
             content: "";
             position: absolute;
             top: 0;
             left: 0;
             right: 0;
             bottom: 0;
             background: rgba(243, 156, 18, 0.1);
             border: 2px solid #f39c12;
             border-radius: inherit;
         }
  */
}
.cgkit-swatch.in-stock {
  position: relative;
}
.cgkit-swatch .stock-indicator {
  display: none !important;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 10;
  background: white;
  padding: 2px 6px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

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;
  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%);
}

.single-post .site-content {
  padding-top: 0 !important;
}
.single-post .entry-header {
  display: none;
}
@media (min-width: 1600px) {
  .single-post .alignwide {
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media (min-width: 1200px) {
  .single-post .alignfull {
    margin-left: calc((50vw - 585px) * -1);
    margin-right: calc((50vw - 585px) * -1);
  }
}
.single-post .wp-block-cover + p {
  margin-top: 3rem;
}
.single-post figure + p {
  margin-top: 3rem;
}
.single-post p + figure {
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .wp-block-cover {
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 100%;
  padding: 0 1rem;
  z-index: 5 !important;
}
.wp-block-cover.is-position-bottom-center::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;
  z-index: 4;
}

@media (min-width: 992px) {
  .home.header-4 .header-4-container,
  .single-post.header-4 .header-4-container,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container {
    background-color: transparent;
    position: absolute;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .home.header-4 .header-4-container:hover,
  .single-post.header-4 .header-4-container:hover,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:hover {
    background-color: #fff !important;
  }
  .home.header-4 .header-4-container:not(:hover) .site-header .custom-logo-link img,
  .single-post.header-4 .header-4-container:not(:hover) .site-header .custom-logo-link img,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .site-header .custom-logo-link img {
    filter: invert(1);
  }
  .home.header-4 .header-4-container:not(:hover) .menu-primary-menu-container > ul > li > a,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-cart .cart-contents .amount,
  .home.header-4 .header-4-container:not(:hover) .search-trigger,
  .home.header-4 .header-4-container:not(:hover) .search-trigger:hover,
  .home.header-4 .header-4-container:not(:hover) .search-trigger:focus,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a:hover,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-cart-icon i,
  .single-post.header-4 .header-4-container:not(:hover) .menu-primary-menu-container > ul > li > a,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-cart .cart-contents .amount,
  .single-post.header-4 .header-4-container:not(:hover) .search-trigger,
  .single-post.header-4 .header-4-container:not(:hover) .search-trigger:hover,
  .single-post.header-4 .header-4-container:not(:hover) .search-trigger:focus,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a:hover,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-cart-icon i,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .menu-primary-menu-container > ul > li > a,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-cart .cart-contents .amount,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .search-trigger,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .search-trigger:hover,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .search-trigger:focus,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-myaccount a:hover,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-cart-icon i {
    color: #fff !important;
  }
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .home.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count:after,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .single-post.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count:after,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count,
  .page-template-template-fullwidth-no-heading.header-4 .header-4-container:not(:hover) .shoptimizer-cart a.cart-contents .count:after {
    border-color: #fff;
  }
}

.shoptimizer-category-banner {
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .shoptimizer-category-banner {
    aspect-ratio: 5/4;
    min-height: unset;
  }
}
.shoptimizer-category-banner .col-full {
  width: 100%;
}
body.term-bras .shoptimizer-category-banner,
body.term-tights .shoptimizer-category-banner,
body.term-shorts .shoptimizer-category-banner,
body.term-tops .shoptimizer-category-banner {
  align-items: center;
}
body.term-bras .shoptimizer-category-banner.lazy-background:before,
body.term-tights .shoptimizer-category-banner.lazy-background:before,
body.term-shorts .shoptimizer-category-banner.lazy-background:before,
body.term-tops .shoptimizer-category-banner.lazy-background:before {
  display: none;
}
body.term-bras .shoptimizer-category-banner .col-full h1,
body.term-tights .shoptimizer-category-banner .col-full h1,
body.term-shorts .shoptimizer-category-banner .col-full h1,
body.term-tops .shoptimizer-category-banner .col-full h1 {
  font-size: 0;
  opacity: 0;
}
body.term-bras .shoptimizer-category-banner .col-full .taxonomy-description img.aligncenter,
body.term-tights .shoptimizer-category-banner .col-full .taxonomy-description img.aligncenter,
body.term-shorts .shoptimizer-category-banner .col-full .taxonomy-description img.aligncenter,
body.term-tops .shoptimizer-category-banner .col-full .taxonomy-description img.aligncenter {
  width: 720px;
}

@media (min-width: 992px) {
  .hide-on-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-on-sm {
    display: none;
  }
}

.shoptimizer-cart .cart-contents .amount {
  display: none;
}

.header-4 .search-trigger span {
  border-right: none;
}

body .product-details-wrapper,
body .yith-wfbt-section.woocommerce {
  max-width: calc(1660px + 5.2325em);
}
body .single-product .woocommerce:has(.woocommerce-message),
body .single-product .woocommerce-Tabs-panel,
body .single-product .archive-header .woocommerce-breadcrumb,
body .plp-below.archive.woocommerce .archive-header .woocommerce-breadcrumb,
body .related.products,
body .site-content #sspotReviews:not([data-shortcode="1"]),
body .upsells.products,
body .composite_summary,
body .composite_wrap,
body .wc-prl-recommendations,
body .yith-wfbt-section.woocommerce {
  max-width: calc(1440px + 5.2325em);
}
body .below-content .col-full,
body footer .col-full {
  max-width: 1480px;
}
body.archive .col-full {
  max-width: 1660px;
}

.single-product .product .ckwtl-os-label {
  display: none !important;
}
.single-product .product .woocommerce-variation-availability p.stock {
  display: none;
}
.single-product table.variations th label[for=pa_color] span.ckwtl-os-label {
  display: none !important;
}

@media (min-width: 993px) {
  ul.products li.product.type-product {
    padding-bottom: 0;
  }
}
.wp-block-group.is-layout-grid.four-two-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0;
}
@media (max-width: 991px) {
  .wp-block-group.is-layout-grid.four-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wp-block-group.is-layout-grid.four-two-columns .wp-block-cover:last-of-type:nth-child(odd) {
    grid-column: span 2;
  }
}

a.reset_variations {
  display: none;
}/*# sourceMappingURL=style.css.map */