/*
Theme Name: Comfee Child
Theme URI: http://example.com/comfee-child/
Description: A child theme for the Comfee WordPress theme
Author: Coffee Creative Studio
Author URI: http://example.com
Template: comfee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: comfee-child
*/

/* 
Add your custom styles here. 
These will override or extend the parent theme's styles.
*/

:root {
  --comfee--grey-1: #e5e5e5;
  --comfee--grey-2: #b0b0b0;
  --comfee--grey-3: #696969;
  --comfee--yellow-1: #faeb7a;
  --comfee--yellow-2: #e8d999;
  --comfee--pink: #ffb8c4;
  --comfee--purple: #e8d9f0;
  --comfee--blue-1: #9cdbf0;
  --comfee--blue-2: #80bae8;
  --comfee--green-1: #b5dbd4;
  --comfee--green-2: #a6cc7d;

  --comfee--font-noto: "Noto Sans", sans-serif;
}
/* ----------------------------------
Setting defaults and hovers
----------------------------------- */
body :is(.bottom-menu, .coffee-foot) {
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.single-product form.cart :is(button:hover, a:hover) {
  background-color: transparent !important;
  color: var(--comfee--grey-3) !important;
  transition: background-color 0.5s ease;
}
body .button.accent-1:hover {
  background-color: transparent !important;
  color: var(--comfee--grey-3) !important;
  transition: background-color 0.5s ease;
}
html body.caffeine_search_scheme_light .caffeine_search-form .search-submit {
  background-color: var(--comfee--grey-3) !important;
  border-color: var(--comfee--grey-3) !important;
}
body .change_bg_color :is(a, button) {
  background-color: var(--comfee--grey-3) !important;
  border-color: var(--comfee--grey-3) !important;
  border: 2px solid var(--comfee--grey-3) !important;
  color: #fff !important;
  transition: all 0.5s ease !important;
}
body .change_bg_color :is(a:hover, button:hover) {
  background-color: #fff !important;
  color: var(--comfee--grey-3) !important;
}
body .change_bg_color :is(a:focus, button:focus) {
  box-shadow: 0 0 0 2px #696969 !important;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #696969 !important;
  outline: 3px solid transparent !important;
}
.home .advertising-space img {
  height: 100%;
  border-radius: 20px;
}

/* ---------------------------------------------
Child theme changes 
---------------------------------------------- */

body #primary-menu a {
  color: #fff;
  font-weight: 600;
}

body #primary {
  margin-top: 100px;
}

body #secondary #text-2 p a:hover {
  background-color: var(--comfee--grey-3) !important;
}

body .cart-icon.cart-full a::after {
  background-color: var(--comfee--grey-3);
}
.woocommerce-cart .wc-block-components-product-name {
  font-weight: 700;
  color: var(--comfee--grey-3);
}
body .shop-now a {
  border-color: #fff !important;
}
.child-theme .header-account-buttons li:nth-child(1) a i {
  color: var(--comfee--blue-2) !important;
}
.child-theme .header-account-buttons li:nth-child(2) a i {
  color: var(--comfee--yellow-1) !important;
}
.child-theme .header-account-buttons li:nth-child(3) a i {
  color: var(--comfee--yellow-2) !important;
}
.child-theme .header-account-buttons li:nth-child(4) a i {
  color: var(--comfee--pink) !important;
}
.child-theme .header-account-buttons li:nth-child(5) a i {
  color: var(--comfee--green-2) !important;
}

