#store-fourth-sec .wpe_products .wpe_products_box {display: flex;flex-wrap: wrap; gap: 25px 25px;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items {
    flex: unset;
    width: 23%;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 25px;
    transition: all 0.3s ease 0.1s;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items:hover {
    border-color: #fdb642;
    box-shadow: 0.3px 0.3px 6px #fdb642;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_thumbnail {
    display: flex;
    column-gap: 5%;
    padding: 0;
    flex-wrap: wrap;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_thumbnail .icon {flex-basis: 22%;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_thumbnail .icon img {
    background-color: #fcf8f0;border-radius: 8px;padding: 10px;width: 100%;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_thumbnail .product_title {flex: 0 72%;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_thumbnail .product_title h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content {
    margin-top: 20px;
    background-color: transparent;
    padding: 0;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content .product_excerpt p {
    color: #4b4b4b;
    font-size: 12px;
    line-height: 18px;
    padding-right: 0;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content .product_btn {display: block;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content .product_btn p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #000;
    position: relative;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content .product_btn p span {font-size: 16px;}
#store-fourth-sec .wpe_products .wpe_products_box .wpe_products_items .product_content .product_btn p:before {
    content: "";
    position: absolute;
    right: 0;
    background-image: url('https://wpexperts.s3.amazonaws.com/wp-content/uploads/store/2026/02/26082300/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 15px;
    height: 15px;}