/*

Theme Name: Divi Child

Description: Divi Child Theme

Template: Divi

Theme URI: http://www.elegantthemes.com/gallery/divi/

Version: 3.21.1

Text Domain: Divi-child

*/

:root {
    --theme-color: #589195;
    --secondary-color: #31797e;
    --body-color: #7f8495;
    --heading-color: #34394c;
}

body {
    color: #4a5556;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #3e3f3e;
}

/* Privacy Policy Styles for Niru Creations */
.privacy-container {
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 10px;
    animation: fadeInUp 0.8s ease-out;
}

.et_pb_code_inner {
    padding: 0;
}

.ulinaContactMap.grayscale iframe {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

.ulinaContactMap iframe {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 5px;
    border: none;
}

.blurbcontact span.et_pb_image_wrap {
    width: 72px;
    height: 72px;
    background: #ecf5f4;
    line-height: 90px;
    font-size: 18px;
    color: var(--theme-color);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.blurbcontact h4.et_pb_module_header {
    color: var(--heading-color);
    font-size: 21px;
    line-height: 36px;
    margin: 0 0 1px;
    padding: 0;
}

.fullBlock.halfBlock p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.fullBlock input.wpcf7-form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #c5d0cf;
    border-radius: 48px;
    font-size: 16px;
    line-height: 26px;
    color: #34394c;
    padding: 0 22px 0 22px;
    margin-bottom: 12px;
}

.fullBlock textarea.wpcf7-form-control {
    width: 100%;
    border: 1px solid #c5d0cf;
    border-radius: 48px;
    font-size: 16px;
    line-height: 26px;
    color: #34394c;
    padding: 22px;
    margin-bottom: 12px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--theme-color);
    width: auto;
    font-size: 16px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.blurbcontact .et_pb_blurb_description {
    line-height: 22px;
    margin: 0;
    font-size: 16px;
    color: #7f8495;
}

body.page-id-253 .blurbcontact span.et_pb_image_wrap {
    /* Styles specific to this page */
    background: transparent;
    border-radius: 0;
}

/* Main heading */
.privacy-container h1, .headingblock h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.privacy-container h1::after, .headingblock h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-color), var(--secondary-color));
}

/* Section headings */
.privacy-container h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    border-left: 4px solid var(--theme-color);
    position: relative;
}

/* .privacy-container h2::before {
    content: counter(section);
    counter-increment: section;
    position: absolute;
    left: -35px;
    top: 0;
    width: 25px;
    height: 25px;
    background: var(--theme-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
} */

.privacy-container {
    counter-reset: section;
}

/* Paragraphs */
.privacy-container p, .headingblock p {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: justify;
    color: var(--body-color);
}

.privacy-container p:first-of-type {
    font-size: 1.1rem;
    text-align: center;
    font-style: italic;
    color: var(--body-color);
    margin-bottom: 30px;
}

