.wig_product_card {
    background-color: white; /* border: 1px solid #efefef; */
    margin-bottom: 40px;
    background-color: #fbfbfb;
    border-radius: 14px;
    overflow: hidden;
    padding: 14px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.wig_product_card img {
    width: 100%;
    aspect-ratio: 1 / 0.9;
    object-fit: cover; /* border-radius: 14px; */
    border-radius: 15px;
}

.wig_product_card .wig_price_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}

.wig_product_card .wig_price_box .wig_price {
    font-size: 14px;
    font-weight: 900;
}

.wig_product_card .wig_price_box .wig_offer {
    font-size: 13px;
    background-color: #96cf96;
    border-radius: 5px;
    padding: 2px 10px;
}

.wig_product_card h5 {
    font-size: 19px;
    font-weight: 400;
    margin-top: 11px;
}

.wig_product_card a.wig_product_detail {
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    border-radius: 22px;
    padding: 7px 10px;
    font-size: 15px;
    margin-top: 21px;
}

.wig_image_full {
    width: 100%;

    aspect-ratio: 1 / 1;
}

.pb_wig_box .owl-nav {
    display: none !important;
}


.wig_image_bg {

    position: relative;
    overflow: hidden;
}

.wig_image_bg .wig_image_cover {

    width: 100%;

    height: 100%;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}

.wig_image_bg .wig_image_cover .wig_image_text {

}

.wig_image_bg .wig_image_cover .wig_image_button_link {

    bottom: 10%;

    position: absolute;
    border-style: solid;
}

.wig_blog_card {
    background-color: white;
    padding: 14px;
    border-radius: 20px;
    border-style: solid;
    margin-bottom: 30px;
}

.wig_blog_card .wig_blog_card_title {
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.wig_blog_card .wig_blog_card_desc {
    font-weight: 300;
}

.wig_blog_card img {
    border-radius: 13px;
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.wig_blog_card .wig_blog_card_more {
    border-style: solid;
}

.alert p {
    margin: 0px;
}

.alert p[content=" "] {
    display: none;
}

.pb-singleproduct-bg {
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    padding: 20px !important;
    border: 1px solid #00000047;
}

.pb-singleproduct-bg .pb-singleproduct-right {
    flex: 1;
}

.pb-singleproduct-bg .pb-singleproduct-right img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 20px;
}

.pb-singleproduct-bg .pb-singleproduct-left {
    flex: 2;
    border-right: 1px solid #00000036;
    padding-right: 23px;
    margin-right: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pb-singleproduct-bg .pb-singleproduct-left h4 {

}

.pb-singleproduct-bg .pb-singleproduct-left a {

    color: unset;
}

.pb-singleproduct-bg .pb-singleproduct-left p {
}

.pb-singleproduct-bg .pb-singleproduct-left .pb-singleproduct-left-bottom {
    display: flex;
    justify-content: space-around;
}

.pb-singleproduct-bg .pb-singleproduct-left .pb-singleproduct-left-bottom .pb-singleproduct-price {
}

.pb-singleproduct-bg .pb-singleproduct-left .pb-singleproduct-left-bottom .pb-singleproduct-price span {
}

.pb-singleproduct-bg .pb-singleproduct-left .pb-singleproduct-left-bottom .pb-singleproduct-price price {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1px;
}

.pb-singleproduct-bg .pb-singleproduct-left .pb-singleproduct-left-bottom .pb-singleproduct-btn {
}

.wig_product_card h5 a {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
