/**
 * Paw & Whiskers Customization Styles
 */

/* Product Batches */
.product-batches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.product-batch {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 9999px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 768px) {
    .product-batches {
        margin-bottom: 10px;
    }
}

/* Product Batches End */

/* Product Rating Start */
.woocommerce .star-rating span:before{
    color: rgb(161 121 91) !important;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 0 0 0 !important;
}

/* Product Rating End */

/*Product Short Description Start */
.woocommerce-product-details__short-description {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

/*Product Short Description End */


/*Product stock Start */
.woocommerce div.product p.stock {
    display: none;
}

/*Product stock End */

/* Custom Rating Template Styles */
.paw-whiskers-rating {
    margin: 8px 0;
}

.quantity-rating-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    gap: 20px;
}

.product-quantity-display {
    flex: 1;
    
}

.quantity-text {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: rgb(156 164 161);
    font-weight: 400;
    line-height: 1.4;
    font-weight: 400;
}

.product-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
}

.woocommerce-review-link {
    color: #6c757d;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.woocommerce-review-link:hover {
    color: #2B3A2B;
    text-decoration: underline;
}

.woocommerce-review-link .count {
    color: #6c757d;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

/* Ensure Q&A elements are hidden */
.paw-whiskers-rating .cr-qna-separator,
.paw-whiskers-rating .cr-qna-link {
    display: none !important;
}

/* Mobile Responsive for Quantity and Rating */
@media screen and (max-width: 768px) {
    .quantity-rating-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .product-rating-display {
        justify-content: flex-start;
    }
    
    .quantity-text {
        font-size: 14px;
    }
    
    .paw-whiskers-rating .woocommerce-review-link {
        font-size: 14px;
    }
}
/* Product Rating End */

/* Product Image */
.woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-product-gallery__image.flex-active-slide img {
    border-radius: 20px;
}

/* Thumbnail Navigation */
.flex-control-nav.flex-control-thumbs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    width: 100%;
}

.flex-control-nav.flex-control-thumbs li {
    width: 32% !important;
    float: none !important;
    margin: 0 !important;
}

.flex-control-nav.flex-control-thumbs li img {
    border-radius: 12px;
    opacity: 0.7;
}

.flex-control-nav.flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.woocommerce div.product.do-quantity-buttons form.cart {
    background: hsl(30deg 29% 87% / 20%);
    border: 2px solid rgb(60 77 64);
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: none !important;
}

/* Product Title Styles */
.woocommerce div.product .product_title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #2B3A2B;
    margin-bottom: 1rem;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.bos4w-display-wrap {
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.bos4w-display-plan-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: rgb(60 77 64);
    margin-bottom: 16px;
}

.bos4w-display-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bos4w-display-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bos4w-display-options li {
    margin: 0;
}

.bos4w-display-options label {
    display: block;
    cursor: pointer;
    width: 100%;
}

.option-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    transition: all 0.2s ease;
}

.option-text-li {
    background: rgb(249 250 251);
    border: 2px solid rgb(60 77 64);
    border-radius: 12px;
}



/* Style for subscription option when selected */
input[type="radio"]:checked + .option-text {
    background: #F8F8F8;
    border-color: #2B3A2B;
}

.bos4w-buy-type {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #2B3A2B;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.bos4w-buy-type:checked {
    background-color: #2B3A2B;
}

.bos4w-buy-type:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.bos-display-save-up-to {
    color: #2B3A2B;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.bos4w-one-time-text {
    color: #2B3A2B;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.selected-option-price,
.one-time-price {
    font-size: 20px;
    font-weight: 600;
    color: #2B3A2B;
    margin-left: auto;
}

.bos4w-option-text-container {
    display: flex;
    align-items: center;
}

/* Dropdown styles */
.bos4w-display-dropdown {
    padding: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 10px;
    border-radius: 8px;
}

#bos4w-dropdown-plan {
    width: 100%;
    padding: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #FFFFFF;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

/* Feature list styles */
.subscription-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4A4A4A;
    font-size: 14px;
}

.feature-check {
    color: #75B798;
    font-size: 18px;
}