/* ---------------------------------------------
Child Woocommerce changes 
---------------------------------------------- */
body.child-theme .woocommerce-breadcrumb {
  display: none;
}
body.post-type-archive-product #page {
  background-color: #fff !important;
}
.child-theme .products-per-page,
.child-theme .woocommerce-ordering {
  display: none;
}
.child-theme .shop-wrap {
  width: 100%;
}
/* -------- ------------ -------- 
Shop page layout -------- ------------ --------  */
body.post-type-archive-product.child-theme ul.products {
  grid-template-columns: repeat(auto-fill, 50%);
}
body.home.child-theme ul.products {
  display: block;
  margin-top: 0;
}
body.home.child-theme ul.products li.product {
  width: 100%;
  float: none;
  margin: 0;
}
.shop-wrap ul li.product:nth-child(1) .custom-shop-item .img-side {
  background-color: var(--comfee--blue-1);
}
.shop-wrap ul li.product:nth-child(2) .custom-shop-item .img-side {
  background-color: var(--comfee--green-1);
}
.shop-wrap ul li.product:nth-child(3) .custom-shop-item .img-side {
  background-color: var(--comfee--yellow-1);
}
.shop-wrap ul li.product:nth-child(4) .custom-shop-item .img-side {
  background-color: var(--comfee--pink);
}
.shop-wrap ul li.product:nth-child(5) .custom-shop-item .img-side {
  background-color: var(--comfee--purple);
}
.shop-wrap ul li.product:nth-child(6) .custom-shop-item .img-side {
  background-color: var(--comfee--green-2);
}
.shop-wrap ul li.product:nth-child(7) .custom-shop-item .img-side {
  background-color: var(--comfee--yellow-2);
}
/* .home .custom-shop-item {
  margin-right: 5px;
  margin-left: 5px;
} */
.custom-shop-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 0px;
}