/* Lists */
.privacy-container ul {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-container li {
    margin-bottom: 10px;
    padding: 12px 15px 12px 35px;
    background: #f8f9fa;
    border-left: 3px solid var(--secondary-color);
    border-radius: 0 5px 5px 0;
    position: relative;
    transition: all 0.3s ease;
}

.privacy-container li::before {
    content: '✓';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.privacy-container li:hover {
    background: #ecf0f1;
    transform: translateX(5px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Strong/bold text */
.privacy-container strong {
    color: var(--heading-color);
    font-weight: 600;
}

/* Links */
.privacy-container a {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.privacy-container a:hover {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Contact section styling */
.privacy-container h2:last-of-type + p + p {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 20px;
}

.privacy-container h2:last-of-type + p + p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.privacy-container h2:last-of-type + p + p a:hover {
    color: #f1c40f;
    border-bottom: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .privacy-container {
        padding: 20px 15px;
    }
    
    .privacy-container h1 {
        font-size: 2rem;
    }
    
    .privacy-container h2 {
        font-size: 1.3rem;
        margin-top: 30px;
    }
    
    .privacy-container h2::before {
        left: -30px;
        width: 20px;
        height: 20px;
        font-size: 0.7rem;
    }
    
    .privacy-container li {
        padding: 10px 12px;
    }
    
    .privacy-container li::before {
        left: -10px;
        width: 16px;
        height: 16px;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .privacy-container h1 {
        font-size: 1.8rem;
    }
    
    .privacy-container h2 {
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    .privacy-container h2::before {
        display: none;
    }
    
    .privacy-container li {
        margin-left: 0;
    }
    
    .privacy-container li::before {
        display: none;
    }
    
    .privacy-container li {
        border-left: 3px solid var(--secondary-color);
        padding-left: 15px;
    }

    body .lookBook01 .lbContent h2 {
        font-size: 22px;
        line-height: 28px;
    }

    body #custom-top-header .right {
        font-size: 10px;
    }

    body .headcustom .et_pb_row {
        width: 90% !important;
    }
    body.single-product.woocommerce div.product #reviews #review_form_wrapper {
        padding: 10px !important;
    }
}

@media (max-width: 350px) {
    body .lookBook01 .lbContent h2{
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial-carousel {
        min-width: 250px;
    }
    body .headcustom .et_pb_row {
        width: 96% !important;
    }
}

/* Print styles */
@media print {
    .privacy-container {
        max-width: none;
        margin: 0;
        padding: 20px;
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
    }
    
    .privacy-container h1,
    .privacy-container h2 {
        color: #000;
    }
    
    .privacy-container h2::before,
    .privacy-container li::before {
        display: none;
    }
    
    .privacy-container li {
        background: none;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        padding: 5px;
    }
    
    .privacy-container a {
        color: #000;
        text-decoration: underline;
    }
}

/* Focus states for accessibility */
.privacy-container a:focus {
    outline: 2px solid var(--theme-color);
    outline-offset: 2px;
}

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

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

.custom-product-box {
    background: #fff;
    padding: 15px;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.product-thumb {
    position: relative;
}

.new-arrival-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: gold;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
}

.size-labels {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
}

.size-labels span {
    background: #f2f2f2;
    margin-bottom: 2px;
    padding: 3px 5px;
    font-size: 11px;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Dynamic YITH Wishlist Styling */
.yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 15;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.yith-wcwl-add-to-wishlist .wishlist-icon {
    position: static;
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
}

/* Not in wishlist state */
.yith-wcwl-add-to-wishlist .add_to_wishlist .wishlist-icon {
    color: #666;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist:hover .wishlist-icon {
    color: #ff6b6b;
    transform: scale(1.2);
}

/* In wishlist state */
.yith-wcwl-add-to-wishlist .add_to_wishlist.added {
    background: rgba(255, 107, 107, 0.1);
    border-color: #ff6b6b;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist.added .wishlist-icon.added {
    color: #ff6b6b;
    animation: heartbeat 1.5s ease-in-out infinite;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist.added:hover {
    background: rgba(255, 107, 107, 0.2);
    border-color: #ee5a24;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist.added:hover .wishlist-icon.added {
    color: #ee5a24;
    transform: scale(1.3);
}

/* Fallback static wishlist icon */
.wishlist-icon.static {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.wishlist-icon.static:hover {
    background: rgba(255, 255, 255, 1);
    color: #ff6b6b;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Loading state */
.yith-wcwl-add-to-wishlist .add_to_wishlist.loading {
    opacity: 0.6;
    pointer-events: none;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist.loading .wishlist-icon {
    animation: spin 1s linear infinite;
}

/* Heartbeat animation for added items */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Spin animation for loading */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Mobile responsive wishlist */
@media screen and (max-width: 768px) {
    .yith-wcwl-add-to-wishlist .add_to_wishlist {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    
    .yith-wcwl-add-to-wishlist .wishlist-icon {
        font-size: 16px;
    }
    
    .wishlist-icon.static {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 16px;
    }
}

/* Product Action Buttons - Right Side Bottom Positioning */
.wishlist-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
}

.wishlist-button .tinvwl_add_to_wishlist_button,
.wishlist-button a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.wishlist-button .tinvwl_add_to_wishlist_button:hover,
.wishlist-button a:hover {
    background: #ff6b6b;
    border-color: #ff6b6b;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.quick-view-button {
    position: absolute;
    bottom: 10px;
    right: 60px;
    z-index: 20;
}

.quick-view-button a,
.quick-view-button .button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.quick-view-button a:hover,
.quick-view-button .button:hover {
    background: #589195;
    border-color: #589195;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(88, 145, 149, 0.3);
}

.product-hover-icons {
    position: absolute;
    bottom: 10px;
    right: 110px;
    z-index: 20;
    display: flex;
    gap: 10px;
}

.product-hover-icons a,
.product-hover-icons .button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.product-hover-icons a:hover,
.product-hover-icons .button:hover {
    background: #31797e;
    border-color: #31797e;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(49, 121, 126, 0.3);
}

/* Compare button specific styling */
.product-hover-icons .compare,
.product-hover-icons .yith-woocompare-button {
    background: rgba(255, 255, 255, 0.95);
}

.product-hover-icons .compare:hover,
.product-hover-icons .yith-woocompare-button:hover {
    background: #f39c12;
    border-color: #f39c12;
    color: white;
}

/* Hide buttons by default, show on product hover */
.custom-product-box .wishlist-button,
.custom-product-box .quick-view-button,
.custom-product-box .product-hover-icons {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.custom-product-box:hover .wishlist-button,
.custom-product-box:hover .quick-view-button,
.custom-product-box:hover .product-hover-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for multiple buttons */
.custom-product-box:hover .wishlist-button {
    transition-delay: 0.1s;
}

.custom-product-box:hover .quick-view-button {
    transition-delay: 0.2s;
}

.custom-product-box:hover .product-hover-icons {
    transition-delay: 0.3s;
}

/* Mobile responsive positioning */
@media screen and (max-width: 768px) {
    .wishlist-button,
    .quick-view-button,
    .product-hover-icons {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .wishlist-button {
        bottom: 5px;
        right: 5px;
    }
    
    .quick-view-button {
        bottom: 5px;
        right: 50px;
    }
    
    .product-hover-icons {
        bottom: 5px;
        right: 95px;
        gap: 5px;
    }
    
    .wishlist-button .tinvwl_add_to_wishlist_button,
    .wishlist-button a,
    .quick-view-button a,
    .quick-view-button .button,
    .product-hover-icons a,
    .product-hover-icons .button {
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 14px;
    }
}

.product-details h2 {
    font-size: 22px !important;
    margin-top: 15px;
}

.product-details .price,
.product-details .price .amount {
    font-size: 18px !important;
    font-weight: bold;
}

.price del {
    color: #999;
    margin-left: 5px;
}

.price ins {
    color: #d00;
    font-weight: bold;
}

/* Dynamic Product Badges */
.product-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.product-badge:nth-child(2) {
    bottom: 45px;
}

.product-badge:nth-child(3) {
    bottom: 80px;
}

.product-badge:nth-child(4) {
    bottom: 115px;
}

.custom-product-box .product-thumb a.woocommerce-Loop-Product-thumb-custom img {
    height: 550px !important;
    width: 100% !important;
    object-fit: cover !important;
}
/* Sale Badge */
.product span.onsale {
    display: none !important;
}

.product-label-sale {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important; 
    color: white;
    border: 2px solid #ff4757;
}

.product-label-sale:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

/* Featured Badge */
.product-label-featured {
    background: linear-gradient(135deg, #ffd700, #ffb700);
    color: #333;
    border: 2px solid #f39c12;
}

.product-label-featured:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

/* New Arrival Badge */
.product-label-new-arrival {
    background: linear-gradient(135deg, #00d2ff, #3a7bd5);
    color: white;
    border: 2px solid #0097e6;
}

.product-label-new-arrival:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4);
}

/* Out of Stock Badge */
.product-label-out-of-stock {
    background: linear-gradient(135deg, #636e72, #2d3436);
    color: white;
    border: 2px solid #636e72;
    opacity: 0.9;
}

.product-label-out-of-stock:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(99, 110, 114, 0.4);
}

/* Bestseller Badge */
.product-label-bestseller {
    background: linear-gradient(135deg, #a29bfe, #6c5ce7);
    color: white;
    border: 2px solid #5f3dc4;
}

.product-label-bestseller:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(162, 155, 254, 0.4);
}

/* Trending Badge */
.product-label-trending {
    background: linear-gradient(135deg, #fd79a8, #e84393);
    color: white;
    border: 2px solid #e84393;
}

.product-label-trending:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(253, 121, 168, 0.4);
}

/* Limited Badge */
.product-label-limited {
    background: linear-gradient(135deg, #ff7675, #d63031);
    color: white;
    border: 2px solid #d63031;
    animation: urgentPulse 1.5s infinite;
}

.product-label-limited:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 118, 117, 0.4);
}

/* Exclusive Badge */
.product-label-exclusive {
    background: linear-gradient(135deg, #2d3436, #636e72);
    color: gold;
    border: 2px solid #ffd700;
}

.product-label-exclusive:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Premium Badge */
.product-label-premium {
    background: linear-gradient(135deg, #fdcb6e, #e17055);
    color: white;
    border: 2px solid #e17055;
}

.product-label-premium:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(253, 203, 110, 0.4);
}

/* Badge Animations */
@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes urgentPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

body .lookBook01.lb01M3.overLayAnim01 {
    padding-right: 0;
}

/* Ensure proper positioning in product thumb */
.product-thumb {
    position: relative;
    overflow: visible;
}

/* Mobile responsive badges */
@media screen and (max-width: 768px) {
    .product-badge {
        font-size: 10px;
        padding: 4px 8px;
        left: 5px;
    }
    body .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        min-width: 100%;
    }
    body .et_pb_section.et_pb_section_0_tb_footer::before {
        top: 62%;
        left: 0;
    }
    body .lb01M6 .lbContent {
        padding: 0 0 0 22px;
        top: 20px;
    }
    body .testimonial-carousel {
        padding: 30px 0 0 0;
    }
    body .lookBook01 .lbContent {
        padding: 20px 0 0 20px;
        max-width: 50%;
    }
    body .lookBook01.lb01M3 .lbContent {
        padding: 20px 0 20px 0;
    }
    body .lookBook01 .lbContent h3,
    body .lookBook01 .lbContent h2 {
        margin: 0;
    }

    .custom-product-box .product-thumb a.woocommerce-Loop-Product-thumb-custom img {
        height: 300px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    body .et_pb_menu--style-centered .et_pb_menu__wrap {
        justify-content: flex-end !important;
        align-items: flex-end !important;
        margin-left: auto;
    }
    footer .et_pb_menu__wrap .et_mobile_nav_menu {
        display: none !important;
    }

    .et-db #et-boc .et-l .et_pb_column_2_tb_footer,
    .et-db #et-boc .et-l .et_pb_column_1_tb_footer,
    .et-db #et-boc .et-l .et_pb_column_0_tb_footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer .et_pb_menu__wrap .et_pb_menu__menu {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    body .et_pb_column.et_pb_column_1_tb_header {
        display: none !important;
    }
    .et_pb_menu__wrap .et_pb_menu__menu li {
        margin: 0 10px !important;
    }
    .et_pb_menu__wrap .et_pb_menu__menu li a {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
    body .et_pb_row.et_pb_row_0_tb_header {
        display: grid;
        width: 96% !important;
        gap: 0;
        grid-template-columns: 1fr auto;
    }
    body.single-product.woocommerce div.product form.cart .quantity .qty {
        width: 100% !important;
    }
    body.single-product.woocommerce div.product form.cart .quantity {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    body.woocommerce-cart .wc-block-components-totals-item:last-child {
        font-size: 14px !important;
    }
    body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button::before, body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button::before {
        display: none !important;
    }
    body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
        display: grid;
        grid-template-columns: 80px 1fr;
        align-items: center;
    }
    body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product {
        grid-column: span 2;
        grid-row: span 2;
    }
    .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, 
    .is-small .wc-block-components-form .wc-block-components-checkout-step:after,
    body.woocommerce-checkout .wc-block-components-product-metadata__description {
        display: none !important;
    }
}

.single #main-content .container::before,
.single #sidebar {
    display: none !important;
}

.single #left-area {
    width: 100% !important;
    float: none !important;
}

.et_pb_menu.et_pb_menu_0_tb_footer.menufooter {
    background: transparent;
    color: #4a5556;
    display: flex;
    justify-content: flex-end;
}

.et_pb_menu.et_pb_menu_0_tb_footer.menufooter a{
    color: #4a5556;
}

.et_pb_section.et_pb_section_0_tb_footer {
    position: relative;
    background: #4a5556 !important;
}

.et_pb_section.et_pb_section_0_tb_footer::before {
    background: #deecec;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 1;
    content: '';
}

.testimonial-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 0px;
    border-radius: 10px;
}

.testimonial-intro {
    flex: 1;
    min-width: 250px;
    padding-right: 30px;
}

.testimonial-intro h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2c2c2c;
}

.testimonial-intro p {
    font-size: 16px;
    color: #666;
}

.testimonial-nav {
    margin-top: 20px;
}

.testimonial-nav button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
}

.testimonial-carousel {
    flex: 2;
    display: flex;
    overflow: hidden;
    position: relative;
    min-width: 300px;
}

.testimonial {
    width: 100%;
    padding: 30px;
    background: white;
    border-radius: 12px;
    margin-left: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: scale(0.95);
    transition: 0.4s;
    position: absolute;
}

.testimonial.active {
    opacity: 1;
    transform: scale(1);
    position: relative;
}

.testimonial .quote {
    font-size: 40px;
    color: #3bb4b4;
    margin-bottom: 20px;
}

.testimonial .rating {
    color: #f2b01e;
    font-size: 18px;
    margin-top: 10px;
}

.testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial .author img {
    border-radius: 50%;
    width: 50px;
    margin-right: 15px;
}

.nc-blog-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.nc-blog-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.nc-blog-subtitle {
    margin-bottom: 30px;
    color: #666;
}

.nc-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex-wrap: wrap;
}

.nc-blog-featured {
    overflow: hidden;
    grid-column: span 2;
    grid-row: span 2;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nc-blog-featured .nc-blog-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.nc-blog-featured:hover .nc-blog-image {
    opacity: 1;
}

.nc-blog-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.nc-blog-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.nc-blog-meta {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.nc-blog-featured-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.nc-blog-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
}

.nc-blog-card .nc-blog-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.nc-blog-featured .nc-blog-featured-title,
.nc-blog-featured .nc-blog-meta {
    z-index: 99999;
    position: relative;
    color: white;
}

.nc-blog-card .nc-blog-image a,
.nc-blog-featured .nc-blog-image a  {
    display: flex;
    width: 100%;
    height: 100%;
}

.nc-blog-card .nc-blog-image a img,
.nc-blog-featured .nc-blog-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.3s ease-in-out;
}

.nc-blog-card:hover .nc-blog-image {
    display: block;
    opacity: 1;
}

.nc-blog-card:hover .nc-blog-readmore,
.nc-blog-card:hover .nc-blog-meta {
    color: #fff;
    z-index: 99999;
    position: relative;
}

.nc-blog-card-title {
    font-size: 21px;
    line-height: 28px;
    color: #2c2c2c;
    position: relative;
    top: -1px;
    margin: 0;
}
.nc-blog-card-title a{
    color: inherit;
}
.nc-blog-card:hover .nc-blog-card-title a,
.nc-blog-card-title a:hover{
    color: #fff;
}

.nc-blog-readmore {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin-top: 10px;
}
.lookBook01.overLayAnim01 {
    position: relative;
    background: #ecf5f4;
    border-radius: 5px;
    overflow: hidden;
    text-align: right;
    padding: 39px 32px 0 0;
    margin: 0 0 24px;
}
.lb01M1{
    text-align: center;
    padding: 0;
}
.lb01M2{
    padding-top: 27px;
    padding-right: 0;
}
.lb01M3{
    padding: 0;
    text-align: center;
}
.lb01M4{
    padding: 0 0 53px;
    text-align: center;
}
.lb01M5{
    padding: 160px 3px 2px 0;
}
.lb01M6, .lb01M7, .lb01M8, .lb01M9, .lb01M10{
    position: relative;
    background: transparent;
    padding: 0;
}
.lb01M11{
    padding: 48px 30px 31px;
}
.lookBook01:after{
    content: '';
    width: 286px;
    height: 286px;
    background: #ddecea;
    border-radius: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -65px;
}
.lb01M1:after{
    content: '';
    width: 320px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    background: #ddecea;
    border-radius: 50%;
    margin: 0 auto;
}
.lb01M3:after{
    width: 215px;
    height: 215px;
    left: 110px;
    right: auto;
    top: 93px;
    margin: 0;
}
.lb01M4:after{
    width: 215px;
    height: 215px;
    left: 106px;
    right: auto;
    top: auto;
    bottom: 39px;
    margin: 0;
}
.lb01M5:after{
    width: 281px;
    height: 281px;
    top: auto;
    bottom: -86px;
    right: -69px;
}
.lb01M2:after{
    bottom: auto;
    top: -91px;
    right: -98px
}
.lb01M6:after, .lb01M7:after, .lb01M8:after, .lb01M9:after, .lb01M10:after, .lb01M11:after{
    display: none;
}
.lookBook01 img{
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.lb01M1 img{
    max-width: 100%;
    height: auto;
}
.lb01M3 img{
    margin: 30px 50px 35px;
}
.lb01M6 img,
.lb01M7 img,
.lb01M8 img,
.lb01M9 img,
.lb01M10 img{
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 5px;
}
.lookBook01.lb01M1 .lbContent {
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 49px 49px 35px;
}
.lookBook01.lb01M4 .lbContent {
    position: relative;
    padding: 0px 49px 0px;
    max-width: 100%;
    text-align: center;
}
.lookBook01.lb01M3 .lbContent {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 50px 43px;
    max-width: 100%;
    text-align: center;
}
.lookBook01.lb01M5 {
    padding: 160px 3px 57px 0;
}

.dealProductContent{
    position: relative;
    padding: 75px 0 0;
}
.dealProductContent h5{
    font-size: 18px;
    line-height: 1;
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0 0 11px;
}
.dealProductContent h2{
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 16px;
}
.dealProductContent p{
    padding: 0 85px 0 0;
    margin: 0 0 28px;
}
.dpcPriceWrap{
    display: flex;
    margin: 0 0 29px;
}
.dpcPriceWrap .pi01Price{
    font-size: 36px;
    line-height: 48px;
    margin: 0 41px 0 0;
}
.dpcPriceWrap .pi01Price del{
    font-size: 24px;
    line-height: 1;
    color: var(--heading-color);
    margin: 0 0 0 19px;
}
.dpcPriceWrap .pi01Price del:after{
    background: var(--heading-color);
    top: 11px;
}

.ulinaBTN{
    font-family: 'Jost', sans-serif;
    display: inline-block;
    position: relative;
    height: 48px;
    min-width: 155px;
    background: transparent;
    border-radius: 48px;
    font-size: 16px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    border: none;
}
.ulinaBTN span{
    position: relative;
    z-index: 3;
}
.ulinaBTN:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-radius: inherit;
}
.ulinaBTN:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: var(--heading-color);
    border-radius: inherit;
    opacity: 1;
    z-index: 2;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.ulinaBTN:hover:before{
    width: 100%;
    right: auto;
    left: 0;
}
.ulinaBTN:hover{
    color: #FFF;
}

.lookBook01:after{
    content: '';
    width: 286px;
    height: 286px;
    background: #ddecea;
    border-radius: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -65px;
}
.lb01M1:after{
    content: '';
    width: 320px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    background: #ddecea;
    border-radius: 50%;
    margin: 0 auto;
}
.lb01M3:after{
    width: 215px;
    height: 215px;
    left: 110px;
    right: auto;
    top: 93px;
    margin: 0;
}
.lb01M4:after{
    width: 215px;
    height: 215px;
    left: 106px;
    right: auto;
    top: auto;
    bottom: 39px;
    margin: 0;
}
.lb01M5:after{
    width: 281px;
    height: 281px;
    top: auto;
    bottom: -86px;
    right: -69px;
}

.lookBook01 {
    position: relative;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-align: right;
    padding: 0;
    margin: 0 0 24px;
}
.lookBook01 .lbContent {
    position: absolute;
    top: 0px;
    padding: 49px 0 0 49px;
    max-width: 70%;
    text-align: left;
    z-index: 9;
}
.lb01M6 .lbContent {
    z-index: 2;
    max-width: 60%;
    padding: 0 0 0 72px;
    top: 145px;
    bottom: auto;
}
.lookBook01 .lbContent h3 {
    font-size: 16px;
    color: #31797e;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 9px;
}
.lookBook01 .lbContent h2 {
    font-size: 28px;
    line-height: 32px;
    color: #34394c;
    margin: 0 0 11px;
}
.lookBook01 .ulinaLink {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #34394c;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.overLayAnim02:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.overLayAnim02::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.et_pb_countdown_timer .section.values {
    position: relative;
    height: 72px;
    width: 72px;
    background: #FFF;
    font-size: 30px;
    color: var(--heading-color);
    line-height: 72px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    margin: 0 15px 12px;
}

.et_pb_countdown_timer .sep {
    position: relative;
    margin-top: 28px;
}

#custom-top-header {
    background: #3e3f3e !important;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#custom-top-header .left,
#custom-top-header .center,
#custom-top-header .right {
    flex: 1;
    text-align: center;
}
#custom-top-header .left {
    text-align: left;
}
#custom-top-header .right {
    text-align: right;
    font-size: 12px;
}
#custom-top-header .flashing-text span {
    display: none;
}
#custom-top-header .flashing-text span.active {
    display: inline;
    animation: flash 1s infinite alternate;
}
@keyframes flash {
    0% { opacity: 1; }
    100% { opacity: 0.4; }
}
#custom-top-header a {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
}

#custom-top-header .right a {
    margin: 0;
}

#custom-top-header a:hover {
    text-decoration: underline;
}