/* Cart form styles */
.cart {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.quantity {
    background: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px;
    width: 120px;
}

.quantity button,
.woocommerce form .quantity.buttons-added .minus,
.woocommerce form .quantity.buttons-added .plus,
.woocommerce-page form .quantity.buttons-added .minus,
.woocommerce-page form .quantity.buttons-added .plus {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    font-size: 20px !important;
    color: #2B3A2B !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    font-weight: normal !important;
}

.woocommerce form .quantity.buttons-added .qty {
    min-height: 32px !important;
}

.quantity .qty {
    width: 40px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #2B3A2B !important;
    padding: 0 !important;
    margin: 0 !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single_add_to_cart_button {
    flex: 1;
    background-color: #2B3A2B !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 24px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.single_add_to_cart_button:hover {
    background-color: #1e291e !important;
}

.product_meta{
    display: none;
}

/* Shipping and Guarantee Text */
.paw-whiskers-shipping-guarantee {
    text-align: center;
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}

.shipping-icon {
    color: #666;
    opacity: 0.8;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    

    .bos4w-display-plan-text {
        font-size: 18px;
    }

    .option-text {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .selected-option-price,
    .one-time-price {
        font-size: 18px;
    }

    .bos4w-one-time-text {
        font-size: 14px;
    }

    .subscription-features {
        grid-template-columns: 1fr;
    }

    .cart {
        flex-direction: column;
    }

    .quantity {
        width: 100%;
        justify-content: space-around !important;
    }

    .single_add_to_cart_button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    

    .bos4w-display-plan-text {
        font-size: 16px;
    }

    .option-text {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .bos-display-save-up-to {
        font-size: 14px;
    }

    .selected-option-price,
    .one-time-price {
        font-size: 16px;
    }

    .feature-item {
        font-size: 13px;
    }

    #bos4w-dropdown-plan {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce div.product.do-quantity-buttons form.cart{
        padding: 12px;
    }

    .selected-option-price-container{
        padding-left: 10%;
    }
}

/* Feeding Guide Styles - Match Image Design */
.feeding-guide-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
}

/* Main Section */
.feeding-guide-section {
    margin-bottom: 40px;
}

.feeding-guide-header {
    padding: 20px;
    border-right: 2px solid rgb(229 231 235);
    border-left: 2px solid rgb(229 231 235);
    border-top: 2px solid rgb(229 231 235);
    border-radius: 16px 16px 0 0;
    background-image: linear-gradient(to right, #f8f9fa , #fff);
}

.feeding-guide-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(60 77 64);
    margin: 0 0 8px 0;
    display: block !important;
    font-family: 'Lato', sans-serif;
}

.feeding-guide-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 0px 0;
    font-weight: 400;
    display: block;
    font-family: 'Nunito', sans-serif;
}

/* Table Styles */
.feeding-table-wrapper {
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    border-right: 2px solid rgb(229 231 235);
    border-left: 2px solid rgb(229 231 235);
    border-bottom: 2px solid rgb(229 231 235);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.feeding-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.feeding-table th {
    background: #2a3a2e;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 16px 24px;
    text-align: left;
    border: none;
}

.feeding-table th:nth-child(2),
.feeding-table th:nth-child(3) {
    text-align: center;
}

.feeding-table td {
    padding: 16px 24px;
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    border-left: none;
    border-right: none;
}

.feeding-table tbody tr:last-child td {
    border-bottom: none;
}

.feeding-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #495057;
}

.feeding-table td:nth-child(2),
.feeding-table td:nth-child(3) {
    text-align: center;
    font-weight: 500;
    color: #495057;
}

.weight-class {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.weight-class strong {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.weight-class span {
    font-size: 12px;
    color: #6c757d;
    font-weight: 400;
}

/* Two Column Grid */
.feeding-guide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

/* Card Styles */
.feeding-guide-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.feeding-guide-card h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: rgb(60 77 64);
    margin: 0 0 8px 0;
    font-family: 'Lato', sans-serif;
}

.card-subtitle {
    font-size: 18px;
    color: rgb(107 114 128);
    padding: 0 0 20px 0;
    border-bottom: 2px solid rgb(243 244 246);
    margin: 0 0 20px 0;
    font-weight: 400;
}

/* List Styles */
.feeding-guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feeding-guide-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.feeding-guide-list li:last-child {
    margin-bottom: 0;
}

.list-bullet {
    width: 8px;
    height: 8px;
    background: #6b8a74;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.list-content {
    flex: 1;
}

.list-content strong {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: rgb(31 41 55);
    font-size: 18px;
    margin-bottom: 4px;
}

.list-content p {
    margin: 0;
    font-size: 16px;
    color: rgb(107 114 128);
    line-height: 1.4;
}

/* Professional Recommendation */
.professional-recommendation {
    background-image: linear-gradient(to right,#f8f9fa , #fff);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    text-align: center;
}

.professional-recommendation p {
    margin: 0;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    color: rgb(107 114 128);
    line-height: 1.6;
}

.professional-recommendation strong {
    color: #495057;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feeding-guide-container {
        padding: 0 16px;
    }
    
    .feeding-guide-header {
        padding: 16px;
    }
    
    .feeding-guide-title {
        font-size: 18px;
    }
    
    .feeding-guide-subtitle {
        font-size: 14px;
    }
    
    .feeding-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .feeding-table {
        min-width: 500px;
    }
    
    .feeding-table th,
    .feeding-table td {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .feeding-table th {
        font-size: 14px;
    }
    
    .weight-class strong {
        font-size: 13px;
    }
    
    .weight-class span {
        font-size: 11px;
    }
    
    .feeding-guide-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feeding-guide-card {
        padding: 20px;
    }
    
    .feeding-guide-card h3 {
        font-size: 18px;
    }
    
    .card-subtitle {
        font-size: 16px;
    }
    
    .list-content strong {
        font-size: 16px;
    }
    
    .list-content p {
        font-size: 14px;
    }
    
    .professional-recommendation {
        padding: 24px 20px;
    }
    
    .professional-recommendation p {
        font-size: 16px;
    }
}

/* Review Section */
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
    background-color: rgb(60 77 64) !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;

}

#reviews.cr-reviews-ajax-reviews .cr-input-text {
    border-radius: 12px;
    border: 2px solid rgb(229 231 235);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 100%;
    top: 20px ;
    width: 40px;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text{
    border-radius: 16px;
    border: 2px solid rgb(229 231 235);
    background-color: #fff;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgb(60 77 64);
    font-weight: 700;
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{
    fill: rgb(161 121 91);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

#reviews.cr-reviews-ajax-reviews .cr-count-row{
    background-color: hsl(30deg 29% 87% / 20%) !important;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort{
    padding: 8px ;
    border: 1px solid rgb(229 231 235);
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background-color: #fff;
}

.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit{
    background-color: rgb(60 77 64) !important;
    font-family: 'Lato', sans-serif;
    color: #fff;
    border-radius: 12px;
}

.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel{
    border-radius: 12px;
}


/*QA Section */

.cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
    background-color: rgb(60 77 64) !important;
    font-family: 'Lato', sans-serif;
    color: #fff;
    border-radius: 12px;
}

.cr-qna-block .cr-input-text {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    border-radius: 8px;
    color: rgb(156 163 175);
}

.cr-qna-block .cr-qna-search-block .cr-qna-search-icon{
    fill: rgb(156 163 175);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont{
    padding: 24px !important;
    border : 1px solid rgb(229 231 235 / 80%);
    background-color: white;
    border-radius: 16px;
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle{
    stroke: rgb(60 77 64);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path{
    fill: rgb(60 77 64);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path{
    fill: rgb(60 77 64);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path, .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon rect {
    fill: rgb(60 77 64);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path, .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon rect {
    fill: rgb(60 77 64);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgb(31 41 55);
    font-weight: 700;
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b{
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    color: rgb(60 77 64);
    font-weight: 600;
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r{
    border-bottom: 0px solid rgb(243 244 246);
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button{
    border-color: rgb(75 85 99);
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button {
        font-size: 12px;
    }
}

/* After Short Description Section */
.paw-whiskers-after-short-desc {
    margin: 10px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}

.after-short-desc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 0;
}

.after-short-desc-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
    min-height: 80px;
}



.after-short-desc-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    color: rgb(109 138 116);
}

.after-short-desc-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.after-short-desc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.after-short-desc-benefits {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: rgb(60 77 64);
    margin: 0 0 6px 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.after-short-desc-description {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: rgb(156 164 161);
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .paw-whiskers-after-short-desc {
        padding: 0 0px;
        margin: 30px 0;
    }
    
    .after-short-desc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    
    .after-short-desc-item {
        padding-top: 10px;
        min-height: 70px;
    }
    
    .after-short-desc-icon {
        width: 24px;
        height: 40px;
    }
    
    .after-short-desc-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .after-short-desc-benefits {
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .after-short-desc-description {
        font-size: 13px;
    }
}

/* Ingredients Tab Styles */


.ingredients-section {
    max-width: 1200px;
    margin: 0 auto 40px;
    border: 2px solid rgb(229 231 235);
    border-radius: 24px;
    padding: 40px;
    background: #fff;
}

.ingredients-header {
    text-align: center;
    margin-bottom: 40px;
}

.ingredients-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(60 77 64);
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-family: 'lato', sans-serif;
}

.ingredients-subtitle {
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.4;
    font-family: 'Nunito', sans-serif;
    color: rgb(107 114 128);

}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.ingredient-card {
    background-image: linear-gradient(to right, #fafbfc , #fff);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.ingredient-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.ingredient-name {
    font-size: 18px;
    font-weight: 700;
    color: #2B3A2B;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.ingredient-description {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.ingredients-bottom-sections {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #2B3A2B;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-align: center;
}

.product-details-section {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.product-detail-item:hover {
    background: #e9ecef;
}


.detail-attribute {
    font-weight: 600;
    color: #2B3A2B;
    font-size: 14px;
}

.detail-value {
    color: #6c757d;
    font-size: 14px;
    text-align: right;
}

.quality-promise-section {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.quality-promise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quality-item {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 14px;
    color: #2B3A2B;
    line-height: 1.5;
}

.quality-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #4caf50;
    border-radius: 50%;
}

.developer-info {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.developer-info p {
    font-size: 18px;
    color: rgb(107 114 128);
    margin: auto;
    line-height: 1.6;
    font-family: 'Nunito', sans-serif;
}

.developer-info strong {
    color: #2B3A2B;
    font-weight: 700;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .ingredients-tab-content {
        padding: 20px 15px;
        margin: 0 -15px;
    }
    
    .ingredients-title {
        font-size: 24px;
    }
    
    .ingredients-subtitle {
        font-size: 14px;
    }
    
    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .ingredient-card {
        padding: 20px;
    }
    
    .ingredients-bottom-sections {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .product-details-section,
    .quality-promise-section,
    .developer-info {
        padding: 20px;
    }
    
    .product-detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 12px;
    }
    
    .detail-value {
        text-align: left;
    }
}

/* Everything You Need to Know Section */
.everything-you-need-section {
    background: #ffffff;
    padding: 32px 20px;
    margin: 0;
    text-align: center;
}

.everything-you-need-container {
    max-width: 800px;
    margin: 0 auto;
}

.everything-title {
    font-size: 36px;
    font-weight: 700;
    color: rgb(45 80 22);
    margin: 0 0 16px 0;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
}

.everything-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: rgb(161 121 91);
    margin: 0;
    line-height: 1.4;
    font-family: 'Nunito', sans-serif;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .everything-you-need-section {
        padding: 40px 15px;
    }
    
    .everything-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .everything-subtitle {
        font-size: 16px;
    }
}

/* Tabs Section */
.woocommerce div.product .woocommerce-tabs{
    margin-top: 10px !important;
}

/* ---------------------------
   Tabs Wrapper Container
---------------------------- */
.woocommerce div.product .woocommerce-tabs {
    background: hsl(30deg 29% 87% / 20%);
    border: 2px solid rgb(60 77 64);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
  }
  
  /* ---------------------------
     Tabs Navigation
  ---------------------------- */
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin: 30px 0 24px 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    background: unset !important;
    border: 0px solid rgb(60 77 64) !important;
    border-radius: 0px !important;
    padding: 0 5px !important;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 16px 32px !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: rgb(107 114 128);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #3f4d3d; /* greenish active color */
    color: #fff !important;
    border-color: #3f4d3d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  
  
  /* ---------------------------
     Tab Content Area
  ---------------------------- */
  .woocommerce div.product .woocommerce-tabs .panel {
    background: transparent; /* inside wrapper */
    border: none;
    padding: 45px 60px;
    margin: 0;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    color: rgb(11 11 11);
  }
  
   /* ---------------------------
      Key Benefits Section
   ---------------------------- */
   .key-benefits-wrapper {
     background-image: linear-gradient(to right,rgba(145,197,165,.1) ,rgba(163,204,225,.1) , rgba(145,197,165,.1)) !important;
     background: #f8f9fa;
     border: 1px solid #e9ecef;
     border-radius: 24px;
     padding: 40px;
     margin-top: 40px;
     text-align: center;
   }
   
   .key-benefits-wrapper h3 {
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 32px;
     color: #495057;
     font-family: 'lato', sans-serif;
   }
   
   .key-benefits {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
     max-width: 100%;
   }
   
   .key-benefits .benefit-box {
     background: #ffffff;
     border-radius: 12px;
     padding: 24px;
     box-shadow: 0 2px 8px rgba(0,0,0,0.08);
     border: 1px solid #e9ecef;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     gap: 16px;
     text-align: left;

   }
   
   .key-benefits .benefit-box:hover {
     transform: translateY(-2px);
     box-shadow: 0 4px 16px rgba(0,0,0,0.12);
   }
   
   .key-benefits .benefit-icon {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: linear-gradient(to right, #91c5a5, #a3cce1);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #ffffff;
     flex-shrink: 0;
   }
   
   .key-benefits .benefit-icon svg {
     width: 24px;
     height: 24px;
     stroke-width: 2.5;
   }
   
   .key-benefits .benefit-content {
     flex: 1;
   }
   
   .key-benefits .benefit-content h4 {
     font-size: 18px;
     font-weight: 700;
     margin: 0 0 6px 0;
     color: rgb(60 77 64);
     font-family: 'Nunito', sans-serif;
     line-height: 1.3;
   }
   
   .key-benefits .benefit-content p {
     font-size: 14px;
     color: rgb(156 164 161);
     margin: 0;
     font-family: 'Nunito', sans-serif;
     line-height: 1.4;
   }
  
  /* Responsive Tabs for Mobile */
  @media (max-width: 600px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      flex-wrap: wrap;           /* allow tabs to wrap */
      justify-content: center;   /* center them */
      gap: 10px;
    }
  
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      flex: 1 1 auto;           /* let them resize */
      text-align: center;
      padding: 10px 16px;
      font-size: 14px;
      padding: 10px 12px !important;
    }
  
    .woocommerce div.product .woocommerce-tabs {
      padding: 20px;            /* reduce padding */
    }
  
    .woocommerce div.product .woocommerce-tabs .panel {
      font-size: 16px;
      padding: 0px;
    }
  
     /* Key benefits stack vertically */
     .key-benefits {
       grid-template-columns: 1fr;
       gap: 16px;
     }
   
     .key-benefits .benefit-box {
       width: 100%;
     }
     
     .key-benefits-wrapper {
       padding: 20px;
     }
     
     .key-benefits-wrapper h3 {
       font-size: 18px;
       margin-bottom: 24px;
     }
  }
  
  
  
  .wc-tab h2 {
      display : none;
  }

  @media (max-width: 600px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      display: flex;
      flex-direction: row !important;       /* force row direction */
      flex-wrap: wrap;         /* keep in one line */
      overflow-x: auto;          /* enable horizontal scroll */
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;     /* hide scrollbar in Firefox */
    }
  
  }
  
  


/* FAQs Section */
.wpcpf-faqs-section {
    max-width: 1024px;
    margin: 100px auto;
    padding: 0 20px;
}

.wpcpf-faqs-header {
    text-align: center;
    margin-bottom: 40px;
}

.wpcpf-faqs-header h2 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    color: rgb(60 77 64);
    margin: 0 0 16px 0;
    font-weight: 700;
    line-height: 1.2;
}

.wpcpf-faqs-header .wpcpf-subtitle {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    color: #996B4D;
    margin: 0;
    line-height: 1.5;
}

.wpcpf-faqs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wpcpf-faq {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

.wpcpf-faq-button {
    width: 100%;
    text-align: left;
    padding: 24px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #2B3A2B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.wpcpf-faq-button::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232B3A2B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.wpcpf-faq-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.wpcpf-faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
    color: #4B5563;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

.wpcpf-faq-button[aria-expanded="true"] + .wpcpf-faq-panel {
    padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .wpcpf-faqs-section {
        margin: 40px auto;
    }

    .wpcpf-faqs-header h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .wpcpf-faqs-header .wpcpf-subtitle {
        font-size: 16px;
    }

    .wpcpf-faq-button {
        padding: 20px;
        font-size: 16px;
    }

    .wpcpf-faq-panel {
        padding: 0 20px;
        font-size: 14px;
    }
}

/* Review  Section */

.wdm-reviews-section{
    margin: 40px 0;
    padding: 40px 0;
    width: 100vw;
    background-color: rgb(245 241 232);
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.wdm-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wdm-reviews-header h2{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    color: rgb(60 77 64);
    margin: 0 0 16px 0;
    font-weight: 700;
    line-height: 1.2;
}
.wdm-reviews-header{
    text-align: center;
    margin: 40px 0;

}

.wdm-reviews-header .wdm-reviews-subtitle{
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    color: #996B4D;
    margin: 0;
    line-height: 1.5;
}


/* Up sell cross sell Slider */

.up-sells {
    text-align: center;
    padding: 90px 0;
}

.up-sells h2{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    color: rgb(60 77 64);
    padding: 0 0 20px 0;
}

.woocommerce .up-sells ul.products li.product {
    border: 1px solid hsl(0 0% 89.8%);
    border-radius: 12px;
    padding: 24px;
}
.woocommerce ul.products li.product .button{
    border-radius: 12px;
}

/* Subscription Prefix Text */
.subscription-prefix-text {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
}