.custom-shop-item .img-side {
  width: 50%;
  position: relative;
}
.custom-shop-item .img-side .onsale {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--comfee--grey-3);
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 14px;
}
.custom-shop-item.left-tri {
  flex-direction: row-reverse;
}
.custom-shop-item .add-to-wishlist-heart {
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.custom-shop-item.right-tri .img-side::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-shop-item.left-tri .img-side::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-shop-item .txt-side {
  width: 50%;
  padding: 20px;
  display: grid;
  gap: 12px;
  position: relative;
}
.custom-shop-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
ul.products li.product .custom-shop-item .txt-side h2 {
  font-size: 1.2rem;
  color: #333;
  margin: 10px 0;
}
ul.products li.product .custom-shop-item .txt-side h2 > a {
  color: inherit;
}
ul.products li.product .custom-shop-item .txt-side .price {
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}
/* -------- ------------ -------- 
 My account -------- ------------ --------  */
.woocommerce-MyAccount-navigation ul li a {
  border-color: #fff !important;
  color: #000 !important;
}
.woocommerce-MyAccount-navigation ul li:nth-child(1) a {
  background-color: var(--comfee--blue-2) !important;
}
.woocommerce-MyAccount-navigation ul li:nth-child(2) a {
  background-color: var(--comfee--blue-1);
}
.woocommerce-MyAccount-navigation ul li:nth-child(3) a {
  background-color: var(--comfee--green-2);
}
.woocommerce-MyAccount-navigation ul li:nth-child(4) a {
  background-color: var(--comfee--green-1);
}
.woocommerce-MyAccount-navigation ul li:nth-child(5) a {
  background-color: var(--comfee--yellow-2);
}
.woocommerce-MyAccount-navigation ul li:nth-child(6) a {
  background-color: var(--comfee--yellow-1);
}
.woocommerce-MyAccount-navigation ul li:nth-child(7) a {
  background-color: var(--comfee--pink);
}
.woocommerce-MyAccount-navigation ul li:nth-child(8) a {
  background-color: var(--comfee--purple);
}

/* -------- ------------ -------- 
Single products -------- ------------ --------  */
.woocommerce-product-gallery__image.flex-active-slide {
  text-align: center;
}
.cycle-colors {
  animation: cycleColors 30s infinite;
}
.woocommerce-product-gallery .flex-viewport {
  animation: cycleColors 30s infinite;
}

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
}
ol.flex-control-nav.flex-control-thumbs li {
  animation: cycleColors 40s infinite;
}
.child-theme .download-brochure a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  background-color: transparent;
}
.child-theme .download-brochure a:hover {
  background-color: transparent;
}
.child-theme .download-brochure span.icon {
  background-color: var(--color-accent-1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
}
.child-theme .download-brochure span.icon svg {
  width: 30px;
}
.child-theme .download-brochure span.txt {
  color: var(--comfee--grey-3);
  font-size: 15px;
}

.product .summary h3 {
  display: none;
}
/* Woocommmerce single product tabs */
.wc-tabs-wrapper .tabs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 50px !important;
  display: inline-flex;
  width: 100%;
}
.wc-tabs-wrapper .tabs li {
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  position: relative;
}
li.description_tab.active:after {
  content: "";
  background-color: var(--comfee--blue-1);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  bottom: -10px;
  rotate: 45deg;
}
li.product_specs_tab.active:after {
  content: "";
  background-color: var(--comfee--green-2);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  bottom: -10px;
  rotate: 45deg;
}
li.reviews_tab.active:after {
  content: "";
  background-color: var(--comfee--yellow-2);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  bottom: -10px;
  rotate: 45deg;
}
.wc-tabs-wrapper .tabs li:nth-child(1) {
  background: var(--comfee--blue-1);
}
.wc-tabs-wrapper .tabs li:nth-child(2) {
  background: var(--comfee--green-2);
}
.wc-tabs-wrapper .tabs li:nth-child(3) {
  background: var(--comfee--yellow-2);
}
.wc-tabs-wrapper .tabs li a {
  padding: 0 0 !important;
  color: #fff;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 20px 20px 30px;
  background-color: #f5f5f5;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel :is(div, p, li) {
  color: var(--comfee--grey-3);
  font-size: 15px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel h4 {
  margin-top: 10px;
  color: var(--comfee--grey-3);
}
.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-description > h2,
.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews-title {
  display: none;
}

/* Page Template : Page Content */
#primary.hasBanner .entry-header {
  display: none;
}
#primary.page-content,
#primary.hasBanner {
  margin-top: 140px;
}
.solid-color {
  margin-top: 100px;
}
.page-banner {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 568px;
  @media (max-width: 600px) {
    flex-direction: column;
    height: 400px;
  }
  .img-side,
  .content-side {
    width: 50%;
    @media (max-width: 600px) {
      width: 100%;
    }
  }
  .img-side {
    height: 100%;
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block;
    }
  }
  .content-side {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.top-content {
  text-align: center;
  padding: 50px 50px;
  @media (max-width: 600px) {
    padding: 30px 20px;
  }
}
.top-content :is(h1, p) {
  color: #fff;
}
.top-content.banner-colour-blue {
  background-color: var(--comfee--blue-2);
}
.top-content.banner-colour-green {
  background-color: var(--comfee--green-2);
}
.top-content.banner-colour-pink {
  background-color: var(--comfee--pink);
}
.top-content.banner-colour-darkgrey {
  background-color: var(--comfee--grey-3);
}
.main-content {
  margin-bottom: 50px;
}
.main-content ul {
  column-count: 2;
}
.main-content a.button {
  margin-top: 30px;
}
/* template: About */
.bottom-content {
  padding: 60px 0 60px;
  @media (max-width: 600px) {
    padding: 30px 0 0;
  }
  h2 {
    text-align: center;
    @media (max-width: 500px) {
      font-size: 27px;
    }
  }
}
.block-container {
  position: relative;

  &.mobile-layout {
    display: none;
  }
  @media (max-width: 1024px) {
    &.mobile-layout {
      display: block;
    }
    &.desktop-layout {
      display: none;
    }
  }

  .block-section {
    position: relative;

    @media (max-width: 1024px) {
      &:nth-child(even) {
        .top-blocks-group {
          .top-block {
            .wrap {
              flex-direction: row-reverse;
            }
            .icon {
              &::after {
                content: "";
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-right: 0 !important;
                border-left: 20px solid #fff;
                border-bottom: 20px solid transparent;
                display: block;
                position: absolute;
                left: 0;
                right: auto;
                top: 50%;
                transform: translateY(-50%);
              }
            }
          }
        }
      }
    }
    @media (max-width: 600px) {
      &:nth-child(even),
      &:nth-child(odd) {
        .top-blocks-group {
          .top-block {
            .wrap {
              flex-direction: column;
            }
            .icon {
              &::after {
                content: "";
                width: 0;
                height: 0;
                border-left: 40px solid transparent !important;
                border-right: 40px solid transparent !important;
                border-bottom: 40px solid #fff !important;
                display: block;
                position: absolute;
                left: 50% !important;
                bottom: 0 !important;
                top: auto !important;
                transform: translateX(-50%) !important;
              }
            }
          }
        }
      }
    }

    @media (min-width: 1025px) {
      &:nth-child(2) {
        .top-blocks-group {
          .top-block {
            .wrap {
              flex-direction: row-reverse;
            }
            .icon::after {
              content: "";
              border-right: 0 !important;
              border-left: 20px solid #fff;
              left: 0 !important;
            }
          }
        }
      }
    }
    .top-blocks-group {
      display: flex;
      justify-content: center;
      align-items: center;
      .top-block {
        width: 50%;
        @media (max-width: 1024px) {
          width: 100%;
        }
        .wrap {
          display: flex;
          @media (max-width: 600px) {
            flex-direction: column;
          }
          .icon,
          .cta-area {
            width: 50%;
            padding: 66px 47px;
            text-align: center;
            @media (max-width: 600px) {
              width: 100%;
              padding: 20px 20px 20px;
            }
            .title {
              margin-top: 0;
              margin-bottom: 30px;
              font-size: 22px;
              font-weight: 700;
              line-height: normal;
            }
            .details {
              padding: 12px 25px;
              font-size: 16px;
              text-decoration: none;
              font-weight: 500;
              color: #696969;
            }
          }
          .icon {
            height: 296px;
            padding: 104px 50px;
            position: relative;
            &::after {
              content: "";
              width: 0;
              height: 0;
              border-top: 20px solid transparent;
              border-right: 20px solid #fff;
              border-bottom: 20px solid transparent;
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
            }
            img {
              height: 88px;
              width: auto;
              object-fit: contain;
            }
          }
        }
      }
    }
    .long-blocks-group {
      position: relative;
      @media (max-width: 600px) {
        margin-bottom: 30px;
      }
      .long-block {
        .content-container {
          display: flex;
          justify-content: space-between;
          padding: 60px 130px;
          @media (max-width: 1024px) {
            padding: 60px 60px;
            flex-direction: column;
          }
          @media (max-width: 600px) {
            padding: 30px 30px;
          }
          .desc {
            max-width: 523px;
            @media (max-width: 1024px) {
              max-width: 100%;
            }
            p {
              font-size: 16px;
              font-weight: 400;
              line-height: normal;
            }
          }
          .buttons {
            max-width: 300px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 15px;
            @media (max-width: 600px) {
              max-width: 100%;
              justify-content: center;
              flex-wrap: wrap;
            }
            a {
              padding: 12px 25px;
              font-size: 16px;
              text-decoration: none;
              font-weight: 500;
              @media (max-width: 600px) {
                width: 100%;
                text-align: center;
              }
              &:first-child {
                color: #fff;
                background-color: var(--comfee--grey-2);
              }
              &:last-child {
                background-color: #fafafa;
                color: #696969;
              }
            }
          }
        }
      }
    }
    .block-1-1 {
      .icon,
      .details,
      .content-container {
        background-color: var(--comfee--blue-1);
      }
    }
    .block-1-2 {
      .icon,
      .details,
      .content-container {
        background-color: var(--comfee--green-1);
      }
    }
    .block-2-1 {
      .icon,
      .details,
      .content-container {
        background-color: var(--comfee--yellow-1);
      }
    }
    .block-2-2 {
      .icon,
      .details,
      .content-container {
        background-color: #fbb5c1;
      }
    }
    .block-3-1 {
      .icon,
      .details,
      .content-container {
        background-color: var(--comfee--purple);
      }
    }
    .block-3-2 {
      .icon,
      .details,
      .content-container {
        background-color: var(--comfee--green-2);
      }
      .icon {
        padding: 120px 57px !important;
        img {
          height: 55px !important;
          width: 181px !important;
        }
      }
    }
  }
}
.section-title {
  width: 100%;
  text-align: center;
  h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.sell-buy {
  position: relative;
  max-width: 916px;
  margin: 60px auto;

  .sell-buy-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    @media (max-width: 600px) {
      flex-direction: column;
    }
    .single-card {
      width: calc(50% - 45px);
      max-width: 388px;
      @media (max-width: 600px) {
        width: 100%;
        max-width: 600px;
      }
      .img-area {
        position: relative;
        &::after {
          content: "";
          width: 0;
          height: 0;
          border-left: 40px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 40px solid #fff;
          display: block;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
        }

        img {
          object-fit: cover;
          width: 388px;
          height: 309px;
          @media (max-width: 600px) {
            width: 100%;
            height: auto;
          }
        }
      }
      .txt-area {
        text-align: center;
        max-width: 294px;
        margin: 30px auto 0;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        justify-content: flex-start;
        align-items: center;
        @media (max-width: 600px) {
          width: 100%;
          max-width: 600px;
        }
        .title {
          font-size: 22px;
          margin: 0 0;
        }
        p {
          margin: 0 0;
        }
        .btn {
          padding: 12px 25px;
          font-size: 16px;
          text-decoration: none;
          font-weight: 500;
          text-align: center;
        }
      }
      &.color-blue .btn {
        background-color: var(--comfee--blue-2);
        color: #fff;
      }
      &.color-yellow .btn {
        background-color: var(--comfee--yellow-1);
        color: #696969;
      }
    }
  }
}
.information-blocks {
  margin: 20px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  row-gap: 20px;
  max-width: 650px;
}
.information-blocks h3 {
  text-align: center;
}

.home .btn-container {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.about {
  margin-top: 120px;
  max-width: 1280px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
#store-locator-container {
  scroll-margin-top: 100px;
}

.hero {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 178px;
  margin-top: 50px;
  position: relative;
  @media (max-width: 1200px) {
    background-position: center;
  }
  @media (max-width: 900px) {
    background-position: left;
  }
  .max-width {
    @media (max-width: 900px) {
      display: flex;
      justify-content: center;
    }
  }
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000038 40%, transparent 100%);
  }
  .container {
    max-width: 407px;
    z-index: 2;
    position: relative;
  }
  h1 {
    color: #fff;
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 470px) {
      font-size: 33px;
    }
  }

  .subtitle {
    color: #fff;
    text-align: left;
    font-family: "Market", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: normal;
    @media (max-width: 470px) {
      font-size: 33px;
    }
  }
  .desc {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    max-width: 330px;
    font-weight: 600;
  }
  .comfee-logo {
    margin-top: 30px;
    margin-bottom: 10px;

    svg {
      width: 100%;
      @media (max-width: 500px) {
        height: 60px;
      }
    }
  }
  .btn-output {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    @media (max-width: 470px) {
      flex-direction: column;
      align-items: stretch;
      text-align: center;
    }
    a {
      padding: 5px 25px;
      &:nth-child(1) {
        background-color: #fff;
        color: var(--comfee--grey-3);
        border: 2px solid #fff;
      }
      &:nth-child(2) {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
      }
    }
  }
}