#custom-top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#custom-top-header .et_pb_row {
    padding: 0;
}
#custom-top-header .et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin: 0 !important;
    width: 25%;
}

#custom-top-header .et_pb_row .et_pb_column.et_pb_column_1_2 {
    margin: 0 !important;
    width: 50%;
}

.et_pb_fullwidth_code h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.4em;
    text-align: center;
    padding: 60px 0;
}

.headcustom .et_pb_row {
    display: flex;
    align-items: center;
}

.headcustom .et_pb_row .et-menu a {
    color: #34394c;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.headcustom .et_pb_row .et-menu a:hover {
    border-color: #31797e;
}

.custom-product-search {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.custom-product-search-icon,
.custom-product-wishlist-icon,
.custom-product-cart-icon,
.custom-product-user-icon {
    cursor: pointer;
    font-size: 20px;
    color: #444;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.custom-product-search-icon:hover,
.custom-product-wishlist-icon:hover,
.custom-product-cart-icon:hover,
.custom-product-user-icon:hover {
    color: #589195;
    transform: scale(1.1);
}

.custom-product-wishlist-icon a,
.custom-product-cart-icon a,
.custom-product-user-icon a {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.custom-product-wishlist-icon .wishlist-count,
.custom-product-cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.custom-product-cart-icon .cart-count {
    background: #589195;
}

.custom-product-cart-icon:hover .cart-count {
    background: #31797e;
}

/* User Dropdown Menu Styling */
.custom-product-user-icon .user-dropdown {
    position: relative;
    display: inline-block;
}

.custom-product-user-icon .user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.custom-product-user-icon .user-dropdown:hover .user-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-product-user-icon .user-dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

.custom-product-user-icon .user-dropdown-menu a:last-child {
    border-bottom: none;
}

.custom-product-user-icon .user-dropdown-menu a:hover {
    background: #f8f9fa;
    color: #589195;
    padding-left: 25px;
}

.custom-product-user-icon .user-dropdown-menu a i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
    color: #666;
}

.custom-product-user-icon .user-dropdown-menu a:hover i {
    color: #589195;
}

/* Logout link special styling */
.custom-product-user-icon .user-dropdown-menu a[href*="logout"]:hover {
    background: #fee;
    color: #dc3545;
}

.custom-product-user-icon .user-dropdown-menu a[href*="logout"]:hover i {
    color: #dc3545;
}

/* Arrow for dropdown */
.custom-product-user-icon .user-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.custom-product-user-icon .user-dropdown-menu::after {
    content: '';
    position: absolute;
    top: -9px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
}

/* Mobile responsive user icon */
@media screen and (max-width: 768px) {
    .custom-product-user-icon .user-dropdown-menu {
        right: 0px;
        min-width: 180px;
    }
    
    .custom-product-user-icon .user-dropdown-menu a {
        padding: 10px 15px;
        font-size: 13px;
    }

    footer .et_pb_row.et_pb_row_1_tb_footer.et_pb_row--with-menu {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    footer .et_pb_row.et_pb_row_1_tb_footer.et_pb_row--with-menu .et_pb_column.et_pb_column_1_2.et_pb_column_3_tb_footer {
        margin: 0;
    } 

    footer .et_pb_menu.et_pb_menu_0_tb_footer.menufooter {
        width: 100%;
        justify-content: center;
    }
    footer .et_pb_menu.et_pb_menu_0_tb_footer.menufooter.et_pb_menu .et-menu>li {
        padding: 0;
    }
    footer .et_pb_text_0_tb_footer .et_pb_text_inner {
        text-align: center;
    }
    body .fullBlock.halfBlock p {
        flex-direction: column;
        gap: 0;
    }

    body.woocommerce-account .woocommerce-orders-table tr.woocommerce-orders-table__row.order,
    body.woocommerce-account .woocommerce-orders-table tr.woocommerce-orders-table__row.order .woocommerce-orders-table__cell {
        width: 100% !important;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.custom-product-search-box {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    width: 100%;
}
.custom-product-search-box input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

 .custom-carousel .carousel-item {
    text-align: center;
    padding: 10px;
}

.custom-carousel .carousel-item img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
}

.homeslider .et_pb_slider_container_inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    align-items: center;
}

.homeslider .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 0;
    margin: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.homeslider .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title {
    z-index: 9;
    height: auto;
    color: rgb(52, 57, 76) !important;
    text-decoration: none;
    white-space: normal;
    width: 550px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 84px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 72px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.homeslider .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    color: rgb(49, 121, 126);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 21px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 21px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    order: -1;
}

.homeslider .et_pb_slider_container_inner .et_pb_more_button,
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    display: inline-block;
    position: relative;
    height: 48px;
    border-radius: 48px;
    font-size: 16px;
    line-height: 39px !important;
    color: #FFF !important;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #589195 !important;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    padding: .3em 1em .3em 1em !important;
}
span.tinvwl-txt {
    white-space: nowrap;
}

a.tinvwl_add_to_wishlist_button {
    padding: 15px;
    border: 1px solid;
    border-radius: 50px;
}

.homeslider .et_pb_slider_container_inner .et_pb_more_button:after {
    display: none !important;
}

.homeslider .et_pb_slider_container_inner .et_pb_more_button:hover {
    background: #3e3f3e !important;
}

.homeslider .et_pb_slider_container_inner .et_pb_slide_image img {
    width: auto;
    height: auto;
    border-radius: 10px;
    max-height: 600px !important;
}

.homeslider .et_pb_slider_container_inner .et_pb_slide_image {
    margin: 0 !important;
    position: relative;
}

.custom-carousel .label {
    background: black;
    color: white;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000 !important;
}
.ui-menu-item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ui-menu-item-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.dealProductImage{
    position: relative;
    text-align: left;
    padding: 0 0 0 67px;
    margin: 0 0 0 33px;
}
.dealProductImage img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.dealProductImage:after{
    content: '';
    position: absolute;
    left: 0;
    top: 39px;
    width: 471px;
    height: 471px;
    background: #ddecea;
    border-radius: 50%;

    -webkit-animation: scalings 1.5s alternate infinite;
    -moz-animation: scalings 1.5s alternate infinite;
    -ms-animation: scalings 1.5s alternate infinite;
    -o-animation: scalings 1.5s alternate infinite;
    animation: scalings 1.5s alternate infinite;
}

@keyframes scalings {
    from {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        -ms-transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.overLayAnim01::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.45);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.overLayAnim01:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* Login/Register Forms Styling */
.login-register-container {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.account-tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.account-tabs .tab-button {
    flex: 1;
    padding: 20px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.account-tabs .tab-button:hover {
    background: #e9ecef;
    color: #589195;
}

.account-tabs .tab-button.active {
    background: white;
    color: #589195;
    border-bottom-color: #589195;
}

.account-tabs .tab-button i {
    margin-right: 8px;
}

.woocommerce-form-login,
.woocommerce-form-register {
    padding: 40px;
    margin: 0;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2 {
    display: none; /* Hide default headings since we have tabs */
}

.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
    margin-bottom: 25px;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label {
    font-weight: 600;
    color: #34394c;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.woocommerce-form-login .form-row input:focus,
.woocommerce-form-register .form-row input:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(88, 145, 149, 0.1);
}

.woocommerce-form-login .button,
.woocommerce-form-register .button {
    width: 100%;
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover {
    background: linear-gradient(135deg, #31797e, #589195);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 145, 149, 0.4);
}

.woocommerce-form-login .lost_password,
.woocommerce-form-register .lost_password {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-form-login .lost_password a,
.woocommerce-form-register .lost_password a {
    color: #589195;
    text-decoration: none;
    font-size: 14px;
}

.woocommerce-form-login .lost_password a:hover,
.woocommerce-form-register .lost_password a:hover {
    text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .login-register-container {
        margin: 20px;
        border-radius: 8px;
    }
    
    .woocommerce-form-login,
    .woocommerce-form-register {
        padding: 30px 25px;
    }
    
    .account-tabs .tab-button {
        padding: 15px;
        font-size: 14px;
    }
}

body.woocommerce-account div#customer_login .u-column2.col-2 {
    display: none;
}

body.woocommerce-account div#customer_login .u-column1.col-1 h2 {
    display: none;
}

body.woocommerce-account div#customer_login .u-column1.col-1 {
    background: transparent;
    border: 0;
}

body.woocommerce-account div#customer_login .u-column1.col-1 label.woocommerce-form-login__rememberme {
    display: grid !important;
    grid-template-columns: auto 1fr;
    gap: 20px;
}

/* WooCommerce My Account Page Styling */
.woocommerce-account .woocommerce {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 40px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    list-style: none;
    width: 100%;
}

.woocommerce-account .u-columns::after,
.woocommerce-account .u-columns::before {
    display: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 24px;
    background: white;
    color: #444;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #589195;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(88, 145, 149, 0.3);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border-color: #31797e;
    box-shadow: 0 4px 15px rgba(88, 145, 149, 0.4);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: '';
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f3fd';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f291';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\f019';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\f015';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\f007';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\f2f5';
}

/* My Account Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: #34394c;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content h2:after,
.woocommerce-account .woocommerce-MyAccount-content h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #589195, #31797e);
}

/*** Woocommerce Single Product style ***/

/* Main Product Container */
/* body.single-product.woocommerce #left-area div.product {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
} */

body.single-product.woocommerce div.product .related li.product {
    width: 100%;
    max-width: 600px;
}

.et_pb_code.et_pb_code_3 .lookBook01.lb01M1.overLayAnim01 {
    padding-right: 0;
}

body.single-product.woocommerce div.product .related ul.products::before,
body.single-product.woocommerce div.product .related ul.products::after {
    display: none;
}

/* Product Gallery */
body.single-product.woocommerce div.product div.images {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    position: relative;
}

body.single-product.woocommerce div.product div.images::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.single-product.woocommerce div.product div.images:hover::before {
    opacity: 1;
}

body.single-product.woocommerce div.product div.images img {
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

body.single-product.woocommerce div.product div.images img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

body.single-product.woocommerce div.product div.images img:hover {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

body.single-product.woocommerce div.product div.images img:hover::before {
    left: 100%;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 auto;
    width: 85px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.2), rgba(49, 121, 126, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 9px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li.flex-active-slide,
body.single-product.woocommerce div.product div.images .flex-control-thumbs li:hover {
    border-color: #589195;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 25px rgba(88, 145, 149, 0.3);
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li.flex-active-slide::before,
body.single-product.woocommerce div.product div.images .flex-control-thumbs li:hover::before {
    opacity: 1;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
    transition: transform 0.3s ease;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li:hover img {
    transform: scale(1.05);
}

/* Product Summary */
body.single-product.woocommerce div.product div.summary {
    float: right;
    width: 48%;
    padding-left: 20px;
    position: relative;
}

body.single-product.woocommerce div.product div.summary::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.single-product.woocommerce div.product div.summary:hover::before {
    opacity: 1;
}

body.single-product.woocommerce div.product .product_title {
    color: #34394c;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    background: linear-gradient(135deg, #34394c, #589195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    0% { filter: drop-shadow(0 0 5px rgba(88, 145, 149, 0.3)); }
    100% { filter: drop-shadow(0 0 15px rgba(88, 145, 149, 0.6)); }
}

/* Price Styling */
body.single-product.woocommerce div.product .price {
    font-size: 32px;
    font-weight: 800;
    color: #589195;
    margin-bottom: 25px;
    display: block;
    position: relative;
    /* padding: 15px 20px;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    border-radius: 15px;
    border: 2px solid rgba(88, 145, 149, 0.2);
    box-shadow: 0 4px 15px rgba(88, 145, 149, 0.1); */
    animation: priceFloat 4s ease-in-out infinite;
}

@keyframes priceFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* body.single-product.woocommerce div.product .price::before {
    content: '💰';
    position: absolute;
    top: -8px;
    right: 15px;
    font-size: 20px;
    animation: priceIcon 2s ease-in-out infinite;
} */

@keyframes priceIcon {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(10deg) scale(1.1); }
}

body.single-product.woocommerce div.product .price del {
    color: #999;
    font-size: 22px;
    margin-right: 15px;
    position: relative;
}

body.single-product.woocommerce div.product .price del::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #dc3545;
    border-radius: 2px;
    animation: strikethrough 0.5s ease-out;
}

@keyframes strikethrough {
    from { width: 0; }
    to { width: 100%; }
}

body.single-product.woocommerce div.product .price ins {
    text-decoration: none;
    color: #589195;
    position: relative;
    font-weight: 900;
}

body.single-product.woocommerce div.product .price ins::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
    animation: underlineGlow 2s ease-in-out infinite alternate;
}

@keyframes underlineGlow {
    0% { box-shadow: 0 0 5px rgba(88, 145, 149, 0.5); }
    100% { box-shadow: 0 0 15px rgba(88, 145, 149, 0.8); }
}

/* Stock Status */
body.single-product.woocommerce div.product .stock {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px 12px 30px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: stockPulse 3s ease-in-out infinite;
}

@keyframes stockPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

body.single-product.woocommerce div.product .stock.in-stock {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 2px solid #b8dabd;
    box-shadow: 0 4px 15px rgba(21, 87, 36, 0.2);
}

body.single-product.woocommerce div.product .stock.in-stock::before {
    content: '✓';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    color: #28a745;
    animation: checkmark 1s ease-out;
}

@keyframes checkmark {
    0% { transform: translateY(-50%) scale(0) rotate(180deg); }
    100% { transform: translateY(-50%) scale(1) rotate(0deg); }
}

body.single-product.woocommerce div.product .stock.out-of-stock {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border: 2px solid #f1b0b7;
    box-shadow: 0 4px 15px rgba(114, 28, 36, 0.2);
}

body.single-product.woocommerce div.product .stock.out-of-stock::before {
    content: '✗';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    color: #dc3545;
    animation: crossmark 1s ease-out;
}

@keyframes crossmark {
    0% { transform: translateY(-50%) scale(0) rotate(-180deg); }
    100% { transform: translateY(-50%) scale(1) rotate(0deg); }
}

/* Product Description */
body.single-product.woocommerce div.product .woocommerce-product-details__short-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

/* Variations */
body.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
    border: none;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(88, 145, 149, 0.1);
}

body.single-product.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
    from { transform: translateX(20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

body.single-product.woocommerce div.product form.cart .variations .label {
    font-weight: 700;
    color: #34394c;
    width: 130px;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

body.single-product.woocommerce div.product form.cart .variations .label::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 1px;
}

body.single-product.woocommerce div.product form.cart .variations .value {
    flex: 1;
}

body.single-product.woocommerce div.product form.cart .variations select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    font-size: 15px;
    background: white;
    color: #333;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

body.single-product.woocommerce div.product form.cart .variations select:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 4px rgba(88, 145, 149, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

body.single-product.woocommerce div.product form.cart .variations select:hover {
    border-color: #589195;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(88, 145, 149, 0.2);
}

/* Quantity Input */
body.single-product.woocommerce div.product form.cart .quantity {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    position: relative;
}

body.single-product.woocommerce div.product form.cart .quantity::before {
    content: '📦';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    animation: quantityIcon 3s ease-in-out infinite;
}

@keyframes quantityIcon {
    0%, 100% { transform: translateX(-50%) rotate(0deg); }
    50% { transform: translateX(-50%) rotate(10deg); }
}

body.single-product.woocommerce div.product form.cart .quantity .qty {
    width: 90px;
    padding: 8px 15px;
    border: 3px solid #e1e1e1;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #fafafa, #f0f0f0);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: unset;
}

body.single-product.woocommerce div.product form.cart .quantity .qty:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 4px rgba(88, 145, 149, 0.15), 0 6px 25px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

/* Add to Cart Button */
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    background-size: 200% 200%;
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(88, 145, 149, 0.3);
    animation: buttonGlow 4s ease-in-out infinite alternate;
}

@keyframes buttonGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 0 8px 25px rgba(88, 145, 149, 0.3);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 0 12px 35px rgba(88, 145, 149, 0.5);
    }
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button::before {
    content: '🛒';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    animation: cartIcon 2s ease-in-out infinite;
}

@keyframes cartIcon {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.2); }
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #31797e, #589195, #31797e);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(88, 145, 149, 0.6);
    animation: none;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 25px rgba(88, 145, 149, 0.4);
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover::after {
    left: 100%;
}

/* Product Meta */
body.single-product.woocommerce div.product .product_meta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

body.single-product.woocommerce div.product .product_meta > span {
    display: block;
    margin-bottom: 8px;
    color: #666;
}

body.single-product.woocommerce div.product .product_meta .posted_in a,
body.single-product.woocommerce div.product .product_meta .tagged_as a {
    color: #589195;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

body.single-product.woocommerce div.product .product_meta .posted_in a:hover,
body.single-product.woocommerce div.product .product_meta .tagged_as a:hover {
    color: #31797e;
}

/* Tabs */
body.single-product.woocommerce div.product .woocommerce-tabs {
    clear: both;
    margin-top: 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 250, 0.95));
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(88, 145, 149, 0.1);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
}

body.single-product.woocommerce div.product .woocommerce-tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    animation: tabsGlow 3s ease-in-out infinite alternate;
}

@keyframes tabsGlow {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: none;
    margin-bottom: 0;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.05), rgba(49, 121, 126, 0.05));
    position: relative;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(135deg, transparent, rgba(88, 145, 149, 0.3), transparent);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    opacity: 1;
}

body.single-product.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 20px 30px !important;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-50%);
    border-radius: 2px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #589195;
    transform: translateY(-2px);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover::before {
    width: 80%;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    background: linear-gradient(135deg, rgba(250, 250, 250, 0.8), rgba(240, 240, 240, 0.8));
    padding: 40px;
    border-radius: 0 0 20px 20px;
    border: none;
    position: relative;
    animation: panelSlideIn 0.6s ease-out;
}

@keyframes panelSlideIn {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(135deg, transparent, rgba(88, 145, 149, 0.3), transparent);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #34394c;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Reviews */
body.single-product.woocommerce div.product .woocommerce-tabs #reviews {
    padding: 0;
    background: none;
    border: none;
}

body.single-product.woocommerce div.product #reviews .comment {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    margin-bottom: 20px;
}

