.products-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(0deg, #ececec 42%, #fff 0);
    padding-top: 1vw;
  }
  @media screen and (min-width:768px) {
    .products-grid {
        margin-bottom: 0;
        padding-bottom: 3.5vw;
        background: linear-gradient(0deg, #ececec 35%, #fff 0)
    }
  }
  @media screen and (min-width:1024px) {
    .products-grid {
        background: linear-gradient(0deg, #ececec 33%, #fff 0)
    }
  }
  .products-grid__heading {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: calc(5.333vw*var(--font-size-multiplier))
  }
  .products-grid__heading:after {
    min-height: 2px;
    content: " ";
    display: block;
    height: .15vw;
    width: 14.5%;
    background-color: #000;
    margin: auto
  }
  @media screen and (min-width:1024px) {
    .products-grid__heading:after {
        width: 14.5%
    }
  }
  @media screen and (min-width:768px) {
    .products-grid__heading:after {
        width: 14.5%
    }
  }
  @media screen and (min-width:768px) {
    .products-grid__heading {
        font-size: calc(2.292vw*var(--font-size-multiplier))
    }
  }
  .products-grid__product-heading {
    opacity: 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 260%;
    font-weight: 700;
    letter-spacing: 3px;
    transition: opacity .5s;
    color: #000;
    font-size: calc(6.667vw*var(--font-size-multiplier));
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin: 0;
    display: none
  }
  @media screen and (min-width:768px) {
    .products-grid__product-heading {
        padding-top: 15px;
        font-size: 22px;
    }
  }
  @media screen and (min-width:1024px) {
    .products-grid__product-heading {
      padding-top: 15px;
      font-size: 22px;
    }
  }
  @media screen and (min-width:1280px) {
    .products-grid__product-heading {
      padding-top: 15px;
        font-size: 22px;
    }
  }
  .products-grid__product-heading .highlight {
    font-size: calc(4.933vw*var(--font-size-multiplier));
    border-bottom: 1vw solid #fff;
    transform: translateY(-1.3vw);
    display: inline-block
  }
  @media screen and (min-width:768px) {
    .products-grid__product-heading .highlight {
        border-bottom: .9vw solid #fff;
        font-size: calc(2.865vw*var(--font-size-multiplier))
    }
  }
  @media screen and (min-width:1024px) {
    .products-grid__product-heading .highlight {
        border-bottom: .4vw solid #e21f2b;
        transform: translateY(-.7vw);
        font-size: calc(1.562vw*var(--font-size-multiplier))
    }
  }
  .swiper-slide-active .products-grid__product-heading {
    opacity: 1
  }
  .products-grid__product-heading.dynamic-product-title {
    display: block;
    opacity: 1
  }
  .products-grid__product-intro-text {
    display: none
  }
  .products-grid .dynamic-product-title {
    display: inline-block;
    flex-direction: column;
    align-self: flex-start;
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    min-height: 14vw
  }
  @media screen and (min-width:768px) {
    .products-grid .dynamic-product-title {
        min-height: auto
    }
  }
  .products-grid .dynamic-intro-text {
    display: block;
    color: #717171;
    text-transform: uppercase;
    transition: opacity 0s ease-in;
    opacity: 1;
    font-weight: 700;
    margin: 2vw auto;
    letter-spacing: 2px;
    font-size: calc(4.267vw*var(--font-size-multiplier));
    text-align: center
  }
  @media screen and (min-width:768px) {
    .products-grid .dynamic-intro-text {
        font-size: calc(1.823vw*var(--font-size-multiplier))
    }
  }
  .products-grid__subheading {
    color: #000;
    font-family: ChivasPriori, sans-serif;
    font-weight: 600;
    font-size: calc(5.333vw*var(--font-size-multiplier));
    padding: 0 8% 12vw;
    text-align: center;
    text-transform: uppercase
  }
  @media screen and (min-width:768px) {
    .products-grid__subheading {
        font-size: calc(3.125vw*var(--font-size-multiplier));
        padding: 0 10vw 6.5vw
    }
  }
  @media screen and (min-width:1024px) {
    .products-grid__subheading {
        padding: 0 5vw 2.3vw;
        font-size: calc(1.953vw*var(--font-size-multiplier))
    }
  }
  .products-grid__text {
    color: #717171;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: calc(4.267vw*var(--font-size-multiplier))
  }
  @media screen and (min-width:768px) {
    .products-grid__text {
        font-size: calc(2.344vw*var(--font-size-multiplier));
        transform: translateY(-.1vw)
    }
  }
  @media screen and (min-width:1024px) {
    .products-grid__text {
        font-size: calc(1.25vw*var(--font-size-multiplier))
    }
  }
  .products-grid__text p {
    display: inline-flex;
    margin: 0 auto
  }
  .products-grid__text .chevron {
    border-style: solid;
    content: "";
    transform: rotate(45deg);
    vertical-align: top;
    width: 1vw;
    position: relative;
    color: #717171;
    font-weight: 400;
    top: .26em;
    border-width: 1.5px 1.5px 0 0;
    width: .316em;
    height: .3em;
    display: inline-flex
  }
  .products-grid__content-container {
    display: flex;
    flex-direction: column;
    width: 100%
  }
  @media screen and (min-width:768px) {
    .products-grid__content-container {
        width: 75%
    }
  }
  .products-grid__link {
    height: 100%;
    display: flex;
    pointer-events: none;
    transition: transform .5s
  }
  .swiper-slide-active .products-grid__link {
    pointer-events: all
  }
  @media screen and (min-width:768px) {
    .swiper-slide-prev .products-grid__link {
        transform: translateX(-1.4vw)
    }
    .swiper-slide-next .products-grid__link {
        transform: translateX(1.4vw)
    }
  }
  .products-grid .slide {
    margin-bottom: 0
  }
  .products-grid__image {
    width: 100%;
    align-self: flex-start;
    opacity: .4;
    transform: scale(.6);
    transition: transform .5s, -webkit-filter .3s;
    transition: transform .5s, filter .3s;
    transition: transform .5s, filter .3s, -webkit-filter .3s
  }
  .swiper-slide-next .products-grid__image,
  .swiper-slide-prev .products-grid__image {
    opacity: .7;
    transform: scale(.8)
  }
  .swiper-slide-active .products-grid__image {
    transform: scale(1);
    opacity: 1
  }
  .swiper-slide-active .products-grid__image .product-title {
    transition: opacity .5s ease-in;
    opacity: 1
  }
  .products-grid__image:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
  }
  .products-grid .textTransition {
    animation: dynamicTextTransition 1.7s ease-in-out
  }
  .products-grid.products-grid--theme-dark h2.drinks-grid__heading {
    color: #717171
  }
  .products-grid.products-grid--theme-dark h2.drinks-grid__heading:after {
    background-color: #717171
  }
  .products-grid.products-grid--theme-dark .products-grid__product-heading {
    color: #717171
  }
  
  /***** Single Product *****/
  .product-footer .tabs {
    list-style: none;
    display: flex;
    margin-bottom: 0;
  }
  
  .product-footer .tabs li {
    border: 1px solid #eee;
    border-bottom: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 0;
    margin-bottom: 0;
  }
  
  .product-footer .tabs li a {
    display: inline-block;
    padding: 5px 12px;
  }
  
  .product-footer .tabs li.active,
  .product-footer .tabs li:hover {
    background-color: var(--primary-color);
  }
  
  .product-footer .tabs li.active a,
  .product-footer .tabs li:hover a {
    color: #fff;
  }
  
  .product-footer .product-tabs .tab-panels {
    border: 1px solid #eee;
    padding: 15px;
  }

  .form-dang-ky-dai-ly {
    display: none;
  }

  .form-dang-ky-dai-ly.active {
    display: block;
  }
  
  .form-bao-gia,
  .form-dang-ky-dai-ly {
    background-color: var(--secondary-color);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  
  .form-bao-gia h3,
  .form-dang-ky-dai-ly h3 {
    color: #fff;
    text-transform: uppercase;
  }
  
  .form-bao-gia .wpcf7-submit,
  .form-bao-gia .wpcf7-form,
  .form-dang-ky-dai-ly .wpcf7-submit,
  .form-dang-ky-dai-ly .wpcf7-form {
    margin: 0;
  }
  
  .form-bao-gia .wpcf7-spinner,
  .form-dang-ky-dai-ly .wpcf7-spinner {
    display: none;
  }
  
  .form-bao-gia .wpcf7-form-control,
  .form-dang-ky-dai-ly .wpcf7-form-control {
    border-radius: 8px;
  }
  
  .form-bao-gia.active,
  .form-dang-ky-dai-ly.active {
    background-color: var(--primary-color);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 0 10px #434343;
    padding-inline: 15px;
    z-index: 9999;
  }
  
  .form-bao-gia .close,
  .form-dang-ky-dai-ly .close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
  }

  .form-bao-gia .wpcf7-submit,
  .form-dang-ky-dai-ly .wpcf7-submit {
    background-color: var(--secondary-color);
  }
  
  .form-bao-gia.active .close,
  .form-dang-ky-dai-ly.active .close {
    display: inline-block;
  }
  
  .related-product {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  
  .related-product .related-product-title span {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .related-product span {
    color: var(--primary-color);
    margin-bottom: 25px;
    position: relative;
  }
  
  .related-product .related-product-title span:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: -5px;
  }

  .related-product-title {
    display: flex;
    padding-right: 15px;
    justify-content: space-between;
  }

  .related-product-title a {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 10px;
  }
  
  .product-gallery__slider .product-gallery__image img {
    width: 100%;
  }
  
  .product-gallery__image-small {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-snap-stop: always;
    grid-gap: 15px;
    padding-bottom: 5px;
    align-items: start;
    align-content: flex-start;
  }
  
  .product-gallery__image-small .product-gallery__image:hover {
    cursor: pointer;
  }
  
  .product-gallery__image-small .product-gallery__image {
    scroll-snap-align: center;
  }
  
  .product-gallery__image-small .product-gallery__image.active,
  .product-gallery__image-small .product-gallery__image:hover {
    border: 1px solid var(--primary-color);
  }
  
  .product-gallery__image-small::-webkit-scrollbar {
    height: 6px;
  }
  
  .product-gallery__image-small::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
  }
  
  .product-gallery__image-small::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
  }
  
  .product-cat__title {
    background: #f5a824;
    background: -moz-linear-gradient(left, #f5a824 0%, #fef6ad 13%, #f5a824 56%, #fef6ad 85%, #f5a824 100%);
    background: -webkit-linear-gradient(left, #f5a824 0%,#fef6ad 13%,#f5a824 56%,#fef6ad 85%,#f5a824 100%);
    background: linear-gradient(to right, #f5a824 0%,#fef6ad 13%,#f5a824 56%,#fef6ad 85%,#f5a824 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
  }
  
  #main.has-overlay:before {
    content: '';
    display: inline-block;
    position: fixed;
    inset: 0;
    background-color: #43434380;
    z-index: 9;
  }
  
  .product-categories > .cat-item {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 5px;
  }
  
  .product-categories > .cat-item + .list-child {
    padding-left: 15px;
  }
  
  .product-categories .cat-item a:hover {
    color: var(--fs-experimental-link-color-hover);
  }
  
  @media screen and (min-width: 1024px) {
    .product-gallery__image-small {
      padding-right: 5px;
      height: 425px;
    }
  
    .single-project .product-gallery__image-small {
      height: 360px;
    }
  
    .product-gallery__image-small::-webkit-scrollbar {
      width: 6px;
    }
  }