#home-layout {
  margin-bottom: 120px;
  .single-block.block-0 .img-side,
  .single-block.block-0 .txt-side .button {
    background-color: var(--comfee--blue-1);
    border-color: var(--comfee--blue-1);
  }
  .single-block.block-1 .img-side,
  .single-block.block-1 .txt-side .button {
    background-color: var(--comfee--green-1);
    border-color: var(--comfee--green-1);
  }
  .single-block.block-2 .img-side,
  .single-block.block-2 .txt-side .button {
    background-color: var(--comfee--yellow-1);
    border-color: var(--comfee--yellow-1);
  }
  .single-block.block-3 .img-side,
  .single-block.block-3 .txt-side .button {
    background-color: #fbb5c1;
    border-color: #fbb5c1;
  }
  .single-block.block-4 .img-side,
  .single-block.block-4 .txt-side .button {
    background-color: var(--comfee--purple);
    border-color: var(--comfee--purple);
  }
  .single-block.block-5 .img-side,
  .single-block.block-5 .txt-side .button {
    background-color: var(--comfee--green-2);
    border-color: var(--comfee--green-2);
  }
  .custom-shop-item {
    height: 100%;
    .img-side {
      height: 296px;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        height: unset;
      }
    }
    .txt-side {
      h2 {
        font-size: 22px;
        max-width: 201px;
        margin: auto;
        @media (max-width: 900px) {
          max-width: unset;
          margin-bottom: 10px;
        }
      }
      .button {
        border-radius: 0;
      }
    }
  }
}

