.heading-title {
  margin-bottom: 40px;
  position: relative; }
  .heading-title .title1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .heading-title .title2 {
    font-size: 58px;
    margin-bottom: 20px;
    line-height: 1.1; }
  .heading-title .desc {
    font-size: 18px;
    opacity: 0.6; }
  @media (max-width: 767px) {
    .heading-title {
      margin-bottom: 25px; }
      .heading-title .title1 {
        margin-bottom: 8px; }
      .heading-title .title2 {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: 0;
        text-align: left; }
      .heading-title .title2 br, .heading-title .desc br {
        content: ''; }
        .heading-title .title2 br:after, .heading-title .desc br:after {
          content: ' '; }
      .heading-title .desc {
        font-size: 14px; } }

.greenweave-index-collection .button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding: 18px 45px;
  line-height: normal;
  color: var(--shop-color-button-text);
  background-color: var(--shop-color-button);
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }
  @media (min-width: 992px) {
    .greenweave-index-collection .button:hover, .greenweave-index-collection .button.has-hover, .greenweave-index-collection .button:focus {
      opacity: 0.8; } }
  @media (max-width: 767px) {
    .greenweave-index-collection .button {
      font-size: 12px;
      padding: 8px 15px;
      min-height: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center; } }

@media (min-width: 992px) {
  .greenweave-index-collection .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .greenweave-index-collection .container {
    max-width: 1170px; } }

@media (min-width: 1366px) {
  .greenweave-index-collection .container {
    max-width: 1290px; } }

@media (min-width: 1600px) {
  .greenweave-index-collection .container {
    max-width: 1410px; }
  .greenweave-index-collection .container-fluid {
    max-width: 1800px; } }

.greenweave-index-collection .heading-title {
  color: var(--color-col);
  text-align: center; }

.greenweave-index-collection .button {
  color: var(--color-btn);
  background-color: var(--bg-btn); }

.greenweave-index-collection {
  padding: 80px 0;
  background: var(--bg-col); }
  .greenweave-index-collection .listProduct-row {
    gap: 30px 0; }
  .greenweave-index-collection .product-loop .proloop-detail h3 a, .greenweave-index-collection .product-loop .proloop-detail .proloop--price:not(.on-sale) .price, .greenweave-index-collection .product-loop .proloop-detail .proloop--price .price-del {
    color: var(--color-col); }
  .greenweave-index-collection .collection-alert-no, .greenweave-index-collection .btn-more {
    text-align: center; }
  .greenweave-index-collection .btn-more {
    margin-top: 40px; }
  @media (max-width: 767px) {
    .greenweave-index-collection {
      padding: 40px 0; }
      .greenweave-index-collection .btn-more {
        margin-top: 30px; }
      .greenweave-index-collection .listProduct-row {
        gap: 20px 0;
        margin: 0; }
        .greenweave-index-collection .listProduct-row .product-item {
          padding: 0 2px; } }
