@media (max-width: 767px)
{
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
        flex-direction: column;
    }

    .product-class-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .product-list-box {
        flex: 1;
        width: 100%;
        margin-top: 50px;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        /*margin-bottom: 10px;*/
        border: 1px solid #dcdcdc;
        /*height: 40px;*/
        justify-content: center;
    }

    .product-class-list a:last-child .product-class-item {
        border-bottom: 1px solid #dcdcdc;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active h2 {
        color: #fff;
    }

    .product-class-item:hover h2 {
        color: #fff;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 1px solid #ececec;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/

    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/

    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }

    .product-head {
        padding: 0 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-num {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #333333;
    }

    .product-span-1 {
        font-size: 30px;
    }

    .product-select select {
        border: 1px solid #ececec;
        padding: 10px 20px;
    }

    .carousel-inner{
        height: 150px;
    }

    .carousel-item{
        height: 150px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
    .main {
        margin-top: 115px !important;
    }
}

@media (min-width: 768px) and (max-width: 1365px)
{
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
        flex-direction: column;
    }

    .product-class-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .product-list-box {
        flex: 1;
        width: 100%;
        margin-top: 50px;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        /*margin-bottom: 10px;*/
        border: 1px solid #dcdcdc;
        /*height: 40px;*/
        justify-content: center;
    }

    .product-class-list a:last-child .product-class-item {
        border-bottom: 1px solid #dcdcdc;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active h2 {
        color: #fff;
    }

    .product-class-item:hover h2 {
        color: #fff;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 1px solid #ececec;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/

    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/

    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }

    .product-head {
        padding: 0 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-num {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #333333;
    }

    .product-span-1 {
        font-size: 30px;
    }

    .product-select select {
        border: 1px solid #ececec;
        padding: 10px 20px;
    }

    .carousel-inner{
        height: 200px;
    }

    .carousel-item{
        height: 200px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
    .main {
        margin-top: 115px !important;
    }
}

@media (min-width: 1366px)
{
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 600px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
        flex-direction: column;
    }

    .product-class-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .product-list-box {
        flex: 1;
        width: 100%;
        margin-top: 50px;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        /*margin-bottom: 10px;*/
        border: 1px solid #dcdcdc;
        /*height: 40px;*/
        justify-content: center;
    }

    .product-class-list a:last-child .product-class-item {
        border-bottom: 1px solid #dcdcdc;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active {
        cursor: pointer;
        color: #fff;
        background: #000;
    }

    .product-class-item-active h2 {
        color: #fff;
    }

    .product-class-item:hover h2 {
        color: #fff;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
        height: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 1px solid #ececec;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/

    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/

    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }

    .product-head {
        padding: 0 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-num {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #333333;
    }

    .product-span-1 {
        font-size: 30px;
    }

    .product-select select {
        border: 1px solid #ececec;
        padding: 10px 20px;
    }

    .carousel-inner{
        height: 450px;
    }

    .carousel-item{
        height: 450px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
    .main {
        margin-top: 115px !important;
    }
}