body.single-product.woocommerce div.product #reviews .comment .comment-text {
    margin-left: 0;
}

body.single-product.woocommerce div.product #reviews .comment .star-rating {
    float: right;
    color: #ffb900;
}

body.single-product.woocommerce div.product #reviews .comment .meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

body.single-product.woocommerce div.product #reviews .comment .description p {
    color: #666;
    line-height: 1.6;
}

/* Review Form */
body.single-product.woocommerce div.product #reviews #review_form_wrapper {
    background: #fafafa;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-top: 30px;
}

body.single-product.woocommerce div.product #reviews #review_form .comment-form-rating {
    margin-bottom: 20px;
}

body.single-product.woocommerce div.product #reviews #review_form .comment-form-rating .stars {
    color: #ffb900;
    font-size: 20px;
}

body.single-product.woocommerce div.product #reviews #review_form .comment-form-comment textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background: white;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
}

body.single-product.woocommerce div.product #reviews #review_form .comment-form-comment textarea:focus {
    border-color: #589195;
    outline: none;
    box-shadow: 0 0 0 3px rgba(88, 145, 149, 0.1);
}

body.single-product.woocommerce div.product #reviews #review_form .form-submit input {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.single-product.woocommerce div.product #reviews #review_form .form-submit input:hover {
    background: linear-gradient(135deg, #31797e, #589195);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 145, 149, 0.4);
}

