/*
 * PL1 Template CSS - Centralized Styles
 * This file contains all styles for PL1 template to prevent multiple loading
 * Version: 1.0
 * Last Updated: 2024-12-19
 */

/* PL1 Template Custom Styles */

/* Import Inter Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

/* Global font family for all product content */
.aawp_product_row * {
    font-family: 'Inter', sans-serif !important;
}

/* Hide Sidebar when PL1 template is used */
.col-lg-4.g-aside.td-main-sidebar,
#td-main-sidebar {
    display: none !important;
}
.loop_parent{
    max-width: 100% !important;
}

/* Make main content full width */
.col-lg-8.post-col {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Main Product Container - Flexbox Layout */
.aawp_product_row {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: none !important;
    margin-bottom: 30px;
    padding: 25px;
    transition: all 0.3s ease;
    gap: 0px;
    font-family: 'Inter', sans-serif !important;
}

.aawp_product_row:hover {
    box-shadow: none !important;
    transform: translateY(-2px);
}

/* Left Side - Product Image */
.custom_aawp-product__imgcontainer {
    width: 40%;
    height: 100%;
    /* margin: 47px 36px 136px 125px; */
    padding: 10px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 0px !important;
}

.custom_aawp-product__imgdiv {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff !important;
}

.custom_aawp-product__imgdiv a{
    background-color: #fff !important;
}

.custom_aawp-product__imgbg {
    display: block;
    transition: transform 0.3s ease;
    width: 100%;
}

.custom_aawp-product__imgbg:hover {
    transform: scale(1.05);
}

.custom_aawp-product__imgbg img {
    border-radius: 8px;
    
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

/* Right Side - Product Content */
.aawp-product__content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 50px;
}

/* Top Section - Badges and Rating */
.aawp-product__top-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Item Number Badge */
.aawp-product__item-number {
    font-weight: 800;
    font-size: 30px !important;
    color: #ada8a8;
    font-style: italic;
    width: 50px;
    height: 50px;
    /* margin: 50px 24px 41px 43px; */
    padding-left: 0px;
    min-width: 65px;
    /* left: 50%; */
    position: static;
    text-align: center;
    border-radius: 8.6px;
    border: solid 1px #d7d7d7;
    background-color: #f4f4f4;
    font-family: 'Inter', sans-serif !important;
}
.custom_aawp-product__imgcontainer{
    margin: auto !important;
}

@media (min-width: 500px) and (max-width: 768px) {
    .aawp-product__top-section {
        gap: 13px !important;
    }
    .aawp-product__title {
        font-size: 30px !important;
        line-height: 46px !important;
    }
}


/* Discount Badge */
.aawp-product__discount {
    width: 164px;
    color: #d8556b;
    height: auto;
    /* margin: 50px 24px 42px 5px; */
    padding: 0px 22px 0px 25px;
    border-radius: 22.3px;
    border: solid 1px #ffd1d9;
    background-color: #fff2f2;
    font-family: 'Inter', sans-serif !important;
    font-size: 29px;
    font-weight: 700;
}

/* Rating Stars */
.aawp-product__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px !important;
    font-family: 'Inter', sans-serif !important;
}

.post-article a{
    color:#000 !important;
}

.aawp-product__rating .star-rating {
    color: #de7921;
    font-size: 45px !important;
    font-family: 'Inter', sans-serif !important;
}

.aawp-product__rating .rating-number {
    color: #6c757d;
    font-size: 40px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
}

/* Product Title */
.aawp-product__title {
    color: #000000;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.aawp-product__title:hover {
    color: #007bff;
    text-decoration: none;
}