.txt-img {
  display: flex;
  min-height: 568px;
  @media (max-width: 1024px) {
    flex-direction: column !important;
  }
  &.blue-side {
    flex-direction: row-reverse;
  }
  .txt-side,
  .img-side {
    flex: 1;
  }
  .txt-side {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    .container {
      align-items: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
    }
    svg {
      @media (max-width: 500px) {
        height: 60px;
      }
    }
    .sub {
      color: #fff;
      text-align: center;
      font-family: "Market", sans-serif;
      font-size: 54px;
      font-weight: 400;
      line-height: normal;
      @media (max-width: 500px) {
        font-size: 33px;
      }
    }
    a {
      background-color: #fff;
      color: var(--comfee--grey-3);
      border-radius: 0;
      padding: 5px 25px;
    }
    .extra {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      line-height: normal;
      margin-top: 12px;
      margin-bottom: 7px;
    }
  }
  .img-side {
    @media (max-width: 1024px) {
      display: none;
    }
    img {
      width: 100%;
      height: 568px;
      object-fit: cover;
      display: block;
    }
  }
}

.products-grid {
  position: relative;
  .headings {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 120px 0 60px;
    @media (max-width: 900px) {
      flex-direction: column;
      align-items: center;
    }
    svg {
      width: 238px;
      height: 50px;
    }
    h3 {
      color: #fbb5c1;
      text-align: center;
      font-family: "Market", sans-serif;
      font-size: 54px;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      @media (max-width: 900px) {
        font-size: 40px;
        margin-top: 10px;
      }
      @media (max-width: 470px) {
        font-size: 33px;
      }
    }
  }
  .wrap-grid {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 50%);
    margin-top: 0;
    margin-bottom: 120px;
  }
  .custom-shop-item {
    min-height: 296px;
  }
  .custom-shop-item .img-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    @media (max-width: 900px) {
      height: 200px;
    }
    .mesure {
      color: #fafafa;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      @media (max-width: 470px) {
        font-size: 26px;
      }
    }
  }
  .custom-shop-item .txt-side {
    h2 {
      color: var(--comfee--grey-3);
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      @media (max-width: 470px) {
        font-size: 16px;
        line-height: 20px;
      }
    }
    a {
      border-radius: 0;
      color: var(--comfee--grey-3);
    }
  }
  .pg-1 :is(.img-side, a) {
    background-color: var(--comfee--blue-1);
    border-color: var(--comfee--blue-1);
  }
  .pg-2 :is(.img-side, a) {
    background-color: var(--comfee--green-1);
    border-color: var(--comfee--green-1);
  }
  .pg-3 :is(.img-side, a) {
    background-color: var(--comfee--yellow-1);
    border-color: var(--comfee--yellow-1);
  }
  .pg-4 :is(.img-side, a) {
    background-color: #fbb5c1;
    border-color: #fbb5c1;
  }
  .pg-5 :is(.img-side, a) {
    background-color: var(--comfee--purple);
    border-color: var(--comfee--purple);
  }
  .pg-6 :is(.img-side, a) {
    background-color: var(--comfee--green-2);
    border-color: var(--comfee--green-2);
  }
  .pg-7 :is(.img-side, a) {
    background-color: var(--comfee--yellow-2);
    border-color: var(--comfee--yellow-2);
  }
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  color: var(--color-font);
  padding: 10px 18px !important;
  border: 1px solid var(--color-font);
  border-radius: var(--border-radius);
}
.gform_heading {
  display: none;
}