/* Related Products */
body.single-product.woocommerce div.product .related,
body.single-product.woocommerce div.product .up-sells,
body.single-product.woocommerce div.product .cross-sells {
    clear: both;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

body.single-product.woocommerce div.product .related h2,
body.single-product.woocommerce div.product .up-sells h2,
body.single-product.woocommerce div.product .cross-sells h2,
.product-details h2.woocommerce-loop-product__title {
    color: #34394c;
    font-size: 28px !important;
    margin-bottom: 30px !important;
    text-align: center;
    position: relative;
    padding-bottom: 15px !important;
}

body.single-product.woocommerce div.product .related h2:after,
body.single-product.woocommerce div.product .up-sells h2:after,
body.single-product.woocommerce div.product .cross-sells h2:after,
.product-details h2.woocommerce-loop-product__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
}

body.single-product.woocommerce div.product .related ul.products,
body.single-product.woocommerce div.product .up-sells ul.products,
body.single-product.woocommerce div.product .cross-sells ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    
    body.single-product.woocommerce div.product div.images,
    body.single-product.woocommerce div.product div.summary {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    
    body.single-product.woocommerce div.product div.images {
        margin-bottom: 30px;
    }
    
    body.single-product.woocommerce div.product .product_title {
        font-size: 24px;
    }
    
    body.single-product.woocommerce div.product .price {
        font-size: 22px;
    }
    
    body.single-product.woocommerce div.product form.cart .variations tr {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 25px;
        padding-left: 20px !important;
    }
    
    body.single-product.woocommerce div.product form.cart .variations .label {
        width: 100%;
        margin-bottom: 8px;
    }
    
    body.single-product.woocommerce div.product form.cart .quantity {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100%;
        min-width: auto;
    }
    
    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }

    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        text-align: center;
    }
}


/** Advance CSS for Woocommerce Cart & Checkout Page **/

/* Advanced Visual Effects */
body.single-product.woocommerce div.product {
    position: relative;
}

body.single-product.woocommerce div.product::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(88, 145, 149, 0.02) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(49, 121, 126, 0.02) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(88, 145, 149, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
    animation: backgroundFloat 20s ease-in-out infinite;
}

@keyframes backgroundFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Floating Action Elements */
body.single-product.woocommerce div.product .product-actions {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

body.single-product.woocommerce div.product .product-actions:hover {
    opacity: 1;
}

/* Wishlist Button */
body.single-product .product-actions .wishlist-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    font-size: 18px;
}

body.single-product .product-actions .wishlist-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

/* Share Button */
body.single-product .product-actions .share-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
    font-size: 18px;
}

body.single-product .product-actions .share-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(78, 205, 196, 0.5);
}

/* Quick View Button */
body.single-product .product-actions .quick-view-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    font-size: 18px;
}

body.single-product .product-actions .quick-view-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

