    :root {
        --primary: #2AABE1;
        --sec: #0F284B;
        --ter: #FcFcFc;
        --cuar:#2B4C8C;
        --colorText:#0F284B;
        --white:#FFFFFF;
        --hover: #0F284B;
        --back:#0C203C;
        --hint: #AAAAAA;
    }
      .swiper {
        width: 100%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 400px;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1.2;
      }

      .mySwiper .swiper-slide-thumb-active {
          border-radius: 10px;
          border:2px solid;
          border-color: var(--sec);
          padding: 5px;
          transition: 0.3s;
          
      }
      .mySwiper .swiper-slide-thumb-active img {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition: 0.3s;
      }


      .swiper-slide img {
        display: block;
        width: 70%;
        height: 50%;
        object-fit: cover;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
      }

      .swiper-button-next,.swiper-button-prev{
          color: var(--sec);
      }

      #heroSingle-section{
        height: auto;
        left: 0px;
        top: 0px;
        background:var(--ter);
    }

      #heroSingle-section h1{
          font-size: 35px;
      }

      #heroSingle-section p{
        font-size: 14px;
        line-height: 22px;
    }

    #heroSingle-section .price{
        font-size: 31px;
        color: var(--primary);
        font-weight: bold;
    }
    #heroSingle-section label{
      color: var(--colorText);
    }

    #heroSingle-section .category{
      background-color: var(--white);
      padding: 5px;
      border-radius: 10px;
      border: 1px solid;
      border-color: var(--hint);
      font-size: 13px;
      
    }

    #heroSingle-section .category:hover{
      border-color: var(--primary);
      color: var(--primary);
      transition: 0.3s;      
    }

    #heroSingle-section a{
      color: var(--primary);
    }
    #related-section{
      height: auto;
      left: 0px;
      top: 0px;
      background:var(--ter);
  }
    
    