/* Store locator plugin */
.dealer-find-me {
  display: none;
}

/* color change animation */
@keyframes cycleColors {
  0% {
    background-color: var(--comfee--yellow-1);
  }
  12.5% {
    background-color: var(--comfee--yellow-2);
  }
  25% {
    background-color: var(--comfee--pink);
  }
  37.5% {
    background-color: var(--comfee--purple);
  }
  50% {
    background-color: var(--comfee--blue-1);
  }
  62.5% {
    background-color: var(--comfee--blue-2);
  }
  75% {
    background-color: var(--comfee--green-1);
  }
  87.5% {
    background-color: var(--comfee--green-2);
  }
  100% {
    background-color: var(--comfee--yellow-1);
  }
}

/* ---------------------------------------------
Child Responsive
---------------------------------------------- */
@media (max-width: 1200px) {
  .home .advertising-space img {
    object-fit: contain;
  }
  .home .advertising-space.block-66 {
    min-height: 350px;
    background-repeat: no-repeat;
  }
  .information-blocks .single-block {
    padding: 30px 40px;
  }
}
@media (max-width: 1024px) {
  ul.products li.product .custom-shop-item .txt-side h2 > a {
    font-size: 15px;
  }
  ul.products li.product .custom-shop-item .txt-side {
    margin-top: 20px;
  }
  .child-theme .logo img {
    max-width: 230px;
  }
  .child-theme .responsive-menu-logo {
    width: 70%;
  }
  .menu-primary-menu-2-0-container {
    display: none;
  }
}