/* Product Badge Effects */
body.single-product.woocommerce div.product .product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.single-product.woocommerce div.product .product-badge {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

body.single-product.woocommerce div.product .product-badge.sale {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

body.single-product.woocommerce div.product .product-badge.new {
    background: linear-gradient(135deg, #51cf66, #40c057);
    color: white;
    box-shadow: 0 4px 15px rgba(81, 207, 102, 0.3);
}

body.single-product.woocommerce div.product .product-badge.featured {
    background: linear-gradient(135deg, #ffd43b, #fab005);
    color: #333;
    box-shadow: 0 4px 15px rgba(255, 212, 59, 0.3);
}

/* Enhanced Mobile Responsive */
@media screen and (max-width: 768px) {
    .et_pb_row_1_tb_header .et_pb_column.et_pb_column_4_tb_header,
    .et_pb_row_1_tb_header .et_pb_column.et_pb_column_4_tb_header .et_pb_menu_0_tb_header ,
    .et_pb_row_1_tb_header .et_pb_column.et_pb_column_4_tb_header .et_pb_menu_0_tb_header .et_pb_menu_inner_container,
    .et_pb_row_1_tb_header .et_pb_column.et_pb_column_4_tb_header .et_pb_menu_0_tb_header .et_pb_menu_inner_container .et_pb_menu__wrap {
        position: unset;
    }
    ul#mobile_menu1.et_mobile_menu {
        border-color: #589195 !important;
    }
    body.single-product.woocommerce div.product {
        padding: 20px 15px;
    }

    body.single-product.woocommerce header div.product {
        padding: 0px;
    }
    
    body.single-product.woocommerce div.product div.images,
    body.single-product.woocommerce div.product div.summary {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    
    body.single-product.woocommerce div.product div.images {
        margin-bottom: 40px;
    }
    
    body.single-product.woocommerce div.product .product_title {
        font-size: 28px;
        text-align: center;
    }
    
    body.single-product.woocommerce div.product .price {
        font-size: 26px;
        text-align: center;
        margin: 0 auto 25px;
        max-width: 300px;
    }
    
    body.single-product.woocommerce div.product form.cart .variations {
        padding: 20px;
    }
    
    body.single-product.woocommerce div.product form.cart .variations tr {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    
    body.single-product.woocommerce div.product form.cart .variations .label {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    
    body.single-product.woocommerce div.product form.cart .quantity {
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
    
    body.single-product.woocommerce div.product form.cart .quantity .qty {
        width: 120px;
    }
    
    body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100%;
        min-width: auto;
        margin: 0 auto;
        display: block;
        padding: 20px;
        font-size: 18px;
    }
    
    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }
    
    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        text-align: center;
        padding: 15px 20px;
    }
    
    body.single-product.woocommerce div.product .woocommerce-tabs .panel {
        padding: 25px 20px;
    }
    
    body.single-product.woocommerce div.product .related ul.products,
    body.single-product.woocommerce div.product .up-sells ul.products,
    body.single-product.woocommerce div.product .cross-sells ul.products {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    
    /* Hide floating actions on mobile */
    body.single-product.woocommerce div.product .product-actions {
        display: none;
    }
    
    /* Adjust badges for mobile */
    body.single-product.woocommerce div.product .product-badges {
        top: 10px;
        left: 10px;
    }
    
    body.single-product.woocommerce div.product .product-badge {
        font-size: 10px;
        padding: 6px 12px;
    }
}


/* Dashboard Welcome Section */
.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

/* Orders Table Styling */
.woocommerce-account .woocommerce-orders-table {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-account .woocommerce-orders-table thead th {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    border: none;
    font-size: 13px;
}

.woocommerce-account .woocommerce-orders-table tbody td {
    padding: 18px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 14px;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover {
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}

.woocommerce-account .woocommerce-orders-table .order-status {
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-account .woocommerce-orders-table .order-status.processing {
    background: #fff3cd;
    color: #856404;
}

.woocommerce-account .woocommerce-orders-table .order-status.completed {
    background: #d4edda;
    color: #155724;
}

.woocommerce-account .woocommerce-orders-table .order-status.pending {
    background: #f8d7da;
    color: #721c24;
}

/* Form Styling */
.woocommerce-account .woocommerce form .form-row {
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce form .form-row label {
    font-weight: 600;
    color: #34394c;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.woocommerce-account .woocommerce form .form-row input[type="text"],
.woocommerce-account .woocommerce form .form-row input[type="email"],
.woocommerce-account .woocommerce form .form-row input[type="password"],
.woocommerce-account .woocommerce form .form-row input[type="tel"],
.woocommerce-account .woocommerce form .form-row select,
.woocommerce-account .woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.woocommerce-account .woocommerce form .form-row input:focus,
.woocommerce-account .woocommerce form .form-row select:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(88, 145, 149, 0.1);
}

/* Button Styling */
.woocommerce-account .woocommerce form .button,
.woocommerce-account .woocommerce .button {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.woocommerce-account .woocommerce form .button:hover,
.woocommerce-account .woocommerce .button:hover {
    background: linear-gradient(135deg, #31797e, #589195);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 145, 149, 0.4);
}

/* Address Cards */
.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    position: relative;
}

.woocommerce-account .u-column1 h3,
.woocommerce-account .u-column2 h3 {
    margin-bottom: 20px;
    color: #34394c;
    font-size: 18px;
}

.woocommerce-account .u-column1 address,
.woocommerce-account .u-column2 address {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 1.6;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce {
        padding: 20px 15px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        display: block;
        text-align: center;
        padding: 15px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 25px 20px;
    }
    
    .woocommerce-account .woocommerce-orders-table {
        font-size: 12px;
    }
    
    .woocommerce-account .woocommerce-orders-table thead th,
    .woocommerce-account .woocommerce-orders-table tbody td {
        padding: 12px 8px;
    }
    
    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* WooCommerce Forgot Password Form Styling */
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce .woocommerce-ResetPassword /*,
.woocommerce-lost-password  form */ {
    max-width: 500px;
    margin: 40px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login,
.woocommerce .woocommerce-ResetPassword .woocommerce-form-login,
.woocommerce-lost-password form {
    padding: 40px;
    margin: 0;
}

/* Reset Password Header */
/* .woocommerce-ResetPassword .woocommerce-form-login::before,
.woocommerce-lost-password form::before {
    content: '';
    display: block;
    background: linear-gradient(135deg, #589195, #31797e);
    height: 80px;
    margin: -40px -40px 30px -40px;
    border-radius: 0;
    position: relative;
} */

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}

/* .woocommerce-ResetPassword .woocommerce-form-login::after,
.woocommerce-lost-password form::after {
    content: '\f084';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px;
    color: white;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
} */

/* .woocommerce-ResetPassword h2,
.woocommerce-lost-password h2 {
    text-align: center;
    color: #34394c;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.woocommerce-ResetPassword p,
.woocommerce-lost-password p {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 14px;
} */

/* Form Fields */
.woocommerce-ResetPassword .form-row,
.woocommerce-lost-password .form-row {
    margin-bottom: 25px;
}

.woocommerce-ResetPassword .form-row label,
.woocommerce-lost-password .form-row label {
    font-weight: 600;
    color: #34394c;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.woocommerce-ResetPassword .form-row input[type="text"],
.woocommerce-ResetPassword .form-row input[type="email"],
.woocommerce-ResetPassword .form-row input[type="password"],
.woocommerce-lost-password .form-row input[type="text"],
.woocommerce-lost-password .form-row input[type="email"],
.woocommerce-lost-password .form-row input[type="password"] {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    box-sizing: border-box;
}

.woocommerce-ResetPassword .form-row input:focus,
.woocommerce-lost-password .form-row input:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(88, 145, 149, 0.1);
}

/* Button Styling */
.woocommerce-ResetPassword .button,
.woocommerce-lost-password .button {
    width: 100%;
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.woocommerce-ResetPassword .button:hover,
.woocommerce-lost-password .button:hover {
    background: linear-gradient(135deg, #31797e, #589195);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 145, 149, 0.4);
}

/* Back to Login Link */
.woocommerce-ResetPassword .lost_password,
.woocommerce-lost-password .lost_password,
.woocommerce-ResetPassword .woocommerce-form-login-toggle,
.woocommerce-lost-password .woocommerce-form-login-toggle {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.woocommerce-ResetPassword .lost_password a,
.woocommerce-lost-password .lost_password a,
.woocommerce-ResetPassword .woocommerce-form-login-toggle a,
.woocommerce-lost-password .woocommerce-form-login-toggle a {
    color: #589195;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.woocommerce-ResetPassword .lost_password a:before,
.woocommerce-lost-password .lost_password a:before,
.woocommerce-ResetPassword .woocommerce-form-login-toggle a:before,
.woocommerce-lost-password .woocommerce-form-login-toggle a:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-ResetPassword .lost_password a:hover,
.woocommerce-lost-password .lost_password a:hover,
.woocommerce-ResetPassword .woocommerce-form-login-toggle a:hover,
.woocommerce-lost-password .woocommerce-form-login-toggle a:hover {
    color: #31797e;
    text-decoration: underline;
}

/* Success/Error Messages */
.woocommerce-ResetPassword .woocommerce-message,
.woocommerce-lost-password .woocommerce-message,
.woocommerce-ResetPassword .woocommerce-error,
.woocommerce-lost-password .woocommerce-error {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 45px;
}

.woocommerce-ResetPassword .woocommerce-error,
.woocommerce-lost-password .woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.woocommerce-ResetPassword .woocommerce-message:before,
.woocommerce-lost-password .woocommerce-message:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #28a745;
}

.woocommerce-ResetPassword .woocommerce-error:before,
.woocommerce-lost-password .woocommerce-error:before {
    content: '\f06a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #dc3545;
}



/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .woocommerce-ResetPassword,
    .woocommerce-lost-password {
        margin: 20px;
        border-radius: 8px;
    }
    
    .woocommerce-ResetPassword .woocommerce-form-login,
    .woocommerce-lost-password form {
        padding: 30px 25px;
    }
    
    .woocommerce-ResetPassword .woocommerce-form-login::before,
    .woocommerce-lost-password form::before {
        margin: -30px -25px 25px -25px;
    }
    
    .woocommerce-ResetPassword h2,
    .woocommerce-lost-password h2 {
        font-size: 20px;
    }
}

/* Responsive collapse for mobile */
@media screen and (max-width: 768px) {
    .nc-blog-grid {
        grid-template-columns: 1fr;
    }

    .nc-blog-card,
    .nc-blog-featured {
        margin-bottom: 20px;
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 36px !important;
        line-height: 48px;
        text-align: center;
        width: 100%;
    }
    .homeslider .et_pb_slider_container_inner .et_pb_slide_image {
        display: flex !important;
    }
    .homeslider .et_pb_slider_container_inner {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 50px 30px;
    }
    .homeslider .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
        text-align: center;
        width: 100%;
    }
}

/*** WooCommerce Cart & Checkout Page Styles (WooCommerce Blocks) ***/

/* Cart Page Specific Styles */
body.woocommerce-cart .woocommerce:not(.tinv-wishlist) ,
div.wc-block-grid .wc-block-grid__products .wc-block-grid__product{
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(88, 145, 149, 0.1);
    position: relative;
    overflow: hidden;
}

body.woocommerce-cart .woocommerce:not(.tinv-wishlist)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    animation: cartHeaderGlow 3s ease-in-out infinite alternate;
}

@keyframes cartHeaderGlow {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Cart Page Title */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-cart .wp-block-heading {
    text-align: center;
    color: #34394c;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #34394c, #589195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    animation: titlePulse 4s ease-in-out infinite;
}

@keyframes titlePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

body.woocommerce-cart .entry-title::before,
body.woocommerce-cart h1.page-title::before,
body.woocommerce-cart .wp-block-heading::before {
    content: '🛒';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    animation: cartIconBounce 2s ease-in-out infinite;
}

@keyframes cartIconBounce {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.2); }
}

/* WooCommerce Blocks Cart Items */
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block {
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    margin-bottom: 30px;
    padding: 0;
}

/* Cart Items Table */
body.woocommerce-cart .wc-block-cart-items table,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block table {
    border: none;
    width: 100%;
    margin: 0;
}

body.woocommerce-cart .wc-block-cart-items thead th,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block thead th {
    background: linear-gradient(135deg, #589195, #31797e) !important;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 15px !important;
    border: none;
    font-size: 14px;
    position: relative;
    visibility: visible !important;
}

body.woocommerce-cart .wc-block-cart-items thead th::after,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block thead th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
}

body.woocommerce-cart .wc-block-cart-items tbody td,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block tbody td {
    padding: 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.9));
    transition: all 0.3s ease;
}

body.woocommerce-cart .wc-block-cart-items tbody tr:hover td,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block tbody tr:hover td {
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.05), rgba(49, 121, 126, 0.05));
    transform: scale(1.01);
}

body.woocommerce-cart .wc-block-cart-items tbody tr:last-child td,
body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block tbody tr:last-child td {
    border-bottom: none;
}

/* Cart Item Components */
body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .wc-block-components-product-image img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-width: 80px;
}

body.woocommerce-cart .wc-block-cart-item__image img:hover,
body.woocommerce-cart .wc-block-components-product-image img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Product Name */
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__product a {
    color: #34394c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name:hover,
body.woocommerce-cart .wc-block-cart-item__product a:hover {
    color: #589195;
}

/* Product Price */
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-cart-item__total {
    font-weight: 700;
    color: #589195;
    font-size: 18px;
}

/* Quantity Controls */
body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 200px;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-cart-item__quantity input {
    width: 80px;
    padding: 12px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #fafafa, #f0f0f0);
    transition: all 0.3s ease;
}

body.woocommerce-cart .wc-block-components-quantity-selector input:focus,
body.woocommerce-cart .wc-block-cart-item__quantity input:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(88, 145, 149, 0.15);
    transform: scale(1.05);
}

body.woocommerce-cart .wc-block-components-quantity-selector button,
body.woocommerce-cart .wc-block-cart-item__quantity button {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(88, 145, 149, 0.3);
}

body.woocommerce-cart .wc-block-components-quantity-selector button:hover,
body.woocommerce-cart .wc-block-cart-item__quantity button:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(88, 145, 149, 0.5);
}

/* Remove Item Button */
body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-product-details .remove-item {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    border: none;
    cursor: pointer;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-components-product-details .remove-item:hover {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

/* Cart Totals */
body.woocommerce-cart .wc-block-cart__totals-container,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(88, 145, 149, 0.1);
    position: relative;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-cart__totals-container::before,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block h2 {
    color: #34394c;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

body.woocommerce-cart .wc-block-cart__totals-title::after,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
}

body.woocommerce-cart .wc-block-components-totals,
body.woocommerce-cart .wc-block-cart__totals-table {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.5), rgba(233, 236, 239, 0.5));
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

body.woocommerce-cart .wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(88, 145, 149, 0.1);
    font-size: 16px;
}

body.woocommerce-cart .wc-block-components-totals-item:last-child {
    border-bottom: none;
    font-weight: 800;
    font-size: 20px;
    color: #589195;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    margin: 0 0px;
    padding: 20px;
    border-radius: 10px;
}

/* Proceed to Checkout Button */
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    background-size: 200% 200%;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(88, 145, 149, 0.4);
    animation: checkoutButtonGlow 4s ease-in-out infinite alternate;
}

@keyframes checkoutButtonGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 0 8px 30px rgba(88, 145, 149, 0.4);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 0 12px 40px rgba(88, 145, 149, 0.6);
    }
}

body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button::before,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button::before {
    content: '💳';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    animation: checkoutIcon 2s ease-in-out infinite;
}

@keyframes checkoutIcon {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.2); }
}

