.shop-social-sidebar a:not(.back-to-top):not(.tool-contact-popup) {
  display: none; }

.superContent-collection {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .superContent-collection {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .superContent-collection {
      margin-left: -5px;
      margin-right: -5px; } }
  @media (min-width: 767px) {
    .superContent-collection {
      margin-left: -10px;
      margin-right: -10px; } }
  .superContent-collection .slick-dots {
    display: none !important; }

.superContent-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #DBDBDB;
  border-radius: var(--border_radius);
  margin: 25px 0;
  padding: 20px 0;
  transition: all .5s;
  overflow: hidden; }
  .superContent-product:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
  .superContent-product .superContent-product-left {
    width: 40%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .superContent-product .superContent-product-left {
        width: 100%; } }
    .superContent-product .superContent-product-left a {
      display: block;
      max-height: 350px;
      overflow: hidden;
      border-radius: 5px; }
      .superContent-product .superContent-product-left a img {
        width: 100%;
        height: 100%;
        transition: all 7.5s linear; }
  .superContent-product .superContent-product-right {
    width: 60%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .superContent-product .superContent-product-right {
        width: 100%;
        margin-top: 15px; } }
    .superContent-product .superContent-product-right .superContent-product-right-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    .superContent-product .superContent-product-right .superContent-product-right-info {
      font-size: 13px;
      font-weight: 600;
      color: var(--color_black);
      line-height: 10px;
      border-bottom: 1px solid #dedede;
      padding-bottom: 5px; }
      @media (max-width: 767px) {
        .superContent-product .superContent-product-right .superContent-product-right-info {
          padding-bottom: 10px; } }
      .superContent-product .superContent-product-right .superContent-product-right-info span {
        opacity: 1; }
        .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(1) {
          margin-right: 35px;
          display: inline-block;
          margin-bottom: 5px; }
          .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(1) span {
            font-weight: bold;
            margin-right: 0; }
        .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(2) {
          display: inline-block;
          margin-bottom: 5px;
          margin-right: 35px; }
          .superContent-product .superContent-product-right .superContent-product-right-info span:nth-child(2) a {
            text-decoration: none;
            transition: .2s;
            font-size: 13px;
            color: var(--color_main); }
    .superContent-product .superContent-product-right .superContent-product-right-price {
      margin: 0;
      padding: 10px 0; }
      .superContent-product .superContent-product-right .superContent-product-right-price del {
        margin: 0 10px;
        opacity: 0.75;
        color: #AAA;
        display: inline-block;
        font-size: .9rem;
        font-weight: normal;
        margin-left: 5px; }
        @media (max-width: 360px) {
          .superContent-product .superContent-product-right .superContent-product-right-price del {
            font-size: 0.8rem; } }
      .superContent-product .superContent-product-right .superContent-product-right-price strong {
        font-size: 1.5rem;
        color: #F30;
        font-weight: bold;
        margin: 10px 0; }
        @media (max-width: 361px) {
          .superContent-product .superContent-product-right .superContent-product-right-price strong {
            font-size: 1.3rem; } }
      .superContent-product .superContent-product-right .superContent-product-right-price > span {
        background: #F30;
        color: var(--color2);
        padding: 2.5px 5px;
        font-size: .7rem;
        font-weight: bold; }
    .superContent-product .superContent-product-right .superContent-product-right-des {
      font-size: 1rem;
      margin-bottom: 10px; }
    .superContent-product .superContent-product-right .superContent-product-right-cta {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-contact, .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-more {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        display: inline-block;
        width: 300px;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #CCC;
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
        position: relative;
        transition: color .4s .4s ease-in, border .4s .4s ease-in;
        overflow: hidden;
        border-radius: var(--border_radius);
        float: right;
        width: calc(50% - 10px);
        padding: 2.5px 10px; }
        @media (max-width: 360px) {
          .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-contact, .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-more {
            width: 280px; } }
        .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-contact:hover, .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-more:hover {
          color: var(--color_main);
          border-color: var(--color_main); }
          .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-contact:hover:after, .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-more:hover:after {
            transform: scale(1); }
        .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-contact:after, .superContent-product .superContent-product-right .superContent-product-right-cta .superContent-product-right-cta-more:after {
          content: '';
          position: absolute;
          height: 3px;
          width: 100%;
          background: var(--color_main);
          left: 0;
          bottom: 0;
          transition: all 0.4s ease-in;
          transform: scale(0);
          border-radius: var(--border_radius); }

.main-article-wrap {
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  gap: 80px;
  padding: 50px 0; }
  .main-article-wrap .action-right, .main-article-wrap .action-left {
    padding: 40px 0; }
    .main-article-wrap .action-right .btn-normal, .main-article-wrap .action-left .btn-normal {
      position: sticky;
      top: 120px;
      display: flex;
      gap: 10px;
      align-items: center;
      border-left: 0;
      border-right: 0; }
  .main-article-wrap .main-content .main-article-wrap-heading {
    text-align: center; }
    .main-article-wrap .main-content .main-article-wrap-heading span {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      color: #002D18; }
    .main-article-wrap .main-content .main-article-wrap-heading h1 {
      font-size: 80px;
      font-style: normal;
      font-weight: 500;
      line-height: 95px;
      /* 100% */
      letter-spacing: -4.8px;
      text-transform: uppercase;
      margin: 40px 0; }
    @media (max-width: 991px) {
      .main-article-wrap .main-content .main-article-wrap-heading h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        /* 100% */
        letter-spacing: -2.4px;
        text-transform: uppercase;
        margin: 20px 0; } }
  .main-article-wrap .main-content .main-article-content h1, .main-article-wrap .main-content .main-article-content h2, .main-article-wrap .main-content .main-article-content h3, .main-article-wrap .main-content .main-article-content h4, .main-article-wrap .main-content .main-article-content h5, .main-article-wrap .main-content .main-article-content h6 {
    color: #002D18; }
  .main-article-wrap .main-content .main-article-content img {
    width: 100% !important; }
  @media (max-width: 991px) {
    .main-article-wrap {
      display: block; }
      .main-article-wrap .action-right, .main-article-wrap .action-left {
        display: none; } }

.main-article {
  background: #E4DDD4; }
  .main-article .article-related {
    padding-bottom: 53px; }
    .main-article .article-related .title-blog-related {
      text-align: center;
      position: relative;
      margin: 0;
      padding: 42px 0;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 120% */
      letter-spacing: -0.4px;
      text-transform: uppercase;
      color: #004927; }
      .main-article .article-related .title-blog-related:after {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 50px;
        background: #004927;
        content: ''; }
    .main-article .article-related .content-blogs-related .list-blogs-related {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 57px; }
    @media (max-width: 991px) {
      .main-article .article-related .content-blogs-related .list-blogs-related {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px; } }
  .main-article .blog-mobile-action {
    display: none; }
    @media (max-width: 991px) {
      .main-article .blog-mobile-action {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99; }
        .main-article .blog-mobile-action .mobile-action {
          display: flex;
          align-items: center; }
          .main-article .blog-mobile-action .mobile-action > a {
            width: 100%;
            padding: 12px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            /* 133.333% */
            letter-spacing: 0.12px;
            text-transform: uppercase;
            color: #3A5548;
            border: 1px solid #6F857B;
            background: #E4DDD4; } }