@media (max-width: 900px) {
  body.post-type-archive-product.child-theme ul.products {
    grid-template-columns: repeat(auto-fill, 49%);
  }
  .custom-shop-item {
    flex-direction: column;
  }
  .custom-shop-item .img-side,
  .custom-shop-item .txt-side {
    width: 100%;
  }
  .custom-shop-item .img-side a {
    display: grid;
    place-items: center;
  }
  .custom-shop-item.right-tri .img-side::after,
  .custom-shop-item.left-tri .img-side::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    right: 50%;
    left: auto;
    bottom: 0;
    top: auto;
    transform: translate(50%, 0%);
  }
  .custom-shop-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .custom-shop-item .txt-side {
    gap: 7px;
    padding: 10px;
  }
  .home .advertising-space.block-66 {
    min-height: 1px;
  }
  .child-theme .logo img {
    max-width: 180px;
  }
  .child-theme .download-brochure {
    width: auto;
  }
  .information-blocks .single-block {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  ul.products li.product .custom-shop-item .txt-side h2 {
    font-size: 1rem;
  }
  ul.products li.product .custom-shop-item .txt-side h2 > a {
    font-size: 14px;
  }
  .home ul.products li.product .custom-shop-item .txt-side .add_to_cart_button {
    padding: 12px 20px;
  }
  ul.products li.product .custom-shop-item .txt-side .add_to_cart_button {
    padding: 5px;
    font-size: 13px;
  }
  .custom-shop-item .img-side .onsale {
    padding: 3px 10px;
    font-size: 13px;
  }
  .wc-tabs-wrapper .tabs li {
    padding: 10px 10px;
  }
  .wc-tabs-wrapper .tabs li a {
    font-size: 12px;
  }
  .wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 10px 20px 30px;
  }
  .main-content ul {
    column-count: 1;
  }
  .information-blocks .single-block {
    width: 100%;
  }
  .usps .single-usp {
    grid-column: span 6 !important;
  }
}