body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button:hover {
    transform: translateY(-3px);
    animation: none;
    background: linear-gradient(135deg, #31797e, #589195, #31797e);
    box-shadow: 0 15px 50px rgba(88, 145, 149, 0.6);
}

body.single-product.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body.single-product.woocommerce div.product form.cart .variations tr td {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding-bottom: 0 !important;
}

body.single-product.woocommerce div.product form.cart .variations tr th.label {
    text-align: left;
    padding-left: 0 !important;
}

/* Checkout Page Specific Styles (WooCommerce Blocks) */
body .woocommerce .button::after {
    display: none;
}

body .woocommerce .button {
    border-width: 2px !important;
}

body td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: center;
}

body.woocommerce-account .woocommerce-orders-table tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order .woocommerce-orders-table__cell {
    width: 12%;
}

body.woocommerce-account .woocommerce-orders-table tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order .woocommerce-orders-table__cell a.woocommerce-button.button.view {
    height: auto;
    padding: 0 15px !important;
}
 
body.woocommerce-checkout .woocommerce {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9), rgba(233, 236, 239, 0.9));
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(88, 145, 149, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p.wc-block-components-checkout-order-summary__title-text {
    color: #34394c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

/* body.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
} */

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

body.woocommerce-checkout .wc-block-components-product-metadata__description {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

body.woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #589195, #31797e);
}

body.woocommerce-checkout .woocommerce::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    animation: checkoutHeaderGlow 3s ease-in-out infinite alternate;
}

@keyframes checkoutHeaderGlow {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Checkout Page Title */
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.page-title,
body.woocommerce-checkout .wp-block-heading {
    text-align: center;
    color: #34394c;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #34394c, #589195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

body.woocommerce-checkout .entry-title::before,
body.woocommerce-checkout h1.page-title::before,
body.woocommerce-checkout .wp-block-heading::before {
    content: '🛡️';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    animation: secureIcon 3s ease-in-out infinite;
}

@keyframes secureIcon {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    50% { transform: translateY(-50%) rotate(10deg); }
}

/* Checkout Form Blocks */
body.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 1px solid rgba(88, 145, 149, 0.1);
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block h2,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block h2,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block h2 {
    color: #34394c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block h2::after,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block h2::after,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #589195, #31797e);
}

/* Form Fields */
body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-select-input,
body.woocommerce-checkout .wc-block-components-textarea {
    margin-bottom: 20px;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-select-input label,
body.woocommerce-checkout .wc-block-components-textarea label {
    font-weight: 700;
    color: #34394c;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select-input select,
body.woocommerce-checkout .wc-block-components-textarea textarea {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    font-size: 15px;
    background: linear-gradient(135deg, #fafafa, #f5f5f5);
    color: #333;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select-input select:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 4px rgba(88, 145, 149, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Order Summary */
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background: white;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(88, 145, 149, 0.1);
    position: relative;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2 {
    color: #34394c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
}

/* Order Summary Items */
body.woocommerce-checkout .wc-block-components-order-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px !important;
    margin: 8px 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(88, 145, 149, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
    font-weight: 800;
    font-size: 18px;
    color: #589195;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.15), rgba(49, 121, 126, 0.15));
    border: 2px solid rgba(88, 145, 149, 0.2) !important;
    box-shadow: 0 4px 20px rgba(88, 145, 149, 0.2);
}

body.woocommerce-checkout .wc-block-components-order-summary-item:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.2), rgba(49, 121, 126, 0.2));
    border-color: rgba(88, 145, 149, 0.3) !important;
}

/* Payment Methods */
body.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 15px;
    padding: 25px !important;
    border: 1px solid rgba(88, 145, 149, 0.1);
    margin-top: 20px;
}

body.woocommerce-checkout .wc-block-components-payment-method-options {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

body.woocommerce-checkout .wc-block-components-payment-method-label {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

body.woocommerce-checkout .wc-block-components-payment-method-label:hover,
body.woocommerce-checkout .wc-block-components-payment-method-label.wc-block-components-payment-method-label--active {
    border-color: #589195;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    transform: scale(1.02);
}

/* Place Order Button */
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button {
    width: 100%;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    background-size: 200% 200%;
    color: white;
    border: none;
    padding: 22px;
    border-radius: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(88, 145, 149, 0.4);
    animation: placeOrderGlow 4s ease-in-out infinite alternate;
}

@keyframes placeOrderGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 0 8px 35px rgba(88, 145, 149, 0.4);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 0 12px 45px rgba(88, 145, 149, 0.6);
    }
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button::before,
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button::before {
    content: '🔒';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    animation: secureCheckoutIcon 2s ease-in-out infinite;
}

@keyframes secureCheckoutIcon {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.1); }
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button:hover {
    transform: translateY(-3px);
    animation: none;
    background: linear-gradient(135deg, #31797e, #589195, #31797e);
    box-shadow: 0 15px 50px rgba(88, 145, 149, 0.6);
}

/* Success Messages */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 2px solid #b8dabd;
    border-radius: 12px;
    padding: 18px 20px 18px 50px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    animation: messageSlideIn 0.6s ease-out;
}

@keyframes messageSlideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before {
    content: '✓';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #28a745;
    font-weight: 900;
    font-size: 18px;
    animation: checkmarkSpin 1s ease-out;
}

@keyframes checkmarkSpin {
    from { transform: rotate(-180deg) scale(0); }
    to { transform: rotate(0deg) scale(1); }
}

/* Error Messages */
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border: 2px solid #f1b0b7;
    border-radius: 12px;
    padding: 18px 20px 18px 50px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    animation: errorShake 0.6s ease-out;
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-error::before {
    content: '⚠';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #dc3545;
    font-weight: 900;
    font-size: 18px;
}

/* Mobile Responsive for Cart & Checkout */
@media screen and (max-width: 768px) {
    body .headcustom .et_pb_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body .headcustom .et_pb_row .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_header {
        grid-row: span 2;
        margin: 0 !important;
        padding-top: 7px;
    }

    body .container {
        width: 90%;
    }

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title,
    body.woocommerce-cart .wp-block-heading,
    body.woocommerce-checkout .wp-block-heading {
        font-size: 28px;
    }
    
    body.woocommerce-cart .entry-title::before,
    body.woocommerce-checkout .entry-title::before,
    body.woocommerce-cart .wp-block-heading::before,
    body.woocommerce-checkout .wp-block-heading::before {
        left: -35px;
        font-size: 22px;
    }
    
    body.woocommerce-cart .wc-block-cart-items thead th,
    body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block thead th {
        padding: 15px 10px;
        font-size: 12px;
    }
    
    body.woocommerce-cart .wc-block-cart-items tbody td,
    body.woocommerce-cart .wp-block-woocommerce-cart-line-items-block tbody td {
        padding: 20px 10px;
        margin: 0 !important;
    }
    
    body.woocommerce-cart .wc-block-cart-item__image img,
    body.woocommerce-cart .wc-block-components-product-image img {
        max-width: 60px;
    }
    
    body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
    body.woocommerce-cart .wc-block-cart-item__product a {
        font-size: 14px;
    }
    
    body.woocommerce-cart .wc-block-components-quantity-selector input,
    body.woocommerce-cart .wc-block-cart-item__quantity input {
        width: 60px;
        padding: 10px;
    }
    
    body.woocommerce-cart .wc-block-cart__totals-container,
    body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 25px 20px !important;
    }
    
    body.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block {
        padding: 25px 20px !important;
    }
    
    body.woocommerce-checkout .wc-block-components-text-input input,
    body.woocommerce-checkout .wc-block-components-select-input select,
    body.woocommerce-checkout .wc-block-components-textarea textarea {
        padding: 12px 15px !important;
        font-size: 14px;
    }
    
    body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
    body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button,
    body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button {
        padding: 18px;
        font-size: 16px;
    }
    
    body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button::before,
    body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-checkout-button::before,
    body.woocommerce-checkout .wc-block-components-checkout-place-order-button::before,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block button::before {
        left: 20px;
        font-size: 18px;
    }
}

body.woocommerce-checkout .woocommerce-checkout #customer_details h3 {
    color: #34394c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

body.woocommerce-checkout .woocommerce-checkout #customer_details h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #589195, #31797e);
}

/* Form Fields */
body.woocommerce-checkout .woocommerce-checkout .form-row label {
    font-weight: 700;
    color: #34394c;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.woocommerce-checkout .woocommerce-checkout .form-row input[type="text"],
body.woocommerce-checkout .woocommerce-checkout .form-row input[type="email"],
body.woocommerce-checkout .woocommerce-checkout .form-row input[type="tel"],
body.woocommerce-checkout .woocommerce-checkout .form-row input[type="password"],
body.woocommerce-checkout .woocommerce-checkout .form-row select,
body.woocommerce-checkout .woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    font-size: 15px;
    background: linear-gradient(135deg, #fafafa, #f5f5f5);
    color: #333;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body.woocommerce-checkout .woocommerce-checkout .form-row input:focus,
body.woocommerce-checkout .woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .woocommerce-checkout .form-row textarea:focus {
    border-color: #589195;
    background: white;
    outline: none;
    box-shadow: 0 0 0 4px rgba(88, 145, 149, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Order Review */
body.woocommerce-checkout .woocommerce-checkout-review-order {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(88, 145, 149, 0.1);
    position: relative;
}

body.woocommerce-checkout .woocommerce-checkout-review-order::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
}

body.woocommerce-checkout .woocommerce-checkout-review-order h3 {
    color: #34394c;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

body.woocommerce-checkout .woocommerce-checkout-review-order h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #589195, #31797e);
    border-radius: 2px;
}

/* Order Review Table */
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.5), rgba(233, 236, 239, 0.5));
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 15px 20px;
    border: none;
    font-size: 15px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    background: linear-gradient(135deg, #589195, #31797e);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
    font-weight: 800;
    font-size: 20px;
    color: #589195;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.15), rgba(49, 121, 126, 0.15));
}

/* Payment Methods */
body.woocommerce-checkout .woocommerce-checkout #payment {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(88, 145, 149, 0.1);
    margin-top: 20px;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8), rgba(233, 236, 239, 0.8));
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li:hover,
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input:checked + label {
    border-color: #589195;
    background: linear-gradient(135deg, rgba(88, 145, 149, 0.1), rgba(49, 121, 126, 0.1));
    transform: scale(1.02);
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 600;
    color: #34394c;
    cursor: pointer;
}