/* Product Specifications */
.aawp-product__specs {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Product Description */
.custom_aawp-product__description {
    /* background: #f8f9fa; */
    border-radius: 8px;
    margin: 0px !important;
    padding: 0px;
}

.aawp-product__btn--details {
    width: 40% !important;
    background-color: #e3e3e3 !important;
    padding: 15px 34px !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, -0.6) 0px 3px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -9px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.aawp-product__btn--amazon{
    width: 60% !important;
    color: #fff !important;
    background-color:#2bad68 !important;
    padding: 15px 34px !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, -0.6) 0px 3px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -9px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.custom_aawp-product__description p {
    color: #5f5d5d;
    font-family: 'Inter', sans-serif;
    font-size: 19.5px !important;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

/* Bottom Section - Buttons */
.aawp-product__footer_1 {
    margin-top: auto;
}

.aawp-product__buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px !important;
}

/* Button Styles */
.aawp-product__btn {
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 600;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
}

.aawp-product__btn--details {
    background: #6c757d;
}

.aawp-product__btn--details:hover {
    background: #5a6268;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.aawp-product__btn--amazon {
    background: #28a745;
    color: #fff !important;
}

.aawp-product__btn--amazon:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.aawp_product_row {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom Separator - Hidden as per image */
.custom_aawp-product__seprator {
    display: none;
}

/* Product Divider - Full Width Horizontal Line */
.product-divider {
    width: 100%;
    height: 15px;
    background-color: #ffd1d9;
    margin: 65px 0;
    border-radius: 1px;
}

/* Pricing Section - Hidden as per image */
.aawp-product__pricing {
    display: none;
}

.page-title{
    width: 90%;
    /* height: 75px; */
    margin: 25px auto 10px auto;
    font-family: 'Inter', sans-serif;
    font-size: 52.5px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.aawp .aawp-product--horizontal .aawp-product__title{
    margin-bottom: 0px !important;
}

.aawp .aawp-product--horizontal .aawp-product__title{
    font-size: 33px ;
}

.post-article p{

    width: 90%;
    /* height: 56px; */
    margin: 6px auto 6px auto;
    font-family: 'Inter', sans-serif;
    font-size: 22.5px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #606060;
}

.aawp{
    width: 90%;
    margin: auto;
    font-family: 'Inter', sans-serif !important;
}




@media (max-width: 501px) {
    .product-divider {
        margin: 19px 0px !important;
        height: 8px !important;
    }
    .mobile-image {
        display: block !important;
    }
    .desktop-image {
        display: none !important;
    }
    .aawp-product__item-number{
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    }
    .aawp-product__discount {
        font-size: 25px !important;
    }
    .page-title{
        margin:0px !important;
        font-size: 25px !important;
    }
    .post-article p{
        margin: 6px auto !important;
        font-size: 16.5px !important;
        /* Limit to 3 lines on mobile */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: calc(1.4em * 3);
    }
    .aawp-product__top-section {
        gap: 10px !important;
    }
    .aawp-product__top-section {
        order: 1;
        margin-bottom: 0px;
    }
    .aawp .aawp-product--horizontal .aawp-product__title {
        font-size: 20px !important;
        line-height: 32px !important;
    }
    .custom_aawp-product__description ul {
        padding-left: 22px !important;
    }
    .custom_aawp-product__description li {
        margin: 5px !important;
    }
   
    .aawp-product__buttons {
        display: flex !important;
        gap: 15px !important;
        margin-top: 0px !important;
    }
    .aawp-product__btn{
        font-size: 16px !important;
    }
    .product-divider {
        margin: 18px 0px !important;
    }

    .aawp {
        width: 100% !important;
        margin: auto;
        font-family: 'Inter', sans-serif !important;
    }
    .aawp-product__rating .star-rating {
        font-size: 32px !important;
    }
    .aawp-product__rating .rating-number {
        font-size: 28px !important;
    }
    .page-title {
        font-size: 28px !important;
        margin: 0px auto 0px auto !important;
    }
    .aawp-product__item-number{
        height: 41px !important;
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    }
    
}

@media (max-width: 600px) {

    
    .desktop-image {
        display: none !important;
    }
    .post-article p{
        margin: 6px auto !important;
        font-size: 16.5px !important;
        /* Limit to 3 lines on mobile */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: calc(1.4em * 3);
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .aawp-product__top-section {
        
        gap: 50px;
        
    }
    .custom_aawp-product__imgcontainer{
        margin: auto !important;
    }
    .aawp_product_row {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }
    
    /* .custom_aawp-product__imgcontainer {
        flex: none;
        width: 100%;
    } */
    
    .aawp-product__title {
        font-size: 20px;
    }
    
    .aawp-product__specs {
        font-size: 16px;
    }
    
    /* .aawp-product__buttons {
        flex-direction: column;
    } */
    
    .aawp-product__btn {
        width: 100%;
    }
    
    .page-title{
        width: 95%;
        /* height: 75px; */
        margin: auto;
        font-family: 'Inter', sans-serif;
        font-size: 38.5px;
    }
    .aawp-product__content-right {
        
        padding-left: 0px;
    }
    .custom_aawp-product__imgcontainer{
        width: 60% !important;
    }
    .product-divider {
        margin: 35px 0px !important;
       
    }
}
@media (max-width: 400px) {
    .aawp-product__top-section {
        gap: 4px !important;
    }
    .aawp-product__rating .star-rating {
        font-size: 29px !important;
    }
    .aawp-product__discount {
        font-size: 22px !important;
    }
}

/* Mobile Layout Reorder - max-width: 780px */
@media (max-width: 800px) { 
    .page-title{
        margin-top: 0px !important;
    }

    .aawp_product_row {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }
   /* Reorder elements for mobile */
    .aawp-product__content-right {
        display: flex;
        flex-direction: column;
        padding-left: 0px !important;
    }
    
    /* 1. Top Section (Badges & Rating) - First */
    .aawp-product__top-section {
        order: 1;
        margin-bottom: 15px;
    }
    .aawp-product__title {
        order: 2;
        margin-bottom: 5px;

    }
    
    /* 3. Mobile Product Image - Center between title and description */
    .mobile-image {
        order: 3;
        width: 100% !important;
        margin: 20px auto !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    
    
    /* 5. Product Description - Fifth */
    .custom_aawp-product__description {
        order: 5;
        margin-bottom: 15px;
    }
    
    /* 6. Buttons - Last */
    .aawp-product__footer_1 {
        order: 6;
    }
    
    /* Center the mobile image properly */
    .mobile-image .custom_aawp-product__imgdiv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .mobile-image .custom_aawp-product__imgbg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-image .custom_aawp-product__imgbg img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .aawp-product__rating .star-rating{
        font-size: 30px !important;
    }
    .aawp-product__rating .rating-number{
        font-size: 23px !important;
    }
    .aawp-product__discount{
        font-size:25px !important;
    }
    .aawp-product__item-number{
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
        font-size: 27px !important;
        min-width: 40px;
        text-align: center;
    }
    
    /* Adjust padding for single digit numbers */
    .aawp-product__item-number.single-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    }
    
    /* Adjust padding for double digit numbers */
    .aawp-product__item-number.double-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    }
    
    /* Adjust padding for triple digit numbers */
    .aawp-product__item-number.triple-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    }

    
    
    .aawp .aawp-product--horizontal.aawp-product--ribbon{
        /* width: 90% !important; */
        margin: auto !important;
    }
    .aawp-product__title{
        font-size: 20px;
    }
    .page-title, .post-article p{
        width: 100% !important;
    }
    .aawp {
        width: 100% !important;
        margin: auto;
        font-family: 'Inter', sans-serif !important;
    }
    
}

@media (max-width: 400px) {
    .aawp-product__discount {
        font-size: 25px !important;
    }
    .aawp .aawp-product--horizontal .aawp-product__title {
        font-size: 28px;
        line-height: 38px;
    }
        .aawp-product__btn {
            font-size: 15px !important;
        }

}

@media (max-width: 361px) {
    .aawp-product__discount {
        font-size: 25px !important;
    }
    .aawp-product__item-number {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
        font-size: 27px !important;
        min-width: 35px;
        text-align: center;
    }
    
    /* Mobile: Adjust padding for single digit numbers */
    .aawp-product__item-number.single-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    
    }
    
    /* Mobile: Adjust padding for double digit numbers */
    .aawp-product__item-number.double-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    
    }
    
    /* Mobile: Adjust padding for triple digit numbers */
    .aawp-product__item-number.triple-digit {
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
    
    }
}

/* Desktop - Hide mobile image */
@media (min-width: 601px) {
    .aawp-product__rating .star-rating{
        font-size: 30px !important;
    }
    .aawp-product__rating .rating-number{
        font-size: 17px !important;
    }
    .aawp-product__item-number{
        padding-left: 0px;
        min-width: 65px;
        /* left: 50%; */
        position: static;
        text-align: center;
   
    }
    .page-title{
        font-size: 45px !important;
    }
    .custom_aawp-product__description ul{
        padding-left: 22px !important;
    }
    .aawp-product__discount {
        font-size: 29px !important;
    }
    .post-article p{
        font-size:19.5px !important;
    }
    .mobile-image {
        display: none !important;
    }
    .desktop-image {
        display: block !important;
    }  
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}