
    .shop-by-product-section {
        background-color: #eee;
    }

    .shop-by-product-section .shopbyproduct-container {
        max-width: 1720px;
        margin: 0 auto;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item {
        overflow: hidden;
        text-align: center;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-item-bg {
        background-color: #fff;

    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .dellaanimationcontainer .dellaanimationborderone .dellaanimationbordertwo .shopbyproduct-item-bg a>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap .shopbyproduct-cta-btn {
        border: 1px solid #C9C9C9;
        color: #BDA371;
        padding: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        background-color: #fff;
        transition: 0.4s ease;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap .shopbyproduct-cta-btn:hover {
        border: 1px solid #BDA371;
        color: #ffffff;
        background-color: #BDA371;
    }

    .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap .shopbyproduct-cta-btn:first-child {
        margin-left: -1px;
    }

    .shop-by-product-section .shopbyproduct-container .shopbyproduct-name-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #eee;
        padding: 10px;

    }

    .shop-by-product-section .shopbyproduct-container .shopbyproduct-name-panel .shopbyproduct-name {
        font-weight: normal;
        color: #828282;
        font-size: 16px;
    }

    .shop-by-product-section .shopbyproduct-container .shopbyproduct-name-panel .shopbyproduct-subname {
        font-family: 'Playfair Display';
        font-size: 16px;
        text-transform: uppercase;
        color: #BDA371;
    }

    @media (min-width: 768px) {
        .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid {
            -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (min-width: 992px) {
        .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid {
            -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (min-width: 1200px) {
        .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid {
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        }
    }


    @media (width <=1700px) {
        .shop-by-product-section .shopbyproduct-container {
            max-width: 100%;
            padding: 0 15px;
        }
    }

   

    @media (width <=768px) {
        .shop-by-product-section .shopbyproduct-container {
            padding: 0 10px;
        }

        .shop-by-product-section .shopbyproduct-container .shopbyproduct-cta-wrap {
            padding: 8px 5px;
        }

        .shop-by-product-section .shopbyproduct-container .shopbyproduct-cta-wrap .shopbyproduct-cta-btn {
            font-size: 10px;
            padding: 5px 0;
        }

        .shop-by-product-section .shopbyproduct-container .shopbyproduct-name,
        .shop-by-product-section .shopbyproduct-container .shopbyproduct-subname {
            font-size: 14px;
        }

        .shop-by-product-section .shopbyproduct-container .grid-card-relative {
            padding: 0px;
        }

        .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap {
            padding: 10px;
        }

    }

    @media (width <=468px) {

        .shop-by-product-section .shopbyproduct-container .product-category-panel .shopbyproduct-grid .shopbyproduct-item .shopbyproduct-cta-wrap .shopbyproduct-cta-btn {
            padding: 5px;
            font-size: 8px;
        }

        .shop-by-product-section .shopbyproduct-container .shopbyproduct-name-panel .shopbyproduct-name,
        .shop-by-product-section .shopbyproduct-container .shopbyproduct-name-panel .shopbyproduct-subname {
            font-size: 12px;
        }
    }