/* Place Order Button */
body.woocommerce-checkout .woocommerce-checkout #place_order {
    width: 100%;
    background: linear-gradient(135deg, #589195, #31797e, #589195);
    background-size: 200% 200%;
    color: white;
    border: none;
    padding: 22px;
    border-radius: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(88, 145, 149, 0.4);
    animation: placeOrderGlow 4s ease-in-out infinite alternate;
}

@keyframes placeOrderGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 0 8px 35px rgba(88, 145, 149, 0.4);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 0 12px 45px rgba(88, 145, 149, 0.6);
    }
}

body.woocommerce-checkout .woocommerce-checkout #place_order::before {
    content: '🔒';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    animation: secureCheckoutIcon 2s ease-in-out infinite;
}

@keyframes secureCheckoutIcon {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.1); }
}

body.woocommerce-checkout .woocommerce-checkout #place_order:hover {
    transform: translateY(-3px);
    animation: none;
    background: linear-gradient(135deg, #31797e, #589195, #31797e);
    box-shadow: 0 15px 50px rgba(88, 145, 149, 0.6);
}

/* Success Messages */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 2px solid #b8dabd;
    border-radius: 12px;
    padding: 18px 20px 18px 50px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    animation: messageSlideIn 0.6s ease-out;
}

@keyframes messageSlideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before {
    content: '✓';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #28a745;
    font-weight: 900;
    font-size: 18px;
    animation: checkmarkSpin 1s ease-out;
}

@keyframes checkmarkSpin {
    from { transform: rotate(-180deg) scale(0); }
    to { transform: rotate(0deg) scale(1); }
}

/* Error Messages */
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border: 2px solid #f1b0b7;
    border-radius: 12px;
    padding: 18px 20px 18px 50px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    animation: errorShake 0.6s ease-out;
}

body.woocommerce-checkout .woocommerce .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
}

body.woocommerce-checkout .woocommerce .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses:after, 
body.woocommerce-checkout .woocommerce .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses:before {
    display: none;
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

body .woocommerce-message a.button.wc-forward::before,
body .woocommerce-message a.button.wc-forward::after  {
    display: none !important;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-error::before {
    content: '⚠';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #dc3545;
    font-weight: 900;
    font-size: 18px;
}

/* Mobile Responsive for Cart & Checkout */
@media screen and (max-width: 768px) {
    body.woocommerce-checkout .woocommerce .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        display: flex;
        flex-direction: column;
    }
    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title {
        font-size: 28px;
    }
    
    body.woocommerce-cart .entry-title::before,
    body.woocommerce-checkout .entry-title::before {
        left: -35px;
        font-size: 22px;
    }
    
    body.woocommerce-cart .cart thead th {
        padding: 15px 10px;
        font-size: 12px;
    }
    
    body.woocommerce-cart .cart tbody td {
        padding: 20px 10px;
    }
    
    body.woocommerce-cart .cart .product-thumbnail img {
        max-width: 60px;
    }
    
    body.woocommerce-cart .cart .product-name a {
        font-size: 14px;
    }
    
    body.woocommerce-cart .cart .quantity .qty {
        width: 60px;
        padding: 10px;
    }
    
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 25px 20px;
    }
    
    body.woocommerce-checkout #customer_details {
        padding: 25px 20px;
    }
    
    body.woocommerce-checkout .form-row input,
    body.woocommerce-checkout .form-row select,
    body.woocommerce-checkout .form-row textarea {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
    body.woocommerce-checkout #place_order {
        padding: 18px;
        font-size: 16px;
    }
    
    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button::before,
    body.woocommerce-checkout #place_order::before {
        left: 20px;
        font-size: 18px;
    }

    body .woocommerce-message a.button.wc-forward {
        width: 100%;
        margin-top: 15px;
    }

    

    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p.wc-block-components-checkout-order-summary__title-text {
        font-size: 18px;
        margin-right: 20px;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        margin-bottom: 20px;
        width: 100%;
        border: 0px none;
    }
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    display: block;
}

body.woocommerce .woocommerce-error, 
body.woocommerce .woocommerce-info, 
body.woocommerce .woocommerce-message {
    background: #3e3f3e !important;
}

body.woocommerce-order-received section.woocommerce-order-details {
    padding-top: 30px;
}

body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #3e3f3e !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title span.wc-block-components-checkout-order-summary__title-icon,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
}

body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 480px) {
    body.woocommerce div.product .woocommerce-tabs .panel, 
    body.woocommerce #content-area div.product .woocommerce-tabs .panel,
    body.single-product.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
        padding: 15px !important;
    }

    body.single-product.woocommerce div.product {
        padding: 0 !important;
    }

    body {
        overflow-x: hidden !important;
    }
}

.ui-autocomplete {
    overflow-x: hidden !important;
}